/* Client Logo CSS */
/* Accordion/collapse structure for additions and edits */
.clientlogos-editing-container{

  width: 100%;
	height: 55vh;
	overflow: auto;
}

.clientlogos-editing-container::-webkit-scrollbar {
    display: none;
}


.clientlogos-editing-container::-webkit-scrollbar {
    display: none;
}


.clientlogos-editing-container::-webkit-scrollbar {
    display: block;
}
.card-header{
  cursor: pointer;
}

.drop-down-selector{
background-color: red;
}

/* FINISH */

/* Accordion styling */



.clientlogo_list .circle-plus {
  height: 4em;
width: 4em;
font-size: 0.5em;
opacity: .7;
position: absolute;
top: 1rem;
right: 1em;
}
.clientlogo_list .circle-plus .circle {
    position: relative;
    width: 2.55em;
    height: 2.5em;
    border-radius: 100%;
}
.clientlogo_list .circle-plus .circle .horizontal {
    position: absolute;
    background-color: #000000;
    width: 30px;
    height: 5px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -2.5px;
}
.clientlogo_list .circle-plus .circle .vertical {
    position: absolute;
    background-color: #000000;
    width: 5px;
    height: 30px;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -15px;
}

/* FINISH */

/* Image Preview section, this allows for you to preview the image uploaded and use
the button set within or the image.   */
.image-overlay a, .image-overlay a img {
  width:100%;
}

.image-overlay {
    position: relative;
    width: 100%;
    /*max-width: 400px;*/
}

.image-overlay #overlay-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    width:auto;
    color: white;
    font-size: 16px;
        opacity: 0.8;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}


.image-overlay #overlay-btn:hover {
    background-color: black;
    opacity: 1;

}
/*  */
#title{
    color:black;
}

/* Draggable/sort items. This is used to style the function which allows you to
adjust the order in which the client logos will appear  */

ody.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.sortable-container li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.sortable-container li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

/*  */
