﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

    a:hover {
        color: #3399f3;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.button {
    padding: 4px;
    background: #80B34D;
    border: 1px solid #80B34D;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
    text-decoration: none;
    color: white;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.dropdown-menu {
    white-space: nowrap;
}

    .dropdown-menu > .nav-link {
        padding: 3px 20px 3px 20px;
    }

        .dropdown-menu > .nav-link:hover {
            background-color: #003366;
            color: #f8f9fa !important;
        }

.gridHeader[role="columnheader"] {
    font-weight: bold !important;
    font-size: 16px !important;
    background-color: #003366;
    color: white;
    font-family: -sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


.gridHeaderSmall[role="columnheader"] {
    font-weight: bold !important;
    font-size: 12px !important;
    background-color: #003366;
    color: white;
    font-family: -sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.bg-info {
    background-color: #80B34D !important;
}

.pageheader {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: inherit;
    color: #1675BA;
    border: 0;
    padding-left: 20px;
}

.pagesubheadertop {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: inherit;
    color: #1675BA;
    border: 0;
}

.pagesubheader {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 4px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: inherit;
    color: #1675BA;
    border: 0;
}

/*.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}*/


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #f9fcff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    padding: 10px 0px 10px 0px;
}

.for-checkbox {
    padding-left: 10px;
}

/* Dashboard boxes
----------------------------------------------------------*/

.DashboardBox {
    border: 1px solid #989898;
    /*border: 2px solid #D8D8D8;*/
    padding: 8px 8px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -moz-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    width: 400px;
    margin: 10px;
    padding: 15px;
}

.DashboardBoxHeader {
    border-width: 1px;
    border-color: #0A75BC;
    height: 16px;
    margin-left: 2px;
    font-size: 1.3em;
    color: #0A75BC;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
}

.DashboardBoxContent {
    padding-top: 18px;
    color: #363636;
    line-height: 1.6em;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    margin-top: 10px;
}



/* Letter Repeater Grid
----------------------------------------------------------*/

.Lettertablerepgrid {
    border-width: 1px 0px 0px 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #E0E1E0;
    border-collapse: separate;
    background-color: white;
}

    .Lettertablerepgrid th {
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #E0E1E0;
        padding: 3px;
        background-color: white;
    }

.Lettertablerepgridthtd {
    height: 18px;
    background-color: #E0E1E0;
    padding: 3px;
    color: black;
    font-size: 12px;
    font-weight: bold
}

.Lettertablerepgridtd {
    border-width: 0 1px 1px 0;
    padding: 3px;
    border-style: solid;
    border-color: #E0E1E0;
    background-color: white;
    height: 18px;
}

    .Lettertablerepgridtd .hyperlinks {
        color: black;
        text-decoration: underline;
        cursor: pointer;
    }



/* Spinners
----------------------------------------------------------*/

/* Absolute Center Spinner */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/* Validation
----------------------------------------------------------*/

label.error {
    color: red;
    font-weight: bold;
}

.text-danger {
    color: red;
    font-weight: bold;
}

label.required:after {
    content: " *";
    color: red;
}


/* Mobile Friendly
----------------------------------------------------------*/

@media (max-width: 600px) {
    .HideSmall {
        display: none;
    }
}

@media (min-width: 600px) {
    .MarginForm {
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (max-width: 601px) {
    .MarginForm {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 1000px) {
    .HideMedium {
        display: none;
    }
}

/* Card Deck
-------------------------------------------------------*/

@media (min-width: 1400px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
        display: flex;
        flex-direction: column;
    }

    .card {
        margin-bottom: 15px !important;
    }
}

.MarginFormSmall {
    margin-left: 1%;
    margin-right: 1%;
}

.sendbutton:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}

.sendbutton:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

ul.navbar-nav li.nav-item > a {
    text-decoration: none;
}

ul.navbar-nav li.nav-item:hover > a {
    text-decoration: none;
}

nav > a {
    text-decoration: none;
}


well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    max-width: 1200px;
    margin: auto;
}

/* Tab Content
----------------------------------------------------------*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #0A75BC;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #dddddd;
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs {
    border-bottom: 1px solid #0A75BC;
}

.tabContent {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    width: 1100px;
}

.tabContent2 {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.tabContentTabs {
    /*border-style: none none solid none;
    border-width: 2px;
    border-color: #0A75BC;
    height: 44px;
    padding-top: 2px;*/
    /* background-color: #F3F4F6; */
}

.tabwrapper {
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #0A75BC;
    float: left;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    width: 100%;
    min-height: 300px;
}

.tabwrappernotabs {
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #0A75BC;
    float: left;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    width: 100%;
    min-height: 300px;
}

.tabContentHeader {
    width: 100%;
    height: 5px;
    padding-top: 4px;
    margin: 2px 0px 10px 4px;
    padding-bottom: 30px;
    padding-right: 10px;
}


.tabContentHeaderNoBorder {
    width: 930px;
    height: 15px;
    padding-top: 0px;
    margin: 2px 0px 0px 4px;
    background-color: #FFFFFF;
}

.tabContentTitle {
    float: left;
    padding-left: 2px;
    padding-top: 10px;
}

.tabContentButtons {
    float: right;
    padding-right: 5px;
    padding-top: 5px;
    height: 20px;
}

.tabContentMain {
    width: 100%;
    float: left;
    min-height: 300px;
    padding: 2px;
}

.tabContentData {
    padding: 10px;
}

.tabControl {
    margin: 2px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
    height: 15px;
    white-space: nowrap;
}

.CSSTab {
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    padding: 4px 5px 5px 5px;
    line-height: 4px;
    text-decoration: none;
    padding-top: 8px;
}

    .CSSTab :hover {
        color: #0A75BC;
    }

    .CSSTab span {
        display: -moz-inline-box;
        display: inline-block;
        padding: 4px 10px 8px 10px;
        /*font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        height: 12px;
        margin-top: 2px;*/
    }

        .CSSTab span :hover {
            color: #0A75BC;
        }

.tabactive {
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #0A75BC;
    /*background-color: #0A75BC;*/
    background-color: #ffffff;
    color: #0A75BC;
    margin-right: -4px;
}

.tabinactive {
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #C0C0C0;
    background-color: #F1F2F4;
    margin-right: -4px;
}

.tabactive span:hover {
    color: #FFFFFF;
}


.tabinactive span:hover {
    color: #0A75BC;
}

.tabdisable {
    cursor: default;
}

    .tabdisable span {
        color: #999999;
    }

        .tabdisable span:hover {
            color: #999999;
        }

.tabLink {
    text-decoration: none !important;
}

/* Bootstrap */

.form-group {
    width: 100%;
}

/* Rows
----------------------------------------------------------*/

.form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

    .row .searchRow {
        padding-left: 15px;
        padding-right: 15px;
    }


/* Tables
----------------------------------------------------------*/

.table > thead {
    border-bottom: 2px solid #ddd;
}

    .table > thead > tr > th {
        vertical-align: bottom;
        border: none;
        padding: 0px 8px 0px 8px;
    }


/* Check Box List
----------------------------------------------------------*/
.CSSListBoxClass label {
    display: inline-block;
    border: 1px solid transparent;
    width: 85%;
    background-color: white;
    margin: 0px 2px 2px 0px;
}

.CSSListBoxClass input {
    position: relative;
    vertical-align: middle;
    bottom: 3px;
    margin-right: 10px;
}

.CSSListBoxClass {
    border: 1px solid #ebebeb;
    Padding: 2px 0px 0px 5px;
    background-color: #fcfcfc;
    overflow-y: auto;
}

/* Data Label
----------------------------------------------------------*/
.data-label {
    font-weight: normal;
}

.input-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}


/* FULL CALENDAR
----------------------------------------------------------*/
.calendarEventHoliday,
.fc-agenda .holiday .fc-event-time,
.calendarEventHoliday a {
    background-color: red; /* background color */
    border-color: red; /* border color */
    background: red;
    color: black; /* text color */
}

.calendarEventCanceled,
.fc-agenda .holiday .fc-event-time,
.calendarEventCanceled a {
    background-color: black; /* background color */
    border-color: black; /* border color */
    background: black;
    color: white; /* text color */
}

.calendarEventScheduled,
.fc-agenda .holiday .fc-event-time,
.calendarEventScheduled a {
    background-color: #1675BA; /* background color */
    border-color: #1675BA; /* border color */
    background: #1675BA;
    color: black; /* text color */
}



/* Hours Dashboard
----------------------------------------------------------*/

.divDashboardHdr {
    background-color: #1E76B8;
    color: #fff;
    font-size: medium;
    font-weight: bold;
    color: white;
    padding: 5px 0 5px 5px;
    margin: 0 0 0 0;
}

.divDashboardData {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F5F5F5;
    margin: 0 0 0 0;
}

.divDashboardDataTop {
    padding-top: 10px;
    background-color: #F5F5F5;
    margin: 0 0 0 0;
}

.divDashboardDataBottom {
    padding-bottom: 10px;
    background-color: #F5F5F5;
    margin: 0 0 0 0;
}


/* Validation
----------------------------------------------------------*/

.validation-summary-valid {
    display: none;
}