.navbar-brand, .navbar-nav>li>a {
    padding-top: 12px;
    color: #c5c5c5;
}
.navbar-nav>li>span{
    color: #c5c5c5;
    padding: 10px 15px;
    line-height: 20px;
}
.navbar-brand:hover {
    color: #fff;
}
.navbar-nav>li>a:hover {
    color: #000;
}
.navbar-nav > li.active > a {
    color: #ffffff;
}
.form-body a, .popover-content a {
    text-decoration: underline;
}
.small-text {
    font-size: 12px;
}
.form-actions a {
    color: #000;
}

#mailing-address label {
    margin-bottom: 15px;
}

.feeds.documents li {
    padding: 10px;
}

.caption .required {
    color: #cb5a5e;
}

.portlet > .portlet-title > .caption > a > i.fa-question-circle {
    font-size: 2rem;
}

.portlet > .portlet-title > .caption > a {
    color: #fff;
}

.popover-content {
    display: none;
}

.popover .popover-content {
    display: block;
}

.popover {
    max-width: 350px;
}

.login .logo {
    color: #fff;
    font-size: 24px;
}

.feeds li .col2.wide-col2 {
    width: 150px;
    margin-left: -150px;
}

.chats .in .datetime {
    float: right;
}

.scroller {
    max-height: 200px;
}
.scroller.scroller-fixed {
    height: 200px;
}

.request-status-portlet-body {
    height: 220px;
}

#budget_categories_table td {
    vertical-align: middle;
}

.additional-portlet-body {
    min-height: 170px;
}

h3.page-title .label {
    margin-left: 15px;
}

.static-info {
    word-wrap: break-word;
}

#reportrange {
    margin-right: 10px;
}
.reportrange-inner {
    padding: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-direction: row;
    -moz-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
}

.reportrange-inner .btn-group {
    max-width: 256px;
}
.page-content .page-title .bootstrap-select.form-control {
    margin-left: 10px;
    width: 240px;
}

#report-refresh, #report-csv {
    margin-left: 10px;
}

.dashboard-calendar {
    position: relative;
    text-align: center;
    height: 34px;
    /*top: 15px;*/
    top: 0;
    /*margin-top: -34px;*/
    margin-top: 0;
    margin-bottom: 15px;
    z-index: 9;

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-direction: row;
    -moz-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.dashboard-calendar a {
    width: 33%;
}

table.table-bordered>tfoot>tr>td {
    border-left: 0;
}

.custom-popover {
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.custom-popover:hover, .custom-popover:focus {
    text-decoration: none;
}
.navbar-toggle {
    border-color: #c5c5c5;
}
.icon-bar {
    background-color: #c5c5c5;
}
.container-fluid {
    background-color: #000;
}
.classic-menu-dropdown {
    position: relative;
}
.classic-menu-dropdown.active {
    background-color: #f04848;
}
.nav-list.in .pull-right {
    float: left !important;
}
.navbar {
    z-index: 10000;
}
.dashboard-calendar {
    z-index: 9993;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}
.admin-logout-li {
    display: none !important;
}

.triangle {
    display: none;
}

.triangle::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;

    border: 10px solid transparent;
    border-top: 10px solid #f04848;
}

.active .triangle {
    display: block;
}
.nav>li {
    height: 51px;
}

.nav>li a {
    height: 100%;
}
@media screen and (max-width: 991px) {
    .page-header.navbar {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        background-color: transparent;
        color: #fff;
        border: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        color: #c5c5c5;
    }
    .dropdown-menu li > a > [class^="icon-"], .dropdown-menu li > a > [class*=" icon-"] {
        color: #c5c5c5;
    }
    .divider {
        display: none;
    }
    .dropdown.open .dropdown-toggle {
        color: #000;
    }
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .w-dmin-logout-desk {
        display: none !important;
    }
    .admin-logout-li {
        display: block !important;
    }
    .reportrange-inner {
        flex-direction: column;
    }
    .reportrange-inner .btn-group {
        max-width: 100%;
        margin-top: 10px;
    }
    .w-report-btn {
        text-align: center;
        margin-top: 10px;
    }
    #reportrange {
        margin-right: 0;
    }
    .triangle {
        display: none !important;
    }
}
.label-all {
    color: black;
}
@media screen and (max-width: 700px) {
   .date-label {
       display: none;
   }
    .navigate-prev,
    .navigate-next{
        max-width: 59px;
    }
    .navigate-cur {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media screen and (max-width: 350px) {
    .dashboard-calendar .fa-calendar{
        display: none;  
    }
}
.inactive {
    opacity: 0.5;
}
.submit-button {
    margin-left: 10px;
}
.page-title .btn.pull-right {
    margin-left: 10px;
}
.page-title form {
    display: inline;
}
@media screen and (max-width: 1500px) {
    .page-title form {
        display: block;
        margin-left: -10px;
    }
    .page-title form .pull-right {
        float: left !important;
        margin: 10px;
    }
}
.table .btn {
    margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
    .table .btn {
        margin: 5px 0;
        padding: 5px 10px;
    }
}
#timecard {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

#timecard table {
    margin: 15px 0;
}

#timecard th, #timecard td {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    text-align: center;
}

#timecard tbody td {
}

#timecard tfoot td {
    padding: 10px 0;
}

#timecard input[type="checkbox"] {
    display: inline;
}

#timecard th {
    background-image: none;
    filter: none;
    background-color: #eee;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
}

.timecard-date {
    background-color: #89C4F4;
    color: #fff;
    font-size: 12px;
}

.timecard-date.weekday {
    background-color: #dfba49;
}

.timecard-day {
    background-color: #4b8df8 !important;
}

.timecard-input {
    border-right: 0;
}

.timecard-input:focus {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}


@media screen and (max-width: 1500px) {
    #timecard.timecard-form .timecard-input {
        padding: 3px 6px;
    }
}

@media screen and (max-width: 1250px) {
    #timecard th, .timecard-date, .time-label {
        font-size: 10px !important;
    }
    .timecard-input {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 1150px) {
    #timecard.timecard-form .timecard-input {
        padding: 1px 2px;
    }
}

@media screen and (max-width: 991px) {
    #timecard.timecard-form .timecard-input {
        padding: 3px 6px;
    }
}

@media screen and (max-width: 750px) {
    #timecard.timecard-form .timecard-input {
        padding: 1px 2px;
    }
}

.timecard-totals {
    vertical-align: middle;
    font-weight: bold;
}

.timecard-totals.overtime {
    color: #cb5a5e;
}

#timecard.timecard-view table {
    margin: 0;
    width: 100%;
}

#timecard.timecard-view tbody td {
}

#timecard.timecard-view tbody td.timecard-totals {
    vertical-align: middle;
}

#timecard.timecard-view .time-block {
    display: inline-block;
}

#timecard.timecard-view .time-block__left {
    border-right: 1px solid #e5e5e5;
}

#timecard.timecard-view .time-label {
    border: 0;
}

#timecard.timecard-view .timecard-value {
    border-bottom: 1px solid #e5e5e5;
}

#timecard.timecard-view .timecard-value, #timecard.timecard-view .timecard-totals {
    font-size: 14px;
}
#timecard.timecard-view th, #timecard.timecard-view .timecard-date, #timecard.timecard-view .time-label {
    font-size: 12px;
}
#timecard.timecard-view .timecard-value {
    padding: 10px 0;
}
#timecard.timecard-view .time-label {
    padding: 5px 0;
}

@media screen and (max-width: 1250px) {
    #timecard.timecard-view th, .timecard-date, .time-label {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 768px) {
    #timecard.timecard-view .timecard-value, #timecard.timecard-view .timecard-totals {
        font-size: 12px !important;
    }
    #timecard.timecard-view th, .timecard-date, .time-label {
        font-size: 10px !important;
    }
    #timecard.timecard-view .timecard-value {
        padding: 6px 0;
    }
    #timecard.timecard-view .time-label {
        padding: 3px 0;
    }
}

.fa-exclamation-circle {
    color: #cb5a5e;
    position: relative;
    top: 1px;
    left: 5px;
}

.time-block {
    width: 50%;
    display: table-cell;
}
.timecard-input__left {
    border-left: 0;
}

.time-label {
    margin-bottom: 0;
    width: 100%;
    border-left: 1px solid #e5e5e5;
    font-size: 12px;
}

.time-label__left {
    border-left: 0;
}

.delete-request-form {
    background-color: #000 !important;
    color: #fff !important;
}

html #toast-container .toast {
    opacity: 1;
    font-size: 18px;
    width: 400px;
    padding: 25px 25px 25px 60px;
}

.budget-managers-label {
    margin-right: 2px;
    margin-bottom: 3px;
    line-height: 2em;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables thead th,
    #no-more-tables thead td,
    #no-more-tables thead tr,
    #no-more-tables tbody th,
    #no-more-tables tbody td,
    #no-more-tables tbody tr{
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    /*#no-more-tables tr { border: 1px solid #ccc; }*/

    #no-more-tables thead td,
    #no-more-tables tbody td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables thead td:before,
    #no-more-tables tbody td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
    #no-more-tables table .btn{
        margin-bottom: 5px;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}