.login-page {
    /*background-color: #046285;*/

}

ul:not(.md-list) > li + li {
    margin-top: 0px;
}

.login-box-body, .register-box-body {
    /*box-shadow: 3px 3px 3px 0px rgba(255,255,255,.5);*/
}

.login-box .box-footer {
    border-radius: 0;
}

.login-box .box-footer a {
    color: #222d32;
}

.userarea-modal .modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
}

.userarea-modal .modal {
    background: transparent !important;
}

.red {
    color: #F44336;
}

.green {
    color: #6f7070 !important;
}

.font-size-1-3rem {
    font-size: 1.3rem !important;
}

.userarea-top-nav {
    margin: 10px 0px;
}

.fc-sat, .fc-sun {
    background-color: rgba(244, 67, 54, .4);
}

.departments li {
    margin: 10px 0px;
}

.form-inline {
    display: inline-block;
}

.dataTables_wrapper.form-inline {
    display: initial;
}

.employee-edit-page .employee-photo {
    max-height: 150px;
    margin-bottom: 20px;
}

.small-box-footer a {
    color: #ffffff;
}

div.navbar-collapse ul.nav.navbar-nav {
    margin-right: 10px;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #046285;
}

.downloadables-category .mailbox-attachment-info ul {
    display: inline-block;

}

.downloadables-category .mailbox-attachment-info ul li {
    width: initial;
    border: none;
    margin-bottom: 0px;
    padding: 0px;
    margin: 0px 5px;
    font-size: 20px;
}

.downloadables-category .mailbox-attachment-name {
    display: block;
    min-height: 50px;
}

.downloadables-list > li {
    width: 175px !important;
}

.downloadables-list li span.mailbox-attachment-icon {
    font-size: 30px !important;
}

.select2 {
    width: 100% !important;
}

form .breaktimes li {
    border: 1px solid #eeeeee;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
}

form .breaktimes li:last-child {
    border: none;
}

.input-group-addon .fa.fa-toggle-on, .input-group-addon .fa.fa-toggle-off {
    cursor: pointer;
}

/*----------------------pace style----------------------------*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: #046285;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
    transform: translateX(100%) translateY(-100%) rotate(45deg);
    pointer-events: none;
}

.pace.pace-active .pace-activity {
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
}

.pace .pace-activity::before,
.pace .pace-activity::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
}

.pace .pace-activity::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: rgba(0, 0, 0, .2);
    border-left-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
    animation: pace-theme-corner-indicator-spin 3s linear infinite;
}

.pace .pace-activity::after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
    animation: pace-theme-corner-indicator-spin 1s linear infinite;
}

@-webkit-keyframes pace-theme-corner-indicator-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}
@keyframes pace-theme-corner-indicator-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}

#toast {
    position: fixed;
    bottom: -50px;
    background: #323232;
    color: #fff;
    opacity: 1;
    z-index: 9999;
    max-width: 568px;
    min-width: 288px;
    border-radius: 2px;
    line-height: 48px;
    padding: 0px 24px;
    right: 25px;
    margin-bottom: 75px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#toast.hidden-toast {
    opacity: 0;
    margin-bottom: 0px;
}

#toast p.msg {
    margin: 0px;
}

.employee-slider img {
    max-width: 90%;
    border-radius: 50%;
    display: inline-block !important;
}

.delete-form {
    display: inline-block;
}

.light-green-500 {
    color: #8BC34A;
}

.employee-slider .image-holder {
    position: relative;
}

.amarea-company-card-descr li {
    padding: 10px;
}

.amarea-company-card-descr li:nth-child(even) {
    background-color: #EEEEEE;
}

.common-actions-panel li {
    padding: 0;
    margin: 10px 10px 10px 0px;
}

.common-actions-panel li a {
    margin: 0;
}

.app-buttons-row a {
    margin-left: 0px;
}

div#body-parts > div {
    display: inline-block;
    margin: 5px 20px 5px 5px;
    border: 1px solid #ddd;
    padding: 10px;
}

div#body-parts > div > input {
    margin-right: 40px;
}

div#nature-of-injury > input {
    margin-right: 20px;
}

.claim-form-panel {
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    margin: 10px 0px;
}

.not-in-shift-warning {
    top: 10px;
    bottom: initial !important;
}

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

.margin-top-10 {
    margin-top: 10px;
}

.small-box, .info-box, .box, .nav-tabs-custom {
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,.5);
}

.navbar-static-top {
    box-shadow: 0px 4px 5px -3px;
}

.chat .item>.message {
    margin-left: 0px;
    margin-top: 0px;
}

#load-spinner {
    padding: 10px;
}

.chat .item {
    margin-bottom: 10px;
    padding: 10px;
    background: #eee;
}

.table-clickable-row tr {
    cursor: pointer;
}

.image-holder .employee-reminders, .employee-in-department-card .employee-reminders {
    position: absolute;
    top: 0px;
    text-align: left;
}

.image-holder .employee-reminders span, .employee-in-department-card .employee-reminders span {
    box-shadow: 1px 1px 2px 0px rgba(0,0,0, .5);
}

.task-widget {
    padding: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 10px;
    border-radius: 3px;
}

.task-widget:hover {
    box-shadow: 2px 2px 4px 0px rgba(0,0,0, .5);
}

.task-widget .task-title {
    font-weight: 900;
    border-bottom: 1px solid #ffffff;
}

.task-widget .task-start-date, .task-widget .task-end-date {
    display: block;
}

a .small-box>.inner {
    padding: 10px !important;
}

.box-body .nav-tabs-custom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.tabs-footer {
    border-top: 1px solid #eee;
    padding: 15px;
}

.fc-day-grid-event, .fc-time-grid-event {
    border-radius: 0px !important;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0, .5);
}

form .required:after {
    content: "*";
}

#schedule-wrapper #name-filter {
    display: inline-block;
    width: 260px;
    padding-top: 3px;
    margin-left: 16px;
}

.day-cell {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.day-cell:hover {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
}

#schedule-table .day-cell .table-event {
    padding: 5px;
    background-color: #046285;
    color: #ffffff;
    margin-bottom: 5px;
    text-align: center;
}

#schedule-table .day-cell {
    position: relative;
}

#schedule-table .day-cell .copy-to-next-cell {
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
    z-index: 99;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0, .5);
}

#schedule-table .day-cell .copy-to-next-cell button {
    border-radius: 0;
    width: 50px;
}

#schedule-table .day-cell:hover .copy-to-next-cell {
    display: block;
}

#schedule-table .day-cell .scheduled-hours-event {
    background-color: #1976D2;
}

#schedule-table .day-cell .actual-hours-event.approved {
    background-color: #689F38;
}

#timetracking-moderation-wrapper #schedule-table .day-cell:hover {
    background-color: initial;
    cursor: initial;
}

#timetracking-moderation-wrapper #schedule-table .day-cell .actual-hours-event {
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
}

#timetracking-moderation-wrapper #schedule-table .day-cell .actual-hours-event:hover {
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,.5);
}

#map-context-menu {
    position: absolute;
    background-color: white;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .5);
    display: none;
    z-index: 99;
}

#map-context-menu ul li {
    padding: 5px;
    border-bottom: 1px solid #eeeeee;
}

#map-context-menu ul li:hover {
    cursor: pointer;
}

#map-context-menu ul li:last-child {
    border-bottom: none;
}

#map-context-menu ul li a {
    color: #555555;
}

#map-context-menu ul li a:hover {
    color: #555555;
}

#map-context-menu ul li:hover {
    background-color: #eeeeee;
}

.cell-content .add-new-clockin {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0, .5);
}

.cell-content .add-new-clockin button {
    border-radius: 0;
}

.day-cell:hover .cell-content .add-new-clockin {
    display: inline-block;
}

.day-cell:hover {
    background-color: #eeeeee;
}

.in-timecard-label {
    position: absolute;
    color: #046285;
    top: -5px;
    right: 15px;
    display: none;
}

.navbar-form input[type=text] {
    background-color: #046285;
    color: #FFFFFF;
    border-color: #046285;
}

.card {
    background-color: #FFFFFF;
    border-radius: 2px;
    margin: 1rem 0rem 1rem 0rem;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.card-no-footer {
    padding-bottom: 0px;
}

.card.employee-card {
    padding-bottom: 50px;
}

.card-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-shadow:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card .card-header {
    padding: 8px;
}

.card .card-header h3 {
    margin: 0px;
}

.card .card-footer {
    padding: 8px;
    border-top: 1px solid #eeeeee;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 12px;
    overflow: hidden;
}

.employee-card .card-footer {
    padding: 4px;
    border-top: 1px solid #eeeeee;
    position: absolute;
    top: 120px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 12px;
    overflow: hidden;
}

.employee-card .card-footer:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 10px;
    background: linear-gradient(180deg, rgba(244, 67, 54, .0), rgba(255, 255, 255, .7));
}

.employee-card.selected .card-footer:after {
    background: linear-gradient(180deg, rgba(244, 67, 54, .0), rgba(244, 67, 54, .7));
}

.card .card-footer .btn, .card-button {
    text-transform: uppercase;
    color: #046285;
    font-weight: 600;
    background-color: #FFFFFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.card .card-footer .btn:hover {
    background-color: #EEEEEE;
    color: #046285;
}

.hiring-applications-cards .card {
    height: 200px;
}

.content-wrapper, .right-side {
    background-color: #e0e0e0;
}

#employee-timeline .callout {
    position: relative;
}

#employee-timeline .callout .callout-date {
    position: absolute;
    display: block;
    right: 8px;
    top: 8px;
    font-weight: 900;
}

.card.employee-card {
    cursor: pointer;
    font-weight: 600;
}

.card.employee-card.selected, .employee-box.selected {
    background-color: rgba(244, 67, 54, .7);
}

.card.employee-card .card-footer {
    border-top: none;
}

.employee-card.hidden {
    display: none;
}

#employee-selected-filter {
    cursor: pointer;
}

.employee-card .payroll-schedule-name {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    background-color: rgba(25, 118, 210, .5);
    color: white;
    font-size: 1rem;
}

.card .card-content {

}

#payroll-list {
    max-height: 700px;
    overflow-y: scroll;
}

#payroll-content-wrapper {
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#payroll-list ul {
    margin-right: 8px;
}

#payroll-list .list-group .list-group-item {
    cursor: pointer;
}

#payroll-list .list-group .list-group-item:hover, #payroll-list .list-group .list-group-item.selected {
    background-color: rgba(211, 47, 47, .5);
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0px;
}

#payroll-content-wrapper .employee-thumb {
    height: 50px;
}

#payroll-content-wrapper #payroll-table tr td:first-child {
    width: 70px;
}

#payroll-content-wrapper #payroll-table tr {
    cursor: pointer;
}

#payroll-content-wrapper #payroll-table tr td {
    position: relative;
}

#payroll-content-wrapper #payroll-table tr td .actions {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #046285;
    color: white;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

#payroll-content-wrapper #payroll-table tr td .actions i {
    font-size: 3rem;
    margin: 8px 18px;
}

#payroll-content-wrapper #payroll-table .employee-row td {
    line-height: 50px;
}

#payroll-content-wrapper #payroll-table tr:hover td .actions {
    display: block;
    left: initial;
}

.floating-btn {
    background-color: #046285;
    color: #FFFFFF;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    z-index: 99;
}

.floating-btn:hover {
    color: #FFFFFF;
}

.floating-btn.fixed-right-bottom {
    position: fixed;
    bottom: 16px;
    right: 16px;
}

.floating-btn .fa {
    line-height: 34px;
}

.pager li>a, .pager li>span {
    background-color: #fff;
    border: none;
    border-radius: initial;
}

.pager {
    margin: 0px;
}

.employee-row.selected {
    background-color: rgba(211, 47, 47, .5) !important;
}

.employee-row.selected:hover {
    background-color: rgba(211, 47, 47, .8) !important;
}

#paystub-lock-button i {
    cursor: pointer;
    font-size: 3rem;
}

/*#payroll-calendar {*/
    /*height: 450px;*/
/*}*/

#payroll-calendar .fc-day-grid-container.fc-scroller {
    height: auto!important;
    overflow-y: auto;
}

#payroll-calendar .fc-day-grid-event {
    cursor: pointer;
}

/*spinner*/
body {
    background-color: #eeeeee;
}

.loader {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 45%;
    top: 20%;
}

.circular{
    /*animation: rotate 2s linear infinite;*/
    height: 100px;
    position: relative;
    width: 100px;
}


.path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation:
            dash 1.5s ease-in-out infinite,
            color 6s ease-in-out infinite
;
    stroke-linecap: round;
}

@keyframes rotate{
    100%{
        transform: rotate(360deg);
    }
}
@keyframes dash{
    0%{
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}
@keyframes color{
    100%, 0%{
        stroke: #046285;
    }
    40%{
        stroke: #0057e7;
    }
    66%{
        stroke: #046285;
    }
    80%, 90%{
        stroke: #ffa700;
    }
}

#payroll-content-wrapper .ion {
    font-size: 2rem;
    line-height: 50px;
}

.square {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.green-bg {
    background-color: #689F38;
}

.green-bg-half {
    background-color: rgba(104, 159, 56, .5);
}

.red-bg {
    background-color: #D32F2F;
}

.red-bg-half {
    background-color: rgba(211, 47, 47, .5);
}

.yellow-bg {
    background-color: #FBC02D;
}

.vertical-align-middle {
    vertical-align: middle;
}

#payroll-employees-list input[type='number'] {
    -moz-appearance:textfield;
}

#payroll-employees-list input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#select-payroll-btn {
    font-size: 3rem;
    cursor: pointer;
}

#payroll-nav .navbar {
    background-color: white;
    border-radius: 2px;
}

.info-box.payroll-report {
    cursor: pointer;
    margin-bottom: 20px;
}

.card .card-body {
    padding: 16px;
}

.employee-box {
    width: 120px;
    margin: 16px;
    float: left;
    min-height: 180px;
    cursor: pointer;
}

.employee-box[disabled]:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.employee-box[disabled] img {
    filter: grayscale(100%) blur(2px);
}

input.invalid, input.invalid:focus {
    border-color: #F44336;
}

#ytd-settings .employee-card {
    width: 150px;
    float: left;
    margin-right: 16px;
    height: 220px;
}

td.employer-liab {
    background-color: #d0e2c1;
}

td.employee-liab {
    background-color: #f2cda7;
}

.editable-amount .edit-btn, .editable-amount .del-btn {
    cursor: pointer;
}

#modified-paystub-label {
    cursor: pointer;
}

.text-underlined {
    text-decoration: underline;
}

.console-view {
    background-color: black;
    height: 500px;
    overflow-y: scroll;
    color: white;
    padding: 16px;
}

.actual-hours-event i.ion {
    line-height: 20px;
}

.toast-top-right {
    top: 60px !important;
}

.employee-card img {
    max-height: 120px;
    display: inline-block;
}

ol.breadcrumb li {
    color: #7a7a7a;
}

ol.breadcrumb li.active {
    color: #046285;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255,255,255, .5);
}

.employee-in-department-card img {
    max-width: 90%;
    border-radius: 50%;
    display: inline-block !important;
}

.schedule-popover {
    width: 100%;
}

#direct-deposit-table th.invalid {
    color: #046285;
}

.dd-badge {
    cursor: pointer;
}

.module-top-menu nav {
    background: white;
}

/*.fade-enter-active, .fade-leave-active {*/
    /*transition: opacity .5s*/
/*}*/
/*.fade-enter, .fade-leave-to !* .fade-leave-active in <2.1.8 *! {*/
    /*opacity: 0*/
/*}*/

.slide-fade-enter-active {
    transition: all .3s ease;
}
.slide-fade-leave-active {
    transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active for <2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
}

.timecards-employees-list li {
    margin: 4px 0px;
    padding: 4px 0px;
    cursor: pointer;
    background: #FFFFFF;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 2px solid #ffffff;
}

.timecards-employees-list li.active {
    border-bottom: 2px solid #046285;
}

.timecards-employees-list li:hover {
    background: #E0E0E0;
}

#timecard-table thead th.disabled {
    background: #046285;
}

.app-nav {
    padding-bottom: 0px;
}

.app-nav li a {
    color: #424242;
    border-bottom: 1px solid white;
    border: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: all .5s ease;
}

.app-nav li a:hover, .app-nav li a.router-link-exact-active {
    background: initial;
    color: #046285;
    border-bottom: 3px solid #048cbe;
}

.app-nav li a:active {
    box-shadow: initial;
}

.schedule-table thead tr th {
    text-align: center;
}

.schedule-table tbody tr td {
    border: 1px solid #E0E0E0;
    background: white;
    transition: all .5s ease;
}

.schedule-table tbody tr td.day-cell {
    cursor: pointer;
}
.schedule-table tbody tr td.day-cell:hover {
    background: #E0E0E0;
}

.schedule-table .day-cell .event {
    text-align: center;
    background: #046285;
    color: white;
    padding: 8px;
    margin: 8px 0px;
}


/* material switch */
.switch-input {
    display: none;
}
.switch-label {
    position: relative;
    display: inline-block;
    min-width: 112px;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    margin: 0px;
    padding: 16px 0 16px 44px;
}
.switch-label:before, .switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.switch-label:before {
    left: 1px;
    width: 34px;
    height: 14px;
    background-color: #9E9E9E;
    border-radius: 8px;
}
.switch-label:after {
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #FAFAFA;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch-label .toggle--on {
    display: none;
}
.switch-label .toggle--off {
    display: inline-block;
}
.switch-input:checked + .switch-label:before {
    background-color: rgba(211, 47, 47, .3);
}
.switch-input:checked + .switch-label:after {
    background-color: #046285;
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
    display: none;
}

.time-widget i.fa {
    font-size: 5rem;
    margin: 8px;
}

.time-widget .hours {
    font-size: 3rem;
    font-weight: 600;
}

.time-widget .widget-title {
    background: rgba(0,0,0, .2);
}

.date-nav-widget i {
    padding: 0px 16px;
    cursor: pointer;
    font-size: 3rem;
}

.date-nav-widget b {
    vertical-align: super;
}

.card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255,255,255, .9);
    z-index: 99;
}

.card .nav-tabs-custom {
    box-shadow: none;
    border-radius: 0px;
}

.card .card-sidebar {
    position: absolute;
    left: 10%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    background: white;
    padding: 16px;
    overflow-y: scroll;
    box-shadow: -6px 0px 5px -3px rgba(0,0,0, .2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.card .card-sidebar.hide {
    left: 110%;
    right: -110%;
    display: block !important;
}

.card-sidebar .close-trigger {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.card-sidebar .close-trigger i {
    font-size: 32px;
    color: #757575;
    padding: 8px 12px;
    cursor: pointer;
}

#docs-accordion .box {
    box-shadow: none;
}

#docs-accordion .box .box-title a {
    color: black;
}

#docs-accordion .box .box-header .box-tools button i {
    font-size: 24px;
}

.card-42{
    width: 42px;
    height: auto;
}

.label_only{
    padding: 12px 5px 12px 15px !important;
    color: #b8c7ce !important;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu .label_only {
        display: none !important;
        -webkit-transform: translateZ(0);
    }
}

.pointer {
    cursor: pointer;
}

.autocomplete-options {
    background: white;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    right: 0;
}

.autocomplete-options li {
    padding: 8px;
}

.autocomplete-options li:hover {
    background-color: #EEEEEE;
}

.btn-app, .btn-app:hover, .btn-app:active, .btn-app:focus {
    color: #046285;
    border: none;
    background-color: white;
    box-shadow: none;
    font-weight: 900;
}

.verifier{
    color: #a9a9a9;
}

.verifier-green:hover{
    color: #046285;
}

.verifier-red:hover{
    color: #046285;
}

.vGreen{
    color: #046285 !important;
}

.vRed{
    color: #F44336 !important;
}

.company-brand img{
    height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    vertical-align: middle;
    /*display: inline-block;*/

}

@media (min-width: 768px)
{
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 18px;
    }

    .sidebar-collapse .company-brand img{
        width: 100%;
        height: auto;
        vertical-align: middle;
        display: inline-block;
        max-height: 100%;  /* <-- Set maximum height to 100% of its parent */
        max-width: 100%;   /* <-- Set maximum width to 100% of its parent */
    }
}

.yellow {
    color: #f39c12;

}

a.small-box:hover {
    text-decoration: none !important;
}

a.small-box:active, a.small-box:visited, a.small-box:focus, a.small-box.router-link-active, a.small-box h3 {
    color: white !important;
}

a.small-box.router-link-exact-active span.small-box-footer {
    background-color: rgba(0, 0, 0, .5);
}

#attendance-calendar a {
    color: white !important;
}

.login-logo {
    line-height: 25px;
}

.login-logo p {
    font-size: 2rem;
    color: white;
    margin: 0;
}

.skin-red .main-header .logo {
    background-color: white;
    color: black;
}

.skin-red .main-header .logo:hover {
    background-color: white;
}

.login-logo a {
    display: inline-block;
    width: 100px;
}

.small-box h3.dashboard {
    font-size: 19px;
    height: 41px;
}

.small-box .inner h3 {
    font-size: 21px;
    height: 41px;
}

.small-box .inner p {
    height: 25px;
}

.ytd{
    color: #797878;font-weight: normal;
}

.table-cell-selector {
    padding-top: 0px;
    min-height: initial;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    background-color: #046285 !important;
    border-color: #048dc1;
}

.sidebar-menu a {
    color: #b8c7ce !important;
}

.skin-red .main-header .navbar {
    background-color: #046285;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #046285;
    border-color: #078bbd;
}

.skin-red .main-header li.user-header {
    background-color: #046285;
}

.skin-red .main-header .navbar .sidebar-toggle:hover {
    background-color: #046285;
}

.skin-red .sidebar-menu>li:hover>a, .skin-red .sidebar-menu>li.active>a {
    color: #fff;
    background: #1e282c;
    border-left-color: #046285;
}

.btn-success:hover, .btn-success:active, .btn-success.hover {
    background-color: #046285;
}

/*.link, .list-group li a, .profile-username a, .dl-horizontal dd a {*/
/*    cursor: pointer;*/
/*    color: #33a55a !important;*/
/*}*/

/*.md-theme-payroll :not(input):not(textarea)::selection {*/
/*    background: #33a55a !important;*/
/*}*/

.md-theme-payroll.md-switch.md-checked .md-switch-thumb {
    background-color: #046285 !important;
}

.md-theme-payroll.md-switch.md-checked .md-switch-container {
    background-color: rgb(0, 163, 224) !important;
}

.md-theme-payroll.md-switch.md-checked.md-warn .md-ink-ripple {
    color: #046285 !important;
}

.md-theme-payroll dd a:not(.md-button), .md-theme-payroll .box-profile h3 a{
    color: #046285 !important;
}

.md-theme-payroll .list-group li a {
    color: #046285 !important;
}

.md-theme-payroll.md-button:not([disabled]).md-primary.md-raised, .md-theme-payroll.md-button:not([disabled]).md-primary.md-fab {
    background-color: #046285 !important;
    color: rgba(255, 255, 255, .87) !important;
}

.link {
    color: #046285 !important
}

/*.md-theme-payroll.md-button:not([disabled]).md-primary:not(.md-icon-button) {*/
/*    color: #388e3c !important;*/
/*}*/

.daterangepicker td.in-range {
    background-color: #e7f5ec !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #046285 !important;
}

.ranges li.active {
    background: #046285 !important;
    border: 1px solid #0690c4 !important;
    color: #fff !important;
}

.ranges li:hover {
    background: #046285 !important;
    border: 1px solid #0381b0 !important;
    color: #fff !important;
}

.ranges li {
    color: #046285 !important;
}

@media only screen and (max-width: 600px) {
    .company-name {
        text-overflow: ellipsis;
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media only screen and (max-width: 320px) {
    .company-name {
        text-overflow: ellipsis;
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
    }
}

.taxable-bg {
    background-color: #f4fff8;
}
.non-taxable-bg {
    background-color: #fbfbfb;
}

.miami-blue-bg {
    background-color: #046285;
}

.miami-blue-text {
    color: #046285;
}

.skin-green .main-header .navbar {
    background-color: #222d32 !important;
}

.skin-green .main-header li.user-header {
    background-color: #046285 !important;
}

.btn-success{
    background-color: #046285 !important;
    border-color: #0587b9;
}

.md-theme-payroll a:not(.md-button):hover{
    background-color: #046285 !important;
}

.main-logo-a:hover{
    color: #fff !important;
}

.bg-green {
    background-color: #0a82af !important;
}

.box.box-success {
    border-top-color: #046285;
}


.skin-green .main-header .navbar .sidebar-toggle:hover, .skin-green .main-header .navbar .sidebar-toggle, .navbar .navbar-static-top {
    background-color: #222d3200 !important;
}

.bg-green-gradient, .bg-red-gradient, .bg-yellow-gradient,
.bg-teal-gradient, .bg-maroon-gradient, .bg-purple-gradient,
.bg-aqua-gradient, .bg-blue-gradient, .bg-light-blue-gradient{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #337ab7), color-stop(1, #337ab7)) !important;
}

.md-theme-payroll.md-button:not([disabled]).md-accent:not(.md-icon-button) {
    color: #337ab7 !important;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background: #046285 !important;
}

.md-theme-payroll.md-button:not([disabled]).md-fab:hover, .md-theme-payroll.md-button:not([disabled]).md-fab{
    background: #046285 !important;
}

.md-theme-payroll.md-button:not([disabled]).md-fab:hover, .md-theme-payroll.md-button:not([disabled]).md-fab,
.md-theme-payroll.md-button:not([disabled]).md-primary.md-icon-button:not(.md-raised){
    background: #046285 !important;
    color: #fff;
}