﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #008aae;
    border-color: #008aae;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Main styles
-------------------------------------------------- */
.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.ptb-10 {
    padding: 10px 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.ptb-20 {
    padding: 20px 0;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.ptb-30 {
    padding: 30px 0;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.ptb-40 {
    padding: 40px 0;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.ptb-50 {
    padding: 50px 0;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.ptb-70 {
    padding: 70px 0;
}

.pb-70 {
    padding-bottom: 70px;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mtb-10 {
    margin: 20px 0;
}

.mt-20 {
    margin-top: 20px;
}

.mtb-20 {
    margin: 20px 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mtb-30 {
    margin: 30px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mtb-40 {
    margin: 40px 0;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mtb-50 {
    margin: 50px 0;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mtb-70 {
    margin: 70px 0;
}

.mb-70 {
    margin-bottom: 70px;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.thin {
    font-weight: 100;
}

.bold {
    font-weight: 600 !important;
}

.auto {
    margin: auto;
    width: 100%;
    text-align: center;
}

.mp-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.clear {
    clear: both;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.cursor {
    cursor: pointer !important;
}

.number {
    text-align: right !important;
    padding: 6px 14px !important;
    font-size: 1em !important;
}

.fontsize08em {
    font-size: 0.8em;
}

.fontsize09em {
    font-size: 0.9em;
}

.overflow-100 {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}

.overflow-200 {
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

.overflow-300 {
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
}

.view_page {
    border-radius: 12px;
    margin: 30px auto;
    padding: 30px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.15);
    background-color: #ffffff;
    color: #252422;
    position: relative;
    border: 0 none;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.main-panel > .content {
    min-height: calc(100% - 60px);
    margin-top: 60px;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
}

.card-user .card-image {
    height: 15px;
}

.card .card-image {
    width: 100%;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-user .card-body {
    min-height: 220px;
}

.card .card-body {
    padding: 15px 15px 10px 15px;
}

.card-user .avatar {
    border: none;
}

.badge-primary {
    background-color: #007bff;
    font-weight: 500;
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
#topbutton {
    display: inline-block;
    background-color: #89a3ba;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: fixed;
    bottom: 30px;
    right: 3%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0px 7px 10px rgba(0,0,0,0.15);
    color: #fff;
    /*transform:rotate(270deg)*/
}


    #topbutton::after {
        /* content: ">";*/
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 1.8em;
        line-height: 50px;
        color: #fff;
    }

    #topbutton:hover {
        cursor: pointer;
        background-color: #52a9f6;
    }

    #topbutton:active {
        background-color: #555;
    }

    #topbutton.show {
        opacity: 1;
        visibility: visible;
    }


.filebox {
    float: left;
    width: 85%
}

    .filebox label {
        display: block;
        color: #797979;
        font-size: 17px;
        line-height: normal;
        vertical-align: middle;
        background-color: #fff;
        cursor: pointer;
        border: 1px solid #e3e3e3;
        border-radius: .25em;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
        height: 80px;
        margin: 10px 0;
        font-weight: 100;
        text-align: center;
        padding: 25px 0;
        width: 48%;
        float: left;
    }

        .filebox label:hover {
            border: 1px solid #aaa;
            color: #333;
        }

        .filebox label:active {
            border: 1px solid #aaa;
            color: #333;
        }

    .filebox input[type="file"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

.filebox2 {
    display: table;
    color: #797979;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: .25em;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    font-weight: 100;
    text-align: center;
    padding: 8px;
    width: 80%;
}

    .filebox2:hover {
        border: 1px solid #aaa;
        color: #333;
    }

    .filebox2:active {
        border: 1px solid #aaa;
        color: #333;
    }

.addfile input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.addfile {
    display: block;
    color: #797979;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: .25em;
    margin: 10px 0;
    font-weight: 100;
    text-align: center;
    padding: 10px;
    line-height: 3em;
}

.main-panel .navbar:after {
    content: "";
    /*background-image: url('/images/background/top.png');*/
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.sync:hover img {
    animation: spin 1.6s infinite linear;
}

.switch-field {
    display: block;
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: #f4f3ef;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        transition: all 0.1s ease-in-out;
        margin-bottom: 0;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #a5dc86;
        box-shadow: none;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }

.sub_title_black .btn {
    text-indent: 0;
    margin-right: 3vw;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.info-title {
    color: #447DF7;
    cursor: pointer;
}

.popover {
    border: rgba(0,0,0,.25) 1px solid;
    max-width: 80vw
}

    .popover > .arrow {
        border-width: 11px;
    }

    .popover.bottom .arrow:after {
        border-bottom-color: #fff;
    }

    .popover > .arrow, .popover > .arrow:after {
        border-color: transparent;
        border-style: solid;
    }

    .popover.top > .arrow:after {
        bottom: 0.6px;
    }

.pop-ul {
    padding-left: 17px
}

    .pop-ul li {
        list-style: square;
        font-size: 13px;
    }

.qna {
    clear: both;
    padding: 10px 0;
    color: #888;
    line-height: 1.8em;
    font-size: 0.9em;
    display: table;
}

    .qna img {
        vertical-align: text-bottom;
        width: 18px
    }

    .qna.qna-right {
        float: right;
        margin-right: 10px;
    }

    .qna.qna-btn {
        clear: inherit;
        cursor: pointer;
        padding: 0;
    }

        .qna.qna-btn img {
            vertical-align: top;
            margin-left: 8px;
        }

    .qna p {
        float: left;
        display: table;
        font-size: 12px;
    }

    .qna .qna-round {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        content: "";
        border-radius: 10px;
        vertical-align: middle;
        border: 1px solid;
    }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file {
    position: relative;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.td-btn {
    min-width: 80px !important;
}

.custom-combobox {
    position: relative;
    display: block;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: -2px;
    padding: 0 !important;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    background: #fff;
}

    .custom-combobox-input::placeholder {
        color: #c3c3c3
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    box-shadow: none;
    width: 100%;
    border-radius: 0%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 34px;
    cursor: auto;
    display: block;
}

.ui-widget.ui-widget-content {
    border: 1px solid #E3E3E3;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #E3E3E3;
    border-left: none;
    background: #fff;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    margin-top: 10px;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#treeview {
    top: 0px !important;
}

.up-btn, .down-btn {
    bottom: 0px;
    display: inline-block;
    font-family: 'FontAwesome';
    opacity: 0.8;
    position: relative;
}

    .up-btn:before {
        content: "\f062";
    }

    .down-btn:before {
        content: "\f063";
    }

.col-md-3.tree_left {
    padding: 0 !important;
    min-height: 400px;
}

#treeview {
    padding: 5% 3% !important;
    height: 100%;
    max-height: 100vh;
    max-width: unset !important;
    overflow: auto;
    width: 100%;
}


/*차트 및 그래프 css*/

.detailInfo .align-items-stretch {
    height: 400px;
}

.detailInfo .icon-box:hover {
    transform: translateY(-10px);
    border-bottom: 5px solid #0033BA;
}


.detailInfo .icon-box {
    padding: 15px 50px;
    transition: all ease-in-out 0.3s;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%);
    border-radius: 3px;
    border-top: 1px solid #0033BA;
    border-left: 1px solid #0033BA;
    border-right: 1px solid #0033BA;
    border-bottom: 1px solid #0033BA;
    margin: 0 auto;
    margin-bottom:10px;
    width: 300px;
}

    .detailInfo .icon-box .icon {
        width: 60px;
        height: 60px;
        background: #0033BA;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: ease-in-out 0.3s;
        color: #fff;
    }

    .detailInfo .icon-box h4 {
        font-weight: 700;
        margin: 8px auto;
        font-size: 17px;
    }

    .detailInfo .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

/* 지도 API */

    .customoverlay {
        bottom: 50px;
/*        cursor: pointer*/
        width: 110%;
    }

    .customoverlay .close:hover {
        cursor: pointer;
    }

    .customoverlay .close {
        float: right;
        top: 10px;
        right: 10px;
        color: #fff;
        width: 15px;
        height: 15px;
    }

    .customoverlay .cus-close {
        float: right;
        color: #fff;
        font-size: 17px
    }

    .customoverlay:nth-of-type(n) {
        border: 0;
        box-shadow: 0px 1px 2px #888;
    }

    .customoverlay a {
        display: block;
        text-decoration: none;
        color: #fff;
        text-align: center;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        /*정상*/
        /*background: #2298fc;*/
        /*background: #d95050 url(http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;*/
    }

    .customoverlay .cus-title {
        padding: 10px 10px;
        font-size: 0.9em;
        background-color: #00268b;
        color: #fff;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

        .customoverlay .cus-title p {
            margin: 0;
        }

    .customoverlay .cus-contents {
        display: block;
        text-align: center;
        background: #fff;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .customoverlay table tr td {
        border: none;
        text-align: left;
        padding: 0 5px;
    }

    .customoverlay:after {
        content: '';
        position: absolute;
        margin-left: -12px;
        left: 50%;
        bottom: -12px;
        width: 22px;
        height: 12px;
        background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
    }

    .cardHeader {
        background: #F2F5F8;
        border-radius: 3px;
        cursor: pointer;
        padding: 5px;
        border: 1px solid #d1d1d1;
        display: flex;
        justify-content: center;
    }

    .cardHeader svg {
        width: 17px;
        color: #808080;
    }

    .donutCircle {
        height: 107px;
/*        position: relative;*/
        background: #fff;
        text-align: center;
        font-size: 2em;
        width: 50%;
        z-index: 2;
        margin: 0 auto;
    }

    .donutCircle::after {
        content: "";
        height: 107px;
        width: 100%;
        background: tomato;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: scale(1.1);
        border-radius: 50%;
    }

    .donutCircle .avatar {
        border-radius: 50%;
        height: 87px;
        margin-right: 0;
        overflow: hidden;
        width: 40px;
        border: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        color: tomato;
        background: #fff;
        font-size: 1.4em;
        text-align: center;
        width: 80%;
    }

    .TotalAlarmHeader {
        padding: 5px;
        margin: 0;
        word-break: keep-all;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        background: #F1F1F1;
        font-weight: 600;
        line-height: 1.3;
    }

    /* 스크롤 커스텀 */
    .scrollCustomContainer {
        overflow: auto;
    }

    .scrollCustomContainer::-webkit-scrollbar {
        width: 5px;
        cursor: pointer;
    }

    .scrollCustomContainer::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border-radius: 10px;
    }

    .scrollCustomContainer::-webkit-scrollbar-track {
        background-color: #ffff;
        border-radius: 10px;
        box-shadow: inset 0px 0px 5px white;
    }

.scrolltable {
    display: flex;
    overflow: auto;
    height: 100px;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .scrolltable::-webkit-scrollbar {
        width: 5px;
        cursor: pointer;
    }

    .scrolltable::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border-radius: 10px;
    }

    .scrolltable::-webkit-scrollbar-track {
        background-color: #ffff;
        border-radius: 10px;
        box-shadow: inset 0px 0px 5px white;
    }


@media (max-width:1024px) {
    .sub_page {
        padding: 2% 0;
    }
}