body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5a5a5a;
}

b, strong {
    font-weight: 600;
}

label {
    font-weight: 600;
}

textarea {
    resize: none;
    min-height: 80px;
}

button.close:focus {
    outline: none;
}

.layout {
    padding: 15px 0px 0;
}

    .layout .ibox .row {
        display: table;
        margin: 0;
        width: 100%;
    }

.pad-top-7 {
    padding-top: 7px !important;
}

.pad-left {
    padding-left: 0px;
}

.pad-right {
    padding-right: 0;
}

.pad-top {
    padding-top: 0;
}

.ibox {
    border-top: 3px;
    padding: 0;
    margin-bottom: 15px;
}

.input-group .fa-mobile {
    font-size: 24px;
}

.form-horizontal .input-group {
    width: 100%;
}

.button {
    width: 80%;
    margin: 20px auto 0 auto;
}

.btn {
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    padding: 9px 16px;
    font-size: 14px;
    border-radius: 4px;
    width: 130px;
    margin-top: 5px;
    border: 0;
    transition: all ease-in-out .15s;
}

    .btn:active {
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

button:disabled {
    cursor: not-allowed;
}

.sml-btn {
    width: auto;
    margin-top: 0;
    padding: 0px 10px;
    height: 30px;
    font-size: 12px;
}

.SaveContinue {
    width: auto;
}

@-ms-viewport {
    width: auto !important;
}

.bootbox-confirm .btn-default:hover,
.btn:active,
.btn:hover, .btn:focus {
    color: rgba(255,255,255, 0.6);
    outline: 0 !important;
    background: #1f2a71;
}

.btn-default {
    background: rgba(144,144,144, 1);
    padding: 5px 10px;
    color: #fff;
    border: 0;
    border-radius: 4px;
}

    .btn-default:hover:disabled,
    .btn-default:disabled {
        background: rgba(144,144,144, 0.5);
        cursor: not-allowed;
    }

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .btn-default.active:hover,
    .btn-default.active:focus {
        background-color: #656565;
        border-color: #bababa;
        color: #FFFFFF;
    }

.input-group .form-control:not(:first-child):not(:last-child),
.input-group .form-control {
    border-radius: 0px 4px 4px 0px !important;
}

.input-group-addon {
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    border: 0;
    max-width: 40px;
    text-align: center;
    width: 40px;
}

.header {
    background: #fff;
    min-height: 80px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0, 0.2);
}

.search {
    padding-top: 18px;
}

    .search label[for="search-input"] {
        position: absolute;
        right: 10px;
        z-index: 10;
        top: 10px;
        color: #929292;
    }

    .search input.form-control {
        border-radius: 4px 0px 0px 4px;
    }

    .search select.form-control {
        border-radius: 0px 4px 4px 0px;
    }

.navbar-right .dropdown-menu {
    right: 5px;
}

.sidebar-collapse .nav > li > a i.fa {
    margin-right: 6px;
}

.navbar-right .dropdown-menu li {
    width: 100%;
    text-transform: unset;
}

    .navbar-right .dropdown-menu li a {
        text-transform: unset;
        font-size: 14px;
        padding: 10px 0px 10px 0px;
        margin: 0;
    }

.navbar-right .dropdown-menu > a:first-child {
    padding-top: 0;
}

.navbar-right .dropdown-menu li a .fa {
    font-size: 16px;
}

.link-block {
    color: #fff;
    margin: 0px -10px -11px -10px;
    border-radius: 0px 0px 4px 4px;
    transition: all ease-in-out .15s;
}

.form-control {
    height: 40px;
    border-left: 0;
}

.gray-bg-input {
    cursor: not-allowed;
}

    .gray-bg-input input {
        background: #eeeeee !important;
    }

.admin-popup .form-control {
    border-radius: 4px;
}

.form-group {
    margin-bottom: 10px;
}

.logo {
    margin-top: 8px;
    margin-left: 10px;
    display: block;
}

.home-login {
    margin-top: 70px;
}

.home-login-search {
    margin: 20px;
}

.panel-title > a {
    display: block;
}

    .panel-title > a:focus {
        outline: none;
    }

.pannel-container {
    border-top: 3px solid #e7eaec;
    background: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.signup-section {
    padding-bottom: 10px;
}

h2 {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
}

.form-horizontal h2 {
    margin-top: 0;
}

.signup-section .col-md-6 {
    margin-top: 20px;
}

.signup-section ul {
    padding: 0px 0px 0px 15px;
    font-size: 13px;
}

.signup-section .fa-check-circle {
    font-size: 24px;
    position: absolute;
    top: 3px;
}

.signup-section span {
    padding-left: 25px;
}

.signup-section li {
    list-style: none;
    position: relative;
    padding-top: 6px;
    margin-top: 15px;
}

.login {
    width: 90%;
    margin: 100px auto 0 auto;
    position: relative;
}

    .login .input-group {
        width: 100%;
    }

    .login .fa-envelope {
        font-size: 16px;
    }

    .login .fa-unlock-alt {
        font-size: 20px;
    }

    .login .form-control {
        border-left: 0;
    }

.forgot-password {
    color: #5a5a5a;
    font-size: 15px;
    margin-top: 5px;
    display: block;
}

.form-horizontal .control-label {
    font-weight: 600;
    padding-top: 12px;
    text-align: left;
}

.top-heading {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}

    .top-heading .count {
        font-size: 16px;
        padding-top: 7px;
    }

.nav-second-level li a {
    font-weight: normal;
}

.login-invalid-message {
    background: #e7c6c3;
    color: #a92e33;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #b67f80;
    margin-bottom: 8px;
    POSITION: absolute;
    top: -49px;
    font-size: 12px;
    width: 100%;
}

/* Sign Up page */


.signup {
    margin-top: 70px;
}

    .signup .col-md-5 {
        margin-top: 20px;
    }

    .signup h2 {
        margin-top: 0;
    }

.signupImg {
    padding-top: 30px;
}

    .signupImg h1 {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
    }

.signup .form-group {
    margin-left: 0;
    margin-right: 0;
}

.signup .form-horizontal {
    margin-top: 30px;
}

.signup .fa {
    font-size: 16px;
}

/* Inner pages To Header */

.top-header .navbar {
    background: #fff;
    height: 80px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0, 0.2);
}

.top-header-search {
    display: inline-block;
    width: 400px;
}

    .top-header-search .form-control {
        border-radius: 4px 4px 4px 4px !important;
    }

    .top-header-search .fa-search {
        position: absolute;
        right: 8px;
        z-index: 4;
        top: 13px;
        color: #929292;
    }

    .top-header-search .input-group {
        width: 100%;
        top: 18px;
        left: -20px;
    }

.top-header .navbar-top-links li:last-child {
    margin-right: 0px;
}

.top-header .user a {
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    padding: 17px 10px 15px 10px;
    display: block;
}

.nav > li > a i.fa {
    margin-right: 0;
}

.top-header .notification .fa-bell {
    font-size: 30px;
}

.top-header .notification a.dropdown-toggle {
    padding: 25px 10px 25px 11px;
}

.top-header .nav.navbar-right > li > a {
    border-left: 1px solid #e7eaec;
}

.top-header .navbar-top-links li {
    display: block;
    float: left;
    border-bottom: 1px solid #cacaca;
}

    .top-header .navbar-top-links li:last-child {
        border-bottom: 0;
    }

.top-header .notification .label {
    right: 14px;
    top: 16px;
    border-radius: 100%;
}

.navbar-right {
    margin-right: 0;
}


/* Rignt Panel for user profile */

.right-container {
    background: #fff;
    display: inline-block;
    width: 100%;
}

/* User Profile */

.userimg-name {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
}

.portrait {
    background: #e5f3f5;
    width: 150px;
    height: 150px;
    text-align: center;
    position: relative;
}

    .portrait .fa-user {
        font-size: 95px;
        color: #9a9a9a;
        padding-top: 8px;
    }

    .portrait img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }

.upload-photo {
    width: 150px;
    display: block;
    bottom: -30px;
    text-align: center;
    background: #c0ccce;
    color: #5a5a5a;
    padding: 5px 0px;
    position: absolute;
}

.upload-picture .img-responsive {
    margin: 0 auto;
}

.user-info {
    padding-left: 20px;
    padding-top: 25px;
    width: 75%;
}

    .user-info h5 {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: normal;
        word-break: break-word;
    }

.user-profile .ibox {
    margin-bottom: 0;
}

.user-profile .ibox-title {
    font-weight: 500;
    font-size: 16px;
    margin: 0 20px;
}

    .user-profile .ibox-title h5 {
        font-weight: 500;
        font-size: 16px;
    }

.user-profile .ibox-content,
.user-profile .border-bottom.ibox {
    border: 0 !important;
}

.user-profile .ibox-content {
    padding-left: 0;
    padding-right: 0;
}

.ratePerHr {
    font-size: 16px;
    padding-bottom: 3px;
}

    .ratePerHr span {
        font-size: 30px;
    }

.user-rating .ratings {
    font-size: 22px;
    color: #fff;
    float: left;
    min-width: 41px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    padding: 0px 5px;
}

.ratings-stars {
    pointer-events: none;
    padding: 0;
}

    .ratings-stars ul {
        float: left;
        margin: 0;
        padding-left: 10px;
        margin-top: -4px;
    }

    .ratings-stars li {
        display: inline-block;
        font-size: 22px;
    }

.user-expr {
    padding-top: 10px;
}

.edit-email .form-control {
    display: inline-block;
    width: auto;
    border-radius: 4px;
    padding: 2px 7px;
    height: 29px;
}

.edit-email-parent {
    position: relative;
}

    .edit-email-parent .error-msg {
        right: auto;
        left: 15px;
    }

#userExperience {
    display: inline-block;
}

.assesmentBtn {
    color: #fff;
    padding: 7px 10px;
    margin-top: 12px;
    display: inline-block;
    width: auto;
    text-align: center;
    border-radius: 4px;
}

    .assesmentBtn:hover {
        color: rgba(255,255,255, 0.7);
    }


.right-panel-bottom {
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
    margin-top: 15px;
}

.user-profile-parent {
    display: table;
    width: 100%;
}

.signature-canvas label {
    padding-top: 87px;
}

.left-panel,
.right-panel-parent {
    display: table-cell;
    float: none;
    padding-bottom: 20px;
    vertical-align: top;
}

.left-panel {
    padding-left: 20px;
    padding-right: 20px;
}

.radioChkBtn .bsc-info-right .control-label,
.bsc-info-right .control-label {
    padding-right: 15px;
    padding-top: 8px;
    font-size: 15px;
}

.radioChkBtn .bsc-info-righ {
    padding-top: 0;
}

.right-panel-parent {
    background: #f7f7f7;
    box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.17);
    padding-top: 20px;
}

.form-horizontal .checkbox-inline {
    padding: 0;
}

.radioChkBtn .control-label {
    padding-top: 0;
}

.radioChkBtn {
    margin-bottom: 10px;
}

.breadcrumb {
    margin-bottom: 15px;
    border-bottom: 1px solid #e7eaec;
    padding-bottom: 10px;
    border-radius: 0;
}

.table > thead > tr > th {
    font-weight: 600;
    background: #efefef;
}

.user-photo-upload .modal-footer {
    text-align: left;
}

.user-photo-upload .modal-title {
    font-size: 18px;
    font-weight: normal;
}

.float-e-margins .modal-footer .btn {
    margin-bottom: 0;
}

.modal-footer .btn + .btn {
    margin-left: 0;
}

#upload-file-selector {
    display: none;
}

.margin-correction {
    margin-right: 10px;
}

.TkPic {
    width: 140px;
}

.signature-container label {
    padding-top: 40px;
}

#printDiv {
    height: 300px;
    overflow: auto;
    padding-right: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #C1C1C1;
}

.admin-user #printDiv {
    height: 200px;
}

#printDiv ol {
    padding-left: 20px;
}

    #printDiv ol li {
        padding-bottom: 7px;
    }

.request-care-popup h3 {
    font-size: 24px;
    padding: 5px 0 20px 0;
    margin: 0;
}

.playing-around-popup-body h3 {
    font-size: 28px;
}

.playing-around-popup-body h4 {
    font-size: 36px;
    font-weight: bold;
}
/* Home page search */

.homepageSearch {
    padding: 15px;
    background: #fff;
    border-top: 3px solid #e7eaec;
}

    .homepageSearch h2 {
        padding-bottom: 15px;
        margin: 0;
    }

    .homepageSearch ng-map {
        height: 475px !important;
    }

/* SCHEDULE */


.schedual table {
    margin-top: 30px;
    width: 100%;
}

    .schedual table th {
        padding: 10px 0px;
    }

    .schedual table tr td:first-child {
        font-weight: 600;
    }

.schedual > table tr td:nth-child(2),
.schedual > table tr td:first-child {
    width: 80px;
}

.schedual table tr td:nth-child(4),
.schedual table tr td:nth-child(3) {
    width: 30%;
    position: relative;
}

.schedual table tr td:nth-child(4) {
    padding-right: 15px;
}

.schedual table .error-msg {
    right: auto;
}

.schedual table .input-group.invalidField .form-control {
    border-left: 1px solid #E05050;
}

.schedual table tr label {
    margin: 0 auto;
}

.schedual table tr td:nth-child(3) {
    padding-right: 20px;
}

.schedual table tr td:last-child {
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

.schedual table .input-group {
    width: 100%;
}

.schedual table tr td {
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.schedual table .input-group .form-control {
    height: 36px;
}

.uib-dropdown-menu.dropdown-menu,
.requestcare .dropdown-menu,
.schedual table .dropdown-menu {
    padding: 5px 10px;
}

    .uib-dropdown-menu.dropdown-menu:before,
    .requestcare .dropdown-menu:before,
    .schedual table .dropdown-menu:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #FFFFFF transparent;
        top: -19px;
        left: 45px;
        z-index: 100;
    }

    .uib-dropdown-menu.dropdown-menu:after,
    .requestcare .dropdown-menu:after,
    .schedual table .dropdown-menu:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #ddd transparent;
        top: -20px;
        left: 45px;
    }

    .uib-dropdown-menu.dropdown-menu table,
    .requestcare .dropdown-menu table,
    .schedual table .dropdown-menu table {
        margin-top: 0;
    }

        .uib-dropdown-menu.dropdown-menu table tr td,
        .requestcare .dropdown-menu table tr td,
        .schedual table .dropdown-menu table tr td {
            padding: 0;
            vertical-align: middle;
            width: auto;
            border: 0;
        }

        .uib-dropdown-menu.dropdown-menu table tr:nth-child(2) td,
        .requestcare .dropdown-menu table tr:nth-child(2) td,
        .schedual table .dropdown-menu table tr:nth-child(2) td {
            width: 50px;
            text-align: center;
        }

            .uib-dropdown-menu.dropdown-menu table tr:nth-child(2) td:nth-child(2),
            .requestcare .dropdown-menu table tr:nth-child(2) td:nth-child(2),
            .schedual table .dropdown-menu table tr:nth-child(2) td:nth-child(2) {
                width: 10px;
            }

            .uib-dropdown-menu.dropdown-menu table tr:nth-child(2) td:last-child,
            .requestcare .dropdown-menu table tr:nth-child(2) td:last-child,
            .schedual table .dropdown-menu table tr:nth-child(2) td:last-child {
                padding-left: 5px;
            }

                .uib-dropdown-menu.dropdown-menu table tr:nth-child(2) td:last-child .btn,
                .requestcare .dropdown-menu table tr:nth-child(2) td:last-child .btn,
                .schedual table .dropdown-menu table tr:nth-child(2) td:last-child .btn {
                    padding: 5px 10px;
                    border: 1px solid;
                    height: 36px;
                    margin: 0;
                    width: 50px;
                }

        .uib-dropdown-menu.dropdown-menu table .form-control,
        .requestcare .dropdown-menu table .form-control,
        .schedual table .dropdown-menu table .form-control {
            border-radius: 4px !important;
        }

    .uib-dropdown-menu.dropdown-menu .btn,
    .requestcare .dropdown-menu .btn,
    .schedual table .dropdown-menu .btn {
        padding: 0;
        background: #fff;
        width: auto;
        height: auto;
    }

.form-control.dropdown-toggle[readonly],
#hospitalizationModal .input-group .form-control[readonly],
.schedual-care .input-group .form-control[readonly],
.start-end-time .input-group .form-control[readonly],
.schedual table .input-group .form-control[readonly] {
    background: #fff;
}

.schedual table .input-group .form-control[disabled] {
    background: #eee;
}

/* Invalid Field whole red */

/*.form-group .input-group.invalidField .add-on,
.invalidField .input-group-addon {
    background: #E05050;
}

.invalidField .btn.btn-default.form-control,
.form-group .input-group.invalidField input,
.invalidField .form-control {
    border: 1px solid #E05050;
    border-left: 0;
}*/

.form-group .input-group.invalidField .ui-select-container input {
    border: none;
}


.form-group .input-group.invalidField input.ui-select-search {
    width: 100%;
}

    .form-group .input-group.invalidField input.ui-select-search:focus {
        box-shadow: none;
    }

.invalidField .date {
    border-left: 0;
}

.form-group .input-group.invalidField input:focus,
.invalidField .form-control:focus {
    border-color: #B20000 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(178, 0, 0);
}


.error-msg {
    position: absolute;
    right: 15px;
    background: #E05050;
    color: #fff;
    border-radius: 3px;
    z-index: 3;
    padding: 2px 5px;
    font-size: 12px;
    display: block;
}

    .error-msg:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #E05050 transparent;
        top: -10px;
        left: 9px;
    }

.erorinner .error-msg {
    bottom: -21px;
    right: 0;
}

.chkLeftErr .error-msg {
    position: relative;
    right: auto;
    width: 90%;
    left: 5px;
}

.CLgender .error-msg,
.pet-selection .error-msg {
    right: auto;
    position: relative;
    left: 5px;
}

.two-cols-form {
    position: relative;
    width: 48%;
}

    .two-cols-form .input-group {
        width: 100%;
    }

    .two-cols-form .error-msg {
        right: 0;
    }

.pad-top {
    padding-top: 0 !important;
}


/* Map UI */


.map-data {
    font-size: 13px;
    padding-top: 10px;
}

    .map-data span {
        font-weight: bold;
    }

    .map-data > div {
        line-height: 1.5;
    }

    .map-data .user-rating {
        padding-top: 8px;
        padding-bottom: 6px;
        float: left;
        width: 100%;
    }

        .map-data .user-rating .ratings {
            font-size: 15px;
            width: 31px;
            height: 20px;
            text-align: center;
            line-height: 20px;
        }

    .map-data .ratings-stars {
        margin-top: -2px;
    }

        .map-data .ratings-stars li {
            font-size: 14px;
        }
/* Calendar UI */

.input-group.date .add-on {
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    border: 0;
    min-width: 40px;
    text-align: center;
    min-width: 40px;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    width: 40px;
}

    .input-group.date .add-on i {
        display: inline;
    }

.input-group.date input {
    background-color: #fff;
    background-image: none;
    border-radius: 1px;
    color: inherit;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
}

/* UI Grid  */

.ui-grid {
    height: auto !important;
    border: 0;
}

.user-management .ui-grid {
    height: 300px !important;
}

.ui-grid-top-panel {
    background: #efefef;
}

.ui-grid-header-cell {
    border: 0;
}

#profilepic {
    width: 48px;
    height: 48px;
}

.ui-grid-viewport {
    overflow: hidden !important;
    height: auto !important;
}

.user-management .ui-grid-viewport {
    overflow: scroll !important;
    height: 240px !important;
}

.ui-grid-render-container-body .ui-grid-canvas {
    height: auto !important;
}

.ui-grid-pager-panel {
    padding: 5px 15px;
    bottom: -6px;
}

.ui-grid-cell {
    border: 0;
}

.ui-grid-pager-panel {
    position: relative;
}

.ui-grid-pager-container,
.ui-grid-pager-count-container {
    margin-top: 15px;
}

.ui-grid-cell-contents {
    padding: 8px 5px;
}

.ui-grid-top-panel {
    font-weight: 500;
}

.last-cell a {
    padding-left: 5px;
}

.ui-grid-cell .ui-grid-cell-contents {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.ui-grid-row {
    border-bottom: 1px solid #ddd;
}

.fc-caregiverName {
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.add-note .table tr:nth-child(odd),
.ui-grid-row:nth-child(even) {
    background-color: #efefef;
}

.add-note .table tr:nth-child(even),
.ui-grid-row:nth-child(odd) {
    background-color: #fff;
}

.add-note .modal-body {
    max-height: 370px;
    overflow: auto;
}



/* Bootstrap Table */

.add-note .table th {
    background: #efefef;
    font-weight: 600;
}

.add-note .table tr td {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.add-note .table {
    margin-bottom: 0px;
}

/* UI Select */

.ui-select-container {
    width: 100% !important;
}

.ui-select-match-item.btn {
    background-color: #969696;
    padding: 4px;
    height: auto;
    width: auto;
    font-size: 12px;
    border: 0;
    margin: 0 3px 3px 5px;
    text-transform: capitalize;
}

.ui-select-container .close {
    line-height: 0.8 !important;
    opacity: 1;
    color: #fff;
}

.ui-select-multiple.ui-select-bootstrap {
    min-height: 40px;
    padding: 0;
}

    .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
        padding-top: 7px;
        padding-left: 10px;
    }

.ui-select-multiple.ui-select-bootstrap {
    padding: 5px 3px 0 3px;
}


.loader-background {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2200;
    display: none;
}

.loader-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    top: 50%;
    z-index: 9999999;
}

.loader-icon {
    background-color: #FFFFFF !important;
    border-radius: 4px;
    display: block;
    margin: 0;
    padding: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.ui-select-container input.form-control,
.btn.btn-default.form-control {
    margin-bottom: 0;
    color: #5a5a5a;
    border-radius: 0px 4px 4px 0px !important;
    background: #fff;
    width: 100% !important;
    border-left: 0;
    padding: 0px 0 0 10px;
    line-height: 40px;
    text-transform: capitalize;
    margin-top: 0;
}

    .btn.btn-default.form-control:hover {
        background: none !important;
    }

    .input-group > .ui-select-bootstrap.dropdown:focus,
    .btn.btn-default.form-control .ui-select-match-text:focus {
        outline: none;
        outline-color: transparent;
    }

/*  Toster  */

#toast-container .toast {
    right: 10px;
    position: fixed;
    opacity: 1;
}

#toast-container .toast-success {
    background: #43B02A !important;
}

#toast-container .toast-message ul {
    padding: 0;
}

    #toast-container .toast-message ul li {
        list-style: none;
    }


/* Upload Document */

.docUploaded {
    background-color: #EFEFEF;
}

.document .tabbable.tabs-left {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
}

.document .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.document .tab-content > .tab-pane,
.document .pill-content > .pill-pane {
    display: none;
}

.document .tab-content > .active,
.document .pill-content > .active {
    display: block;
}

.document .tabs-left > .nav-tabs > li {
    float: none;
    border-bottom: 1px solid #E5E5E5;
    border-left: 0;
}

.document .tabs-left > .nav-tabs {
    border-right: 1px solid #E5E5E5;
}

.document .tabs-left > .tab-content {
    border-left: 1px solid #e5e5e5;
    margin-left: -1px;
}

.document .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    padding: 6px 20px 6px 18px;
    border-radius: 0;
    border: 0;
    min-width: 74px;
    margin-right: 0;
    color: #5a5a5a;
    font-weight: 600;
}

.document .tabbable ul li span {
    position: absolute;
    top: 8px;
    left: 4px;
    z-index: 20;
    font-size: 12px;
}

    .document .tabbable ul li span.documentrequired {
        color: rgb(224, 80, 80);
    }

.document .tabs-left .nav-tabs li:first-child a {
    border-radius: 4px 0px 0px 0px;
}

.document .nav-tabs > li.active > a,
.document .nav-tabs > li.active > a:hover,
.document .nav-tabs > li.active > a:focus {
    color: #fff;
    border: 0;
}

    .document .nav-tabs > li.active > a::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 8px;
        border-style: solid;
        top: 7px;
        right: -16px;
        z-index: 1;
    }

.document .nav-tabs a:first-child {
    border-radius: 4px 0px 0px 0px;
}

.document .tabs-left > .nav-tabs > li:first-child {
    border-top: 0;
}

.document .tab-content .form-group:first-child {
    margin-top: 20px;
}


/* Radio Buttons and Checkboxes Customization */


.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px !important;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 2px solid #757575;
            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: 1px;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 13px;
            color: #fff;
        }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .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"]:disabled + label,
        .checkbox input[type="radio"]:disabled + label {
            cursor: not-allowed;
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
                background: #b1b1b1;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.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;
}

.radio {
    padding-left: 20px;
    display: inline-block;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 2px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            margin-left: -20px;
            border: 2px solid #757575;
            border-radius: 50%;
            background-color: #fff;
            cursor: pointer;
            -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: 10px;
            height: 10px;
            left: 4px;
            top: 4px;
            margin-left: -20px;
            border-radius: 50%;
            cursor: pointer;
            -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;
    }

        .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 + 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;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #02adc1;
    border-color: #02adc1;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    display: inline-block;
    margin-right: 10px;
}

    .form-horizontal .radio input, .form-horizontal .checkbox input {
        outline: none;
    }

/* Assesment Test */

.assesmentTest h2 {
    margin-top: 20px;
}

.assesmentTest h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    margin-top: 15px;
}

#lblAssessmentStatus {
    display: table;
}

    .assessment-pending i,
    #lblAssessmentStatus i {
        font-size: 15px;
        padding-right: 5px;
    }

    .assessment-pending i,
    .assessment-pending span,
    #lblAssessmentStatus span,
    #lblAssessmentStatus i {
        display: table-cell;
        vertical-align: top;
    }

.assessment-pending {
    font-size: 12px;
    padding: 5px;
    margin-top: 10px;
    background: #CFE6F4;
    border: 1px solid #A3BFD4;
    position: relative;
    color: #5C728A;
    display: table;
}

.assessment-rejected {
    font-size: 12px;
    padding: 5px;
    margin-top: 10px;
    color: #fff;
    background: #E7C6C3;
    border: 1px solid #D6B0AE;
    color: #a82c30;
}

.assessment-approved {
    font-size: 12px;
    border: 1px solid #cde5c5;
    padding: 5px;
    margin-top: 10px;
    background-color: #dcf4d4;
    color: #597051;
}

.assesment-answered-des,
.correct-answer .label-txt {
    background-color: #008C99;
    color: #fff;
    padding: 0px 5px;
    font-style: italic;
}

.assesment-answered-des {
    font-size: 12px;
    font-weight: normal;
}

.question {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    padding: 10px 15px 15px 15px;
}

    .question:last-child {
        border-bottom: 0;
    }

.assesmentTest .btn {
    margin-top: 15px;
    width: auto;
}

.assesmentTest .form-control {
    border-radius: 4px;
}

.qHeading {
    font-size: 18px;
    width: 100%;
    color: #fff;
    padding: 5px 10px;
}

.question .question:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.question .question {
    padding-left: 0;
}

section.questions {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.question-inner {
    margin: 0 -15px 0 -15px;
    border-bottom: 1px solid #DDD;
    padding: 10px 15px 15px 15px;
}

    .question-inner:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .question-inner.ng-scope:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.parentLabel {
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 0;
}

.assesmentTest .radio {
    padding-left: 15px;
}

.assesment-option.radio {
    padding-left: 0;
}

.assesment-option.radio {
    margin-right: 15px;
}

.assesment-option .assesment-option-inner {
    /*display: inline-block;
    margin-left: 21px;*/
    padding: 0 0px 0 17px;
    font-weight: bold;
}

label[for="55"] {
    width: 600px;
}


.assesment-option.radio label::before {
    /*left: -20px;*/
    left: 16px;
}

.assesment-option.radio label::after {
    /*left: -16px;*/
    left: 20px;
}


/* ============================================================
  COMMON
============================================================ */
#wrapper {
    min-width: 600px;
}

.settings {
    display: table;
    width: 100%;
}

    .settings .row {
        display: table-row;
    }

    .settings .question,
    .settings .switch {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
    }

    .settings .question {
        width: 600px;
        font-family: "Roboto Slab", serif;
        font-size: 20px;
    }

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

    input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
        display: block;
        position: absolute;
        top: -1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    input.cmn-toggle-round + label:before {
        right: 1px;
        background-color: #f1f1f1;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    input.cmn-toggle-round + label:after {
        width: 30px;
        height: 30px;
        background-color: #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -webkit-transition: margin 0.4s;
        -moz-transition: margin 0.4s;
        -o-transition: margin 0.4s;
        transition: margin 0.4s;
    }

input.cmn-toggle-round:checked + label:after {
    margin-left: 30px;
}

/* ============================================================
  SWITCH 2 - ROUND FLAT
============================================================ */
input.cmn-toggle-round-flat + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

    input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
        display: block;
        position: absolute;
        content: "";
    }

    input.cmn-toggle-round-flat + label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: #fff;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    input.cmn-toggle-round-flat + label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 52px;
        background-color: #dddddd;
        -webkit-border-radius: 52px;
        -moz-border-radius: 52px;
        -ms-border-radius: 52px;
        -o-border-radius: 52px;
        border-radius: 52px;
        -webkit-transition: margin 0.4s, background 0.4s;
        -moz-transition: margin 0.4s, background 0.4s;
        -o-transition: margin 0.4s, background 0.4s;
        transition: margin 0.4s, background 0.4s;
    }

input.cmn-toggle-round-flat:checked + label {
    background-color: #8ce196;
}

    input.cmn-toggle-round-flat:checked + label:after {
        margin-left: 60px;
        background-color: #8ce196;
    }

/* ============================================================
  SWITCH 3 - YES NO
============================================================ */
input.cmn-toggle-yes-no + label {
    padding: 2px;
    width: 120px;
    height: 60px;
}

    input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        color: #fff;
        font-family: "Roboto Slab", serif;
        font-size: 20px;
        text-align: center;
        line-height: 60px;
    }

    input.cmn-toggle-yes-no + label:before {
        background-color: #dddddd;
        content: attr(data-off);
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        -o-transition: -o-transform 0.5s;
        transition: transform 0.5s;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    input.cmn-toggle-yes-no + label:after {
        background-color: #8ce196;
        content: attr(data-on);
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        -o-transition: -o-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

input.cmn-toggle-yes-no:checked + label:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

input.cmn-toggle-yes-no:checked + label:after {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

input.cmn-toggle-round:disabled + label:before {
    cursor: not-allowed;
    background: #EEEEEE;
}

input.cmn-toggle-round:disabled + label:after {
    opacity: 0.5;
    cursor: not-allowed;
}




@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    33.3333% {
        width: 10px;
        height: 10px;
    }
}


.docUploaded:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    height: 25px;
    right: 5px;
    position: absolute;
    top: 6px;
    z-index: 100;
    width: 13px;
    font-size: 15px;
    color: #43B02A;
}



/* Accordian Styling */

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: -1px;
    }

.panel-group {
    margin-bottom: 0;
}

.user-profile .panel-body .radio label,
.user-profile .panel-body .checkbox label {
    cursor: default;
}

    .user-profile .panel-body .checkbox label::before {
        cursor: pointer;
    }

.user-profile .panel-body .checkbox input {
    cursor: pointer;
}

.user-profile .panel-title a {
    font-weight: normal;
}


.field-alignment {
    float: left !important;
    width: 100% !important;
}


/* Sweet Alrets Customization */


.sweet-alert .sa-icon {
    width: 30px;
    height: 30px;
    margin: 0;
    float: left;
    border-width: 3px;
}

    .sweet-alert .sa-icon.sa-warning .sa-body {
        height: 15px;
        width: 4px;
        top: 4px;
    }

.sweet-alert h2 {
    font-size: 20px;
    margin: -5px 0 0 0;
    padding-left: 45px;
    text-align: left;
    line-height: inherit;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    width: 4px;
    height: 4px;
    bottom: 5px;
    margin-left: -2px;
}

.sweet-alert p {
    text-align: left;
    padding-left: 45px;
}

.sa-button-container {
    text-align: left;
}

.sweet-alert button {
    padding: 7px 32px;
    border-radius: 4px;
}

.has-error .form-control {
    border-color: #E05050 !important;
}

    .has-error .form-control:focus {
        border-color: #B20000 !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(178, 0, 0);
    }

.progress-wrapper {
    position: relative;
    margin: 20px auto 0 auto;
    width: 75%;
    font-size: 40px;
}

    .progress-wrapper .progress {
        position: absolute;
        height: auto;
        background: none;
        z-index: 1;
        color: #fff;
    }

    .progress-wrapper circle {
        fill: #323a45;
    }


/* Anglar Busy */


.cg-busy {
    z-index: 3000;
}

.cg-busy-default-sign {
    position: fixed;
    z-index: 10000;
    left: 42%;
    top: 50%;
    border-radius: 7px;
}

.cg-busy-default-spinner {
    position: relative;
    float: left;
}

.cg-busy-animation .ng-binding {
    margin-top: 13px;
}

/* Diable Form */

.divToBeDisabled {
    cursor: default;
    position: relative;
}

.coveringDiv {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: #ddd;
    opacity: 0.3;
}

/* Reset Password */

.reset-password {
    min-height: 365px;
}

    .reset-password .col-md-6 {
        float: none;
        margin: 60px auto 0 auto;
    }

    .reset-password .btn {
        margin-left: -5px;
    }

/* Progress Messages */


.progress-messages ul {
    padding: 10px;
    font-size: 12px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-top: 20px;
    border: 2px solid #BDBDBD;
}

    .progress-messages ul:before {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #FFFFFF transparent;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: -20px;
        z-index: 10;
    }

    .progress-messages ul:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 12px;
        border-style: solid;
        border-color: transparent transparent #BDBDBD transparent;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: -25px;
    }

    .progress-messages ul li {
        list-style: none;
        padding-top: 10px;
        color: #808080;
    }

    .progress-messages ul .fa {
        display: table-cell;
        padding-right: 5px;
    }

    .progress-messages ul li span {
        display: table-cell;
        font-weight: 600;
    }


/* Add Riviews */

.caregiver-rating ul {
    padding: 0;
    margin-top: 10px;
    float: left;
}

    .caregiver-rating ul li {
        list-style: none;
        display: inline-block;
        font-size: 16px;
        padding-right: 10px;
    }

.total-rating {
    float: left;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 5px;
    font-size: 16px;
}

.ngrateit {
    float: left;
    height: 37px;
}

/* Reviews UI */

.reviews {
    border-bottom: 1px solid #e7eaec;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .reviews h3 {
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 2px;
    }

    .reviews ul {
        padding: 0;
        margin-bottom: 0;
    }

        .reviews ul li {
            list-style: none;
            display: inline-block;
            font-size: 22px;
            color: #9a9a9a;
            padding-right: 5px;
        }

    .reviews .date {
        font-size: 14px;
        font-weight: 600;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .reviews .btn {
        width: auto;
        font-size: 12px;
        height: 30px;
        padding: 6px 10px;
    }



/* Rating */


.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}

/*
 * Stars
 */
.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-disabled .rating {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
    cursor: pointer;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
    float: left;
}

.rating-xl {
    font-size: 4.89em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

    .clear-rating-active:hover {
        color: #843534;
    }

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}


.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

.half {
    position: relative;
}

half:after {
    content: '';
    position: absolute;
    z-index: 1;
    background: white;
    width: 50%;
    height: 100%;
    left: 47%;
}

.admin-user #page-wrapper {
    padding-bottom: 60px;
}

.admin-user .modal-dialog {
    margin-bottom: 65px;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}

/* User Management */


.user-management {
    padding-bottom: 20px;
}

.user-management-parent {
    padding: 0 5px;
}

.user-management .user-grid {
    border: 1px solid #cacaca;
    padding-bottom: 15px;
}

    .user-management .user-grid:after {
        clear: both;
        content: " ";
        display: table;
    }

.user-management .nav-pills {
    margin-bottom: -1px;
}

    .user-management .nav-pills li {
        border-top: 3px solid #cacaca;
        border-left: 1px solid #cacaca;
    }

    .user-management .nav-pills > li + li {
        margin-left: 0;
    }

    .user-management .nav-pills li.active {
        border-bottom: 1px solid #fff;
        border-left: 1px solid #cacaca;
        background: #fff;
    }

    .user-management .nav-pills > li:last-child {
        border-right: 1px solid #cacaca;
    }

    .user-management .nav-pills li a {
        border-radius: 0;
        color: #5a5a5a;
        padding: 10px 20px 10px 25px;
    }

    .user-management .nav-pills li.active a {
        color: #5a5a5a;
        background: #fff;
    }

#exTab1 .top-heading {
    padding-top: 0;
}

.user-grid .ui-grid-cell:first-child,
.user-grid .ui-grid-header-cell:first-child {
    border-right: 1px solid #CACACA;
}

.user-grid .ui-grid-top-panel {
    border-top: 1px solid #cacaca;
}

.user-grid .ui-grid-header-canvas,
.user-grid .ui-grid-header-cell {
    background: #efefef;
    font-weight: 600;
}

.user-management .client-tab .ui-grid-header-cell-row .ui-grid-header-cell:first-child,
.user-management .client-tab .ui-grid-cell:first-child {
    min-width: 34px !important;
    max-width: 34px !important;
}

/*.user-management .client-tab .ui-grid-cell:last-child,
.user-management .client-tab .user-grid .ui-grid-header-cell:last-child {
    min-width: 96px !important;
    max-width: 96px !important;
}*/

input[type="text"].ui-grid-filter-input {
    border-radius: 4px;
}

.ui-grid-row {
    height: 33px;
}

.ui-grid-cell-contents:focus {
    outline: none;
}

.ui-grid-pager-count-container {
    float: left;
    padding: 6px 0 0 9px;
}

.user-management .btn {
    width: auto;
    font-size: 13px;
    height: 35px;
    padding: 8px 10px;
    margin-bottom: 0;
}

.user-management .buttons {
    padding: 20px 10px;
}

.user-management .checkbox {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-left: 17px;
}

.user-management div.ui-grid-cell input[type="checkbox"] {
    margin: 1px 0 0 -20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.user-management .ui-grid-canvas {
    padding-top: 0;
}

.grid-anchor,
.custome-pay-popup .ui-grid-row .ui-grid-cell:nth-child(3) a,
.user-management .ui-grid-row .ui-grid-cell:nth-child(3) a {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    height: 100%;
    display: block;
}

.user-management .ui-grid-cell-contents {
    white-space: nowrap;
}

/*.user-management .ui-grid-canvas {
    width: 1375px !important;
}*/

.print-pdf-btn a {
    font-size: 16px;
    padding: 0 5px;
}


/* Add User */


.add-user .error-msg {
    bottom: -21px;
    right: 0;
}

/* Security Management */


.tree-grid thead tr th {
    font-weight: 600;
}

    .tree-grid thead tr th:first-child {
        width: 370px;
    }

.tree-grid .tree-icon {
    font-family: FontAwesome;
    font-style: normal;
    font-size: 18px;
    padding-right: 4px !important;
}

    .tree-grid .tree-icon.fa-circle-o {
        font-size: 10px;
    }

.scrollArea table th .box {
    padding: 0px 0px;
    border-left: 0;
}

.scrollableContainer {
    height: 350px;
    margin-bottom: 15px;
}

.scrollArea table tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.ui-grid-pager-panel:after {
    content: " ";
    display: block;
    clear: both;
}

.chargecodes .form-layout,
.security-management .form-layout {
    border: 1px solid #d5d5d5;
    padding: 10px;
}

    .chargecodes .form-layout h3,
    .security-management .form-layout h3 {
        border-bottom: 1px solid #d5d5d5;
        margin: 0px -10px 15px -10px;
        padding: 3px 10px 10px 10px;
    }

    .chargecodes .form-layout .btn,
    .security-management .form-layout .btn {
        width: auto;
        padding: 9px 10px;
        margin-top: 0;
    }

    .chargecodes .form-layout .form-control,
    .security-management .form-layout .form-control {
        border-radius: 4px 0px 0px 4px !important;
        border-right: 0;
    }

.chargecodes .ui-grid,
.security-management .ui-grid {
    margin-top: 10px;
}

.ui-grid-pager-control {
    margin-left: 0;
}

.chargecodes .ui-grid-pager-control button,
.security-management .ui-grid-pager-control button {
    height: 20px;
    min-width: 20px;
    padding: 5px;
}

.chargecodes .ui-grid-pager-control input,
.security-management .ui-grid-pager-control input {
    padding: 5px 0px 5px 6px;
    width: 35px;
    height: 22px;
}

.chargecodes .ui-grid-pager-row-count-picker select,
.security-management .ui-grid-pager-row-count-picker select {
    width: 50px;
    padding: 1px 5px;
    height: 22px;
}

.ui-grid-header-cell {
    font-weight: 600;
}

.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
    font-size: 11px;
}

.security-management .ui-grid-render-container-body .ui-grid-canvas {
    width: 100% !important;
}

    .chargecodes .ui-grid-render-container-body .ui-grid-canvas .ui-grid-row:nth-child(even),
    .security-management .ui-grid-render-container-body .ui-grid-canvas .ui-grid-row:nth-child(even) {
        background: #efefef;
    }

    .chargecodes .ui-grid-render-container-body .ui-grid-canvas .ui-grid-row:nth-child(odd),
    .security-management .ui-grid-render-container-body .ui-grid-canvas .ui-grid-row:nth-child(odd) {
        background: #fdfdfd;
    }

.chargecodes .ui-grid-viewport {
    overflow: scroll !important;
    height: 330px !important;
}

.scrollableContainer .headerSpacer,
.ui-grid-header-cell-row {
    background: #efefef;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.scrollArea {
    border: 0;
}


/* Notifications Page */

.notifications .btn {
    width: auto;
    color: #5a5a5a;
    background: white;
    border: 1px solid #cacaca;
    margin-top: 0;
}

.notifications .search-mail .form-control {
    border-radius: 4px 0px 0px 4px !important;
    border: 1px solid;
    border-right: 0;
    height: 35px;
}

.notifications .search-mail .btn {
    height: 35px;
    color: #929292;
    background: none;
    border-left: 0;
    margin-top: 0;
}

.mail-subject a {
    color: #5a5a5a;
    font-size: 14px;
}

.mail-box {
    margin-top: 15px;
}

.mail-body {
    padding: 15px 10px;
    word-break: break-all;
}

.right-panel-hamburger {
    position: absolute;
    right: 25px;
    z-index: 10;
    color: #fff;
    border-radius: 5px;
    padding: 5px 12px;
    font-size: 17px;
    top: 10px;
    text-align: center;
    cursor: pointer;
}

.mail-filter {
    padding-top: 20px;
    width: 290px;
    margin-bottom: 20px;
}


/* REQUEST CARE */


.requestcare h2 {
    padding-top: 20px;
}

.requestcare-right {
    /*border-right: 1px solid #cacaca;*/
    float: none;
    margin: 0 auto;
}

.estimation-circle {
    width: 160px;
    height: 160px;
    margin: 30px auto 0 auto;
    border-radius: 100%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    display: table;
    position: relative;
}

    .estimation-circle span {
        display: table-cell;
        vertical-align: middle;
    }

.RC-wrapper {
    border-width: 3px;
    border-style: solid;
    border-radius: 4px;
}

    .RC-wrapper .content {
        position: relative;
    }

.RC-wrapper-heading {
    color: #fff;
    margin: 0;
    padding: 15px 20px;
    margin-top: 0px;
    font-size: 20px;
}

.RC-wrapper .content {
    padding: 20px;
    min-height: 226px;
}

    .RC-wrapper .content .control-label {
        font-size: 18px;
        padding-right: 15px;
        padding-top: 0;
    }

.add-services .checkbox label {
    font-size: 13px;
    font-weight: 600;
}

.RC-wrapper .content .start-end-time .control-label {
    font-size: 14px;
    padding-right: 15px;
    padding-top: 10px;
}

.RC-wrapper .content .radio {
    padding-top: 0;
}

.RC-wrapper .content .radio {
    padding-right: 15px;
}

.RC-wrapper .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

.RC .contact {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.RC .buttons {
    margin: 20px 0 15px 0;
}

    .RC .buttons .btn {
        margin: 0 10px;
    }

.RC .col-md-9 {
    border-right: 2px solid #e7eaec;
    margin-bottom: 20px;
}

.RC .charges {
    font-weight: 600;
}

.RC .charges-box {
    width: 108px;
    height: 108px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    margin: 25px auto;
    line-height: 108px;
}

steps-indicator li a:before, .steps-indicator:before {
    background-color: #888888;
    content: '';
    top: 18px;
    height: 5px;
}

@-moz-document url-prefix() {
    .steps-indicator:before {
        top: 4px;
    }
}

.steps-indicator li a:before {
    width: 33px;
    height: 33px;
    border: 2px solid;
    background: #fff;
}

.steps-indicator li.current a:before {
    background: #888;
}

.steps-indicator li.current span {
    color: #fff;
}

.steps-indicator li.done span {
    color: #fff;
}

.steps-indicator {
    padding: 0;
    margin-bottom: 26px;
}

    .steps-indicator li {
        width: calc(99%/12);
    }

    .steps-indicator.steps-12:before {
        left: calc(100%/12/2);
        right: calc(100%/12/2);
    }

    .steps-indicator li:nth-child(12) a span {
        left: -3px;
    }

@-moz-document url-prefix() {
    .steps-indicator {
        margin-bottom: 16px;
        margin-top: 32px;
    }
}

.steps-indicator.steps-3:before {
    background: #888;
    top: 18px;
    height: 5px;
}

.steps-indicator li a {
    position: relative;
}

    .steps-indicator li a span {
        position: absolute;
        font-size: 20px;
        font-weight: normal;
        top: 2px;
        left: 3px;
    }

.steps-indicator li:nth-child(11) a span,
.steps-indicator li:nth-child(10) a span {
    left: -2px;
}

.steps-indicator li.editing a {
    color: #fff;
}

    .steps-indicator li.editing a:before {
        background: #888888;
        border: 2px solid #888;
    }

.RCcontact {
    font-weight: 600;
    font-size: 18px;
    padding: 15px 0 18px 0;
}

    .RCcontact span {
        font-weight: bold;
    }

.requestcare .buttons {
    margin-top: 15px;
}

.add-services .checkbox {
    margin-right: 0;
    margin-bottom: 5px;
}

.confirm-schedule {
    font-size: 18px;
}

    .confirm-schedule .middle {
        margin-bottom: 7px;
    }

.days-selected {
    padding-top: 10px;
}

.cl-day-selected {
    margin-top: 15px;
}

    .days-selected .table td,
    .cl-day-selected .table td {
        border: 0;
        padding-left: 0;
    }

.days-selected .row,
.confirm-schedule .middle .row {
    padding-bottom: 7px;
}


.cl-day-selected .checkbox,
.days-selected .table .checkbox {
    margin-top: 0;
}

.schedual-care-visit .form-control.dropdown-toggle {
    height: 25px;
    padding: 4px;
}

.schedual-care-visit .input-group .input-group-addon {
    padding: 5px 7px;
    width: 25px;
}

.RC-wrapper .schedual-care-visit .start-end-time .control-label {
    padding-top: 2px;
    font-size: 13px;
}

.RC-wrapper .schedual-care-visit .start-end-time .col-md-5 {
    padding-bottom: 6px;
}

.RC-wrapper .schedual-care-visit .checkbox {
    padding-top: 1px;
}

.shiftingNum {
    font-weight: 600;
}

.weekly-est-charges {
    margin-bottom: 15px;
    font-size: 16px;
    background: #53b353;
    padding: 10px 10px;
    color: #fff;
    border-left: 6px solid #1e791e;
}

/* Hurricane Plane */


.careinHurricane {
    padding-left: 15px;
    margin-bottom: 20px;
}

    .careinHurricane label {
        margin-right: 15px;
        margin-top: -5px;
    }

.form-horizontal .evacationzone .control-label {
    padding-top: 0;
}

.ClientHome .error-msg {
    right: 0px;
    bottom: -20px;
}

/* Bootbox */


.bootbox-alert .bootbox-body::before {
    content: "\f071";
    font-family: FontAwesome;
    font-size: 30px;
    color: #7eb7da;
    position: absolute;
    left: 15px;
    font-weight: normal;
}

.bootbox .bootbox-body {
    padding-left: 40px;
    font-size: 15px;
    font-weight: 600;
}

.bootbox-confirm .bootbox-body::before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 30px;
    color: #e02f2f;
    position: absolute;
    left: 15px;
    top: 4px;
    font-weight: normal;
}

.bootbox .modal-footer {
    text-align: left;
}

    .bootbox .modal-footer .btn {
        margin-right: 5px;
    }

.confirm-popup .bootbox-body::before {
    content: "\f128";
    font-family: FontAwesome;
    font-size: 30px;
    color: #7eb7da;
    position: absolute;
    left: 15px;
    top: 4px;
    font-weight: normal;
}

.delete-confirm-popup .bootbox-body::before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 30px;
    color: #e02f2f;
    position: absolute;
    left: 15px;
    top: 4px;
    font-weight: normal;
}

.bootbox-delete-confirm .bootbox-body::before {
    content: "\f071";
    font-family: FontAwesome;
    font-size: 30px;
    color: #2da8f3;
    position: absolute;
    left: 15px;
    top: 4px;
    font-weight: normal;
}

/* Matched Caregivers */

.cards .card-container {
    border-radius: 4px;
    margin-bottom: 20px;
    transition: all ease-in-out .15s;
}

.user-icon {
    border-radius: 4px 4px 0px 0px;
    height: 150px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid transparent;
}

    .user-icon > div {
        height: 150px;
        line-height: 150px;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }

    .user-icon img {
        height: 150px;
    }

    .user-icon i {
        font-size: 97px;
        padding: 26px 0px;
    }

.cards .caption {
    padding: 10px;
    word-wrap: break-word;
    height: 275px;
}

.cards .checkbox.sltall {
    position: absolute;
    left: 25px;
    top: 10px;
}

    .cards .checkbox.sltall input[type="checkbox"]:checked + label::before {
        background-color: #7ba05c;
        border-color: #7ba05c;
    }

.cards .caption > div {
    font-size: 13px;
    padding-bottom: 4px;
}

    .cards .caption > div strong {
        font-size: 15px;
    }

.cards .ratings-stars {
    padding: 0;
    display: inline-block;
    margin: 0;
}

    .cards .ratings-stars li {
        list-style: none;
        display: inline-block;
        font-size: 15px;
    }

    .cards .ratings-stars ul {
        padding-left: 0;
        float: none;
    }

.mcbtns .btn {
    width: auto;
}

.mcbtns .checkbox {
    padding-right: 15px;
    padding-top: 3px;
}

.mcbtns {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.cards .checkbox {
    margin: 0;
}

.FMCG {
    display: inline-block;
    padding: 0 0 0 25px;
}

.card-container.selectedcaregiver {
    border: 1px solid #7ba05c;
}

.selectedcaregiver .user-icon {
    background: #eeffe0;
    border-bottom: 1px solid #7ba05c;
}

.request-success h2 {
    font-size: 45px;
    margin: 0 0 10px 0;
}

    .request-success h2 i {
        font-size: 70px;
        color: #7ba05c;
    }

.ui-select-bootstrap .ui-select-match .form-control .btn.btn-xs {
    width: auto;
    height: 20px;
    padding: 2px 7px;
    font-size: 10px;
    background: #969696;
    margin: 9px 24px 0 10px !important;
}

.ui-select-bootstrap .btn-default-focus {
    box-shadow: none;
    outline-offset: 0;
    outline: none;
}

.ui-select-bootstrap .ui-select-match .form-control .btn.btn-xs .glyphicon:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 14px;
}


/* View Calendar  */


.requestCareBtn {
    width: 233px;
    font-size: 19px;
    font-weight: 600;
    height: 45px;
    margin-top: 10px;
}

    .requestCareBtn .fa {
        font-size: 17px;
    }

.calendar-view {
    padding-bottom: 20px;
}

    .calendar-view .breadcrumb {
        margin-bottom: 0;
    }

.fc-widget-header .fc-day-header {
    background: #ededed;
    height: 30px;
    vertical-align: middle;
    font-weight: 600;
}

.table-colors {
    border-bottom: 1px solid #e7eaec;
    display: inline-block;
    width: 100%;
    padding: 7px 0 2px 0;
}

    .table-colors a {
        color: #5a5a5a;
        padding: 3px 0px 4px 4px;
        display: block;
    }

        .table-colors a.selected {
            background: #ececec;
            border-radius: 3px;
            transition: all ease-in-out .15s;
        }

    .table-colors > div > div {
        font-size: 13px;
        float: left;
        position: relative;
        padding-left: 13px;
        padding-right: 12px;
        font-weight: 600;
        min-width: 139px;
        padding-bottom: 5px;
        background: none;
        border: 0 !important;
        color: #5a5a5a;
    }

        .table-colors > div > div:before {
            width: 10px;
            height: 10px;
            content: ' ';
            position: absolute;
            left: 3px;
            top: 7px;
        }

    .table-colors div > div.visit-progress {
        width: 138px;
    }

        .table-colors div > div.action-needed:hover,
        .table-colors div > div.visit-progress:hover {
            color: #5a5a5a;
        }

    .table-colors div > div.approved-visit {
        width: 124px;
    }

    .table-colors div > div.schedual-visit:before {
        background: #ADD8E6;
    }

    .table-colors div > div.no-action:before {
        background: #fff;
        border: 1px solid #808080;
    }

    .table-colors div > div.complete-visit:before {
        background: #00FFFF;
    }

    .table-colors div > div.pending-visit:before {
        background: #D0CECE;
    }

    .table-colors div > div.cancelled-visit:before {
        background: #FFFF00;
    }

    .table-colors div > div.over-time a {
        color: #ff0000;
    }
    .table-colors div > div.double-booking a {
        color: #000000;
    }
	
    .table-colors div > div.holiday-pay:before {
        border: 1px solid #0000ff;
    }

    .table-colors div > div.visit-progress:before {
        background: #9900CC;
    }

    .table-colors div > div.invoiced-visit:before {
        background: #00B050;
    }

    .table-colors div > div.on-hold {
        min-width: 81px;
        padding-right: 0;
    }

        .table-colors div > div.on-hold:before {
            background: #FF99CC;
        }

    .table-colors div > div.action-needed:before {
        background: #ED7D31;
    }

    .table-colors div > div.open-visit:before {
        background: #92d050;
    }

.fc-event {
    border: 0;
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding-top: 5px;
}

.fc-agendaWeek-view .fc-event {
    margin-bottom: 0;
}

.fc-event:hover {
    color: #5a5a5a;
}

.open-visit {
    color: #5a5a5a;
    background-color: #92d050;
}

.cal-open-visit {
    border: 1px solid #92d050 !important;
    color: #5a5a5a;
    background-color: #fff;
}

.pending-visit {
    background-color: #d0cece;
    color: #5a5a5a;
}

.action-needed {
    background-color: #ed7d31;
    color: #fff;
}

.turn-down {
    background-color: #32CD32;
    color: #fff;
}

.cca-calendar .calendar .list-view tr td .schedualed-visit,
.schedualed-visit {
    background-color: #ADD8E6 !important;
    color: #5a5a5a;
}

.completed-visit {
    background-color: #00ffff;
    color: #5a5a5a;
}

.cancelled-visit {
    background-color: #ffff00;
    color: #5a5a5a;
}


.visit-progress {
    background-color: #9900cc;
}

.invoiced-visit {
    background: #00B050;
}

.hold-visit {
    background: #ff99cc;
    color: #fff;
}

    .visit-progress:hover,
    .action-needed:hover,
    .turn-down:hover,
    .hold-visit:hover {
        color: #fff;
    }


.fc-event.cal-schedualed-visit > div > span {
    color: white;
}

/* Charge Codes */

.chargecodes .table tr td .form-control {
    width: 130px;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
}

.chargecodes .table tr th:first-child {
    border-right: 1px solid #dddddd;
}

.chargecodes .table tr td {
    vertical-align: middle;
}

    .chargecodes .table tr td:first-child {
        background: #efefef;
        font-weight: 600;
        border-right: 1px solid #dddddd;
    }

.chargecodes .table tr th.rate-amount {
    width: 190px;
}

.chargecodes .table tr th.pay-amount {
    width: 400px;
}

.code-description {
    margin-bottom: 10px;
}

.code-description > div {
        padding-bottom: 5px;
}

.chargecodes .error-msg {
    right: auto;
}

/* Calendar */


.popover {
    z-index: 1040;
}

/*.ngscroll-scrollbar-container {
    right: -10px !important;
}*/
.popover-heading h3 {
    background: #f5f5f5;
    margin: -1px 0px 10px 0px;
    padding: 10px 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600;
}

.calendar-popover .main-content {
    font-size: 13px;
    float: left;
    width: 260px;
}

.user-calendar-popover {
    max-width: 530px;
}

    .user-calendar-popover .popover-content {
        padding: 0px;
        border-radius: 0;
        float: left;
        width: 100%;
    }

    .user-calendar-popover .visit-detail-top {
        border-bottom: 1px solid #ccc;
        padding: 10px 5px 10px 14px;
    }

    .user-calendar-popover .user-img {
        margin-bottom: 10px;
    }

.visit-detail-top .user-img {
    padding-right: 0;
    width: 90px;
}

.visit-detail-top .user-content {
    width: 203px;
    word-wrap: break-word;
}

.visit-detail-top .user-rating {
    padding-top: 5px;
    float: left;
    width: 100%;
}

.cca-custom-popover .user-personal-info .user-rating,
.visit-detail-top .user-content-bottom .user-rating {
    width: 180px;
    padding-left: 9px;
    padding-top: 2px;
}

    .cca-custom-popover .user-personal-info .user-rating .ratings,
    .visit-detail-top .user-content-bottom .user-rating .ratings {
        font-size: 12px;
        height: 15px;
        line-height: 15px;
        min-width: 15px;
    }

    .cca-custom-popover .user-personal-info .user-rating .ratings-stars li,
    .visit-detail-top .user-content-bottom .user-rating .ratings-stars li {
        font-size: 13px;
    }

.calendar-popover .main-content .popover-heading h3 {
    margin-bottom: 0;
}

.calendar-popover .main-content strong {
    font-size: 14px;
}

.calendar-popover .buttons-popover {
    margin: 0;
    border-top: 1px solid #b4b4b4;
    padding-top: 5px;
    padding-bottom: 7px;
}

.cr-popover-det,
.cl-popover-det {
    padding: 10px 5px 0px 14px;
    height: 166px;
    overflow: hidden;
}

    .cl-popover-det .dataIn {
        padding-bottom: 12px;
    }

.user-calendar-popover .visit-notifications {
    height: 378px;
    max-height: 378px;
}

.user-calendar-popover .client-calendar .visit-notifications {
    max-height: 322px;
}

.client-calendar .cl-popover-det {
    height: 165px;
}

.user-calendar-popover .visit-comments-notifications {
    width: 244px;
    margin: 0;
}

.user-calendar-popover .visit-notifications {
    margin: 0;
}

.user-calendar-popover .add-visit-notifications {
    padding-bottom: 5px;
    padding-right: 9px;
}


.calendar-popover .buttons-popover .btn {
    font-size: 11px;
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 3px;
    width: 70px;
    height: 25px;
    padding: 5px;
    border-radius: 3px;
}

.user-hospitalization-info {
    background: #f5f5f5;
    border: 1px solid #d7d7d7;
    padding: 5px;
}


/* Caregiver Offer Details */


.CGoffers {
    padding-bottom: 10px;
}

    .CGoffers .accept-forme .btn {
        width: auto;
        height: 35px;
        padding: 7px 15px;
    }

.CGoffers-details {
    border-bottom: 2px solid #a5a5a5;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .CGoffers-details .CG-img {
        text-align: center;
    }

        .CGoffers-details .CG-img img {
            width: 90px;
            height: 90px;
            border: 2px solid #a5a5a5;
            border-radius: 50%;
            display: block;
            margin-left: 7px;
            margin: 0 auto;
        }


.CG-img .ratings-stars li {
    font-size: 16px;
}

/*.CGoffers-details-inner {
    padding-left: 15px;
}*/

.CGoffers-details .btn {
    font-size: 12px;
    height: 35px;
    padding: 0px 8px;
    margin-bottom: 10px;
}

    .CGoffers-details .btn.accept {
        background: #b1b579;
    }

    .CGoffers-details .btn.decline {
        background: #ff0909;
    }

        .CGoffers-details .btn.decline:focus,
        .CGoffers-details .btn.decline:active,
        .CGoffers-details .btn.decline:hover {
            background: #de0404 !important;
        }

.CG-img .user-rating {
    text-align: center;
}

    .CG-img .user-rating .ratings-stars ul {
        float: none;
    }

.CGoffers-bottom {
    padding-top: 10px;
}

.work-acepted-txt {
    padding-top: 15px;
}

.CGoffers-bottom > div {
    padding-bottom: 10px;
}

.total-wkly-hrs {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-weight: 600;
}

.CGoffers .total-wkly-hrs {
    position: relative;
    bottom: 0;
}

.CGoffersVC .ratings-stars ul {
    float: none;
}

.bottom0 {
    bottom: 0;
}

.notification-read {
    font-weight: 600;
}

.noRecordFound {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    font-weight: 600;
}

    .noRecordFound.noPosition {
        position: relative;
        left: 0;
        top: 0;
    }


.m-t-md {
    margin-top: 10px;
}

.TermsandConditionLink {
    color: #25317b;
    text-decoration: underline;
}

#txtCcn1,
#txtCcn2,
#txtCcn3,
#txtCcn6,
#txtCcn5,
#txtSsn1,
#txtSsn2 {
    border-radius: 0 !important;
}


/* Offers */


.offers .checkbox {
    padding-top: 0;
}

.offers div.ui-grid-cell input[type="checkbox"] {
    margin: 5px 0 0 -16px !important;
    cursor: pointer;
}

.ui-grid-cell-contents {
    white-space: normal;
}

.ui-grid-tree-base-row-header-buttons {
    cursor: pointer;
}


.select-care-giver .ui-grid-viewport,
.offers .ui-grid-viewport {
    overflow: scroll !important;
}

.select-care-giver .left .ui-grid-viewport,
.offers .ui-grid-render-container-left .ui-grid-viewport {
    overflow: hidden !important;
}

    .select-care-giver .left .ui-grid-header-cell-row .ui-grid-header-cell:last-child,
    .select-care-giver .left .ui-grid-viewport .ui-grid-cell:last-child {
        display: none;
    }

    .offers .ui-grid-render-container-left .ui-grid-viewport .ui-grid-cell:nth-child(2) {
        display: none;
    }


.offers-vc-alt .left.ui-grid-render-container-left {
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}

.offers-vc-alt .ui-grid-render-container-body {
    margin-left: 33px !important;
}

.offers-vc-alt .left .ui-grid-viewport,
.offers-vc-alt .ui-grid-render-container-left .ui-grid-canvas,
.offers-vc-alt .ui-grid-pinned-container-left,
.offers-vc-alt .left.ui-grid-render-container-left .ui-grid-header-viewport {
    width: 30px !important;
}

.offers-vc-alt .left.ui-grid-render-container-left .ui-grid-render-container-left .ui-grid-header-canvas {
    width: 45px;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    background: #fff !important;
}


/* Offer Details */

.offer-detail {
    /*padding-top: 15px;*/
}

.form-control.filter-clients {
    border-radius: 4px;
    border: 1px solid #9196bc;
    margin-top: 10px;
}

.offer-detail .confirm-schedule {
    border-bottom: 3px solid #cecece;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.offer-detail .to-date .error-msg {
    left: 54px;
    right: auto;
}

.fromToDateDisabled #dpEndDate,
.fromToDateDisabled #dpStartDate {
    opacity: 0.6;
    cursor: not-allowed;
    position: relative;
}

.fromToDateDisabled .add-on,
.fromToDateDisabled .add-on .fa-calendar,
.fromToDateDisabled .add-on .fa-calendar {
    cursor: not-allowed !important;
}

.fromToDateDisabled #dpEndDate:before,
.fromToDateDisabled #dpStartDate:before {
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    content: " ";
    z-index: 1000;
    position: absolute;
}

.SaveButtonMargin {
    display: inline-block;
    padding-left: 3px;
}


/* CCA Calendar */

.note-wrap-text {
    table-layout: fixed;
    word-wrap: break-word;
}

.fix-header thead tr {
    display: block;
    width: 100%;
}

.scrollArea .note-wrap-text th .box {
    padding: 0 8px;
}

.cca-calendar .top-heading {
    padding-top: 0;
}

.cca-calendar .calendar list-view th:first-child {
    background: white;
}

.cca-calendar .calendar .list-view {
    table-layout: fixed;
}

    .cca-calendar .calendar .list-view tr th {
        text-align: center;
        border: 1px solid #cacaca !important;
    }

.cca-calendar .list-view tr td {
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 1px solid #cacaca;
    padding: 3px;
    height: 9em;
}

.cca-calendar .calendar .list-view tr td div {
    border-left: 0;
    min-height: 40px;
    padding-top: 15px;
    position: relative;
    border: 1px solid #808080;
    margin-bottom: 10px;
    cursor: pointer;
}

.cca-calendar .calendar .list-view tr td .holiday-pay,
.holiday-pay {
    border: 1px solid #0000ff !important;
}

.cca-calendar .calendar .list-view tr td div img {
    padding-bottom: 5px;
}

.cca-calendar .calendar .list-view tr td .STime {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    line-height: normal;
    width: 100%;
}

.popover-close {
    position: absolute;
    right: 0;
    padding: 9px 13px;
    color: white;
    top: 0;
    cursor: pointer;
}

.cca-calendar .week {
    margin-bottom: 15px;
    margin-top: 5px;
}

    .cca-calendar .week a {
        background: #e0e0e0;
        border-radius: 2px;
        color: #5a5a5a;
        font-size: 12px;
        padding: 5px 10px;
    }

    .cca-calendar .week button {
        background: #e0e0e0;
        border-radius: 2px;
        color: #5a5a5a;
        font-size: 12px;
        padding: 5px 10px;
        border: 0;
    }

    .cca-calendar .week span {
        font-weight: 300;
        font-size: 20px;
        padding: 0 5px;
    }

.cca-calendar .table {
    margin-bottom: 0;
}

.cca-calendar .ui-grid-pager-panel {
    border: 1px solid #cacaca;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 5px 15px 10px 15px;
}

    .cca-calendar .ui-grid-pager-panel .ui-grid-pager-container {
        margin-top: 6px;
    }

    .cca-calendar .ui-grid-pager-panel .ui-grid-pager-count-container {
        float: left;
        margin-top: 12px;
    }

.cca-custom-popover {
    min-width: 600px;
}

.user-img img {
    border: 3px solid #b4b4b4;
    width: 80px;
    height: 80px;
}

.cca-popover {
    font-size: 13px;
}

    .cca-popover b {
        font-size: 15px;
    }

.user-img {
    padding-right: 15px;
}

.cca-popover .visit-detail {
    width: 330px;
    margin-left: -15px;
    float: left;
    border-right: 1px solid #b4b4b4;
}

.popover {
    border-radius: 0;
    border: 1px solid #b4b4b4;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.caregiver-popover .buttons-popover,
.cca-custom-popover .buttons-popover {
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -10px;
}

    .caregiver-popover .buttons-popover.bottomBtn,
    .cca-custom-popover .buttons-popover.bottomBtn {
        border-bottom: 0;
        border-top: 1px solid #b4b4b4;
        padding-bottom: 10px;
        margin-bottom: 0px;
        padding-top: 5px;
        margin: 0 -10px 0 -15px;
    }

.cca-custom-popover .popover-heading h3 {
    margin: 0px 0px 10px 0px;
}

.cca-custom-popover .visit-detail-top {
    padding-left: 15px;
    padding-right: 10px;
    border-bottom: 1px solid #b4b4b4;
}

.cca-custom-popover .visit-detail-top-inner {
    height: 190px;
    overflow: hidden;
}

    .cca-custom-popover .visit-detail-top-inner .ngscroll-container {
        padding-bottom: 7px;
    }

.visit-detail-top .user-content .fa-envelope,
.visit-detail-top .user-content .fa-phone {
    width: 18px;
    float: left;
    padding-top: 2px;
}

.visit-detail-top .user-content span {
    width: 185px;
    float: left;
}

.visit-detail-top .phone-email > div,
.visit-detail-top .phone-email {
    float: left;
    width: 100%;
}

.cca-custom-popover .visit-detail-bottom {
    padding-left: 15px;
    padding-right: 10px;
}

.cca-custom-popover .start-end-visit .btn,
.caregiver-popover .buttons-popover .btn,
.cca-custom-popover .buttons-popover .btn {
    text-transform: capitalize;
    height: 25px;
    padding: 0;
    font-size: 12px;
    border-radius: 3px;
    width: 75px;
}

.cca-custom-popover .start-end-visit .btn {
    width: 120px;
}

.caregiver-popover {
    margin: -9px -14px;
}

    .caregiver-popover .buttons-popover {
        padding: 6px 10px 10px 10px !important;
    }

.cca-custom-popover .user-personal-info {
    padding-top: 10px;
    padding-bottom: 15px;
}


.start-end-visit button {
    margin-top: 10px;
}

.cca-custom-popover .start-end-visit {
    margin: 0 0 5px -10px;
}

    .cca-custom-popover .start-end-visit button {
        border-radius: 3px;
        border: 0;
        color: #fff;
        width: 47%;
        padding: 4px 0px;
    }

    .cca-custom-popover .start-end-visit .sart-visit-btn {
        background: #2eb353;
    }

    .cca-custom-popover .start-end-visit .end-visit-btn {
        background: #f20023;
    }

.cca-custom-popover .popover-content {
    padding: 0px 14px;
}

.cg-cl-popover .popover-content {
    padding: 0px 0px;
}

.cca-custom-popover .visit-options > div {
    width: 140px;
    display: inline-block;
    margin-bottom: 7px;
}

.cca-custom-popover .yes-no span {
    background: #828282;
    color: #fff;
    margin-left: -4px;
    padding: 3px 5px;
    text-align: center;
}

    .cca-custom-popover .yes-no span.true {
        background: #64b089;
    }

.visit-comments-notifications {
    width: 253px;
    float: left;
    border-left: 1px solid #ccc;
}

.cca-custom-popover .visit-comments-notifications .popover-heading h3 {
    margin: 0px -15px 10px 0px;
    border-top: 1px solid #b5b5b5;
}

.CG-add-pho {
    padding-top: 11px;
    padding-left: 15px;
}

    .CG-add-pho label {
        padding-right: 15px;
    }

.confirmation-strips {
    background-image: url('../Content/images/cca-strip.png') !important;
}

.hold-hospital-strips {
    background-image: url('../Content/images/client-hold-strip.png') !important;
}

.visit-notifications,
.visit-comments {
    height: 188px;
    margin: 0 -15px 0 0px;
    overflow: hidden;
    padding: 0px 10px;
    position: relative;
    border-bottom: 1px solid #b4b4b4;
}

    .visit-comments .sender {
        font-weight: 600;
    }

.message-rec {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.repeat .form-control {
    border-radius: 0 !important;
    height: 30px;
    border-style: solid;
    border-width: 1px;
}

.repeat .btn {
    height: 30px;
    padding: 0 10px;
    width: auto;
    margin-top: 0;
    border-radius: 0;
}

.visit-notifications {
    max-height: 321px;
    height: 177px;
}

.caregiver-popover .user-rating {
    display: inline-block;
}

.caregiver-popover .ratings-stars {
    float: left;
}

.caregiver-popover .cg-busy-default-sign {
    left: 69px;
    top: 24px;
    position: absolute;
}

.caregiver-popover .cg-busy-default-spinner {
    top: 4px;
    left: 16px;
}

.caregiver-popover .popover-content {
    padding: 9px 14px 0px 14px;
}

.caregiver-popover .buttons-popover.bottomBtn {
    margin: 10px 0 0px 0px;
    padding-bottom: 0;
}

.add-visit-comments {
    padding-left: 10px;
    margin: 6px 0 5px 0;
}

.visit-options {
    padding-top: 10px;
}

.visit-detail-bottom-in {
    height: 220px;
    overflow: hidden;
}

.add-visit-notifications {
    padding-left: 10px;
    padding-top: 7px;
}

.cg-cl-name {
    display: block;
}

.cg-cl-pop {
    cursor: pointer;
    color: #000 !important;
    vertical-align: middle !important;
    text-transform: capitalize;
    font-size: 13px !important;
    font-weight: 600;
}

.visit-notifications .ngscroll-scrollbar-container,
.visit-comments .ngscroll-scrollbar-container {
    right: -8px !important;
}

.cg-cl-popover {
    min-width: 582px;
}

.cg-cl-data {
    width: 325px;
}

.cg-cl-popover {
    border-left: 1px solid #ccc;
}

    .cg-cl-popover .visit-notifications {
        height: 151px;
        margin: 0;
        font-size: 13px;
    }

    .cg-cl-popover .popover-heading h3 {
        margin: 0px 0px 10px 0px;
    }

    .cg-cl-popover .add-visit-notifications {
        padding-bottom: 7px;
    }

.notes-modal .ui-grid-pager-count-container {
    float: left;
    padding-top: 6px;
}

.notes-modal .checkbox {
    margin-left: 5px;
}

.notes-modal .ui-grid-cell {
    height: 48px !important;
}

.notes-modal-btn {
    margin-top: -35px;
    position: relative;
    z-index: 5000;
}

.add-note .btn,
.notes-modal .btn {
    padding: 0;
    font-size: 11px;
    width: 80px;
    height: 30px;
}

.notes-modal .checkbox {
    margin-top: 5px;
}

.notes-modal .ui-grid-viewport {
    height: 240px !important;
    overflow-y: scroll !important;
}

.notes-modal div.ui-grid-cell input[type="checkbox"] {
    margin: 6px 0 0 -16px;
    cursor: pointer;
}

.notes-modal .ui-grid-cell-contents {
    white-space: normal !important;
}

.view-notes {
    word-wrap: break-word;
}

.notes-popup .modal-dialog.modal-lg {
    width: 1000px;
}

.notes-popup .entered-on .ui-grid-cell-contents {
    cursor: pointer;
    text-decoration: underline;
}

.visit-charges.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.visit-charges-header .invoice-num {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 16px;
    margin-left: -15px;
}

.confirm-caregiver-popup .ui-grid-viewport {
    overflow: scroll !important;
    height: 240px !important;
}

    .confirm-caregiver-popup .ui-grid-viewport .btn {
        width: auto;
        height: 20px;
        padding: 0px 10px;
        font-size: 11px;
        margin-left: 6px;
    }

.confirm-caregiver-popup .left .ui-grid-viewport {
    overflow: hidden !important;
}

    .confirm-caregiver-popup .left .ui-grid-viewport .checkbox {
        margin-top: 0;
    }

        .confirm-caregiver-popup .left .ui-grid-viewport .checkbox input {
            margin: -7px !important;
        }

.confirm-caregiver-popup .left .ui-grid-selection-row-header-buttons {
    opacity: 1;
}

.confirm-caregiver-popup .left .ui-grid-cell.ui-grid-row-header-cell {
    background-color: #ffffff;
}

/* Client Document */


.docs {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    padding-top: 10px;
}


/* CCA Upload Doc */


.user-type {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.CCASelectedShift {
    border: 2px solid red !important;
    background-color: rgba(255, 0, 0, 0.25) !important;
}

.client-docs {
    margin-bottom: 20px;
}

    .client-docs .ui-grid-canvas .btn-default {
        padding: 2px 7px;
        margin-top: 2px;
    }


/* End Visit */

.end-visit fieldset legend {
    background: #efefef;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 0;
}

.end-visit fieldset .fset-iner {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}


/* Assign Visit */

.assign-visit .user-info {
    padding-top: 0;
}

.assign-visit .user-mobile {
    display: inline-block;
    margin-right: 15px;
}

.assign-visit .fc-toolbar {
    float: right;
    margin-top: -30px;
}

.assign-visit .noRecordFound {
    top: 65%;
}

.assign-visit .ui-grid-viewport {
    overflow: scroll !important;
}

.permanent-assignment {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #cacaca;
}

    .permanent-assignment .note {
        margin-left: -22px;
        padding-top: 8px;
    }

    .permanent-assignment .btn {
        margin-top: 12px;
    }

.visit-assignment-confirmation h3 {
    background: #e9e9e9;
    margin: -5px 0px 10px 0px;
    padding: 10px;
}

.visit-assignment-confirmation h4 {
    margin: 0;
    padding-right: 10px;
}

.visit-assignment-confirmation {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .visit-assignment-confirmation .checkbox:first-child {
        margin-top: 0;
    }

.full-grid-scroll .ui-grid-cell-contents,
.assign-visit .ui-grid-cell-contents {
    white-space: nowrap;
}

/*.assign-visit .ui-grid-canvas {
    width: 1401px !important;
}*/

.assign-visit .ui-grid-render-container-body .ui-grid-canvas {
    height: 180px !important;
}

.user-management .left .ui-grid-viewport {
    overflow: hidden !important;
}

.assign-visit .left .ui-grid-viewport {
    overflow: hidden !important;
}


.full-grid-scroll .layout .ibox .row,
.full-grid-scroll .user-profile-parent,
.assign-visit-screen .layout .ibox .row,
.assign-visit-screen .user-profile-parent {
    display: block;
}

.send-new-offer {
    position: absolute;
    right: 0;
}

    .send-new-offer .radio {
        margin-left: 15px;
    }

.assign-visit .ui-grid-pager-count-container,
.assign-visit .ui-grid-pager-container {
    margin-top: 0;
}

.assign-visit .assign-visit {
    padding: 5px 15px 0px 15px;
}

.assign-visit .ui-grid {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.assign-visit .calendar {
    margin-top: 20px;
}

/* Cancel Visit */


.start-end-time-fset:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.disbale-hurrican-date:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.cancel-visit h3 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
    padding: 9px 10px;
}

/* Conversation History */


.visit-conversation .conversation-detail {
    border-bottom: 1px solid #cacaca;
    padding: 15px;
}

.conversation-detail h2 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.conversation-btm-btn {
    padding: 15px 0;
    border-top: 1px solid #cacaca;
}

.offer-detail-heading {
    text-align: center;
    background: #f5f5f5;
    padding: 6px 0px;
    font-size: 12px;
    color: #3b607c;
}


/* Select Care Giver */


.select-care-giver .checkbox {
    padding-top: 0;
}

.select-care-giver div.ui-grid-cell input[type="checkbox"] {
    margin: 5px 0 0 -16px !important;
    cursor: pointer;
}

.over-all-rating b {
    float: left;
}

.visit-detail-top .user-rating .ratings,
.CGoffers .user-rating .ratings {
    font-size: 16px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
}

.visit-detail-top .ratings-stars ul,
.CGoffers .ratings-stars ul {
    padding-left: 0px;
}

.visit-detail-top .ratings-stars li,
.CGoffers .ratings-stars li {
    font-size: 16px;
    padding-top: 3px;
}

.cgService {
    margin-top: -3px;
}

.CGoffers .cg {
    float: left;
    width: 100%;
    padding-bottom: 2px;
}

    .CGoffers .cg b {
        padding-right: 5px;
    }


/* Internet Explorer  */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ui-select-multiple.ui-select-bootstrap {
        padding: 3px 3px 0 3px;
    }

    input.ui-select-search {
    }

    .schedual-care-visit .dropdown-toggle.form-control {
        padding: 2px 4px;
    }

    .add-visit-notifications .form-control {
        padding: 3px 12px;
    }

    .popover .form-control {
        padding: 4px 12px 6px 12px;
    }

    .cca-calendar input.form-control[name='s'] {
        padding: 4px 12px;
    }

    /*.user-management .client-tab .ui-grid-cell:nth-child(2),
    .user-management .client-tab .ui-grid-header-cell:nth-child(2) {
        min-width: 105px !important;
        max-width: 105px !important;
    }*/
}


/* Invoices */

.invoices {
    padding-bottom: 15px;
}

.open-status {
    background-color: rgba(255,217,217,1);
    padding: 1px 7px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    margin: 5px 0 0 0px;
}

.pending-status {
    background-color: rgba(246,227,56,1);
    padding: 1px 7px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    margin: 5px 0 0 0px;
}

.paid-status {
    background-color: rgba(225,247,255,1);
    padding: 1px 7px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    margin: 5px 0 0 0px;
}

.invoices .ui-grid-cell .btn {
    width: auto;
    height: 23px;
    padding: 0 7px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 3px;
}

.invoices .unlock-btn {
    margin-right: 10px;
}

.invoices .ui-grid-cell {
    border-bottom: 1px solid #ddd;
}

    .invoices .ui-grid-cell .ui-grid-cell-contents {
        border-bottom: 0;
    }

    .invoices .ui-grid-cell .ui-grid-cell-contents {
        padding: 5px 8px;
    }

.invoices .noRecordFound {
    top: 85%;
}

.overtime-red-color {
    color: red;
}

.double-booking-black-color {
    color: #000000;
    font-weight: bold;
}

.invoices .ui-grid-viewport {
    overflow: scroll !important;
}


.total-amnt {
    padding-right: 17px;
    float: right;
    position: relative;
    z-index: 100;
    padding-top: 15px;
}

.total-amnt-text {
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.summary-unapplied {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

    .summary-unapplied b {
        display: inline-block;
        padding-right: 15px;
    }

    .summary-unapplied .form-control {
        display: inline-block;
        width: 150px;
        border-radius: 4px;
    }

.calculation {
    display: inline-block;
    padding: 5px 10px;
    background: #d4d4d4;
    margin-left: -3px;
    font-weight: 600;
}

.display-invoices ul {
    list-style: none;
}

    .display-invoices ul li {
        display: inline-block;
        margin-left: 15px;
        margin-top: 0;
    }

.invoices .ui-grid-row:nth-child(odd) {
    background: #fff;
}

.invoices .top-buttons .btn {
    padding: 9px 14px;
}

.invoices .ui-grid-row:nth-child(even) {
    background: #efefef;
}

.invoices-summary .credit-balance {
    position: absolute;
    width: 100%;
    text-align: center;
}

.hrs-not-invoiced {
    padding-top: 10px;
    float: left;
    width: 300px;
    position: relative;
    z-index: 100;
}

    .hrs-not-invoiced b {
        display: inline-block;
        padding-right: 15px;
    }

    .hrs-not-invoiced .form-control {
        display: inline-block;
        border-radius: 4px;
        width: 150px;
    }

.invoices-summary-first-grid .ui-grid-viewport {
    overflow: scroll !important;
}

.payment-confirmation-headings h2 {
    margin: 0;
    font-weight: normal;
    font-size: 30px;
}

.green-text {
    color: #1baf60;
}

.payment-confirmation-box {
    background: #f3f3f3;
    border-radius: 3px;
    padding: 15px;
    position: relative;
}

    .payment-confirmation-box .print-pdf {
        position: absolute;
        right: 0;
        top: 15px;
    }

.payment-confirmation-box-icon {
    font-size: 24px;
    padding-right: 15px;
    min-width: 40px;
}

.payment-confirmation-box-label h5 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.payment-confirmation-box-label span {
    color: #595959;
    font-size: 16px;
    padding-top: 5px;
}

.payment-confirmation-box-data {
    padding-bottom: 15px;
}

    .payment-confirmation-box-data:last-child {
        padding-bottom: 0;
    }

/*.div-tableCell {
    display: table-cell;
}*/


/* Invoices Summary */


.invoices-summary {
    padding-bottom: 15px;
}

    .invoices-summary .ui-grid {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .invoices-summary .print-pdf-btn {
        top: -50px;
    }

.invoices-summar .ui-grid-viewport {
    overflow: scroll !important;
}

@media (min-width: 992px) {
    .modalReport .modal-lg {
        width: 830px;
    }

    .modalAgreement .modal-dialog {
        width: 1026px;
    }
}


/* Custom Pay */

.custome-pay-popup .checkbox {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-left: 17px;
}

    .custome-pay-popup .checkbox input[type="checkbox"] {
        margin: 6px 0 0 -16px;
        cursor: pointer;
    }

.custome-pay-popup .ui-grid-row .ui-grid-cell:first-child {
    border-bottom: 1px solid #ddd;
}


/* Dashboard */


.dashboard .print-pdf-btn {
    top: 0;
}

.bg-opacity {
    background: rgba(0,0,0, 0.3);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 600ms, visibility 600ms;
}

    .bg-opacity a {
        font-size: 18px;
        padding: 0 3px;
    }


.charts h5 {
    margin: 0;
    padding: 10px 0;
    color: #fff;
}

.charts .alt-input-border {
    /*min-height: 294px;*/
    margin-bottom: 15px;
    padding: 10px 0px;
    position: relative;
}

    .charts .alt-input-border:hover .bg-opacity {
        visibility: visible;
        opacity: 1;
    }

.chart-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.chart-legend ul {
    padding: 0;
}

    .chart-legend ul li {
        list-style: none;
        font-size: 11px;
        display: inline-block;
        width: 50%;
        padding-left: 10px;
        float: left;
        margin-bottom: 5px;
        cursor: pointer;
    }

.chart-legend {
    margin-top: 5px;
}

.visit-status .chart-legend ul li:last-child {
    width: 60%;
}

.visit-status .refresh-btn {
    width: auto;
    height: auto;
    position: absolute;
    right: 5px;
    top: 1px;
    padding: 1px 5px;
    background: #fff;
}

    .visit-status .refresh-btn:active,
    .visit-status .refresh-btn:focus,
    .visit-status .refresh-btn:hover {
        background: rgba(255, 255, 255, 0.41) !important;
        color: #fff !important;
    }

.no-data-found {
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
}

    .no-data-found i {
        font-size: 73px;
    }

.visit-status-loader .cg-busy-default-sign {
    position: absolute;
    padding: 10px 0px;
    text-align: center;
    top: 150px;
}

    .visit-status-loader .cg-busy-default-sign .cg-busy-default-spinner {
        top: 1px;
        left: 18px;
    }

.visit-status-loader .cg-busy-backdrop {
    height: 390px;
}

.filter-status-loader .cg-busy-default-sign
{
    top:10px !important;
}

.filter-status-loader .cg-busy-backdrop {
    height: 80px !important;
}

.charts-alert .refresh-btn {
    width: auto;
    height: auto;
    position: absolute;
    right: 5px;
    top: 1px;
    padding: 1px 5px;
    background: #fff;
}

    .charts-alert .refresh-btn:active,
    .charts-alert .refresh-btn:focus,
    .charts-alert .refresh-btn:hover {
        background: rgba(255, 255, 255, 0.41) !important;
        color: #fff !important;
    }

#divContainer .charts {
    margin: 0 0px 0 -15px;
}

#divDashboardMain .charts .col-lg-3 {
    padding-right: 0;
}

/*#divDashboardMain .charts {
     display: flex;
}
#divDashboardMain .charts .col-lg-3 {
     flex: 1;
}*/



@media (min-width: 564px) {
    .daterangepicker {
        width: 490px;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: 100%;
        text-align: right;
        padding-right: 10px;
    }
}

.charts-alert .chart-legend ul li,
.rn-ltc .chart-legend ul li {
    width: 100%;
}

.print-pdf-btn-prnt {
    position: relative;
}

.print-pdf-btn {
    position: absolute;
    right: 0px;
    top: -25px;
    z-index: 100;
}

.user-management .print-pdf-btn {
    top: 25px;
}


/* RN Visit */


.rn-visit {
    padding-bottom: 20px;
}

    .rn-visit .ui-grid-viewport {
        overflow: scroll !important;
    }

    .rn-visit .ui-grid-canvas .ui-grid-cell:last-child {
        text-align: right;
    }

        .rn-visit .ui-grid-canvas .ui-grid-cell:last-child button {
            border: 0;
            background: none;
            padding-top: 4px;
        }

        .rn-visit .ui-grid-canvas .ui-grid-cell:last-child button {
            padding: 5px;
        }

        .rn-visit .ui-grid-canvas .ui-grid-cell:last-child button {
            padding: 3px 2px 0px 0;
            font-size: 16px;
        }

            .rn-visit .ui-grid-canvas .ui-grid-cell:last-child button img {
                width: 20px;
            }

    .rn-visit .ui-grid-canvas .btn-default {
        background: none;
        padding: 3px 5px 0 2px;
        display: inline-block;
    }

/* Unauthorized page */


.unauthorize {
    width: 600px;
    margin: 150px auto;
}

    .unauthorize i {
        font-size: 60px;
    }



/* RnLtcReport */


.RnLtcReport .ui-grid-viewport {
    overflow: scroll !important;
}



/* satisfaction */

.RnLtcReport,
.satisfaction {
    padding-bottom: 40px;
}

    .satisfaction .ui-grid-viewport {
        overflow: scroll !important;
    }

    .RnLtcReport .print-pdf-btn,
    .ticklers .print-pdf-btn,
    .satisfaction .print-pdf-btn {
        top: 10px;
    }

    .satisfaction .ui-grid-top-panel .ui-grid-header-cell:nth-child(1) .ui-grid-cell-contents,
    .satisfaction .ui-grid-top-panel .ui-grid-header-cell:nth-child(4) .ui-grid-cell-contents,
    .satisfaction .ui-grid-top-panel .ui-grid-header-cell:nth-child(6) .ui-grid-cell-contents {
        height: 56px;
    }


/* Tickelrs */

.ticklers {
    padding-bottom: 40px;
}

    .ticklers .ui-grid-viewport {
        overflow: scroll !important;
    }

    .ticklers .ui-grid-row .ui-grid-cell a {
        border-bottom: 1px solid #ddd;
        padding: 5px;
        width: 100%;
        height: 100%;
        display: block;
    }

    .ticklers #divTicklersGrid .ui-grid-contents-wrapper .ui-grid-canvas {
        width: auto;
    }

.Tklr-user-code .ui-grid-header-cell-label {
    display: block;
    min-height: 36px;
    padding: 4px 5px;
}

.Tklr-user-code a {
    position: absolute;
    z-index: 100;
    right: 7px;
}


/* Dashboard NoRecord Found */

.dashboard-noRecord .ui-grid-viewport {
    min-height: 44px;
}

.dashboard-noRecord .noRecordFound {
    position: relative;
    top: -38px;
}


/* Fix header */

.table-fixed thead {
    width: 97%;
}

    .table-fixed thead th {
        height: 35px;
    }

.table-fixed tbody {
    height: 100px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

    .table-fixed thead tr::after {
        content: ' ';
        background: #efefef;
        width: 17px;
        position: absolute;
        height: 35px;
        right: 17px;
    }

/* Referal Comapanies */


.ref-company-grid .ui-grid-cell-contents {
    white-space: nowrap;
}


/* revenue-summary */

.revenue-summary {
    padding-bottom: 45px;
}

    .revenue-summary .print-pdf-btn {
        top: 15px;
    }

/* compensabletime */

.compensabletime {
    padding-bottom: 15px;
}

.cancel-btn-compensable .btn {
    margin-left: 135px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    display: block;
}

.save-compensable .btn {
    position: relative;
    z-index: 100;
}

.CompensableTime-grid .checkbox {
    margin-right: 0;
}

    .CompensableTime-grid .checkbox label {
        padding-left: 0 !important;
    }

    .CompensableTime-grid .checkbox input[type="checkbox"] {
        margin: 1px 0 0 -20px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }


/* custome-charges */

.custome-charges {
    padding-bottom: 15px;
}

.fc-assignoffer {
    width: 100%;
    text-align: center;
    display: block;
}


/*  Account Detail */

.account-detail .ui-grid-viewport {
    overflow: scroll !important;
}


/*  Additional fields Caregiver */

.additional-fields-cg-popup .ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    background-color: white;
    border-bottom: solid 1px #d4d4d4;
}

.additional-fields-cg-popup .ui-grid-selection-row-header-buttons {
    cursor: pointer;
    opacity: 1;
}

    .additional-fields-cg-popup .ui-grid-selection-row-header-buttons .checkbox {
        margin: 0;
    }

.additional-fields-cg-popup .checkbox {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-left: 17px;
}

    .additional-fields-cg-popup .checkbox input {
        margin: 6px 0 0 -16px !important;
    }


.additional-fields-cg-popup .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child,
.additional-fields-cg-popup .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
    border-right: 0;
}

.additional-fields-cg-popup .ui-grid-row {
    cursor: pointer;
}


.additional-fields-cg-popup .ui-grid-viewport {
    overflow: scroll !important;
    height: 300px !important;
}

.additional-fields-cg-popup .ui-grid-cell .ui-grid-cell-contents {
    border-bottom: 0px;
}

.additional-fields-cg-popup .ui-grid-pager-count-container {
    float: left;
    padding-top: 8px;
}

.additional-fields-cg-popup .ui-grid-canvas {
    padding-top: 0;
    width: 100% !important;
}

    .additional-fields-cg-popup .ui-grid-canvas .ui-grid-row {
        border-bottom: 1px solid #ddd;
    }

        .additional-fields-cg-popup .ui-grid-canvas .ui-grid-row:nth-child(odd) {
            background: #fdfdfd;
        }

        .additional-fields-cg-popup .ui-grid-canvas .ui-grid-row:nth-child(even) {
            background: #efefef;
        }

.disableField input {
    background-color: #eee !important;
}

.disableField {
    background-color: #eee !important;
}

/* Custom Pay History - Start*/

.custom-pay-history .modal-dialog {
    width: 1240px;
}

    .custom-pay-history .modal-dialog .table {
        table-layout: fixed;
        font-size: 13px;
    }

        .custom-pay-history .modal-dialog .table .paycode {
            width: 65px;
        }

        .custom-pay-history .modal-dialog .table .standardhour {
            width: 65px;
        }

        .custom-pay-history .modal-dialog .table .description {
            width: 250px;
        }

        .custom-pay-history .modal-dialog .table .pay-unit {
            width: 60px;
        }

        .custom-pay-history .modal-dialog .table .pay-rate {
            width: 60px;
        }

        .custom-pay-history .modal-dialog .table .client {
            width: 140px;
        }

        .custom-pay-history .modal-dialog .table .modified-by {
            width: 140px;
        }

        .custom-pay-history .modal-dialog .table .modified-date {
            width: 106px;
        }



/* Custom Pay History - End*/

/* Custom Charges History - Start*/

.custom-charges-history .modal-dialog {
    width: 1240px;
}

    .custom-charges-history .modal-dialog .table {
        table-layout: fixed;
        font-size: 13px;
    }

        .custom-charges-history .modal-dialog .table .discount {
            width: 50px;
        }

        .custom-charges-history .modal-dialog .table .markup {
            width: 50px;
        }
        .custom-charges-history .modal-dialog .table .charge-code {
            width: 65px;
        }

        .custom-charges-history .modal-dialog .table .description {
            width: 250px;
        }

        .custom-charges-history .modal-dialog .table .strd-charge-rate {
            width: 60px;
        }

        .custom-charges-history .modal-dialog .table .new-rate {
            width: 60px;
        }

        .custom-charges-history .modal-dialog .table .caregiver {
            width: 140px;
        }

        .custom-charges-history .modal-dialog .table .modified-by {
            width: 140px;
        }

        .custom-charges-history .modal-dialog .table .modified-date {
            width: 106px;
        }

        

/* Custom Charges History - End*/

/* Visit Charges Popup */

.visit-charges-modal .modal-dialog {
    width: 1040px;
}

    .visit-charges-modal .modal-dialog .table {
        table-layout: fixed;
        font-size: 13px;
    }

        .visit-charges-modal .modal-dialog .table .charge-code {
            width: 65px;
        }

        .visit-charges-modal .modal-dialog .table .description {
            width: 213px;
        }

        .visit-charges-modal .modal-dialog .table .charge-qty {
            width: 45px;
        }

        .visit-charges-modal .modal-dialog .table .strd-charge-rate {
            width: 70px;
        }

        .visit-charges-modal .modal-dialog .table .custome-charge-rate {
            width: 70px;
        }

        .visit-charges-modal .modal-dialog .table .pay-qty {
            width: 33px;
        }

        .visit-charges-modal .modal-dialog .table .strd-pay-rate {
            width: 53px;
        }

        .visit-charges-modal .modal-dialog .table .custome-pay-rate {
            width: 53px;
        }

        .visit-charges-modal .modal-dialog .table .discount {
            width: 56px;
        }

        .visit-charges-modal .modal-dialog .table .markup {
            width: 50px;
        }

        .visit-charges-modal .modal-dialog .table .bill-type {
            width: 55px;
        }

/* Census Report Criteria */

.cunsus-report-criteria {
    padding-bottom: 20px;
}

.layout .ibox .cunsus-report-criteria .row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
}

.cunsus-report-criteria .input-group {
    width: 100%;
}

.cunsus-report-criteria .form-group {
    margin-bottom: 15px;
}

.cunsus-report-criteria .bottom-data-heading {
    border-bottom: 1px solid #e7eaec;
    margin-bottom: 10px;
}

    .cunsus-report-criteria .bottom-data-heading:after {
        content: " ";
        clear: both;
        display: block;
    }

.cunsus-report-criteria h3 {
    font-size: 20px;
}

.cunsus-report-criteria .dropdown-menu.scrollable-menu {
    top: 38px;
}

.text-success {
    color: #3c763d;
}

.pad-right-12 {
    padding-right: 12px !important;
}

.dropdown-menu.scrollable-menu .input-block-level {
    margin: 5px 0px 5px 5px;
    width: 95%;
    height: 30px;
    border-radius: 4px !important;
    padding: 3px 5px;
}

    .dropdown-menu.scrollable-menu .input-block-level:focus {
        outline: none;
    }

.session-out-popup .modal-footer {
    text-align: center;
}

.iframe-for-ie {
    display: none;
}

.show-all-user {
    border: 1px solid rgb(222, 222, 222);
    width: 100%;
    padding: 9px 7px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: normal;
}

.datepicker.datepicker-startdare {
    top: 300px !important;
    left: 390px !important;
}

.datepicker.datepicker-enddate {
    top: 300px !important;
    left: 695px !important;
}

/* Styling for IE */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal-backdrop {
        display: none !important;
    }

    .modal.in {
        background: rgba(0,0,0, 0.5);
    }

    .inactive-popup.modal.in {
        background: none;
    }

    .modal-open .navbar-static-side {
        z-index: 10;
    }

    .modal-open .navbar {
        z-index: 11;
    }

    .modal-open .fixed.footer {
        z-index: 12;
    }

    .animated {
        z-index: 12;
    }

    .modal-open .popover {
        /*z-index: 1*/
    }

    .iframe-for-ie {
        display: block;
        position: fixed;
        z-index: -1;
        width: 100%;
        background: rgba(0,0,0, 0.5);
        height: 100%;
        left: 0;
        right: 0;
        border: 0;
        z-index: -1;
        top: 0;
    }
}

/* trial-generaotr */

.trial-generaotr {
    padding-bottom: 15px;
}

    .trial-generaotr .form-group {
        padding-left: 15px;
    }

    .trial-generaotr .btn {
        width: auto;
        margin-top: 0;
        margin-left: 15px;
    }

#msUserName .dropdown-menu.scrollable-menu {
    display: none;
}

.gird-scroll .ui-grid-viewport {
    overflow: scroll !important;
}

.compensabletime .ui-grid-viewport {
    height: 240px !important;
}

/* Auto Complete Visits */

.atuo-complete-events .start-date-end-date {
    margin: 0 -15px !important;
}

.atuo-complete-events .btn {
    margin-top: 25px;
}

.reportingiFrame {
    width: 1070px !important;
    height: 510px !important;
}



/*Report-loader*/

.report-loader {
    background: rgba(255, 255, 255, 0.71);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    right: 0;
}

.report-loader-text {
    width: 100%;
    left: 37%;
    top: 60%;
    position: absolute;
    font-weight: bold;
}


.lds-spinner {
    position: absolute;
    left: 43%;
    top: 50%;
    width: 64px;
    height: 64px;
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #353535;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



.pending-status, .paid-status, .open-status {
    min-width: 80px;
    text-align: center;
}

.refund-popup .ui-grid-canvas .btn {
    width: auto;
    height: 22px;
    font-size: 13px;
    padding: 3px 16px;
    float: right;
}
.ui-grid-top-panel {
    overflow: visible;
}

.ui-grid-header-viewport {
    overflow: visible;
}

.ui-grid-render-container-body {
    overflow: hidden;
}

.viewFullSSN {
    cursor: pointer;
    margin-left: 5px;
    margin-top: 15px;
}