﻿/* 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;
}

.star {
    color: red;
    padding: 7px
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

@font-face {
    font-family: 'NanumSquareR';
    font-display: auto;
    src: url('/fonts/NanumSquareR.woff') format('woff'),url('/fonts/NanumSquareR.woff2') format('woff2');
}

@font-face {
    font-family: 'NanumSquareB';
    font-display: auto;
    src: url('/fonts/NanumSquareB.woff') format('woff'), url('/fonts/NanumSquareB.woff2') format('woff2');
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    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;
}

.more_btn {
    float: right
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Main styles
-------------------------------------------------- */

.web_only {
    display: table !important;
}

.web_only_block {
    display: block !important;
}

.web_only_inline {
    display: inline !important;
}

.m_only_inline {
    display: none !important;
}

.m_only_block {
    display: none !important;
}

.m_only {
    display: none !important;
}

.p-0 {
    padding: 0 !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;
}

.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;
}

.auto {
    margin: auto;
    width: 100%;
    text-align: center;
}

.clear {
    clear: both;
}

.img-responsive {
    margin: auto
}

.color3 {
    color: #333;
}

.bg5 {
    background: #2fd4c5;
}

.bg6 {
    background: #e5c141;
}

label {
    font-weight: 500 !important;
}

.btn-info {
    border-color: #484b63;
}

    .btn-info.btn-fill {
        background-color: #21243c !important;
    }

        .btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open > .btn-info.btn-fill.dropdown-toggle {
            background-color: #484b63;
            color: #fff;
        }

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:focus, .btn-info.active:hover, .open > .btn-info.dropdown-toggle {
        background-color: #484b63;
        color: #fff;
        border-color: #fff;
    }

.btn_danger {
    display: inline-table;
    background-color: #de312e;
    color: #FFFFFF;
    opacity: 1;
    margin-right: 5px;
    border-color: #de312e;
    border-width: 1px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 8px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 60ms ease-in;
}

    .btn_danger:hover {
        background-color: #fa1825;
        color: #FFFFFF;
    }

.dropdown-toggle {
    color: #333;
}

.cursor{
    cursor:pointer !important;
}

.qna {
    clear: both;
    padding: 10px 0;
    color: #ddd;
    line-height: 1.8em;
    font-size: 0.9em;
    display: table;
}

    .qna i {
        color: #447DF7;
        font-size: 1.4em;
        vertical-align: middle
    }

    .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;
    }

.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;
}

.card-user .avatar {
    height: 84px;
    width: 84px;
}

.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;
}

.navbar-company {
    background-image: linear-gradient(to right, #252b49, #222842, #1f253a, #1c2133, #1a1e2c);
    margin-left: -16px;
    height: 58px;
    color: #fff;
    float: left;
    padding-top: 14px;
    font-size: 1.4em;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px
}

.bootstrap-datetimepicker-widget table th {
    color: #555 !important;
}

.table-condensed > tbody > tr > td {
    color: #555 !important
}

.table > thead > tr > th {
    border: none !important;
}

.table .tblset_bcnt {
    border-left: 1px solid #e3e3e3
}
    .table .tblset_bcnt label {
        display: inline-block;
        font-weight: bold;
        font-size: 18px;
        width: 88px;
        padding: 5px 0px;
        color: #000000;
        border-radius: 5px;
        margin: 0px 4px;
    }



.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
        margin-left: -1px;
    }

    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
        z-index: 3;
    }

    .input-group > .custom-file .custom-file-input:focus {
        z-index: 4;
    }

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group > .custom-file:not(:first-child) .custom-file-label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .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;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    text-align: center;
    cursor: pointer;
    padding: 8% 0;
    height: 80px
}


.file-box {
    display: block;
    height: 145px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.upload-options {
    position: relative;
    height: 40px;
    background-color: #447DF7;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-color ease-in-out 150ms;
    transition: background-color ease-in-out 150ms;
}

    .upload-options:hover {
        background-color: #2c6cf6;
    }

    .upload-options input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .upload-options label {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
    }

        .upload-options label::after {
            content: '+';
            position: absolute;
            font-size: 2.8rem;
            color: #e6e6e6;
            top: calc(50% - 2rem);
            left: calc(50% - 1rem);
            z-index: 0;
        }

        .upload-options label span {
            display: inline-block;
            width: 50%;
            height: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle;
            text-align: center;
        }

            .upload-options label span:hover i.material-icons {
                color: lightgray;
            }

.js--image-preview {
    height: 105px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}

    .js--image-preview::after {
        content: "이미지 등록";
        position: relative;
        font-size: 1.2em;
        color: #bbb;
        top: calc(50% - 1.5rem);
        left: calc(37% - 2rem);
        z-index: 0;
    }

    .js--image-preview.js--no-default::after {
        display: none;
    }

    .js--image-preview:nth-child(2) {
        background-image: url("http://bastianandre.at/giphy.gif");
    }

i.material-icons {
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.msg {
    margin-top: 10px;
}

    .msg .textarea {
        width: 100%;
        height: 100px;
        border-color: #eee;
        overflow-y: hidden !important;
        background-image: url('/images/background/smsbg.png');
        background-size: cover;
        color: #fff !important;
        border-radius: 5px;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
    }

.monitor_box {
    background: #282c48;
    padding: 12px;
    display: block;
    border-radius: 10px;
    width: 100%;
    overflow-x: scroll;
}

    .monitor_box .control-label {
        color: #fff
    }

    .monitor_box .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        color: #fff
    }
#cart-order--section {
    display: block !important;
    width: 100% !important;
}
.google-visualization-tooltip {
    display: table;
    border-radius: 5px !important;
}

    .google-visualization-tooltip span {
        font-size: 11px !important;
    }

.chartWithOverlay {
    position: relative;
    background: none;
}

.overlay {
    width: 862px;
    height: 276px;
    position: absolute;
    top: 85px; /* chartArea top  */
    left: 168px; /* chartArea left */
    background-repeat: repeat;
    z-index: -9;
}

#connect {
    padding-top: unset !important;
}

.gauge .value {
    fill: #777;
    font-size: 1.5rem;
}

    .gauge .value tspan {
        font-size: 1rem;
    }

.gauge .scale text {
    fill: #999;
    font-size: 0.75rem;
}


.container.monitor_box {
    border-radius: 15px
}

.monitor_box_t {
    padding: 15px;
    display: table;
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
}

    .monitor_box_t span:last-child {
        float: right;
        font-size: 1.1em
    }

.monitor_info {
    background-color: #212121;
    color: #b6ff00 !important;
    border: solid 1px #000 !important;
    font-weight: bold !important;
    font-size: 0.9em;
    padding: 10px;
    box-shadow: 1px 3px 2px 1px #000;
    border-radius: 5px;
}

.monitor_info_v {
    text-align: right;
    height: 26px;
    font-size: 0.9rem;
}

.monitor_info_i {
    text-align: left;
    height: 26px;
    font-size: 0.9rem;
}

.monitor_r {
    margin-left: 25%;
}

.monitor_inner {
    display: table;
    position: relative;
    overflow: hidden;
    width: 100%
}

.monitor_l {
    position: absolute;
    height: 100%;
}

.bms {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 90%
}

.claim-a {
    position: absolute;
    bottom: 5vh;
    margin: 0;
    width: 90%
}

.claim-s {
    position: absolute;
    bottom: 10vh;
    margin: 0;
    width: 90%
}


.cart-info {
    width: 11%;
    height: auto;
    background: #1d2336;
    border: 1px solid #080a10;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
    color: #dcdcdc;
}

    .cart-info div {
        border-top: 1px solid #080a10;
        padding-top: 5%;
        word-break: break-all;
    }

    .cart-info img {
        margin-bottom: 8%;
    }

.cartarray_info {
    text-align: center;
    clear: both;
    padding-top: 10px;
}

    .cartarray_info label {
        display: inline-block;
        color: #9aaaba;
        font-size: 14px;
        letter-spacing: -0.5px;
        margin: 0px 4px;
        font-weight: 400;
    }

        .cartarray_info label span {
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: middle;
            box-sizing: border-box;
            margin-right: 3px;
            border-radius: 15px;
        }

.errorNull {
    border: 1px solid #8e919b;
}

.error0 {
    border: 1px solid #080a10;
    background: #1d2336;
}

.error1 {
    background-color: red !important;
}

.error2 {
    background-color: #f96829 !important;
}

.error3 {
    background-color: yellow !important;
    color: #1d2336;
}

.error4 {
    background-color: deepskyblue !important;
    color: #1d2336;
}

.error5 {
    background-color: lightpink !important;
    color: #1d2336;
}

.error6 {
    background-color: skyblue !important;
    color: #1d2336;
}

.error7 {
    background-color: mediumpurple !important;
}

.error8 {
    background-color: sandybrown !important;
}

.error9 {
    background-color: #102f59 !important;
    border: 1px solid #777;
}

.voltol {
    box-sizing: border-box;
    border: 1px solid #525775;
    text-align: center;
    padding: 7px 0;
}

    .voltol .voltol-title {
        color: #dcdcdc;
        font-size: 15px;
        margin-bottom: 0;
        letter-spacing: -0.5px;
    }

    .voltol .voltol-num {
        color: #ccd019;
        font-size: 2em;
        margin: 0;
        line-height: 1.5;
    }

    .voltol.bg-white {
        background: #fff;
    }

        .voltol.bg-white .voltol-title, .voltol.bg-gray .voltol-title, .voltol.bg-reuse .voltol-title {
            color: #000;
        }

        .voltol.bg-white .voltol-num, .voltol.bg-gray .voltol-num, .voltol.bg-reuse .voltol-num {
            color: #000;
        }

    .voltol.bg-gray {
        background: #9faacb;
    }

    .voltol.bg-reuse {
        background: #ccd019;
    }

    .voltol.bg-red {
        background: #c92c2c
    }

        .voltol.bg-red .voltol-num, .voltol.bg-red .voltol-title {
            color: #fff;
        }

    .voltol.bg-blue {
        background: #2679ff
    }

        .voltol.bg-blue .voltol-num, .voltol.bg-blue .voltol-title {
            color: #fff;
        }

.manager_list {
    list-style: none;
    padding: 20px;
}

    .manager_list li {
        display: table;
        
    }

        .manager_list li label {
            display: inline-block;
            background-color: #777;
            color: #fff;
            border-radius: 25px;
            white-space: nowrap;
            margin: 3px 0px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s;
        }

        .manager_list li label {
            padding: 6px 11px;
            cursor: pointer;
        }

            .manager_list li label::before {
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font-family: "FontAwesome";
                font-weight: 900;
                font-size: 12px;
                padding: 2px 5px 2px 2px;
                content: "\f067";
                transition: transform .3s ease-in-out;
            }

        .manager_list li input[type="checkbox"]:checked + label::before {
            content: "\f00c";
            transition: transform .3s ease-in-out;
        }

        .manager_list li input[type="checkbox"]:checked + label {
            background-color: #447DF7;
            color: #fff;
            transition: all .2s;
        }

        .manager_list li input[type="checkbox"] {
            position: absolute;
        }

        .manager_list li input[type="checkbox"] {
            position: absolute;
            opacity: 0;
        }





.bat_info {
    width: calc(20% - 10px);
    height: auto;
    background: rgba(255,255,255,.08);
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
}


.index_monitor {
    /*background: linear-gradient(90deg, rgba(215,215,215,1) 0%, rgba(75,75,75,1) 100%);*/
    /*background: linear-gradient(90deg, rgba(192,221,237,1) 0%, rgba(122,159,209,1) 49%, rgba(192,221,237,1) 100%);*/
    /*background: linear-gradient(90deg, rgba(192,221,237,1) 0%, rgba(87,179,231,1) 100%);*/
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(228,230,231,1) 100%);
    box-shadow: 1px 1px 1px 1px #b6afaf;
}

.bat_box {
    background: #282c48;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    cursor:pointer
}

    .bat_box .bat_title {
        font-size: 1.3em;
        padding-top: 10px;
    }

        .bat_box .bat_title .fa-plus {
            color: #fff;
            float: right;
            padding: 5px 0;
        }

    .bat_box .bat_cont {
        background: #fff;
        padding: 13px 0;
        border-radius: 10px;
        color: #333;
    }

        .bat_box .bat_cont img {
            margin-top: 7px
        }

        .bat_box .bat_cont h3 {
            font-weight: 600;
        }

        .bat_box .bat_cont p {
            font-size: 15px;
            margin: 0 0 5px;
            line-height: 1.2
        }

        .bat_box .bat_cont label {
            width: 35%;
            float: left;
            padding: 5px;
            font-size: 13px;
        }

        .bat_box .bat_cont input {
            width: 65%;
            height: 28px;
        }

        .bat_box .bat_cont .btn {
            padding: 9px 8px;
            min-height: 63px
        }


.modal-dark {
    background: #282c48;
    color: #fff;
}

.modal-dialog {
    width: 860px;
    margin: 16vh auto;
}

.modal-header {
    border-bottom: 1px solid #484b63
}

.modal-footer {
    border-top: 1px solid #484b63
}

/*      form       */
.dark-form {
    width: 100%;
    float: left;
    box-sizing: border-box;
    background: #1d2336;
    color: #fff;
    border: 1px solid #1d2336;
    margin-top: 10px;
}

    .dark-form.full {
        width: 100%;
        margin: 0 !important;
    }

    .dark-form:focus {
        -webkit-box-shadow: none;
        background-color: #1d2336;
        color: #fff;
    }

.dark-create {
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.graph_search {
    display: block;
    margin-bottom: 10px;
}

.period_area .btn {
    color: #fff;
    background: #28323d;
    border: none;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #1d2336;
}

    .period_area .btn.on {
        background: #b4b814;
    }

    .period_area .btn:hover {
        border: 1px solid #777;
    }

/*     table     */

.dark-table {
    border: none;
}

    .dark-table > tbody > tr > td {
        border-color: transparent;
        font-size: 1.1em;
        color: #a2a8d0;
        text-align: left;
        padding-left: 3%;
    }

        .dark-table > tbody > tr > td:nth-child(1) {
            min-width: 20%;
            max-width: 25%;
        }

    .dark-table > tbody > tr:hover {
        background-color: rgba(255,255,255,0.1);
    }

.dark-table-1 {
    border: 1px solid #484b63;
}

    .dark-table-1 > thead > tr > th {
        border-top: 1px solid #484b63;
        background-color: #1d2336;
        color: #fff;
        font-size: 1.1em;
        font-weight: 500;
    }

    .dark-table-1 > tbody > tr > th {
        border-top: 1px solid #484b63;
        background-color: #1d2336;
        color: #fff;
        font-size: 1.1em;
        font-weight: 500;
    }

    .dark-table-1 > tbody > tr > td {
        border-top: 1px solid #484b63;
        color: #fff;
        font-size: 1.1em;
        font-weight: 500;
    }

    .dark-table-1 > thead > tr > th a {
        color: #fff;
    }

    .dark-table-1 > tbody > tr > td a {
        color: #fff;
    }

    .dark-table-1 > tbody > tr > td i {
        color: #fff;
    }
    .dark-table-1 > tbody > tr > td .btn-success i {
        color: #00A651;
    }

.info-table {
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%
}

    .info-table > tbody > tr > td {
        font-size: 1.1em;
        color: #fff;
        line-height: 2em;
        white-space: nowrap;
        word-break: keep-all !important;
    }

        .info-table > tbody > tr > td:nth-child(3n) {
            white-space: inherit;
        }

        .info-table > tbody > tr > td:nth-child(1):before {
            content: "";
            width: 10px;
            height: 10px;
            position: absolute;
            left: 0;
            background: #64b9ec;
            margin-top: 10px;
            border-radius: 5px;
        }

/* 지도 API */

.customoverlay {
    bottom: 50px;
    cursor: pointer
}

    .customoverlay .close:hover {
        cursor: pointer;
    }

    .customoverlay .close {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #888;
        width: 17px;
        height: 17px;
        background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
    }

    .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-radius: 6px;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        background-color: #750935
        /*정상*/
        /*background: #2298fc;*/
        /*background: #d95050 url(http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;*/
    }

        .customoverlay a p {
            margin: 10px 0;
            font-size: 0.9em;
        }

    .customoverlay .title {
        display: block;
        text-align: center;
        background: #fff;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .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')
    }

.control_btn {
    z-index: 99;
    display: table;
    width: 100%;
    margin: 5px 0px;
    padding: 5px;
    border: none;
}

.select_css {
    background-color: #000 !important;
    color: #b6ff00 !important;
    width: 100%; /* 원하는 너비설정 */
    padding: .6em .5em; /* 여백으로 높이 설정 */
    font-family: inherit; /* 폰트 상속 */
    border: 1px solid #999;
    border-radius: 0px; /* iOS 둥근모서리 제거 */
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    font-weight: bold;
    font-size: 1.0em;
}

/* 트리구조 css SET*/

.tree_right {
    border-left: 1px solid #eaeaea;
    margin: 27px auto;
}

#treeview {
    padding: 10% 8% !important;
    height: 100%;
    max-height: 100vh;
}

#memo {
    padding: 2% 5%;
}


.inputContains {
    padding: 3% 0 0 0 !important;
}

.titleHeader {
    padding: 1%;
}

.subMenu i {
    color: #000;
}
    @media all and (max-width:1480px) {

        .monitor_box:first-child .col-md-5 img {
            height: 211px;
        }

        .monitor_box:first-child .col-md-5 {
            height: 211px;
            overflow: hidden;
        }

        .bat_box .bat_title {
            font-size: 1.2em;
        }

        #gaouge_chart {
            width: 150px !important;
        }

        .col-md-1 > .bat_box .col-xs-12.ptb-10 {
            padding: 21px 0;
        }

        .bat_cont {
            padding: 9px 0;
            height: 149px;
        }

            .bat_cont > .col-xs-7, .col-xs-5 {
                margin-top: 20px;
            }

            .bat_cont > .col-xs-7, #soc, #tem {
                margin-top: 20px;
            }

        .info-table > tbody > tr > td {
            line-height: 2em;
            width: 93px;
        }

            .info-table > tbody > tr > td:nth-child(3) {
                width: 199px;
                line-height: 1.2em;
            }


        .info-table.table-borderless:first-child > tbody > tr > td {
            padding: 10px 0;
        }
    }

    @media (max-width:1279px) {
        .broken-machine-sign div {
            padding: 5px 18px !important;
        }


        .table .tblset_bcnt label {
            padding: 1px 0px;
            margin: 2px 0px;
        }

        #connect
        .col-md-1 > .col-md-12 {
            width: 73px;
        }

        .bat_box .bat_title {
            font-size: 1.1em;
        }

        .bat_cont {
            padding: 3px 0;
            height: 127px;
        }

        #tem, #soc {
            margin-left: -20px;
        }

        #gaouge_chart {
            width: 181px !important;
            height: 77px !important;
        }

        .responsive--container {
            width: 84%;
            display: flex;
        }

            .responsive--container > .col-xs-5 {
                align-items: center;
                justify-content: space-between;
            }

            .responsive--container .col-xs-5:first-child {
                margin-top: unset !important;
            }

        .bat_box {
            margin: 10px 0;
        }

            .bat_box .bat_cont p {
                font-size: 13px;
            }

            .bat_box .bat_cont label {
                padding: 0;
            }

            .bat_box .bat_cont .btn {
                padding: 18px 8px;
            }

        #connect {
            padding-top: 10px !important;
        }

        .info-table > tbody > tr > td {
            width: 96px;
        }

            .info-table > tbody > tr > td:nth-child(3) {
                width: 166px;
            }

        .info-table.table-borderless:first-child > tbody > tr > td {
            padding: 7px 0;
        }
    }
    /*모바일버전*/
    @media (max-width:1280px) {
        .bat_info {
            width: calc(33% - 10px);
        }

        .index_monitor {
            background: none;
            margin-top: 20px;
        }

        .web_only {
            display: none !important;
        }

        .web_only_block {
            display: none !important;
        }

        .web_only_inline {
            display: none !important;
        }

        .m_only {
            display: table !important;
        }

        .m_only_block {
            display: none !important;
        }

        .m_top {
            margin-top: 20px
        }

        .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
        }

        .monitor_select {
            margin-top: 20px;
            font-size: 0.9em
        }


        .model.dx-1 .txt-tpr .red-tpr {
            font-size: 3.5rem;
            text-align: center !important;
            margin-top: 20px !important;
            padding-top: 20px;
            margin: 0 !important;
            line-height: 0.7em;
            vertical-align: bottom;
            display: table-cell !important;
        }


        .monitor_info {
            background-color: #212121;
            color: #b6ff00 !important;
            border: solid 1px #000 !important;
            font-weight: bold !important;
            font-size: 0.9em;
            padding: 10px;
            box-shadow: 1px 3px 2px 1px #000;
            border-radius: 5px;
        }

        .monitor_info_v {
            text-align: right;
            height: 26px;
            font-size: 1rem;
        }

        .monitor_info_i {
            text-align: left;
            height: 26px;
            font-size: 1rem;
        }


        .m_size {
            padding: 0;
            clear: both;
            padding-top: 10px;
        }

        .btn.remote {
            width: 86px;
            height: 26px;
            font-size: 0.9em;
        }

        .model .txt-tpr .red-tpr {
            font-size: 3.5em;
            padding: 0 5px
        }

        .model .txt-tpr .green-tpr {
            padding: 0 5px;
        }

        .sub_page .remote-control {
            bottom: 5px;
            left: 6%;
        }

        .remote-control .btn-fill {
            margin-top: 15px;
        }


        .model.dx-1 .green-txt-bottom {
        }

        table td {
            max-width: 136px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .sub_page {
            padding: 10px;
        }

        .model {
            margin-bottom: 10px;
        }

            .model .tpr {
                top: 16%;
            }

            .model .green-txt span {
                font-size: 1em;
                margin: 0;
            }

            .model .green-txt-bottom span {
                font-size: 0.9em;
            }

            .model .txt-tpr div {
                line-height: 0.9em;
            }

            .model .txt-tpr .red-tpr {
                font-size: 3.5em;
                padding: 0;
            }

            .model .txt-tpr .green-tpr {
                font-size: 2.5em;
            }

        .btn-tpr {
            padding: 0;
            margin-left: 5%;
            margin-top: -15%;
        }

        .btn-tpr {
            margin-top: -14%;
            margin-left: 9%;
            padding-bottom: 5%;
        }

            .btn-tpr span {
                padding: 0;
            }

                .btn-tpr span img {
                    width: 32px;
                }

        .card-body {
            padding: 0px !important;
        }

        .navbar-header {
            background-color: transparent !important;
        }

        .view_page .table tr th {
            min-width: 100px;
        }

        .view_page .table tr td {
            max-width: 70%;
        }
    }


    @media (max-width: 768px) {
        .modal-dialog {
            width: 100%;
            margin: 20vh auto;
        }

        .modal-backdrop.in {
            display: none;
        }

        .bat_info {
            width: calc(100% - 10px);
        }

        .index_monitor {
            background-color: #fff !important;
        }

        .btn.remote {
            font-size: 1.0em;
            padding: 5px 7px;
            margin-bottom: 5px;
        }

        .monitor_box {
            width: 100%;
            overflow-x: auto;
        }

        .chartWithOverlay {
            width: 1200px;
        }

        .cart-info {
            width: 20%;
        }

        .index_top {
            margin-top: -50px;
        }

        .model .green-txt span {
            font-size: 0.8em;
            padding-right: 0 !important
        }

        .model .green-txt img {
            max-width: 16px;
        }

        .model .green-txt-bottom span {
            font-size: 0.8em;
        }

        .sub_page .remote-control {
            bottom: 0;
            left: 11%;
        }

        .card-user {
            background-color: transparent !important;
            box-shadow: none;
        }

        .table td {
            max-width: 55px;
        }

        .min_div {
            clear: both;
        }

        .monitor_r {
            margin-left: 0;
        }

        .monitor_l {
            position: relative;
            height: 100%;
        }

        .claim {
            position: relative;
            bottom: 0;
            margin: 0;
            width: 100%
        }

        .bms {
            position: relative;
            bottom: 0;
            margin: 0;
            width: 100%
        }

        .cart {
            height: 160px;
        }

        .monitor_box_t {
            width: 200px
        }

        .col-xs-6:first-child .monitor_box_t {
            margin-left: 170px;
        }
    }

    @media (max-width: 480px) {
        .table .tblset_bcnt label {
            margin: 2px 4px;
        }

        .main-panel > .content,
        .wrapper-full-page > .content {
            padding: 15px 0px;
            margin-top: 93px !important
        }
        #map {
            height: 300px !important;
        }

        .col-xs-6:first-child .monitor_box_t {
            margin-left: unset;
        }

        .monitor_box_t {
            width: 181px;
            font-size: 1.2em;
        }

        .bat_box .bat_title {
            font-size: 1.1em;
        }

        #tem, #soc {
            margin-left: -20px;
        }

        #gaouge_chart {
            width: 159px !important;
            height: 77px !important;
            margin: 0 -6px;
        }

        .responsive--container {
            display:none;
        }

            .responsive--container > .col-xs-5 {
                align-items: center;
                justify-content: space-between;
            }

            .responsive--container .col-xs-5:first-child {
                margin-top: unset !important;
            }

        .bat_box .bat_cont p {
            font-size: 13px;
        }

        .bat_box .bat_cont label {
            padding: 0;
        }

        .bat_box .bat_cont .btn {
            padding: 22px 2px;
        }

        .bat_box .bat_cont label {
            padding: 0 1px;
        }

        .bat_box .bat_cont input {
            margin-top: 5px -9px;
        }

        .bat_cont.bat_cont--responsive {
            padding: 10px 0 !important;
        }
    }

    @media only screen and (max-width:375px) {
        .monitor_box_t {
            width: 158px;
        }

        #tem > h3 {
            font-size: 22px !important;
            margin: 10px 0 10px !important;
        }

        #soc > h3 {
            font-size: 22px !important;
            margin: 10px 0 10px !important;
        }

        #gaouge_chart {
            width: 140px !important;
            margin: 2px -5px;
        }

        .bat_box .bat_cont input {
            width: 100%;
            height: 28px;
            margin: 2px 8px;
        }

        .bat_box .bat_cont label {
            width: 77%;
            padding: 0 1px;
            margin: 0 10px;
        }

        .responsive--container {
            margin: 7px -7px;
        }

        .bat_box .bat_cont p {
            font-size: 13px;
        }

        .bat_box .bat_cont .btn {
            padding: 29px 3px;
            width: 34px !important;
        }
    }

    @media only screen and (max-width:320px) {

        .cate--section h5 {
            font-size: 14px;
        }

        .monitor_box_t {
            width: 131px;
            font-size: 1em;
        }
    }