/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body {
    padding-top: 90px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Signage Portal custom styles
   ========================================================================== */

.dropdown-toggle::after {
    color:#4D5247;
}
.profileImage {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #4d5247;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 0px 0;
    display: inline-block;
    font-weight: bold;
}
.main-nav-icon {
    font-size:1.0em;
    padding-right: 0px;
    padding-left: 10px;
    color: #4d5247;
    cursor:pointer;
}

.sp-nav-link:link { font-size: 1.1em; color: #797979 !important; text-decoration:none; font-weight:normal; cursor:pointer; }
a.sp-nav-link:visited { font-size: 1.1em; color: #797979 !important;text-decoration:none; font-weight:normal; cursor:pointer;}
a.sp-nav-link:hover { font-size: 1.1em; color: #797979 !important;text-decoration:none; font-weight:normal; cursor:pointer;}
a.sp-nav-link:active { font-size: 1.1em; color: #797979 !important;text-decoration:none; font-weight:normal; cursor:pointer;}

:root {
    --primary-color: #302AE6;
    --secondary-color: #536390;
    --font-color1: #4d5247;
    --font-color2: #989898;
    --font-color3: #C0C0C0;
    --card_background: #ffffff;
    --bg-color: #fff;
    --offset-bg-color: #989898;
    --heading-color: #292922;
    --dt-row-bg:#ffffff;
    --dt-row-bg-odd: #ffffff;
    --dt-row-bg-even: #ffffff;
    --qls-header-bg: #eeeeee;
}
[data-theme="dark"] {
    --primary-color: #9A97F3;
    --secondary-color: #818cab;
    --font-color1: #ffffff;
    --font-color2: #e5e4e2;
    --font-color3: #888888;
    --card_background: #494949;
    --bg-color: #393939;
    --offset-bg-color: #ffffff;
    --heading-color: #818cab;
    --dt-row-bg: #454545;
    --dt-row-bg-odd: #424242;
    --dt-row-bg-even: #505050;
    --dt-header-bg: #303030;
    --dt-header-bd: #1F4456;
    --qls-header-bg: #eeeeee;
}
.font-color1 {
    color: var(--font-color1) !important;
}
.font-color2 {
    color: var(--font-color2);
}
.font-color3 {
    color: var(--font-color3);
}
.table-footer1 {
    border-top:1px;
    border-style: solid;
    border-color: var(--font-color1) !important;
}
.content-subheader {
    font-size:1.1em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color:var(--font-color1);
}
.link-color1 a:link {
    color: var(--font-color1);
}
.bg-color {
    background-color: var(--bg-color);
}
.qls-header-bg {
    background-color: var(--qls-header-bg);
}
.navbar-vertical-label {
    font-weight: bold;
}
.dt-div {
    background-color: var(--dt-row-bg);
    padding:5px;
    color:var(--font-color1);
}
table.dataTable tbody tr {
    background-color: var(--dt-row-bg);
    color:var(--font-color1) ;
}
table.dataTable .even td {
    color:var(--font-color1) ;
    background-color: var(--dt-row-bg-odd) ;
}
table.dataTable .odd td {
    color:var(--font-color1) ;
    background-color: var(--dt-row-bg-even) ;
}
table.dataTable th {
    color:var(--font-color1) ;
    background-color: var(--dt-header-bg) ;
    border-bottom-color: var(--dt-header-bd) ;
}
table.dataTable tfoot {
    color:var(--font-color1) ;
    background-color: var(--dt-header-bg) ;
    border-bottom-color: var(--dt-header-bd) ;
}
.dataTables_wrapper .dataTables_paginate {
    color:var(--font-color1) ;
}
.dataTables_processing{
    color:#4d5247;
    background-color: #1F4456;
}
.cleanlink {
    color:var(--font-color1) !important;
}
.offset-bg-color {
    background-color: var(--offset-bg-color);
    opacity:1;
}
.main-nav-icon:hover{
    color: #202020;
}

.btn-success, .btn-success:visited {
    background-color: #7fdb0b;
    border-color: #1F4456;
    font-weight: bold;
    color:#ffffff;
}
.btn-success:active,.btn-success:focus {
    background-color: #1F4456;
    border-color: #1F4456;
    font-weight: bold;
    color:#ffffff;
    outline: none;
    box-shadow: 0 0 0 0rem #8beb1300;
}
.btn-success:hover {
    background-color: #6dbd09 !important;
    border-color: #07b80e !important;
    color:#ffffff;
}

.btn-sp-dkgreen, .btn-sp-dkgreen:visited {
    background-color: #40b30b !important;
    border-color: #6dbd09 !important;
    font-weight: bold;
    color:#ffffff !important;
}
.btn-sp-dkgreen:active,.btn-sp-dkgreen:focus {
    background-color: #6dbd09 !important;
    border-color: #6dbd09 !important;
    font-weight: bold;
    color:#ffffff !important;
    outline: none;
    box-shadow: 0 0 0 0rem #8beb1300;
}
.btn-sp-dkgreen:hover {
    background-color: #6dbd09 !important;
    border-color: #6dbd09 !important;
    color:#ffffff !important;
    box-shadow: #6dbd09 0px 0px 7px;
}
.btn-sp-ltgreen, .btn-sp-ltgreen:visited {
    background-color: #82db12;
    border-color: #4cd40d;
    font-weight: bold;
    color:#ffffff;
}
.btn-sp-ltgreen:active,.btn-sp-ltgreen:focus {
    background-color: #89eb13;
    border-color: #89eb13;
    font-weight: bold;
    color:#ffffff;
    outline: none;
    box-shadow: 0 0 0 0rem #8beb1300;
}
.btn-sp-ltgreen:hover {
    background-color: #1F4456 !important;
    border-color: #1F4456 !important;
    color:#ffffff !important;
    box-shadow: #1F4456 0px 0px 7px;
}

.modal-backdrop {
    z-index:10020;
}
.modal {
    z-index:10021;
}
.no-border {
    box-shadow: none !important;outline: none !important;
}
.select2-selection {
    box-shadow: none !important;outline: none !important;
}
.select2-results {
    border:1px solid #ccc;
}
.sp-field-labelS {
    color: var(--font-color1);
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 8px;
}
.sp-field-labelL {
    color: var(--font-color1);
    font-weight: bold;
    font-size:1.1em;
    font-family: 'Roboto', sans-serif;
}
.sp-field-label-info {
    color: var(--font-color1);
    font-size: .9em;
    margin-top: 9px;
    vertical-align: top;
}
.sp-field-label-info-mod {
    color: var(--font-color1);
    font-size: .9em;
    margin-top: 2px;
    vertical-align: top;
}
.standard-table {
    color: var(--font-color1) !important;
    border-color: #ffffff !important;
}
.sp-card-header {
    background-color: #797979;
    color:#ffffff;
    font-weight: bold;
}
.sp-card-body {
    background-color: #cccccc;
}
.icon_text_sm {
    font-size: .7em;
    font-weight: bold;
    padding-top:.5em;
    padding-bottom: 0em;
    display: block;
    text-decoration:none;
    color: var(--font-color1) !important;
}

.icon_text_sm a:link {
    color: var(--font-color1);
}

.icon_text_sm a:hover {
    color: var(--font-color1);
    text-decoration:none;
    text-shadow: 0 0 2px #999;
}

.icon_text_sm a:active {
    padding-top: 2px;
    font-size: 1.1em;
    color: var(--font-color1);
}
.card_background {
    background-color: var(--card_background);
}
.color_picker_div {
    margin:0px !important;
    padding-left:0px !important;
    padding-right:15px !important;
}
.color_picker_input {
    display:none;
    margin:0px !important;
}
.color_picker_label {
    height: 35px;
    width: 35px;
    padding:0px !important;
    border: 1px solid #4d5247;
    border-radius: 50%;
}
.white_disabled:disabled {
    background: white;
    color: black;
}
.drop_menu_font {
    color:black !important;
}
.cleanlink5:link { text-decoration:none; font-weight:normal; cursor:pointer; }
a.cleanlink5:visited { text-decoration:none; font-weight:normal; cursor:pointer;}
a.cleanlink5:hover { text-decoration:underline; font-weight:normal; cursor:pointer;}
a.cleanlink5:active { text-decoration:none; font-weight:normal; cursor:pointer;}

.darklink5:link { color: #000000 !important;text-decoration:none; font-weight:normal; cursor:pointer; }
a.darklink5:visited { color: #000000 !important;text-decoration:none; font-weight:normal; cursor:pointer;}
a.darklink5:hover { color: #000000 !important;text-decoration:underline; font-weight:normal; cursor:pointer;}
a.darklink5:active { color: #000000 !important;text-decoration:none; font-weight:normal; cursor:pointer;}

a:link {color: var(--font-color1);}
a:hover {color: var(--font-color1);text-decoration:none;text-shadow: 0 0 2px #999;}
a:active {color: var(--font-color1);}
a:visited {color: var(--font-color1);}

a.page-link {
    color: #222222 !important;
}

.thumb_container { position: relative;cursor:pointer; }
.thumb_container img { display: block; }
.thumb_container .thumb_selector { position: absolute; top:10px; left:10px; display:none;font-size: 1.2em;}
.thumb_container:hover .thumb_selector {display:block !important;}

.thumb_selector {color:#c0c0c0;}
.thumb_selector:hover .icon_back {color:#ffffff;}
.thumb_selector:hover .icon_top {color:#c0c0c0;}
td.details-control {
    background: url('img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('img/details_close.png') no-repeat center center;
}
.select2-selection__choice {
    font-size:.7em !important;
}

.profileImageSmall {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #1f4456;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin: 0px 0;
    display: inline-block;
    font-weight: bold;
}
.sp_subheader {
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    margin-bottom: 8px;
}
.sp_page_header {
    background-color: #666666;
    padding:10px;
    display: block;
    margin-bottom:15px;
    margin-top:15px;
}
.sp_page_header span {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
}

.hover-parent .hover-child {
    visibility: hidden;
    line-height: 1em;
}

.hover-parent:hover .hover-child {
    visibility: visible;
}

.font_small {
    font-size: .8em;
}

.font_red {
    color: red !important;
}


/* ==========================================================================
   Primary Nav Tabs
   ========================================================================== */
.page-nav-tabs > li > a{
    background-color: #989898 !important;
    border-style:solid;
    border-width: 0px 0px 0px 2px;
    border-color:#989898;
    border-radius: 0 !important;
    color:#fff;
    font-size:1.2em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 3px;
    margin-right:0px;
    cursor:pointer;
}
.page-nav-tabs > li > a:hover{
    background-color: #797979 !important;
    border-color:#989898;
    color:#fff;
    cursor:pointer
}
.page-nav-tabs > li.active > a{
    background-color: #797979 !important;
    border-color:#1f4456;
    color:#fff;
    cursor:pointer
}
.page-nav-icon {
    font-size:.8em;
    margin-right:2px;
    cursor:pointer;
    display:none !important;
}

.pointer_finger {
    cursor:pointer
}
.initial_hide {
    display: none;
}
.text_right {
    text-align: right;
}
.text-right {
    text-align: right;
}
.red_text_actual {
    color: #ff0000;
}
.font_med {
    font-size: .8em;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   Regular sizes for MQ changes
   ========================================================================== */



.photo_buttons {
    margin-top: 0px;
}
/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* Large Devices, Desktops */
@media only screen and (min-width : 992px) {
    .switch_small_rt_to_lt {
        text-align: left;

    }
    .photo_buttons {
        margin-top: 0px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .switch_small_to_center {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .photo_buttons {
        margin-top: 7px;
    }
    .text-lefttoright-xs {
        text-align: left;
    }
    .data-title {
        font-size:1.3em;
    }
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .text-lefttoright-xs {
        text-align: right;
    }
    .switch_small_rt_to_lt {
        text-align: right;
    }
    .bottom-margin-xs {
        margin-bottom:0px;
    }
    .switch_small_to_center {
        text-align: left;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    table#table_projects th:nth-child(4),th:nth-child(5),th:nth-child(6),th:nth-child(7),th:nth-child(8),th:nth-child(9),th:nth-child(10),th:nth-child(11),th:nth-child(12),th:nth-child(13),th:nth-child(14),th:nth-child(15),th:nth-child(16),th:nth-child(17),th:nth-child(18),th:nth-child(19) {
        display: table-cell;
    }
    table#table_projects td:nth-child(4),td:nth-child(5),td:nth-child(6),td:nth-child(7),td:nth-child(8),td:nth-child(9),td:nth-child(10),td:nth-child(11),td:nth-child(12),td:nth-child(13),td:nth-child(14),td:nth-child(15),td:nth-child(16),td:nth-child(17),td:nth-child(18),td:nth-child(19) {
        display: table-cell;
    }
    .photo_buttons {
        margin-top: 0px;
    }
    .data-title {
        font-size:2em;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}