﻿/*custom admin*/
.glossed .search-advance .form-control:focus{
    border-color:#66afe9;
}
.note-editor{
    border: 1px #ccc solid;
}
.tab-pane{
    padding:0px;
}
.tab-content{
    border:none;
}
/*News*/
label.margintop6{
    margin-top:6px;
}
.margintop10{
    margin-top:10px!important;
}
.checkbox-margin10{
    margin-left:10px;
}
.checkbox-bold{
    font-weight:bold;
}
.panel-body-lv{
    margin-bottom:10px;
    float:left;
    width:100%;
}
.new-item-img{
    height:140px;
    width:100%;
}
.new-item-over textarea{
    height:140px;
}
.new-Img{
    position:relative;
}
.new-Img-btn-check, .new-Img-btn-del{
    display:none;
    background-color:none;
    border:none;
    position:absolute;
    bottom:10px;
}
.new-Img-btn-check
{
    right:40px;
}
.new-Img-btn-del{
    right:10px;
}
.new-Img:hover .new-Img-btn-check,
.new-Img:hover .new-Img-btn-del
{
    display:block;  
}
label.checkbox-hotnew{
    font-weight:bold;
    margin-top:-5px!important;
    padding-left:0px!important;
    padding-right:10px!important;    
}
 .new-type{
    margin-top:10px;    
    min-height:70px;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#F7F7F7;
    border:1px #ccc solid;
    border-radius:5px;    
}
.new-type label{
    width:30%;
    padding-bottom:10px;
}
.new-type label:first-child{
    margin-left:10px;
}
.panel-right{
     border-left:4px solid #ddd;
}
/**/
.new-div-search{
    position:relative;
}
.new-div-search input{
    width:100%;
    padding-right:118px;
}
.new-div-search button{   
    position:absolute;
    background-color:#258CD1;    
    height:35px;
    border:1px #0a72f2 solid;      
}
.btn-new-div-search{
    top:0px;
    right:35px;
    z-index:999;
     width:80px;
    border-right:none!important;
    border-radius:2px 0 0 2px;
}
.new-div-searchadvance{
    top:0px;
    right:0px;
    z-index:999;
    width:35px;   
    border-radius:0 2px 2px 0;     
}
.new-div-searchadvance i{
    font-size:14px;
}
.new-div-search button i{
    color:#fff;
}
.new-div-advancesearch{
    margin-top:15px;
}
.admin-digital-document .new-div-advancesearch{
    margin-top:0px;
}
.admin-digital-document .search-advance{
    float:left;
    width:100%;
}
.admin-digital-document .document-num, .admin-digital-document .jstree-hovered .document-num{
   border-radius: 9px;background-color: #4b86b9;padding-left: 5px;padding-right: 5px;color: #fff;
    line-height:18px; 
    margin-top:2px;
    margin-left:3px;
}
.admin-digital-document  .btn-new-div-search{
    right:0px!important;
}
/**/
.admin-digital-document .jstree-default .jstree-themeicon-custom{
    background-size: 16px 16px !important;
    float:left;
}
.jstree-icon{
    display:none;
}
#FormSearchAdminDigitalDocument{
    float:left;
    width:100%;
    border-bottom:1px solid #ddd;
    margin-bottom:10px;
}

.lv-Psearch-col .form-group{
    margin-bottom:0px!important;
}
.new-tile{
    height:74px;
}
.new-summernote .panel-body{
    min-height:200px;
}
@media (min-width: 768px){
    .panel-new-body{
        padding-left:5px!important;
        padding-right:5px!important;
    }
}
.new-managecatalog .panel, .new-updatecatalog .panel{
    box-shadow:none;
}

