/* Add here all your CSS customizations */
table.dataTable thead th{
 border-bottom:1px solid #ddd !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

.dataTables_filter input {
    margin-left:0 !important; 
    width: 100%; 
    height: 34px; 
    padding: 6px 12px; 
    font-size: 14px; 
    line-height: 1.42857143; 
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dataTables_length select{
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 34px;
    padding: 7px;
    outline: none;
    background: transparent;
   }
   
.dataTable .btn{color: #555555; padding:3px;}   

.fileupload .uneditable-input{
  width:64%;
 }
 
 .dataTable{width:100% !important;}
 
 .logo-thumbnail{
   height:25px;
 }
 .datepicker{z-index:9999 !important;}
 .btn-file{padding:6px !important;}
 .custom-tabs > li > a {padding:10px;}
 .margin_left10{margin-left:10px;}
 .uploaded-image{
    width: 66px;
    position: absolute;
    top: -36px;
    right: 34px;
 }
 
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
} 

.collapse_button .panel-actions{
    right: 0px;
    position: absolute;
    top: 0;
}
.collapse_button .panel-actions .btn{
  padding: 17px 12px;
  border-radius:0;
}
.nopadding_left{
  padding-left:0;
}
.nopadding_right{
  padding-right:0;
}
.col40{
  width:40px;
}
.popup-gallery .img-responsive img{
  width:100%;
}
.popup_title{
    float: left;
    width: 100%;
    background: #bb0000;
    color: #fff;
    padding: 5px;
    position:relative;
    margin-bottom:20px;
 }
 
 .media_title{
   float: left;
   width: 86%;
   margin: 0;
   font-size: 11px; 
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}
 
.share_icon{
    position: absolute;
    right: 4px;
    top: 0px;
    border-left:1px solid #f53140;
} 

.share_icon a{
  color:#fff;
  cursor:pointer;
  padding:2px;
}

.share_icon a:hover{
   text-decoration:none;
}

.media_block{
  height:160px;
  margin-bottom:40px;
}

.media_block .thumbnail{ 
  border-radius:0 !important;
  margin-bottom:0 !important;
  width: 100%;
  height: 100%;
}

.media_block .thumbnail img{
   object-fit: cover;
   height:100% !important;
}

.media_block .thumbnail video{
   object-fit: cover;
   height:100% !important;
   width:100%;
}

.margin_r{margin-right:10px;}

.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.uploader input[type="file"] {
    display: none;
}

.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uploader #file-image.hidden {
    display: none;
}
.uploader #file-image {
    display: inline;
    margin: 0 auto .5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
} 
.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}
uploader div {
    margin: 0 0 .5rem 0;
    color: #5f6982;
}
.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all .2s ease-in-out;
}
.uploader #notimage.hidden {
    display: none;
}
.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
.uploader #response.hidden {
    display: none;
}
.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}
uploader #response #messages {
    margin-bottom: .5rem;
}
.uploader progress, .uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}
.full-width{
 width:100%;
}
.image_icon{
    display: inline-block;
	width: 37px;
	position: relative;
	margin-left: 8px;
}

.image_icon img{width:100%; border: 1px solid #ddd;}

.closed_icon{
    position: absolute;
    top: -10px;
    right: -4px;
    color: #b00403;
    cursor: pointer;
}
.sidebar-right-toggle:hover{
   cursor:auto !important;
}

.clear{clear:both;}

.login-button{
  width:50%;
  margin:15px auto auto;
}
.custom-rememberme{
    width: 70%;
    float: left;
    margin-top: 0 !important;
}

.login_devider{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
 
.relative_div{
  position:relative;
} 

.logo_image{
 position: absolute;
 height: 40px;
 margin-top: 26px;
}

.select2-search-choice-close {
  top:10px;
}

.radio label, .checkbox label {padding-left:0;}







/*--------------Responsive for mobile----------------*/

@media(max-width:640px){

.logo_image { 
    height: 25px;
    margin-top: 30px;
 }
 
 .custom-rememberme{
   width:52%;
 }
 
 .login_devider{padding:0 0 10px 0;}
 
 .header .logo img {
   height:30px;
 }
 
 .fileupload .uneditable-input {
    width: 70%;
}

.panel-title{font-size: 16px;}

.mob_nopadding_r{padding-right:15px;}
.mob_nopadding_l{padding-left:15px;}
.mob_col40{width:100%; text-align:center;}

}
 

.image-preview-input1 {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input1 input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.image-preview-input-title1 {
    margin-left:2px;
}

