﻿body {
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    /*color: rgba(0, 0, 0, 0.87);*/
    font-smoothing: antialiased;
    height: 100vh;
}

nav, ::after, ::before {
    box-sizing: content-box !important;
}

.hiddencol {
    display: none;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-inverse {
    background-color: #073756;
    border-color: #073756;
}

.navbar-header img{
    height:50px;
}

.navbar-header img:nth-child(1) {
    display: inline;
}

.navbar-header img:nth-child(2) {
    display: none;
}

nav {
    max-height: 50px;
    padding-left:15px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (max-width: 484px) {
    .navbar-header img:nth-child(1) {
        display: none;
    }

    .navbar-header img:nth-child(2) {
        display: inline;
    }
}

@media screen and (max-width: 330px) {
    .top-nav {
        padding: 0 15px 0 0;
    }

    .pad-left-0 {
        padding-left: 0;
    }
}

@media screen and (max-width: 1140px) and (min-width: 930px) {
    .navbar-header {
        display: inline-block;
        padding: 0;
    }
}

@media screen and (max-width: 768px) and (min-width: 485px) {
    .notifications {
        min-width: 400px;
        top: 56px;
        right: 0;
        left: inherit;
    }

    nav {
        display: inline-block;
    }

    .navbar-header {
        margin-right: 0;
        display: inline;
    }

    .navbar-toggle {
        margin-right: 0;
        margin-top: 8px;
        float: left;
    }
    .top-nav {
        float: right;
        padding: 0;
        font-size: 15px;
    }

    .navbar-header img:nth-child(1) {
        display: inline;
    }

    .navbar-header img:nth-child(2) {
        display: none;
    }

    .pad-left-0 {
        padding-left: 0;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu-padded {
        left: -300px !important;
    }

    .navbar-right {
        margin-right: 0 !important;
    }
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

.menu-title {
    color: darkcyan;
    font-size: 2rem;
    display: inline-block;
    text-align: center;
}

.glyphicon-circle-arrow-right {
    margin-left: 10px;
}


.notification-heading, .notification-footer {
    padding: 2px 10px;
    text-align: center;
}


.dropdown-menu.divider {
    margin: 5px 0;
}

.item-title {
    font-size: 1.3rem;
    color: #000;
}

.notifications a.content {
    text-decoration: none;
    background: #fff;
}

.notification-item {
    padding: 10px;
    margin: 5px;
    background: #d9d9d9;
    border-radius: 4px;
}

.close {
    float: right;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 13.5px;
}

body {
    font-size: 10pt;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding: 0;
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        padding: 10px;
        min-height: 50px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

body {
    /*padding-bottom: 50px !important;*/
    overflow-y: auto !important;
}


.modalPopup .yes {
    background-color: #2FBDF1;
    border: 1px solid #0DA9D0;
}

.modalPopup .no {
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}

#Collapse:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    margin-left: 5px;
    font-size: 12px;
}

#Collapse.collapsed:after {
    content: "\e080";
}


#CollapseProf:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    margin-left: 5px;
    font-size: 12px;
}

#CollapseProf.collapsed:after {
    content: "\e080";
}


.MenuButton {
    line-height: normal !important;
    white-space: normal;
}

/* Fixes tables becoming too wide with very long document names causing dropdowns in the footer to expand too far */
.dataTable > tfoot > tr > td > select {
    max-width: 350px;
}

.top-nav-pad-0 {
    /*padding: 0 !important;*/
}

.status.online:before {
    background-color: #94E185;
    border-color: #78D965;
    box-shadow: 0px 0px 4px 1px #94E185;
}

.status.away:before {
    background-color: #FFC182;
    border-color: #FFB161;
    box-shadow: 0px 0px 4px 1px #FFC182;
}

.status.dnd:before {
    background-color: #C9404D;
    border-color: #C42C3B;
    box-shadow: 0px 0px 4px 1px #C9404D;
}

.status:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    transform: translate(34px, -12px);
}

#dLabel {
    height: 50px;
    max-height: 50px;
}
