﻿
.site-header {
    font-weight: bold;
    font-size: x-large;
}

.header-left img {
    height: 75px;
    padding-right: 40px;
}

.header-right img {
    height: 75px;
    width: 75px;
}

.header-center {
    vertical-align: middle;
    padding-top: 15px;
}

.logo img {
    height: 75px;
    width: 150px;
}

.customer-logo {
    height: 75px;
    background-color: transparent;
    padding-top: 3px;
}

.branding {
    font-weight: 600;
    font-size: 20px;
}

.customer-name {
}

#site-header-container {
    text-align: justify;
    background-color: #e6f9ff;
    border: solid 1px;
}

#site-header-inner-container {
    text-align: justify;
    background-color: #e6f9ff;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

    #site-header-inner-container > div {
        display: inline-block;
    }

.header-block {
    vertical-align: middle;
    margin-right: 25px;
}

.button {
    background-color: #00849b;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.error {
    color: red;
    text-align: center;
    font-weight: bold;
}

#divBackgroundStripe {
    background-color: #99e6ff;
    width: 100%;
    height: 150px;
    z-index: -1000;
    position: absolute;
    margin-top: 80px;
}

/* Telerik style overide for windows */

.rwIcon {
    display: none !important;
}

.rwTitleWrapper {
    background-color: #e6f9ff !important;
    font-weight: bold !important;
}

.rwTitle {
    font-weight: bold !important;
}

.RadWindow_Default {
    background-color: #e6f9ff !important;
}


table.dataTable tr.checkin-red td {
    background-color: rgba(255, 0, 0, 0.1);
}

table.dataTable tr.checkin-yellow td {
    background-color: rgba(255, 216, 0, 0.1);
}

table.dataTable tr.checkin-green td {
    background-color: rgba(0, 255, 144, 0.1);
}

select {
    font-size: 10pt;
    font-family: "Seqoe UI", Arial, Helvetica, sans-serif;
    line-height: 14px;
    background-color: transparent;
    background-position: 0 -88px;
    background-image: url(../images/select-backgrounds.png);
    border-radius: 4px;
}

.dataTables_filter input {
    margin: 5px;
}

.dataTables_paginate {
    font-size: 14px;
}

.dataTables_length {
    font-size: 14px;
}

.dataTables_info {
    font-size: 14px;
}

.bottom {
    padding-top: 5px;
}



/*
    Specific styles for the default user page
*/
.MyCurrency {
    text-align: right;
}

.RadInput textarea.riTextBox {
    height: 1.83em;
}

.riSingle.RadInput_Silk textarea.riTextBox {
    height: 28px !important;
}

.RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    border: none !important;
    background: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
}

.riSingle .riTextBox {
    padding-top: 20px !important;
}

.textbox {
    font-family: 'Open Sans', sans-serif !important;
    margin: 7px 0 40px !important;
    /*padding: 25px !important;*/
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    vertical-align: top !important;
    display: inline-block;
    overflow: hidden;
    max-width: 400px;
    min-width: 105px;
    height: 50px !important;
    line-height: 1.15 !important;
    float: left;
}

.textboxmonth, .textboxday {
    font-family: 'Open Sans', sans-serif !important;
    margin: 0px 0 0px !important;
    /*padding: 25px !important;*/
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    vertical-align: top !important;
    display: inline-block;
    overflow: hidden;
    max-width: 60px;
    min-width: 60px;
    height: 50px !important;
    line-height: 1.15 !important;
    float: left;
}

.textboxyear {
    font-family: 'Open Sans', sans-serif !important;
    margin: 0px 0 0px !important;
    /*padding: 25px !important;*/
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    vertical-align: top !important;
    display: inline-block;
    overflow: hidden;
    max-width: 80px;
    min-width: 80px;
    height: 50px !important;
    line-height: 1.15 !important;
    float: left;
}

.labelmonth, .labelday {
    font-family: 'Open Sans', sans-serif !important;
    margin: 0px 0 0px !important;
    /*padding: 25px !important;*/
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 0px solid #e0e0e0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    vertical-align: top !important;
    display: inline-block;
    overflow: hidden;
    max-width: 60px;
    min-width: 60px;
    height: 50px !important;
    line-height: 1.15 !important;
    float: left;
    text-align: center;
}

.labelyear {
    font-family: 'Open Sans', sans-serif !important;
    margin: 0px 0 0px !important;
    /*padding: 25px !important;*/
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 0px solid #e0e0e0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    vertical-align: top !important;
    display: inline-block;
    overflow: hidden;
    max-width: 80px;
    min-width: 80px;
    height: 50px !important;
    line-height: 1.15 !important;
    float: left;
    text-align: center;
}

.label {
    font-family: 'Open Sans', sans-serif !important;
    margin: 0px 0 0px !important;
    /*padding: 25px !important;*/
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 0px solid #e0e0e0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    vertical-align: top !important;
    display: inline-block;
    height: 50px !important;
    line-height: 1.15 !important;
    float: left;
    text-align: center;
}

.shorttextbox {
    font-family: 'Open Sans', sans-serif !important;
    margin: 7px 0 40px !important;
    /*padding: 25px !important;*/
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    vertical-align: top !important;
    display: block;
    overflow: hidden;
    max-width: 400px;
    min-width: 150px;
    height: 50px !important;
    line-height: 1.15 !important;
}

.textbox:focus {
    outline: none;
}

.shorttextbox:focus {
    outline: none;
}

.paymentBtn {
    width: 200px !important;
}

.riSingle .riTextBox, .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"] {
    height: inherit !important;
    padding-top: 10px !important;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 3px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    cursor: pointer;
}

.rlbCheck {
    border-style: solid;
    border-color: Red !important;
}

.modalBackground {
    background-color: #dddddd;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 5px;
    /*width:200px;*/
}

.interviewHeader {
    text-align: center;
    margin: 0 auto;
}

.interviewText {
    text-align: center;
    font-size: 1.5em;
    padding: 50px 0 50px 0;
    font-weight: 100;
}

.interviewTextNotes {
    margin-top: -90px !important;
}

.interview {
    display: block;
    margin: 0 auto;
}

.interviewButton {
    width: 200px !important;
    margin-top: 100px
}

.interviewCheck {
    display: inline-block;
}

.interviewRequired {
    display: none;
    color: red;
}

.hidden {
    display: none;
}

.longBtn {
    width: 250px !important;
}

.inline {
    display: inline-block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: lightgray;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
    display: none;
}

.loading {
    position: fixed;
    top: 40%;
    left: 50%;
}

.spinner {
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #000;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: solid 1px transparent;
    border-radius: .25rem;
}

.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.w100 {
    width: 100%;
}

.w90 {
    width: 90%;
}

.center {
    margin: auto;
}