﻿@import url('/Content/font/font.css');

body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
}

.bold-text, b, strong, th {
    font-weight: 600 !important
}

label {
    font-weight: 500 !important
}

h1, h2, .h1, .h2 {
    font-weight: 500 !important;
}
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
    font-weight: 600 !important;
}
.bootbox {
    background-color: #6666 !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}



.page-body.skin-white .btn-primary {
    background-color: #5ca323;
}

.badge.notify {
    background-color: red;
    margin-top: -10px;
    margin-right: -5px;
}
.badge-lg {
    font-size: 12px;
    padding: 5px 10px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.icon-border {
    border: 3px solid #333333;
    border-radius: 15px;
    padding: 2px 4px;
}

.iswitch {
    margin-left: 10px !important;
}

input[type="checkbox"],
input[type="checkbox"] + label {
    cursor: pointer;
}

.text-danger, .text-red {
    color: red !important;
}
.text-secondary, .text-green {
    color: #00a900 !important;
}

input[type=checkbox] {
    /* bigger-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 8px;
    cursor: pointer;
}

.small-checkbox {
    -ms-transform: scale(1); /* IE */
    -moz-transform: scale(1); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
}


.text-danger {
    color: red;
}

/*cico accordion body*/
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
    border-top: 0px;
    margin-top: 0px;
}

.panel-options {
    padding-top: 10px;
}

.panel .panel-heading > .panel-title {
    color: #695d5d;
    text-transform: uppercase;
/*    font-size: 15px;*/
    font-weight: 600;
    padding-top: 5px;
}

.panel-heading.custom {
    padding-top: 0px;
}

.panel.panel-color .panel-heading {
    padding: 10px 20px;
}

.i-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    background-color: #27c24c;
    border-radius: 30px;
}

    .i-switch input {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .i-switch input:checked + i:before {
            top: 50%;
            right: 5px;
            bottom: 50%;
            left: 50%;
            border-width: 0;
            border-radius: 5px;
        }

        .i-switch input:checked + i:after {
            margin-left: 16px;
        }

    .i-switch i:before {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        background-color: #fff;
        border: 1px solid #f0f0f0;
        border-radius: 30px;
        content: "";
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .i-switch i:after {
        position: absolute;
        top: 1px;
        bottom: 1px;
        width: 18px;
        background-color: #fff;
        border-radius: 50%;
        content: "";
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
        -webkit-transition: margin-left .3s;
        transition: margin-left .3s;
    }

.i-switch-md {
    width: 40px;
    height: 24px;
}

    .i-switch-md input:checked + i:after {
        margin-left: 17px;
    }

    .i-switch-md i:after {
        width: 22px;
    }

.i-switch-lg {
    width: 50px;
    height: 30px;
}

    .i-switch-lg input:checked + i:after {
        margin-left: 21px;
    }

    .i-switch-lg i:after {
        width: 28px;
    }

.sidebar-menu .logo-env {
    padding: 15px 45px;
}

.form-control,
.btn,
.btn-group-xs > .btn,
.btn-xs {
    border-radius: 0px;
}


/* AngularJS Form validation styling */

.validation.help-block {
    color: #E07676;
    font-style: italic;
}

.padding-15 {
    padding: 15px !important;
}

.no-padding {
    padding: 0px !important;
}


/* invalid & (dirty or touched) => red -- CSS3 only */

.ng-invalid.ng-dirty:not(:focus) > .k-picker-wrap,
.ng-invalid.ng-touched:not(:focus) > .k-picker-wrap,
.ng-invalid.ng-dirty:not(:focus),
.ng-invalid.ng-touched:not(:focus) {
    border-color: #e74c3c;
}


/* valid & dirty => green */

.ng-valid.ng-dirty.ng-touched > .k-picker-wrap,
.ng-valid.ng-dirty.ng-touched {
    border-color: #2ecc71;
}


/* error display font italic, text-danger is red in BS */

.validation.text-danger {
    font-style: italic;
}

.k-grid td {
    padding: 5px;
    font-size: 13px;
}

.k-filter-row th, .k-grid-header th.k-header {
    font-weight: 550;
}

    .k-grid-header th.k-header > .k-link {
        font-size: 13px;
    }

.k-grid-toolbar {
    display: flex;
    justify-content: flex-end;
}

.table-responsive {
    border: none;
}

.k-checkbox:indeterminate + .k-checkbox-label::after {
    margin-left: -3px;
    margin-top: 2px;
}

.k-widget.k-treeview {
    padding: 20px 0;
}

.k-checkbox-label::before {
    top: -6px;
}

.k-grid-header:first-child th.k-header:first-child,
.k-rtl thead.k-grid-header th.k-header:last-child,
thead.k-grid-header th.k-header:first-child {
    border-radius: 0;
}

.k-gantt-toolbar .k-state-default,
.k-grid .k-grouping-header,
.k-grid-header,
.k-grid-header-wrap,
.k-grouping-header .k-group-indicator,
.k-header,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-wrap .k-textbox {
    background-color: #f9f9f9;
}

    .k-gantt-toolbar .k-state-default,
    .k-grid .k-grouping-header,
    .k-grid-header,
    .k-grid-header-wrap,
    .k-grouping-header .k-group-indicator,
    .k-header,
    .k-pager-wrap,
    .k-pager-wrap .k-link,
    .k-pager-wrap .k-textbox,
    .k-autocomplete,
    .k-block,
    .k-button-group .k-tool,
    .k-calendar th,
    .k-colorpicker .k-i-arrow-s,
    .k-content,
    .k-dropdown-wrap,
    .k-dropzone-active,
    .k-editable-area,
    .k-filter-row > th,
    .k-footer-template td,
    .k-grid td,
    .k-grid td.k-state-selected,
    .k-grid-content-locked,
    .k-grid-footer,
    .k-grid-footer-locked,
    .k-grid-footer-wrap,
    .k-grid-header,
    .k-grid-header-locked,
    .k-grid-header-wrap,
    .k-group,
    .k-group-footer td,
    .k-grouping-header,
    .k-grouping-header .k-group-indicator,
    .k-header,
    .k-input,
    .k-pager-refresh,
    .k-pager-wrap,
    .k-pager-wrap .k-link,
    .k-panel > .k-item > .k-link,
    .k-panelbar .k-content,
    .k-panelbar .k-panel,
    .k-panelbar > .k-item > .k-link,
    .k-separator,
    .k-slider-track,
    .k-splitbar,
    .k-state-default,
    .k-state-default .k-select,
    .k-state-disabled,
    .k-textbox,
    .k-textbox > input,
    .k-tiles,
    .k-toolbar,
    .k-tooltip,
    .k-treemap-tile,
    .k-upload-files,
    .k-widget {
        border-color: #eeeeee;
    }

.k-grid tr td {
    border-color: #eeeeee;
}

.k-grid td {
    padding: 5px;
    color: #808384;
}

.k-grid-header .k-link:link,
.k-grid-header .k-link:visited,
.k-grid-header .k-nav-current.k-state-hover .k-link,
.k-grouping-header .k-link {
    color: #808384;
}

.k-grid-header th.k-header {
    font-size: 13px;
    color: #808384;
    padding: 8px 5px;
}

.btn.btn-icon-standalone span {
    display: block;
    padding: 12px 10px 10px 50px;
}

.k-grid tr:hover {
    background: #eeeeee;
}

.cal-td,
.fc-day-header {
    padding: 10px !important;
}

.fc-day-number {
    float: right;
}

.event-links {
    cursor: pointer;
    cursor: hand;
}

.modal-backdrop.fade.in {
    display: none !important;
}

.add-event,
.delete-event,
.edit-event {
    font-size: 12px !important;
    background: transparent;
    border: none;
    padding: 0;
}

.event-wrapper {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 0 6px 0 0;
    position: relative;
}

    .event-wrapper i {
        position: absolute;
        right: 0;
        top: 0;
    }

        .event-wrapper i.edit-event {
            right: 20px;
        }

.work-status {
    font-size: 10px;
}

.passdate {
    color: rgba(0, 0, 0, 0.36);
}

.dayoff {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 25px 0;
}

.k-autocomplete,
.k-block,
.k-button,
.k-calendar .k-link,
.k-calendar td,
.k-calendar-container,
.k-colorpicker,
.k-combobox,
.k-datepicker,
.k-datetimepicker,
.k-drag-clue,
.k-dropdown,
.k-dropdown-wrap,
.k-editor-inline,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-inline-block,
.k-list-container,
.k-multiselect,
.k-notification,
.k-numeric-wrap,
.k-numerictextbox,
.k-picker-wrap,
.k-slider-selection,
.k-slider-track,
.k-split-button,
.k-textbox,
.k-tile,
.k-timepicker,
.k-tooltip,
.k-touch-scrollbar,
.k-treeview .k-in,
.k-upload,
.k-window,
.k-window-action,
.k-window-titleless .k-window-content {
    border-radius: 0;
}

.k-gantt-toolbar .k-state-default,
.k-grid .k-grouping-header,
.k-grid-header,
.k-grid-header-wrap,
.k-grouping-header .k-group-indicator,
.k-header,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-wrap .k-textbox {
    background-color: #fff;
}

.k-autocomplete.k-state-default .k-input,
.k-combobox .k-state-default .k-input,
.k-multiselect-wrap,
.k-numeric-wrap.k-state-default .k-input,
.k-picker-wrap.k-state-default .k-input,
.k-progress-status-wrap,
.k-slider-selection,
.k-slider-track {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

textarea.form-control.min-height-100 {
    height: 100px;
}

textarea.form-control.min-height-150 {
    height: 150px;
}

textarea.form-control.min-height-200 {
    height: 200px;
}

textarea.form-control.min-height-400 {
    height: 400px;
}

.k-dropdown.ng-invalid.ng-dirty,
.ng-submitted .k-dropdown.ng-invalid {
    border: 1px solid #e74c3c;
}

    .k-dropdown.ng-invalid.ng-dirty .k-dropdown-wrap.k-state-default,
    .ng-submitted .k-dropdown.ng-invalid .k-dropdown-wrap.k-state-default {
        border-color: #fff;
    }

.event-wrapper {
    clear: both;
}

.calendar-actions {
    height: auto !important;
    padding: 1px 2px !important;
    background: none;
    border: none;
}

    .calendar-actions:hover {
        background: rgba(208, 208, 208, 0.44);
    }

.btn.btn-icon-standalone span.standard {
    display: block;
    padding: 12px 10px 10px 50px;
}

.scroller {
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
    position: relative;
    overflow-x: hidden;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.mb15 {
    margin-bottom: 15px;
}

.pager-report {
    font-size: 12px;
    text-align: left;
}

.multiselect .btn {
    text-align: left;
}

    .multiselect .btn .caret {
        float: right;
        margin-top: 8px;
    }

.multiselect .dropdown-menu {
    margin-top: 34px;
    border-radius: 0;
}

    .multiselect .dropdown-menu li:first-child,
    .multiselect .dropdown-menu li:nth-child(2) {
        float: left;
        display: inline-block;
    }

.dropdown-menu .divider {
    clear: both;
}

.multiselect .dropdown-menu li[role=presentation] span {
    border: 1px solid rgb(221, 221, 221);
    padding: 2px;
    width: 20px;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

#overlay-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    height: 0;
    z-index: 9999999;
    min-height: 100%;
    background: url(background.png);
}

#overlay-image {
    font-size: 40px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 12345656;
    position: fixed;
}

.parent-wrapper-boca {
    padding: 10px;
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.title-header {
    font-weight: bold;
    padding: 13px 10px;
}

    .title-header.ng-binding {
        outline: none;
    }

.box-200 {
    border: solid 1px #CCCCCC;
    height: 200px;
}

.no-padding-left {
    padding-left: 0;
}

.bg-gray-title {
    background-color: #40bbea;
    color: #FFF;
    text-transform: uppercase;
}

.mb15 {
    margin-bottom: 15px;
}
/*
.mailbox-env .mail-env .mail-table .mail-pagination .next-prev button:first-child::after {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 1px;
}

.mailbox-env .mail-env .mail-table .mail-pagination .next-prev button:first-child {
    margin-right: 9px;
}

.mailbox-env .mail-env .mail-table .mail-pagination .next-prev button {
    color: #575858;
    display: block;
    float: left;
    font-size: 14px;
    position: relative;
    background: #fff;
    border: none;
}*/

.mailbox-env .mail-env .mail-table > tbody > tr.unread .col-name {
    font-weight: normal;
}

.th-centered .table-bordered thead th,
.th-centered.table-bordered thead th {
    text-align: center !important;
}

.table-condensed th {
    font-weight: 500 !important;
    background-color: #DEEBF7 !important;
}

.table-condensed .title {
    color: white !important;
    background-color: #0070C0 !important;
}

.label-header th, .title {
    text-align: left !important;
}

.xe-widget.xe-vertical-counter .xe-icon.two-layer {
    font-size: 40px;
    padding-bottom: 0;
}

.xe-widget.xe-vertical-counter .xe-label.pt0 {
    padding-top: 0;
}

.calendar-env.calendar-evn-mini .calendar-main .fc .fc-toolbar .fc-left h2 {
    font-size: 16px;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-right {
    margin-top: 0;
}

.mini-calendar .cal-td,
.mini-calendar .fc-day-header {
    padding: 12px !important;
}

.force-border {
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.heading-bg {
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-bottom: 4px double #ddd;
}

.mb5 {
    margin-bottom: 5px;
}

.heading-bg .right-border {
    border-right: 1px solid #ddd;
}

.assessment-headers {
    padding: 15px 10px;
}

.title-wrapper-assessment:focus {
    outline: none;
}

.child-wrapper-aoca,
.child-wrapper-boca {
    padding-top: 5px;
}

.panel .panel-body {
    color: #5f6262;
}

.cbr-replaced .cbr-state {
    border-color: #676161;
}

.cbr-replaced.cbr-radio.cbr-checked .cbr-state span {
    background: #676161;
}

.checklist-wrapper .child-wrapper-aoca,
.checklist-wrapper .child-wrapper-boca {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

    .checklist-wrapper .child-wrapper-aoca:last-child,
    .checklist-wrapper .child-wrapper-boca:last-child {
        border-bottom: 0;
    }

.mailbox-env .mail-env .mail-table > tbody > tr > td,
.mailbox-env .mail-env .mail-table > tbody > tr > th {
    font-size: 13px;
    color: #666;
}

.notificaion-verification .xe-widget.xe-counter .xe-label .num {
    font-size: 18px;
}

textarea {
    resize: none;
}

.completed {
    font-size: 9px;
    color: #8fffa1;
}

.not-completed {
    color: #c3373b !important;
}

.mbzero {
    margin-bottom: 0;
}

.ml3 {
    margin-left: 3px;
}

.ml10{
    margin-left:5px;
}

.page-body.skin-watermelon.login-page .login-form .form-group .form-control.input-dark,
.page-body.skin-white.login-page .login-form .form-group .form-control.input-dark {
    border: none;
}

    .page-body.skin-watermelon.login-page .login-form .form-group .form-control.input-dark:-webkit-autofill,
    .page-body.skin-white.login-page .login-form .form-group .form-control.input-dark:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
        -webkit-text-fill-color: #545454;
        border: 1px solid #ccc;
    }

.page-body.skin-watermelon.login-page .login-form .form-group .form-control.input-dark,
.page-body.skin-white.login-page .login-form .form-group .form-control.input-dark {
}

.dropdown-multiselect button {
    margin-bottom: 0 !important;
}

.ng-invalid-validation + div.dropdown-multiselect {
    border-color: #e74c3c;
}

.k-editable-area {
    padding: 5px;
}

.banner-wrapper {
    margin: -30px;
}

    .banner-wrapper img {
        width: 100%;
        min-width: 100%;
    }

.home-toolbar .user-info-menu.right-links {
    background: #b63131;
    color: #fff;
    text-transform: uppercase;
}

.home-toolbar .left-links li a {
    padding: 25px;
}

.home-toolbar .right-links li a {
    color: #fff;
    border-color: #b63131;
}

    .home-toolbar .right-links li a:hover {
        color: #e4e4e4;
    }

.navbar.home-toolbar {
    border-radius: 0;
}

.login-pane {
    padding-top: 0;
}

.transparent-btn {
    color: #fff0f5;
    background: transparent;
    border: 1px solid #c36262;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .transparent-btn:hover {
        border-color: #de8e8e;
        color: #e4e4e4;
    }

.page-body.user-info-navbar-skin-watermelon .user-info-navbar .user-info-menu > li > a.additional-padding-lr {
    padding-left: 65px;
    padding-right: 65px;
}

.landing-page {
    padding-top: 0 !important;
}

.user-info-navbar.home-toolbar .user-info-menu > li {
    border: none;
}

.xe-counter-purple-tile {
    background: #7c38bc !important;
}

.xe-counter-yellow-tile {
    background: #fcd036 !important;
}

.xe-counter-green-tile {
    background: #68b828 !important;
}

.xe-label div {
    margin-bottom: 10px;
}

    .xe-label div:last-child {
        margin-bottom: 0;
    }

.custom-dashboard .xe-widget.xe-counter .xe-label .num {
    font-size: 16px !important;
    color: #545454 !important;
    font-weight: bold;
}

.xe-counter-red-tile {
    background: #d5080f !important;
}

.xe-widget.xe-counter.xe-counter-red-tile .xe-label span,
.xe-widget.xe-counter.xe-counter-pink-tile .xe-label span,
.xe-widget.xe-counter.xe-counter-danger-tile .xe-label span,
.xe-widget.xe-counter.xe-counter-turquoise-tile .xe-label span,
.xe-widget.xe-counter.xe-counter-yellow-tile .xe-label span,
.xe-widget.xe-counter.xe-counter-green-tile .xe-label span,
.xe-widget.xe-counter.xe-counter-purple-tile .xe-label span {
    color: #fff;
    text-shadow: -1px -1px 2px rgb(0, 0, 0);
}

.xe-counter-pink-tile {
    background: #ff6264 !important;
}

.xe-counter-danger-tile {
    background: #cc3f44 !important;
}

.xe-counter-turquoise-tile {
    background: #00b19d !important;
}

.custom-dashboard .xe-widget.xe-counter {
    margin-bottom: 10px;
}

.custom-dashboard .panel {
    padding: 10px;
    margin-bottom: 10px;
}

    .custom-dashboard .panel .panel-body {
        padding-top: 10px;
    }

    .custom-dashboard .panel .panel-heading {
        padding-bottom: 10px;
    }

.custom-dashboard .xe-widget.xe-counter:last-child {
    margin-bottom: 0;
}

.custom-dashboard .panel.panel-color .panel-heading {
    margin-top: -20px;
    margin-left: -11px;
    margin-right: -11px;
    padding: 10px;
    border-radius: 0;
}

.panel-info {
    border: 1px solid #40bbea;
    border-top: 0;
}

.panel-success {
    border: 1px solid #8dc63f;
    border-top: 0;
}

.panel-blue {
    border: 1px solid #0e62c7;
    border-top: 0;
}

.panel-red {
    border: 1px solid #d5080f;
    border-top: 0;
}

.panel-purple {
    border: 1px solid #7c38bc;
    border-top: 0;
}


.hide-parent-menu {
    display: none !important;
}

@media print {
    .showonprint {
        display: block !important;
    }

    .hideonprint {
        display: none !important;
    }

    .box-label div {
        height: 500px;
        font-size: 100px;
        text-align: center;
        line-height: 500px;
        padding-top: 200px;
        /*border: 1px dotted #CCC;*/
    }

    .box-label .top-label {
        border-bottom: 1px dotted #CCC;
    }
}

.pay-claim-wrapper .xe-widget.xe-counter .xe-label .num {
    font-size: 18px;
}

.page-body.skin-white .sidebar-menu .logo-env {
    border-bottom: 1px solid #EEE;
    background: #b63131;
}

.sidebar-menu {
    font-weight: 500 !important;
}

.sidebar-menu .logo-env {
    padding: 10px 45px;
}

.user-info-navbar {
    border-radius: 0 !important;
}

.sidebar-user-info .user-profile {
    padding: 30px 15px;
    background: url(user-bg.jpg);
}

.page-body.skin-white .sidebar-user-info .user-profile span strong {
    color: #FFF;
    text-shadow: 1px 1px 1px #444;
}

.page-body.user-info-navbar-skin-watermelon .user-info-navbar .user-info-menu > li > a {
    color: #e4e4e4;
}

.page-body.skin-white .sidebar-menu .main-menu > li:first-child > a {
    color: #428bca;
}

.page-body.user-info-navbar-skin-watermelon .user-info-navbar .user-info-menu > li .dropdown-menu {
    border-radius: 0;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu {
    right: 0;
}

.page-body.skin-white.login-page .login-form .login-header p {
    /*color: #FFF;*/
}

.page-body.skin-white.login-page {
    background: #b63131;
    color: #fff;
}

    .page-body.skin-white.login-page .login-form .login-footer a {
        /*color: #FFF;*/
    }

        .page-body.skin-white.login-page .login-form .login-footer a:hover {
            color: #f4f4f4;
        }

@media screen and (min-width: 769px) {
    .sidebar-menu.collapsed .logo-env {
        padding: 8px 0 25px;
    }
}

.page-body.skin-white.login-page .login-form .form-group .control-label {
    color: #fff;
}

.page-body.skin-white.login-page .login-form .form-group .btn.btn-dark {
    border-color: #c03737;
    background-color: #b63131;
    color: #FFF;
}

    .page-body.skin-white.login-page .login-form .form-group .btn.btn-dark:hover {
        background-color: rgba(192, 55, 55, .3);
    }

.page-body.skin-white.login-page .login-form .form-group .form-control.input-dark {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #545454 !important;
}

.sidebar-menu.fixed .sidebar-menu-inner {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.main-content-view {
    min-height: 600px;
}

.user-info-navbar .user-info-menu > li > a {
    padding: 18px 20px 17px;
}

.page-body.skin-white .sidebar-menu .main-menu a {
    color: #444;
}

.sidebar-menu .main-menu a > i {
    font-size: 16px;
}

.user-info-navbar .user-info-menu > li > a i {
    font-size: 20px;
}

.page-body.user-info-navbar-skin-watermelon .user-info-navbar.home-toolbar {
    background: #FFF;
}

.user-info-navbar.home-toolbar {
    margin-bottom: 25px;
}

.page-body.skin-white .btn.btn-secondary,
.page-body.skin-white .btn.btn-secondary:hover {
    background: #5fa724;
}

.page-error {
    color: #b63131;
}

.transparent {
    background: transparent;
}

.table.custom-td > thead > tr > td,
.table.custom-td > tbody > tr > td {
    padding: 8px;
}

.max-width-165 {
    max-width: 165px;
}

.text-ellipsis {
    max-width: 145px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar-user-info .user-profile img {
    margin-right: 10px;
}

.side-designation {
    text-shadow: 1px 1px 1px #c5c5c5;
}

.page-body.skin-white .sidebar-menu .ps-scrollbar-x-rail .ps-scrollbar-x,
.page-body.skin-white .sidebar-menu .ps-scrollbar-y-rail .ps-scrollbar-y {
    background-color: #999;
}

.input-group-addon:first-child {
    border-right: 0;
    width: 34px;
    padding: 12px;
}

.login-form {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    background: #fff;
}

    .login-form p,
    .login-form a {
        color: #545454;
    }

    .login-form .input-group-addon {
        border-radius: 0;
    }

.login-page .login-form .form-group .btn {
    padding: 0;
}

.login-page .login-form .login-header {
    margin-bottom: 25px;
}

::-webkit-input-placeholder {
    color: red;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

:-ms-input-placeholder {
    color: red;
}


/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */

ul[dnd-list],
ul[dnd-list] > li {
    position: relative;
}


/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */

ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}


    /**
* The dndDraggingSource class will be applied to
* the source element of a drag operation. It makes
* sense to hide it to give the user the feeling
* that he's actually moving it.
*/

    ul[dnd-list] .dndDraggingSource {
        display: none;
    }


    /**
* An element with .dndPlaceholder class will be
* added to the dnd-list while the user is dragging
* over it.
*/

    ul[dnd-list] .dndPlaceholder {
        display: block;
        background-color: #ddd;
        min-height: 42px;
    }

.panel-zero {
    padding: 0;
    border-color: #ddd;
    border-radius: 0;
}

    .panel-zero .panel-body {
        padding-top: 0;
        overflow: auto;
        height: 383px;
    }

.panel.panel-info.panel-zero .panel-heading {
    padding: 15px;
    border-radius: 0;
}


/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */

ul[dnd-list] {
    padding: 0;
}

    ul[dnd-list] li {
        background-color: #fff;
        border: none;
        display: block;
        padding: 5px 15px;
        margin-bottom: -1px;
        border-left: 0;
        border-right: 0;
    }

        ul[dnd-list] li:first-child {
            border-top: 0;
        }

        ul[dnd-list] li:last-child {
            border-bottom: 0;
        }


        /**
* Show selected elements in green
*/

        ul[dnd-list] li.selected {
            background-color: #dff0d8;
            color: #3c763d;
        }

.table.table-bordered.font-size-13 > thead > tr > th, .table.table-bordered.font-size-13 > thead > tr > td {
    font-weight: bold !important;
}

.table.font-size-13 > thead > tr > th,
.table.font-size-13 > thead > tr > td,
.table.font-size-13 > tbody > tr > td,
.table.font-size-13 > tfoot > tr > td {
    font-size: 13px;
    padding: 10px;
}

.box-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.table.nowrap > thead > tr > td,
.table.nowrap > tbody > tr > td {
    white-space: nowrap;
}

.scrollable-div {
    overflow: auto;
    width: 100%;
}

.card {
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
}

    .card .card-content {
        padding: 10px 14px;
        height: 330px;
    }

    .card .card-reveal {
        padding: 10px 14px;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.card-reveal {
    width: 308px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 331px;
}

    .card-reveal.show {
        margin-top: 0;
        height: 331px;
    }

.page-body.skin-white .sidebar-user-info .user-profile span {
    color: #fff;
}

.padding-top-30 {
    padding-top: 30px !important;
}


/***************************** Dropzone Styling *****************************/

.alarm-schedule {
    font-size: 13px;
}

    .alarm-schedule .table > thead > tr > td,
    .alarm-schedule .table > tbody > tr > td,
    .alarm-schedule .table > tfoot > tr > td,
    .alarm-schedule .table > thead > tr > th,
    .alarm-schedule .table > tbody > tr > th,
    .alarm-schedule .table > tfoot > tr > th {
        padding: 0;
        border: none;
    }


    /**
* The dnd-list should always have a min-height,
* otherwise you can't drop to it once it's empty
*/

    .alarm-schedule .dropzone ul[dnd-list] {
        min-height: 42px;
        margin: 0px;
        padding-left: 0px;
    }


    /**
* The dnd-lists's child elements currently MUST have
* position: relative. Otherwise we can not determine
* whether the mouse pointer is in the upper or lower
* half of the element we are dragging over. In other
* browsers we can use event.offsetY for this.
*/

    .alarm-schedule .dropzone li {
        background-color: #fff;
        display: block;
        padding: 0px;
    }

        .alarm-schedule .dropzone li > ul li {
            border-bottom: 1px solid #ddd;
        }


    /**
* Reduce opacity of elements during the drag operation. This allows the user
* to see where he is dropping his element, even if the element is huge. The
* .dndDragging class is automatically set during the drag operation.
*/

    .alarm-schedule .dropzone .dndDragging {
        opacity: 0.7;
    }


    /**
* The dndDraggingSource class will be applied to the source element of a drag
* operation. It makes sense to hide it to give the user the feeling that he's
* actually moving it. Note that the source element has also .dndDragging class.
*/

    .alarm-schedule .dropzone .dndDraggingSource {
        display: none;
    }


    /**
* An element with .dndPlaceholder class will be added as child of the dnd-list
* while the user is dragging over it.
*/

    .alarm-schedule .dropzone .dndPlaceholder {
        background-color: #ddd;
        min-height: 42px;
        display: block;
        position: relative;
    }


    /***************************** Element Selection *****************************/

    .alarm-schedule .dropzone .selected .item {
        color: #3c763d;
        background-color: #dff0d8;
    }

    .alarm-schedule .dropzone .selected .box {
        border-color: #d6e9c6;
    }

        .alarm-schedule .dropzone .selected .box > h3 {
            color: #3c763d;
            background-color: #dff0d8;
            background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
            border-color: #d6e9c6;
        }


    /***************************** Element type specific styles *****************************/

    .alarm-schedule .dropzone .item {
        padding: 2px 5px;
        font-size: 12px;
    }

        .alarm-schedule .dropzone .item:first-child {
            border: none;
        }

    .alarm-schedule .dropzone .container-element {
        /*margin: 10px;*/
    }

html .dropzone {
    border: none;
}

.box-blue .column {
    margin: 10px 5px;
    padding: 5px;
    border: 1px solid #ddd;
}


/***************************** Toolbox *****************************/

.alarm-schedule h3 {
    font-size: 13px;
    margin-top: 0;
    font-weight: bold;
}

.alarm-schedule .toolbox ul {
    list-style: none;
    padding-left: 0px;
    cursor: move;
}

.alarm-schedule .toolbox button {
    margin: 5px;
    width: 123px;
    opacity: 1.0;
}

.alarm-schedule .toolbox .dndDragging {
    opacity: 0.5;
}

.alarm-schedule .toolbox .dndDraggingSource {
    opacity: 1.0;
}


/***************************** Trashcan *****************************/

.alarm-schedule .trashcan ul {
    list-style: none;
    padding-left: 0px;
}

.alarm-schedule .trashcan img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.alarm-schedule .trashcan .dndDragover img {
    width: 100%;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.alarm-schedule .trashcan .dndPlaceholder {
    display: none;
}

.table.tbl-padding > tbody > tr > td {
    padding: 10px 12px !important;
}

.page-body.skin-white .sidebar-menu .main-menu li.has-sub > a:before {
    color: #000;
}

.list-collection {
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
    padding-bottom: 2px;
    padding-top: 2px;
}

.user-info-navbar.home-toolbar .user-info-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

ul[dnd-list].trash li {
    border: none !important;
}

ul[dnd-list].trash {
    border: 1px solid #ddd;
    text-align: center;
    padding-bottom: 1px;
}

.sidebar-user-info .user-links li a {
    padding: 10px 5px;
    font-size: 14px;
}

.panel,
.alert {
    border-radius: 0;
}

.card .card-reveal.zindex-max {
    z-index: 3;
}

.minimal-padding td {
    font-size: 12px !important;
    padding: 5px !important;
}

.page-body.skin-white .btn.btn-secondary:active,
.page-body.skin-white .btn.btn-secondary:focus {
    background-color: #5fa724;
    border-color: #5fa724;
}

.dashboard .modal {
    font-size: 13px;
}

    .dashboard .modal .modal-dialog .modal-content {
        padding: 15px;
    }

.dashboard .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.dashboard .table td,
.dashboard .table td {
    padding: 7px !important;
}

.dashboard .padding-15 {
    padding: 15px 0 0 !important;
}

.dashboard .nav.nav-tabs > li.active {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.nav.nav-tabs > li > a {
    background: #fff;
}

.modal-select {
    padding: 5px;
    font-size: 13px;
    width: 100%;
}

.panel.panel-color .panel-heading.custom {
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
}

.panel .panel-body.p-t-zero {
    padding-top: 0;
}

.panel.custom {
    padding: 20px 0;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.cross-self {
    position: absolute;
    z-index: 2222222;
    right: 9px;
}

.xe-widget.xe-counter .xe-label {
    padding: 10px;
}

.xe-widget.xe-counter .xe-icon {
    padding: 10px 18px;
}

.xe-widget.xe-counter .xe-label span {
    color: rgba(69, 69, 69, 0.71);
    font-weight: bold;
    font-size: 11px;
}

.xe-icon i {
    box-shadow: 0px 1px 1px 2px rgb(238, 238, 238);
}

.dashboard-modal-header {
    padding: 3px 0 !important;
}

.dashboard-modal-body {
    padding: 5px 0 10px !important;
}

.box-shadow {
    -webkit-box-shadow: 6px 7px 9px -3px #a0a0a0;
    -moz-box-shadow: 6px 7px 9px -3px #a0a0a0;
    box-shadow: 6px 7px 9px -3px #a0a0a0;
}

tbody.export > tr:last-child {
    font-weight: bold
}

.modal {
    z-index: 99999999
}

.custom-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    z-index: 999999;
}

    .custom-modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
        display: none;
    }

        .custom-modal-backdrop.fade.in {
            opacity: .5;
            display: block;
        }

.modal-content {
    border-radius: 0
}

textarea.form-control.min-height-60 {
    height: 60px;
}

.bold {
    font-weight: 600
}

.w-100 {
    width: 100px
}

.w-150 {
    width: 150px
}

.w-175 {
    width: 175px
}

.w-75 {
    width: 75px
}

.w-125 {
    width: 125px
}

.document-action-btn {
    margin-left: 2px;
    height: 38px;
    width: 38px;
}

.steps-form {
    display: table;
    width: 100%;
    position: relative;
}

    .steps-form .steps-row {
        display: table-row;
    }

        .steps-form .steps-row:before {
            top: 25px;
            bottom: 0;
            position: absolute;
            content: " ";
            width: 100%;
            height: 1px;
            background-color: #ccc;
        }

        .steps-form .steps-row .steps-step {
            display: table-cell;
            text-align: center;
            position: relative;
        }

            .steps-form .steps-row .steps-step p {
                margin-top: 0.5rem;
            }

    .steps-form .btn[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        background-color: #a3cd81 !important;
    }

    .steps-form .steps-row .steps-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

    .steps-form .steps-row .steps-step .btn-circle {
        width: 50px;
        height: 50px;
        text-align: center;
        padding: 10px 0;
        font-size: 20px;
        line-height: 1.428571429;
        border-radius: 30px;
        margin-top: 0;
    }

.mt-75 {
    margin-top: 75px;
}

.sidebar-menu .main-menu ul li a {
    padding-left: 20px !important
}

.kendo-form-control {
    width: 100%;
}

.display-block {
    display: block;
}

.display-none {
    display: none !important;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:indeterminate + label::after,
        .checkbox input[type="radio"]:indeterminate + label::after {
            display: block;
            content: "";
            width: 10px;
            height: 3px;
            background-color: #555555;
            border-radius: 2px;
            margin-left: -16.5px;
            margin-top: 7px;
        }

        .checkbox input[type="checkbox"]:disabled,
        .checkbox input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .checkbox input[type="checkbox"]:disabled + label,
            .checkbox input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .checkbox input[type="checkbox"]:disabled + label::before,
                .checkbox input[type="radio"]:disabled + label::before {
                    background-color: #eeeeee;
                    cursor: not-allowed;
                }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .radio input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .radio input[type="radio"]:disabled + label::before {
                    cursor: not-allowed;
                }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.radio label.large::before {
    width: 20px;
    height: 20px;
}

.radio label.large::after {
    width: 14px;
    height: 14px;
    top: 2.5px;
    left: 2.5px;
}

.pt-15 {
    padding-top: 15px;
}

.tooltip {
    pointer-events: none;
}

.hide {
    display: none !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.document-wrapper .btn-xs {
    width: 22px !important;
    height: 22px !important;
    font-size: 10px !important;
    border-radius: 20px !important;
    margin-top: 1px;
    margin-left: 12px;
}

.document-wrapper .btn.btn-icon-standalone.btn-xs i {
    padding: 6px !important;
}

.btn + .btn {
    margin-left: 3px !important;
}

.panel, .alert {
    border-radius: 0;
    display: block;
    /*overflow: hidden;*/
}

.mt-10 {
    margin-top: 10px
}

.fade.show {
    display: block !important;
    opacity: 1;
}

.modal-backdrop.fade.show {
    display: none !important
}

.tooltip {
    pointer-events: none;
}

.display-none {
    display: none;
}

.font-size-11 {
    font-size: 11px;
    padding: 5px;
}

.table.table-bordered.font-size-12 > thead > tr > th,
.table.table-bordered.font-size-12 > thead > tr > td {
    font-weight: bold;
}

.table.font-size-12 > thead > tr > th,
.table.font-size-12 > thead > tr > td,
.table.font-size-12 > tbody > tr > td,
.table.font-size-12 > tfoot > tr > td {
    font-size: 12px;
    padding: 5px;
}


.w-275 {
    width: 275px;
}

.w-250 {
    width: 250px;
}

.w-200 {
    width: 200px;
}

.k-datepicker.form-control {
    width: 100%;
}

.k-boolean-label {
    margin-right: 10px;
}

    .k-boolean-label input[type=radio], .k-boolean-label span {
        float: left;
    }

    .k-boolean-label span {
        margin: 3px 0 0 2px;
    }

.card-cit-dashboard {
    border-radius: 30px;
}

    .card-cit-dashboard h4 > span {
        font-family: 'Montserrat', sans-serif;
        font-size: 24.0pt;
        font-weight: bold;
        line-height: 100%;
        color: #40bbea;
        letter-spacing: 0.5pt;
        /* -webkit-text-stroke-width: 1px;*/
        /*        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: #CCC;
        text-shadow: 0 0 2px #87cefa, 0 0 2px #87cefa, 0 0 2px #87cefa, 0 0 2px #87cefa;*/
    }

.k-grid-header th.k-header {
    font-size: 13px;
    color: #808384;
    padding: 8px 5px;
}

.k-boolean-label {
    margin-right: 10px;
}

    .k-boolean-label span {
        margin: 3px 0 0 2px;
    }


.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

.btn.upload.btn-icon-standalone i, .btn.upload.btn-icon-standalone span {
    display: block;
    padding: 10px 12px;
}

.w-250 {
    width: 250px;
}

.w-200 {
    width: 250px;
}

.overflow-visible {
    overflow: visible
}

.k-boolean-label input[type=radio] {
    margin-top: 0;
    margin-right: 2px;
}


.k-grid-header th.k-header:not(:last-child) {
    padding: 8px 5px !important;
}

.k-boolean-label input[type=radio], .k-boolean-label span {
    float: left;
}

.k-boolean-label span {
    margin: 3px 0 0 2px;
}

.table.less-padding-font > tbody > tr > td,
.table.less-padding-font > thead > tr > th {
    padding: 6px 6px;
    font-size: 13px;
}


/**
 * Treeview styles
 *
 * @private
 * @package ivh.treeview
 * @copyright 2014 iVantage Health Analytics, Inc.
 */

ul.ivh-treeview li.ivh-treeview-node-collapsed ul.ivh-treeview {
    display: none;
}

ul.ivh-treeview .ivh-treeview-twistie-leaf,
ul.ivh-treeview .ivh-treeview-twistie-collapsed {
    display: none;
}

ul.ivh-treeview .ivh-treeview-node-collapsed .ivh-treeview-twistie-collapsed {
    display: inline;
}

ul.ivh-treeview .ivh-treeview-node-collapsed .ivh-treeview-twistie-expanded {
    display: none;
}

ul.ivh-treeview li.ivh-treeview-node-leaf .ivh-treeview-twistie-leaf {
    display: inline;
}

ul.ivh-treeview li.ivh-treeview-node-leaf .ivh-treeview-twistie-expanded,
ul.ivh-treeview li.ivh-treeview-node-leaf .ivh-treeview-twistie-collapsed {
    display: none;
}

ul.ivh-treeview {
    list-style-type: none;
    padding-left: 0;
}

    ul.ivh-treeview ul.ivh-treeview {
        padding-left: 15px;
    }

    ul.ivh-treeview .ivh-treeview-toggle {
        cursor: pointer;
    }

    ul.ivh-treeview .ivh-treeview-node-leaf .ivh-treeview-toggle {
        cursor: auto;
    }

.ivh-treeview-twistie-leaf {
    visibility: hidden;
}

ul.ivh-treeview .ivh-treeview-node-leaf .ivh-treeview-toggle {
    margin-right: 5px;
}

.sessionModalElement {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -87.5px;
    margin-left: -200px;
    width: 400px;
    height: 175px;
    border: 1px solid #CCCCCC;
    z-index: 9999999999;
    background: #fff;
    padding: 30px 15px 15px;
    font-size: 14px;
}

.card header {
    padding: 15px;
    background: #f7f7f7;
    font-size: 18px;
    font-weight: bold;
}

.card .card-body {
    padding: 30px;
}

.readonly-div {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fbfbfb;
    background-image: none;
    border: 1px solid #ccc;
}

    .readonly-div.textarea {
        min-height: 150px;
    }


.height-100 {
    height: 100px;
}

.table-bordered th {
    padding: 12px;
}

thead.header-text-center th {
    text-align: center;
}

tbody.body-text-right td {
    text-align: right;
}

tbody.body-text-center td {
    text-align: center;
}


.text-align-right {
    text-align: right;
}

.text-right {
    text-align: right !important;
}

/* CSS TABLE STYLES */

.css-table {
    display: table;
}

.css-table-header {
    display: table-header-group;
    font-weight: bold;
    background-color: rgb(191, 191, 191);
}

.css-table-body {
    display: table-row-group;
}

.css-table-row {
    display: table-row;
}

    .css-table-header div,
    .css-table-row div {
        display: table-cell;
        padding: 0 6px;
    }

.css-table-header div {
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
}

.malign {
    text-align: center;
    vertical-align: middle;
}

.lalign {
    text-align: center;
    vertical-align: middle;
}

.ralign {
    text-align: center;
    vertical-align: middle;
}

.w150 {
    width: 150px !important
}

.w80 {
    width: 80px !important
}

.div-box {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 6px 12px;
}

tr.noBorder td {
    border: 0;
}

/*.mailbox-env .mail-env .mail-table .pagination .next-prev button:first-child {
    margin-right: 9px;
}*/

.mailbox-env .mail-env .mail-table .grid-pagination {
    float: right;
    margin-right: -10px;
}

    .mailbox-env .mail-env .mail-table .grid-pagination .next-prev {
        float: right;
        width: 200px;
    }

        .mailbox-env .mail-env .mail-table .grid-pagination .next-prev button {
            color: #575858;
            display: block;
            float: left;
            font-size: 14px;
            position: relative;
            background: #fff;
            border: none;
        }

            .mailbox-env .mail-env .mail-table .grid-pagination .next-prev button.active {
                background-color: blueviolet;
                color: white;
            }

.panel-wrapper .panel {
    padding: 0 !important;
}

    .panel-wrapper .panel .panel-heading {
        padding: 20px;
        background: #eeeeee;
    }


.panel-wrapper .panel-group .panel .panel-heading a[data-toggle="collapse"]:before,
.panel-wrapper .panel-group .panel .panel-heading .accordion-toggle:before {
    display: none;
}


.display-block {
    display: block !important;
}

.tab-wrapper .nav.nav-tabs > li.active > a {
    background-color: #c30000 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.tab-wrapper .nav.nav-tabs > li > a {
    background: #e4e4e4 !important;
    color: #545454 !important;
}


.tab-wrapper .nav.nav-tabs > li {
    display: table-cell;
    float: none;
    margin-bottom: 0;
}

.tab-wrapper .tab-content {
    padding: 30px 0 !important;
}

.table.minimum-padding > thead > tr > td, .table.minimum-padding > tbody > tr > td,
.table.minimum-padding > tfood > tr > td, .table.minimum-padding > thead > tr > th,
.table.minimum-padding > tbody > tr > th, .table.minimum-padding > tfood > tr > th {
    padding: 8px 5px;
}

.table.minimum-padding > thead > tr > td, .table.minimum-padding > tbody > tr > td,
.table.minimum-padding > tfood > tr > td, .table.minimum-padding > thead > tr > th,
.table.minimum-padding > tbody > tr > th, .table.minimum-padding > tfood > tr > th {
    padding: 8px 5px;
    font-size: 14px;
}

.table.minimum-padding > thead > tr > td, .table.minimum-padding > tbody > tr > td,
.table.minimum-padding > tfood > tr > td, .table.minimum-padding > thead > tr > th,
.table.minimum-padding > tbody > tr > th, .table.minimum-padding > tfood > tr > th {
    padding: 8px 5px;
    font-size: 14px;
}

.table > thead > tr > th {
    background-color: #dde !important;
    font-weight: 550 !important;
}

.btn.btn-success.btn-icon-standalone i {
    background-color: #449d44;
    border-right-color: #398439;
}

.route-inprogress {
    background: #b63131 !important;
}

.sidebar-menu .main-menu a {
    padding: 8px 10px;
}


    .sidebar-menu .main-menu a > i {
        margin-right: 3px;
    }

        .sidebar-menu .main-menu a > i + span {
            padding-right: 3px;
            font-size: 13px;
        }

.table.minimum > thead > tr > td,
.table.minimum > tbody > tr > td,
.table.minimum > tfood > tr > td,
.table.minimum > thead > tr > th,
.table.minimum > tbody > tr > th,
.table.minimum > tfood > tr > th {
    padding: 5px 5px;
    font-size: 12px;
    text-align: center;
}

.table.minimum-size > thead > tr > td,
.table.minimum-size > tbody > tr > td,
.table.minimum-size > tfood > tr > td,
.table.minimum-size > thead > tr > th,
.table.minimum-size > tbody > tr > th,
.table.minimum-size > tfood > tr > th {
    padding: 5px 5px;
    font-size: 12px;
}


.table-custom.minimum-size > thead > tr > td,
.table-custom.minimum-size > tbody > tr > td,
.table-custom.minimum-size > tfood > tr > td,
.table-custom.minimum-size > thead > tr > th,
.table-custom.minimum-size > tbody > tr > th,
.table-custom.minimum-size > tfood > tr > th {
    padding: 5px 5px;
    font-size: 12px;
}

.table.minimum > thead > tr > th,
.table.minimum > thead > tr > td {
    min-width: 50px;
}


.table.minimum-size > thead > tr > td,
.table.minimum-size > tbody > tr > td,
.table.minimum-size > tfood > tr > td,
.table.minimum-size > thead > tr > th,
.table.minimum-size > tbody > tr > th,
.table.minimum-size > tfood > tr > th {
    padding: 5px 5px;
    font-size: 12px;
}

.table.minimum-size > thead > tr > th,
.table.minimum-size > thead > tr > td {
    min-width: 50px;
}

.md-xl .modal-dialog{
    width: 1140px !important;
}

@media (min-width: 1200px) {
    .modal-dialog.modal-xl {
        width: 1140px !important;
    }
}

@media (min-width: 992px) {
    .modal-dialog.modal-lg, .modal-dialog.modal-xl {
        width: 800px;
    }
}

.card-box {
    border: 0;
    box-shadow: 0 1px 1px 0 rgb(60 75 100 / 14%), 0 2px 1px -1px rgb(60 75 100 / 12%), 0 1px 3px 0 rgb(60 75 100 / 20%);
    height: 100px;
    width: 100px;
    display: block;
    margin-top: 15px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    font-weight: bold;
    font-size: 25px;
}

.w-300 {
    width: 200px;
}

.bg-success {
    background-color: #27c24c !important;
    color: #fff;
}

.bg-warning {
    background-color: #f0ad4e !important;
    color: #fff;
}

.bg-danger {
    background-color: #dc3545 !important;
    color: #fff;
}

.bg-info {
    background-color: #17a2b8 !important;
    color: #fff;
}

.bg-light {
    background-color: #dadfe4 !important;
    color: #343a40 !important;
}

.readonly-div.textarea {
    height: 125px;
}


.image-placeholder {
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 20px;
    height: 250px;
    display: block;
}

    .image-placeholder button {
        font-size: 50px;
        top: calc(50% - 32px);
        left: calc(50% - 32px);
        background: transparent;
        color: #000;
        z-index: 1;
        position: absolute;
        padding: 0;
    }

        .image-placeholder button:hover, .image-placeholder button:active, .image-placeholder button:focus {
            background: transparent !important;
            color: #000;
            border: none;
            padding: 0;
            box-shadow: none;
            outline: none;
        }


.placeHolder {
    height: 210px;
    overflow: hidden;
}


.btn[disabled] {
    border: 1px solid #eaeaea;
}


span.digit {
    height: 80px;
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #FFF;
    margin-right: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 55px;
    background: black;
    color: #fff;
    box-shadow: -2px 1px 11px 3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: -2px 1px 11px 3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: -2px 1px 11px 3px rgba(0, 0, 0, 0.29);
}


.back-next {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 50px;
    text-transform: uppercase;
}


.btn.upload.btn-icon-standalone i, .btn.upload.btn-icon-standalone span,
.btn.btn-icon-standalone.min-pad i {
    display: block;
    padding: 10px 12px;
}

.nowrap {
    white-space: nowrap;
}

.w-250 {
    width: 250px;
}

.w-200 {
    width: 250px;
}

.overflow-visible {
    overflow: visible
}

.tbl-header_color {
    background-color: #dde;
}

.header-bold h1,
.header-bold h2,
.header-bold h3,
.header-bold h4,
.header-bold h5,
.header-bold h6 {
    font-weight: 550 !important;
}

.form-check.form-check-inline {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.session-modal-body {
    display: block;
    overflow: hidden;
}

.session-modal-message {
    color: #000;
    text-align: center;
    padding: 0 25px;
}

.session-modal-dialog .modal-content {
    padding: 10px;
}

.sidebar-menu .main-menu a > span {
    font-size: 13px;
}

.side-menu-parent .side-menu-child li a > span, .side-menu-parent .side-menu-child .side-menu-child li a > span {
    padding-left: 6px;
}

.tbl_header-center {
    vertical-align: middle;
    text-align: center;
}

div.scrollWrapper {
    overflow: auto;
}


@media screen and (max-width: 600px) {
    div.scrollWrapper {
        white-space: nowrap !important;
    }
}

.scrollable-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 5px;
    word-break: normal;
}

.child-spinner {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    display: none;
}

.display-block {
    display: block;
}

.panel.panel-overflow-visible {
    overflow: visible;
}

@media screen and (max-width: 1023px) {
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap !important;
        word-break: normal !important;
    }

    .steps-step p {
        font-size: 12px;
        margin-left: 3px;
        margin-right: 3px;
    }
}

/* Flex Column*/

.flex-container {
    font-weight: bold;
    margin-right: 15px;
    margin-left: 15px;
    min-height: 25px;
    display: -webkit-flex; /* Safari */
    display: flex; /* Standard syntax */
    border-bottom: 0.1px solid #eee;
}

    .flex-container .column {
        padding: 10px;
        -webkit-flex: 1; /* Safari */
        -ms-flex: 1; /* IE 10 */
        flex: 1; /* Standard syntax */
        word-break: break-word;
    }

        .flex-container .column.bg-alt {
            background: #DEEAF6;
        }
/* End Flex Column CSS*/

.form-check.form-check-inline {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.pager .active a {
    background: #337ab7;
    color: #fff;
}

    .pager .active a:hover {
        color: rgb(0, 0, 0);
        cursor: pointer;
        cursor: hand;
    }



/*Custom ToolTips Starts Here..*/
.tooltips-mainwapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltips-mainwapper .tooltips-contentwrapper {
        visibility: hidden;
        opacity: 0;
        background-color: white !important;
        text-align: justify;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 6px;
        box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        padding: 9px 14px;
        white-space: normal;
        position: absolute;
        z-index: 2;
        top: 90%;
        left: -150px;
        margin-left: -60px;
    }

        .tooltips-mainwapper .tooltips-contentwrapper::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 15%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltips-mainwapper:hover .tooltips-contentwrapper {
        visibility: visible;
        opacity: 1;
    }

.tooltips-content p, li {
    color: black;
}
/*Custom ToolTips Ends Here..*/



.grid-pagination {
    text-align: right;
    border: none;
    margin-top: 15px;
}

    .grid-pagination .pagination-message {
        float: right;
    }

    .grid-pagination .next-prev {
        float: right;
        margin-left: 10px;
    }

        .grid-pagination .next-prev button {
            color: #575858;
            /* display: inline-block;*/
            /*float: left;*/
            font-size: 14px;
            position: relative;
            background: #fff;
            border: none;
        }
            /*.grid-pagination .next-prev button:first-child::after {
        background: #dddddd none repeat scroll 0 0;
        content: "";*/
            /*display: block;*/
            /*height: 10px;
        margin-top: -5px;
        position: absolute;
        right: -5px;
        top: 50%;
        width: 1px;
    }*/

            /*    .grid-pagination .next-prev button:first-child {
        margin-right: 9px;
    }*/
            .grid-pagination .next-prev button.active {
                background-color: blueviolet;
                color: white;
            }


.k-boolean-label span {
    margin: 3px 0 0 2px;
}

.panel-body.custom {
    padding: 10px;
}

div.form-control {
    padding: 0;
    border: 0;
}

    div.form-control .k-dropdown-wrap .k-input {
        line-height: 32px !important;
    }


    div.form-control .k-dropdown-wrap.k-state-default {
        height: 36px !important;
    }


.as-sortable-item, .as-sortable-placeholder {
    display: block;
}

table .as-sortable-item, table .as-sortable-placeholder {
    display: table-row;
}

.as-sortable-item {
    -ms-touch-action: none;
    touch-action: none;
    / to disable context menu on iOS devices / -webkit-touch-callout: none;
}

.as-sortable-item-handle {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.as-sortable-placeholder {
    background: #eee;
}

.as-sortable-drag {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.as-sortable-hidden, .as-sortable-dragging {
    display: none !important;
}

.as-sortable-un-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.truncate {
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.table-responsive th {
    word-break: normal !important;
}

.table-responsive td {
    word-break: normal !important;
}

.kendo-nested-table .k-grid tbody tr {
    height: 1px;
}

.reporttablewrapper table thead {
    position: sticky;
    top: 0;
    background-color: white;
}
.neg-mt25 {
    margin-top: -25px;
}
