@font-face{
    font-family:'noto';
    src:url('/assets/fonts/woff/NotoSansCJKkr-Light.woff');
}


* {
    font-family: 'noto';
    margin: 0;
    padding: 0;
}

td,th{
    font-family: '굴림';
}


.gridster .gridster-item{
    padding: 0px;
    margin: 0px;
}

.gridster > ul > li {
    overflow: hidden;
}

.gridster .card{
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    float: left;
}

.gridster .card .card-title{
    position: relative;
    height: 40px;
    background-image:linear-gradient(to bottom, #4d4d4d 0%, #2d2c2d 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border:1px solid #b8b8e6;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 48px;
}


.gridster .card .card-title-icon{
    position: absolute;
    top: -8px;
    left: 10px;
    width:38px;
    height: 38px;
    background-image:linear-gradient(to bottom, #0092d8 0%, #1470cc 100%);
    border-radius: 6px;
    border: 1px solid #009de6;
    color: white;
    float: left;

}
.gridster .card .card-title-icon i:nth-child(1){
    margin: 14px;
    font-size:12px;    
}

.gridster .card .card-title p{
    padding-left: 10px;
    height: 100%;
    padding-top: 8px;
    margin: 0;
    color: white;
    font-size: 14px;
}

.gridster .card .card-content{
    height: calc(100% - 50px);
    overflow: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border:1px solid #b8b8e6;
    background: #fff;
}

.gridster .card .card-footer{
    background-color: inherit;
    border-top: 1px solid #B8B8E6;
}

.btn-primary{
    background: #007bff;
    border-radius: 6px;
}

.btn-secondary{
    border-radius: 6px;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
    background: #0092d8;
    border: none;
}

.content-layout{
    position:relative;
    width: 100%;
    top: 52px;
    padding-left: 210px;
    padding-top:0px;
    padding-right: 10px;
    z-index: 80;
    background-color:#ebebeb;    
}


.footer{
    width: 100%;
    background-color: inherit;
    height: 40px;
}

.widget-setting{
    float: right;
    position: absolute;
    top:0px;
    right: 20px;
}

.widget-setting button{
    background:none;
    border: none;
    color: white;
    padding: 10px 16px;
    font-size: 12px;
}
.widget-setting button:hover{
    color: #0092d8;
}

.search{
    background-color: #e6e6e6;
    height: 46px;
}

.search .row{
    margin: 0;
}

.search .col-md-12{
    background-color: #e6e6e6;
}


.search .row .col-md-1{
    padding: 0;
}

.search input{
    display: inline-block;
    margin-top: 6px;
    background-color: inherit;
    max-width: 100px;
    max-height: 32px;
    margin-left: 16px;
    border:1px solid #999;
    color: #666;
    font-size: 14px;
}

.float-right button{
    min-width: 100px;
    height:46px;    
}

.db-layout{
    margin: 20px;
    margin-top: 34px;
}

.db-layout label{
    font-size: 12px;
    margin: 0;
    color: #666;
}

.db-layout .form-group{
    margin-bottom:10px;
}

.alert-layout{
    overflow-y: auto;
    height: 280px;
}


.alert-layout ul li{
    width: 100%;
    padding: 20px 16px;   
    border-bottom: 1px solid #b8b8e6;
    color:#666;        
}

.sms-layout ul {
    height: 280px;
    overflow-y: auto;
}

.sms-layout ul li{
    list-style: none;
    width: 100%;
    padding: 10px 16px;   
    border-bottom: 1px solid #b8b8e6;
    color:#666; 
    font-size: 12px;
}

.sms-layout ul li span:nth-child(1){
    margin-right: 60px;
}

.serve-layout .serve-info{
    width:100%;
    height: 36px;
    background-color: #e6e6e6;
    display: inline-block;
}

.serve-layout .serve-info .standad{
    content: "";
    width: 16px;
    height: 16px;
    background-color: #0092d8;
    border: 1px solid #4c4c4c;
    display: inline-block;
    border-radius: 10px;
    margin-left:20px;
    margin-top:08px;

}

.serve-layout .serve-info .warning{
    content: "";
    width: 16px;
    height: 16px;
    background-color: #ffdc1b;
    border: 1px solid #4c4c4c;
    display: inline-block;
    border-radius: 10px;
    margin-left:20px;
    margin-top:08px;
}


.serve-layout .serve-info .danger{
    content: "";
    width: 16px;
    height: 16px;
    background-color: #ff082b;
    border: 1px solid #4c4c4c;
    display: inline-block;
    border-radius: 10px;
    margin-left:20px;
    margin-top:08px;
}

.serve-layout .row{
    margin: 0;
    padding: 0;
}

.serve-content{
    margin:0 auto;
}

.server-text{
    margin: 0 auto;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serve-card{
    display: inline-block;
    background-color:inherit;
    height: 176px;
    width: 286px;
    margin: 10px;
    margin-top: 20px;
    border-radius: 6px;
    border: 1px solid #4c4c4c;
}

.serve-card i{
    font-size: 48px;
    color: #0092d8;
    margin: 36px;    
}

.serve-card .serve-name{
    width: 100%;
    float: left;
    border-bottom: 1px solid #4c4c4c;
    text-align: center;
    color: #0092d8;
}

.serve-card .graph {
    height: 80%;
    width: 100%;
    float: right;
}

.serve-card .graph > svg {
    margin-top: 5px;
    margin-left: -5px;
}

.gridster-search-pages.text-right{
    padding-top: 0px;
    padding-left: 0px; 
    padding-right: 0px; 
}

.gridster-search-pages{
    font-size: 16px;
}

.gridster-search-pages .text-info{
    color: #0092d8;
}

.gridster-search-pages .btn{
    border-radius: 100px; 
    color: #666;
    font-size: 10px;
    background: none;
}

table.logsaver-table{
    width: 100%;
    margin: 0 auto;
    border: 1px solid #b8b8e6;
    margin-bottom: 4px;
    text-align: center;
    color: #666;
}

table.logsaver-table thead th{
    padding: 6px;
    font-size: 13px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color:#0092d8;
    border: 1px solid #ccc;
}

table.logsaver-table tbody td{
    padding: 3px;
    border: 1px solid #ccc;    
    font-size: 13px;
}

table.logsaver-table tbody tr td:first-child{
    font-weight: bold;
}

table.logsaver-table tbody tr:nth-child(2n){
    background-color: #eee;
}

table thead th{
    font-size: 13px;
}

table tbody td{
    font-size: 12px;
}

/*lsn layout*/
.lsn .info-lsn{
    padding: 10px;
    border-top: 1px solid #b8b8e6
}

.lsn .info-lsn .link i,
.lsn .info-lsn .ban i,
.lsn .info-lsn .collect-info i{
    font-size: 14px;
}

/*lsn conect-info*/
.lsn .info-lsn .link,
.lsn .info-lsn .ban,
.lsn .info-lsn .collect-info,
.lsn .lss-info .link,
.lsn .lss-info .ban,
.lsn .lss-info .collect-info,
.lsn .group-info .link,
.lsn .group-info .ban,
.lsn .group-info .collect-info{
    display: inline-block;
}

.lsn .info-lsn .link,
.lsn .info-lsn .ban,
.lsn .info-lsn .collect-info{
    font-size: 12px;
    color: #666;
    padding-right: 6px;
    
}

.lsn .lss-info .link,
.lsn .lss-info .ban,
.lsn .lss-info .collect-info{
    padding-left: 6px;
}

.lsn .group-info .link,
.lsn .group-info .ban,
.lsn .group-info .collect-info{
    padding-left: 6px;
}

.lsn .info-lsn .link span,
.lsn .info-lsn .ban span,
.lsn .info-lsn .collect-info span{
    color: #666;
}

.lsn .info-lsn .link{
    color: #0495e1;
}

.lsn .info-lsn .ban{
    color: #e10404;
}

.lsn .info-lsn .collect-info{
    color: #e18604
}

.lsn ul li{
    list-style: none;
}

.lsn ul{
    width: 100%;
}

/*lsn all*/
.lsn ul li.lss-title .lss-name,
.lsn ul li.lss-title .lss-info,
.lsn ul li.group-title .group-name,
.lsn ul li.group-title .group-info,
.lsn ul li.server-title .lsn-item-name,
.lsn ul li.server-title .lsn-item-info{
    display: inline-block;
}

.lsn ul li.lss-title .lss-name-title{
    display: block;
    font-size: 4px;
    margin-left: 28px;
}

.lsn ul li.lss-title .lss-info,
.lsn ul li.lss-title .group-info,
.lsn ul li.lss-title .lsn-item-info{
    float: right;
}

/*lss css*/

.lsn ul li.lss-title{
    background: #fff;
    border-top: 1px solid #b8b8e6;
    transition: .3s;
}

.lsn ul li.lss-title:hover,
.lsn ul li.lss-title.active{
    background: #0495e1;
}

.lsn ul li.lss-title a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    text-decoration:none;
    color: #0a3673;
    transition: .3s;
}

.lsn ul li.lss-title .lss-info .link {
    color: #0495e1;
}

.lsn ul li.lss-title .lss-info .ban {
    color: #e10404;
}

.lsn ul li.lss-title .lss-info .collect-info {
    color: #e18604;
}

.lsn ul li.lss-title .lss-info .link {
    color: #0495e1;
}

.lsn ul li.lss-title .lss-info span{
    color: #666;
    color: #666;
}


.lsn ul li.lss-title:hover > a,
.lsn ul li.lss-title.active > a{
    color: #fff;
    display: block;
}

.lsn ul li.lss-title:hover .lss-info .link,
.lsn ul li.lss-title.active .lss-info .link,
.lsn ul li.lss-title:hover .lss-info .ban,
.lsn ul li.lss-title.active .lss-info .ban,
.lsn ul li.lss-title:hover .lss-info .collect-info,
.lsn ul li.lss-title.active .lss-info .collect-info{
    color: #fff;
}

.lsn ul li.lss-title:hover .lss-info span,
.lsn ul li.lss-title.active .lss-info span{
    color: #fff;
}

.lsn ul li.lss-title img{
    margin-right: 10px;
    transform: rotate(-90deg);
}

.lsn ul li.lss-title.active img{
    transform: rotate(0deg);
}

/*lsn group css*/

.lsn ul li.lss-title.active ul li.group-title{
    border-top: 1px solid #b8b8e6;
    background-color: #fff;
    transition: .3s;
}
.lsn ul li.lss-title.active ul li.group-title:hover,
.lsn ul li.lss-title.active ul li.group-title.active{
    background: #dbdbdb;
}

.lsn ul li.lss-title.active ul li.group-title a{
    color: #666;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    padding-left: 34px;
    padding-right: 10px;
}

.lsn ul li.group-title > div i.fa-folder,
.lsn ul li.group-title > div i.fa-folder-open{
    margin-right: 12px;
    color: #1d4072;
}


.lsn ul li.group-title .group-info .link{
    color: #0495e1;
}

.lsn ul li.group-title .group-info .ban{
    color: #e10404;
}

.lsn ul li.group-title .group-info .collect-info{
    color: #e18604;
}


.lsn ul li.group-title .group-info span {
    color: #666;
}

/*lsn itme css*/
.lsn ul li.server-title{
    background:#f5f5f5;
}

.lsn ul li.server-title .lsn-item-name i{
    margin-right: 1px;
}

.lsn ul li.server-title .lsn-item-name i.fa-link{
    color: #0495e1;
}

.lsn ul li.server-title .lsn-item-name i.fa-ban{
    color: #e10404;
}

.lsn ul li.server-title .lsn-item-info i.fa-download{
    color: #e18604;
}

.lsn ul li.lss-title.active ul li.server-title > div{
    padding-top:2px;     
    padding-bottom:2px;     
    font-size: 12px;
    padding-left: 64px;
    padding-right: 10px;
    cursor: pointer;
}

.lsn ul li.lss-title .group-title{
    display: none;
}

.lsn ul li.lss-title.active .group-title{
    display: block;
}

.lsn ul li.group-title .server-title{
    display: none;
} 

.lsn ul li.group-title.active .server-title
{
    display: block;
}

@media(max-width:576px){
    .logsaver-side-nav{
        display: none;
    }
    .content-layout{
        padding-left: 20px;
    }
    
    .logsaver-top-menu{
        padding-left: 0px;
    }
}

.btn-ghost{
    background: none !important;
    color: white;
}
.btn-ghost i.fa{
    color: white;
}
.btn-ghost.dark{
    color: #666;
}
.btn-ghost.dark i.fa{
    color: #666;
}

.btn-ghost:hover{
    color: #007bff;
}

.btn-ghost:hover i.fa{
    color: #007bff;
}

.btn-ghost.cancel:hover,
.btn-ghost.cancel:hover i.fa{
    color: #ff3838;
}

.lsn ul li.group-title.active .group-name i.fa-folder{
    display: none;
}
.lsn ul li.group-title:not(.active) .group-name i.fa-folder-open {
    display: none;
}

.search-input{
    height: 30px !important;
    font-size: 12px;
}


.modal-header{
    padding: 10px
}

.modal .modal-content{
    border-radius: 0.5rem;
}

.modal .modal-header {
    border-bottom: 1px solid #999999;
    background: #007bff;
}

.modal p.input-title,
.modal span.text-dark{
    font-size: 12px;
}

.modal input,
.modal select{
    height: 32px !important;
    font-size: 12px;
}

.modal select{
    font-size: 12px;
}

.modal button.close{
    color: white;
    font-size: 15px;
    padding-top: 22px;
}

.modal .modal-footer {
    border-top: 1px solid #999999;
    padding: 8px;
}

.modal .modal-title {
    font-size: 18px;
    color: white;
}


#pageEditModal .modal-body .addContent > .addSubmit{
    height: 32px;
    padding: 0px;
    
}

.input-btn-group > .btn{
    height: 32px;
    padding: 0px;
}

.modal .btn{
    height: 32px;
    line-height: 8px;
    font-size: 12px;
}

#policyAlertViewModal .violation-title{
    margin: 0px;
}

