.navGallery .contFile{
    background: #e0e6eb;
    margin: 5px;
    border-radius: 5px;
    border: solid 1px rgb(226, 229, 231);
}
.btn-media{
    width: 23px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    position: absolute;
    text-align: center;
    cursor: pointer;
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.3);
}
#LC_MediaModal .btn-media{
    padding-left: 0px !important;
}
b.selectee {
        font-weight: 600 !important;
}
.overflowHidden{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
#container-lc-media {
    /*overflow-y: scroll;
    max-height: 95vh;*/
}
.btn_mEdit{
    background: rgba(0,0,0,0.5);
    border-radius: 0 0 5px 0;
    -webkit-transition: background 0.5s, color 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s, color 0.5s;
}
.btn_mEdit:hover{
    background: rgba(0,0,0,1);
    color: rgba(255, 255, 255, 1);
}
.btn_mDelete{
    right: 15px;
    background: rgba(193, 87, 83, 0.27);
    border-radius: 0 0 0 5px;
    -webkit-transition: background 0.5s, color 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s, color 0.5s;
}
.btn_mDelete:hover{
    background: rgba(193, 87, 83, 1);
    color: rgba(255, 255, 255, 1);
}
.btn_mView, .btn_mVideo{
    right: 15px;
    bottom: 28px;
    background: rgba(0,0,0,0.5);
    border-radius: 5px 0 0 0;
    -webkit-transition: background 0.5s, color 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s, color 0.5s;
}
.btn_mView:hover, .btn_mVideo:hover{
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}
.btn_mTemp{
    bottom: 28px;
    background: rgba(0,0,0,0.5);
    border-radius: 0 5px 0 0;
    -webkit-transition: background 0.5s, color 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s, color 0.5s;
}
.btn_mTemp:hover{
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}
.btnIcon {
    padding-left: 17px;
    padding-right: 17px;
}
#contFilters{
    display: none;
    background: rgb(207, 216, 224);
    left: -5px;
    width: calc(100% + 10px);
}
#contFiltersModal{
    display: none;
    background: rgb(207, 216, 224);
}
.multiTool{
    display:none;
    background: rgb(207, 216, 224);
    left:-3px;
    width: calc(100% + 3px);
    margin: 15px 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.multiToolModal{
    /*display:none;*/
    background: rgb(207, 216, 224);
    left:0px;
    margin: 15px 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*.btn_mView{
    width: 40px;
    height: 40px;
    border-radius: 20px !important;
    top: calc(50% - 30px);
    left: calc(50% - 20px);
    background: rgba(128, 120, 120, 0.27);
    border-radius: 0 0 0 5px;
    -webkit-transition: background 0.5s, color 0.5s;
    transition: background 0.5s, color 0.5s;
    color: rgba(245, 236, 236, 0.52);
}
.btn_mView i{
    line-height: 40px;
    text-align: center;
}
.btn_mView:hover{
    color: rgba(88, 88, 88, 1);
    background: rgba(255,255,255,0.8);
}*/


.modal-backdrop{
    position: fixed !important;
}
/*LC Media*/

.navGallery .ui-selecting .contFile {
    background: #ccc;
}
.navGallery .ui-selected .contFile {
    border:  solid 1px rgba(237, 125, 0, 0.35);
    background: rgba(237, 125, 0, 0.25);
}
.mediaCont{
    min-height: 79px;
}

div[id^='LC_Media'] .modal-header{
    text-transform: none !important;
}

@media screen and (max-width:768px){
    .contFile{
        padding-bottom: 5px;
    }
    .btn_mView,.btn_mTemp, .btn_mVideo{
        bottom: 43px;
    }
}
@media screen and (min-width:992px){
    .btn_mView,.btn_mTemp, .btn_mVideo{
        bottom: 42px !important;
    }
}


/*    .btnIcon {
        padding-left: 17px;
        padding-right: 17px;
    }
    #contFilters{display: none; background: rgb(207, 216, 224); left: -5px; width: calc(100% + 10px);}
    .multiTool{display:none; background: rgb(207, 216, 224); left:-3px; width: calc(100% + 3px); margin: 15px 0; padding-top: 20px; padding-bottom: 20px;}
*/
