﻿.menuWrapper {
    width: 100%;
    background: white; /*#005879;*/
    color: white; /*#fff;*/
    /*background-image: linear-gradient(0deg, #005879 50%, #197ABF 100%);*/
    /*height: 90px;*/
    /*border-bottom: ridge;
    border-bottom-width: thick;*/
    margin-bottom: 2px;
}
.menuWrapperSmall {
    width: 100%;
    background: white;
    color: white;
    height: 25px;
    /*border-bottom: ridge;
    border-bottom-width: thick;*/
    margin-bottom: 2px;
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.nav-brand {
    float: left;
    margin: 0;
    padding-top: 15px;
    padding-top: 15px;
    padding-left: 15px;
}

    .nav-brand a {
        display: block;
        padding: 11px 11px 11px 20px;
        color: #ffffff;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 22px;
        font-weight: normal;
        line-height: 17px;
        text-decoration: none;
    }

.container body-content {
    border: 1px solid #cdd5dd;
    border-radius: 3px;
    background: #fff;
    border-style: solid;
    display: block;
    margin: 0 auto;
    align-content: center;
    align-items: center;
    padding-top: 10px;
}

.logintext {
    color: #ffffff;
}

.extrasMenuBox {
    border-style: solid;
    border-width: thin;
    border-color: #ffffff;
    /*padding:5px 5px 5px 5px;*/
    justify-content: center;
    display: grid;
    grid-gap: 1px;
    grid-template-columns: repeat(5, 1fr);
}

.extrasMenuBox_image {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

/*.extrasMenuBox_image:hover {
        width: 38px;
        height: 24px;
    }*/

.wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1px;
}

.wrapper_2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    grid-template-columns: 500px auto;
    padding-left: 16%;
}

.wrapper_2colReporting {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-template-columns: 70% auto;
    padding-left: 1%;
}

.wrapper_2colMenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    grid-template-columns: 80% 20%;
}

.toe_mainmenu {
    font-weight:normal;
}

.toe_textbox {
    width: 95%;
}

.toe_button_alert {
    background: #FF0000;
    color: #fff;
    background: -moz-linear-gradient(top, #b4ec51 0%, #429321 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b4ec51 0%,#429321 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b4ec51 0%,#429321 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 120px;
    font-family: Segoe UI;
    border-radius: 5px;
    /*border: none;*/
}

.toe_button_help {
    background: #808080;
    color: #fff;
    width: 40px;
    font-family: Segoe UI;
    border-radius: 5px;
    /*border: none;*/
}

.toe_button_action {
    background: #b4ec51;
    color: #fff;
    background: -moz-linear-gradient(top, #b4ec51 0%, #429321 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b4ec51 0%,#429321 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b4ec51 0%,#429321 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 120px;
    font-family: Segoe UI;
    border-radius: 5px;
    /*border: none;*/
}

.toe_button_action_Fromgrid {
    background: #b4ec51 !important;
    color: #fff !important;
    background: -moz-linear-gradient(top, #b4ec51 0%, #429321 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b4ec51 0%,#429321 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b4ec51 0%,#429321 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100px !important;
    font-family: Segoe UI !important;
    border: none !important;
}

.toe_button_standard_Fromgrid {
    background: #808080 !important;
    color: #fff !important;
    width: 100px !important;
    font-family: Segoe UI !important;
    border: none !important;
}


.toe_button_standard {
    /* background: #808080;*/
    background: #2E3192;
    color: #fff;
    background: -moz-linear-gradient(top, #4b50d1 0%, #2E3192 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4b50d1 0%,#2E3192 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4b50d1 0%,#2E3192 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 120px;
    font-family: Segoe UI;
    border-radius: 5px;
    /*border: none;*/
}

.toe_button_hidden {
    visibility: hidden;
    opacity: 0;
}

.toe_greyBackground {
    background: #8e9eab; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #eef2f3, #8e9eab); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.toe_headerPanels {
    background: #8e9eab; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #5bc0de, #428bca); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #5bc0de, #428bca); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white !important;
    font-weight: bold;
}

.toe_loginLabels {
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 100px;
    font-weight: bold;
}

.toe_form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 100px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: white;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.toe_form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.MVCxGridViewHeader1, .MVCxGridViewHeader1 td {
    border-bottom-width: medium;
    border-top-width: medium;
    /* background-color: #e6f2ff !important;
        color: white;
    font-weight: bold;*/
    /*background-color: #428bca !important;
        background: #8e9eab; 
    background: -webkit-linear-gradient(to left, #eef2f3, #8e9eab); 
    background: linear-gradient(to left, #eef2f3, #8e9eab); */
}

.MVCxGridViewFocusedRow1 {
    /*background-color: #ccefff !important;*/
    background-color: #b7cdf5 !important;
    color: black !important;
    /*width:100% !important;*/
}
.MVCxGridViewRow1 {   
    color: black !important;
}
.dxeBase_Office365 {
    font-weight: bold !important;
}

.dxgvDataRow_Office365 td.dxgv {
    padding: 2px 2px 2px !important;
    white-space: nowrap !important;
    /*width: 150% !important;*/
}
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvFocusedRow_Office365 a, .dxgvControl_Office365 .dxgvTable_Office365 .dxgvFocusedGroupRow_Office365 a {
    color: #0E79CB;
} 
/*.dxgvFocusedCell_Office365 {
    width: 145% !important;
}*/

/*.dxgvBatchEditCell_Office365 {
    width: 145% !important;
}*/
/*.dxeFocused_Office365 {
    width: 145% !important;
}*/
.dxgvBatchEditCell_Office365 .dxeButtonEditSys {
    width: 145% !important;
}

.dxgvBatchEditCell_Office365 .dxeFocused_Office365 {
    width: 145% !important;
}

/*.td.dxgv.dx-al.dxgvBatchEditCell_Office365.dxgv.dxeFocusedCell_Office365  {
    width: 145% !important;
}*/
/*dxgvBatchEditCell_Office365 dxeButtonEdit_Office365 {
    width: 145% !important;
}
dxgvBatchEditCell_Office365 dxeButtonEdit_Office365 {
    width: 145% !important;
}
.dxeNullText_Office365 {
    width: 100% !important;
}*/
/*.dxeEditArea_Office365 {
    width: 145% !important;
}*/
/*.dxeButtonEditSys {
    width: 100% !important;
}*/
/*.dxeListBoxItemSelected_Office365 {
    width: 100% !important;
}*/
/*.dxvg dx-al {
    width: 100% !important;
}

.dxBCTC {
    width: 100% !important;
}*/
.roundbutton {
    width: 100%;
    height: 100%;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    background-size: contain;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-color: #5bc0de;
    border-radius: 100%;
    font-weight: bold;
}

#nav toe_ul {
    display: none;
}

#nav toe_li:hover > toe_ul {
    display: block;
}

.timeSheetIcon {
    background-color: #0E79CB;
    color: #fff;
    text-align: center;
    padding: 4px;
    font-size: 20px;
    border: none;
    font-weight: bold;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 5px;
    display: block;
    border-radius: 100%;
}

.timeSheetIconConfirmed {
    background-color: #0E79CB;
    color: #FF995A;
    text-align: center;
    padding: 4px;
    font-size: 20px;
    border: none;
    font-weight: bold;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 5px;
    display: block;
    border-radius: 100%;
}

.jobScreenButton {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    background-color: white; /*lightgrey;*/
    width: 100px;
}

.jobScreenButtonimg {
    width: 100px;
    height: 100px;
    background-color: white; /*lightgrey;*/
}

.jobScreenButtonCaption {
    display: block;
    background-color: white; /*lightgrey;*/
    font-weight: bold;
    font-family: Calibri;
    font-size: 14px;
}

.filterCombo {
    width: 100% !important;
}

.boldLabel {
    font-weight: bold;
}

.k-textbox {
    color: #666666 !important;
    font-size: 14px !important;
    font-family: Calibri !important;
}

.valid {
    color: #666666 !important;
    font-size: 14px !important;
    font-family: Calibri !important;
}

.k-numerictextbox {
    color: #666666 !important;
    font-size: 14px !important;
    font-family: Calibri !important;
}

.k-datepicker {
    color: #666666 !important;
    font-size: 14px !important;
    font-family: Calibri !important;
}

.control-label {
    color: #666666 !important;
    font-family: Calibri !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.form-control {
    color: #666666 !important;
    font-size: 14px !important;
    font-family: Calibri !important;
}

.td {
    color: #666666 !important;
    font-size: 14px !important;
    font-family: Calibri !important;
}

.body {
    font: 14px Calibri !important;
}

.h1 {
    margin: 0 0 10px 0 !important;
    padding: 5px !important;
    font-size: 24px !important;
    background-color: #999 !important;
    color: #fff !important;
}

.div.widgetContainer table {
    margin: 10px !important;
}

.div.widgetContainer th {
    padding: 5px;
    border: 1px solid #999;
}

.div.widgetContainer td {
    padding: 5px;
    border: 1px solid #999 !important;
}

.div.widgetContainer th {
    background-color: #0E79CB !important;
    color: white !important;
    font-weight: bold !important;
}

.div.widgetContainer tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.div.widgetContainer td a {
    color: #666 !important;
    text-decoration: underline;
}

.div.widgetContainer td {
    color: #666 !important;
}

.div.widgetContainer tfoot td a {
    color: #666 !important;
}


.toe_dataform {
    background: #fff;
    margin: 5px 0 5px 0;
    /* border-radius */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}