@charset "UTF-8";
/*@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-display: auto;
  src: url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}*/
body {
    background-color: #f8f8f8;
}

* {
    font-family: 'Noto Sans KR', sans-serif;
}

.sb-topnav {
    /*opacity: 0;*/
}

.sb-topnav:hover {
    opacity: 1;
}

main {
    display: inline-flex;
    height: 100%;
}

main .dashboard {
    min-height: calc(100vh - 125px);
}

.dashboard-start {

}

.dashboard-start-top {
}

.dashboard-start-top .container {
    font-size: 0.9em;
}

.dashboard-start-top .container .fs-5 {
    font-size: 1.1em !important;
}

.dashboard-start-bottom {
    /*height: calc(100vh - 605px);*/
}

.dashboard-start-bottom .card-text {

}

.dashboard-start-logo {
    height: 100px;
}

.dashboard-start-logo img {
    margin-top: 10px;
    height: 80px;
}

.dashboard-center {
}

.dashboard-center > .card {
    background: #cccccc;
    height: calc(100vh - 173px);
}

.dashboard-center .card-body canvas {
    border-radius: 0.2rem;
}

.dashboard-end {
    height: calc(100vh - 211px)
}

@media (min-width: 800px) {
    .col-lg-400 {
        width: 450px !important;
    }
}

.dashboard-end-top {

}

.dashboard-end-bottom div[data-g-id] {
    height: 120px;
}

#toast-container.ga-toast-center {
    top: 15%;
    width: 100%;
}

#toast-container.ga-toast-center .toast {
    width: 500px;
    margin: 10px auto 0;
}

#toast-container.ga-toast-center .toast-title,
#toast-container.ga-toast-center .toast-message {
    font-size: 1.5em;
}

.sb-topnav .navbar-brand {
    background-color: #2F2F35;
}

.sb-sidenav-dark {
    background-color: #2F2F35;
}

.bg-dark {
    background-color: #1F1F23 !important;
}

.dashboard {
    background-color: #222529;
    color: #ffffff;
    height: 100%;
}

.dashboard {
    max-width: 1600px;
}

.dashboard .card {
    background-color: #2a2c3188;
}

.dashboard #chart1 .donut {

}

.rect-auto, .c100.s .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.s .fill {
    position: absolute;
    border: 0.08em solid #307bbb;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill, .c100.s .bar:after, .c100.s .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #EDEDED;
}

.c100 *, .c100 *:before, .c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.c100.center {
    float: none;
    margin: 0 auto;
}

.c100 {
    font-size: 8rem;
}

.c100 > span {
    margin-top: 1.6em;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0.2em;
    color: #666666;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    width: 0.84em;
    height: 0.84em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}

.c100:hover {
    cursor: default;
}

.c100:hover:after {
    top: 0.04em;
    left: 0.04em;
    width: 0.92em;
    height: 0.92em;
}

.c100 .bar, .c100 .fill {
    border-color: #6ad877 !important;
}

.c100.type01 .bar, .c100.type01 .fill {
    border-color: #E93E6A !important;
}

.chart-Value.type01 {
    color: #E93E6A !important;
}

.c100.type02 .bar, .c100.type02 .fill {
    border-color: #9D82BF !important;
}

.chart-Value.type02 {
    color: #9D82BF !important;
}

.c100.type03 .bar, .c100.type03 .fill {
    border-color: #74DCBB !important;
}

.chart-Value.type03 {
    color: #74DCBB !important;
}

.c100:hover > span {
    color: #000000;
    font-weight: bold;
}

.bullet::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background-color: #0dcaf0;
    vertical-align: middle;
    margin-right: 0.1em;
}

.bullet-normal::before {
    background-color: #6ad877;
}

.bullet-danger::before {
    background-color: #F49938;
}

.dashboard .table {
    color: #fff;
    font-size: 0.9em;
}

.dashboard .table th {
    color: #ececec;
}

.dashboard .table th, .dashboard .table td {
    border: 0;
    text-align: center;
}

.bg-24272b {
    background-color: #24272b;
}

.ga-light-gray {
    color: #000 !important;
    background-color: #606367 !important;
}

.ga-container {
    padding: 0.01em 16px;
    height: 8px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.ga-container:hover {
    height: 12px;
}

.ga-color-step1 {
    color: #fff !important;
    background-color: #df6457 !important;
}

.ga-color-step2 {
    color: #fff !important;
    background-color: #F49938 !important;
}

.ga-color-step3 {
    color: #fff !important;
    background-color: #6ad877 !important;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-color: #fB9676;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-color: #517BAD;
}

#loader-wrapper {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1100;
    cursor: pointer;
}

#loader-wrapper .loading {
    position: relative;
    left: 0;
    top: 40%;
    z-index: 1;
    margin: auto auto auto auto;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #4db1ff;
    width: 60px;
    height: 60px;
    -webkit-animation: loader-wrapper-spin 2s linear infinite;
    animation: loader-wrapper-spin 2s linear infinite;
}

@keyframes loader-wrapper-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes blink-effect {
    50% {
        background-color: rgba(0, 0, 0, 0);
    }
}

.blink {
    animation: blink-effect 1s step-end 3;
}

.gis-map-nav-state {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
}

.dataTable th, .dataTable td {
    white-space: nowrap;
}

.text-ga-primary {
    color: #4ab857 !important;
}

.ui-datepicker {
    z-index: 1060 !important;
}

input[type='number'] {
    text-align: right;
}

.sb-sidenav .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link {
    font-size: 0.9em;
}

.news .card-text {
    margin-top: -37px;
}

.news .nav-link {
    color: #fff;
    font-size: 0.9em;
}

.news .nav-link.active {
    color: #fff;
    background-color: black;
    border: none;
}

.news .nav-tabs {
    border-bottom: 1px solid black;
    padding-bottom: 4px;
}

.news .tab-pane a {
    font-size: 1em;
    margin-bottom: 0.6rem;
}

.dashboard-circle {
    position: relative;
    border: 2px solid #86D580;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}

.inner-circle {
    position: absolute;
    display: inline-block;
    margin: auto;
    height: 10px;
    width: 10px;
    left: 3px;
    top: 3px;
    background-color: #86D580;
    border-radius: 50%;
}

.dashboard-title {
    vertical-align: middle;
}

@media (min-width: 800px) {
    .dashboard-info {
        position: absolute;
        width: 430px;
        top: 20px;
        left: 30px;
        background-color: #00000099;
    }

    .dashboard-site {
        position: absolute;
        width: 400px;
        height: 100%;
        top: 0;
        background-color: #00000099;
    }
}

.danger-message-box {
    z-index: 1100;
    background-color: #bd2e2d;
    width: 600px;
    color: white;
    display: none;
    position: absolute;
    top: 0;
}

.danger-message-box .card-title {
    border-bottom: 1px #9e2a2a solid;
    padding-bottom: 15px;
}

.danger-message-box .btn-message-button {
    background-color: #ce5757;
    color: white;
}

/*CAUTION,WARNING,DANGER*/
.danger-message-box.caution {
    background-color: #f8b133;
}

.danger-message-box.caution .card-title {
    border-bottom: 1px #c68526 solid;
}

.danger-message-box.caution .btn-message-button {
    background-color: #eda235;
}

.danger-message-box.warning {
    background-color: #f16b29;
}

.danger-message-box.warning .card-title {
    border-bottom: 1px #cc5a29 solid;
}

.danger-message-box.warning .btn-message-button {
    background-color: #ed7845;
}

.danger-message-box .danger-message-body {
    height: 150px;
}

.danger-message-box .prev span,
.danger-message-box .next span {
    display: block;
    margin-top: 70px;
}

.caution-message-color {
    background-color: #f8b133;
    color: white;
}

.warning-message-color {
    background-color: #ef7133;
    color: white;
}

.danger-message-color {
    background-color: #bd2e2d;
    color: white;
}

.tab07-container .bg-cccccc {
    font-size: 0.7em;
}

.tab07-container .bg-darkgreen {
    background-color: #dcdcdc;
    font-size: 0.7em;
    border: 0;
}

.required .input-group-text:first-child::after {
    content: '*';
    color: #FF0000;
}

.required .form-label::after {
    content: '*';
    color: #FF0000;
}

.required ::after {
    content: '*';
    color: #FF0000 !important;
}

.pt-z8 {
    padding-top: 0.8em;
}

.bg-search {
    background-color: #eee;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.text-ga-dg {
    padding: 0.375rem 0.75rem;
    font-size: 0.6rem !important;
    font-weight: 400;
    line-height: 2em;
    color: #9c9b9b;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.w-ga-f {
    width: 30px !important;
    border-width: 0 !important;
    padding: 1px !important;
}

.tab7-table .alert-label {

}

.tab7-table textarea {
    min-width: 200px !important;
}

.tab7-table input {
    min-width: 60px !important;
    margin-right: 1px;
}

.tab7-table td {
    border-right: 1px solid #dee2e6 !important;
    font-size: 0.9em;
}

.tab7-table .input-group .form-control {
    font-size: 0.9em;
}

.bg-cccccc {
    background-color: #cccccc;
}

.text-ga-w87 {
    width: 87% !important;
}

.item-hide {
    display: none;
}

.item-show {
    display: inline-block;
}

.file-button {
    background-color: #6c757d;
    color: white;
    cursor: pointer;
    padding: 0.3rem 0.8rem 0.3rem 0.8rem;
    border-radius: 0.3rem;
}

.bg-00000099 {
    background-color: #00000099;
}

.text-d56652 {
    color: #d56652;
}

.scrollbar {
}

.scrollbar::-webkit-scrollbar {
    width: 5px; /*스크롤바의 너비*/
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: gray; /*스크롤바의 색상*/
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #1a1d21; /*스크롤바 트랙 색상*/
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(198, 198, 198, 1.0);
    font-size: 13px;
    margin: 8px 0px;
}

.hr-sect::before {
    content: "";
    flex-grow: 1;
    background: #c6c6c6;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 16px 0px 0px;
}

.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: #c6c6c6;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 16px;
}

.sign-input {
    background-color: white;
    width: 70%;
    margin: auto;
    color: black;
    border: none;
}

.sign-input:focus {

}

.dashboard-link-item .card-body {
    height: calc((100vh - 346px) / 4);
    min-height: 156px;
}

.dashboard-link-item .ga-link-icon {
    width: 90px;
    height: 90px;
}

.dashboard .table > :not(:first-child),
.dashboard .dataTable-table > :not(:first-child) {
    border-top: 1px solid black !important;
}

.dashboard .table thead {

}

.dashboard .sensor-normal {
    background-color: #4ab857;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 0.8em;
    margin-right: 3px;
}

.dashboard .sensor-caution {
    background-color: #ef7133;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 0.8em;
    margin-right: 3px;
}

.dashboard .sensor-warning {
    background-color: #ef7133;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 0.8em;
    margin-right: 3px;
}

.dashboard .sensor-value {
    display: inline-block;
    width: 50px;
}

.dashboard .table th {
    background-color: #cccccc17;
}

.tbm-table {

}

.tbm-table th {
    vertical-align: middle;
}

.tbm-table th {
    border: #1a1d21 1px solid !important;
}

.tbm-table td {
    border-bottom: #1a1d21 1px solid !important;
}

.tbm-table th:first-child {
    border-left: none !important;
}

.tbm-table td:last-child {
    border-right: none !important;
}

.tbm-table {
    border-top: #1a1d21 1px solid !important;
    border-bottom: #cccccc22 2px solid !important;
}

.dashboard .table th {

}

.dash-site-label {
    background-color: #aa2626;
    padding: 2px 4px;
    border-radius: 2px;
    margin-right: 10px;
    font-size: 1.1em;
}

.warning .dash-site-label {
    background-color: #cf5113;
    padding: 2px 4px;
    border-radius: 2px;
    margin-right: 10px;
    font-size: 1.1em;
}

.caution .dash-site-label {
    background-color: #cd9215;
    padding: 2px 4px;
    border-radius: 2px;
    margin-right: 10px;
    font-size: 1.1em;
}

.max-400 {
    max-width: 400px;
    white-space: normal !important;
}

.min-300 {
    min-width: 300px;
    white-space: normal !important;
}

#tab03-contents .active {
    background-color: #0c584177;
}

#tab05-contents .active {
    background-color: #0c415877;
}

#tab06-contents .active {
    background-color: #0c415877;
}

.standard {

}

.standard .nav-link {
    color: #b1b1b1;
    font-size: 0.9em;
    background-color: transparent;
    border: none;
}

.standard .nav-link.active {
    color: #00b55c;
    border-bottom: 2px solid #00b55c;
    background: transparent;
}

.standard.nav-tabs {
    border-bottom: 1px solid #b1b1b1;
}

.btn-ga-primary {
    background-color: #00b55c;
    color: white;
}

.btn-ga-secondary {
    background-color: #595b5d;
    color: white;
}

.btn-ga-search {
    background-color: #00aab5;
    color: white;
}

.btn-ga-danger {
    background-color: #e12c3f;
    color: white;
}

.btn-ga-danger:hover {
    background-color: #e12c3f;
    color: white;
}

.btn-ga-outline-primary {
    background-color: transparent;
    color: #00b55c;
    border-color: #00b55c;
}

.btn-ga-outline-secondary {
    background-color: transparent;
    color: #595b5d;
    border-color: #595b5d;
}

.btn-ga-black {
    background-color: black;
    color: white;
}

.btn-ga-white {
    background-color: white;
    border-color: black;
}

.table-ga-primary {
    background-color: #f6f6f6;
}

.tab07-container .table thead th {
    font-weight: normal;
}

.tab07-container .table tbody {
    border-top: 1px solid #dee2e6 !important;
}

.ga-card {
    background-color: #ffffffaa;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}

.btn-ge-modify {
    color: #FF0000;
    background-color: transparent;
}

.btn-ge-modify:hover {
    color: #E07185;
    font-weight: bold;
}

.btn-ge-modify-01 {
    color: #2F2F35;
    background-color: transparent;
}

.btn-ge-modify-01:hover {
    color: #2F2F35;
    font-weight: bold;
}

.btn-ga-remove {
    color: #9c9b9b;
    background-color: transparent;
}

.btn-ga-remove:hover {
    color: #6c6b6b;
    font-weight: bold;
}

.btn-ga-exit {
    color: #e12c3f;
    background-color: transparent;
}

.btn-ga-exit:hover {
    color: #c10c1f;
    font-weight: bold;
}

hr {
    margin: 1rem 0;
    color: #d5d5d5;
    background-color: #d5d5d5;
    border: 0;
    opacity: 1;
}

table.dataTable thead th, table.dataTable thead td {
    color: #313539;
    font-size: 0.875rem;
}

table.dataTable tbody th, table.dataTable tbody td {
    color: #414549;
    font-size: 0.875rem;
}

.dataTables_scrollHead .dataTable {
    border-top: 1px solid #ced4da;
}

.dataTable thead {
    background-color: #f6f6f6;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
    box-shadow: none;
}

table.dataTable thead tr > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right {
    background-color: #f6f6f6;
}

table.dataTable tbody tr {
    background-color: #fefefe;
}

table.dataTable tbody tr > .dtfc-fixed-left, table.dataTable tbody tr > .dtfc-fixed-right {
    background-color: #fefefe;
}

table {
    /*table-layout: fixed;*/
}

table > tbody > tr > td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dataTables_info {
    margin-bottom: 6px;
}

.modal-header {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.bg-ga-dark {
    background-color: #bbbaba;
}

.bg-ga-secondary {
    background-color: #ececec;
}

.form-control[readonly]:not(:disabled) {
    background-color: white;
}

.gm-primary {
    border-color: red;
    border-width: 3px;
    border-style: double;
    background-color: #ff00ff11;
}

.ge-modal .modal-header {
    background-color: #202024;
    color: white;
}

.ge-modal .ge-modal-title01 {
    color: #2F2F35;
    font-size: 17px;
    font-weight: bold;
}

.ge-modal .input-group-text {
    background-color: transparent;
    border-width: 0;
    color: #2F2F35;
}

.ge-modal .input-group-text:first-child {
    min-width: 80px;
    align-items: normal;
}

.ge-modal .form-control {
    border-radius: 0.2rem !important;
}

.ge-modal .form-control-memo {
    border-radius: 0.2rem !important;
}

.ge-modal .ge-image-area {
    background-color: #F9F9FA !important;
    border-radius: 0.2rem !important;
    display: inline-block;
    border: none;
}

.ge-modal .ge-image-area img {
    border-radius: 0.2rem !important;
    border: 1px solid #ced4da;
}

.ge-modal textarea {
    resize: none;
}

.ge-sign-modal .modal-header {
    background-color: #202024;
    color: white;
}

.ge-sign-modal .ge-modal-title01 {
    color: #2F2F35;
    font-size: 17px;
    font-weight: bold;
}

.ge-sign-modal .input-group-text {
    min-width: 80px;
    background-color: transparent;
    border-width: 0;
    color: #2F2F35;
    align-items: normal;
}

.ge-sign-modal .form-control, .ge-sign-modal .form-select {
    background-color: #F9F9FA !important;
    border-radius: 0.2rem !important;
    border: #DADADA 1px solid;
}

.btn-ge-primary {
    background: linear-gradient(180deg, #E03F8C 0%, #FF5570 100%);
    color: white;
}

.btn-search-type {
    width: 70px;
}

.btn-ge-primary:hover {
    color: white;
}

.btn-ge-secondary {
    background-color: #585959;
    color: white;
}

.btn-ge-secondary:hover {
    color: white;
}

.ge-page {
    overflow: auto;
}

.ge-page .input-group-text {
    background-color: transparent;
    border-width: 0;
    color: #2F2F35;
}

.ge-page .form-control {
    border-radius: 0.2rem !important;
}

.ge-page h5 {
    font-weight: bold;
}

.ge-nav-tabs {
    margin-top: 1.5rem;
}

.ge-nav-tabs .nav-link {
    background-color: transparent !important;
    border: none;
    color: #2F2F35;
    font-weight: bold;
    cursor: pointer;
}

.ge-nav-tabs .active {
    color: #FF0000 !important;
    border-color: inherit !important;
    border-bottom: 1px #FF0000 solid;
}

.ge-page .ge-search {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: white;
    padding: 0.95rem;
    box-shadow: 0 0 2px #ccc;
}

.ge-page .ge-result {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: white;
    padding: 0.95rem;
    box-shadow: 0 0 2px #ccc;
    margin-bottom: 100px;
}

.ge-page .ge-result .ge-dt-total {
    color: #FF0000;
}

.ge-page .ge-result .dt-button {
    padding: 0.25rem 1rem;
    font-size: 0.8em;
    border-width: 0;
    border-radius: 0.25rem;
}

.ge-page .ge-result .dt-button:hover {
    border-width: 0;
    background-color: black;
}

.ge-page .ge-result .ge-dt-button-primary {
    background: linear-gradient(180deg, #E03F8C 0%, #FF5570 100%);
    color: white;
}

.ge-page .ge-result .ge-dt-button-primary:hover {
    background: linear-gradient(180deg, #E03F8C 0%, #FF5570 100%);
}

.ge-page .ge-result .ge-dt-button-excel:hover {
    background-color: black;
}

.ge-page table.dataTable * {
    font-size: 14px;
}

.ge-page .dataTables_info {
    font-size: 0.9em;
}

.ge-page .dataTables_paginate {
    font-size: 0.9em;
}

.ge-page table.dataTable.row-border tbody th,
.ge-page table.dataTable.row-border tbody td,
.ge-page table.dataTable.display tbody th,
.ge-page table.dataTable.display tbody td {
    border-top: 1px solid #DADADA;
}

.ge-page .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #DADADA;
}

.ge-page .dataTables_scrollHead .dataTable {
    border-top: 1px solid #DADADA;
}

.ge-page table.dataTable thead th,
.ge-page table.dataTable thead td {
    background-color: #F9F9FA;
}

.ge-page .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.ge-page .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none;
    border: none;
    font-weight: bold;
    font-size: 1.1em;
}

.ge-page .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.25rem 0.25rem;
}

.sb-sidenav-menu .nav {
    padding: 0.75rem;
}

.sb-sidenav-menu .nav-link {
    color: #BEBEBE;
    background: none;
    border-radius: 0.3rem;
    margin-bottom: 0.3rem;
}

.sb-sidenav-menu .nav-link .sb-nav-link-icon {
    margin-top: -2px;
}

.sb-sidenav-menu .nav-link .sb-nav-link-icon svg path {
    fill: #BEBEBE;
}

.sb-sidenav-menu .nav-link:hover .sb-nav-link-icon svg path {
    fill: white;
}

.sb-sidenav-menu .nav-link.active .sb-nav-link-icon svg path {
    fill: white;
}

.sb-sidenav-menu .nav-link:hover {
    color: #FFFFFF;
    background: linear-gradient(180deg, #E03F8Caa 0%, #FF5570aa 100%);
}

.sb-sidenav-menu .nav-link.active {
    color: #FFFFFF;
    background: linear-gradient(180deg, #E03F8C 0%, #FF5570 100%);
}

.sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
    color: #FFFFFF;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    font-size: 1.0em;
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
    padding: 0.7rem 1rem 0.75rem;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
}

.ge-grid01 {

}

.btn-check:checked + .btn-ge-check,
.btn-check:active + .btn-ge-check {
    color: #FF0000;
    background-color: white;
    border-color: #FF0000;
}

.btn-check + .btn-ge-check {
    color: #B1B1B1;
    background-color: white;
    border-color: #B1B1B1;
}

.ge-table01 thead th, .ge-table01 thead td {
    background-color: #F9F9FA;
    color: #2F2F35;
    border-color: #C2C2C2;
    border-left-width: 0;
    border-right-width: 0;
}

.ge-table01 tbody td {
    background-color: #F9F9FA;
    color: #2F2F35;
    border-color: #C2C2C2;
    border-left-width: 0;
    border-right-width: 0;
}

.table > :not(:first-child), .dataTable-table > :not(:first-child) {
    border-top: none;
}

.ge-title01 {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    color: #2F2F35;
    font-size: 16px;
    border-bottom: 1px solid #DADADA;
}

.ge-add01 {
    background-color: #F6F7F9;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    border: none;
}

.form-check-input:checked {
    background-color: #FF0000;
    border-color: #FF0000;
}

.ge-bhall {
    background-image: url("/admin/static/images/bhall.png");
    background-size: contain;
}

.ge-rect-area {
    position: absolute;
    top: 0;
}

.ge-rect-cell {
    border: 3px solid #aaaaaa55;
    display: inline-block;
    position: absolute;
}

.ge-rect-select {
    border: 3px solid #FF0000;
    background-color: #E0518599;
}

.ge-rect {
    border: 3px solid #FF0000;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
}

.ge-arrow-l {
    background-image: url("/admin/static/icon/arrow_left.png");
    background-repeat: no-repeat;
    background-position: center 220px;
}

.ge-arrow-r {
    background-image: url("/admin/static/icon/arrow_right.png");
    background-repeat: no-repeat;
    background-position: center 220px;
}

.ge-place-info-container .input-group-text {
    word-break: break-all;
    white-space: break-spaces;
}

.ge-btn-dngr-01 {
    background-color: #585959;
    color: white;
    font-size: 12px !important;
}

.ge-btn-dngr-01:hover {
    color: white;
    font-weight: bold;
}

.ge-circle {
    border-radius: 100px;
    display: inline-block;
}

.ge-circle img {
    margin: 10px;
}

.ge-circle-01 {
    background-color: #EA505E33;
}

.ge-circle-02 {
    background-color: #EA824D33;
}

.ge-circle-03 {
    background-color: #74DCBB33;
}

.ge-circle-04 {
    background-color: #EA574833;
}

.ge-circle-05 {
    background-color: #F2F4F6;
}

.ge-mw-15 {
    max-width: 20px;
}
