body, html, #dialogWrapper {
    height: 100%;
}

/* These styles reconcile the issues between Kendo UI and Boostrap. */
*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#dialogWrapper,
.form-control,
.container,
.container-fluid,
.row,
.col-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* End of conflict styles */

.StyledCheckbox .k-checkbox-label:before,
.StyledCheckbox .k-checkbox-label:after,
.StyledCheckbox .k-checkbox:checked + .k-checkbox-label:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #5f8cbf;
}

.StyledCheckbox label {
    padding-top: 3px;
    margin-left: 5px;
}

label {
    font-weight: 700;
}

.main-content {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}

.main-content-table {
    position: relative;
    padding-top: 25px;
}

.table-rso {
    position: relative;
}

    .table-rso thead th:first-child {
        padding-left: 30px;
        border-left: 0;
    }

    .table-rso thead th:last-child {
        padding-right: 30px;
        border-right: 0;
    }

    .table-rso td:first-child {
        padding-left: 30px;
        border-left: 0;
    }

    .table-rso td:last-child {
        padding-right: 30px;
        border-right: 0;
    }

thead {
    background-color: #f0f0f0;
}

.vertical-center {
    display: flex;
    align-items: center;
    line-height: 42px;
    vertical-align: middle;
}

.center {
    line-height: 42px;
    vertical-align: middle;
}

* {
    outline: none;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0 !important;
}

.uppercase-text {
    text-transform: uppercase;
}

select::-ms-expand {
    width: 12px;
    border: none !important;
    background: none !important;
}

select {
    border: none;
    border-radius: 0 !important;
}

.form-control {
    border: 1px solid #5f8cbf !important;
    background-color: white;
    border-radius: 0 !important;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 100;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 100;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.btn-lt-blue.js-combo-active .caret-box,
.btn-lt-blue.js-combo-active .combo-text {
    background-color: #b7c9e9;
}

.btn-lt-blue.js-combo-no-active .combo-text,
.btn-lt-blue .js-combo-no-active .caret-box {
    background-color: #e0e9f2 !important;
}

.btn-combo .btn {
    border: none !important;
    padding: 0 !important;
}

.btn-combo .caret-box {
    float: right;
    padding: 6px 15px 4px 15px;
    box-sizing: border-box;
}

.btn-combo .caret {
    margin-left: 0 !important;
}

.btn-combo .combo-text {
    float: left;
    text-transform: capitalize;
    padding: 0 27px 0 20px;
    line-height: 2.2;
}

    .btn-combo .combo-text span {
        vertical-align: middle;
    }

.btn .caret {
    margin-left: 24px;
}

.btn {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 20px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}

.btn-lt-blue {
    color: #4e4e4f;
    background-color: #e0e9f2;
}


    .btn-lt-blue button:hover .caret-box,
    .btn-lt-blue button:focus .caret-box {
        color: #4e4e4f;
        background-color: #b7c9e9;
    }

    .btn-lt-blue.dropdown-menu,
    .btn-lt-blue .caret-box {
        color: #4e4e4f;
        background-color: #e0e9f2;
    }

.btn-green.dropdown-menu a {
    font-family: Arial, Helvetica, sans-serif;
    color: #4e4e4f;
}

.btn-lt-blue.dropdown-menu a:hover {
    background-color: #b7c9e9;
    background-image: none;
}

.btn-lt-blue .dropdown-top-caret {
    color: #e0e9f2;
}

.btn-green {
    background-color: #7FBC42;
    color: #fff;
}

    .btn-green:hover,
    .btn-green:focus {
        background-color: #66CC33;
    }

    .btn-green.dropdown-menu {
        background-color: #ADC63F;
    }

        .btn-green.dropdown-menu a {
            font-family: Arial, Helvetica, sans-serif;
            color: #fff;
            text-transform: uppercase;
        }

            .btn-green.dropdown-menu a:hover {
                background-color: #669b1d;
                background-image: none;
                color: #fff;
            }

    .btn-green .dropdown-top-caret {
        color: #adc63f;
    }

.btn-blue {
    background-color: #068FBE;
    color: #fff;
}

    .btn-blue:hover, .btn-blue:focus {
        background-color: #47C3D3;
    }

    .btn-blue.dropdown-menu {
        background-color: #47C3D3;
    }

        .btn-blue.dropdown-menu a {
            font-family: Arial, Helvetica, sans-serif;
            color: #fff;
            font-size: inherit;
            text-transform: uppercase;
        }

            .btn-blue.dropdown-menu a:hover {
                background-color: #416c9c;
                background-image: none;
                color: #fff;
            }

.btn-bld-blue {
    background-color: #47C3D3;
    color: #fff;
}

    .btn-bld-blue:hover,
    .btn-bld-blue:focus {
        background-color: #009999;
    }

    .btn-bld-blue.dropdown-menu {
        background-color: #47C3D3;
    }

        .btn-bld-blue.dropdown-menu a {
            font-family: Arial, Helvetica, sans-serif;
            color: #fff;
            font-size: inherit;
            text-transform: uppercase;
        }

            .btn-bld-blue.dropdown-menu a:hover {
                background-color: #66A3CC;
                background-image: none;
                color: #fff;
            }

.btn-link{
    text-decoration: none;
    background-color: transparent;
    color: #5f8cbf;
}

.btn-link:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #5f8cbf;
}

.btn-blue-link {
    background-color: transparent;
    color: #fff;
}

    .btn-blue-link:hover, .btn-blue-link:focus {
        background-color: #47C3D3;
    }

.btn-group .btn {
    padding-right: 15px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-blue .dropdown-top-caret {
    color: #068FBE;
}

.btn-border-orange {
    border-color: #f7901e;
}

.btn-attendee.btn-border-orange .close {
    color: #f7901e;
}

.btn-border-purple {
    border-color: #7f3f98;
}

.btn-attendee.btn-border-purple .close {
    color: #7f3f98;
}

.btn-border-lightblue {
    border-color: #5f8cbf;
}

.btn-attendee.btn-border-lightblue .close {
    color: #5f8cbf;
}

.btn-border-blue {
    border-color: #416c9c;
}

.btn-attendee.btn-border-blue .close {
    color: #416c9c;
}

.btn-border-green {
    border-color: #adc63f;
}

.primary-blue-1 {
    background-color: #009ac7;
}

.primary-blue-2 {
    background-color: #77ccd2;
}

.primary-gray-1 {
    background-color: #717073;
}

.primary-gray-2 {
    background-color: #adafb2;
}

.secondary-green-1 {
    background-color: #adc63f;
}

.secondary-orange-1 {
    background-color: #f7901e;
}

.secondary-purple-1 {
    background-color: #7f3f98;
}

.blues-1 {
    color: #000 !important;
    background-color: #e0e9f2;
}

.blues-2 {
    color: #000 !important;
    background-color: #cee5ff;
}

.blues-3 {
    color: #000 !important;
    background-color: #b7c9e9;
}

.blues-4 {
    background-color: #5f8cbf;
}

.blues-5 {
    background-color: #416c9c;
}

.greens-1 {
    background-color: rgba(173, 198, 63, 0.25);
}

.purples-1 {
    background-color:rgba(127, 63, 152, 0.1) ;
}

.neutral-1 {
    background-color: #000000;
}

.neutral-2 {
    background-color: #333333;
}

.neutral-3 {
    background-color: #41403f;
}

.neutral-4 {
    background-color: #4e4e4f;
}

.neutral-5 {
    background-color: #676767;
}

.neutral-6 {
    background-color: #727273;
}

.neutral-7 {
    background-color: #909090;
}

.neutral-8 {
    color: #000 !important;
    background-color: #c5c5c6;
}

.neutral-9 {
    color: #000 !important;
    background-color: #d4d4d4;
}

.neutral-10 {
    color: #000 !important;
    background-color: #e1e3e5;
}

.neutral-11 {
    color: #000 !important;
    background-color: #f0f1f2;
}

.neutral-12 {
    color: #000 !important;
    background-color: #f6f5f1;
}

.forecolor-red {
    color: red;
}

.forecolor-blue {
    color: blue;
}

.forecolor-yellow {
    color: yellow;
}

.forecolor-green {
    color: green;
}

.dropdown-top-caret {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: transparent;
    top: -7px;
    font-size: 9px;
    right: 15px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #5f8cbf;
}

.dropdown-menu > li > a {
    line-height: 2;
}

.dropdown-menu {
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

.dropdown {
    appearance: menulist !important;
}

#PageBodyID {
    background: white;
}

.RadComboBox {
    margin: 5px 0;
}

.k-i-arrow-60-right,
.k-i-arrow-60-left {
    font-size: 25px;
    color: #416c9c;
}

.k-icon-32 {
    font-size: 32px; /* Sets icon size to 32px */
}

.k-icon-48 {
    font-size: 48px; /* Sets icon size to 48px */
}

.k-icon-64 {
    font-size: 64px; /* Sets icon size to 64px */
}

.mnuBar input {
    border: none;
    margin: 5px 7px;
}

/* The line that separates the action buttons (Submit, Cancel, Close, etc) from the rest of the form. */
hr.action-separator {
    width: 100%;
    color: #d4d4d4;
    height: 1px;
    background-color: #d4d4d4;
}

.menu .k-i-calendar, .menu .k-i-clock {
    margin: 4px auto !important;
}

.k-picker-wrap.k-state-default,
.k-state-default > .k-select {
    border-color: #5f8cbf;
}

.jumpBarSelected {
    font-weight: bold;
    color: #213265;
}

/* make menus show with property spacing */
ul.k-menu .k-item > .k-link {
    padding: 0.1em 1.2em 0.1em;
}
/* removing right border separator between horizontal menus */
ul.k-widget.k-menu-horizontal > .k-item {
    border-right: none;
}

.sm-top-buffer {
    margin-top: 5px;
}

.sm-right-buffer {
    margin-right: 5px;
}

.sm-left-buffer {
    margin-left: 5px;
}

.gridHeight {
    height: 100%;
}

.quickFind {
    width: 250px;
    height: 35px;
}

xml {
    display: none;
}

.standard-badge {
    background-color: white;
    color: black;
    border-radius: 10px !important;
    vertical-align: text-bottom;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.v-align-top {
    vertical-align: top;
}

.v-align-bottom {
    vertical-align: bottom;
}

.lookup-control {
    width: 100%;
}

    .lookup-control div.form-control {
        height: 34px;
        border: solid 1px #337ab7;
        display: table-cell;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.tdAlignTop {
    vertical-align: top;
}

.tdAlignMiddle {
    vertical-align: middle;
}

.tdAlignBottom {
    vertical-align: bottom;
}

.globalTable {
    margin-left: 30px;
}

    .globalTable td {
        padding-bottom: 8px;
    }

    .globalTable .radioTable td {
        padding-bottom: 0;
    }

.cursor-hand {
    cursor: hand;
}

.radGrid {
    font-size: 11px;
}

.tableFixedFull {
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.tableFixedFullBlock {
    display: block;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.tableFixedFullWidth {
    table-layout: fixed;
    width: 100%;
}

.tableStandard {
    width: 100%;
    padding: 0;
    border: none;
}

.tableFull {
    height: 100%;
    width: 100%;
}

.tableFullBlock {
    height: 100%;
    width: 100%;
    display: block;
}

.tableFixed {
    table-layout: fixed;
    width: 100%;
    padding: 0;
    border: none;
}

.tableNoPadNoSpace {
    padding: 0;
    border: 0;
}

.tablePadding0 td {
    padding: 2px;
}

.tablePadding2 td {
    padding: 2px;
}

.tablePadding5 td {
    padding: 5px;
}

.tableSpacing0 {
    border-spacing: 0;
    border-collapse: separate;
}

.tableSpacing2 {
    border-spacing: 2px;
    border-collapse: separate;
}

.tableSpacing5 {
    border-spacing: 5px;
    border-collapse: separate;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.k-grid-header-wrap table thead tr th.k-header:not(a) {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.scrollVertical {
    height: 100%;
    overflow-y: auto;
}

.k-grid-header-wrap table thead tr th.k-header a {
    font-size: 14px;
}

#dialogWrapper {
    height: 100%;
    width: 100%;
}

    #dialogWrapper #headerContainer {
        height: 50px;
        background-color: #068FBE;
        color: white;
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }

    #dialogWrapper #contentContainer {
        position: absolute;
        top: 55px;
        bottom: 55px;
        left: 8px;
        right: 8px;
        margin: 0;
        overflow: auto;
    }


    #dialogWrapper #footerContainer {
        height: 50px;
        text-align: right;
        border-top: solid 1px#5f8cbf;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        background-color: white;
    }

        #dialogWrapper #footerContainer #footerInner {
            position: absolute;
            top: 0;
            bottom: 0;
            height: 30px;
            margin: auto;
            text-align: right;
            width: 100%;
        }

            #dialogWrapper #footerContainer #footerInner button.btn {
                margin-right: 10px;
            }

#dataTable th {
    text-align: left;
    height: 18px;
}

#adiFormSubmit {
    display: none;
    margin: 0;
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
}

.k-grid-content > table > tbody > tr:last-child td {
    border-bottom: 1px solid #ccc;
}

#divPayroll .btn-bld-blue {
    background-color: #ADAFB2;
}

.k-grid-content .k-state-selected {
    background: #068FBE;
}

.k-pager-numbers a.k-link {
    color: #068FBE;
}

.k-state-selected {
    background-color: #068FBE !important;
    border-color: #068FBE !important;
}

a {
    color: #47C3D3;
    text-decoration: none;
}

.k-pager-wrap .k-pager-nav {
    color: #068FBE;
}

.RadGrid_Bootstrap .rgSelectedRow > td {
    background-color: #068FBE !important;
}

.hidden {
    display: none !important;
}

.form-control {
    font-weight: normal;
}

legend {
    border-bottom: 1px solid #e5e5e5;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.k-dropdown-wrap.k-state-default {
    border-color: rgb(95, 140, 191);
}

.subNavWhite:hover {
    text-decoration: underline;
}

.hoverUnderline:hover {
    text-decoration: underline !important;
}

#selectjob .form-control {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 