﻿/* 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;
}
body {
    font-family: 'Noto-SansCJKR-Regular','sans-serif', Arial, serif !important;
}
.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 */
}
.star{
    color:red
}
/* Main styles
-------------------------------------------------- */
.border {
    border: 1px solid #f4f4f4 !important;
}

.border-top {
    border-top: 1px solid #f4f4f4 !important;
}

.border-right {
    border-right: 1px solid #f4f4f4 !important;
}

.border-bottom {
    border-bottom: 1px solid #f4f4f4 !important;
}

.border-left {
    border-left: 1px solid #f4f4f4 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}


.w-25px {
    width: 25px !important;
}

.w-50 {
    width: 50px !important;
}

.w-75 {
    width: 75px !important;
}

.w-100 {
    width: 100px !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25px !important;
}

.h-50 {
    height: 50px !important;
}

.h-75 {
    height: 75px !important;
}

.h-100 {
    height: 100px !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100px !important;
}

.mh-100 {
    max-height: 100px !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}


.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;
}

.p-20 {
    padding: 20px !important;
}
.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;
}

.mr-5px {
    margin-right: 5px !important;
}

.ml-5px {
    margin-left: 5px !important;
}

.m-5px {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.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 !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;
}
.displaynone{
    display:none;
}
.displaytablecell{
    display:table-cell;
}

.number {
    text-align: right !important;
    padding: 6px 14px !important;
    font-size: 1em !important;
}
.overflow-max {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.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;
}

.set-icon {
    cursor:pointer;
    float:right;
}
    .set-icon i.fa-cog {
        color: #f1f1f2c9;
        font-size: 13px;
        width: auto;
        line-height: 20px;
    }
        .set-icon i:hover{
            color:#fff;
        }
        .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;
    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;
}
.badge {
    display: inline-block;
    padding: 0.3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
    top:2px;
    position:absolute;
    min-width:24px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #ffffff;
    background-color: #2196f3;
}

    .badge-primary[href]:hover,
    .badge-primary[href]:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #0c7cd5;
    }

.badge-secondary {
    color: #ffffff;
    background-color: #6c757d;
}

    .badge-secondary[href]:hover,
    .badge-secondary[href]:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #ffffff;
    background-color: #4caf50;
}

    .badge-success[href]:hover,
    .badge-success[href]:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #3d8b40;
    }

.badge-info {
    color: #ffffff;
    background-color: #00bcd4;
}

    .badge-info[href]:hover,
    .badge-info[href]:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #008fa1;
    }

.badge-warning {
    color: #212529;
    background-color: #ffeb3b;
}

    .badge-warning[href]:hover,
    .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #ffe608;
    }

.badge-danger {
    color: #ffffff;
    background-color: #f44336;
}

    .badge-danger[href]:hover,
    .badge-danger[href]:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #ea1c0d;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:hover,
    .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #ffffff;
    background-color: #343a40;
}

    .badge-dark[href]:hover,
    .badge-dark[href]:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #1d2124;
    }

.sync:hover img {
    animation: spin 1.6s infinite linear;
}
.sync:hover i {
    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
    }

.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;
    overflow-x:hidden
}

.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-dialog {
    margin: 20vh auto;
}

/* 지도 API */

.customoverlay {
    bottom: 50px;
    cursor: pointer
}

    .customoverlay .close:hover {
        cursor: pointer;
    }

    .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')
    }
.modal-dialog.modal-big input, .modal-dialog.modal-big select {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
    color: #565656;
    height: 34px;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0 5px;
}

.circle_progress {
    position: relative;
    width: 160px;
    height: 160px;
    display: table;
    margin: 20px auto;
}

    .circle_progress:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: 16px solid #f4f4f4;
        box-sizing: border-box;
        content: "";
    }

    .circle_progress .left,
    .circle_progress .right {
        position: absolute;
        top: 0;
        width: 80px;
        height: 160px;
        overflow: hidden;
        z-index: 10;
    }

        .circle_progress .left .bar,
        .circle_progress .right .bar {
            position: absolute;
            top: 0;
            width: 80px;
            height: 160px;
            border: 16px solid;
            box-sizing: border-box;
        }

    .circle_progress .left {
        left: 0;
    }

        .circle_progress .left .bar {
            left: 80px;
            border-top-right-radius: 160px;
            border-bottom-right-radius: 160px;
            border-left: 0;
            transform-origin: center left;
        }

    .circle_progress .right {
        right: 0;
    }

        .circle_progress .right .bar {
            right: 80px;
            border-top-left-radius: 160px;
            border-bottom-left-radius: 160px;
            border-right: 0;
            transform-origin: center right;
        }

    .circle_progress .value {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        font-size: 1.6em;
        color: #888;
        text-align: center;
        position: absolute;
        margin-top:6vh;
        line-height:1em;
    }

.has-switch {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    /*   this code is for fixing safari bug with hidden overflow for border-radius   */
    -webkit-mask: url("../images/mask.png") 0 0 no-repeat;
    -webkit-mask-size: 60px 28px;
    -webkit-user-select: none;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.72222;
    mask: url("../images/mask.png") 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    text-align: left;
    user-select: none;
    width: 60px;
    margin-top:5px;
}

    .has-switch.deactivate {
        cursor: default !important;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

        .has-switch.deactivate label,
        .has-switch.deactivate span {
            cursor: default !important;
        }

    .has-switch > div {
        position: relative;
        top: 0;
        width: 100px;
    }

        .has-switch > div.switch-animate {
            -webkit-transition: left 0.25s ease-out;
            transition: left 0.25s ease-out;
        }

        .has-switch > div.switch-off {
            left: -32px;
        }

        .has-switch > div.switch-on {
            left: 0;
        }

        .has-switch > div label {
            background: white;
            background: white;
            background: -moz-linear-gradient(top, white 0%, #f1f1f2 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f2));
            background: -webkit-linear-gradient(top, white 0%, #f1f1f2 100%);
            background: -o-linear-gradient(top, white 0%, #f1f1f2 100%);
            background: -ms-linear-gradient(top, white 0%, #f1f1f2 100%);
            background-color: #FFFFFF;
            background-size: 150% 150%;
            box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
            cursor: pointer;
        }

    .has-switch input[type=checkbox] {
        display: none;
    }

    .has-switch span {
        -webkit-transition: 0.25s ease-out;
        /*     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; */
        cursor: pointer;
        float: left;
        font-size: 11px;
        font-weight: 400;
        height: 28px;
        line-height: 15px;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 7px;
        position: relative;
        text-align: center;
        text-indent: -10px;
        transition: 0.25s ease-out;
        width: 50%;
        z-index: 1;
    }

        /*스위치 버튼 87CB16 */

        .has-switch span.switch-left {
            background-color: royalblue;
            border-left: 1px solid transparent;
            border-radius: 30px 0 0 30px;
            color: #FFFFFF;
        }

    .has-switch .switch-off span.switch-left {
        background-color: #DDDDDD;
    }

    .has-switch span.switch-right {
        background-color: navy;
        border-radius: 0 30px 30px 0;
        color: #ffffff;
        text-indent: -3px;
    }

    .has-switch .switch-off span.switch-right {
        background-color: #DDDDDD;
    }

    .has-switch label {
        -webkit-transition: 0.25s ease-out;
        border-radius: 12px;
        float: left;
        height: 22px;
        margin: 3px -15px;
        padding: 0;
        position: relative;
        transition: all 0.25s ease-out 0s;
        transition: 0.25s ease-out;
        vertical-align: middle;
        width: 22px;
        z-index: 100;
    }

    .has-switch .switch-on .fa-check:before {
        margin-left: 10px;
    }

    .has-switch:hover .switch-on label {
        margin: 3px -19px;
        width: 26px;
    }

    .has-switch:hover .switch-off label {
        margin: 3px -15px;
        width: 26px;
    }

.table.display.dataTable.no-footer thead {
    height: 47px;
}

#machineList_length {
    margin: 10px 0;
    float: right
}

#machineList_filter {
    margin: 10px 0;
    float: left
}


.table.display.dataTable.no-footer thead tr th {
    border-bottom: 1px solid #000;
    font-size: 1em;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: bold
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #111
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none
        }

    table.dataTable tfoot th,
    table.dataTable tfoot td {
        padding: 10px 18px 6px;
        border-top: 1px solid #111
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: center right
    }

    table.dataTable thead .sorting {
        background-image: url("../images/sort_both.png")
    }

    table.dataTable thead .sorting_asc {
        background-image: url("../images/sort_asc.png")
    }

    table.dataTable thead .sorting_desc {
        background-image: url("../images/sort_desc.png")
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url("../images/sort_asc_disabled.png")
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url("../images/sort_desc_disabled.png")
    }

    table.dataTable tbody tr {
        background-color: #ffffff
    }

        table.dataTable tbody tr.selected {
            background-color: #B0BED9
        }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 8px 10px
    }

    table.dataTable.row-border tbody th,
    table.dataTable.row-border tbody td,
    table.dataTable.display tbody th,
    table.dataTable.display tbody td {
        border-top: 1px solid #ddd
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td,
    table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.cell-border tbody th,
    table.dataTable.cell-border tbody td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.hover tbody tr:hover,
    table.dataTable.display tbody tr:hover {
        background-color: #f6f6f6
    }

        table.dataTable.hover tbody tr:hover.selected,
        table.dataTable.display tbody tr:hover.selected {
            background-color: #aab7d1
        }

    table.dataTable.order-column tbody tr > .sorting_1,
    table.dataTable.order-column tbody tr > .sorting_2,
    table.dataTable.order-column tbody tr > .sorting_3,
    table.dataTable.display tbody tr > .sorting_1,
    table.dataTable.display tbody tr > .sorting_2,
    table.dataTable.display tbody tr > .sorting_3 {
        background-color: #fafafa
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1,
    table.dataTable.order-column tbody tr.selected > .sorting_2,
    table.dataTable.order-column tbody tr.selected > .sorting_3,
    table.dataTable.display tbody tr.selected > .sorting_1,
    table.dataTable.display tbody tr.selected > .sorting_2,
    table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad5
    }

  

    table.dataTable.display tbody tr.even > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #fafafa
    }

    table.dataTable.display tbody tr.even > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fcfcfc
    }

    table.dataTable.display tbody tr.even > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fefefe
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #aebcd6
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8
    }

    table.dataTable.display tbody tr:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea
    }

    table.dataTable.display tbody tr:hover > .sorting_2,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ececec
    }

    table.dataTable.display tbody tr:hover > .sorting_3,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #efefef
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a2aec7
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a3b0c9
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a5b2cb
    }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap
    }

    table.dataTable.compact thead th,
    table.dataTable.compact thead td {
        padding: 4px 17px 4px 4px
    }

    table.dataTable.compact tfoot th,
    table.dataTable.compact tfoot td {
        padding: 4px
    }

    table.dataTable.compact tbody th,
    table.dataTable.compact tbody td {
        padding: 4px
    }

    table.dataTable th.dt-left,
    table.dataTable td.dt-left {
        text-align: left
    }

    table.dataTable th.dt-center,
    table.dataTable td.dt-center,
    table.dataTable td.dataTables_empty {
        text-align: center
    }

    table.dataTable th.dt-right,
    table.dataTable td.dt-right {
        text-align: right
    }

    table.dataTable th.dt-justify,
    table.dataTable td.dt-justify {
        text-align: justify
    }

    table.dataTable th.dt-nowrap,
    table.dataTable td.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable thead th.dt-head-left,
    table.dataTable thead td.dt-head-left,
    table.dataTable tfoot th.dt-head-left,
    table.dataTable tfoot td.dt-head-left {
        text-align: left
    }

    table.dataTable thead th.dt-head-center,
    table.dataTable thead td.dt-head-center,
    table.dataTable tfoot th.dt-head-center,
    table.dataTable tfoot td.dt-head-center {
        text-align: center
    }

    table.dataTable thead th.dt-head-right,
    table.dataTable thead td.dt-head-right,
    table.dataTable tfoot th.dt-head-right,
    table.dataTable tfoot td.dt-head-right {
        text-align: right
    }

    table.dataTable thead th.dt-head-justify,
    table.dataTable thead td.dt-head-justify,
    table.dataTable tfoot th.dt-head-justify,
    table.dataTable tfoot td.dt-head-justify {
        text-align: justify
    }

    table.dataTable thead th.dt-head-nowrap,
    table.dataTable thead td.dt-head-nowrap,
    table.dataTable tfoot th.dt-head-nowrap,
    table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap
    }

    table.dataTable tbody th.dt-body-left,
    table.dataTable tbody td.dt-body-left {
        text-align: left
    }

    table.dataTable tbody th.dt-body-center,
    table.dataTable tbody td.dt-body-center {
        text-align: center
    }

    table.dataTable tbody th.dt-body-right,
    table.dataTable tbody td.dt-body-right {
        text-align: right
    }

    table.dataTable tbody th.dt-body-justify,
    table.dataTable tbody td.dt-body-justify {
        text-align: justify
    }

    table.dataTable tbody th.dt-body-nowrap,
    table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap
    }

    table.dataTable,
    table.dataTable th,
    table.dataTable td {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: 0.5em
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border: 1px solid transparent;
            border-radius: 2px
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current,
            .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                border-radius: 50%;
                margin: 0 2px;
                color: #797979;
                padding: 7px 13px;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                background-color: #585858;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
                background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
                background: -moz-linear-gradient(top, #585858 0%, #111 100%);
                background: -ms-linear-gradient(top, #585858 0%, #111 100%);
                background: -o-linear-gradient(top, #585858 0%, #111 100%);
                background: linear-gradient(to bottom, #585858 0%, #111 100%)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
                background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
                box-shadow: inset 0 0 3px #111
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
                vertical-align: middle
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead > table,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

.borderContainer {
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
}
audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    width: 100px;

}

@media screen and(max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and(max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}


@media (min-width: 768px) {

    .web_only {
        display: table-cell !important;
    }

    .m_only {
        display: none !important;
    }

    .view_page .table tr th {
        min-width: 120px;
    }

    .view_page .table tr td {
        max-width: 80%;
        text-align: left !important;
        padding: 10px 25px !important;
        font-size:1em;
    }

    .sync {
        cursor: pointer;
        margin-right: 50px;
    }

    .btn-success.fast {
        margin-left: 10px;
    }
    .modal-big {
        width: 80vw;
        margin:10vh auto;
    }
}

@media (max-width: 767px) {
    .container-fluid {
/*        padding-top: 6vh;*/
    }
    .table-responsive {
        border: none;
    }
    .web_only {
        display: none !important;
    }

    .m_only {
        display: table !important;
    }

    .view_page .table tr th {
        min-width: 100px;
    }

    .view_page .table tr td {
        max-width: 70%;
    }

    .sub_page {
        padding: 10px;
    }

    .content-inner.inner-pd {
        padding-top: 30px;
    }

    .btn-success.fast {
        margin-top: 10px;
    }

    .sync {
        margin-right: 10px;
        padding-bottom: 10px;
    }

    .main-panel > .content {
        margin-top: 45px;
    }

    .mp-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .td-btn {
        min-width: 40px !important;
    }
    .modal-big {
        width: 90vw;
        margin: 10vh auto;
    }
}
@media (max-width:425px){
    .bold.mt-20.float-right{
        float:unset !important;
        text-align:center!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";
    }