﻿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: 100vh;
    font-family: 'Open Sans', 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;
}
::-webkit-input-placeholder { /* Edge */
    opacity: 0.5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.5;
}

::placeholder {
    opacity: 0.5;
}

#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;
}

.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;
}

.centeredInput.wide {
    max-width: 45em;
}

.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);
}

.centeredContainer.darker {
    background-color: #232323;
}

#imgLogo {
    height: 3.5em;
    width: auto;
    opacity: 0.8;
}

.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;
}

.grayText {
    color:gray;
}

.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: transparent;
        color: white;
        /*color:#ff9488;*/
        border: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

.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;
    position: static;
    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;
    }

    #searchFields .tooltip-inner {
        color: #ff7b7b;
    }

.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: #3d3d3d;
    margin: 2% 2% 4% 2%;
    overflow: visible;
    padding: 2%;
    box-sizing: border-box;
    -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);
}

/*.search-inputs > .paper-bg {
    overflow:visible;
}*/

.input-calendar {
    position: absolute;
}

    .input-calendar .input-group-addon + input.input-sm {
        width: 80%;
    }

.input-group.date .input-group-addon {
    width: 10%;
}

.whole {
    width: 100%;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:active {
    background-color: transparent;
    color: white;
    border-bottom: 3px solid grey;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
}

.navbar.navbar-fixed-top {
    padding: 0.5em 1em 0em 1em;
    background-color: #282828;
}

.navbar-header {
    left: 0px;
    position: relative;
    text-align: left;
}

    .navbar-header a.navbar-brand, .navbar-header a.navbar-brand:visited, .navbar-header a.navbar-brand:hover {
        text-align: left;
        color: white;
        background-color: transparent;
        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;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    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: #282828;
    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;
        font-family: 'Josefin Sans', sans-serif;
        text-transform: uppercase;
        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: 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;
}

.paper-bg input, .paper-bg input.form-control, .paper-bg select.form-control, .paper-bg span.input-calendar {
    width: 52%;
    float: right;
}

#mods.paper-bg {
    overflow: auto;
}

.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 */
}

.form-control:hover {
    border-bottom: 1px solid #eee;
}

.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: #bbb;
}


.usetwentyfour.bottom {
    position: absolute;
}

.input-calendar .input-group-addon {
    width: 10%;
    padding: 0px;
    font-size: 1.1em;
    line-height: 2.7em;
    color: #c4c4c4;
    float: right;
    border-radius: 0px;
    padding-right: 1em;
    margin-right: -1em;
    margin-top:-1.1em;
}

.search-inputs {
    padding-top: 3em;
    padding-bottom: 1em;
}

/*.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 {
    /*text-decoration:line-through;*/
    filter: brightness(90%);
    color: #ccc;
    background-color: #5f5f5f;
    border: none;
    -webkit-box-shadow: inset -1px 2px 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset -1px 2px 3px 1px rgba(0,0,0,0.1);
    box-shadow: inset -1px 2px 3px 1px rgba(0,0,0,0.1);
}

    .paper-bg .btn-default:active, .paper-bg .btn-default.active {
        color: white;
        text-decoration: none;
        background-color: #8f8e8e;
        border-color: #8f8e8e;
        filter: brightness(100%);
        -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.1);
        box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.1);
    }

.paper-bg .btn {
    border-radius: 0px;
}

.btn-default:active {
    filter: brightness(90%);
    -webkit-box-shadow: -1px 2px 3px 0px rgba(255,255,255,0.1);
    -moz-box-shadow: -1px 2px 3px 0px rgba(255,255,255,0.1);
    box-shadow: -1px 2px 3px 0px rgba(255,255,255,0.1);
    color: white;
}

#modsSearch .btn-default:focus, .btn-default.focus {
    color: white;
}

#Status {
    top: 35px;
}
/*#searchFields {
    padding-top:5em;
}*/

/*END OF OVERRIDING OLD CSS*/

/*OVERRIDING BROWSER DEFAULTS*/

#wholePage button {
    outline-color: rgba(255,255,255,0);
    z-index: 0;
}

#wholePage .whole button:hover {
    background-color: #6d1515;
    color: white;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.4);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.4);
}

/*#wholePage #mods button {
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.1);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.1)
}

#wholePage #mods button:hover {
    -webkit-box-shadow: -1px 2px 3px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 2px 3px 3px rgba(0,0,0,0.1);
    box-shadow: -1px 2px 3px 3px rgba(0,0,0,0.1);
}*/

#wholePage .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(98, 196, 98, 0);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(98, 196, 98, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(98, 196, 98, 0);
}

#wholePage select:focus::-ms-value {
    background-color: white;
    color: #000;
}
/*#studiesPartial::-webkit-scrollbar   {  
    position: fixed;
    background-color:blue;
    bottom:0;
}*/

/*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #3d3d3d;
}

::-webkit-scrollbar
{
	width: 18px;
    min-height:18px;
	background-color: #c4c4c4;
    margin-top:200px;
}

::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #bbb;
}*/

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    padding: 0;
}

/*END OF OVERRIDING BROWSER DEFAULTS*/

/*CUSTOM MODAL STYLING*/

#ColumnConfigModal .modal-body {
    width: 100%;
    height: 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;
}

@media only screen and (min-width: 769px) and (min-device-width: 769px) {
    #ColumnConfigModal .modal-body {
        padding: 2em;
        max-height: 70vh;
        overflow-y: auto;
    }

    #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: 0px;
    -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);
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1.5em;
    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: grey;
}

.paper-bg .five-columns {
    width: 80%;
    margin: 0% 10%;
    float: left;
}

.paper-bg .input-dropdown {
    width: 100%;
}

.search-buttons .btn-group {
    width: 28%;
    margin: 1% 2%;
}

.paper-bg .input-group.addon {
    width: 18%;
}

.paper-bg select {
    width: 100%;
    height: 1.5em;
    font-size: 1em;
    padding-bottom: 0px;
}

.search-buttons button {
    width: 100%;
    height: 4em;
}

.stat .dropdown-menu input {
    width: 20%;
    /* margin: 5px 0px; */
    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: 18vw;
    text-overflow: ellipsis;
}

    .fixed-width-col:hover {
        max-width: none;
    }

#mods button {
    width: 12%;
    margin: 1%;
    float: left;
    padding: 0.55em;
}

#searchBtn {
    background-color: #601414;
}

#clearBtn {
    background-color: #3b0000;
    color: #da6666;
    font-weight: 700;
}

#shortcutsBtn {
    background-color: black;
    color: #b44949;
    font-weight: 700;
}

#advancedSearch {
    cursor: pointer;
}

    #advancedSearch:focus {
        filter: brightness(150%);
    }

    #advancedSearch:active {
        filter: brightness(80%);
    }

#noSavedSearchesToEditMsg {
    display: none;
}

#editSavedSearches .glyphicon:hover {
    cursor: pointer;
    color: white;
}



/* 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;
}

/*.footable > tbody > tr.growToFullScreen:not(.footable-row-detail):hover {
    background-color:transparent;
}*/

/*END SPECIAL EFFECTS*/

@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%;
    }

    .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 {
        margin-top:0;
    }

    .title-m {
        font-size: 1.4em;
    }
    /*.input-calendar .input-group-addon {
        font-size: 1em;
        line-height: 2.1em;
    }*/
}

@media only screen and (min-width: 769px) {
    .paper-bg .five-columns {
        width: 19%;
        min-height: 1px;
    }

    body {
        font-size: 1.1em;
        /*overflow-y: auto;*/
        /*overflow-y: hidden;*/
    }

    .search-inputs {
        padding-top: 1em;
    }
    /*.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: 87%;
        margin: 2% auto 0% auto;
    }

    .paper-bg.two-thirds {
        width: 100%;
        margin: 2% 0%;
        float: left;
    }

    .paper-bg.one-third {
        width: 100%;
        margin: 0% 0% 1% 0%;
        float: left;
    }

    .three-button-group button {
        width: 30.8%;
    }

    .input-calendar .input-group-addon {
        line-height: 1.9em
    }

    .label {
        line-height: 0.7em;
        font-size: 1.3em;
        padding-top: 0;
        margin: 0.5em 0 0 0;
    }

    .paper-bg {
        padding: 1.5% 2%;
    }

    .pad-bottom {
        padding-bottom: 2.5%;
    }

    .navbar.navbar-fixed-top {
        left: 8vw;
    }

    .title-m, .navbar-fixed-top {
        font-size: 1.2em;
    }

    .search-buttons .whole {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .paper-bg .five-columns {
        margin: 0.7% 0.5%;
    }

    .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;
    }

    .table-cell li:hover {
        text-decoration: underline;
        color: #eee;
    }

    .wrapper.active {
        border-right: 4px solid #601414;
        border-top: none;
    }

    .removeSavedSearch li.customSavedSearch:hover {
        background-color: #3b0000;
        text-decoration: none;
    }

    .removeSavedSearch li.customSavedSearch a:hover {
        text-decoration: none;
    }

    .emphasis + .wrapper {
        border-right: none;
        min-height: 10vh;
    }

    .search-buttons .btn-group {
        width: 80%;
        margin: 1% 1.1%;
    }

    #studiesPartial {
        position: fixed;
    }

    #mods button {
        width: 5.2%;
        margin: 0.5%;
    }
    /*#searchFields {
      padding-top: 3em;
  }*/
    #studiesPartial {
        /*height: 70vh;*/
    }
    .input-calendar .input-group-addon {
        font-size: 0.9em;
        margin-top:0;
    }
}

@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: inline-block;
    }

    .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;
    }
}

@media only screen and (min-width: 1600px) {
    body {
        font-size: 1.1em;
    }

    .paper-bg.two-thirds {
        width: 64%;
        margin: 2%;
        float: left;
    }

    .paper-bg select {
        height: 2.2em;
    }

    .paper-bg.one-third {
        width: 28%;
        margin: 2%;
        float: left;
    }

    .input-sm {
        margin-top: 0.8em;
    }

    .three-button-group button {
        width: 30.8%;
    }

    .label {
        margin: 1em 0em 0em 0em;
    }

    .input-calendar .input-group-addon {
        font-size: 1em;
        line-height: 2.5em;
    }

    .paper-bg select {
        padding-top: 1em;
        height: inherit;
    }

    .search-buttons button {
        height: 4em;
    }

    .navbar.navbar-fixed-top {
        margin-right: 17px;
    }

    #mods button {
        width: 21.6%;
        margin: 1.7%;
    }

    .whole {
        width: 96%;
        margin: 0% 2%;
    }

    .title-m {
        font-size: 2em;
        padding-bottom: 0.5em;
    }

    #studiesPartial {
        /*height:45vh;*/
    }

    .paper-bg .five-columns {
        margin: 0.5%;
    }

    .paper-bg {
        padding: 2%;
    }

    .pad-bottom {
        padding-bottom: 3.2%;
    }

    .search-buttons .btn-group {
        width: 95%;
        margin: 1% 2%;
    }

    .search-inputs {
        padding-bottom: 3em;
    }
}

.nav_menu {
    position: relative
}

    .nav_menu > ul.nav_list {
        display: none;
        position: absolute;
        left: 30px;
        z-index: 999;
        width: 425px;
        margin: 0;
        padding: 10px;
        list-style: none;
        background: #282828;
        color: #333;
        -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: #fff;
    }

    .nav_menu > ul.nav_list li:last-child {
        border: none
    }

.navbar-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
}

video {
    width: 100%;
    height: auto;
}

#vid-modal-dialog {
    width: auto;
    max-width: 1200px;
}

#vid-modal-header {
    background-color: #333333;
    border-bottom: none;
}

#video-modal {
    background-color: #282828
}

#modal-delete-text {
    margin-left: 5em;
    margin-top: 1em;
    margin-bottom: 1em;
}