/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 31, 2017, 10:17:33 AM
    Author     : IstanbulIt
*/

.media-addToContent-btn{
    width: 269px;
    padding-top: 15px;
}

.media-width-box{
    text-align: left !important;
    width: 50% !important;
}

.media-search-input{
    background-image: url('/images/admin/img/search-icon-purple.png');
    background-position: 14px 11px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 6px 15px 10px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.media-img-section{
    max-height: 607px;
    overflow: overlay;
}
.iconImgesSize{
    width: 70px;
}
/*.divNameImg{
    display: none;
    position: absolute;
    top: 11px;
    background: rgba(128, 128, 128, 0.58);
    width: 90%;
    height: 90px;
    color: #ffffff;
    overflow: hidden;
    padding: 5px;
}
.imgContentMedia:hover .divNameImg{
    display: block;
}*/
.divNameImg{
    overflow: hidden;
    padding: 5px;
    min-height: 90px;
}
.searchData{
    min-height: 180px;
    overflow: hidden;
}
.admin-message-btn{
    padding: 10px 40px;
}
.panel-body.admin-message-body{
    overflow-y: auto;
    padding: 0;
    margin-top: 20px;
}