@import url(https://fonts.googleapis.com/css?family=Pacifico);

@font-face {
    font-family: 'Ranger';
    src: url('fonts/Ranger.eot');
    src: url('fonts/Ranger.eot?#iefix') format('embedded-opentype'), url('fonts/Ranger.woff') format('woff'), url('fonts/Ranger.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-right: 0 !important;
    position: relative;
    height: 100%;
}
/*::selection {
    background: rgba(238, 46, 36, 0.72);
    color: black;
    text-shadow: none;
}

::-moz-selection {
    background: rgba(238, 46, 36, 0.72);
    color: black;
    text-shadow: none;
}*/
header {
    background: #fff;
    padding: 5px 15px 5px 15px;
    position: relative;
    z-index: 5;
}

    header .logo {
        width: 130px;
    }

        header .logo img {
            height: 45px;
        }

table {
    width: 100% !important;
}

    table.adl {
        table-layout: fixed;
    }

.calender-ico {
    background: url(../images/calendar.png) no-repeat 98.3% center !important;
    opacity: 0.8 !important;
    filter: alpha(opacity=80);
    background-size: 22px !important;
    cursor: pointer;
}

.Sign-ico {
    background: url(../images/sign.png) no-repeat 100% center !important;
    cursor: pointer;
    text-align: center;
}

.cursivefont {
    color: red;
    font-family: 'Pacifico', cursive;
    cursor: pointer;
}

.accordion-div {
    background: #fff;
    border: 1px solid #ccc;
    margin: 25px 0 40px 0;
    /* padding-top: 20px; */
    padding: 20px 22px;
}
/*.accordion-div.fix {
    min-height: 550px;
}*/
.div-center {
    margin: 40px auto 0 auto;
    float: none;
}

.panel-default > .panel-heading {
    padding: 0;
    position: relative;
}

    .panel-default > .panel-heading a {
        background: url(../images/arrow-bottom.png) no-repeat 99% center #221f73;
        color: #fff;
        padding: 5px 10px;
        display: block;
        font-size: 16px;
        background-size: 14px;
    }

.opporunity .panel-default > .panel-heading h1 {
    background: #221f73;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    display: block;
    line-height: 1.428571429;
}

.panel-default > .panel-heading a:hover {
    text-decoration: none;
}

.panel-default > .panel-heading .panel-title.collapsed {
    background: url(../images/arrow-top.png) no-repeat 99% center #ee2e24;
    background-size: 14px;
}
/*  bhoechie tab */
div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding: 0; /*padding-top: 10px;*/
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

div.bhoechie-tab-content h3 {
    color: #221f73;
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 34px 0;
}

.form-group {
    margin-bottom: 0;
}

.bhoechie-tab-content .form-group {
    margin-bottom: 5px; /*border-bottom:1px solid rgba(0, 0, 0, 0.2);*/
}

.form-horizontal .control-label {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    padding-right: 0;
    padding-top: 0px;
}

    .form-horizontal .control-label.none {
        padding-top: 10px;
    }

.form-horizontal .btn-default {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #757575;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.form-horizontal .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    background: #fff;
    border: 1px solid #ccc;
    color: #757575;
    box-shadow: none;
}

.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
    color: #757575;
}

.form-control[disabled] {
    background-color: rgba(238, 238, 238, 0.40) !important;
    opacity: 1 !important;
}

.form-control {
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    resize: vertical;
    padding: 6px 3px;
}

footer {
    background: #e1e1e1;
    padding: 15px 0;
    color: #120d0ddd;
    font-size: 16px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
    -ms-transition: .8s ease;
    transition: .8s ease;
}
/* Dashbaord */
.search-row {
    float: left;
    margin-left: 0;
    clear: both;
    margin-top: 20px;
}

.navbar-form .form-control {
    background: url(../images/search.png) no-repeat 0 2px;
    width: 250px;
    padding: 0 0 8px 38px;
    border: none;
    font-size: 18px;
    border-bottom: 1px solid #c1c1c1;
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #cc0000;
    transition: all 0.5s ease 0s;
}

#dropdown-user {
    margin: 20px 0 0 0;
}

    #dropdown-user .username {
        color: #004c80;
        font-size: 18px;
        padding: 5px 10px 0 0;
        float: left;
    }

    #dropdown-user .logout {
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 17px;
        padding: 0 12px;
        text-align: center;
        background: #ee2e24;
        float: left;
    }

        #dropdown-user .logout:hover {
            background: #cc0000;
            color: #fff;
            transition: all 0.5s ease 0s;
        }

.navbar {
    margin-bottom: 0;
    position: relative;
    z-index: 4;
}

.navbar-default {
    background: #221f73;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 12px;
        padding: 7px 15px;
    }

        .navbar-default .navbar-nav > li > a span {
            display: block;
            text-align: center;
            padding-bottom: 5px;
        }

.navbar-brand, .navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background: #373884;
    box-shadow: none;
    color: #fff;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: #373884;
        color: #fff;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #373884;
    box-shadow: none;
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

#bs-example-navbar-collapse-1 {
    border: none;
}
/*2017-11-06*/
#tblEntity tbody tr:nth-child(even) {
    background: #f9f9f9;
}

#tblEntity tbody tr:nth-child(odd) {
    background: #fff;
}

#tblEntity thead tr th select {
    color: #333;
}

#tblEntity thead tr th {
    white-space: nowrap;
    padding: 8px 15px;
    border-right: 1px solid #D7D7D7;
}

#tblEntity tbody tr td {
    padding: 5px 10px;
    border: 1px solid #D7D7D7;
}

    #tblEntity tbody tr td:nth-child(4), #tblEntity tbody tr td:nth-child(5), #tblEntity tbody tr td:nth-child(13) {
        white-space: nowrap;
    }

#tblEntity thead .sorting {
    background: #1d1d78;
    background-image: url(../images/sort_both.png);
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
}

#tblEntity thead .sorting_desc {
    background: #1d1d78;
    background-image: url(../images/sort_desc.png);
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
}

#tblEntity thead .sorting_asc {
    background: #1d1d78;
    background-image: url(../images/sort_asc.png);
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
}

    #tblEntity thead .sorting_asc a {
        color: #fff;
    }

#tblEntity thead .sorting_desc a {
    color: #fff;
}

#tblEntity thead .sorting a {
    color: #fff;
}
/* left sidebar */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 70%;
    position: relative;
}

    #wrapper.toggled {
        padding-left: 200px;
    }

#sidebar-wrapper {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 200px;
    height: 100%;
    background: #ee2e24;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #sidebar-wrapper ul {
        margin-bottom: 0;
        padding-left: 0;
    }

    #sidebar-wrapper p {
        margin-bottom: 0;
    }

    #sidebar-wrapper #notificationDiv li, #sidebar-wrapper .dvOverflow li {
        padding: 5px 5px 0 0;
        border-bottom: 1px solid #fff;
        float: left;
        margin-left: 5px;
    }

        #sidebar-wrapper #notificationDiv li table, #sidebar-wrapper .dvOverflow li table {
            width: 100%;
            float: left;
        }

            #sidebar-wrapper #notificationDiv li table td a, #sidebar-wrapper .dvOverflow li table td a {
                color: #fff;
            }

        #sidebar-wrapper #notificationDiv li a,, #sidebar-wrapper .dvOverflow li a {
            color: #fff;
        }

            #sidebar-wrapper #notificationDiv li a:hover,, #sidebar-wrapper .dvOverflow li a:hover {
                text-decoration: none;
            }

            #sidebar-wrapper #notificationDiv li a i {
                font-size: 22px;
            }

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

#sidebar-wrapper li table tbody tr td:nth-child(2), #sidebar-wrapper .dvOverflow li table tbody tr td {
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 18px;
}

#sidebar-wrapper-right {
    z-index: 999;
    position: fixed;
    right: 0;
    width: 200px;
    height: auto;
    background: #DDD;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 200px;
}

#wrapper.toggled #sidebar-wrapper-right {
    width: 200px;
}
/*.sidebar-nav-right btn{
    
}
.text-box {
    background-image: url(../images/icon-set.png) !important;
    background-position: right 6px;
    background-repeat: no-repeat;
}*/
.home-menu .sidebar-nav {
    background: #EE2E24;
}

.sidebar-nav {
    background: #EE2E24;
}

.check-box {
}

radio-button {
}

.date-icon {
}

.e-sign {
}

#page-content-wrapper {
    position: relative;
    margin: 0 0 0 200px;
    padding: 0px;
    min-height: 680px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}
/* Sidebar Styles */
.sidebar-nav {
    width: 200px;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 44px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #fff;
            cursor: pointer;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
            }

        .sidebar-nav li.active a {
            text-decoration: none;
            color: #fff;
            background: rgba(255, 255, 255, 0.2);
        }

        .sidebar-nav li a.active {
            background: rgba(255, 255, 255, 0.2);
        }

        .sidebar-nav li a:active, .sidebar-nav li a:focus {
            text-decoration: none;
        }

        .sidebar-nav li a img {
            height: 14px;
            margin: 13px 10px 0px 0px;
            float: right;
        }

#sidebar-wrapper h2 {
    background-color: #fff;
    height: 30px;
    margin: 0 0 1px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 0 0 20px;
    font-weight: 600;
}

#sidebar-wrapper-right h2 {
    background: #fff;
    height: 30px;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    padding: 0 0 0 20px;
    font-weight: 600;
}

.sidebar-nav > .sidebar-brand a {
    color: #e65b45;
}

    .sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none;
    }

#menu-toggle {
    background: #ee2e24;
    width: 38px;
    height: 38px;
    margin: 0 -38px 0 0;
    padding: 10px;
    /*position: absolute;
    top: 0px;
    left: 201px;*/
    box-shadow: none;
    border: none;
    z-index: 9;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: right;
}

.sticky.stick {
    position: fixed !important;
    top: 0;
    z-index: 10000;
    /*margin: 0;
    left: 200px ;
    transition: all 0.5s ease 0s;*/
    margin-left: 200px !important;
}

.visible .sticky.stick {
    margin-left: 0 !important;
}

#sidebar-wrapper-right #menu-toggle-right {
    background: #221F73;
    width: 38px;
    height: 38px;
    margin: -5px 0 0 -38px;
    padding: 10px;
    /*position: absolute;
    top: 0px;
    left: 201px;*/
    box-shadow: none;
    border: none;
    z-index: 1000;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
}

.visible {
    margin-right: -200px;
}

.sidebar-nav-right-Wild-Card {
    margin: 5px;
    padding: 5px 6px;
    border: 1px solid #a8a8a8;
}

    .sidebar-nav-right-Wild-Card li {
        list-style-type: none;
        display: inline-block;
        padding: 3px 0;
    }

        .sidebar-nav-right-Wild-Card li input {
            /*min-width: 130px;*/
            /*background: #FFF;*/
            border: 1px solid #b4b4b4;
            color: #3f3f3f;
            font-size: 13px;
            line-height: 16px;
            padding: 3px 5px;
        }

        .sidebar-nav-right-Wild-Card li.slect-option label {
            font-weight: 500;
            margin: 0 10px 0 0;
            font-size: 12px;
            color: #FFF;
        }

        .sidebar-nav-right-Wild-Card li.slect-option input {
            margin: 2px 0px 0 0;
            float: left;
        }

        .sidebar-nav-right-Wild-Card li input:hover {
            border: 1px solid #b4b4b4;
        }

#sidebar-nav-right-Wild-Card .sticky.stick {
    position: fixed !important;
    top: 0 !important;
    z-index: 10000 !important;
    margin: 0 !important;
    right: 200px !important;
    transition: all 0.5s ease 0s;
}

.slect-option-head {
    background: #221F73;
    height: 38px;
}

.slect-option {
    background: #221F73;
    padding: 8px 4px 8px 4px;
}

    .slect-option label {
        margin: 0px 5px;
        font-size: 12px;
        color: #FFF;
    }

.info-card {
    margin: 5px;
    padding: 5px 6px;
    border: 1px solid #a8a8a8;
}

.sidebar-User-info {
    margin: 0;
    padding: 0;
}

    .sidebar-User-info li {
        list-style-type: none;
        display: inline-block;
        padding: 3px 0;
    }

    .sidebar-User-info label {
        margin: 0 3px 0 0;
        font-size: 13px;
    }

    .sidebar-User-info li input {
        /*min-width: 130px;*/
        /*background: #FFF;*/
        border: 1px solid #b4b4b4;
        color: #3f3f3f;
        font-size: 13px;
        line-height: 16px;
        padding: 3px 5px;
    }

    .sidebar-User-info li label input {
        margin: 0 2px 0 0;
    }

    .sidebar-User-info li.slect-option label {
        font-weight: 500;
        margin: 0 10px 0 0;
        font-size: 12px;
        color: #FFF;
    }

    .sidebar-User-info li.slect-option input {
        margin: 2px 0px 0 0;
        float: left;
    }

    .sidebar-User-info li input:hover {
        border: 1px solid #b4b4b4;
    }

#sidebar-wrapper-right li strong {
    font-size: 13px;
}


#sidebar-wrapper.visible .sticky.stick {
    left: 0 !important;
}

#sidebar-wrapper-right.visible .sticky.stick {
    right: 0 !important;
}

#sidebar-wrapper-right .sticky.stick {
    position: absolute !important;
    top: 0 !important;
    z-index: 10000 !important;
    margin: 0 !important;
    right: 200px !important;
    transition: all 0.5s ease 0s;
}


/* Sidebar Styles */


.left-padding {
    padding-left: 7px;
    padding-right: 7px;
}
.right-padding {
    padding-right: 6px;
}
.margin-left-0 {
    margin-left: 0px !important;
}
textarea.form-control.text-height {
    height: 36px;
}
textarea.form-control{
    border-radius:3px;
}
/* Interview form */
.interview-detail {
    background: #fff;
    width: 100%;
    padding: 0px 0px;
}

    .interview-detail h2 {
        color: #221f73;
        font-size: 20px;
        padding-bottom: 25px;
        margin: 0;
    }

.common-grid {
    width: 100%;
    margin: 15px 0 0 0;
    /*overflow: scroll;
    height: 500px;*/
}

    .common-grid h3 {
        background: #221f73;
        color: #fff;
        font-size: 16px;
        margin: 0;
        padding: 5px 10px;
        line-height: 1.428571429;
    }

    .common-grid h4 {
        font-size: 15px;
        font-weight: 600;
    }

    .common-grid .table th.heading, .common-grid .table td.heading {
        background: #221f73;
        color: #fff;
        font-size: 16px;
        margin: 0;
        padding: 5px 10px;
        font-weight: normal;
    }

    .common-grid .heading span {
        font-size: 14px;
        float: right;
    }

    .common-grid .normal {
        font-weight: normal;
    }

.table {
    margin-bottom: 0;
}

.common-grid .control-label {
    padding-top: 0;
}

.common-grid .p20 {
    padding-right: 20px;
    font-weight: 400;
}
/* start rating */
.jq-ry-container {
    position: relative;
    padding: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
}

    .jq-ry-container[readonly="readonly"] {
        cursor: default;
    }

    .jq-ry-container > .jq-ry-group-wrapper {
        position: relative;
        width: 100%;
    }

        .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
            position: relative;
            line-height: 0;
            z-index: 10;
            white-space: nowrap;
        }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
                display: inline-block;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
                width: 100%;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
                width: 0;
                z-index: 11;
                position: absolute;
                top: 0;
                left: 0;
                overflow: hidden;
            }
/* end rating */

.border-col {
    width: 100%;
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #ccc;
}

    .border-col h4 {
        border-bottom: 1px solid #ccc;
        font-size: 20px;
        margin: 0 0 20px;
        padding-bottom: 15px;
    }

    .border-col h5 {
        font-size: 16px;
        padding: 0 0 0 15px;
        font-weight: 600;
    }

        .border-col h5.none {
            padding-left: 0;
        }

.margin-top {
    margin-top: 15px;
}

.form-control.none-border {
    width: 165px;
    margin: 0 0 0 7px;
    display: inline;
}

.line-height {
    line-height: 32px;
}

.form-control.border-disable {
    border: none;
}

.table.pad0 td {
    padding: 0;
}

.width60 {
    width: 60% !important;
}

.width85 {
    width: 85% !important;
}

.width55 {
    width: 55% !important;
}

.margin-bottom0 {
    margin-bottom: 0;
}

.pad-left {
    padding-left: 0;
}

.button-group {
    position: absolute;
    top: 7px;
    right: 42px;
}

.next-btn {
    background: #f0ad4e;
    border: none;
    color: #fff;
    padding: 5px 10px;
}

.back-btn {
    background: #222;
    border: none;
    color: #fff;
    padding: 5px 10px;
}

.back-btn {
    background: #222;
    border: none;
    color: #fff;
    padding: 5px 10px;
}

#Utilization .table tr > td, #emotionalfeilds .table tr > th, #emotionalfeilds .table tr > td {
    border-top: 0;
}
/*File Upload CSS Start*/
.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.fileupload {
    margin-bottom: 9px;
}

    .fileupload .uneditable-input {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        cursor: text;
    }

    .fileupload .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .fileupload .thumbnail > img {
            display: inline-block;
            vertical-align: middle;
            max-height: 100%;
            width: 100%;
        }

.fileupload-new, .fileupload-exists {
    font-size: 16px;
}

.fileupload .btn {
    vertical-align: middle;
}

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}

.btn.btn-primary.btn-file {
    margin-left: 20px;
}

.aler-box-css {
    background: none repeat scroll 0 0 #FFB817;
    border: 1px solid #E9A406;
    color: #4B2B77;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    line-height: normal;
    margin: 0 0 0 10px;
    padding: 3px 11px;
}

.alert-box-popup {
    width: 340px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0px 0px -170px;
    background-color: #F5F2F2;
    z-index: 1234;
    bottom: 0px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.alert-box-trprnt {
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 123;
    opacity: 0.6;
}

.alert-msg-txt {
    color: #000;
    padding: 20px 0;
    font-size: 13px;
    text-align: center;
}

.reps-in-box {
    padding: 0 0 15px;
}

    .reps-in-box .rmv-pd, .reps-in-box .lbl-txt {
        padding: 0;
    }

    .reps-in-box .in-textbox {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #CCCCCC;
        float: left;
        height: 35px;
        padding: 5px 1%;
    }

    .reps-in-box .lbl-txt {
        float: left;
        font-weight: normal;
        line-height: 35px;
        margin: 0;
    }

.reps-wdth-box {
    width: 150px;
}

.step-des .seq-input-lbl {
    float: left;
    width: 168px;
}

    .step-des .seq-input-lbl input {
        float: left;
    }

.img-block {
    width: 600px;
    height: 300px;
}

.panel-group.none {
    margin-bottom: 0;
}

.margintop20 {
    margin-top: 20px;
}

.margin-bottom0 {
    margin-bottom: 0;
}
/*File Upload CSS end*/



/*Nav*/
.nav.navbar-nav li {
    text-align: center;
}

    .nav.navbar-nav li img {
        height: 21px;
    }

.top-breadcrumb {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    background: #eeeae5;
    position: relative;
    float: right;
}

    .top-breadcrumb > a {
        color: #221f73;
    }
/*category-form*/
.category-form {
    padding: 0 25px;
}

    .category-form li {
        float: left;
        display: inline-block;
        margin: 0 2px 5px 0px;
        padding: 0;
    }

    .category-form .btn.btn-primary {
        margin: 0px 10px 0px 0 !important;
        height: 34px;
        line-height: 34px;
    }

    .category-form li input {
        border-radius: 0px;
        background: #221f73;
        color: #FFF !important;
    }

        .category-form li input:hover {
            background: #373884;
        }

    .category-form li.active input {
        background: #414299;
    }

.btn.active {
    background: #414299 !important;
}

form.form-horizontal.second-form-group {
    margin-bottom: 0px;
}

.second-form-group .form-group {
    margin-bottom: 0px;
}

.control-label img {
    /*float: left;*/
    height: 20px;
    opacity: 0.9;
    filter: alpha(opacity=80);
}

table tr img {
    cursor: pointer;
}

.active-icons {
    padding: 0px;
    margin: 0px;
    min-width: 152px;
    text-align: center;
}

    .active-icons li {
        margin: 0 3px;
        padding: 0;
        display: inline-block;
    }

.activestaff-icons {
    padding: 0px;
    margin: 0px;
    /*min-width: 152px;*/
    text-align: left;
}

    .activestaff-icons li {
        margin: 0 3px;
        padding: 0;
        display: inline-block;
    }


.panel-group #collapseOne .panel-body {
    padding: 10px;
}

#divActivityPopup .panel-group #collapseOne .panel-body {
    padding: 7px 7px 0px 7px;
}

.form-control {
    height: 31px;
}

#accordion.panel-group {
    padding: 0 0px;
}

    #accordion.panel-group .panel {
        border: none;
    }

.activity {
    padding: 30px 10px 11px 10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 5px;
}

.Next-stage {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
}

.form-horizontal.Next-stage textarea#StatusReason {
    margin-top: 10px;
}

.add-fields {
}

    .add-fields th img {
        height: 19px;
        cursor: pointer;
        float: left;
        margin-top: 0;
    }

    .add-fields div {
        padding: 5px;
    }

.common-grid.add-fields {
}

    .common-grid.add-fields th {
        padding: 6px 10px;
        line-height: 1.428571429;
        min-width: 117px;
    }

.removeCurrentRow {
    background: url(../images/cross.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: 95%;
    text-align: center;
    text-indent: -99999px;
    overflow: hidden;
    display: inline-block;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /*margin: 0 39%;*/
}
/*.table-responsive table tr td {
    text-align:left;
}*/
/*.table-responsive table tr td:nth-last-child(1) {
    text-align:center;
}*/
#mceu_13 {
    width: 100% !important;
}

#tblAvailability tr th {
    min-width: 100px;
}

#tblAvailability tr td .form-control {
    min-width: 100%;
}

#tblAvailability tr th:nth-last-child(8) {
    min-width: 115px;
}

#tblRestrictions, #tblAttribute {
    /*min-width: 400px;*/
}

#tblPaperWork {
    /*min-width: 800px;*/
}

#tblcertificate {
    /*min-width: 800px;*/
}

#tblPayRoll tr td:nth-last-child(3) input[type="text"] {
    min-width: auto;
}

#tblPayRoll {
    /*min-width: 800px;*/
}

    #tblPayRoll tr th {
        min-width: 55px;
    }

#tblActivityList tr th {
    min-width: 76px;
}

/*#tblActivityList td {
  white-space: normal !important; 
  word-wrap: break-word;
}*/


#tblMessageLog tr th {
    min-width: 76px;
}


#tblMessageLog {
    /*min-width: 800px;*/
}

#tblActivityList {
    /*min-width: 800px;*/
}

#tblEmailLog {
    /*min-width: 800px;*/
}

    #tblEmailLog tr th {
        min-width: 76px;
    }

#tbltraining {
    /*min-width: 800px;*/
}

    #tbltraining tr th {
        min-width: 45px;
    }

#tblLevel {
    /*min-width: 800px;*/
}

    #tblLevel tr th {
        min-width: 45px;
    }

#tblUploadDocument {
    /*min-width: 800px;*/
}

    #tblUploadDocument tr th {
        min-width: 45px;
    }

    #tblUploadDocument .active-icons {
        min-width: 118px;
    }

#tbltraining tr td:nth-last-child(3) input[type="text"] {
    min-width: 50px;
}


.table-responsive table tr td:nth-last-child(1) a {
    display: inline-block;
}

/*table tr td:nth-last-child(1) a {
    display: inline-block;
}*/

/*caregiver-info*/
.caregiver-info {
}

    .caregiver-info .col-sm-6 .col-xs-12 {
        padding: 6px 0;
    }

    .caregiver-info .col-sm-6 .col-xs-12 {
        padding: 2px 0;
    }

        .caregiver-info .col-sm-6 .col-xs-12 p {
            margin-bottom: 0px;
        }

        .caregiver-info .col-sm-6 .col-xs-12 .col-sm-8 label {
            font-weight: 400;
        }

.border {
    border-bottom: 1px solid #CCC;
    margin: 10px 0 10px 0;
    float: left;
    width: 100%;
}

.inst input {
    margin: 4px 0px 0px 7px;
    float: right;
}

.form-horizontal-form h2 {
    padding-bottom: 15px;
}

/*emergency-contact*/
.emergency-contact {
}

    .emergency-contact th {
        padding: 6px 10px;
        line-height: 1.428571429;
    }

    .emergency-contact td {
        padding: 6px 10px;
        line-height: 1.428571429;
    }

.form-horizontal-form strong {
    font-weight: 500;
}

.form-horizontal-form label {
    text-align: right !important;
}

.form-horizontal-formleft label {
    text-align: left !important;
}

input.edit {
    margin: 0 0 5px 0 !important;
}

/*availability-fields*/
.availability-first-fields tr th {
    min-width: 117px;
}

.availability-second-fields .col-xs-12 {
    margin-bottom: 10px;
}

.availability-second-fields label.control-label.none {
    padding-bottom: 5px;
}

.d-l-f {
    width: 25%;
    margin: 0 2% 0 0;
}

.d-l-s {
    width: 73%;
}

.col-md-3.col-sm-6 .btn-group {
    width: 100%;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100% !important;
    float: left;
    padding: 4px 12px;
}

ul.multiselect-container.dropdown-menu {
    width: 100% !important;
    height: auto !important;
    max-height: 200px;
    overflow-y: auto !important;
    overflow-x: hidden;
}

    ul.multiselect-container.dropdown-menu li {
        display: block;
    }

        ul.multiselect-container.dropdown-menu li a {
            padding: 5px 0 0 27px;
            border-bottom: 1px solid #ddd;
            display: block;
        }

            ul.multiselect-container.dropdown-menu li a label {
                padding: 0;
                text-align: left !important;
                font-weight: 500;
            }

.btn-group {
    width: 100% !important;
    padding: 0px !important;
}



/*hr page*/
.hr {
}

    .hr label {
        text-align: left !important;
        font-weight: 500;
        margin-top: 10px;
    }

.p-i tr th {
    min-width: 65px;
}

.btn-primary:hover {
    background: #cc0000;
    transition: all 0.5s ease 0s;
}

/*.btn-primary {
    background: #21225b;
    height: 30px;
    line-height: 30px;
    border: none;
    margin: 15px 10px 10px 0;
    padding: 0px 12px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}*/

/*Experience*/
.experience-ui {
}

    .experience-ui table {
        width: 100%;
    }

        .experience-ui table tr td {
            text-align: center;
            font-size: 14px;
            line-height: 10px;
        }

.experience-rating tr th {
    font-size: 14px;
}

.experience-ui label {
    font-weight: 500;
}

.action span {
    display: block;
    text-align: center;
}

    .action span a {
        display: inline-block;
        margin: 0 4px;
    }

a.edit {
    background: url(../images/edit.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: 95%;
    text-align: center;
    text-indent: -99999px;
    overflow: hidden;
    display: inline-block;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.row h2 {
    color: #221f73;
    font-size: 18px;
    padding-bottom: 10px;
    margin: 0;
}

input[type="file"] {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 3px 3px;
    cursor: pointer;
}

input[type="text"] {
    resize: none;
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px 3px;
}

#divActivityInner .text-right input[type="submit"] {
    margin: 0px !important;
}

.table-responsive table td .calender-ico {
    min-width: 115px;
}

.form-control {
    min-width: 115px;
}

.table-responsive table td {
    font-size: 13px;
    padding: 5px;
    line-height: 1.428571429;
}

table td {
    border-color: #CCC;
}

td.action {
    text-align: center;
}

    td.action a {
        display: inline-block;
    }

/*file upload*/
.file-Upload {
    position: relative;
    overflow: hidden;
    /* margin: 10px; */
    background: url(../images/upload.png) no-repeat;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -999px;
    background-size: contain;
    display: inline-block;
}

    .file-Upload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        display: inline-block;
    }

.btn-Download {
    background: url(../images/download.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: inline-block;
}
.btn-Download1 {
    background: url(../images/greenIconWithcroce.png) no-repeat;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: inline-block;
}
.btn-Download2 {
    background: url(../images/redIconWithcroce.png) no-repeat;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: inline-block;
}

.search {
    background: url(../images/search.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: inline-block;
}

.delete {
    background: url(../images/delete-icon.png) no-repeat;
    width: 18px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: inline-block;
}

#tblCaregiverGrid .delete, #tblCaregiverGrid .complete-visit-note {
    position: relative;
    top: 8px;
}

.post-payment {
    background: url(../images/post-payment.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: inline-block;
}

.mail-send {
    background: url(../images/mail-send.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.mail-send-active {
    background: url(../images/mail-send-active.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.checkin {
    background: url(../images/checkin.png) no-repeat;
    width: 18px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.complete-visit-note {
    background: url(../images/time-check-symbol.png) no-repeat;
    width: 18px;
    height: 20px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.checkin-active {
    background: url(../images/checkin-active.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.counter-sign {
    background: url("../images/counter-sign.png") no-repeat scroll 2px 0 / 100% auto;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.viewAdditionalService {
    background: url("../images/counter-sign.png") no-repeat scroll 2px 0 / 100% auto;
    background-position: -3px;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 6px;
}

.adjust-top {
    position: relative;
    top: 6px;
}

.viewAdditionalService-active {
    background: url(../images/counter-sign-active.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.viewAdditionalService-inactive {
    background: url(../images/counter-sign-inactive.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.counter-sign-active {
    background: url(../images/counter-sign-active.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.approved {
    background: url(../images/approved.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.approved-active {
    background: url(../images/approved-active.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.pdf {
    background: url(../images/pdf.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.pdf-active {
    background: url(../images/pdf-active.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}

.pdfESP {
    background: url(../images/pdf.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}
.pdfISP {
    background: url(../images/pdf.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
}


.refresh {
    background: url(../images/refresh.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: inline-block;
}

.experience td {
    line-height: 17px !important;
}

/*Client page css*/
.new-client-button {
    float: right !important;
}

li.new-client-button a.btn.btn-primary {
    margin: 10px !important;
}

.new-client-button input {
    background: #ee2e24 !important;
}

    .new-client-button input:hover {
        background: #cc0000 !important;
        color: #fff;
        transition: all 0.5s ease 0s;
    }

    .new-client-button input.btn.active {
        background: #cc0000 !important;
        color: #fff;
        transition: all 0.5s ease 0s;
        border-color: #cc0000;
    }

.add-client .form-control {
    margin-bottom: 5px;
}

.add-client .btn-primary {
    margin: 20px 10px 8px 0 !important;
}

#IADL th {
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

.comments-text label {
    font-weight: 500;
    font-size: 12px;
    color: #888;
}

#tblActivityList .action img {
    /*height: 16px;*/
}

.field-validation-error {
    font-size: 11px;
}

.star-icon {
    background: url("../images/rotate.png") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 2px;
}


/* sidebar */
header {
    font-family: 'Lobster', cursive;
    text-align: center;
    font-size: 25px;
}

#info {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 25px;
}

a {
    color: #074E8C;
}

.scrollbar {
    float: left;
    height: 140px;
    width: calc(100% - 2px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 2px;
}

.force-overflow {
    min-height: 150px;
    padding-right: 5px;
}
/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;*/
}

#style-1::-webkit-scrollbar {
    width: 7px;
    /*background-color: #F5F5F5;*/
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: rgba(255, 255, 255, 0.8);
}

/*2017-09-27*/
.edit-button-inline {
    display: -webkit-box;
}

    .edit-button-inline img {
        padding: 5px;
    }

.reminderDivHeight {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-nav-height {
    height: 850PX;
    /* overflow-y:auto;
    overflow-x:hidden;*/
}

.custom-font {
    font-family: 'Ranger',Arial, Helvetica, sans-serif;
}


#gridProspectDetail1 table tbody tr td {
    white-space: normal;
}


.modal-backdrop {
    z-index: 999 !important;
}

/* sidebar */
@media (max-width:700px) {
    .new-client-button {
        float: left !important;
    }
    .interview-detail .fixed-button.stick {
        position: relative;
    }
    .interview-detail .fixed-button {
        position: relative;
    }
    /*.common-grid {
        height: 400px;
        width: 100%;
        overflow: scroll;
    }*/
    .add-fields div {
        padding: 5px;
/*        overflow: scroll;*/
    }
}


@media (max-width:417px) {

    /*header {
        padding: 16px 5px 5px 5px;
    }*/

    .accordion-div {
        overflow: hidden;
    }
/*
    .common-grid {
        height: 400px;
        width: 100%;
        overflow: scroll;
    }*/
    .add-fields div {
        padding: 5px;
        overflow: scroll;
    }

    .divInner {
        width: 75% !important;
        left: 13% !important;
    }
}

@media(max-width:768px) {
    .d-l-f {
        width: 25%;
        margin: 0 2% 2% 0;
    }

    .form-Mar .col-md-7 .form-control {
        margin-bottom: 10px;
    }

    .shift-time .form-control {
        min-width: 79px;
        font-size: 12px;
    }

    .days {
        padding: 6px 1px;
    }

    .user-registar {
        margin: 20px 0;
        padding: 2px 2px;
    }

    .divInner {
        width: 80% !important;
        left: 10% !important;
    }
}

@media(max-width:930px) {
    .top-breadcrumb {
        display: none;
    }
    .add-cust-scroll {
        height: calc(100% - 90px);
        overflow: auto;
    }

    header {
        position: relative;
    }

        /*header .logo {
            display: none;
        }*/

    /*.pull-right {
        position: absolute;
        right: 0;
        z-index: 99;
        top: 0;
    }
    .dropdown.pull-right.welcome-note{
        position:inherit;
        right:inherit;
        top:inherit;
    }*/

    #dropdown-user {
        margin: 0px;
    }

        #dropdown-user .logout {
            /*height: auto;
        padding: 20px 12px 0 12px;
        background-position: center 4px;
        */
            height: 34px;
            background: #ee2e24 url(../images/logout.png) no-repeat;
            background-position: center 4px;
            background-size: 49%;
            overflow: hidden;
            text-indent: -999px;
            margin-top: 8px;
            margin-right: 15px;
            margin-bottom: 8px;
            width: 48px;
        }

            #dropdown-user .logout:hover {
                background: #cc0000 url(../images/logout.png) no-repeat;
                color: #fff;
                transition: all 0.5s ease 0s;
                background-position: center 4px;
                background-size: 49%;
                -webkit-animation: moveFromBottom 300ms ease;
                -moz-animation: moveFromBottom 300ms ease;
                -ms-animation: moveFromBottom 300ms ease;
            }

    .hidden-xs {
        display: none !important;
    }
    .welcome-note .username{
        display:inline-block !important;
    }

    #sidebar-wrapper {
        width: 200px;
        margin-left: -200px;
    }

    #page-content-wrapper {
        margin: 0 0 0 0;
    }

    #bs-example-navbar-collapse-1 {
        position: fixed;
        z-index: 9999;
        width: 200px;
        background: rgb(34 31 115);
/*        margin-left: 83px;*/
        /*   display: table;*/
        transition: all 0.3s linear;
        z-index: 0;
    }

    .navbar-collapse.in {
        transform: translate(-226px);
        z-index: 9999 !important;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .navbar-default .navbar-nav > li > a span {
        display: inline-block;
        width: 32px;
    }

    .nav.navbar-nav li {
        text-align: left;
        border-bottom: 1px solid #221f73;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 12px;
        padding: 7px 5px;
    }
}

@media  (max-width: 480px) {
    header .logo {
        margin: 7px 0;
    }

    header .logo img {
        height: 30px;
    }
    .locDropdown {
        width: 100px !important;
    }
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 200px;
        position: relative;
    }

        #wrapper.toggled {
            padding-left: 0;
        }


            #wrapper.toggled #sidebar-wrapper {
                width: 0;
            }

    #sidebar-wrapper-right {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper-right {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0;
        position: relative;
        z-index: auto;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/* Sidebar Styles */
@media(max-width:767px){
    .welcome-note .username .user-icon {
        margin-right: 0;
    }
    .welcome-note .username span{
        font-size:14px;
    }
}
/* Application package */
.application-package {
    background: #fff;
    width: 100%; /*padding:15px;*/
}

    .application-package h2 {
        color: #221f73;
        font-size: 20px;
        padding-bottom: 25px;
        margin: 0;
    }

    .application-package p {
        line-height: 26px;
        margin: 0;
        padding-bottom: 15px;
    }

    .application-package .form-control.none, .hire-packet .form-control.none {
        width: 200px;
        display: inline;
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .application-package .form-control.small {
        width: 200px;
    }

    .application-package .form-group .form-control.none {
        width: 100%;
    }

    .application-package label.normal {
        font-weight: normal;
    }

    .application-package .form-block {
        width: 100%; /*border:1px solid #ccc;
	margin:20px 0;
	padding:15px;*/
    }

    .application-package h4 {
        color: #000;
        font-size: 20px;
        padding-bottom: 25px;
        margin: 0;
        line-height: 28px;
    }

    .application-package .form-block .common {
        width: 96%;
        margin: 0 2% 15px 2%;
        padding: 0 2%;
        border: 1px solid #ccc;
        float: left;
    }

        .application-package .form-block .common.pad {
            padding-top: 15px;
        }

        .application-package .form-block .common.none {
            margin-bottom: 0;
        }

    .application-package .form-block h5 {
        font-size: 17px;
        padding-bottom: 5px;
        font-weight: 600;
    }

    .application-package .col-half {
        width: 50%;
        float: left;
    }

    .application-package .row-column {
        width: 100%;
        margin-bottom: 15px;
        float: left;
    }
/* Hire Packet */
.hire-packet {
    background: #fff;
    width: 100%;
}

    .hire-packet .form-control.samll {
        width: 50px;
        font-weight: 600;
        border: none;
        border-bottom: 1px solid #ccc;
        display: inline;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }

    .hire-packet .form-control.flex {
        width: 100%;
    }

    .hire-packet p label input {
        position: relative;
        top: 2px;
    }

    .hire-packet .form-control.flexs {
        width: 660px;
    }

.margin0 {
    margin-bottom: 0 !important;
}

div.bhoechie-tab-content.none {
    padding-bottom: 0;
}

.hire-packet h5 {
    font-size: 17px;
    padding-bottom: 5px;
    font-weight: 600;
}

.hire-packet ul.alpha li {
    font-size: 15px;
    list-style: upper-alpha outside;
}

.hire-packet ul.lower-alpha li {
    font-size: 15px;
    list-style: lower-alpha outside;
}

    .hire-packet ul.lower-alpha li ul.roman li {
        list-style: lower-roman;
    }

.hire-packet ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

    .hire-packet ol > li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em;
    }

        .hire-packet ol > li:before {
            content: counters(item, ".") ". ";
            display: table-cell;
            padding-right: 0.6em;
            vertical-align: top;
        }

.hire-packet li ol > li {
    margin: 0;
}

    .hire-packet li ol > li:before {
        content: counters(item, ".") " ";
    }

.form-group.margin0 {
    margin-bottom: 0;
}

.hire-packet ul.numerical li {
    font-size: 15px;
    list-style: decimal outside;
}

.hire-packet ul.bullet li {
    font-size: 15px;
    list-style: disc outside;
}

    .hire-packet ul.bullet li li {
        font-size: 15px;
        list-style: circle outside;
    }

.hire-packet .common {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 2% 0 2%;
    border: 1px solid #ccc;
    float: left;
}

.hire-packet p.large {
    font-size: 18px;
    font-weight: bold;
}

.table-bordered.none > thead > tr > th, .table-bordered.none > tbody > tr > th, .table-bordered.none > tfoot > tr > th, .table-bordered.none > thead > tr > td, .table-bordered.none > tbody > tr > td, .table-bordered.none > tfoot > tr > td {
    border-right: none;
}
/* backgound check */
.full-col {
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.form-group.margin0 {
    margin-bottom: 0;
}

form.form-horizontal.margin0 {
    margin-bottom: 0;
}

.form-horizontal .btn-primary {
    background: #21225b;
    /*width: 122px;*/
    height: 30px;
    line-height: 30px;
    border: none;
    margin: 17px 10px 10px 0;
    padding: 0px 12px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .form-horizontal .btn-primary:hover {
        background: #cc0000;
        transition: all 0.5s ease 0s;
    }

.btn.success-primary {
    background: #21225b;
    /*width: 122px;*/
    height: 30px;
    line-height: 30px;
    border: none;
    margin: 0px 0px 0px 6px;
    padding: 0px 12px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .btn.success-primary:hover {
        background: #cc0000;
        transition: all 0.5s ease 0s;
    }

.table-bordered tr td.none {
    border: none;
}

.font18 {
    font-size: 18px;
}

.gap-bottom {
    padding-bottom: 10px;
}

.hire-packet .form-control.samll2 {
    width: 50px;
}

.barcode {
    border: 1px solid #ccc !important;
    min-height: 150px !important;
}

.table-responsive.gap {
    margin-bottom: 15px;
}

.width90 {
    width: 90px;
}

.pad-right {
    padding-right: 7px;
}

.pad-0 {
    padding: 0;
}

.hire-packet .form-control.mid {
    width: 120px;
}

.border {
}



@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
        position: relative;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

            #wrapper.toggled #sidebar-wrapper {
                width: 0;
            }

    #sidebar-wrapper-right {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper-right {
        width: 0;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .btn.success-primary {
        margin: 5px 0;
    }
}

@media screen and (max-device-width: 812px) and (orientation: landscape) {
#divScheduleAppointment .common-grid{
    overflow: auto;
    max-height: 232px;
}
}

.table.nowrap th {
    white-space: nowrap;
}

.margin20 {
    margin-bottom: 20px;
}

.table {
    font-size: 14px;
}

.toTop {
    background: url(../images/top.png) no-repeat;
    width: 38px;
    height: 38px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    opacity: 0.5;
    z-index: 5;
}

    .toTop:hover {
        opacity: 0.8;
        transition: all 0.5s ease 0s;
    }
/*panel-body.pad0{padding:0;}
#dvhello label{font-weight:normal;}
#txtHello{border:none; border-bottom:1px solid #ccc;}
.form-horizontal #dvhello .btn-primary{
	background:#21225b;
	width:80px;
	height:40px;
	line-height:40px;
	border:none;
    margin:15px 10px 0 0;
	padding:0;
	font-size:20px;
	color:#fff;
	text-align:center;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}*/
/*.form-horizontal #dvhello .btn-primary:hover{
	background:#cc0000;
	transition: all 0.5s ease 0s;
}
.form-horizontal #dvhello .cancel{
	background:#000;
	width:80px;
	height:40px;
	line-height:40px;
	border:none;
    margin:15px 10px 0 0;
	padding:0;
	font-size:20px;
	color:#fff;
	text-align:center;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
.form-horizontal #dvhello .cancel:hover{
	background:#333;
	transition: all 0.5s ease 0s;
}*/
#frmCreateUser .row-column {
    width: 100%;
    float: left;
}

    #frmCreateUser .row-column .col {
        width: 50%;
        padding: 0 2%;
        float: left;
    }

        #frmCreateUser .row-column .col.full {
            width: 100%;
        }

        #frmCreateUser .row-column .col input.text {
            width: 100%;
        }

        #frmCreateUser .row-column .col textarea.text {
            width: 100%;
        }

        #frmCreateUser .row-column .col .checkbox {
            display: block;
            margin-top: 14px;
        }



.margin20 {
    margin: 0 20px;
}

.more-btn {
    position: fixed;
    bottom: 10px;
    right: 60px;
    z-index: 1000;
}

    .more-btn a.more {
        background: #ee2e24;
        padding: 9px 12px;
        color: #fff;
        position: fixed;
        bottom: 10px;
        right: 60px;
        z-index: 999;
        cursor: pointer;
        opacity: 0.5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .more-btn a.more:hover {
            opacity: 0.8;
            transition: all 0.5s ease 0s;
        }

.menu-list {
    background: #fff;
    width: 200px;
    height: 400px;
    overflow-y: auto; /* Puneesh */
    padding: 0 12px;
    position: absolute;
    bottom: 28px;
    right: -57px;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: none;
    z-index: 1000;
    max-height: 312px;
}

    .menu-list li {
        list-style: none;
        padding: 5px 0 5px 0;
        border-bottom: 1px solid #ccc;
    }

        .menu-list li a {
        }

.more-btn:hover .menu-list {
    display: block;
}


.table.none {
    margin-top: 10px;
}

    .table.none > tbody > tr > td {
        border-top: none;
    }

#frmCreateUser .ui-widget-content {
    width: 100%;
}
/* Modal popup */
.modal-header {
    padding: 10px 15px;
}

.modal-footer {
    padding: 5px 15px;
}

.modal-body .control-label {
    margin-bottom: 0px;
}

.modal-header {
    background: #221f73;
    color: #FFF;
    height: 40px;
}

    .modal-header .close {
        color: #FFF;
        opacity: 1.0;
        margin-right: 0px;
    }

    .modal-header h4 {
        margin: 0px;
    }

    .modal-header .close:hover, .modal-header .close:focus {
        color: #FFF;
        opacity: 0.9;
    }


.modal-dialog h5 {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 7px;
}

.btn-success {
    background: green;
    border: 0px solid #d52218;
    border-radius: 0px;
}

    .btn-success:hover {
        background: green;
        border: 0px solid #d52218;
    }



.form-horizontal .form-group.margin-none {
    margin-left: 0;
    margin-right: 0;
}

.form-horizontal .btnGrid {
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 6px 12px;
    background-repeat: repeat-x;
    border-color: #245580;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .form-horizontal .btnGrid:hover, .form-horizontal .btnGrid:focus {
        background-color: #265a88;
        background-position: 0 -15px;
    }

.loading-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    z-index: 101;
}

    .loading-outer .loading {
        /* Replace #333 with the background-color of your choice */
        /* Replace loading.gif with the loading image of your choice */
        background: url('../../images/loading.gif') no-repeat 50% 50%;
        /* Ensures that the transition only runs in one direction */
        -webkit-transition: background-color 0;
        transition: background-color 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 48px;
        height: 48px;
    }

.frequency {
    /*width: 150px !important;*/
}

@font-face {
    font-family: "Pacifico, cursive";
    src: url('../fonts/Pacifico.ttf') format('truetype');
}

.font-normal {
    font-weight: normal;
}

.deleteRow {
    background: url(../images/cross.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: 95%;
    text-align: center;
    text-indent: -99999px;
    overflow: hidden;
    float: left;
    margin: 0 39%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.reviewRow {
    background: url(../images/review.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: 95%;
    text-align: center;
    text-indent: -99999px;
    overflow: hidden;
    float: left;
    margin: 0 39%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.show-error-highlighted {
    border: 1px solid #cd0a0a;
}

#cke_1_contents {
    height: auto !important;
}

#cke_Template {
    width: 1061px;
}

/*health-info*/
.health-info #healthcondition .form-control {
    height: 24px;
    margin: 2px 0;
    float: right;
}

@media print {
    body {
        font-size: 12px;
        font-family: Arial;
    }
}

.modal-dialog.modal-lg.big-pop {
    max-width: 1089px;
    margin: 30px auto 60px;
    width: 100% !important;
}

    .modal-dialog.modal-lg.big-pop .modal-dialog.modal-lg.big-pop {
        margin: 0;
    }

ul.paperwork-slect li {
    list-style-type: none;
}

ul.paperwork-slect.row {
    padding: 0;
}

.new-search {
    background: url(../images/search-icon.png) no-repeat 98% 6px;
    background-size: 15px;
}

tr.fc-first.fc-last th {
    padding: 10px 0;
}

.ui-widget-header {
    background: #221f73;
}

/*.add-button {
    cursor: pointer;
    float: left;
    height: 30px;
    position: relative;*/
    /* margin: 7px 0 0 7px; */
    /*width: 30px;
    z-index: 1;
    transform: translate(10px, 36px);
}*/
.add-button {
    cursor: pointer;
    float: left;
    height: 30px;
  
    position: absolute;
    margin: 7px 0 0 7px;
    width: 30px;
    z-index: 1;
}
.tblContact tr td {}
.add-button img {
    height: 20px;
}
.addbutton-table .add-button {
    margin: 0;
    padding: 0;
    height: auto;
    position: inherit;
    width: auto;
}


.dataTables_wrapper .dataTables_length {
    display: none;
}

.dataTables_wrapper .dataTables_filter {
    display: none;
}

/*avl-s-list*/
.calender-cont .col-sm-3 {
    /*overflow:hidden;*/
    /*margin-right: 15px;
    padding: 0;
    width: calc(25% - 1.12em);*/
}

.avl-s-list {
    margin: 5px 0;
    padding: 0;
}

/* avl-c-list  for referral compnay */
.avl-c-list {
    margin: 5px 0;
    padding: 0;
}

.jai {
    overflow: hidden;
}

.avl-s-list li {
    list-style-type: none;
    margin: 0 0 5px 0;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    border: 1px none;
}

/* for referral company*/
.avl-c-list li {
    /*list-style-type: none;*/
    margin: 0 0 5px 0;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    border: 1px none;
}


.upar-list .fc-event {
}

.upar-list {
    background-color: #e0e0e0;
    display: block;
    padding: 5px;
    cursor: pointer;
    /*position: absolute;*/
    z-index: 0;
    top: 0;
    webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease;
    margin: 0 0 0 0;
    width: 100%;
    min-width: 200px;
}

    .upar-list.hold_menu {
        /*margin: 0 0 0 80%;*/
    }

    .upar-list .abl-name {
        margin-right: 5px;
        color: #000;
    }

    .upar-list .below-overTime {
        background: #fff;
        border-radius: 100%;
        color: #333333;
        font-size: 11px;
        padding: 4px;
        margin-right: 5px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        min-width: 22px;
        border: 2px solid #de1c12;
    }

    .upar-list .above-overTime {
        background: #DE1C12;
        border-radius: 100%;
        color: #fff;
        font-size: 11px;
        padding: 4px;
        margin-right: 5px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        min-width: 22px;
    }

    .upar-list .abl-one {
        background: #115202;
        border-radius: 100%;
        color: #fff;
        font-size: 11px;
        padding: 4px;
        margin-right: 5px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        min-width: 22px;
    }

    .upar-list .abl-two {
        background: #115202;
        color: #FFF;
        padding: 2px 4px;
        font-size: 11px;
        cursor: pointer;
        margin-right: 5px;
    }

    .upar-list .abl-three {
        color: #000;
        padding: 2px 4px;
        font-size: 12px;
        cursor: pointer;
        margin-right: 5px;
    }

.active-icons2 {
    padding: 5px;
    min-width: 200px;
    text-align: left;
}

    .active-icons2 span {
        margin: 0 5px;
        padding: 0;
        display: inline-block;
    }








/*show-list*/
.show-list {
    float: right;
}

    .show-list ul {
        margin: 0 10px 0px 0;
        padding: 0;
        float: left;
        line-height: 25px;
    }

        .show-list ul li {
            list-style-type: none;
        }

        .show-list ul.list-menu li a {
            color: #FFF;
        }

.pwd-option {
    position: relative;
    float: right;
} 


.show-button {
    background: url(../images/show.png) no-repeat;
    border: none;
    height: 33px;
    width: 33px;
    background-size: 100%;
}

.pwdlist-button {
    background: url(../images/Info.png) no-repeat;
    border: none;
    height: 15px;
    width: 15px;
    background-size: 100%;
}

.pwdInfolist {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    background-color:lightyellow;
    display: none;
    font-size: 13px;
    left: -100px;
    position: absolute;
    text-align: left;
    top: 34px;
    width: 260px;
    z-index: 99;
}

    .pwdInfolist .show {
        display: block;
    }

.list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    display: none;
    font-size: 13px;
    left: -160px;
    position: absolute;
    text-align: center;
    top: 34px;
    width: 200px;
    z-index: 99;
}

   

    .list.show {
        display: block;
    }

    .list li {
        border: 1px solid #eee;
        display: block;
        margin: 4px;
        padding: 4px;
    }

        .list li:hover {
            box-shadow: 0px 0.5px 2px #a0a0a0;
            webkit-transition: .8s ease;
            -moz-transition: .8s ease;
            -o-transition: .8s ease;
            -ms-transition: .8s ease;
            transition: .8s ease;
        }

        .list li a {
            color: #FFF;
            display: block;
        }

        .list li:hover a {
            text-decoration: none;
        }

.scheduled {
    background: #355edb;
}


.checked {
    background: #ecf719;
}

    .checked a {
        color: #000 !important;
    }

.open {
    background: #db3535;
}

.canceled {
    background: #e67350;
}

.completed {
    background: #208737;
}

.billed {
    background: gray;
}

.list li span {
}

    .list li span strong.red {
        background: #de1c12;
        border-radius: 100%;
        font-size: 12px;
        font-weight: 500 !important;
        padding: 0px 4px;
        border-radius: 100%;
        color: #FFF;
        margin: 0 2px 0 0;
        display: inline-block;
        min-width: 22px;
        text-align: center;
        min-height: 0px;
        line-height: 22px;
    }

    .list li span strong.green {
        background: #115202;
        border-radius: 100%;
        font-size: 12px;
        font-weight: 500 !important;
        padding: 0px 4px;
        border-radius: 100%;
        color: #FFF;
        margin: 0 2px 0 0;
        display: inline-block;
        min-width: 22px;
        text-align: center;
        min-height: 0px;
        line-height: 22px;
    }

/*.left-rating {
  margin: 77px 0 0;
}
.left-rating .rating{
    float: left;
    height: 48px;
    overflow: hidden;
    width: 100%;
    text-align:center;
        padding:0px 0;
        display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.left-rating {
    border:1px solid #dddddd;
}
.left-rating td{
    padding:10px 0 !important;
    text-align:center;
}*/
.left-rating {
    margin: 112px 0 0;
    float: left;
    text-align: center;
}

    .left-rating .rating {
        float: left;
        height: 73px;
        overflow: hidden;
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }

@-moz-document url-prefix() {
    .left-rating {
        margin: 112px 0 0;
    }
}

.left-rating {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
}

    .left-rating td {
        padding: 10px 0 !important;
        text-align: center;
    }

    .left-rating .dial {
        font-size: 20px !important;
        font-weight: 500 !important;
    }

tr.fc-first.fc-last.add-new-row {
    background: #a2f29d;
}

    tr.fc-first.fc-last.add-new-row td {
        border-top: 0px;
        height: 36px;
        width: 10%;
        vertical-align: middle;
    }

    tr.fc-first.fc-last.add-new-row span {
        font-size: 11px;
        /*line-height: 36px;*/
    }
/*.add-table-row {
    text-align: center;
    background: #FFF;
    width: 751px !important;
    margin: 78px 0 0 15px;
    position: absolute;
    z-index: 9;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.add-table-row td {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}*/

.add {
    background: #221F73;
    padding: 6px !important;
    cursor: pointer;
}

    .add img {
        height: 22px;
    }

.disable {
    background: #888 !important;
    cursor: text;
}

.fc-widget-header, .fc-widget-content div {
    /*cursor: pointer;*/
}

.fixed-button {
    position: absolute;
    top: 0;
    right: 0;
}

    .fixed-button.stick {
        position: fixed;
        z-index: 9;
        margin: 0 10px;
        webkit-transition: .8s ease;
        -moz-transition: .8s ease;
        -o-transition: .8s ease;
        -ms-transition: .8s ease;
        transition: .8s ease;
    }

.top-fix.stick {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFF;
    height: 38px;
    display: block;
    z-index: 9;
    margin: 0 20px 0 0;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 1px 17px #ddd;
    padding: 8px 0;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
  
}

    .top-fix.stick + .height-view {
        height: 126px;
    }

.fixed-button.stick .btn-primary {
    margin: 3px 10px 10px 0;
}


.modal-open {
    overflow: inherit;
}

#ui-datepicker-div {
    /*position: absolute !important;*/
}

.hide-it {
    height: 0px;
    padding: 3px 0 18px 0;
    font-size: 12px;
}

.fixed-it {
    opacity: 1;
}

.n-quest .form-control {
    margin: 2px 0 3px 0;
}

.selectboxit-container .selectboxit, .selectboxit-container .selectboxit-options {
    width: 100%; /* Width of the dropdown button */
    border-radius: 0;
    max-height: 240px;
}

.selectboxit-options .selectboxit-option .selectboxit-option-anchor {
    white-space: normal;
    min-height: 30px;
    height: auto;
}

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}
/*======================================
  Selectric v1.9.3
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative;
}

    .selectric .label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 38px 0 0px;
        font-size: 12px;
        line-height: 32px;
        color: #444;
        height: 32px;
        text-align: left;
    }

    .selectric .button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        height: 38px;
        color: #BBB;
        text-align: center;
        font: 0/0 a;
        *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
    }

        .selectric .button:after {
            content: " ";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-top-color: #BBB;
            border-bottom: none;
        }

.selectric-hover .selectric {
    border-color: #C4C4C4;
}

    .selectric-hover .selectric .button {
        color: #A2A2A2;
    }

        .selectric-hover .selectric .button:after {
            border-top-color: #A2A2A2;
        }

.selectric-open {
    z-index: 9999;
}

    .selectric-open .selectric {
        border-color: #C4C4C4;
    }

    .selectric-open .selectric-items {
        display: block;
    }

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .selectric-hide-select select {
        position: absolute;
        left: -100%;
        display: none;
    }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #C4C4C4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto;
    }

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}

    .selectric-items li.selected {
        background: #EFEFEF;
        color: #444;
    }

    .selectric-items li:hover {
        background: #F0F0F0;
        color: #444;
    }

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

/*bill pay section*/
.bill-pay td {
}

.bill-pay-icon {
    width: 20px;
    text-align: center;
    padding: 5px 6px !important;
}

    .bill-pay-icon img {
        height: 15px;
        float: none;
        cursor: auto;
    }

.hoverEff {
    height: 36px;
    width: 35px;
    /*border:1px none !important;*/
}

td.slect-client {
    width: 35px;
    position: relative;
}

@-moz-document url-prefix() {
    .hoverEff {
        width: 25px;
        min-width: 25px;
    }

    td.slect-client {
        width: 25px;
    }
}

.table td a {
    color: #000;
    display: inline-block;
}

/*start custom checkbox*/

table#gridT input[type="checkbox"] {
    float: left;
    height: 15px;
    left: 9px;
    margin: 8px 0 0;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 17px;
    z-index: 2;
    cursor: pointer;
}

table#gridT .checkbox-style {
    background: url("../images/cusom-checkbox.png") no-repeat 0px 0px;
    height: 15px;
    left: 2px;
    margin: 2px 0px 0 8px;
    position: absolute;
    top: 7px;
    width: 15px;
    z-index: 1;
}

table#gridT input[type="checkbox"]:checked + .checkbox-style {
    background: url("../images/cusom-checkbox.png") no-repeat scroll -56px 0px;
}

table#gridT tr th .select-all-checkbox {
    position: relative;
}

    table#gridT tr th .select-all-checkbox .checkbox-style {
        left: 0;
        top: 0;
        margin: 0 0 0 5px;
    }

    table#gridT tr th .select-all-checkbox input[type="checkbox"] {
        opacity: 0 !important;
    }
/*end custom checkbox*/
#Id tr th {
    font-size: 12px;
    background: #221f73;
}

.hoverEff {
    cursor: pointer;
}

    .hoverEff:hover {
        background-color: rgb(248, 242, 242);
    }

    .hoverEff.expand {
        background: url("../images/collapse-expand.png") no-repeat scroll 8px 9px;
    }

    .hoverEff.collapse {
        background: url("../images/collapse-expand.png") no-repeat scroll -48px 9px;
    }
/* Report*/
.mainmenu {
    background-image: url("../images/up.png");
    background-position: 179px;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .mainmenu.active {
        background: #fff url("../images/down.png") 179px no-repeat !important;
    }
/*.action a {
    float: left;
    margin: 0 2px 0 5px;
}*/
input [type="text"] {
    border: 1px solid #ccc;
    background: #fff;
}

/*for report*/
#reportView iframe table#rptViewer_fixedTable {
    width: 100%;
}

#gridT td {
    vertical-align: middle;
}

tbody tr:hover {
    background-color: rgba(238, 238, 238, 0.20);
}

#sidebar-wrapper li tbody tr:hover {
    background-color: transparent;
}

tbody td tr.ui-widget-header:hover {
    background-color: #221f73 !important;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
    min-width: 30px;
}

.modal-body.text-center {
    padding: 10px;
}

.dialog.modal.fade.msg-popup.in .modal-content {
    border: 1px solid rgba(0, 0, 0, .1);
}

.dialog.modal.fade.msg-popup.in {
    background-color: rgba(0, 0, 0, .5) !important;
}
/*.dialog.modal.fade.msg-popup.in .modal-dialog{
        margin:13% auto;
}*/
button.multiselect.dropdown-toggle.btn.btn-default {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.active-icons2 a img {
    cursor: pointer;
}
/*a#cke_85.cke_button__maximize {
    display:none
}*/
.nopadding {
    padding: 0px;
}

/* for scheduling tooltip popup
}*/
.ullidiv {
    background-color: #FFF;
    color: #d4d4d4;
    padding: 7px;
    border-radius: 5px;
    position: absolute;
    min-width: 280px;
    max-width: 300px;
    display: none;
    z-index: 3;
    box-shadow: 0 0 6px #999;
}

    .ullidiv:before {
        position: absolute;
        top: -7px;
        left: 78px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #eee;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(256, 256, 256, 1);
        content: '';
    }

.uldiv:before {
    content: '';
    height: 3px;
    width: 0;
    border: 7px solid transparent;
    border-bottom-color: #1d1d1d;
    position: absolute;
    top: -16px;
    left: 14px;
}

.diva {
    text-decoration: none;
    padding: 2px 5px 0px 5px;
    font-size: 12px;
}

.ullidiv p {
    font-size: 12px;
    color: #5f5f5f;
    margin-bottom: 5px;
}

#availableCGList {
    border: 1px solid #ccc;
    height: 100%;
    padding: 5px;
    overflow: auto;
}

#availableCompanyList {
    border: 1px solid #ccc;
    height: 100%;
    padding: 5px;
    overflow: auto;
}

/*#external-events > div {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    text-align: center;
    padding: 5px 0;
}*/

.fc-event {
    list-style: none;
}

.days {
    padding: 6px 5px;
}

.no-wrap {
    white-space: nowrap;
}
/*.table.what-shift > tbody > tr > td {
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-all;
}*/
.table.duties > tbody > tr > td, .table.equipment > tbody > tr > td, .table.disease-ex > tbody > tr > td {
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-all;
    padding: 7px 4px !important;
}

.table.duties > thead > tr > th, .table.equipment > thead > tr > th, .table.disease-ex > thead > tr > th {
    padding: 7px 4px !important;
}

/*.table.equipment > tbody > tr > td {
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-all;
    padding: 7px 4px !important;
}

.table.equipment > thead > tr > th {
    padding: 7px 4px !important;
}*/

/*.table.disease-ex > tbody > tr > td {
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-all;
    padding: 7px 4px !important;
}

.table.disease-ex > thead > tr > th {
    padding: 7px 4px !important;
}*/

.heighlight {
    background: yellow;
}

.table-striped > tbody > tr.manualUpdate-col, .table-striped > tbody > tr.manualUpdate-col:hover {
    background: #a5c965 !important;
    color: #000;
}

.icon-col {
    min-width: 30px;
    min-height: 30px;
}

.inner-table {
    font-size: 12px;
}

.welcome-note.open {
    background: transparent;
}

.welcome-note {
    font-size: 16px;
    padding-top: 10px;
}

    .welcome-note .username {
        line-height: 28px;
    }

        .welcome-note .username span {
            font-family: Arial, Helvetica, sans-serif;
        }

    .welcome-note a, .welcome-note a:hover, .welcome-note a:focus {
        text-decoration: none !important;
        color: #221f73;
    }

    .welcome-note.open ul.dropdown-menu li a:hover {
        color: #ee2e24;
    }

    .welcome-note.open ul.dropdown-menu li {
        padding: 6px 10px;
        border-bottom: 1px solid #ddd;
        font-family: Arial, Helvetica, sans-serif;
    }

        .welcome-note.open ul.dropdown-menu li:last-child {
            border-bottom: 0;
        }

        .welcome-note.open ul.dropdown-menu li > img {
            width: 16px;
            margin-right: 6px;
            float: left;
        }

        .welcome-note.open ul.dropdown-menu li a {
            padding: 0;
            display: inline-block;
            color: #000;
        }

    .welcome-note .user-icon {
        display:inline-block;
        background: #221f73;
        border-radius: 50%;
        padding: 5px;
        margin-right: 10px;
    }
#ReminderNotification{position:relative;}
.user-icon:hover {
    color: #fff;
    cursor: pointer;
}

.dropdown-toggle {
    display:inline-block;
}

        .welcome-note .user-icon img {
            width: 16px;
        }

        .welcome-note .user-icon span {
            display: inline-block;
            margin-top: 3px;
        }

.select-all-checkbox input[type="checkbox"] {
    opacity: 1 !important;
    position: relative !important;
    left: 5px !important;
    margin: 0 !important;
}



.color_red {
    color: red;
}

table#tblCaregiverGrid thead tr th:nth-child(2) {
    width: 132px !important;
}

.box-table thead tr th:last-child {
    border-right: 1px solid #fff;
}

table#tblCaregiverGrid tr img {
    cursor: pointer;
    width: 27px;
    height: auto;
}

.box-table tbody {
    display: block;
    max-height: 260px;
    overflow-y: scroll;
}

    .box-table thead, .box-table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.box-table thead {
    width: calc( 100% - 1em );
}

div .panel.panel-default.pannel-1 {
    margin-bottom: 5px;
}

.modal-body textarea {
    width: 100%;
    margin-left:auto!important
}

/*.modal {
    top: 10%;
}*/


/*.smallModal3 .signature-dialog {
        margin: 175% auto 0 auto !important;
 }*/

.signature-dialog {
    width: 500px;
    margin: 5% auto 0 auto !important;
}


#smallModal3 {
    overflow: inherit;
}


.Schedule-Popup {
    width: 72%;
    margin: 0px auto;
}

    .Schedule-Popup .divInner {
        background-color: #efebeb;
    }

#divSchedulePopupInner {
    border: 1px solid #ccc;
}

#divClientGrid #myModal .modal-dialog .opporunity #CallerDiv #page-content-wrapper {
    margin-left: 0;
}

#availableCompanyList .upar-list {
    position: relative;
}

#availableCompanyList .active-icons2 {
    padding: 0;
}

.signature-modal .signature-dialog {
    width: 100%;
    margin: 12% auto 0 auto;
    /*top: 69% !important;*/
    /*position: absolute;*/
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.signature-modal .m-signature-pad {
    height: 465px;
}

.signature-modal .m-signature-pad--body {
    position: relative;
    left: 2px;
    right: 20px;
    top: 20px;
    height: 367px;
}

.signature-modal .m-signature-pad--footer {
    position: relative;
    left: 6px;
    bottom: 0;
}

#dvModelSessionExpireCheck .modal-header {
    height: auto;
}

    #dvModelSessionExpireCheck .modal-header h3 {
        margin-top: 5px;
    }


#dvModelSessionExpireCheck .btn {
    margin-bottom: 10px;
}

/*24-1-2017*/

/* ===========================Pankaj Gupta 17-feb-2017 ================================= */
.tooltiptopicevent {
    width: auto;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    position: absolute;
    z-index: 10001;
    padding: 10px 10px 10px 10px;
    line-height: 150%;
    border-radius: 5px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .tooltiptopicevent {
        display: none !important;
    }

    .modal-open .modal {
        overflow: auto;
    }

    .scroll-popup {
        overflow-x: scroll;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    input#lstPayRollDetail_0__EndPayroll {
        width: auto;

    }
    .tooltiptopicevent {
        display: none !important;
    }

    .modal-open .modal {
        overflow: auto;
    }

    .scroll-popup {
        overflow-x: scroll;
    }

    .bhoechie-tab-content {
        width: 100%;
        overflow: initial;
    }

    .box-table {
        width: 1200px;
    }

        .box-table thead {
            width: calc( 100% - 0em ) !important;
        }
}


#ReminderNotificationModal {
    /*margin-left: 53.6%;
    margin-top: 3.4%;*/
    overflow:hidden;
}

#RemindernotificationDiv {
    max-height:400px;
    overflow-y:auto;
    padding: 0px 0;
}

/*.opporunity {
    padding:0 !important;
}
.opporunity .panel-body {
    padding: 5px 0 0;
}*/

#RemindernotificationDiv hr {
    display:none;
}

.notify-sec {
    padding: 15px 0 15px 20px;
}

.sec-noti {
    padding:10px 0px;
    border-bottom:1px solid #ccc;
}

.notify-sec .opporunity .panel-body .col-sm-12{
    padding-bottom:8px;
}

/*.modal-open {
    overflow:hidden;
}*/

.head-sec {
    padding-bottom: 0px;
    display: -webkit-box;
    margin-top:0px;
    margin-bottom:0px;
}

#RemindernotificationDiv .accordion-div div > div {
       padding:10px 0px;
    border-bottom:1px solid #ccc;
}

.accordion-div #RemindernotificationDiv {
        max-height: 100%;
        overflow-y:hidden;
}

#RemindernotificationDiv .links {
    top: 7px;
    position: relative;
}

.head-sec .btn.active {
    background: #414299 !important;
    color: #fff;
}

.sidebar-nav .active .tree-menu{
    display: block !important;
    transition: .3s ease-in-out;
    background-color: #d0cbcb;
    color: #333;
}
#ReminderNotification .badge-notify{
   background:red;
   position:absolute;
   top:-12px;
  }
#messageDetailsModal {
    z-index:1052;
}
#messageModal, #MailModal {
    z-index: 1051;
}
.fc-cell-overlay {
    height: 0 !important;
}

.glyphicon-bell:before {
    color: #fff;
}
.lable-client {
    text-align: left !important;
    font-weight:400;
}

.interview-detail div.top-fix.stick .border {
    border:0 !important;        
}

.interview-detail div.top-fix.stick, .row.top-fix.stick {
    padding-left: 15px;
}

 /*   .interview-detail div.top-fix.stick .fixed-button {
        top:5px;
    }*/
.interview-detail .form-horizontal .btn-primary, .common-grid  .btn-primary {
    margin: 0px 10px 10px 0;
}

.text-tab h3 {
    margin-top: 0px;
    font-size: 16px !important;
    color: #4c4c4c;
    font-weight: 600;
    margin-left: 10px;
}
.text-tab p {
    margin-top: 0px;
    font-size: 14px !important;
    color: #4c4c4c;
    margin-left: 10px;
}
.mt-80 
{
    margin-top:60px;
}
.mt-30 {
    margin-top: 30px;
}

.locDropdown {
    width: 150px;
    margin: 14px 35px 7px 0; float: right;
}

.loc-acc-form .form-group {
    margin-bottom: 15px !important;
}

select#LocationIdNew {
    font-family: sans-serif;
}

/*.schedule-body.custCalendar .fc-ltr .fc-timeline-event .fc-title {
    white-space: pre;
    line-height:1.4;
}
.schedule-body.custCalendar .fc-ltr .fc-timeline-event .fc-title br {
    display: none;
}

.schedule-body.custCalendar .fc-ltr .fc-day-grid-event .fc-title {
    white-space: pre;
    line-height: 1.4;
}

.schedule-body.custCalendar .fc-ltr .fc-day-grid-event .fc-title br {
    display: none;
}*/

@media only screen and (min-width: 768px) {
    .schedule-page #sidebar-wrapper {
        margin-left: -200px;
    }

    .schedule-page #page-content-wrapper {
        margin-left: 0;
    }
}

/*for CL and CG week view start*/
.schedule-body.custCalendar .fc-ltr .fc-timeline-event span.name1, span.name2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 68px;
    box-sizing: border-box;
    position: absolute;
}

.schedule-body.custCalendar .fc-ltr .fc-timeline-event span.name1 {
    left: 56px;
}

.schedule-body.custCalendar .fc-ltr .fc-timeline-event span.name2 {
    left: 56px;
}
/*for CL and CG week view end*/

/*for CL and CG month view start*/
.schedule-body.custCalendar .fc-ltr .fc-day-grid-event span.name1, span.name2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 68px;
    box-sizing: border-box;
    position: absolute;
}

.schedule-body.custCalendar .fc-ltr .fc-day-grid-event span.name1 {
    left: 85px;
}

.schedule-body.custCalendar .fc-ltr .fc-day-grid-event span.name2 {
    left: 85px;
}
/*for CL and CG month view end*/

.linebreak {
    word-wrap: break-word;
}

.modal-body p {
    word-wrap: break-word;
}

/* used for caregiver responsive changes on (+) and (-) click */
.plusicon {
    content: '-';
    background-color: #d33f3f;
}
.PrientVisitLog {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
}
/*17thJan'20*/
@media (max-width: 1024px) {
    #smallModal #btnPrint {
        float: none !important;
        margin-bottom: 10px;
    }

    #smallModal #collapseOne {
        overflow-x: auto;
    }
}

/*2020-07-09*/
#table_data tbody tr:nth-child(even) {
    background: #f9f9f9;
}

#table_data thead tr th select {
    color: #333;
}

#table_data thead tr th {
    white-space: nowrap;
    padding: 8px 15px;
    border-right: 1px solid #D7D7D7;
}

/*for dropdown to change client and caregiver and referral source*/
.border-style {
    border-top: #f0f8ff;
    border-left: #f0f8ff;
    border-right: #f0f8ff;
}

.adj-care {
    margin-left: 103px !important;
    margin-top: -30px !important;
}

.trbgcolor {
    background-color: #f1efef !important;
}

table#tblPaperWork tbody tr td .hasDatepicker {
    border-color: #fff;
}

table#tblUploadDocument tbody tr td .editableDate {
    border-color: #fff;
}

table#tblBackgroundCheck tbody tr td .hasDatepicker, .defaultDatetime {
    border-color: #fff;
}

.visittextbox {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.visitlabel {
    width: 12%;
    float: left;
    vertical-align: middle;
    padding-left: 8%;
}

.reward-icons {
    padding: 0px;
    margin: 0px;
    min-width: 152px;
}

    .reward-icons li {
        margin: 0 3px;
        padding: 0;
        display: inline-block;
        max-width: 50px;
        text-align: center;
        float: left;
    }

img.Staff-rewards-1 {
    max-width: 50px;
    width: 100%;
    display: inline-block;
    margin-bottom:10px;
}

ul.reward-icons {
    float: left;
    width: 80%;
}

    ul.reward-icons li a {
        display: inline-block;
    }
div#divRewardInner, #divStaffRewardInner {
    transform: translate(10%, 50%);
    max-width: 630px;
}
div#divRewardPopup h3, #divStaffRewardInner h3 {
    font-size: 22px;
    font-weight: bold;
}
div#divRewardPopup label, #divStaffRewardInner label {
    font-weight: bold;
    font-style: normal;
}
div#GievRewardModal .modal-dialog.new-client-popup {
    top:15%;
    left: 0%;
    max-width: 660px;
    width: 100%;
}
.panel-group {
    margin-bottom: 0;
}

hr {
    margin: 10px 0px;
}
div#GievRewardModal .modal-dialog.new-client-popup {
    top: 12%;
}
@media only screen and (max-width:767px){
    div#divRewardInner, #divStaffRewardInner {
        transform: none;
        max-width: 630px;
    }
    .reward-icons {
        float: left;
        width: 100%;
        margin-left: 10px;
    }
    div#GievRewardModal .modal-dialog.new-client-popup {
        top: 16px;
        left: auto;
        max-width: 470px;
        width: 100%;
        margin: 0 auto;
    }
 
}

.careschedule {
    background-color: #FFF;
    color: #d4d4d4;
    padding: 7px;
    width:100%;
    border-radius: 5px;
    position: absolute;
    min-width: 280px;
    max-width: 450px;
    display: none;
    z-index: 3;
    box-shadow: 0 0 6px #999;
}
    .careschedule:before {
        position: absolute;
        top: -7px;
        left: 78px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #eee;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(256, 256, 256, 1);
        content: '';
    }

.uldiv:before {
    content: '';
    height: 3px;
    width: 0;
    border: 7px solid transparent;
    border-bottom-color: #1d1d1d;
    position: absolute;
    top: -16px;
    left: 14px;
}

.diva {
    text-decoration: none;
    padding: 2px 5px 0px 5px;
    font-size: 12px;
}

.careschedule p {
    font-size: 12px;
    color: #5f5f5f;
    margin-bottom: 5px;
}
.customscroll{
    overflow:auto;
}
td.tdfind {
    padding: 7px;
}
/*#ui-datepicker-div {
    z-index: 10 !important;
}*/
input.datatablesketch {
    /* background: yellowgreen; */
    width: 100%;
    color: #000;
}


@media (min-width:280px) and (max-width:1024px) {
    div.bhoechie-tab-content.none {
        padding-bottom: 0;
        overflow: scroll !important;
    }
    label.control-label.col-md-12.col-sm-6.labelalign{width:200px;}
    .signature-dialog {
        width: 500px;
        margin: 0% auto 0 auto !important;
    }
    .panel-body {
        overflow: scroll;
    }
    .visitlog-popup {
        overflow: scroll;
        width: 100% !important;
    }

    input.datatablesketch {
        /* background: yellowgreen; */
        width: 120px;
    }
 
    
}

    @media (min-width:280px) and (max-width:767px) {
        .PrientVisitLog{text-align:left;}
        .visitlog-popup {
            overflow: scroll;
            width: 100% !important;
        }
        div.bhoechie-tab-content.none {
            padding-bottom: 0;
            overflow: scroll;
        }
        .modal-footer.cusrtr8 {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .common-grid.add-fields th span {
            margin-left: 0.5rem;
        }
               .panel-body {
            overflow: scroll;
        }
        .panel-body {
            overflow: scroll;
        }

        input.datatablesketch {
            /* background: yellowgreen; */
            width: 120px;
        }

    }

    @media only screen and (max-width: 500px) {
        .visitlog-popup {
            overflow: scroll;
            width: 100% !important;
        }
        .signature-dialog {
            width: 500px;
            margin: 6% auto 0 auto !important;
        }

        table.tablegriddata > thead > tbody > th > td > tr > input {
            margin: 3px;
            width: 98%;
        }

        table.tablegriddata > thead > tbody > th > td > tr {
            display: block;
        }
        tr.resizview {
            display: grid;
        }

        .tablegriddata > thead > tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .tdfind {
            /* Behave  like a "row" */
            display: grid;
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 33% !important;
        }

            .tdfind:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
            }

        .tablegriddata.tdfind:nth-child(1) {
            background: #ccc;
            height: 100%;
            top: 0;
            left: 0;
            font-weight: bold;
        }
        /*
	Label the data
	*/
        .tdfind:nth-of-type(1):before {
            content: "Service";
            font-weight: 700;
        }

        .tdfind:nth-of-type(2):before {
            content: "Unit";
            font-weight: 700;
        }

        .tdfind:nth-of-type(3):before {
            content: "Bill Rate";
            font-weight: 700;
        }

        .tdfind:nth-of-type(4):before {
            content: "Pay Rate";
            font-weight: 700;
        }

        .tdfind:nth-of-type(5):before {
            content: "Comments";
            font-weight: 700;
        }

        .labelalign {
            display: inline-block;
            width: 100%;
            /* vertical-align: baseline; */
            /* float: left; */
            text-align: left !IMPORTANT;
        }

            .labelalign > input {
                width: 12px;
            }

        td.tdfind {
            margin-bottom: 2px;
            margin-top: 5px;
            padding: 6px;
        }

        label.control-label.col-md-12.col-sm-6.labelalign {
            font-weight: 600;
        }
        .panel-body {
            overflow: scroll;
        }
        input.datatablesketch {
            /* background: yellowgreen; */
            width: 120px;
        }

    }





    @media (max-height: 500px) {
      
        #tblRestrictions_wrapper {
            overflow: initial !important;
        }

 
      
    }

@media (max-width: 375px) {

    input.datatablesketch {
        /* background: yellowgreen; */
        width: 120px;
    }

    .dataTables_wrapper {
        overflow: scroll;
    }

    #tblRestrictions_wrapper {
        overflow: initial !important;
    }

   div#tblAttribute_wrapper {overflow: initial !important;
}
    div#tblAttribute_wrapper {
        overflow: initial !important;
    }
    div#tblcertificate_wrapper {
        overflow: initial !important;
    }

    .signature-dialog {
        width: 500px;
        margin: 5% auto 0 auto !important;
    }
    .cust-table-canvas tr td canvas {
        display: block;
        margin-bottom: 10px;
        width: 270px;
    }
        .btn-primary {
            font-size: 12px !important;
        }
    }




  
/*today 9/28/2022*/

div#divCareGiverGrid > #callerlst > #collapse1 > #gridClientlst {
    height: 100%; /* Change done on 03/10/2022 - prior 37vh*/
    padding: 0;overflow: auto;
}

div#divClientGrid > #callerlst > #collapse1 > #gridClientlst {
    height: 100%; /* Change done on 03/10/2022 - prior 40vh*/
    padding: 0;
    overflow: auto;
}

.cust-table-canvas tr td canvas {
    display: block;
    margin-bottom: 10px;
    width: 380px;
}



.cust-canv-supervisor-last canvas {
    width: 450px;
}

@media (max-width:1024px) {
    .cust-table-canvas tr td {
        display: table-cell;
        margin-bottom: 10px;
    }

    .cust-canv-supervisor canvas {
        width: 100%;
        display: flex;
    }

    .cust-canv-supervisor-last canvas {
        width: 100%;
    }

        .cust-table-canvas tr td canvas {
            display: block;
            margin-bottom: 10px;
            width: 300px;
        }
   
 /*   canvas#staffsign {
        margin-top: 3em;
    }*/
}

@media (max-width:667px) {
    .cust-table-canvas tr td {
        display: block;
        margin-bottom: 10px;
    }


    .cust-table-canvas tr td {
         display: block;
       margin-bottom: 10px;
         position: relative;
    }

  /*  td.staffCanvas.custmr8 #linkSupervisor {
        top: 168px !important;
    }*/
    canvas#staffsign {
        margin-top: 3em;
    }
}
    @media (max-width:576px) {
/*
        .cust-canv-supervisor-last canvas {
            width: 265px;
        }

*/
        .cust-canv-supervisor canvas {
            width: 100%;
            display: flex;
        }


        .cust-table-canvas tr td canvas {
            display: table-cell;
            margin-bottom: 10px;
            width: 285px;
        }


        .cust-table-canvas tr td {
            display: block;
            margin-bottom: 10px;
            position: relative;
        }
    }






@media (max-width:480px) {
    .dataTables_wrapper {
        position: relative;
        clear: both;
        zoom: 1;
        overflow: scroll;
        overflow: auto;
    }

    #tblActivityList tr th {
        min-width: 76px;
        font-size: 12px;
        padding-left: 21px;
    }

    .Category-Form.popup-hov div.popover {
        left: 63px !important;
        top: 18em !important;
        z-index: 1;
    }

    .gridcallerlstpopover div.popover {
        left: 63px !important;
        top: 18em !important;
        z-index: 1;
    }


    .inmplayer-popover-inner-content {
        WIDTH: 100% !IMPORTANT;
        height: 618px;
        overflow: auto;
    }


    .fczbkk-popover-wrapper {
        position: initial !IMPORTANT;
    }

    td.staffCanvas.custmr8 {
        margin-top: 45px;
    }

    /*   td.staffCanvas.custmr8 a#linkSupervisor {
                top: 168px !important;
            }
*/
    .col-sm-12.common-grid.custom-newvisit {
        height: 80vh;
        overflow: auto;
    }

    .cust-table-canvas tr td {
        display: block;
        margin-bottom: 10px;
        position: relative;
    }
}








/*@media (max-width:420px){
    td.staffCanvas.custmr8 {
        margin-top: 45px;
    }

        td.staffCanvas.custmr8 a#linkSupervisor {
            top: 168px !important;
        }

    .col-sm-12.common-grid.custom-newvisit {
        height: 80vh;
        overflow: auto;
    }  
}*/

/*@media (max-width:360px) {
    .cust-table-canvas tr td canvas {
        display: block;
        margin-bottom: 10px;
        width: 270px;
    }
}
*/