/* You can add global styles to this file, and also import other style files */

:root {
    --main-color: #0092d9;
    --sub-color: #e5f5ff;
}

* {
    font-family: '맑은 고딕';
    margin: 0;
    padding: 0;
}

body{
    background-color: #ebebeb;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #e6e6e6;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #3E3C3D;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}

/* layout styles */

.body-full {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    position: absolute;
    box-sizing: border-box;
    display: block;
}

.body-center {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    display: block;
}

.text-ellipsis {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block; 
}

.hidden {
    display: none !important;
}

.overflow-auto {
    overflow: auto;
}

/* layout styles */

/* cursor styles */

.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

.cursor-move-h {
    cursor: e-resize;
}

.cursor-move-v {
    cursor: n-resize;
}

/* cursor styles */

/* gridster styles */

gridster {
    background: none !important;
}

gridster-item {
    background: none !important;
}

/* gridster styles */

/* list styles */

.list-tab {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-tab .list-item {
    display: inline-block;
    margin-right: 10px;
    color: #808080;
    cursor: pointer;
}

.list-tab .list-item.active {
    color: #0092d9; color: var(--main-color);
    cursor: default;
}

/* list styles */

/* input styles */

.input-label {
    margin-top: 5px;
    width: 100%;
}

hr.input-hr {
    margin: 5px 0;
    border-color: #808080;
}

.input-title {
    font-size: 16px;
    font-weight: normal;
    color: #808080;
    margin-bottom: 5px;
}

.input-subtitle {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.input-item {
    width: 100%;
    display: block;
}

input.input-item,
select.input-item {
    border: 1px solid #808080;
}

.input-btn-group {
    width: 100%;
}

.input-btn-group > .input-item {
    width: calc(100% - 38px);
    height: 38px;
    border-right: 1px solid transparent;
    float: left;
}

.input-btn-group > .btn {
    margin-left: -1px;
    width: 39px;
    height: 38px;
    border: 1px solid #808080;
    border-left: 1px solid transparent;
    background: none;
    color: #808080;
    float: left;
}

.input-checkbox {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #808080;
    display: inline-block;
    transition: background .3s, border .3s;
}

.input-checkbox.active {
    border-color: #0092d9; border-color: var(--main-color);
    background: #0092d9; background: var(--main-color);
}

.input-textarea {
    margin-top: 10px;
    padding: 10px 15px;
    width: 100%;
    height: 150px;
    border-color: #999999;
    color: #808080;
    box-sizing: border-box;
}

.input-textarea.fixed {
    resize: none;
}

/* input styles */

/* bootstrap styles */

.table * {
    color: #808080;
}

.table > thead > tr > td {
    border-top: none;
    border-bottom: 1px solid #0092d9; border-bottom: 1px solid var(--main-color);
}

.table > tbody > tr:nth-child(even) {
    background: #e5f5ff; background: var(--sub-color);
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
    padding: .375rem .75rem;
    cursor: pointer;
}

.btn:disabled {
    cursor: default;
}

.btn.btn-sm {
    padding: .25rem .5rem;
}

.btn.btn-lg {
    padding: .5rem 1rem;
}

.btn.btn-full {
    width: 100%;
}

.btn.btn-blend {
    background: none;
}

.btn.btn-logsaver {
    background: #0092d9; background: var(--main-color);
    color: #ffffff;
}

.btn.btn-logsaver:active {
    background: #007fbe;
}

.btn.btn-select {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: none;
    border: 1px solid #808080;
}

.btn.btn-select.active {
    background: #808080;
}

.btn.btn-date {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 30px;
    background: none;
    color: #808080;
}

.btn.btn-date.active {
    background: #0092d9; background: var(--main-color);
    color: #ffffff;
}

.btn-checkbox {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    padding: 0;
    background: none;
    border: 1px solid #4d4d4d;
}

.btn-checkbox.active {
    background: #0092d9; background: var(--main-color);
    border: 1px solid #0092d9; border: 1px solid var(--main-color);
}

.btn-checkbox-theme {
    width: 36px;
    height: 36px;
    margin-right: 20px;
    box-sizing: border-box;
}

.btn-checkbox-theme:last-child {
    margin-right: 0;
}

.btn-checkbox-theme.active {
    border: 4px solid rgba(255, 255, 255, .75);
}

.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal .modal-header {
    border-bottom: 1px solid #999999;
}

.modal .modal-footer {
    border-top: 1px solid #999999;
}

.modal .modal-title {
    font-size: 20px;
    color: #0092d9; color: var(--main-color);
}

/* bootstrap styles */

/* bg-* background color styles */

.bg-blue {
    background: #0092d9;
}

.bg-orange {
    background: #d94700;
}

.bg-green {
    background: #25d900;
}

.bg-purple {
    background: #7d00d9;
}

.bg-black {
    background: #000000;
}

/* bg-* background color styles */

/* text-* font color styles */

.text-sm {
    font-size: 12px;
}

.text-first {
    color: #0092d9; color: var(--main-color);
}

.text-second {
    color: #808080;
}

.text-third {
    color: #999999;
}

/* text-* font color styles */