/*=== Media manager ===*/
.mediamgr_holder{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.7);
    transition: all 0.5s;
}
.mediamgr{
    border-radius: 4px;
    background: #fff;
    border: 2px solid #E9EBEE;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
}
.mediamgr_toolbar{
    padding: 10px 15px;
    background: #E9EBEE;
}
.mediamgr_toolbar .left a{
    border-radius: 3px;
    padding: 5px 7px;
    background: #02A7DE;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    transition: all 0.3s;
}
.mediamgr_toolbar .left a:hover{
    background: #002A65;
    transition: all 0.3s;
}
.mediamgr_toolbar .left a i{
    padding-right: 3px;
}
.mediamgr_toolbar .right input{
    line-height: 26px;
    border: 1px solid #dddfe2;
    padding: 0 4px;
    border-radius: 3px;
    margin-right: 3px;
}
.mediamgr_toolbar .right select{
    height: 28px;
    border: 1px solid #dddfe2;
    padding: 0 4px;
    border-radius: 3px;
}
.mediamgr_toolbar .right a{
    position: relative;
    top: 1px;
    font-size: 21px;
    color: #121212;
    margin-left: 5px;
}
.mediamgr_toolbar .right a:hover{
    color: red;
}
.mediamgr_main{
    background: #fff;
    padding: 10px;
    position: relative;
    height: calc(90% - 110px);
    overflow-y: scroll;
}
.mediamgr_main .notification{
    margin: 0 5px;
}
.mediamgr_bottom{
    padding: 15px;
    border-top: 2px solid #E9EBEE;
    position: absolute;
    background: #fff;
    z-index: 999999;
    bottom: 0;
    right: 0;
    left: 0;
}
.mediamgr_upload{
    position: absolute;
    top: 10px;
    left: 15px;
    right: 15px;
    bottom: 0px;
    background: #fff;
}
#mediamgr_upload{
    border: 2px dashed #dddfe2;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mediamgr_upload_info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
}
.mediamgr_upload_info h4{
    font-size: 20px;
    font-weight: normal;
}
.mediamgr_upload_info h5{
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0;
}
.mediamgr_upload_info a{
    margin-bottom: 10px;
}
.mediamgr_upload_info h6{
    font-size: 14px;
    font-weight: normal;
}
.mediamgr_upload input{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 333;
    opacity: 0;
}
.mediamgr_upload .progress{
    margin: 10px 0;
    text-align: center;
    background: #E9EBEE;
    line-height: 26px;
    border-radius: 3px;
}
.mediamgr_upload .progress-bar{
    color:#fff;
    background: #00A7DF;
    line-height: 26px;
    border-radius: 3px;
}
.mediamgr_filelist{
    padding: 0 5px;
}
.mediamgr_filelist table{
    width: 100%;
    border-collapse: collapse;
}
.mediamgr_filelist table thead td{
    border-bottom: 2px solid #E9EBEE;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px;
}
.mediamgr_filelist table tbody td{
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}
.mediamgr_filelist table td:first-child{
    width: 14px;
    padding: 5px;
}
.mediamgr_filelist table tbody td:nth-child(n+3){
    width: 70px;
}
.mediamgr_filelist table tbody tr:nth-child(odd){
    background: #f4f4f4;
}
.mediamgr_img{
    float: left;
    border: 2px solid #E9EBEE;
    width: 50px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    position: relative;
    margin-right: 10px;
    overflow: hidden;
}
.mediamgr_img img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
}
.mediamgr_img i{
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #444;
    transform: translatex(-50%) translatey(-50%);
}
.mediamgr_text{
    float: left;
    padding-top: 5px;
}
.mediamgr_text span{
    font-size: 16px;
}
.mediamgr_text ul{
    list-style-type: none;
}
.mediamgr_text ul>li{
    display: inline-block;
    border-left: 1px solid #999;
    padding: 0 5px;
    line-height: 16px;
}
.mediamgr_text ul>li:first-child{
    border: 0;
    padding-left: 0px;
}
.mediamgr_text ul>li>a{
    text-decoration: underline;
    color: #00A7DF;
}
.mediamgr_text ul>li>a:hover{
    text-decoration: none;
}
.mediamgr_brd{
    padding: 5px;
    background: #E9EBEE;
    font-size: 16px;
}
.mediamgr_brd a{
    color: #02A7DE;
}
.mediamgr_brd span{
    padding: 0 5px;
}
.mediamgr_brd span:nth-child(2){
    padding-left: 0;
}
.mediamgr_brd a:hover{
    color: #002A65;
}
.mediamgr_not_found{
    padding: 30px 0;
    text-align: center;
}
/*=== Phone ===*/
@media (max-width: 768px){
    .mediamgr_toolbar .left,
    .mediamgr_toolbar .right{
        float: none;
    }
    .mediamgr_toolbar .right{
        padding-top: 10px;
    }
    .mediamgr_filelist table td:nth-child(3),
    .mediamgr_filelist table td:nth-child(4),
    .mediamgr_filelist table td:nth-child(5){
        display: none;
    }
}