html {
    font-family: "Roboto", sans-serif;
}
.no-resize {
    resize: none;
}
.alert.alert-dismissible::before {
    font-family: "bootstrap-icons";
    content: "\f33a";
    margin-right: 6px;
    font-size: 1.2em;
    vertical-align: middle;
}
.theme-backgroud1 {
    background-color: #0a3c61;
}

#main-nav {
    flex-direction: row-reverse;
    place-self: flex-end;

}
#main-nav .nav-link {
    color: #7f9cca;
    font-size: 1.3rem;
    font-weight: 700;
}
#main-nav .nav-link:hover {
    color: #2660bb;
}
#main-box {
    background-color: #0c3c61;
    display: flow-root;
    color: #fff;
    margin-top: 3rem;
    padding-right: 5rem;
}
#main-box img {
    width: 600px;
}
#main-box h1 {
    padding-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 700;
}
#main-box p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
#page-subject-box {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
#page-subject-line {
    width: 100%;
    height: 10px;
    background-color: #0c3c61;
    position: absolute;
    top:50%;
    left: 0px;
    margin-top: -5px;
    z-index: 1;
}
#page-subject-box h1 {
    position: relative;
    background-color: #fff;
    width: fit-content;
    color: #7f9cca;
    margin: 0px auto;
    z-index: 10;
    padding: .5rem 1.5rem;
    font-weight: 700;
}
#login-form {
    max-width: 600px;
    margin: auto;
}
#login-form label {
    color: #0c3c61;
    font-weight: 700;
    font-size: 1.1rem;
}
/* #upload-form {
    max-width: 600px;
    margin: auto;
} */

#manual-import-left {
    padding: 50px;
}
#manual-import-img {
    width: clac(100% + 100px);
}
#manual-import-form {
    padding-left: 400px;
}
#manual-import-form h1 {
    color: #0a3c61;
    font-size: 3.5rem;
}
#manual-import-form h2 {
    color: #0a3c61;
    font-size: 1.6rem;
    margin-bottom: 25px;
}
#manual-import-form label {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0;
}
#shell-title {
    font-size: 2.5rem;
    color: #0a3c61;
}
#do-it-best-logo {
    height: 200px;
    margin-top: 100px;
    margin-bottom: 100px;
}
#client-menu-box {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 5%;
    width: 90%;
    height: 100%;
}
#client-menu-box a {
    font-size: 2rem;
    margin-bottom: 30px;
    width: 100%;
}
#client-menu-box a:last-of-type {
    margin-bottom: 25px;
}
@media (max-width: 1399.98px) {
    #main-box {
        padding-right: 1rem;
    }
    #main-box img {
        width: 450px;
    }
    #main-box p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 1199.98px) {
    #main-box img {
        width: 300px;
    }
    #main-box h1 {
        padding-top: .5rem;
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }   
    #main-box p {
        font-size: 1rem;
        margin-bottom: .5rem;
    }
}
@media (max-width: 991.98px) {
    #main-box img {
        display: none;
    }
    #main-box {
        padding: 1.5rem;
    }
    #main-box h1 {
        font-size: 1.5rem;
    }
}

/*Employee Sign*/
#employee-sign-form, #client-sign-form {
    max-width: 500px;
    margin: 1.5rem auto 0;
}
#employee-sign-form .form-label, #client-sign-form .form-label {
    font-weight: 700;
    margin-bottom: .5px;
}

#circulars-table .link-btn {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    font-size: .9rem;
    padding: .25rem .5rem;
    width: 100%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
#circulars-table .link-btn:hover {
    color: #fff;
    background-color: #000;
}
#circulars-table .file-link {
    text-decoration: none;
    margin-right: .5rem;
}
/* Circular Status */
.status-row {
    display: flex;
}
.status-row .status-col:first-child {
    width: 55px;
    font-weight: 700;
    color: #4b0082;
}
.status-row .status-col:nth-child(2) {
    width: 115px;
}
.status-row .status-col:nth-child(3) {
    width: 35px;
}
#pdf-download-link {
    font-size: .8rem;
}
#pdf-download-link.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
#pdf-move-to-cloud-btn, #pdf-delete-btn {
    border-radius: 0;
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1;
}
#pdf-move-to-cloud-btn {
    width: 120px;
    font-size: .7rem;
    line-height: 1.1;
}
#pdf-move-to-cloud-btn .spinner-border {
    width: .65rem;
    height: .65rem;
}
#pdf-upload-progress {
    width: 100%;
    height: 1.5rem;
}
#pdf-upload-progress-text {
    font-size: .8rem;
    text-align: center;
    line-height: 1;
}

#shell-upload-drop {
    background: repeating-linear-gradient(-45deg, #fff, #fff 30px, #eee 30px, #eee 50px);
    border: 1px solid #eee;
    padding: 1.5rem 1rem;
    margin: 0 auto 1rem;
    transition: .5s opacity ease-in-out;
    box-shadow: 0 0.125rem 0.25rem #eee;
}
#shell-upload-drop:hover {
    opacity: 0.5;
}
#shell-upload-drop p {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 1.5rem 0 1.5rem .3rem;
    letter-spacing: .3rem;
}
/*Client*/
.client-logo-box {
    height: 100%;
    text-align: center;
}
.client-logo-box img {
    height: 200px;
    position: relative;
    top: 50%;
    margin-top: -100px;
}
.client-link-box {
    height: 100%;
    background-color: #0a3c61;
    padding: 2.5rem;
}
.client-link-box a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.client-link-box a:last-child {
    margin-bottom: 0;
}
.client-link-box h4 {
    margin-top: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 0;
}
.client-link-box h5 {
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
}
#client-progress-table .status-td {
    background-color: #9db7d4!important;
    text-align: center;
    width: 50px;
}
#client-progress-table .status-td.passed {
    background-color: #0a3c61!important;
    color: #fff;
}
#client-progress-table .link-btn {
    display: inline-block;
    width: fit-content;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 1rem;
    padding: .25rem .5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
#client-progress-table .link-btn:hover {
    color: #fff;
    background-color: #000;
}
.key-color-exp {
    display: inline-flex;
    padding-right: 30px;
}
.key-color-exp h5 {
    display: inline-block;
    line-height: 25px;
    margin-bottom: 0px;
}
#key-color-exp-done {
    width: 25px;
    height: 25px;
    background-color: #0a3c61!important;
    display: inline-block;
    margin-right:5px;
}
#key-color-exp-process {
    width: 25px;
    height: 25px;
    background-color: #9db7d4!important;
    display: inline-block;
    margin-right:5px;
}
.key-txt-exp {
    /*
    display: inline-flex;
    padding-right: 25px;
    */
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 991.98px) {
    .client-logo-box {
        height: 100%;
        text-align: center;
    }
    .client-logo-box img {
        height: 200px;
        position: relative;
        top: 0%;
        margin: 0rem auto 1.5rem;
    }
}