﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

[data-url] {
    cursor: pointer; /* Show a hand cursor on hover */
}

/* 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;
}

.hr-divider-margin-only {
    margin-bottom: 10px;
    width: 100%;
}

.hr-divider {
    margin-bottom: 10px;
    width: 100%;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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);
}

.btn-student-login {
    width: 100%;
}

.title-td {
    padding-right: 30px;
    vertical-align: top;
    font-weight: 600;
    font-size: 15px;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.container {
    font-size: 15px;
}

.label-subtitle {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 16px;
}

.custom-select {
    max-width: 300px;
}

.custom-select-sm {
    min-width: 100px;
    max-width: 250px !important;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.delete-link {
    color: #FF0000;
    font-size: 13.5px;
    border-bottom: 1px solid #FF0000;
}

    .delete-link:hover {
        text-decoration: none;
        color: #CC0000;
        border-bottom-color: #CC0000;
        cursor: pointer;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background-color: #f2f2f2;
    font-family: 'Open Sans', sans-serif !important;
    background: rgba(216, 227, 231, 1);
    background: -moz-linear-gradient(-45deg, rgba(216, 227, 231, 1) 0%, rgba(216, 227, 231, 1) 55%, rgba(223, 232, 235, 1) 55%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(216, 227, 231, 1)), color-stop(55%, rgba(216, 227, 231, 1)), color-stop(55%, rgba(223, 232, 235, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(216, 227, 231, 1) 0%, rgba(216, 227, 231, 1) 55%, rgba(223, 232, 235, 1) 55%);
    background: -o-linear-gradient(-45deg, rgba(216, 227, 231, 1) 0%, rgba(216, 227, 231, 1) 55%, rgba(223, 232, 235, 1) 55%);
    background: -ms-linear-gradient(-45deg, rgba(216, 227, 231, 1) 0%, rgba(216, 227, 231, 1) 55%, rgba(223, 232, 235, 1) 55%);
    background: linear-gradient(135deg, rgba(216, 227, 231, 1) 0%, rgba(216, 227, 231, 1) 55%, rgba(223, 232, 235, 1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8e3e7', endColorstr='#dfe8eb', GradientType=1);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #fff;
}

.noselect {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
    -ms-user-select: none;
    user-select: none;
}

/* Admin page */
.admin-item {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding-left: 10px;
    padding-top: 3px;
    margin-left: 20px;
    margin-top: 10px;
    user-select: none;
    overflow-x: hidden;
    background-color: #fff;
    min-height: 60px;
    text-wrap: none;
}

    .admin-item .admin-item-icon {
        font-size: 2em;
        color: #666;
        margin-right: 5px;
    }

    .admin-item h6 {
        margin-top: 5px;
        margin-left: 5px;
    }

    .admin-item:hover {
        cursor: pointer;
        background-color: #F7F7F7;
    }

.list-spaced li {
    margin-top: 10px;
}


.file-table {
    background-color: #F2F2F2;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

    .file-table tr td:first-child {
        padding-left: 10px;
    }

    .file-table tr td {
        padding: 5px;
    }


/* Arrow */
.arrow {
    list-style: none;
    margin-left: -5px;
    margin-top: 5px;
}

    .arrow li {
        position: relative;
        padding-bottom: 3px;
    }

        .arrow li:before {
            content: '';
            position: absolute;
            border-right: 2px solid black;
            border-bottom: 2px solid black;
            width: 7px;
            height: 7px;
            top: calc(50% - 1px);
            left: -14px;
            margin-left: 0px;
            padding-left: 0px;
            transform: translateY(-50%) rotate(-45deg);
        }


/* Bootstrap Theme */


/* Pagination Buttons */
.page-item.active .page-link {
    background-color: #3f6f90;
    border-color: #3f6f90;
}

.page-link {
    color: #e1842a
}


.final-clearance-item-container {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 5px;
    background-color: #FFF;
    font-size: 0.95rem;
}

.final-clearance-item-container:hover {
    background-color: #EEE;
    cursor: pointer;
}

.file-item-container {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 5px;
    background-color: #FFF;
    font-size: 0.95rem;
}

.file-item-container:hover {
    background-color: #EEE;
    cursor: pointer;
}

.btn {
    font-weight: 400;
    font-size: 15px;
    border-radius: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 100px;
    border: 0px;
}

.btn-primary-small {
    background: #3f6f90;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
}

    .btn-primary-small:visited {
        color: #fff !important;
    }

.btn-default {
    color: buttontext;
    background-color: buttonface;
    font-size: 15px;
}

    .btn-default:hover {
        background-color: #CCC;
    }


    .btn-default:active {
        background-color: #BBB;
    }

.btn-primary-small:hover {
    background: #557D98;
}

.btn-primary {
    background: #3f6f90;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

    .btn-primary:hover {
        background: #557D98;
    }

.hidden {
    display: none;
}

.jumbotron-fluid {
    background: linear-gradient(to top, transparent 30%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.9) 100%), url("../images/banner.jpg");
    /*background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("https://via.placeholder.com/1280x960");*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 30px;
    height: 430px;
    margin-bottom: 20px;
}

/*hr {
    margin-top: 25px;
    margin-bottom: 25px;
}*/

h4 {
    font-weight: 400;
    color: #333;
}

    h4 small {
        font-weight: 400;
        color: #777;
        font-size: 16px;
    }

h5 {
    margin-bottom: 0px;
}
/*td, th {
    padding-left: 12px !important;
}*/

.table-responsive {
    overflow-x: auto;
}

.table {
    font-size: 15px;
}

    .table tr th {
        padding-left: 20px;
        color: #444;
    }

    .table tr td {
        padding-left: 20px;
    }

.table-customized-spacing {
    width: 100%;
    box-sizing: border-box;
}

    .table-customized-spacing td {
        padding-left: 0px;
    }

        .table-customized-spacing td:last-child {
        }

.dropdown-item, .dropdown-item:visited, .dropdown-item:active {
    color: #e1842a !important;
}

    .dropdown-item:hover {
        color: #274d63 !important;
    }
/* Tab bars */
.nav-tabs > .nav-link {
    color: #444;
    background-color: #FAFAFA;
    border: 1px solid #dee2e6;
}

.nav-link-active {
    border-bottom: 2px solid #bdccd8 !important;
}

.nav-link-hover {
    line-height: 15px;
    border-bottom: 2px solid #FFF;
    margin-right: 10px;
}

.hover-box-icon {
    font-size: 1.4em;
    color: #5A5A5A;
    margin-right: 10px;
    margin-left: 10px;
    width: 30px;
    line-height: 25px;
    text-align: center;
    float: left;
}

.hover-box-text {
    font-size: 1.0em;
    color: #444;
}

.hover-box {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    background-color: #FFF;
    border-top: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    width: 90%;
    clear: both;
    margin-bottom: -1px;
}

    .hover-box:hover {
        background-color: #F0F0F0;
        cursor: pointer;
    }


.nav-link-hover:hover {
    background-color: #e3ebf2;
    transition: ease-in 0.2s;
    border-bottom: 2px solid #bdccd8;
}
/*.nav-tabs > li > a:hover {
        /*background-color: #303136 !important;
        border: medium none;
        border-radius: 0;
        color: #fff
    }*/
/*.nav-tabs > .nav-link, .nav-tabs > .nav-link:active, .nav-tabs > nav-link:hover {
    color: #444;
}
    .nav-tabs > nav-link:not(:active), .nav-tabs > .nav-link:active, .nav-tabs > .nav-link:hover, .nav-tabs > .nav-item:hover {
        background-color: #FBFBFB;
        border: 1px solid #dee2e6;
    }*/
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a:active {
    color: #18BC9C;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-0 {
    margin: 0px;
}

.full-width {
    width: 100%;
}

.padding-10 {
    padding: 10px;
}

.padding-0 {
    padding: 0px;
}

.font-15-size {
    font-size: 15px;
}

.font-13-size {
    font-size: 13px;
}

.link, .link:visited, .link:active {
    color: #e1842a !important;
}

a, a:visited, a:active {
    color: #e1842a
}

.breadcrumb {
    background-color: #FFF;
    font-size: 14px;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.5rem;
}

.breadcrumb-item a {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

    

/* Panel */
.panel-container {
    background-color: #FFF;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}

.panel-title {
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    background-color: #e18c39;
    border-bottom: 3px solid #a44616;
    color: #fff;
}


.panel-title-white {
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #444;
}

.panel-header-body {
    padding: 15px 20px 15px 20px;
    width: 100%;
    font-size: 14px;
}

.panel-body {
    padding: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    width: 100%;
}



/* Side bar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 250px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

/* Login */
label {
    font-size: 14.5px;
}

.login-container {
    /* width: 100%;*/
    /*padding: 50px 0;*/
    /* max-width: 400px;*/
    max-width: 430px;
    margin: auto;
}

.login-box {
    background: #FFF;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    border: 4px solid #EF9A01;
}


.panel-body-responsive {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    font-size: 1rem;
}

.page-title-responsive {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 1.5rem;
}


.page-title-line {
    margin-top: 8px;
    border-width: 1px;
}

.page-subtitle-responsive {
    font-size: 16px;
}

.panel-title-responsive, .panel-title-responsive-small {
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 15px;
    font-size: 1.7rem;
}



.panel-details-line {
    margin-top: 20px;
    margin-bottom: 0px;
}

.panel-details-link {
    margin-top: -18px;
    float: right;
    padding-right: 25px;
    padding-bottom: 15px;
}

.panel-subtitle-responsive {
    color: #333;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: -7px;
}

@media only screen and (max-width: 768px) {


    .panel-details-link {
        margin-top: -15px;
    }

    .li-responsive {
        padding-left: 25px;
    }

    .panel-subtitle-responsive {
        margin-left: 15px;
    }

    .panel-title-responsive, .panel-title-responsive-small {
        margin-left: 15px;
    }

    .panel-title-responsive-small {
        font-size: 1.4rem;
    }

    .panel-body-responsive {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
}

.panel-title-line {
    border-color: #888;
    margin-top: 5px;
}

.li-responsive {
    font-size: 1rem;
    padding-left: 25px;
}

    .li-responsive li {
        margin: 0 0 7px 0;
        line-height: 1.3rem;
    }

.p-responsive {
    font-size: 1rem;
}

.simple-link, .simple-link:visited {
    color: #274d63;
    text-decoration: underline;
}



.login-box h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    color: #153D58;
}

    .login-box h2:after {
        content: " ";
        width: 100px;
        height: 4px;
        background: #EF9A03;
        display: block;
        margin-top: 15px;
        border-radius: 2px;
        margin-left: auto;
        margin-right: auto
    }

.btn-login {
    background: #3f6f90;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .btn-login:hover {
        background: #557D98;
        color: #fff;
    }


/*@media (max-width: 978px) {
    .container {
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden;
    }


   
}*/


.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }

.green-link, .green-link:active, .green-link:visited {
    color: #105064 !important;
    font-weight: 600;
    font-size: 16px;
}

    .green-link:hover {
        color: #227286;
    }

.green-link-thin, .green-link-thin:active, .green-link-thin:visited {
    color: #105064 !important;
}

    .green-link-thin:hover {
        color: #227286 !important;
    }

    .green-link-thin:hover {
        transition: ease-in;
        cursor: pointer;
        text-decoration: underline;
    }

.btn-cyan {
    font-weight: 600;
    background-color: #41bacb;
    color: white !important;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}

.postit {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 250px;
    font-size: 14.5px;
    line-height: 1.2;
    position: relative;
    border: 1px solid #E8E8E8;
    border-top: 10px solid #fdfd86;
    border-bottom-right-radius: 60px 5px;
    background: #f9fcda; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
    background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .postit:after {
        content: "";
        position: absolute;
        z-index: -1;
        right: -0px;
        bottom: 20px;
        width: 200px;
        height: 25px;
        background: rgba(0, 0, 0, 0.2);
        box-shadow: 2px 15px 5px rgba(0, 0, 0, 0.40);
        -moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
        -webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
        -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
        -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
        transform: matrix(-1, -0.1, 0, 1, 0, 0);
    }


/* wizard with arrows */
.nomargin {
    padding: 0 !important;
    margin: 0 !important;
}

.wizard {
    background-color: transparent;
    padding: 0.2em 0em 0.2em 0.2em;
}

    .wizard .step {
        padding-left: 14px;
        padding-right: 14px;
        line-height: 20px;
        position: relative;
        display: inline-block;
        text-decoration: none;
        min-width: 27%;
        margin-left: 3px;
        text-align: center;
        text-decoration: none;
        font-size: 0.95rem;
        color: #333;
        background: #bdccd8;
    }

        .wizard .step:hover {
            text-decoration: none;
        }

        .wizard .step:first-child {
            margin-left: 0;
        }

    .wizard:not(.left-arrow) .step:before {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-left: 30px solid #f2f2f2;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
    }


    .wizard:not(.left-arrow) .step:after {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-left: 30px solid #bdccd8;
        position: absolute;
        content: "";
        top: 0;
        right: -30px;
        z-index: 2;
    }

    .wizard.left-arrow .step:before {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-right: 30px solid #bdccd8;
        position: absolute;
        content: "";
        top: 0;
        left: -30px;
        z-index: 2;
    }

    .wizard.left-arrow .step:after {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-right: 30px solid #f2f2f2;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        z-index: 2;
    }

    .wizard .step:first-child:before,
    .wizard .step:last-child:after {
        border: none;
    }

    .wizard .step:first-child {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .wizard .step:last-child {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .wizard .step:last-child:not(.current) {
            /*May want another class and the :before rather than using last-child.*/
            background-color: #bdccd8;
        }

    .wizard.left-arrow .step:last-child:before,
    .wizard.small.left-arrow .step:last-child:before {
        border-right-color: #bdccd8;
    }

    .wizard .badge {
        margin: 0 5px 0 18px;
        position: relative;
        top: -1px;
    }

    .wizard .step:first-child .badge {
        margin-left: 0;
    }

    .wizard .current, .wizard .step.progress-current {
        background: #3f6f90;
        color: #f2f2f2;
    }

        .wizard .step.current:after, .wizard .step.progress-current:after {
            border-left-color: #3f6f90 !important;
        }

    .wizard.left-arrow .step.current:before, .wizard.left-arrow .step.progress-current:before,
    .wizard.small.left-arrow .step.current:before, .wizard.small.left-arrow .step.progress-current:before {
        border-right-color: #3f6f90;
    }

    .wizard .step.current .badge, .wizard .step.progress-current .badge {
        background-color: #3f6f90;
        color: #DDD;
    }

    .wizard.small {
        margin-bottom: 15px;
    }

        .wizard.small .step {
            padding: 5px 14px 5px;
            padding-left: 20px;
        }

        .wizard.small:not(.left-arrow) .step:before {
            border-top: 15px inset transparent;
            border-bottom: 15px inset transparent;
            border-left: 15px solid #f2f2f2;
        }

        .wizard.small:not(.left-arrow) .step:after {
            border-top: 15px inset transparent;
            border-bottom: 15px inset transparent;
            border-left: 15px solid #bdccd8;
            right: -15px;
        }

        .wizard.small.left-arrow .step:before {
            border-top: 15px inset transparent;
            border-bottom: 15px inset transparent;
            border-right: 15px solid #bdccd8;
            left: -15px;
            z-index: 2;
        }

        .wizard.small.left-arrow .step:after {
            width: 0;
            height: 0;
            border-top: 15px inset transparent;
            border-bottom: 15px inset transparent;
            border-right: 15px solid #f2f2f2;
        }

        .wizard.small .step:first-child:before,
        .wizard.small .step:last-child:after {
            border: none;
        }

/* IE11 border bug fixes... hooray! */
_:-ms-fullscreen, :root .wizard.small.left-arrow .step:before {
    left: -14px;
}

_:-ms-fullscreen, :root .wizard.small:not(.left-arrow) .step:after {
    right: -14px;
}

_:-ms-fullscreen, :root .wizard.left-arrow .step:before {
    left: -29px;
}

_:-ms-fullscreen, :root .wizard:not(.left-arrow) .step:after {
    right: -29px;
}


.file-item-form-container {
    background-color: #F2F2F2;
    padding: 5px;
    font-size: 14px;
    padding-left: 10px;
    margin: 5px;
    margin-left: 0px;
    white-space: nowrap;
    overflow-x: hidden;
    display: block;
    text-overflow: ellipsis;
    max-width: 400px;
}


.file-item-close {
    color: #444;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
}

    .file-item-close:hover {
        background-color: #BBB;
        cursor: pointer;
    }

.back-link {
    color: #274d63 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.hover-underline {
}

    .hover-underline:hover {
        text-decoration: underline !important;
        cursor: pointer;
    }

/* Threads */
.thread-comment-box {
    background-color: #F2F2F2;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #444;
    border-radius: 5px;
}

.status-comment-box {
    background-color: #F2F2F2;
    padding: 5px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #444;
    border-radius: 5px;
    max-width: 450px;
}

.thread-avatar-left {
    border-right: 1px solid #DDD;
    vertical-align: top;
    font-size: 14px;
    padding-right: 0px;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 14px;
    width: 180px;
}

.thread-content {
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 0.95rem;
}

.thread-avatar-top {
    display: none;
    font-size: 1rem;
}

.thread-avatar-top-date {
    font-size: 0.9rem;
}

.thread-content p {
    margin-bottom: 2px;
}

.thread-avatar-left-date {
    font-size: 0.75rem;
}

.thread-table {
    width: 100%;
    min-height: 90px;
}

.thread-avatar-top-line {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.thread-status-change-expiration {
    font-size: 0.9rem;
    color: #444;
}

.thread-status-change-name {
    color: #44a7d3;
    font-weight: bold;
}

.thread-status-change-value {
    font-weight: bold;
}

@media only screen and (max-width: 900px) {
    .thread-avatar-left {
        display: none;
    }

    .thread-avatar-top {
        display: block;
    }
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #7c878e !important;
    border-color: #7c878e !important;
}

.message-title {
    vertical-align: top;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F4F4F4;
    font-size: 14px;
}

.message-contents {
    margin-top: -10px;
    white-space: pre-line;
    padding: 20px;
    padding-top: 0px;
    padding-left: 20px;
}

.new-message-circle {
    display: inline-block;
    border-radius: 6px;
    vertical-align: middle;
    padding: 0px;
    padding-right: 5px;
    padding-left: 5px;
    height: 16px;
    background-color: #9b2727;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 11.5px
}

.navbar-brand {
    image-rendering: -webkit-optimize-contrast !important;
}

.wizard-container {
    display: flex;
    width: 100%;
    /* gap: 20px; */
}

.wizard-sidebar {
    background: linear-gradient(145deg, #1e2a3a, #2d303e);
    float: left;
    border-radius: 12px;
    padding: 20px;
    color: #FFF;
    margin-right: 20px;
    box-shadow: rgba( 0, 0, 0, 0.15) 0px 4px 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 240px;
    min-width: 240px;
}

.wizard-sidebar-section {
    margin-bottom: 20px;
}

.wizard-sidebar-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid #5d5e64;
    padding-bottom: 10px;
}

.wizard-sidebar-section-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.wizard-sidebar-section-disabled {
    color: #5d5e64;
    cursor: default;
    margin-left: 0px;
    padding-left: 2px;
    position: relative;
    display: flex;
    align-items: center;
    height: 32px;
    transition: background-color 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    margin-top: 2px;
}

.wizard-sidebar-section-item {
    margin-left: 0px;
    padding-left: 2px;
    position: relative;
    display: flex;
    align-items: center;
    height: 32px;
    transition: background-color 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    margin-top: 2px;
    border-radius: 3px;
}

.wizard-sidebar-section-item-selected {
    background-color: #41658b;
    color: #FFF;
    border-radius: 3px;
}

.wizard-sidebar-section-item:hover {
    background-color: #5d5e64;
    color: #FFF;
    cursor: pointer;
    border-radius: 3px;
}

.wizard-section-item-checkmark {
    margin-top: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-left: 5px;
    width: 16px;
    height: 16px;
}

.sidebar-divider {
    border-top: 1px solid #5d5e64;
    margin: 20px 0;
    opacity: 0.5;
}

.wizard-sidebar-addfiles {
    border: 3px solid #4a6892;
    background-color: #27374b;
    padding: 5px;
    padding-left: 10px;
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.wizard-sidebar-top {
    flex-grow: 1;
}

.wizard-sidebar-bottom {
    margin-top: auto;
}

.add-files-resume {
    font-size: 14px;
    margin-top: 5px;
}

.wizard-content {
    display: flex;
    flex: 1;
    padding: 20px 30px;
    background-color: white;
    min-height: 500px;
    min-width: 500px;
    max-width: 100%;
    flex-direction: column;
    height: 100%;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    border: 4px solid #EF9A01;
    overflow-x: auto;
}

.wizard-content-empty {
    flex: 1;
    display: flex;
    min-height: 500px;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.wizard-content-top {
    flex-grow: 1;
}

.wizard-content-bottom {
    margin-top: auto;
}

.wizard-title {
    font-weight: 400;
    font-size: 22px;
    color: #153D58;
}

    .wizard-title:after {
        content: " ";
        width: 220px;
        height: 2px;
        background: linear-gradient(to right, #EF9A03, transparent);
        display: block;
        margin-top: 2px;
        border-radius: 2px;
        margin-bottom: 20px;
    }


.wizard-title-plain {
    font-weight: 400;
    font-size: 22px;
    color: #153D58;
}

.dz-file-preview {
    display: none !important;
}

ul.no-bullet {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}


.table-requirement-status {
    width: 100%;
    font-size: 0.8em !important;
    margin-top: 8px;
    background-color: #EEE;
    border: 1px solid #000 !important;
    border-collapse: collapse;
}

    .table-requirement-status td {
        border: 1px solid #888 !important;
        background-color: #EEE;
    }

    .table-requirement-status thead tr td {
        border: 1px solid #888 !important;
        background-color: #DDD;
    }

.download-box {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
    transition: background-color 0.2s ease-in-out;
    width: 100%;
    max-width: 540px; /* Adjust this value to set the desired width */
    margin: 20px 0px; /* Centers the box on the page with a little margin */
    cursor: pointer;
    border: 1px solid #d1d5db;
    cursor: pointer;
}

    .download-box:hover {
        background-color: #ebf0f5;
    }

.download-icon {
    margin-right: 15px;
    font-size: 22px; /* Adjust to change icon size */
    color: #007BFF;
}

.file-info {
    white-space: normal;
    word-wrap: break-word;
    min-width: 0px;
}

.file-link {
    display: block;
    color: #007BFF; /* Link color */
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    min-width: 0px;
}

    .file-link:hover {
        color: #0056b3; /* Darker shade for hover effect */
        text-decoration: none;
    }

.file-size {
    font-size: 14px;
    color: #666; /* Text color for file size */
}

.file-description {
    font-size: 14px;
    color: #777; /* Text color for description */
}

.sidebar-divider {
    width: 100%;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 14px;
    margin-bottom: 12px;
    height: 1px;
    background-color: #AAA;
}

.container-shared {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {

    .container-shared {
        overflow-x: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .wizard-sidebar {
        width: 200px;
        min-width: 200px;
    }

    .wizard-sidebar-header {
        font-size: 18px;
    }

    .wizard-sidebar-section-title {
        font-size: 16px;
    }
}

/* Custom XXL breakpoint for widths >= 1400px */
@media (min-width: 1450px) {
    .container {
        max-width: 1420px; /* Adjust max width as needed */
    }

    /* Custom .col-xxl-* classes */
    .col-xxl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Admin Sidebar Styles */
.admin-sidebar-container {
    position: fixed;
    top: 65px;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 65px);
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    width: 260px;
    border-right: 1px solid #e5e9f0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.admin-sidebar {
    background-color: transparent;
}

.admin-sidebar .nav-item {
    padding-bottom: 10px;
    padding-left: 5px;
}

.admin-sidebar .nav-link {
    padding: 12px 20px;
    color: #495057;
    font-size: 14px;
    transition: all 0.2s ease;
    border-radius: 6px;
    margin: 2px 8px;
}

.admin-sidebar .nav-link:hover {
    background-color: #f0f4f8;
    color: #3f6f90;
}

.nav-link.active {
    background: linear-gradient(45deg, #3f6f90, #557d98);
    color: white !important;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(63, 111, 144, 0.2);
}

.admin-sidebar h5 {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 20px 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-item h5 {
    background-color: transparent;
    color: #3f6f90;
}

/* Icon styling */
.admin-sidebar .nav-link i {
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: #6b7280;
}

.nav-link.active i {
    color: white;
}

/* Scrollbar styling */
.admin-sidebar-container::-webkit-scrollbar {
    width: 6px;
}

.admin-sidebar-container::-webkit-scrollbar-track {
    background: transparent;
}

.admin-sidebar-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.admin-sidebar-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/* Firefox scrollbar styles */
.admin-sidebar-container {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

/* Rotate the icon when expanded */
.nav-item h5[aria-expanded="true"] .toggle-icon {
    transform: rotate(0deg);
}

.admin-sidebar h5 i {
    float: right;
    margin-right: 13px;
}

    .admin-sidebar .nav-item {
        padding-bottom: 20px;
        padding-left: 5px;
    }

    .admin-sidebar .nav-link {
        padding-top: 15px;
        padding-left: 20px;
    }

@media (min-width: 576px) {
    .mobile-admin-sidebar {
        display: none !important;
        max-height: 0px;
    }
}

/* Hide the left menu bar on small screens */
@media (max-width: 576px) {
    .admin-sidebar-container {
        display: none;
    }
 
    /* Adjust the main content to take up the full width */
    main {
        margin-left: 0px !important;
    }
}

/* Mobile Admin Sidebar */
@media (max-width: 768px) {
    .mobile-admin-sidebar {
        position: fixed;
        top: 65px; /* Leave space for the top navigation bar */
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
        height: calc(100vh - 65px); /* Subtract the height of the top nav */
        z-index: 1040;
        background-color: white;
        transition: transform 0.3s ease-in-out;
    }

    .mobile-admin-sidebar.collapsed {
        transform: translateX(-100%);
    }

    .mobile-admin-sidebar .nav.flex-column {
        height: 100%;
        overflow-y: auto;
        padding-bottom: 60px; /* Add some padding at the bottom for better scrolling */
    }
}

@media (min-width: 769px) {
    .mobile-admin-sidebar {
        display: none;
    }
}

/* override bootstrap */
.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}
