﻿
.header-text {
    text-align: left !important;    
}

.header-text span {
    padding-bottom:4px;
}
.currency-control {
    width:100px !important;
}

.history-block {
    text-align:left;
    padding-bottom:10px;
}

.history-block-employee {
    text-align: left;
    margin-bottom: 20px;
    padding-left:20px;
}

.bold-grid-row {
    font-weight:bold;
}

.grey-text{
    color:#CCCCCC !important;
}

.btn-help a {
    color:#FFFFFF !important;
    text-decoration:underline;
}

.btn-help {
    display:inline-block;
}

.form-control {
    display:inline-block;
    width: 80%;
}

.login__form .form-control {
    width: 100%;
}

.forgot__form .form-control {
    width: 100%;
}


.input-validation-error {
    border-color:#FF2B32 !important;
    outline:0 !important;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,43,5,0.6) !important;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,43,5,.6) !important;
}

.input-validation-error2 {
    border-color: #FF2B32 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,43,5,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,43,5,.6) !important;
}

.input-validation-error:focus {
   border-color:#FF2B32 !important;
    outline:0 !important;
   -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,43,5,0.6) !important;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,43,5,.6) !important;
}

.btn-form:focus {
    color:#000000;
}

.notfound-text {
    font-style:italic;
}

.zoom {
    z-index:1060;
}

.sub-item a {
    color: #262626 !important;
    border-bottom:0 !important;
}

@media (max-width: 749px) {
    .sub-item a {
        color: #FFFFFF !important;
        border-bottom:0 !important;
    }

    .sub-item a:hover {
        color: #262626 !important;
        border-bottom:0 !important;
    }
}

.managing-employer {
    font-size:10px;
    font-size: 1.0rem;
    padding-top:0px;
    vertical-align:top;
    margin-top:0px;
    height:12px;
    text-align:right;
    width:200px;
}

@media (min-width: 565px) {
    .menu--user {
        min-width:180px;
    }
}

@media (min-width: 1170px) {
    .custom-padding {
        padding-left: 50px;
    }
}

.clickable {
    cursor:pointer;
}

.error-text {
    color:#FF2B32;
}

.tooltip-inner a {
    color:#FFFFFF;
    text-decoration:underline;
}

.description table td {
  vertical-align: top;
  padding: 5px 10px;
}

.description table td:first-child {
  text-align: left;
}

.description table td:nth-child(2),
.description table td:nth-child(3) {
  width: 130px;
}

video:hover {
    cursor:pointer;
}

td[role="gridcell"]:active {
  font-weight:bold;
}


@media (min-width: 750px) { 
  .header__username {
    padding-left:15px;
  }
}

.blurb-small {
    font-size:12px !important;
    font-size:1.2rem !important;  
}

#loader
{
    display:none;
    background-image: url('/Images/ajax-loader-small.gif');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10001;
    filter: alpha(opacity=50); /*older IE*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .50; /*older Mozilla*/
    -khtml-opacity: 0.5;   /*older Safari*/
    opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
    background-color:#EAEAEA;
    position:fixed; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%; 
    color:#FFFFFF; 
    text-align:center; 
    vertical-align:middle;
}

#loaderText
{
    display:none;  
    position:relative; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%; 
    color:#FFFFFF; 
    text-align:center; 
    vertical-align:middle;
}

#loaderTextInnerText {
    padding-top:10px;
    width:300px;
    height:100px;
    z-index: 10002;
    filter: alpha(opacity=100); /*older IE*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE */
    -moz-opacity: 1; /*older Mozilla*/
    -khtml-opacity: 1;   /*older Safari*/
    background-color:#FFFFFF;
    color:#526606;
    border: #526606 1px solid;
    position:fixed; 
    top:45%; 
    left:45%; 
}

@media (min-width: 600px) { 
  .login-logo-small {
    display:none;
  }
  .login-logo-large {
    display:block;
  }
}
@media (max-width: 600px) { 
  .login-logo-small {
    display:block;
  }
  .login-logo-large {
    display:none;
  }
}

.caret:before {
  font-size: 14px;
  font-size:1.4rem;
}

.note-item-container {
    border-top: #CCCCCC 1px solid;
    min-height: 50px;
    background-color: #FFFFFF;
}

.note-item-container-alternate {
    background-color: #F5F5F5;
    border-top: #CCCCCC 1px solid !important;
}

.note-outer-container a {
    font-weight:bold;
}

.k-grid-filter.k-state-active {
    background-color:#002fb3;
}

.grid-link {
    font-weight:500;
    text-decoration:underline;
}

.small-number {
    width:80px;
}

#slideshow {   
    position: relative;    
    width:100%;
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right:  0px; 
}

.category-list {
    width:95%;
}

.fortnight-validation-failed {
  background-color: #fbfccb !important;
  border: 0;
  border-bottom: 1px solid #002fb3 !important; }

.fortnight-validation-failed select {
    background-color: #fbfccb !important;
}

.disabled-link {
    color:#CCCCCC !important;
    pointer-events: none !important;
}

.disabled-cell {
    background-color:#FCFCFC !important;
}

.input-group-addon .btn-help {
    color:#000000;
}

.scroll-telerik-container {
    width:100%;
    overflow-x:auto;
    clear:both;
}

.scroll-telerik-container .k-grid {
    min-width:650px;
    width:calc(100% - 2px) !important;
}

.scroll-telerik-container .k-grid tr td{
    background:#FFFFFF;
}

.scroll-telerik-container .k-alt td {
    background-color: #F5F5F5 !important;
}

.top-scroll-wrapper {
    width: 100%;
    overflow-x: scroll;
    height: 20px;
}

.top-scroll-div {
    height: 20px;
    width: 100%;
}

@media (max-width: 750px) {
    .row {
  margin-left: 2px;
  margin-right: 2px; }
}

.feedback-header-message {
    border: 2px solid #E5E2E3;
    background-color: #002fb3;
    display:inline-block;
    vertical-align:top;
}

.feedback-header-message h1 {
    color:#FFFFFF;
    font-size:16px;
    display:inline-block;
    margin-top:10px;
    vertical-align:top;
}

.feedback-header-message i {
    color:#FFFFFF;
    font-size:20px;
    display:inline-block;
    padding-right:20px;
    padding-top:10px
}

.announcement-container {
    font-size: 18px;
    font-size: 1.6rem;
    color: #002fb3;
    padding-top: 8px;
    padding-bottom: 8px;
}

.announcement-link-text {
    font-weight:bold;
}

.announcement-container i {
    font-size:26px;
    font-size:2.6rem;  
    color:#002fb3;
}

.navbar-nav .fa-info-circle {
    font-size:20px;
    font-size:2.0rem;  
}

.employee-document-exists {
    width:36px; 
    color:#002fb3;
    cursor:pointer;
}

.employee-document-exists a {
    color:#002fb3;
}

.span-validation-error {
    border-color:#FF2B32 !important;
    outline:0 !important;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,43,5,0.6) !important;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,43,5,.6) !important;
}

#gridTimesheets th {
    font-weight:bold;
}

#outerClientContainer {
    padding-top:6px;
}

.toggle-expand {
    cursor: pointer;
}

.hidden-text {
    display:none !important;
}

.list-notes-container {
    border-bottom: 1px solid #CCCCCC;
    width: 98%;
}

.k-pager-sizes {
    display:none !important;
}
.app-store-icon img {
    height:45px;
}

.app-store-icon {
    padding-top:80px;
}

.statement-front-warning i {
    color: goldenrod;font-size: 30px;
}

.statement-front-red-box-dollar {
    background-color:#ffffff;
    color:#c00000;
    border-radius: 50%;
    display: inline-block;
    font-size:22px;
    height:30px;
    width:30px;
    padding-left:8px;
    padding-bottom:4px;
    font-weight:bold;
}

.statement-front-white-box-blurb {
    font-weight: bold;
}

.statement-green {
    color: #008000;
}

/*.statement-green-arrow {
    background-color:#008000 !important;
}*/
.statement-green-arrow .pipe {
    background:#008000 !important;    
}

.statement-green-arrow .arrow {
  border-left: 40px solid #008000 !important;   
}


.statement-green-arrow .line {
    background:#008000 !important;
}

.arrow-box-wrapper .start-amount {
    z-index:9999;
}

.green-explain-bar-1:before
 {
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #008000 !important;
}

.statement-front-white-box {
  background-color: #fff;
  color: #c00000;
  padding: 15px;
  border-radius: 20px;
  margin-top: 15px;
  border: 5px solid #c00000;
}

.statement-front-white-box .amount {
  text-align: right;
  font-size: 28px;
}

.statement-front-white-box-dollar {
    background-color:#c00000;
    color:#ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size:22px;
    height:30px;
    width:30px;
    padding-left:8px;
    padding-bottom:4px;
    font-weight:bold;
}

.header-nav-button {
    background-color: #F1F1F1;
    color: #333333;
    border-radius: 4px;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    display: block;
    width: 130px;
    text-align: center;
    height: 34px;
}

.header-nav-button:hover {
    text-decoration: none;
    border: 1px solid #CCCCCC;
}

.header-nav-button-help {
    background-color: #F1F1F1;
    color: #333333;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-weight: bold;
    display: block;
    width: 200px;
    text-align: center;
    height: 36px;
    padding: 5px 5px 5px 5px;
}

.header-nav-button-help:hover {
    text-decoration:none;
     border: 1px solid #CCCCCC;
}

.header-nav-button-page {
    color: #ea2830;
    font-size: 19px;
}

.header-nav-button-circle-boarder {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    height: 13px;
    width: 13px;
    margin-left: -8px;
    display: inline-block;
    position: relative;
    background-color: #FFFFFF;
    margin-bottom:-5px;
}

.header-nav-button-info {
    color: #002fb3;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 1px;
}

.header-nav-button-container {
    display: inline-block;
    padding-left: 0px;
}

.header-nav-button img {
    padding-right: 5px;
    padding-bottom:2px;
}

.header-nav-button-img {
    width:27px;
    margin-top:2px;
}

.header-nav-button-filter {
    /* filter: invert(49%) sepia(49%) saturate(5227%) hue-rotate(166deg) brightness(101%) contrast(101%);*/
}

.header-nav-button img{
    height:24px;
}

@media (max-width: 749px) {
    .header-nav-button {
        display:none;
    }
}
@media (max-width: 1170px) {
    .header-nav-button-container {
        display: none;
    }
}

.readonly-label {
    font-weight: normal;
    vertical-align: middle;
}

.egl-popup-link {
    color: #002fb3 !important;
}

.modal-body .form-control--bank-1 {
    width: 16%;
    text-align: center;
}

.modal-body .form-control--bank-2 {
    width: 22%;
    margin-left: 2%;
    text-align: center;
}

.modal-body .form-control--bank-3 {
    width: 29%;
    margin-left: 2%;
    text-align: center;
}

.modal-body .form-control--bank-4 {
    width: 16%;
    margin-left: 2%;
    text-align: center;
}

.modal-body .form-control-particulars {
    width: 28%;
    padding-left: 2px;
    text-align: center;
}

.currency-control-small {
    max-width:120px;
}

.egl-not-found {
    font-style:italic;
    margin-left:50px;
}

.container-loader-img { 
    filter: alpha(opacity=50); /*older IE*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .50; /*older Mozilla*/
    -khtml-opacity: 0.5; /*older Safari*/
    opacity: 0.5; /*supported by current Mozilla, Safari, and Opera*/
    text-align: center;
    vertical-align: middle;
}

.custom-file-control {
    max-width:333px;
    overflow:hidden;
}

.table-light-opacity {
    opacity:.9;
}

.statement-fields label {
    font-weight: normal;
    color: #595959;
    font-size: 12px;
    display:block;
}

.statement-fields .col-sm-3 {
    padding-left:0px;
}

.not-found-text {
    font-style:italic;
    padding-left:20px;
    font-size:12px;
}

.note-item-container .fa-remove {
    color: #002fb3;
}

.note-display-by {
    font-style: italic;
    font-size:12px;
}

.paycycle-calandar {
    text-align:center;
}

.paycycle-calandar a {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
}

.admin-add-new {
    float:right;
}

.list-notes-container .link {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;  
}

.profile-table td {
    padding-left: 10px;
    padding-right: 10px;
}

.k-edit-form-container .editor-label, .k-edit-label {
    text-align: left !important;
    padding-left: 0px !important;
    width: 16.60% !important;
}

.k-edit-field, .k-edit-form-container .editor-field {
    width: 60% !important;
    float:left !important;
}

.header-pc {
    position: absolute;
    right: 10px;
    top: 5px;
    display:none;
    z-index:500;
}
@media (min-width: 1169px) {
    .header-pc {    
        display: block;
    }
}

.inner-container {
    background-color: #fff;
    width: 95%;
    margin: 20px;
    border: 1px solid #959595;
    border-radius: 4px;
    height: 100%;
    padding: 20px;
    padding-left: 100px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.k-grid th {
    border-width: 0px !important;
    background-color: #eeecec !important;
    font-weight:800 !important;
}

.k-pager-wrap {
    background-color: #eeecec !important;
}

.page-content {
    padding: 0px 30px 30px 30px;
}

.page-header-no-head {
    padding-top:30px;
}


.header-nav {
    background-color: #FFFFFF;
}

.main-container {
    background-color: #f7f7f7;
}

.modal-workforce .k-upload {
    width: 80%;
    max-width: 360px;
    background-color: #ffffff;
    border-color: #eaeaea !important;
    display:inline-block;
}

.k-multiselect-wrap {
    border-color: #eaeaea !important;
}


    .form-display-padding {
        padding-top: 5px;
        font-weight: normal;
    }

.custom-scheduler-A-parent {
    background-color: #CCCCCC !important;
}

#target {
    max-height: 600px;
    max-width: 600px;
}

#AvatarImage {
    max-height: 600px;
    max-width: 600px;
}

#AvatarImageMobile {
    max-height: 300px;
    max-width: 300px;
}

.jcrop-custom-link {
    cursor: pointer;
    color: #002fb3;
    font-size: 16px;
}

.jcrop-custom-link-set {
    cursor: pointer;
    color: #217346;
    font-size: 30px;
}

#avatarExisting .k-upload {
    border: 0 !important;
}

.banner-avatar {
    height: 50px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-top: 1px;
}

.banner-avatar-underlay {
    height: 52px; 
    border-radius: 50%;
    background-color:#CCCCCC;
}

@media (max-width: 1169px) {   

    .banner-avatar {
        margin-top:10px;
        height: 40px;
    }
}

.complete-profile .edit-button {
    color: #959595;
    display: inline-block;
    padding-left: 40px;
}

.complete-profile .edit-button button {
    background-color: transparent;
    border: 0;
    display: inline-block
}

.complete-profile .edit-button button span {
    font-size: 0.875rem;
    margin-left: 0.25rem;
    display: inline-block;
}

.complete-profile .edit-button button span.icon {
    margin-top: 4px;
    padding-top: 0;
    margin-left: 0;
    font-size: 1.125rem;
    float: left;
    display: block;
}

.edit-span-remove {
    margin-top: 6px;
}

.banner-avatar-jobseeker {
    height: 124px;
    border-radius: 50%;
}

.profile-text {
    height: 100%;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-color: Transparent;
    box-shadow: none;
}


.modal .profile-meta {
    background-color: white;
    border: 1px solid #959595;
    border-radius: 4px;
    text-align: center;
    padding: 1.875rem;
}

.modal .video-url .heading { 
    font-weight: bold;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

.modal .video-url .url {
    border: 1px solid #959595;
}

.modal .visible-profile {
    color: #000;
    font-weight: bold;
    text-align: right;
    margin-bottom: 1.25rem;
}

.modal .form-horizontal-profile label {
    text-align: right;
    width: 120px;
    max-width: 120px;
    margin-right: 0.9375rem;
}

.modal .form-horizontal-profile label,
.modal .form-horizontal-profile .form-control {
    display: inline-block;
}

.modal .form-horizontal-profile select.form-control,
.modal .form-horizontal-profile input.form-control {
    max-width: 100%;
    width: calc(100% - 170px);
}

.modal .personal-summary {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.modal .personal-summary .heading {   
    font-weight: 700;
}

.modal .personal-summary .content {
    margin-top: 0.9375rem;
    padding: 0.9375rem 1.25rem;
    background-color: #fff;
    border: 1px solid #959595;
    border-radius: 4px;
    color: black;
}

.modal .checkbox-term {
    margin-top: 1.25rem;
    display: inline-block;
}

.modal .btn-cancel,
.modal .btn-save {
    color: #fff;
    width: 8.375rem;
    height: 2.625rem;
    border-radius: 5px;
    border: 1px solid #002fb3;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.k-upload, .k-upload .k-dropzone {
    background-color: #FFFFFF !important;
}

.k-upload .k-dropzone {
        background-color: #FFFFFF !important;
}

.copyright {
    color: #ffffff;
    font-size: 10px;
    text-align: center;
}

.schedular-slot-unavailable {
    background-color:#eaeaea;
}

.schedular-slot-available {
    background-color: #FFFFFF;
}

.k-scheduler .k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #002fb3;
}

.k-scheduler .k-scheduler-views .k-state-selected {
    background-color: #002fb3 !important;
    border-color: #002fb3 !important;
}

/*.k-view-week .k-state-selected {
    background-color: #002fb3 !important;
    border-color: #002fb3 !important;
}*/

.k-scheduler .k-state-selected .k-link {
    color: #FFFFFF;
}

.k-window .k-header {
    background-color: #002fb3 !important;
    border-color: #002fb3 !important;
}

.k-window .k-window-title {
    color: #FFFFFF !important;
}

.k-scheduler .k-scheduler-content .k-today {
    /*background-color: #002fb3;
    opacity: 0.1;*/
}

.k-window .k-button {
    color: #fff !important;
    /*width: 8.375rem;
    height: 2.625rem;*/
    border-radius: 5px;
    background-color: #002fb3;
}


.schedular-worker-avatar {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 60px;
    width: 60px;
}

.schedular-worker-avatar img {
    display: inline-block;
    height: 60px;
    border-radius: 50%;   
}

.schedular-worker-avatar-initials {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 10px;
    font-size: 22px;   
}

.workforce-scehduling-employer .k-event {
    border-width: 2px;
}

.k-event-template {
    font-size:12px;
}

.custom-scheduler-event {
    font-size: 12px;
    padding:2px;
}

.schedular-worker-checkbox-container {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.schedular-worker-avatar input[type="checkbox"] {
    position: absolute;
    bottom: 0px;
    left: 2px;
}

.register-container .form-group {
    padding-bottom:30px; 
}

.register-container .field-validation-error {
    color: #FF2B32 !important;
    padding-left:10px;
}

.white-page-container {
    background-color: #FFFFFF;
    border-radius: 10px;
    height: 100%; 
}

.tab-pane {
    background-color: #FFFFFF;
}

@media (min-width: 750px) {
    .white-page-container {   
        padding: 0 50px 50px 50px;   
    }
}

.white-page {
    background-color:#FFFFFF;
    margin-top:0px;
}


.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

.fast-animate {
    animation-duration: 0.4s;
}


.announcement {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #002fb3;
    width: 2.375rem;
    height: 2.375rem;
    overflow: hidden;
    color: #ffffff;
    z-index: 99999;
}

.announcement-expanded-container {
    display:none;
}

.announcement .btn-expanded {
    background-color: transparent;
    border: 0;
    width: 2.375rem;
    height: 2.375rem;
    padding-right: 10px;
}

.announcement-spacing {
    padding-left: 10px;
}

.announcement-spacing-bottom {
    padding-left: 17px;
}

.announcement.expanded {
    width: 100%;
    height: auto;
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}

.announcement.expanded .btn-expanded {
    display: none;
}

.announcement.expanded .heading {
    font-size: 120%;
    font-weight: bold;
    margin-left: -1.5rem;
}

.expanded .announcement-expanded-container {
    display: inline-block;
}


.announcement.expanded .content {
    margin-right: 6.25rem;
}

.announcement.expanded .wrapper {
    position: relative;
}

.announcement.expanded .paging {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
}

.announcement.expanded .paging .btn-next {
    font-weight: bold;
    padding-left: 0.25rem;
    background-color: transparent;
    border: 0;
    font-size: 24px;
}

.announcement.expanded .close {
    position: absolute;
    right: 1.25rem;
    top: 0.2rem;
    color: #ffffff;
    font-size: 24px;
}

.announcement .btn-expanded {
    padding-left: 4px !important;
}

@media (max-width: 750px) {
    .modal-body {
        padding:0px;
    }

    .k-scheduler-layout th {
        font-size:10px;
    }

    .km-pane-wrapper {
        width:98%;
    }

    .modal .profile-meta {
        border:0;
    }

    .modal-content {
        padding: 0px;
    }
}

.modal {
    z-index: 999999;
}

.schedular-header {
    padding-top:0px;
}

.logout-container {
    display:inline-block;
    font-size:14px;
}

.k-scheduler-tools {
    display:none;
}

.k-pdf-export .k-current-time,
.k-pdf-export .k-scheduler-toolbar,
.k-pdf-export .k-scheduler-navigation .k-nav-today,
.k-pdf-export .k-scheduler-navigation .k-nav-prev,
.k-pdf-export .k-scheduler-navigation .k-nav-next,
.k-pdf-export .k-scheduler-footer {
    display: none;
}

.logout-menu-link {
    display:none !important;
}

@media (max-width: 1170px) {
    .logout-menu-link {
        display: block !important;
    }
}

.d-block {
    display: block !important;
}

.page-login form {
    max-width: 420px;
    margin: 1.5625rem auto;
}


.page-login .form-control {
    max-width: 100%;
    border: 1px solid #959595;
    margin-bottom: 0.5rem;
    width: 100%;
    padding: 6px 12px;
}

.login-error-label {
    color: #002fb3;
    text-align:center;
}

.print-content {
    float: right;
    padding-top:5px;
}


@media print {
    .footer, .zoom, .fa-print, .print-content {
        visibility: hidden;
    }

    .header__logo {
        margin-left: 0px;
        text-align:left;
    }
    html, body {
        height: 99% !important;   
    }
}

.terms-or-service-scroll {
    height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    border: #cccccc 1px inset;
}

.terms-or-service-scroll h3, .terms-or-service-scroll h2 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight:bold;
}



.timesheet-audit tr{
    border-width:1px !important;
}

.timesheet-audit td, .timesheet-audit th {
    font-size: 12px;
    padding: 2px !important;
    border-width: 1px !important;
}

.manawanui-red {
    color: #002fb3 !important;
    font-weight:bold;
}

.avatar-click {
    cursor:pointer;
}

.footer .nav > li > a:hover, .footer .nav > li > a:focus {
    text-decoration: none;
    background-color: #002fb3;
}

.k-scheduler-phone th {
    padding-top:12px !important;
}

.km-stretched-view {
    overflow-y:auto;
}

.onboarding-container h3 {
    font-size:20px;
}

.onboarding-element-container i {
    font-size:14px;
}

.onboarding-container .k-maskedtextbox{
    max-width: 100%;
    border: 0;
    width: 100%;
    background-color:transparent;
}

.onboarding-container input, .onboarding-container select, .onboarding-container textarea {
    border: 1px solid #080808;
}

.onboarding-container .k-maskedtextbox .k-textbox {
    max-width: 100%;
    border: 1px solid #080808;
    margin-bottom: 1.5625rem;
    width: 100%;
    padding: 6px 12px;
    border-radius: 0;
    text-indent: 0;
    font-family: Play, sans-serif;
    color: #595959;
}

.onboarding-container input[type="checkbox"] {
    width:0px;
}

.onboarding-container .placeholder-label {
    font-weight: normal;
}

.onboarding-container .input-group-addon {
    width:60px;
    background-color:transparent;
    border:0;
}

.onboarding-container .k-datepicker {
    background-color: transparent;
    margin-bottom: 1.5625rem;
}

.onboarding-container .k-picker-wrap {
    border: 1px solid #080808 !important;
    border-radius: 0;
}

.onboarding-container .k-widget {
    -webkit-box-shadow: inset 0 0 0 0, 0 0px 0px rgba(0,0,0,.00);
    box-shadow: inset 0 0 0 0, 0 0px 0px rgba(0,0,0,.00);
}

.onboarding-container .text-danger {
    font-weight:bold;
}

.onboarding-container .field-validation-valid {
    display:none;
}

.onboarding-container .k-upload {
    border: 1px solid #959595;
}

.onboarding-container .k-upload-button {
    border: 1px solid #959595;
}

#sketchpad {
    height: 200px;
    width: 600px;
    border: 2px solid #888;
    border-radius: 4px;
    position: relative; /* Necessary for correct mouse co-ords in Firefox */
}


#signatureExisting .k-upload {
    border:0 !important;
}

@media (min-width: 600px) {
    .check-device-rotate-too-small {
       display:none;
    }
}

@media (max-width: 601px) {
    .check-device-rotate-main {
        display: none;
    }
}

.onboarding-tick {
    color: #002fb3;
}

.currency-control-small {
    max-width: 80px;
    padding: 2px 2px 2px 4px;
}

.topnav { 
  background-color: #333;
  position: relative;
  width:480px;
}

.topnav #completedStepsLinks {
  display: none;
}

.topnav a {
  color: #FFFFFF;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
  display: block;

}

.topnav span {
  color: #FFFFFF;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  height:60px;
  background-color:#FFFFFF;
}

.topnav a.icon {
  background: #002fb3;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  z-index:1001;
  height:60px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

#completedStepsLinks {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}

#completedStepsLinks a {
    padding:4px 4px 4px 60px;
    background-color:#002fb3;
    font-size:18px; 
}

.onboarding-condition th {
    background-color:#FFFFFF;
}

.onboarding-list-box {
    border: solid 1px #eaeaea;
}

.onboarding-admin-breadcrumbs {
    font-size:12px;
    padding-top:5px;
}

.onboarding-admin-breadcrumbs a {
    
}

.onboarding-admin-breadcrumbs .onboarding-arrow {
   font-size:14px;
}

.onboarding-label-text {
    font-weight:normal;
    color:#000000;
}

.pdf-viewer-container a[data-command="OpenCommand"] {
    display: none !important;
}

.onboarding-helpvideo-questionmark {
    margin-left: -26px;
    vertical-align: middle;
    padding-bottom: 6px;
    font-size: 14px
}

.onboarding-help-video-link {
    font-size:30px !important;
}

.statement-covid-ministry {
    background-color: #d0cece;
    text-align: center !important;
}

.statement-covid-your-budget {
    background-color: #FFFFFF;
    text-align: center !important;
}

.logout-container-onboarding {
    text-align:left;
}

.available-table {
    background-color:#ffffff;
}

.available-table td {
    padding: 4px;
    border: solid 1px #000000;
}

.password-peek {
    position: absolute;
    right: 10px;
    top: 28px;
    font-size: 20px;
}

.link-dropdown {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 1.4rem;
    z-index: 10000;
    color: #000000 !important;
    background-color: #FFFFFF;
    font-family: 'Play', sans-serif;
    padding: 2px;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
}

.k-grid .k-pager-sizes .k-label {
    display:none !important;
}

.bold-red {
    color: red !important;
    font-weight: bold !important;
}

.dark-grey {
    color: darkgray !important;
}

.onboarding-forms-header {
    font-size: 14px;
    color: #002fb3;
    width: 50%;
    font-weight: bold;
}

.nzpost-picker-table {
    position:absolute;
    top:32px;
    left:0px;
    background-color:#FFFFFF;
    z-index:9999;
    cursor:pointer;
}

.nzpost-picker-table td {    
    padding:10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.nzpost-picker-table tr {
     border: 1px solid #959595; 
     height:56px;
}

.nzpost-picker-table tr:hover {  
     background-color:#EEEEEE;
}

.schedular-payment-type select:disabled {
    background-color: #eeeeee;
}

.grid-expense-over {
    font-weight: bold;
    color: #002fb3;
}

.inactive-payment td {
    color: #707070;
}

.bank-control .form-control--bank-1 {
    width: 16%;
    text-align: center;
}

.bank-control .form-control--bank-2 {
    width: 22%;
    margin-left: 2%;
    text-align: center;
}

.bank-control .form-control--bank-3 {
    width: 29%;
    margin-left: 2%;
    text-align: center;
}

.bank-control .form-control--bank-4 {
    width: 16%;
    margin-left: 2%;
    text-align: center;
}

.graph-estimate {
    font-size:10px; 
}

.note-icon-styling {
    float: right;
    padding-right: 10px;
    color: #002fb3
}

.toggle-panel {
    font-size: 24px;
    color: #0072bc;
    vertical-align:bottom;
    cursor:pointer;
}

.note-expense-table {
    width:90%;
    margin-bottom:20px;
}

.note-time-table {
    width: 95%;
    margin-bottom: 20px;
}

.change-email-container {
    text-align:center;
}

.new-mail-count {
    width: 15px;
    position: absolute;
    right: -2px;
    top:10px;
    width: 15px; 
    background-color: red;
    color: #FFFFFF;
    border-radius: 20px;
    font-size: 10px;
    height: 15px;
    text-align: center;
    font-weight: bold !important;
    vertical-align: top;
}

.mail-number {
    height: 20px;
    line-height: 15px;
    vertical-align:top;
}
.input-numbers {
    font-size: 34px !important;
    color: #000000;
    border: 0px !important;
    outline: 0;
    box-shadow: none;
    background-image: url('/Images/number-picker.jpg');
    line-height: 42px;
    background-repeat: no-repeat;
    letter-spacing: 25px;
    font-family: 'Consolas' !important;
    height: 44px;
    max-width:260px;
    margin-bottom:20px;
}

.display-address-container:focus {
    outline: none;
}

.address-loading {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2000;
}

.k-dropdown-wrap {
    border-radius: 0px;
    border-color: #eaeaea !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.k-dropdown-wrap .k-select {
    background-color: #F6F6F6;
    width:46px;
}

.profile-avatar-image {
    cursor: pointer;
    height:200px;
}

.btn-small {
    padding: 4px 20px 4px 20px;
    font-size:16px;
    margin-top:10px;
}

.large-form-control {
    max-width:500px !important;
}

.login-header-message {
    border: 1px solid #000000;
    display: inline-block;
    vertical-align: top;
    padding:10px;
}

.login-header-message div {
  
}

.login-header-message i {
    font-size: 18px;
    padding-right:10px;
}

.add-autheticator {
    background-color: #3479CC;
    color:#FFFFFF;
    padding: 0px 5px 0px 5px;
    font-size: 20px;
    vertical-align:middle;
    text-align:center;
    font-weight:bold;
}

.report-dropdown .k-dropdown-wrap .k-input {
    box-shadow: none !important;
}

.timesheet-declaration-table th {
    font-size: 16px;
    font-weight: bold;
    background: #eee;
    padding: 0 4px 0 4px;
    border: 1px solid #333333;
}

.timesheet-declaration-table td {
    padding: 2px 4px 0 4px;
    border: 1px solid #333333;
}

.declaration-elelement {
    text-align:center;
    vertical-align:top;
}

.timesheet-declaration-table textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #333333;
    color: #002fb3;
}

.timesheet-declaration-table .currency-box {
    width: 100%;
    max-width: 100%;
    border: 1px solid #333333;
    color: #002fb3; 
    margin-bottom:2px;
    padding: 0px 6px 0px 6px !important;   
}

.timesheet-declaration-table input[type="radio"] {
    accent-color: #002fb3;
}

.custom-note-table {
    vertical-align: top;
}

.custom-note-table td {
    vertical-align: top;
}

.input-numbers {
    font-size: 34px !important;
    color: #000000;
    border: 0px !important;
    outline: 0;
    box-shadow: none;
    background-image: url('/Images/number-picker.jpg');
    line-height: 42px;
    background-repeat: no-repeat;
    letter-spacing: 25px;
    font-family: 'Consolas' !important;
    height: 44px;
}

.admin-heading {
    font-size: 14px !important;
    color: #002fb3;
    font-weight: bold;
}

.admin-heading h3 {
    font-size: 14px !important;
    color: #002fb3;
    font-weight: bold;
}

.k-dropdown-wrap .k-input {
    border-color: #FFFFFF !important;
    box-shadow:none !important;
}

.account-role-change {
    border: #959595 1px solid;
    background-color: rgba(0,0,0,.075);
    padding:10px;
}

.spendmanagement-funding-table {
    width:100%;
}

.spendmanagement-funding-table th {
    background-color: #eeecec;
}

.spendmanagement-funding-negative {
    color: #c00000;
    font-weight:bold;
}

.page--employee .input-group-addon {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.display-address-container {
    margin-top: 8px;
}

.note-attachment-display {
    display:inline-block;
}

.note-attachment-display .inner-file {
    display: inline-block;
    padding:5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin:3px 3px 3px 0px;
}

.note-attachment-display .inner-file:hover {
    background-color: #F5F5F5;
}

.note-attachment-display .inner-file i {
    font-size:26px;
    color:#ccc;
    padding-right:5px;
}

.note-attachment-display .inner-file .fa-remove {
   color:#ccc;
   margin-top:0px;
   vertical-align:top;
}

.note-attachment-display .inner-file .fa-remove:hover {
    color: #002fb3;
}

.message-attachment-display {
    display:inline-block;  
}

.message-attachment-display .inner-file {
    display: inline-block;
    padding:5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin:3px 3px 3px 0px;
    background-color:#FFFFFF;
}

.message-attachment-display .inner-file:hover {
    background-color: #F5F5F5;
}

.message-attachment-display .inner-file i {
    font-size:22px;
    color:#ccc;
    padding-right:5px;
}

.message-attachment-display .inner-file a { 
    color:#C1C1C1;  
    font-size: 12px;
}

.message-attachment-display .inner-file .fa-remove {
   color:#ccc;
   margin-top:0px;
   vertical-align:top;
}

.message-attachment-display .inner-file .fa-remove:hover {
    color: #002fb3;
}

.selected-message {
    background-color: #F5F5F5 !important;
    font-weight: bold;
    border-color: #002fb3 !important;
}

.message-attachment-display .preview i {
    color: #002fb3;
}

.message-attachment-display .preview a {
    color: #002fb3;
}

.inline-note-attachment-display {
    display: inline-block;
}

.inline-note-attachment-display .inner-file {
    display: inline-block;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 3px 3px 3px 0px;
    font-size:12px;
}

.inline-note-attachment-display .inner-file:hover {
    background-color: #F5F5F5;
}

.inline-note-attachment-display .inner-file i {
    font-size: 16px;
    color: #ccc;
    padding-right: 5px;
}

.inline-note-attachment-display .inner-file  {
   
}

.inline-securemail-attachment-display {
    display: inline-block;
}

.inline-securemail-attachment-display .inner-file {
    display: inline-block;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 3px 3px 3px 0px;
    font-size:12px;
}

.inline-securemail-attachment-display .inner-file:hover {
    background-color: #F5F5F5;
}

.inline-securemail-attachment-display .inner-file i {
    font-size: 16px;
    color: #ccc;
    padding-right: 5px;
}

.message-queue-image-viewer {
    max-width: 100%;
    position: relative;
}

.message-queue-image-rotate {
    font-size:20px;
    float:right;
    color:#002fb3;    
    padding:5px;
    position:relative;
    width:100%;
    cursor:pointer;
}

.queue-image-botton-container {
    max-width: 100%;
    position: relative;
    background-color: #F5F5F5;
    border: #CDCDCD 1px solid;
    border-radius: 2px;
    padding: 10px !important;
}

.queue-image-botton-container a {
    color: #333333; 
    padding:5px 8px 5px 8px !important;
    cursor: pointer;    
}

.queue-image-botton-container:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    background-color: black;
    color: white;
}

.message-queue-image {
    width: 95%;
    margin: auto;
}

.queue-image-container {
    width: 100%;
    display: block;
    border: #ccc 1px solid;
    padding: 4px;
    background: #FFFFFF;
    height: 910px;
    text-align: center;    
}

.queue-image-botton-container {
    width: 100%;
    display: block
}

.messaging-custom-button {
    border: 0 !important;
    background-color: transparent !important;
}

.message-queue-container .k-pager-wrap {
    background-color: transparent !important;
}

.message-queue-label-title {
    font-weight: bold;
}

.message-queue-label-result{
   
}

.message-queue-button-group {
    padding:4px;
}

.message-queue-button-group .btn-standard {
    margin-bottom:8px;
    padding:4px 20px 4px 20px;
    font-size:14px;
    min-width: 170px;
}

.btn-inline {
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 4px 20px 4px 20px;
    font-size: 14px;
}

.message-queue-iframe {
    width: 100%;
    height: 745px;
    border: #ccc 1px solid;
}

.message-queue-outer-detail-container {
    min-height:250px;
}

.message-queue-right-detail-container {
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.message-queue-left-detail-container {
    text-align: left;
    padding-left: 0px;
    display: inline-block;
    min-width: 200px;
    width: 70%
}

.message-queue-document-table {
    font-size:12px;
}

.message-queue-document-table tr {
    border-top: #CDCDCD 1px solid;   
}

.message-queue-document-table td {
    padding: 4px; 
}

.message-queue-document-container .k-upload {
    border:0px !important;
}

.messaging-custom-button-template {
    /*    border: 0 !important;
    background-color: transparent !important;*/
    background-color: #FFFFFF;
    font-size: 20px;
    border: #CDCDCD 1px solid;
    height: 30px;
    border-radius: 4px;
}

.message-queue-field-container {
    margin-bottom: 10px;
    width:100%;
}

.message-queue-to-box {
    padding-left: 5px;
    font-weight: bold;
}

.message-queue-ondragover {
    background-color: #b1e0f7;
}

.message-queue-ondragover a { 
    border: 2px dashed #057DD6 !important;
}

.file-ondragover .custom-file-control {
    border: 2px dashed #057DD6 !important;
    background-color: #b1e0f7;
}

.copy-bank-link {
}
.copy-bank-link i {
    padding-top:6px;
}

.avatar-popup-container {

}

.avatar-popup-container img {
    z-index: 4;
    border-radius: 4%;
    padding:2px;
    border: 1px solid #cccccc;
}

.funding-control {
    max-width:100% !important;
    margin-left: 10px;
    width:90%;
}

.category-list {
    max-width: 100% !important;
    width: 90%;
}

.association-table span {
    font-size: 12px;
}

.bank-payments .input-group-addon {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.table-tr-spaced {
    margin-top: 4px;
}

.btn-invert {
    color: #002fb3;
    border: 1px solid #002fb3;
    background-color: #fff;
    font-weight:bold;
}

.custom-autocomplete-control {
    border: 1px solid #eaeaea !important;
    padding-bottom: 0px !important;
    box-shadow: none !important;
    box-sizing: content-box !important;
    height: 30px !important;
}

.help-screen {
    padding-top:0px;
    margin-top:0px;
}

.help-screen .search-header {
    text-align:center;
}


.help-screen .seach-box-container {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    position: relative;
    width: 500px; 
}

.help-screen .seach-box-container input {
    width: 100%;
    /*max-width: 500px;*/
    padding: 20px 60px 20px 20px;
    display: block;
    font-size: 18px;
    border-color: #002fb3;
    max-width: unset;
    border-radius: 4px;
}

.help-screen .seach-box-container i {
    color:#002fb3;
}

.help-screen .seach-box-container button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 20px;
    z-index: 2;
}

.help-screen .seach-box-container i:hover {  
    font-size: 24px !important;   
}

.help-screen .search-panel-container i {  
    font-size: 60px;  
}

.help-screen .search-panel-outer-container {
  padding-top:50px;
}

.help-screen .search-panel-container {
    background-color: #fff;
    border: 1px solid #002fb3;
    border-radius: 4px;
    text-align:center;
    padding:10px;    
    margin-top:10px;
    min-height:190px;   
    min-width:140px;
}

@media (max-width: 1170px) {
    .help-screen .search-panel-container {
        min-height: 240px;
    }
}

.help-screen .search-panel-blurb {
    color: #333333;
}

.help-screen .search-panel-container i:hover {  
    color: #002fb3;   
}
.help-screen .search-panel-container h3:hover {  
    color: #002fb3;   
}

.help-screen .search-panel-outer-container a:hover {  
    text-decoration:none !important; 
    color: #002fb3 !important;   
}

.help-screen .panel-link {
    color: #000000;
}

.help-screen .panel-link:hover { 
    color: #002fb3 !important;
}

.help-container-alt {
    background-color: #FFFFFF;
}

.help-resource-panel-outer-container {
    font-size: 22px;
}

.help-resource-container {
    padding-bottom:20px;
    margin-top: 20px;
}

.help-container {
    background-color: #fff;
    padding: 10px 30px 30px 30px;
    border: 1px solid #959595;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.help-container p {
    padding-top: 5px;    
    padding-bottom: 5px;    
}

.help-resource-item-panel-container {
    font-size: 18px;
}

@media print {
    .help-container {
        border: 0px;
    }
    .footer-social {
        display:none;
    }
    .header-meta {
        display:none;
    }
    .header__logo {
        display: none;
    }
}

.footer-social a {
    vertical-align:top;
}

.help-search-box .seach-box-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.help-search-box .seach-box-container input {
    width: 100%;
    max-width: unset;
    padding: 20px 60px 20px 10px;
    display: block;
    font-size:14px;
    border-color: #333333;
    border-radius:4px;
}

.help-search-box {
 
}

.help-search-box .seach-box-container i {
    color:#002fb3;
}

.help-search-box .seach-box-container button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 20px;
    z-index: 2;
}

.help-search-box .seach-box-container i:hover {  
    font-size: 24px !important;   
}

.help-search-box-mobile {
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}

.help-search-box-mobile .seach-box-container button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 44px;
    right: 0;
    padding: 6px 20px;
    z-index: 2;
}

.help-middle-menu {
    padding-top: 24px;
    white-space: nowrap; 
}

@media (max-width: 749px) {
    .help-middle-menu {
        display:none;
    }
    .help-container {    
        padding: 10px 5px 30px 5px;      
    }

    .help-container .col-sm-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .help-screen .seach-box-container {
        width: 95%;
    }

    .header-nav .col-sm-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .help-screen .search-panel-container {
        min-height: 180px;
    }
}

.help-middle-menu a {
    white-space: nowrap;
    border: 1px solid #002fb3;
    border-radius: 4px;
    color: #002fb3;
    padding: 8px 12px 8px 12px;
    font-size: 16px;
    margin-right: 20px;
}

.help-middle-menu-alt {
    white-space: nowrap;
    border: 1px solid #002fb3;
    border-radius: 4px;
    color: #FFFFFF !important;
    background-color:#002fb3;
    padding: 8px 12px 8px 12px;
    font-size: 16px;
    margin-right: 20px;
}

.help-middle-menu a:hover {
    text-decoration: none !important;
}

.help-nav a {
    padding-bottom:0px;
}

.help-nav > li > a:hover, .help-nav > li > a:focus {
    background-color: #FFFFFF;
    border: 1px solid #959595;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 0px solid #ffffff;
}

.help-nav > li > a {
    padding-bottom:10px;
}

.help-nav .active a {
    color: #002fb3;
    border: 1px solid #959595;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 2px solid #ffffff;
}

.help-nav .active a:focus {
    background-color: #fff !important;  
 }

.help-search-results-table {
    text-align:left;
}

.help-search-results-table .heading {
  color: #002fb3;
  font-size: 22px;
  font-weight: normal;
}

.help-search-results-table .help-search-body b {
  background-color: #002fb3;
  color:#fff;
}

.help-search-results-table .header-tr {
    border-top: 1px solid #959595;
}

.search-result-container h2 {
    font-size:20px;
}

.help-header-gap {
    height: 20px;
    width: 100%;
    background-color: #f7f7f7;
}

.header-nav-help {
    background-color: #f7f7f7;
}

.header-nav-help .active {
    background-color: #fff;
    border-radius: 6px;
}

.main-container-help {
    padding-top:0px;
    margin-top:-21px;
}

.no-menu-spacer {
    height:20px;
    width:100%;
}

.skip-to-content {
    border: 3px solid #002fb3;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 0px;
    color: #FFFFFF;
    padding: 8px 12px 8px 12px;
    font-size: 16px;
    z-index: 999999;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    text-align: center;
    width: 200px;
    height: 40px;
    background-color: #002fb3;
    font-weight: bold;
    top: -42px;
}

.skip-to-content a {
    white-space: nowrap;
    color: #FFFFFF; 
    font-size: 16px;    
    font-weight: bold;    
}

.help-breadcrumbs {
    font-size:12px;
    padding-left: 10px;
}

.help-breadcrumbs a {
}

.help-breadcrumbs .help-arrow {
    font-size: 14px;
}

.help-image-panel img {
    height:70px;
}

.field-validation-error {
    width: 95%;
    color: #FF2B32;
    display:block;
    padding-top:4px;
}

.field-validation-error span {
 
}

.field-validation-error:before {  
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06a";
    padding-right:4px;
}

.form-horizontal .field-validation-error {
    padding-left:50px;
}

.form-control:focus {
    border: 2px solid #000000;
}

.d365-funding-link {
    font-size: 14px;
}

.c-checkbox-disabled input ~ .c-indicator {
    background-color: #eeeeee !important;
}

.help-middle-menu {
    text-align:center;
}

.custom-popover-link {
    font-size: 12px;
    cursor: pointer;
    display: inline;
    white-space: nowrap;
}

.custom-popover-link-bubble {
    margin-left: 1px;
    background-color: red;
    color: #FFFFFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.k-animation-container .k-popup .k-list-scroller {
    font-size: 12px !important;
    white-space: nowrap;
}

.readonly-picker {
    background-color: #eeeeee !important;
}

.kendo-grid-overrides .k-header {  
    overflow:unset !important;
}

.mulit-select .k-multiselect-wrap {

}

.payroll-claim-queue .form-control {
    max-width:450px;
}

.messing-select-link {
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-decoration:none;
}

.messing-select-link:focus {
    text-decoration: none;
}

.messing-select-link-large a {
    font-size: 13px
}

.screenreader-table th {
    padding: 2px 40px 2px 40px;
    background-color: #eeecec;
    border: 1px solid #959595;
}

.screenreader-table td {
    padding: 2px 40px 2px 40px;
    border: 1px solid #959595;
}

.screenreader-header {
    font-weight: bold;
    font-size:16px;
}

.profile-checkbox-label {
    width: 220px !important;
    max-width: 220px !important;
}

.accessibility-profile-container {
    border: 1px solid #959595;
    position:relative;
}

.accessibility-profile-container {
    border: 1px solid #959595;
    position: relative;
    padding-left:5px;
}

.accessibility-profile-container-header {
    position: relative;
    margin-top:-10px;
    margin-left:5px;
    background-color:#FFFFFF;
    width:162px;
    padding-bottom:10px;
}

.form__header h2 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block; 
}

.screen-reader-statement-ui .statement-front-warning {
    padding-left:0px !important;
}

.screen-reader-statement-ui table {
    width:unset;
}

.screen-reader-statement-ui .statement-front-red-box .amount {
    text-align: left;
}

.screen-reader-statement-ui .statement-front-white-box .amount {
    text-align: left;
}

.screen-reader-statement-ui .warning-blurb {
    padding-left: 50px; 
}

.info-content a {
    text-decoration: underline;
    font-weight: bold;
}

.info-content {
    font-size: 16px;
    font-size: 1.6rem;
}

.custom-sort-button {
    border:0px;
}

.accreditation-large img {

}

.accreditation-small img {
    height:50px;
}

.main-page {
    border-bottom: 1px solid #EEEEEE;
}

.menu-help-icon-container {
    border: 1px solid #333333;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    width: 21px;
    text-align: center;
    font-size:13px;
    font-weight:bold;
    /*    height:20px;
    margin-top:10px;*/
}

.menu-help-icon {

}

.standalone-header h1 {
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-content h1 {
    padding-bottom: 10px;
    margin-top: 20px;
    margin-left: -2px;
}

.page-content h3 {
    margin-top:0px;
  
}

.page-content .container {
    margin-top: 20px;
}

.page-content .admin-heading {
    padding-left: 20px;
}

.page-content .history-block {
    padding-left: 20px;
}

.onboarding-admin h3 {
    margin-left: -15px;
}

.page-content-with-header .container {
    margin-top: 0px;
}

.shift-text-down {
    vertical-align: bottom;
    height: 300px;
    display: block;
}

.shift-text-down {
    vertical-align: bottom;
    margin-bottom: 0px;
    display: block;
}

.modal-title {
    font-weight:bold;
}

.info-comment {
    background-image: url(/Images/info-icon.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-bottom: -5px;
    margin-left: -5px;
}

.info-comment-large {
    background-image: url(/Images/info-icon-large.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 14px;
    margin-left: 5px;
}

@media (max-width: 750px) {
    .page-content {
        padding: 0px 5px 5px 5px;       
    }

    .page-content h1 {
        margin-left: 0px;
    }

    .paycycle-cal {
        text-align:left;
    }

    .page-content .container {
        margin-top: 5px;
    }

    .page-header .dropdown {
        padding-bottom:4px;
    }
    .k-datepicker {
        max-width: 180px;
    }

    .form__header .sep {
        padding-left:5px;
        padding-right:5px;
    }

    .info {
        padding-bottom:10px;
    }

    .scroll-telerik-container {
        margin-bottom:10px;
    }

    .btn-standard {
        display:inline-block;
    }

    .k-command-cell .k-button {
        margin-right:4px !important;
    }

    .standalone-header {
        margin-left:10px;
    }
}