﻿body {
    /*overflow-x: hidden;*/
    /*background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3) ), url(../Content/My/Images/Metro/PicomWebBackground2.jpg) no-repeat center center fixed;
    background-size: cover;*/
    background-color: #282828;
    height: 90vh;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    -webkit-overflow-scrolling: touch;
}

input:focus, button:focus, div:focus {
    outline: none;
}


html {
    overflow-x: hidden;
}



.modal-backdrop {
    bottom: 0
}

.modal {
    padding: 3em;
}

.modal-open .modal {
    overflow-y: hidden;
    background-color: rgba(0,0,0,0.5);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#disText {
    color: grey !important;
}

.backgroundImg {
    /*background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9) ), url(../Content/My/Images/Metro/PicomWebBackground2.jpg) no-repeat center center fixed;*/
    background-size: cover;
    height: 100vh;
    margin-bottom: 0px;
    background-color: #1e1e1e;
    transition: all ease-in 0.3s;
}

.fullPage {
    height: 100vh;
    padding: 3em;
}

.navbar-inverse .navbar-brand {
    background-color: #151515;
}

.hideThis {
    display: none;
}

#disText {
    color: grey !important;
}

.centeredInput {
    position: relative;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
    max-width: 40em;
    max-height: 40em;
}

.centeredContainer {
    /*width: 80%;
    margin: auto;
    text-align: center;
    top:20vh;
    position:relative;
    height:100vh;*/
    position: relative;
    font-size: 1.3em;
    /*left: 100%;
    top: 100%;*/
    padding: 1em;
    /*transform: translate(-50%, -50%);*/
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #282828;
    /*padding:9em 2.5em;*/
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
}

#imgLogo {
    height: 2.5em;
    width: auto;
    opacity: 0.5;
    margin-bottom: 1em;
}

.row input[type="text"]::-moz-placeholder {
    color: #eee;
}

.row input[type="text"]:-moz-placeholder {
    color: #eee;
}

input:placeholder-shown {
    color: #eee;
    /*padding: 0.7em;*/
}

@-moz-document url-prefix() {
    input:placeholder-shown {
        color: #eee;
        padding: 0em;
    }
}

.form-control::-webkit-input-placeholder {
    color: white;
}

.form-control:-moz-placeholder {
    color: white;
}

.form-control::-moz-placeholder {
    color: white;
}

.form-control:-ms-input-placeholder {
    color: white;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
}

.login {
    margin: 0.3em;
    color: white;
}

.lightText {
    color: #eee;
}

.yellowText {
    /*color: #f4ad15;*/
    color: #b32e2e;
}

.dimText {
    color: #797979;
    font-style: italic;
    margin: 2px;
}

.redText {
    color: #b32e2e;
}

.link {
    cursor: pointer;
}

.login .goButton {
    background-color: #601414;
    height: 3.4em;
    /*border-radius: 2em;*/
    text-transform: uppercase;
    border-bottom: none;
    color: white;
    font-size: 0.8em;
    background: -webkit-linear-gradient(left, #601414, #972020);
    background: -o-linear-gradient(right, #601414, #972020);
    background: -moz-linear-gradient(right, #601414, #972020);
    background: linear-gradient(to right, #601414, #972020);
    opacity: 0.8;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    /*background: -webkit-linear-gradient(left, #906403 , #d39000); /* For Safari 5.1 to 6.0 
    background: -o-linear-gradient(right, #906403, #d39000);  For Opera 11.1 to 12.0 
    background: -moz-linear-gradient(right, #906403, #d39000);  For Firefox 3.6 to 15 
    background: linear-gradient(to right, #906403 , #d39000);  Standard syntax (must be last)*/
}

    .login .goButton:hover, .goButton:focus {
        background: -webkit-linear-gradient(left, #601414, #972020);
        background: -o-linear-gradient(right, #601414, #972020);
        background: -moz-linear-gradient(right, #601414, #972020);
        background: linear-gradient(to right, #601414, #972020);
        opacity: 1;
    }

.caution {
    background: url(../Content/My/Images/Metro/Icons/WarningMetro.png);
    height: 80px;
    width: 80px;
    border-width: 0px;
    background-size: cover;
    cursor: pointer;
}

.form-group.login {
    float: left;
}

.padMarg {
    padding: 1em;
    margin: 1em;
}

.padMargLg {
    padding: 3em;
    margin: 2em;
}

.bottomPadding {
    padding-bottom: 10em;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.success-msg {
    color: #75f894;
    margin-left: 0.5em;
    display: block;
    clear: both;
    padding: 1em;
    /*position:absolute;*/
}

.login input {
    height: 3vh;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid grey;
    /*min-width: 40%;*/
    min-width: 80%;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    /*padding-top:1em;
    padding-bottom:1em;*/
    color: white;
    padding-left: 0.7em;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1em;
    line-height: 1em;
    overflow: visible;
    height: 100%;
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.2em;*/
    -webkit-appearance: none;
    padding-bottom: 0.3em;
}

    .login input::-ms-clear, .login input::-ms-reveal {
        display: none;
    }

.login-inputs {
    padding-bottom: 0.5em;
}

.login {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.6em;
    overflow: visible;
}

#loginErrors ul li {
    list-style: none;
    color: #b32e2e;
}

.modalOverlay.darken {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    display: block;
    z-index: 1005;
}

.errorMsg {
    color: #ff6161 !important;
    font-size: 1.5em !important;
    font-weight: 600;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.loader.glyphicon-repeat {
    animation: spin 1s linear infinite;
    background: transparent !important;
    box-shadow: none !important;
    border: 0px !important;
    padding: 0px !important;
    right: 1em;
    color: grey !important;
    font-size: 3em !important;
    line-height: 4em !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
    padding: 0.5em;
}



.header1 {
    letter-spacing: 0.2em;
    font-size: 3.5em;
    font-family: 'Josefin Sans', sans-serif;
    padding-left: 0.2em;
    word-break: break-word;
}

.header3 {
    font-size: 1.5em;
}

.modal-backdrop {
    position: relative;
}

.modal-content.invert {
    color: #eee;
    background-color: #333;
    font-size: 1.3em;
}

/*MODAL STYLING*/
/*.paper.modal.fade.in {
    z-index:1500;
}*/
.modal-open .modal.paper {
    background-color: rgba(40,40,40,0.8);
}


.paper.modal .modal-content {
    border-radius: 0px;
    border: none;
    background-color: #3d3d3d;
    -webkit-box-shadow: -23px 31px 48px 13px rgba(0,0,0,0.4);
    -moz-box-shadow: -23px 31px 48px 13px rgba(0,0,0,0.4);
    box-shadow: -23px 31px 48px 13px rgba(0,0,0,0.4);
}

.paper .modal-header-group {
    background-color: #5e5e5e;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
}

.paper .modal-header {
    padding: 0.9em;
    background-color: #191919;
    border: none;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
}

.paper .modal-title {
    letter-spacing: 0.2em;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    padding: 0.2em 1em;
    color: white;
}

.paper button.close {
    color: white;
    background-color: #601414;
    opacity: 1;
    font-size: 1.8em;
    padding: 0.2em 0.5em 0.3em 0.5em;
    margin: -0.5em -0.5em;
    -webkit-box-shadow: -1px 0px 3px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 0px 3px 1px rgba(0,0,0,0.3);
    box-shadow: -1px 0px 3px 1px rgba(0,0,0,0.3);
}

.paper .modal-footer {
    border: none;
    text-align: center;
    padding: 1em 0em 3em 0em;
    display: flex;
}

.paper .btn {
    width: 40%;
    margin: auto;
    border: none;
    border-radius: 0;
    padding: 1em;
    letter-spacing: 0.2em;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    color: white;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.3);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.3);
}

.paper .btn-primary {
    background-color: #601414;
}

.paper .btn-default {
    background-color: #3b0000;
    color: #da6666;
    font-weight: 700;
}

.paper.modal .label {
    width: 33%;
    padding-right: 1em;
    font-size: 1em;
}

.paper .modal-body {
    padding: 3em;
    color: white;
    font-size: 1.5em;
    text-align: left;
}

.paper .modal-dialog label {
    font-size: 1em;
}

/*END MODAL STYLING*/

/*.input-sm {
    height: 1em;
    padding: 0px;
    line-height:0.9em;
    height:100%;
    padding-left: 0.5em;
}

.label {
    float:left;
    padding: 0px;
    font-weight:200;
    font-size: 1.2em;
    margin: 1.5em 0px 0em 0px;
    width: 43%;
    line-height: 0.8em;
    color: #c4c4c4;
    font-style: italic; 
    text-align: right;
}*/

/*OVERRIDING BROWSER DEFAULTS*/
.form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    /*END OF OVERRIDING BROWSER DEFAULTS*/


    .form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .input-group-addon {
        background-color: #444;
        color: white;
        /*color:#ff9488;*/
        border: none;
    }

.login span#Password-error, .login span#Username-error {
    display: none;
}

.login .glyphicon {
    margin-left: -2em;
    padding-right: 0.7em;
    color: grey;
    -webkit-filter: drop-shadow(-3px 1px 1px rgba(0,0,0,.2));
    -moz-filter: drop-shadow(-3px 1px 1px rgba(0,0,0,.2));
    -ms-filter: drop-shadow(-3px 1px 1px rgba(0,0,0,.2));
    -o-filter: drop-shadow(-3px 1px 1px rgba(0,0,0,.2));
    filter: drop-shadow(-3px 1px 1px rgba(0,0,0,.2));
}

#Status {
    top: 0;
    position: absolute;
}

#studiesPartial {
    /*height: 90vh;*/
    overflow-y: auto;
    width: 100vw;
    /*overflow-x: auto;*/
    bottom: 0;
    display: none;
    /*left:8vw;*/
    /*-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;*/
}

#no-search-access-mode + div #studiesPartial {
    /*margin-top:4vh;*/
    /*position:fixed;*/
    /*height: 94vh;*/
}

#no-search-access-mode + div #chooseColumns {
    display: none;
}

#studiesPartial.long {
    /*height:91vh;*/
}


.trans {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wholePage .no-transition, #wholePage.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#searchFields {
    margin: 1em;
    /*padding-top:1em;*/
    /*height:76vh;*/
    display: none;
}

    /*#searchFields.collapse {
    display:block;
}*/

    #searchFields .glyphicon-remove {
        color: #d74545;
    }

.col-sm-1 {
    padding-right: 0px;
    padding-left: 0px;
}

#wholePage {
    position: relative;
    top: 0;
    /*-webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 1s ease;*/
    margin: auto;
}

    #wholePage.slideUp {
        position: relative;
        /*top: -50vh;*/
    }

/*TBD -Matina, temporal styling*/

.footable .pagination > li > a, .footable .pagination > li > span {
    background-color: #808080 !important;
    color: #ffffff !important;
}

.footable .pagination > .active > a {
    background: #555 !important;
    border-color: #fff;
}

.progress-bar-gray {
    background-color: gray !important;
}

@media only screen and (min-width: 769px) {
    #verticalNav ~ #studiesPartial {
        width: 92vw;
        /*left:inherit;*/
    }

    #no-search-access-mode + #wholePage #studiesPartial {
        width: 100vw;
    }
    /*.centeredContainer {
      width:60%;
      height:60%;
      max-width:40em;
      max-height:60em;
    }*/
    .fullPage {
        padding: 5em;
    }

    #imgLogo {
        margin-bottom: 0em;
    }
}

@media only screen and (min-width: 1624px) {
    /*.login input {
        min-width: 20%;
    }*/
    .loader {
        top: 40%;
        left: 40%;
    }

    #loader-message {
        bottom: 37%;
    }
}



@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    body {
        font-size: 12px;
    }

    #studiesPartial {
        /*height: 42vh;*/
    }

        #studiesPartial.long {
            /*height:90vh;*/
        }

    #wholePage.slideUp {
        /*top: -50vh;*/
    }

    #studiesPartial.short {
        height: 45vh;
    }
}
/*@media only screen and (min-device-width: 0px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {*/
@media only screen and (min-device-width: 0px) and (max-device-width: 480px) {
    body {
        font-size: 8px;
    }

    #studiesPartial {
        position: static;
        height: 100vh;
        /*padding-top:6em;*/
        /*padding-top: 20px;*/
    }

    #searchFields {
        width: 85%;
        margin: auto;
        margin-top: 3.5vh;
        /*margin-top: 7vh;*/
        /*padding-bottom:15vh;*/
        /*margin-top: 11%;*/
    }

    .label.col-sm-1 {
        display: none;
    }

    /*.col-sm-1 {
        margin: 0.5em;
    }*/

    #wholePage.slideUp {
        top: 0vh;
    }

    #searchFields.collapse.slideUp {
        display: none;
    }
    /*#searchFields {
        margin-bottom: 10em;
        margin-top: 5em;
    }*/
    #studiesPartial.short {
        height: 45vh;
    }

    #back + .navbar a.navbar-brand {
        text-align: center;
        width: 90%;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    .navbar.navbar-fixed-top, .nav.navbar-nav > li, .navbar-default .navbar-nav > .active > a {
        /*background-color:rgb(15,15,15);*/
    }
}



.expandImage {
    width: 25px;
    height: 25px;
}

body {
    font-size: 0.8em;
    /*overflow-y: scroll;*/
    /*display:none;*/
}

.paper-bg {
    background-color: transparent;
    overflow: visible;
    padding: 2%;
}

/*.search-inputs > .paper-bg {
    overflow:visible;
}*/


.input-calendar {
    display: flex;
    align-items: center;
    background-color: #444;
    border-radius: 4px;
    overflow: hidden;
}

    .input-calendar input.form-control {
        border: none;
        flex: 1;
        height: 20px;
        font-size: 14px;
        padding: 4px 10px;
        background-color: #444;
        color: white;
    }

    .input-calendar .input-group-addon {
        background: #444;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        cursor: pointer;
    }

    .input-calendar .glyphicon-calendar {
        font-size: 14px;
        color: white;
    }

.whole {
    width: 100%;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:active {
    background-color: gray;
    color: white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
}

.navbar.navbar-fixed-top {
    width: 100%;
    padding: 0;
    background-color: #282828;
}



.navbar-header a.navbar-brand, .navbar-header a.navbar-brand:visited, .navbar-header a.navbar-brand:hover {
    text-align: left;
    color: white;
    font-size: 1.1em;
    line-height: 1.5em;
}

.navbar-header a.navbar-brand {
    color: transparent;
}

.navbar-header .glyphicon {
    top: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default {
    background-color: transparent;
    border-color: transparent;
    overflow: hidden;
}

.navbar-toggle {
    position: fixed;
    top: 3px;
    right: 9px;
}

.nav.navbar-right {
    /*background-color:#282828;*/
    position: fixed;
    right: 1vw;
    margin-right: 15px;
}

.collapse.in ul.nav.navbar-right, .collapsing ul.nav.navbar-right {
    position: static;
}

.nav > li > a {
    padding: 14px 0.6em;
}

.navbar-nav .glyphicon {
    display: none;
}

.navbar-default .navbar-nav > li > a {
    color: #bbb;
}

.collapse.navbar-collapse, .navbar.navbar-fixed-top, nav.navbar.navbar-default {
    overflow: visible;
}

.title-m, .navbar-fixed-top {
    color: white;
    font-size: 1.2em;
    font-weight: 200;
    margin: 0px;
    letter-spacing: 0.2em;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #444;
    color: #eee;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #bbb;
    font-size: 0.7em;
}

a#navLogout1:hover, a#navLogout1:active {
    background-color: transparent;
    color: white;
}

.no-search .navbar-nav li {
    background-color: transparent;
}

.navbar.navbar-fixed-top.no-search {
    left: 0;
    margin: 0;
    /*min-height:62px;*/
    height: 5vh;
}

.navbar-default .navbar-toggle {
    background-color: inherit;
    border-color: transparent;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }


/*
.nav-vertical {
    min-width: 100vw;
    height: 8em;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    background-color: rgb(15,15,15);
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
}*/
/*
    .nav-vertical ul:first-of-type {
        display: inline-block;
        width: 30vw;
    }

    .nav-vertical li.wrapper {
        word-wrap: break-word;
        height: 8em;
        width: 15em;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        padding: 1em;
    }

    .nav-vertical ul.scroll-x {
        display: inline-block;
        overflow-x: auto;
        width: 60vw;
        margin-left: 25px;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .nav-vertical span.table-cell {
        display: table-cell;
    }

    .nav-vertical li .inner {
        position: relative;
        letter-spacing: 0.2em;
        color: white;
        max-width: 10vw;
    }*/

.wrapper.active {
    border-top: 4px solid #601414;
    /*background-color: #3d3d3d;
    border-top:1em solid rgb(15,15,15);
    border-bottom: 1em solid rgb(15,15,15);*/
    /*border:1px solid grey;*/
    /*border-radius:5em;*/
    /*padding:1em;*/
    /*color:#da6666;
    text-decoration:underline;*/
}

    .wrapper.active a {
        color: #d74545;
        font-weight: 600;
    }
/*
.nav-vertical li.wrapper {
    list-style-type: none;
}

.nav-vertical #shortcutsNav a.inner {
    word-break: break-word;
}

.nav-vertical li.emphasis {
    background-color: #601414;
    min-width: 15vw;
    min-height: 100%;
}
*/
/*    .nav-vertical li.emphasis:hover {
        filter: brightness(115%);
    }

.nav-vertical .emphasis .glyphicon {
    transform: rotate(90deg);
    color: #d74545;
}

.nav-vertical .table-cell li span.glyphicon {
    font-size: 1.5em;
    color: #741212;
    display: none;
}*/

.emphasis + .wrapper {
    border-right: 1px solid #282828;
}
/*
.nav-vertical .glyphicon {
    -webkit-filter: drop-shadow(3px 1px 1px rgba(0,0,0,.2));
    -moz-filter: drop-shadow(3px 1px 1px rgba(0,0,0,.2));
    -ms-filter: drop-shadow(3px 1px 1px rgba(0,0,0,.2));
    -o-filter: drop-shadow(3px 1px 1px rgba(0,0,0,.2));
    filter: drop-shadow(3px 1px 1px rgba(0,0,0,.2));
    font-size: 2em;
    color: #8f8e8e;
    position: static;
    display: block;
    padding-bottom: 0.2em;
}*/

.pad-bottom {
    padding-bottom: 2.5%;
}

.dropdown {
    /*min-width:15em;*/
    background-color: #282828;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .dropdown .dropdown-menu {
        background-color: #282828;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }


#navSettings + .dropdown-menu {
    position: relative;
}

.dropdown-menu li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #bbb;
    padding: 0.5em 1em 0.5em 1em;
}

#shortcutsBtn + .dropdown-menu {
    background-color: #1b1a1a;
}

/*OVERRIDING OLD CSS*/

.navbar-header a, .nav.navbar-nav a {
    color: #bbb;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.input-sm {
    height: 2em;
    padding: 0px;
    line-height: 0.9em;
    padding-left: 0.5em;
}

.label {
    float: left;
    padding: 0px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    width: 28.5%;
    line-height: 0.8em;
    color: white;
    text-align: right;
}

.paper-bg input, .paper-bg input.form-control, .paper-bg select.form-control, .paper-bg span.input-calendar {
    width: 69%;
    float: right;
}

#mods.paper-bg {
    overflow: auto;
    font-size: 16px;
}

.usetwentyfour.bottom {
    position: fixed;
    /*transform: scale(0.8);*/
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
}

.paper-bg .form-control:hover {
    border: none;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: white;
    border: none;
}


.usetwentyfour.bottom {
    position: absolute;
}



/*.paper-bg .input-dropdown.stat.five-columns:last-of-type {
    width: 80%;
}*/

.glyphicon-remove-circle {
    color: #bbb;
}

.form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    font-size: 1.3em;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}


#searchFields .paper-bg .btn-default:hover {
    filter: brightness(115%);
    font-weight: 500;
}

.paper-bg .btn-default {
    color: #868686;
    background-color: #5c5c5c;
}

    .paper-bg .btn-default:active, .paper-bg .btn-default.active {
        color: white;
        background-color: #595959;
    }

.paper-bg .btn {
    border-radius: 0px;
}

.btn-default:active {
    color: white;
}

#Status {
    top: 35px;
}

#wholePage button {
    outline-color: transparent;
    border: 1px solid transparent;
    z-index: 0;
}

#wholePage .whole button:hover {
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2), inset 0 1px 2px rgba(255,255,255,0.1);
}

#wholePage .form-control:focus {
    border-color: transparent;
    outline: 0;
}

#wholePage select:focus::-ms-value {
    background-color: transparent;
    color: #000;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-padding-start: 0px;
    padding: 0;
}

#ColumnConfigModal .modal-body {
    width: 100%;
    height: 43em;
    overflow: auto;
    display: inline-block;
    padding: 1.5em;
}

#ColumnConfigModal label {
    width: 40%;
    float: left;
    white-space: nowrap;
    margin: 0.3% 4%;
    font-weight: 100;
}

#ColumnConfigModal .checkbox {
    float: left;
    margin-right: 0.3em;
}

#shortcutModalNew.modal, #shortcutModalDeleteConfirmation.modal {
    z-index: 2000;
}



#studiesTable thead th:first-child {
    padding: 5px 12px;
    background: linear-gradient(to bottom, #3b3b3b, #1f1f1f);
    color: #f1f1f1;
    border-right: 1px solid #444;
    border-left: 1px solid #222;
    text-align: center;
    font-weight: 500;
    text-transform: none;
    box-shadow: inset 1px 2px #555;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}


#studiesTable thead {
    position: sticky;
    top: 0;
    z-index: 3;
    background: linear-gradient(to bottom, #4d4d4d);
    color: white;
}

#studiesTable {
    table-layout: inherit;
}


    #studiesTable thead th {
        padding: 6px 27px;
        background: linear-gradient(to bottom, #4d4d4d);
        color: white;
        border-radius: 2px;
        border-right: 1px solid #555;
        text-align: left;
        font-weight: 400;
        letter-spacing: normal;
        font-size: 15px;
        white-space: nowrap;
        font-family: "Segoe UI", sans-serif;
        box-shadow: inset 1px 2px 2px #6a6a6a;
        transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
        position: relative;
        text-transform: none;
        z-index: 5;
    }

.resize-handle:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#studiesTable thead th:hover {
    transform: translateY(2px);
    box-shadow: inset 0 1px 3px #1a1a1a;
}


#studiesTable .col-resizer {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    cursor: col-resize;
    user-select: none;
    z-index: 10;
}

    #studiesTable .col-resizer::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 3px;
        width: 1px;
        background: rgba(255,255,255,0.2);
    }

/* Table reset */
#studiesTable th {
    position: relative;
}

#studiesTable {
    border-collapse: collapse;
}

.navbar-nav {
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
    word-spacing: normal;
    text-transform: none;
}

@media only screen and (min-width: 769px) and (min-device-width: 769px) {
    #ColumnConfigModal .modal-body {
        padding: 3em;
    }

    #ColumnConfigModal label {
        width: 25%;
    }
}

/*END CUSTOM MODAL STYLING*/

#wholePage table.footable > tfoot > tr.footable-paging > td > span.label {
    display: none;
}

table tbody tr {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.whole .btn-group button {
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.4em;
    white-space: normal;
}

.paper-bg .clear-this {
    clear: both;
}

.input-group + .five-columns {
    clear: both;
}


.input-group {
    position: relative;
}

    .input-group .form-control {
        padding-left: 0px;
    }

option {
    background-color: black;
}

.paper-bg .five-columns {
    width: 100%;
    margin: 0% 0%;
    float: left;
}

.paper-bg .input-dropdown {
    width: 100%;
}

.paper-bg .input-group.addon {
    width: 18%;
}

.paper-bg select {
    width: 100%;
    height: 2em;
    font-size: 1em;
    padding-bottom: 0px;
}



.stat .dropdown-menu input {
    width: 20%;
    float: left;
}

.stat .dropdown-menu label {
    float: none;
    color: white;
    font-size: 1em;
    padding: 3px 28px 3px 15px;
}

.stat .dropdown-menu {
    background-color: #5d5a5a;
    overflow-x: hidden;
    padding: 15px 0px;
    width: 210px;
}

.dropdown-menu {
    width: 100%;
    -webkit-box-shadow: -1px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 0px rgba(0,0,0,0.2);
    border: none;
}

.modal-dialog label {
    font-size: 1.5em;
}

tr.series td {
    width: 100%;
    background-color: #333333;
    /*display: inline;*/
}

    tr.series td:hover {
        background-color: #333333;
    }

    tr.series td div {
        display: inline;
        float: left;
    }

.fixed-width-col {
    max-width: 10vw;
    text-overflow: ellipsis;
}

#mods button {
    border-radius: 10px;
    padding: 0.1em 1.10em;
    font-size: 16px;
}

#searchBtn {
    background-color: #424242;
    color: white;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 7px;
    letter-spacing: 0.6px;
}

#clearBtn {
    background-color: #424242;
    color: white;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 7px;
    letter-spacing: 0.6px;
}

#shortcutsBtn {
    background-color: #424242;
    color: white;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 7px;
    letter-spacing: 0.6px;
}

#advancedSearch {
    cursor: pointer;
}

    #advancedSearch:focus {
        filter: brightness(150%);
    }

    #advancedSearch:active {
        filter: brightness(80%);
    }

#noSavedSearchesToEditMsg {
    display: none;
}

#editSavedSearches .glyphicon:hover {
    cursor: pointer;
    color: white;
}

.stat {
    position: relative;
}

/* STATUS BAR COLORS */
.Confirmed {
    background-color: #357896;
}

.Edited {
    background-color: #9e5911;
}

.RptSigned {
    background-color: #146300;
}

.RptCreated {
    background-color: #818d0d;
}

.RptDelivered {
    background-color: #2a3c86;
}

.Reading {
    background-color: #9a413a;
}

.Read {
    background-color: #0b5c79;
}

.STAT {
    background-color: #741f19;
}

.Pending {
    background-color: #777777;
}

.Untouched {
    background-color: #532b5f;
}

.Retrieving {
    background-color: #67231e;
}

.InProgress {
    background-color: #949494;
}

.Unread {
    background-color: #a4710a;
}

.TobeConfirmed {
    background-color: #2a8685;
}

.no-status {
    background-color: #3b3b3b;
    /*background-color:transparent;
    border: 1px solid grey;*/
}
/* END STATUS BAR COLORS*/

/*SPECIAL EFFECTS*/
.transition-block {
    right: 0;
    background-color: grey;
    height: 1px;
    width: 80vw;
    display: inline-block;
}

.growToFullscreen {
    /*position:absolute;*/
    /*width:100vw;*/
    /*left:0;*/
    opacity: 0;
    height: 100vh;
    cursor: wait;
}

#allMod,
#allMod.active {
    color: white !important;
    font-weight: 600;
}
/*.footable > tbody > tr.growToFullScreen:not(.footable-row-detail):hover {
    background-color:transparent;
}*/

/*END SPECIAL EFFECTS*/
.shortcuts {
    margin: 5px;
    font-family: Segoe UI, sans-serif;
    display: flex;
}

#QuickDates {
    width: 200px;
    font-size: 15px;
    margin: 8px;
}

@media only screen and (min-width: 480px ) and (max-width: 768px) {
    body {
        font-size: 1.1em;
        overflow-y: scroll;
    }

    .paper-bg .five-columns {
        width: 45%;
        margin: 0.3%;
    }

    .paper-bg {
        padding: 3%;
    }

    .input-sm {
        margin-top: 1.5em;
    }

    .paper-bg select {
        margin-top: 1.5em;
    }

    .input-group + .five-columns {
        clear: inherit;
    }

    #dpTo + .five-columns {
        clear: both;
    }

    .paper-bg .clear-this {
        clear: inherit;
    }

    .pad-bottom {
        padding-bottom: 6%;
    }

    .input-calendar .input-group-addon {
        font-size: 1.2em;
    }

    .title-m {
        font-size: 1.4em;
    }
    /*.input-calendar .input-group-addon {
        font-size: 1em;
        line-height: 2.1em;
    }*/
    .nav_menu > ul.nav_list {
        display: none;
        position: absolute;
        left: 30px;
        z-index: 999;
        width: fit-content;
        margin: 0;
        padding: 10px;
        list-style: none;
        background: #444;
        font-weight: 700;
        color: white;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #999;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999
    }

    #downloads_list {
        width: 200px !important;
    }

    .nav_menu > ul.nav_list li {
        padding: 10px;
    }

        .nav_menu > ul.nav_list li:hover {
            background: #333;
            color: white;
        }

        .nav_menu > ul.nav_list li:last-child {
            border: none
        }
}

@media only screen and (min-width: 769px) {
    .paper-bg .five-columns {
        width: 100%;
       
    }

    body {
        font-size: 1.1em;
        /*overflow-y: auto;*/
        /*overflow-y: hidden;*/
    }


    /*.paper-bg .input-dropdown.stat.five-columns:last-of-type {
    width: initial;
  }*/
    #verticalNav ~ #searchFields {
        /*width:91vw;*/
        /*float:right;*/
        margin-left: 10.5vw;
    }

    #verticalNav ~ #studiesPartial {
        margin-left: 8vw;
    }
    /*#searchFields .adjustForFixedTable, #studiesPartial .adjustForFixedTable {
      margin-left: 17px;
   }*/
    #searchFields.search-container, .search-container {
        width: 98%;
        padding: 0%;
        margin: 0% 0 0% 0;
    }

    #ColumnConfigModal .modal-body {
        width: 100%;
        height: 32em;
        margin-bottom: 15px;
        display: flex;
        overflow: auto;
        scrollbar-color: gray white;
        scrollbar-width: thin;
    }


    .paper-bg.two-thirds {
        width: 100%;
        margin: 5% 0% 0% 0%;
    }

    .paper-bg.one-third {
        width: 90%;
        margin: 0% 0% 0% 7%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0%;
    }



    .input-calendar .input-group-addon {
        line-height: 2.9em
    }

    .label {
        line-height: 0.8em;
        font-size: 1.3em;
        padding-top: 0;
        width: 37%;
        margin: 0.5em 0 0 0;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        text-align: right;
    }

    .paper-bg input, .paper-bg input.form-control, .paper-bg select.form-control, .paper-bg span.input-calendar {
        width: 60%;
        float: right;
        font-size: 13px;
    }

    .paper-bg {
        padding: 0.5% 2%;
    }


    .title-m, .navbar-fixed-top {
        font-size: 1.5em;
    }

    .search-buttons .whole {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .paper-bg .five-columns {
        margin: 0.2% 0.2%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-size: 1em;
    }

    .nav-vertical + #wholePage .navbar-header {
        width: 88vw;
        float: right;
    }

    .nav-vertical {
        min-width: 8vw;
        height: 100vh;
    }

        .nav-vertical li {
            float: none;
        }

        .nav-vertical ul.scroll-x {
            padding-top: 2em;
            border-top: 1px solid #282828;
            display: block;
            width: 8vw;
            margin: 0;
            overflow-wrap: break-word;
            overflow-x: visible;
            cursor: pointer;
        }

        .nav-vertical li.emphasis {
            min-height: 10vh;
            display: block;
            min-width: 8vw;
        }

        .nav-vertical li.wrapper {
            display: list-item;
            min-width: 8vw;
            width: 8vw;
            height: auto;
            padding: 2em 0.2em;
        }

        .nav-vertical .table-cell li.wrapper {
            padding: 1.2em 0.2em;
        }

        .nav-vertical ul:first-of-type {
            width: 8vw;
        }

    .table-cell li.wrapper a {
        text-align: left;
    }

    .table-cell li.wrapper:last-of-type {
        border-bottom: 1px solid #282828;
        padding-bottom: 3em;
    }

    .nav-vertical .glyphicon {
        font-size: 2.5em;
    }

    .wrapper.active {
        border-right: none;
        border-top: none;
    }

    #mods button {
        border-radius: 10px;
        padding: 0.1em 1.10em;
        font-size: 16px;
    }
    .emphasis + .wrapper {
        border-right: none;
        min-height: 10vh;
    }

    .search-buttons .btn-group {
        margin: 0% 0.3%;
    }

    .search-buttons button {
        height: 2.7em;
        width: 5.5em;
        padding: 5px;
    }
    #mods button {
        width: fit-content;
        margin: 0.3%;
        font-size: 16px;
    }
  
    #studiesPartial {
        /*height: 70vh;*/
    }

    .shortcuts {
        margin: 5px;
        font-family: Segoe UI, sans-serif;
        display: flex;
    }

    #QuickDates {
        width: 200px;
        font-size: 15px;
        margin: 9px 10px 10px 18px;
    }

    #Studydate {
        padding: 0;
        height: 2em;
        width: 90%;
    }

    #studiesPartial {
        overflow-x: scroll !important;
        overflow-y: scroll !important;
        scrollbar-width: auto; /* Firefox wider scrollbar */
    }

        /* --- Chrome, Safari, Edge scrollbar --- */
        #studiesPartial::-webkit-scrollbar {
            -webkit-appearance: none;
            width: 16px;
            height: 16px;
            background-color: white;
        }

        /* Scrollbar thumb */
        #studiesPartial::-webkit-scrollbar-thumb {
            background-color: #787474;
            border-radius: 6px;
            height: 40px;
        }

        /* --- Arrow buttons --- */
        #studiesPartial::-webkit-scrollbar-button:single-button {
            display: block;
            background-color: #ccc; /* arrow button background */
            background-size: 8px;
            background-repeat: no-repeat;
            background-position: center;
        }

            /* Up arrow */
            #studiesPartial::-webkit-scrollbar-button:single-button:vertical:decrement {
                background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="8" width="8" xmlns="http://www.w3.org/2000/svg"><polygon points="4,0 0,4 8,4"/></svg>');
            }

            /* Down arrow */
            #studiesPartial::-webkit-scrollbar-button:single-button:vertical:increment {
                background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="8" width="8" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 8,0 4,4"/></svg>');
            }

            /* Left arrow */
            #studiesPartial::-webkit-scrollbar-button:single-button:horizontal:decrement {
                background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="8" width="8" xmlns="http://www.w3.org/2000/svg"><polygon points="0,4 4,0 4,8"/></svg>');
            }

            /* Right arrow */
            #studiesPartial::-webkit-scrollbar-button:single-button:horizontal:increment {
                background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="8" width="8" xmlns="http://www.w3.org/2000/svg"><polygon points="4,0 8,4 4,8"/></svg>');
            }

    #Sex {
        padding: 0;
        height: 2em;
        width: 61%;
    }

    #GenderWrapper {
        width: 10em; /* or 150px or 30% — set as needed */
    }

    .shortcuts {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
       
    }

        .shortcuts .label {
            width: fit-content;
            font-size: 21px;
            margin-right: 10px;
            font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
            margin-top: 0.2em;
        }

    .input-sm {
        width: 16em;
    }
    .option {
        display: none;
        position: absolute;
        top: 100%;
        left: 6.8%;
        background: #555;
        color: white;
        padding: 15px;
        min-width: 256px;
        max-height: max-content;
        font-size: 15px;
        z-index: 1000;
        text-transform: none;
        list-style: none;
    }
    .nav_menu > ul.nav_list {
        display: none;
        position: absolute;
        left: 30px;
        z-index: 999;
        width: fit-content;
        margin: 0;
        padding: 10px;
        list-style: none;
        background: #444;
        font-weight: 700;
        color: white;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #999;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999
    }

    #downloads_list {
        width: 200px !important;
    }

    .nav_menu > ul.nav_list li {
        padding: 10px;
    }

        .nav_menu > ul.nav_list li:hover {
            background: #333;
            color: white;
        }

        .nav_menu > ul.nav_list li:last-child {
            border: none
        }
}


@media only screen and (min-width: 769px) and (min-device-width: 769px) {
    #verticalNav #wholePage {
        width: 92vw;
    }
    /*#wholePage {
    width:90%; 
  }*/

}

@media only screen and (min-width: 769px) and (min-device-width: 769px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    body {
        /*overflow-y: scroll;*/
    }

    #studiesPartial {
        width: 91vw;
    }
}


@media only screen and (min-width: 1024px) {

    .navbar-nav .glyphicon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        margin-bottom: 5px;
        color: white;
    }

    /* Ensure the navbar header (app title) is centered absolutely */
    .center-navbar-header {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        white-space: nowrap;
        z-index: 1;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .navbar-default .navbar-toggle {
        z-index: 2;
        position: relative;
    }

    /* Optional: make sure left & right align */
    .navbar-left, .navbar-right {
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width: 1600px) {
    body {
        font-size: 1.1em;
    }

    #searchFields.search-container, .search-container {
        width: 98%;
        margin: 0% 0% 0% 0%;
    }

    #ColumnConfigModal .modal-body {
        width: 100%;
        height: auto;
        overflow: auto;
        display: flex;
        padding: 1.5em;
    }

    .paper-bg.two-thirds {
        width: 100%;
        margin: 4.4% 0% 0% 0%;
    }

    .paper-bg select {
        height: 2.2em;
    }

    .paper-bg {
        padding: 0.5% 2%;
    }

    #mods button {
        border-radius: 7px;
        padding: 0.1em 1.10em;
        font-size: 17px;
    }

    .label {
        line-height: 0.8em;
        font-size: 1.4em;
        padding-top: 0;
        width: 34%;
        margin: 0.3em 0 0 0;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        text-align: right;
    }

    .paper-bg input, .paper-bg input.form-control, .paper-bg select.form-control, .paper-bg span.input-calendar {
        width: 63%;
        float: right;
        font-size: 14px;
    }

    .input-sm {
        margin-top: 0.0em;
    }

    .paper-bg.one-third {
        width: 100%;
        margin: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0%;
    }

    .three-button-group button {
        width: 30.8%;
    }

    .label {
        margin: 0.4em 0em 0em 0em;
    }

    .input-calendar .input-group-addon {
        font-size: 1em;
        line-height: 2.5em;
    }

    .paper-bg select {
        padding-top: 0.2em;
        height: inherit;
    }

    .search-buttons button {
        height: 2.7em;
        width: 5.5em;
        padding: 5px;
    }

    .navbar.navbar-fixed-top {
        margin-right: 17px;
    }

    .whole {
        width: 100%;
        margin: 0.1% 0%;
    }

    .title-m {
        font-size: 2em;
        padding-bottom: 0.5em;
    }

    #studiesPartial {
        /*height:45vh;*/
    }

    .paper-bg .five-columns {
        margin: 0.2%;
    }

    .search-inputs {
        padding-bottom: 0%;
    }

    .shortcuts {
        margin: 5px;
        font-family: Segoe UI, sans-serif;
        display: flex;
    }

    #QuickDates {
        width: 200px;
        font-size: 15px;
        margin: 7px 10px 10px 10px;
    }

    #Studydate {
        padding: 0;
        height: 2em;
        width: 79%;
    }

    #Sex {
        padding: 0;
        height: 2em;
        width: 63%;
    }


    #ColumnConfigModal {
        height: auto;
    }

    .shortcuts.label {
        width: fit-content;
        font-size: 23px;
        margin-top: 0.2em;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    }

    .input-sm {
        width: 16em;
    }
    .option {
        display: none;
        position: absolute;
        top: 100%;
        left: 4.8%;
        background: #555;
        color: white;
        padding: 15px;
        min-width: 256px;
        max-height: max-content;
        font-size: 15px;
        z-index: 1000;
        text-transform: none;
        list-style: none;
    }
    .nav_menu > ul.nav_list {
        display: none;
        position: absolute;
        left: 30px;
        z-index: 999;
        width: fit-content;
        margin: 0;
        padding: 10px;
        list-style: none;
        background: #444;
        font-weight:700;
        color: white;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #999;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999
    }

    #downloads_list {
        width: 200px !important;
    }

    .nav_menu > ul.nav_list li {
        padding: 10px;
    }

        .nav_menu > ul.nav_list li:hover {
            background: #333;
            color: white;
        }

        .nav_menu > ul.nav_list li:last-child {
            border: none
        }

}

@media only screen and (min-width: 600px) and (max-width: 1280px) {
    body {
        font-size: 1.1em;
    }
    #searchFields.search-container, .search-container {
        width: 98%;
        margin: 0% 0% 0% 0%;
    }

    #ColumnConfigModal .modal-body {
        width: 100%;
        height: auto;
        overflow: auto;
        display: flex;
        padding: 1.5em;
    }


    .navbar-nav .glyphicon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        margin-bottom: 5px;
        color: white;
    }

    #ColumnConfigModal {
        height: auto;
    }

        #ColumnConfigModal .modal-body {
            width: 100%;
            height: auto;
            overflow: auto;
            display: inline-block;
            padding: 1.5em;
        }
    /* Ensure the navbar header (app title) is centered absolutely */
    .center-navbar-header {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        white-space: nowrap;
        z-index: 1;
    }

    .navbar.navbar-fixed-top {
        width: 100%;
        padding: 3px;
        background-color: #282828;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .navbar-default .navbar-toggle {
        z-index: 2;
        position: relative;
    }

    #searchFields.search-container, .search-container {
        width: 95%;
        margin: 0% auto 0% auto;
    }

    .d-flex {
        flex-direction: column;
    }

    .paper-bg.two-thirds {
        width: 100%;
        margin: 9% 0% 0% 0%;
        display: flex;
    }

    .paper-bg select {
        height: 2.2em;
    }

    #mods button {
        border-radius: 10px;
        padding: 0.1em 0.76em;
        margin: 0.2%;
        font-size: 16px;
    }

    .label {
        font-size: 1.3em;
        padding-top: 0;
        width: 37%;
        margin: 0.3em 0 0 0;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        text-align: right;
    }

    .paper-bg input, .paper-bg input.form-control, .paper-bg select.form-control, .paper-bg span.input-calendar {
        width: 58%;
        margin: 0.3em 0 0 0;
        float: right;
        font-size: 14px;
    }


    .paper-bg.one-third {
        width: 92%;
        margin: 0em 0em 0 7%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0%;
    }

    .label {
        margin: 0.4em 0em 0em 0em;
    }

    .navbar.navbar-fixed-top {
        margin-right: 17px;
    }

    .whole {
        width: 96%;
        margin: 1% 0%;
    }


    #studiesPartial {
        /*height:45vh;*/
    }

    .shortcuts {
        margin: 5px;
        font-family: Segoe UI, sans-serif;
        display: flex;
    }

    #QuickDates {
        width: 150px;
        font-size: 15px;
        margin: 7px 10px 10px 45px;
    }

    .input-calendar {
        width: 53%;
        float: right;
        height: 2.2em;
        background-color: #444;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0.2em;
    }

        .input-calendar input.form-control {
            flex: 1;
            height: 100%;
            font-size: 14px;
            padding: 0 10px;
            background-color: #444;
            color: white;
            border: none;
        }

        .input-calendar .input-group-addon {
            background: #444;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 10px;
            cursor: pointer;
            height: 100%;
        }

        .input-calendar .glyphicon-calendar {
            font-size: 16px;
            color: white;
        }

    #Sex {
        width: 58%;
    }

    #GenderWrapper {
        width: auto;
    }

    .shortcuts {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
    }

        .shortcuts.lable {
            width: fit-content;
            font-size: 26px;
            margin-top: 0.2em;
            font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        }

    .input-sm {
        width: 16em;
    }
    .nav_menu > ul.nav_list {
        display: none;
        position: absolute;
        left: 30px;
        z-index: 999;
        width: fit-content;
        margin: 0;
        padding: 10px;
        list-style: none;
        background: #444;
        font-weight: 700;
        color: white;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #999;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999
    }

    #downloads_list {
        width: 200px !important;
    }

    .nav_menu > ul.nav_list li {
        padding: 10px;
    }

        .nav_menu > ul.nav_list li:hover {
            background: #333;
            color: white;
        }

        .nav_menu > ul.nav_list li:last-child {
            border: none
        }
}


button:focus,
button:active,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}
/* General Panel */
.bootstrap-datetimepicker-widget {
    z-index: 9999 !important;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    border-radius: 6px;
    background-color: #444;
}

    /* Header Title (month/year switch) */
    .bootstrap-datetimepicker-widget .picker-switch {
        font-weight: 600;
        padding: 10px;
    }

    /* DAY VIEW */
    .bootstrap-datetimepicker-widget table td.day {
        text-align: center;
        border-radius: 4px;
    }


    /* SHARED GRID STYLE for Month, Year, Decade */
    .bootstrap-datetimepicker-widget .datepicker-months .month,
    .bootstrap-datetimepicker-widget .datepicker-years .year,
    .bootstrap-datetimepicker-widget .datepicker-decades .decade {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 40px;
        padding: 2px;
        margin: 1px;
        text-align: center;
        border-radius: 4px;
        cursor: default;
    }

    /* Grid layout for months, years, decades */
    .bootstrap-datetimepicker-widget .datepicker-months .datepicker-months,
    .bootstrap-datetimepicker-widget .datepicker-years .datepicker-years,
    .bootstrap-datetimepicker-widget .datepicker-decades .datepicker-decades {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        padding: 4px;
    }

    /* Prevent hover color */
    .bootstrap-datetimepicker-widget .datepicker-months .month:hover,
    .bootstrap-datetimepicker-widget .datepicker-years .year:hover,
    .bootstrap-datetimepicker-widget .datepicker-decades .decade:hover {
        background-color: transparent;
    }

    /* Scroll support if needed */
    .bootstrap-datetimepicker-widget .datepicker-months,
    .bootstrap-datetimepicker-widget .datepicker-years,
    .bootstrap-datetimepicker-widget .datepicker-decades {
        max-height: 240px;
        overflow-y: auto;
    }


#contextMenu {
    position: relative;
    display: none;
    position: absolute;
    background: #555;
    font-size: 17px;
    color: white;
    border: 1px solid #555;
    z-index: 2000;
}

.menu-item button {
    background-color: #444;
    width: 5em;
}

.menu-item:hover {
    background-color: #808080;
}
#studiesSummary {
    position: relative;
    margin-left: 10px;
    color: white;
    font-size: 16px;
    z-index: 999;
}
.nav_menu > ul.nav_list {
    display: none;
    position: absolute;
    left: 30px;
    z-index: 999;
    width: fit-content;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #444;
    font-weight: 700;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999
}

#downloads_list {
    width: 200px !important;
}

.nav_menu > ul.nav_list li {
    padding: 10px;
}

    .nav_menu > ul.nav_list li:hover {
        background: #333;
        color: white;
    }

    .nav_menu > ul.nav_list li:last-child {
        border: none
    }





/* Dropdown container */
.option {
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

/* Unordered list */
#shorcutsNav {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* List items */
#shorcutsNav li {
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Hover effect – same dark combo you wanted */
#shorcutsNav li:hover {
    background: #444;
    color: white;
}

/* Link inside the li */
#shorcutsNav li a.inner {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}

/* Optional: highlight custom saved searches differently */
.customSavedSearch {
    color: #555;
}