﻿body {
    background-color: #f0f1f5;
    font-size: 16px;
    font-family: Arial,'Open Sans', "Helvetica Neue",Helvetica,sans-serif;
    color: #111111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.15;
}
input[type=text]::-ms-clear {
    display: none;
}
::-ms-clear {
    display: none;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}
.logout-container {
    margin: 12% auto auto auto;
    width: 560px;
    height: 300px;
    border: solid thin;
    border-radius: 3px;
    padding: 15px;
    background-color: ghostwhite;
}
.logout-application-name {
    color: blue;
}

a {
    color: #0074f8;
    outline: none;
}
a:visited{
    color: #0074f8;
    outline:none;
}

label {
    font-weight: bold;
    margin-bottom: 4px;
}

.hoya-banner {
    width: 100%;
    height: 357px;
    border-radius: 8px;
}

    .hoya-banner img {
        width: 100%;
        height: 100%;
    }

.hoya-icon-title {
    width: 80px;
    height: 80px;
}

    .hoya-icon-title img {
        width: 100%;
        height: 100%;
    }

.hoya-card-subtitle {
    font-weight: bold;
    font-size: 20px;
    color: #364658;
    text-transform: uppercase;
}

.hoya-border-8 {
    border-radius: 8px;
}

.hoya-border {
    border-radius: 4px;
    border: solid 1px #364658;
}

.hoya-h-80 {
    height: 80px;
    box-sizing: border-box;
}

.hoya-line-height {
    line-height: 1.7;
}

.hoya-card-height {
    height: 450px;
}


/* 3.4 Page Content */
.content {
    margin-left: 240px;
    margin-top: 80px;
    padding: 24px 24px;
}

/* 4.0 Components */

/* 4.1 Form Element */
.form-control {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #364658;
}

input, select, .custom-select, .form-control, textarea {
    color: #111111;
}

::placeholder {
    color: #b7c4d2 !important;
}

.custom-select {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #364658;
}

.custom-select {
    background: #FFF url(/images/icon-custom-select.svg)no-repeat right .5rem center;
    background-size: 10px 10px;
    padding: 6px 8px;
}

.custom-icon-callender {
    background-image: url(/images/icon-calendar.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 40px 20px;
}

.custom-icon-percent {
    background-image: url(/images/icon-percent.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30px 14px;
}

.hoya-form-border {
    border: 1px solid black;
    box-sizing: border-box;
    border-radius: 4px;
}

.form-popup-control {
    border-radius: 4px;
    box-sizing: border-box;
    height: 40px;
    border: solid 1px #364658;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.hoya-round {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #7b8fa5;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 18px;
    border-radius: 50%;
    position:absolute;
}

.form-login-control {
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

/* 4.14 Button */
.btn {
    box-sizing: border-box;
    height: 40px;
    line-height: 1.15;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.btn-primary {
    background: #1076bc;
    color: white;
    font-weight: bold;
}

.btn-outline-secondary {
    border-radius: 4px;
    border: solid 1px #111111;
    background-color: #dee5ed;
    font-weight: bold;
    color: #111111;
    box-shadow: none;
}

.btn-light {
    font-weight: bold;
}

.hoya-pop-up-btn {
    border: 1px solid #111111;
    font-weight: bold;
    background: #dee5ed;
    box-shadow: none;
}

.hoya-action-btn {
    height: 32px;
    box-shadow: none;
    background: white;
}

.btn-group.hoya-group {
    border: 1px solid #364658;
    box-sizing: border-box;
    border-radius: 4px;
}

.btn-dropdown-custom {
    border: 1px solid black;
    border-left: none;
    box-shadow: none;
    background: #ffffff !important;
}
/* 4.18 Modal Setting */
.modal-footer {
    background: #f2f2f2;
    border-radius: 4px;
}

.modal-header {
    border: none;
}

.modal-content {
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
    background: white;
}

.modal-header .close {
    padding: 0.2rem 0.5rem;
    margin: -1.5rem -1.7rem -1rem auto;
    color: #111111;
}

/* 4.26 Popover */
.popover {
    background-color: #AFE89A;
    border-color: #AFE89A;
    color: #111111;
    max-width: 320px;
    font-size: 16px;
    font-family: Arial,'Open Sans', "Helvetica Neue",Helvetica,sans-serif;
}

.popover-body {
    color: #111111;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    border-bottom-color: #AFE89A;
}

.flex-center-x {
    display: flex;
    justify-content: center;
}

.flex-center-y {
    display: flex;
    align-items: center;
}

.flex-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-h-40 {
    line-height: 40px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-18 {
    font-size: 18px;
}

.color-green {
    color: #0074f8 !important;
}

.hoya-mb-64 {
    margin-bottom: 64px;
}

.hoya-mt-120 {
    margin-top: 120px;
}

.hoya-ml--8 {
    margin-left: -8px;
}

.hoya-pt-32 {
    padding-top: 32px;
}

.hoya-plbr-32 {
    padding-left: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
}

.hoya-plbr-24 {
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
}

.hoya-plbr-8 {
    padding-bottom: 8px;
}

.hoya-pb-32 {
    padding-bottom: 32px;
}

.hoya-px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.hoya-ml-32 {
    margin-left: 32px;
}

.hoya-mb-32 {
    margin-bottom: 32px;
}


.hoya-mt-32 {
    margin-top: 32px;
}

.hoya-mr-32 {
    margin-right: 32px;
}

.hoya-background {
    background: url(/images/background-login.png);
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 100vh;
}

.hoya-title-32 {
    font-size: 32px;
    font-weight: bold;
}

.hoya-title-40 {
    font-size: 40px;
    font-weight: bold;
}

.hoya-title-24 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.17;
}

.hoya-note {
    line-height: 1.13;
}

.hoya-char {
    color: #ff0034;
    margin-left: 4px;
    margin-top: -6px;
}

.hoya-label {
    line-height: 1.15;
    font-weight: bold;
}

.hoya-link {
    line-height: 1.15;
    color: #0074F8;
}

.hoya-font-18 {
    font-size: 18px;
}

.hoya-font-16 {
    font-size: 16px;
    line-height: 1.4;
}

.hoya-font-20 {
    font-size: 20px;
}

.hoya-font-32 {
    font-size: 32px;
}

.hoya-border-input {
    border: 1px solid black;
    border-right: none;
}

.has-error .form-control {
    border: 1px solid #d9534f;
}

.form-md {
    width: 240px;
}

.form-sm {
    width: 80px;
}

.border-input {
    border: 1px solid black;
}

@media (max-width: 1800px) {
    .hoya-card-height {
        height: 500px;
    }
}

@media (max-width: 1700px) {
    .hoya-card-height {
        height: 600px;
    }
}

@media (max-width: 1500px) {
    .hoya-card-height {
        height: 650px;
    }

    .hoya-banner {
        height: 275px;
    }
}

@media (max-width: 1379px) {
    .header .navbar-center .nav-link .my-auto {
        flex-direction: column !important;
        display: flex;
    }

    .hoya-card-height {
        height: 750px;
    }

    .hoya-banner {
        height: 200px;
    }
}

@media (max-width: 1300px) {

    .hoya-banner {
        height: 275px;
    }
}

@media (max-width: 1199px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }

    .hoya-card-height {
        height: 500px;
    }

    .hoya-banner {
        height: 180px;
    }
}

@media (max-width: 1024px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }

    .hoya-banner {
        height: 180px;
    }
}

@media (max-width: 900px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }
}

@media (max-width: 768px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }

    .hoya-card-height {
        height: auto;
    }
}

@media only screen and (max-width: 1800px) {
    .hoya-card-height {
        height: 500px;
    }
}

@media only screen and (max-width: 1700px) {
    .hoya-card-height {
        height: 600px;
    }
}

@media only screen and (max-width: 1500px) {
    .hoya-card-height {
        height: 650px;
    }

    .hoya-banner {
        height: 275px;
    }
}

@media only screen and (max-width: 1379px) {
    .header .navbar-center .nav-link .my-auto {
        flex-direction: column !important;
        display: flex;
    }

    .hoya-card-height {
        height: 750px;
    }

    .hoya-banner {
        height: 200px;
    }
}

@media only screen and (max-width: 1300px) {

    .hoya-banner {
        height: 275px;
    }
}

@media only screen and (max-width: 1199px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }

    .hoya-card-height {
        height: 500px;
    }
}

@media only screen and (max-width: 1024px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }

    .hoya-banner {
        height: 180px;
    }
}

@media only screen and (max-width: 900px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }

    .hoya-card-height {
        height: auto;
    }
}