/* Login */
.login-wrapper {
    width: 40%;
    background-color: rgba(0, 0, 0, 0.6);
}


/* 모달창 안에 select2.js 오픈 */
.modal-open .select2-dropdown {
    z-index: 10060;
}
.modal-open .select2-close-mask {
    z-index: 10055;
}
/*side menu*/
.dw-side-back {
    background-image: url('/img/sidemenu_back.jpg');
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-color: #020f46;
}
/*.aa{*/
/**/
/*}*/
/* no padding */
.no-pd{
    padding-right:0!important;
    padding-left:0!important;
}
/* no margin */
.no-mg{
    margin-right:0;
    margin-left:0;
}
/* table */
.table-wrapper table thead tr th{
    vertical-align:middle;
}
.table-wrapper table tbody tr td{
    vertical-align:middle;
}

/* site list page */
.hidden-site1{
    display:none;
}
.hidden-site2{
    display:none;
}
.hidden-site3{
    display:none;
}
.site-img-mg td img{
    /* margin: 0 10px 10px 0;*/
    cursor:pointer;
}
.main-content-txt{
    font-weight:bold;
    color:#000;
}
.main-content-txt span:nth-of-type(1){
    display:block;
}
.main-content-txt span:not(.main-content-txt-not):nth-of-type(2){
    font-size:20px;
}

.form-control-middle{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}



.rdiobox-custom span:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #adb5bd;
    border-radius: 50px;
    left: 0;
    top:auto;
}
.rdiobox-custom span:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50px;
    top: 17px;
    left: 5px;
    display: none;
}



@media screen and (min-width:991px) {
    /* 데이터 테이블 사용시 반응형일때 표가 초과되는 버그 문제 */
    .of-none{
        overflow-x:hidden!important;
    }
}

/*User Main */
.ump-circle {
    position:relative;
    border:5px solid ;
    display:inline-block;
}
.ump .good {
    border-color: #0866C6;
    color :#0866C6;
}
.ump .bad {
    border-color: #f41717 ;
    color : #f41717;
}
.ump-circle img {
    width:60px;
    position:absolute;
    top:40%;
    left:50%;
    transform:translate(-50%, -50%);
}
.ump-circle svg {
    width:60px;
    position:absolute;
    top:40%;
    left:50%;
    transform:translate(-50%, -50%);
}
.ump .stat-text {
    margin-top: 70px;
    font-size: 1.1rem;
}
.ump .stat-text-check {
    margin-top: 70px;
    font-size: 0.9rem;
}

/* status color  */
.dw-status-temp {
    border-color: #54ba5a;
    color :#54ba5a;
}
.dw-status-temp .st0{
    fill: #54ba5a;
}
.dw-status-good {
    border-color: #0866C6;
    /*background-color: #c6e2ff;*/
    color :#0866C6;
}
.dw-status-good .st0{
    fill :#0866C6;
}
.dw-status-bad {
    border-color: #f41717 ;
    color : #f41717;
    /*background-color: #ffcccc;*/
}

.dw-status-bad .st0{
    fill :#f41717;
}
.dw-status-warning {
    border-color: #F49917 ;
    color : #F49917;
    /*background-color: #ffcccc;*/
}

.dw-status-warning .st0{
    fill :#F49917;
}

.progress .disk-status-bad {
    background-color: #f41717;
    color : white;
}
.progress .disk-status-good {
    background-color: #0866C6;
    color : white;
}
.progress .disk-status-warning {
    background-color: #F49917;
    color : white;
}
.progress .disk-status-disable {
    background-color: gray;
    color : white;
}
.ump-cam-good {
    background-color: #c6e2ff;
    color :#0866C6;
}
.ump-cam-bad {
    background-color: #ffcccc;
    color : #f41717;
}
.ump-cam-tx {
    text-align: center;
    line-height: 1px;
    padding-top: 25px;
}
.ump-cam-no-good .st0 {
    fill : #c6e2ff;
}
.ump-cam-no-good .st0-t {
    fill : #0866C6;
}
.ump-cam-no-bad .st0 {
    fill : #f41717;
}
.ump-cam-no-bad .st0-t {
    fill : #ffffff;
}
.ump-cam-no-unauth .st0 {
    fill : #c6e2ff;
}
.ump-cam-no-unauth .st0-t {
    fill : #f41717;
}
.admin-main-title {
    display: flex;
    flex-flow: column-reverse wrap;
    align-items: flex-end;
}
.admin-main-title img {
    width: 110px;
}
.admin-main-title .sub {
    color: #999999;
}
#clock-container {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;

}
#face { stroke-width: 4px; stroke:rgb(255,255,255,1); fill: #0866C6  }
#hour, #min, #sec {
    stroke-width: 1px;
    fill: rgb(255,255,255,0.7);
    stroke:rgb(255,255,255,0.7);
}
#sec { stroke: #fff; }

.word-break-all{
    word-break: break-all;
}

.common-search-btn{
    display:inherit;
}

.modal-reporting-system-view {
    display: block;
    max-width: 1200px;
    width: auto;
    top: 40px;
}

.d-inherit{
    display:inherit;
}

.pd-0-60-0-60{
    padding:0 60px 0 60px;
}

@media(max-width: 1096px){
    .change-logo-btn{
        margin-top:10px;
    }
}

@media(max-width: 767px){
    .m-pd-15{
        padding:15px;
    }
    .m-mg-b-0{
        margin-bottom:0;
    }
    /* 모바일 표 숨기기 공통 */
    .mobile-table-none{
        display:none;
    }
    .m-table-wrapper table tbody tr td{
        padding:5px;
        font-size:12.5px;
    }
    .m-table-wrapper table thead tr th{
        font-size:12px;
    }
}

@media(max-width: 575px){
    .common-search-btn{
        width:100%;
        text-align:right;
    }
    .pd-0-reset{
        padding-left:15px;
        padding-right:15px;
    }
}

@media (max-width: 480px) {
    .m-mg-b-10{
        margin-bottom:10px!important;
    }
    .m-d-block{
        display:block;
    }
    .m-pd-x-0{
        padding:0;
    }
    .m-pd-l-20{
        padding-left:20px;
    }
    .m-mg-l-3{
        margin-left:3px;
    }
}

.alert-orange {
    color: white;
    background-color: orange;
    border-color: orange;
}


.card-body-pd{
    padding: 0.75rem 1.25rem;
}
