@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(roboto-regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto-medium.ttf) format('truetype');
}

html {
    position: relative;
    min-height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

body {
    padding-top: 0;
    font-family: "Roboto", sans-serif;
    letter-spacing: .02em;
}

ul {
    list-style: none;
    padding: 0;
}

#mainMenuDropdown {
    border-top: none;
    margin: 0;
    margin-top: 4px;
    border-radius: 0 0 4px 4px;
    left: unset;
    right: 1px;
}

#mainMenuDropdown li {
    padding-left: 5px;
    padding-right: 5px;
}

#mainMenuButton {
    padding: 0;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.vi-status-block-container {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.vi-status-block {
    display: inline-block;
    text-align: center;
}

.vi-status-value {
    font-size: 3em;
    color: #582c83;
    font-weight: bold;
}

.vi-status-value .percent-sign {
    font-size: .7em;
}

.vi-status-label {
    font-size: 1em;
}

.vi-status-block-container.text-dark .vi-status-value, .vi-status-block-container.text-dark .vi-status-block > a {
    color: var(--dark);
}

.vi-status-block-container.text-secondary .vi-status-value, .vi-status-block-container.text-secondary .vi-status-block > a {
    color: var(--secondary);
}

.vi-status-block-container.text-success .vi-status-value, .vi-status-block-container.text-success .vi-status-block > a {
    color: var(--success);
}

.vi-status-block-container.text-danger .vi-status-value, .vi-status-block-container.text-danger .vi-status-block > a {
    color: var(--danger);
}

.vi-status-block > a .vi-status-label {
    border-bottom-style: inset;
    border-bottom-width: thin;
}

.vi-status-block-container.text-small .vi-status-value {
    font-size: 2em;
}

.vi-status-block-container.text-large .vi-status-value {
    font-size: 3em;
}

.vi-status-block-container.text-large .vi-status-label {
    font-size: 1.2em;
}

div.vi-status-block-container::before, div.vi-status-block-container::after {
    display: none;
}

.navbar.navbar-inverse {
    box-shadow: 0 0 10px #444;
    border-bottom: 4px solid var(--primary);
    padding-bottom: 0;
    font-size: 16px;
    background: #1a1a1a;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-brand {
    margin-top: 3px;
}

/* deprecated from bootstrap 4 */
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* duplicate from styles */
.normal {
    font-weight: normal;
}

.footer {
    padding: 20px 20px 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    box-shadow: 0 20px 18px 15px #000;
}

.table > thead > tr > th {
    border-bottom: 1px;
}

.small-text {
    font-size: 12px;
}

table.dataTable {
    font-size: 12px;
}

table.dataTable thead > tr > th {
    padding-left: 15px !important;
    padding-right: 5px !important;
    line-height: 1em;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    left: 2px !important;
    right: auto !important;
}

.table, .table-responsive {
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

.pointer {
    cursor: pointer;
}

.breadcrumb {
    font-weight: 500;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(237, 237, 237, 1) 100%);
    margin-bottom: 30px;
}

.dataTables_info {
    font-size: 12px;
}

.smallTable {
    font-size: 12px;
}

.jobJacketButton, .xmlButton, .viewButton {
    float: right;
    margin-right: 5px;
}

.white:active, .white:focus, .white:hover {
    background-color: #644383 !important;
    color: #fff !important;
}

.dataTables_filter input {
    height: 25px;
}

.gridDate {
    width: 70px;
}

.noInput {
    background-color: #d5d5d5;
    border: 1px solid #ccc;
}

.activityHours, .activityDate, .activitySpecs {
    border: 1px solid #ddd;
    padding: 3px;
}

.new {
    background-color: #efe !important;
}

.warning {
    background-color: #fcf8e3 !important;
}

.fail {
    background-color: #f2dede !important;
}

.centralButton {
    margin-right: 10px;
}

.bigDownloadButton {
    margin-top: 5px;
}

.smallText {
    font-size: 12px;
}

.proofoutdate {
    width: 36px;
}

.rtp, .expand {
    margin-top: 1px;
    width: 40px;
    height: 30px;
}

.joblink {
    float: right;
    text-decoration: underline;
    color: #fff;
}

.jobno {
    padding: 5px;
    background-color: #767575;
    color: #fff;
    width: 100%;
    display: block;
}

.jobnoIcon {
    float: right;
    color: #fff;
    margin: 1px auto auto 5px;
}

.help-block {
    position: absolute;
    margin-top: 0;
    font-size: 12px;
    font-style: italic;
}

.taskButtons {
    position: absolute;
    bottom: 10px;
    width: 800px;
}

.taskButton.btn-secondary {
    background-color: #fff;
}

.taskButton {
    font-size: 8px;
}

.link {
    text-decoration: underline;
}

.proofOutInput {
    width: 90px;
    font-size: 12px;
    height: 25px;
}

.highcharts-credits {
    display: none;
}

@-moz-document url-prefix() {
    footer {
        box-shadow: 0 20px 13px 14px #000 !important;
    }
}

.status-missingEstTime {
    background-color: #e2e3e5;
}

.breadcrumb {
    border-radius: 0;
}

@media only print {
    .breadcrumb {
        display: none;
    }

    .moveUp {
        margin-top: -50px;
    }

    .footer {
        display: none;
    }
}

.leaflet-control-attribution {
    display: none;
}

.help-block.with-errors {
    color: var(--danger);
}

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("libraries/fa_5.12.0.webfonts/fa-solid-900.eot");
    src: url("libraries/fa_5.12.0.webfonts/fa-solid-900.eot") format("embedded-opentype"),
    url("libraries/fa_5.12.0.webfonts/fa-solid-900.woff2") format("woff2"),
    url("libraries/fa_5.12.0.webfonts/fa-solid-900.woff") format("woff"),
    url("libraries/fa_5.12.0.webfonts/fa-solid-900.ttf") format("truetype"),
    url("libraries/fa_5.12.0.webfonts/fa-solid-900.svg#fontawesomeregular") format("svg");
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: '';
    display: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    font-family: FontAwesome;
    content: '\f338';
}

table.dataTable thead .sorting_asc:after {
    content: '\f15e';
    opacity: 1.0;
}

table.dataTable thead .sorting_desc:after {
    content: '\f881';
    opacity: 1.0;
}

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: unset;
    bottom: 4px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #dcdcdc;
}

.btn-success {
    color: #fff;
}

/*Bootstrap dialog overrides*/
.bootstrap-dialog.type-warning .modal-header {
    background-color: var(--warning);
}

.bootstrap-dialog.type-danger .modal-header {
    background-color: var(--danger);
}

.bootstrap-dialog.type-success .modal-header {
    background-color: var(--success);
}

.bootstrap-dialog.type-info .modal-header {
    background-color: var(--info);
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: var(--primary);
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.modal-dialog {
    max-width: 80%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
    }
}

.bg-light-danger {
    background-color: #f5c6cb;
}

.bg-dark-light {
    background-color: #CFD4D8;
}

.cursor-pointer {
    cursor: pointer;
}

.schedule-default {
    background-color: #f6f6f6;
}

.schedule-scheduled {
    background-color: #d9edf7;
}

.schedule-today {
    background-color: #ebcccc;
}

.impressions-row {
    border-left: 8px solid greenyellow;
}

.phoenix-row {
    border-left: 8px solid darkorange;
}

.vivid-impact-row {
    border-left: 8px solid var(--primary);
}
