body {
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px !important;
    direction: ltr !important;
}


.page-title {
    margin: 20px 0 15px 0 !important;
}

.page-bar {
    margin-bottom: 20px !important;
}


.smalltxt14 {
    font-size: 14px;
}

.edit-pencil, .smalltxt {
    /*position: absolute;             top: 0;             right: 10px;*/
    font-size: 10px;
}

.smalltxt11 {
    /*position: absolute;             top: 0;             right: 10px;*/
    font-size: 11px;
}

.portlet.box.transparent .portlet-title {
    background-color: transparent;
}

.portlet.box.transparent {
    border: none;
}

    .portlet.box.transparent .portlet-title .caption {
        color: #000000;
    }

.portlet.box.red .portlet-title {
    background-color: transparent;
}

.portlet.box.red > .portlet-title {
    background-color: #e02222;
}

.dd-item .well {
    margin-bottom: 10px;
}

.editable-unsaved {
    font-weight: normal;
}

.completed {
    text-decoration: line-through;
}

#addConditionModal {
    width: 750px; /* new custom width */
    margin-left: -375px; /* must be half of the width, minus scrollbar on the left (30px) */
}

/* --------------------------------------------- */
/* Form specific stuff - maybe be global */
body {
    line-height: 18px;
}

label, input, button, select, textarea {
    font-size: 13px;
    line-height: 18px;
}

    input[class*="span"].m-wrap, select.m-wrap[class*="span"], textarea.m-wrap[class*="span"], .input-append, .input-prepend {
        margin-bottom: 0;
    }

.help-block, .help-inline {
    color: #999999;
}

.fscontainer {
    margin-top: 10px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    position: relative;
    padding: 35px 10px 10px 10px;
}

    .fscontainer .legend {
        background-color: rgb( 242, 242, 242 );
        border-right: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
        border-radius: 0 0 5px 0;
        color: #333;
        display: inline-block;
        left: 0;
        padding: 5px;
        position: absolute;
        top: 0;
    }

.search-box {
    background: none repeat scroll 0 0 #FAFAFA;
    margin-bottom: 10px;
    padding: 15px;
}

.input-append .btn.ml-10 {
    margin-left: 10px !important;
}

.form-horizontal.form-row-stripped .control-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-horizontal.form-label-stripped .control-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-horizontal.form-row-stripped .m-wrap {
    background: #fff !important;
}

.form-horizontal.form-label-stripped .control-group:nth-child(even) .controls {
    background-color: #ffffff;
}

.control-label {
    margin-top: 0px;
}

label {
    margin-bottom: 0px;
}

/* ------------------------------------------------------------------------------------------ */
/* Twitter Bootstrap Input Append not full width of container See http://stackoverflow.com/a/17466613/934116
/* ------------------------------------------------------------------------------------------ */


.input-append.input-block-level, .input-prepend.input-block-level {
    display: table;
}

    .input-append.input-block-level .add-on, .input-prepend.input-block-level .add-on {
        display: table-cell;
        width: 1%; /* remove this if you want default bootstrap button width */
    }

    .input-append.input-block-level > input, .input-prepend.input-block-level > input {
        box-sizing: border-box; /* use bootstrap mixin or include vendor variants */
        display: table; /* table-cell is not working well in Chrome for small widths */
        min-height: inherit;
        width: 100%;
    }

    .input-append.input-block-level > input {
        border-right: 0;
    }

    .input-prepend.input-block-level > input {
        border-left: 0;
    }


/* ------------------------------------------------------------------------------------------ */
tr div.checker {
    margin-right: 0px !important;
}

tr i.icon-star, tr i.icon-trash, tr i.icon-arrow-up {
    cursor: pointer;
}

tr i.icon-star, tr i.icon-arrow-up {
    color: #999;
}

    tr i.icon-star:hover, tr i.priority, tr i.icon-arrow-up:hover {
        color: #fd7b12;
        margin: 5px;
    }

td.inbox-small-cells {
    width: 10px;
    text-align: center;
}

tr.chat-details {
    display: none;
}

.tasks-table.dataTable {
    margin-top: 0px;
}

.tasks-table .table {
    margin-bottom: 0px !important;
}

    .tasks-table .table td {
        border-top: none;
    }
/*
.table-striped table tbody td {
    background-color: inherit !important;
}*/

.portlet.box.transparent .portlet-title .caption.white {
    color: #fff;
}

.descriptors {
    font-size: 12px;
}

.nav-tabs li .badge, td .badge {
    border-radius: 12px !important;
    font-size: 11px !important;
    height: 14px;
    padding: 1px 5px;
    text-align: center;
}

input.order {
    width: 2.5em;
    padding: 0 0 0 2px;
    margin-bottom: 1px;
    font-size: 12px;
}


body.compact .table-condensed.table thead tr th,
div.compact .table-condensed.table thead tr th {
    font-size: 12px;
    padding: 2px 5px 0px 5px;
}

body.compact .table-condensed.table td,
div.compact .table-condensed.table td {
    padding: 2px 4px 0px 4px;
    font-size: 12px;
    line-height: 15px;
}

.text-success {
    color: #3cc051 !important;
}

.text-important {
    color: #ed4e2a !important;
}

span.unread {
    font-weight: bold;
}

.editable-container {
    width: 100%;
}

.zebra ul li {
    padding: 3px 0px;
}

.zebra ul li {
    background: #efefef;
}

    .zebra ul li:nth-child(odd) {
        background: #fff;
    }







/***
Custom tabs
***/
.tab-content {
    padding: 0px;
    overflow: hidden;
}

.tabbable-custom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.widget .row-fluid:last-child .tabbable-custom {
    margin-bottom: 0px;
}

.tabbable-custom > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px;
}

.tabbable-custom.boxless > .tab-content {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

    .tabbable-custom .nav-tabs > li > a {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-right: 0;
        padding: 5px 10px;
    }

        .tabbable-custom .nav-tabs > li > a:hover {
            background: none;
            border-color: transparent;
        }

    .tabbable-custom .nav-tabs > li.active {
        border-top: 3px solid #d12610;
        margin-top: 0;
        position: relative;
    }

        .tabbable-custom .nav-tabs > li.active > a {
            border-top: none;
            font-weight: 400;
        }

            .tabbable-custom .nav-tabs > li.active > a:hover {
                background: #fff;
                border-color: #d4d4d4 #d4d4d4 transparent;
            }

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

.tabs-below.tabbable-custom .nav-tabs > li {
    border-top: none;
    border-bottom: 2px solid transparent;
    margin-top: -1px;
}

    .tabs-below.tabbable-custom .nav-tabs > li.active {
        border-top: none;
        border-bottom: 3px solid #d12610;
        margin-bottom: 0;
        position: relative;
    }

        .tabs-below.tabbable-custom .nav-tabs > li.active > a {
            border-bottom: none;
        }

            .tabs-below.tabbable-custom .nav-tabs > li.active > a:hover {
                background: #fff;
                border-color: #d4d4d4 #d4d4d4 transparent;
            }

.tabs-left.tabbable-custom .nav-tabs > li {
    margin-right: 0;
    border-left: 2px solid transparent;
    margin-top: none;
}

    .tabs-left.tabbable-custom .nav-tabs > li.active {
        border-top: none;
        border-left: 3px solid #d12610;
        margin-top: 0;
        margin-right: -2px;
        position: relative;
        border-right: 1px solid #fff;
        z-index: 1;
    }

        .tabs-left.tabbable-custom .nav-tabs > li.active > a {
            border-top: 1px solid #d4d4d4 !important;
            border-left: 1px solid transparent;
        }

            .tabs-left.tabbable-custom .nav-tabs > li.active > a:hover {
                background: #fff;
                border-color: #d4d4d4 transparent #d4d4d4 transparent;
            }

.tabs-right.tabbable-custom .nav-tabs > li {
    margin-right: 0;
    border-right: 2px solid transparent;
    border-top: none;
}

    .tabs-right.tabbable-custom .nav-tabs > li.active {
        border-top: none;
        border-right: 3px solid #d12610;
        margin-top: 0;
        margin-left: -1px;
        position: relative;
    }

        .tabs-right.tabbable-custom .nav-tabs > li.active > a {
            border-top: 1px solid #d4d4d4;
            border-right: 1px solid transparent;
        }

            .tabs-right.tabbable-custom .nav-tabs > li.active > a:hover {
                background: #fff;
                border-color: #d4d4d4 transparent #d4d4d4;
            }

    .tabs-right.tabbable-custom .nav-tabs > li a,
    .tabs-left.tabbable-custom .nav-tabs > li a {
        padding: 8px 10px;
    }

/*full width tabs with bigger titles */
.tabbable-custom.tabbable-full-width > .tab-content {
    padding: 27px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
    color: #424242;
    font-size: 15px;
    padding: 9px 15px;
}


/***
Custom portlet tabs
***/
.portlet-tabs .nav-tabs {
    position: relative;
    top: -41px;
    margin-right: 10px;
    overflow: hidden;
}

    .portlet-tabs .nav-tabs > li {
        float: right;
    }

.portlet-tabs .nav-tabs {
    border-bottom: none;
}

    .portlet-tabs .nav-tabs > li > a {
        padding-top: 8px;
        padding-bottom: 10px;
        line-height: 16px;
        margin-top: 6px;
        margin-left: 0px;
        margin-right: 0px;
        border-left: 0;
        border-right: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .portlet-tabs .nav-tabs > li:last-child > a {
        border-right: 0;
    }

    .portlet-tabs .nav-tabs > li {
        margin-left: 1px;
    }

        .portlet-tabs .nav-tabs > li.active {
            border-top-color: transparent;
        }

            .portlet-tabs .nav-tabs > li.active > a {
                margin-bottom: 0px;
                border-bottom: 0;
                margin-left: 0px;
                margin-right: 0px;
                border-left: 0;
                border-right: 0;
                background-color: none !important;
                border-top-color: transparent !important;
            }

        .portlet-tabs .nav-tabs > li > a:hover {
            margin-bottom: 0;
            border-bottom-color: transparent;
            margin-left: 0;
            margin-right: 0;
            border-left: 0;
            border-right: 0;
            background-color: none !important;
            border-top-color: transparent;
            background-color: #fff;
        }

    .portlet-tabs .nav-tabs > .active > a {
        color: #555555;
        cursor: default;
        background-color: #fff;
    }

        .portlet-tabs .nav-tabs > .active > a:hover {
            background-color: #fff !important;
        }

.portlet-tabs .tab-content {
    padding: 10px !important;
    margin: 0px;
    margin-top: -60px !important;
}

.portlet.tabbable .portlet-body {
    padding: 0px;
}

.tab-pane > p:last-child {
    margin-bottom: 0px;
}





.visible-ie8 {
    display: none;
}

.no-padding {
    padding: 0px !important;
}

.no-right-padding {
    padding-right: 0px !important;
}

.no-left-padding {
    padding-left: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-bottom-space {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.no-top-space {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.space5 {
    display: block;
    height: 5px !important;
    clear: both;
}


.space1 {
    display: block;
    height: 1px !important;
    clear: both;
}

.space7 {
    height: 7px !important;
    clear: both;
}

.space10 {
    height: 10px !important;
    clear: both;
}

.space12 {
    height: 12px !important;
    clear: both;
}

.space15 {
    height: 15px !important;
    clear: both;
}

.space20 {
    height: 20px !important;
    clear: both;
}

.color-blue {
    color: #337ab7;
}

.space25 {
    height: 25px !important;
    clear: both;
}

.space30 {
    height: 30px !important;
    clear: both;
}

.space40 {
    height: 40px !important;
    clear: both;
}


.space50 {
    height: 50px !important;
    clear: both;
}



.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-N10 {
    margin-top: -10px !important;
}

.margin-top-18 {
    margin-top: 18px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.hide {
    display: none;
}

.bold {
    font-weight: 600 !important;
}

.fix-margin {
    margin-left: 0px !important;
}

.border {
    border: 1px solid #ddd;
}

.inline {
    display: inline;
}

hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #FEFEFE;
}


.tabbable > .nav-tabs > li > a {
    font-size: 13px;
}

.greyDefault {
    background-color: #e6e6e6;
}




.top.pagination {
    margin: 0px;
}

table thead .sorting {
    background: url(/Assets/images/sort_both.png) center right no-repeat;
}

.min-height-50px {
    height: 50px;
}

.label-important,
.badge-important {
    background-color: #ed4e2a;
    background-image: none !important;
    text-shadow: none !important;
}

.label-green,
.badge-green {
    background-color: #26c281 !important;
    background-image: none !important;
    text-shadow: none !important;
}



.label-Casemanagement,
.badge-Casemanagement {
    background-color: #8e26c2 !important;
    background-image: none !important;
    text-shadow: none !important;
}



.label-Intake,
.badge-Intake {
    background-color: #f222e0 !important;
    background-image: none !important;
    text-shadow: none !important;
}




.label-mini {
    font-size: 10px;
    font-weight: 400;
}

.label-inverse {
    background-color: #333;
}

.label-success {
    background-color: #32C5D2;
    /*background-color: #C49F47;*/
}

.margin-right-05 {
    margin-right: 4px;
}

.margin-left-05 {
    margin-left: 5px !important;
}

.margin-left-03 {
    margin-left: 3px !important;
}

.margin-left-40PR {
    margin-left: 40%;
}


.margin-left-20PR {
    margin-left: 20%;
}

.margin-right-0 {
    margin-right: 0;
}


.clearfix {
    clear: both;
}


.editable-address {
    display: block;
    margin-bottom: 5px;
}

    .editable-address span {
        width: 70px;
        display: inline-block;
    }


ul.inline > li, ol.inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.nav-tabs li .referralEmailCM, td .referralEmailCM, .referralEmailCM {
    border-radius: 10px !important;
    font-size: 16px !important;
    height: 20px !important;
    padding: 1px 4px !important;
    text-align: center !important;
}

.edit-refferal li:not(:first-child) {
    font-size: 12px;
}



.form-group.form-md-line-input {
    padding-top: 5px;
}

.form-control-mini {
    height: 20px;
}

.inbox-small-cells a .chat-collapse:before {
    content: "\f068";
}

.inbox-small-cells a.collapsed .chat-collapse:before {
    content: "\f067";
}


table.referral tr td {
    padding: 10px 0 !important;
}


.width-100px {
    width: 100px;
}

.width-110px {
    width: 110px;
}


.width-120px {
    width: 120px;
}



.width-66px {
    width: 66px;
}



.width-80px {
    width: 80px !important;
}

.width-90px {
    width: 90px !important;
}

.width-75px {
    width: 75px !important;
}

.width-77px {
    width: 77px !important;
}


.width-70px {
    width: 70px !important;
}

.width-60px {
    width: 60px !important;
}

.width-150px {
    width: 150px;
}


.width-140px {
    width: 140px;
}

.width-145px {
    width: 145px;
}


.width-180px {
    width: 180px;
}

.width-190px {
    width: 190px;
}

.width-200px {
    width: 200px;
}

.width-215px {
    width: 215px;
}



.width-250px {
    width: 250px;
}


.width-250px {
    width: 250px;
}

.width-300px {
    width: 300px;
}

.width-400px {
    width: 400px;
}

.width-100 {
    width: 100%;
}

.width-10px {
    width: 10px;
}

.min-width-30px {
    min-width: 30px;
}


table.tbl_reflog tbody tr:first-child td {
    padding: 5px !important;
}

.margin-top-minus-15px {
    margin-top: -15px;
}


.login .logo {
    margin: 50px auto 0 !important;
}

.login .content {
    margin: 15px auto 10px !important;
}

    .login .content h3 {
        color: #4db3a5;
        text-align: center;
        font-size: 24px;
        font-weight: 400!important;
    }

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-35 {
    margin-left: 35px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-60 {
    margin-left: 60px;
}

.tabs-left.nav-tabs {
    border-right: 0px;
}

.modal-body {
    display: inline-block;
    width: 100%;
}

.float-left {
    float: left;
}

.form-group.form-md-line-input {
    margin: 0;
}

input.error, select.error, textarea.error {
    border-color: red !important;
    color: red;
}

.control-label.error {
    color: red;
}

.validationMessage {
    color: red;
    display: block;
}

/*#tab_ClientInformation .form-group:nth-child(7),
#tab_ReferringAgnecy .form-group:nth-child(7) {
    clear: left;
}*/

.tab-input {
    display: block;
    float: left;
    margin: 0 5px;
}

/*.form-control {
    height: 30px;
}*/

.input-group-btn .btn {
    padding: 4px 12px;
}

.btn-white {
    background-color: #fff;
}

.green-text {
    color: #32C5D2;
}

.red-text {
    color: #E02222;
}

.purple-text {
    color: #8E44AD;
}

.blue-text {
    color: #3598DC;
}

.yellow-text {
    color: #C49F47;
}

.portlet > .portlet-title > .actions > .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
}

.portlet.box > .portlet-title > .actions {
    padding: 10px 0 5px 0;
}

@media only screen and (max-width:767px) {
}

@media (min-width:768px) and (max-width:900px) {
    .table thead > tr > th {
        vertical-align: middle;
    }

    .outComeForm .modal-body .row {
        padding: 0px !important;
    }

    #tab_ClientInformation .form-group:nth-child(7),
    #tab_ReferringAgnecy .form-group:nth-child(7) {
        clear: none;
    }
}

@media (min-width:980px) and (max-width:1024px) {
    #tab_ClientInformation .form-group:nth-child(7),
    #tab_ReferringAgnecy .form-group:nth-child(7) {
        clear: none;
    }
}

/* Added by Abhishek */

.outComeForm .form-group.form-md-line-input {
    margin: 0px;
    padding: 0px !important;
}

.outComeForm .modal-body .row {
    padding: 0 30px;
}

.label-italic {
    font-style: italic;
}

.textarea-border {
    border: 1px solid;
}


.text-align-right {
    text-align: right !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-center {
    text-align: center;
}

.padding-left-0 {
    padding-left: 0;
}


.padding-left-4 {
    padding-left: 4px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-100 {
    padding-right: 100px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-20 {
    padding-left: 20px;
}
.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-10px {
    padding-bottom: 10px !important;
}

.padding-bottom-5px {
    padding-bottom: 5px;
}


.padding-top-0 {
    padding-top: 0px !important;
}


.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-left-right-5 {
    padding: 0 5px !important;
}

.padding-left-right-2 {
    padding: 0 2px !important;
}


.padding-left-right-10 {
    padding: 0 10px !important;
}

.margin-15px {
    margin: 15px;
}

ul.token-input-list {
    width: 100%;
    border: 1px solid #c2cad8;
    margin-bottom: 0px;
}

.width120 {
    width: 120px;
}

.padding-left-right-20 {
    padding: 0 20px;
}

.padding-left-right-30 {
    padding: 0 30px;
}

.padding-top-2px {
    padding-top: 2px !important;
}

.padding-top-3px {
    padding-top: 3px !important;
}

.padding-top-4px {
    padding-top: 4px;
}

.padding-bottom-8px {
    padding-bottom: 8px !important;
}

.portlet .portlet-title .header-font-size-14 {
    font-size: 14px;
}

.table_font-size-12 .table thead tr th {
    font-size: 12px;
    font-weight: 600;
}

.table_font-size-12 .table tbody tr td {
    font-size: 12px;
}

.clearleft {
    clear: both;
}

/*div.token-input-dropdown {
    width: 130px !important;
}*/

.strong-label {
    color: #0083FF;
    font-size: 18px;
}


.datepicker-dropdown.overflowed:before {
    content: "";
    /*content:"\f0d8";
    font-family: 'FontAwesome';
    color: #fff;*/
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    right: 6px;
    left: auto;
}

.datepicker-dropdown.overflowed:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    right: 7px;
    left: auto;
}

.datepicker.datepicker-dropdown.dropdown-menu.overflowed {
    margin-left: -15px;
}

#AddNewRoleModal > .modal-dialog {
    width: 30% !important;
}

#btnEditRole {
    -webkit-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
}

.select2-container {
    z-index: 99999;
    width: 100% !important;
}

.webui-popover-popoverwidth {
    width: auto;
    max-width: 350px !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* set no. on which line set ellipsis. */
    /*height: 3.3em;*/
    -webkit-box-orient: vertical;
    -moz-binding: url(ellipsis-xbl.xml#ellipsis);
}

.curser-pointer {
    cursor: pointer;
}

.curser-default {
    cursor: default !important;
}


.table-responsive > .fixed-columns-fixed {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
    background-color: #fff;
    z-index: 99999999;
}


.token-input-input-token input:first-child {
    width: 100% !important;
}

/*** Facility varhouse list ***/
/*** border issue ****/
.fixed-table {
    border-collapse: separate;
}
/*** border issue ****/

/** Increase table width***/
.tblfacilityhouse {
    table-layout: fixed;
    width: 2000px;
    overflow-y: hidden;
}
/** Increase table width***/

/***Overwrite "tableHeadFixer" js css class ***/
.tblheaderfixer {
    overflow-y: hidden !important;
    height: auto !important;
}

    .tblheaderfixer table {
        max-width: none;
    }
/***Overwrite "tableHeadFixer" js css class ***/
/*** Facility varhouse list ***/

.letter-space {
    letter-spacing: 0;
}

.text-decoration-none, .text-decoration-none:hover, .text-decoration-none:focus {
    text-decoration: none;
}

.facility-house-detail-popover .table {
    margin-bottom: 0px;
}

    .facility-house-detail-popover .table > tbody > tr > td {
        padding: 4px;
        border-top: 0;
    }


/**Referral Sparform*/
#frmreferralsparform .form-group.form-md-line-input .form-control.input-sm {
    padding: 2px 0 10px;
}


#frmreferralsparform .control-label {
    margin-top: 4px;
}

#frmreferralsparform label.mt-checkbox.mt-checkbox-outline {
    margin: 0 10px;
}

#frmreferralsparform .SparIntiCB label.mt-checkbox.mt-checkbox-outline {
    margin: 5px 0px !important;
}
/**Referral Sparform*/



@media print {
    /* All your print styles go here */
    .no-print, .no-print * {
        display: none !important;
    }

    /*.portlet.box.yellow-crusta {
        border: 1px solid #ffd327 !important;
        border-top: 0;
    }

    .portlet > .portlet-body.yellow-crusta, .portlet.yellow-crusta {
        background-color: #f3c200 !important;
    }*/

    /*.print-color {
        background-color: #4c87b9 !important;
    }*/



    .bold-in-print {
        font-weight: bold;
    }

    .display-in-print {
        display: block !important;
    }

    .hide-in-print {
        display: none !important;
    }

    .print-color * {
        color: white !important;
    }

        .print-color *:after, .print-color *:before {
            color: white !important;
        }

    .caption .red, .caption .red:after, .caption .red:before {
        color: #e7505a !important;
    }

    body {
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
    }

    .fc-content .event-container .fc-name.male {
        background-color: #33CCFF !important;
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        /*border-left: 3px solid red;*/
    }

    .fc-day-grid-event {
        background-color: #61AEE4 !important;
    }

    .fc-toolbar {
        display: block !important;
    }

        .fc-toolbar:after {
            content: "\a";
            white-space: pre !important;
        }

    .fc-view-container {
        clear: both !important;
        display: block !important;
    }

    .margin-top-40-print {
        margin-top: 40px;
    }



    .fc-content .event-container .fc-name.female {
        background-color: #FFCCFF !important;
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
    }

    .fc-event {
        background: #fff !important;
        color: #000 !important;
    }

    /* for vertical events */

    .fc-event-bg {
        display: none !important;
    }

    .fc-event .ui-resizable-handle {
        display: none !important;
    }


    .page-break-always {
        page-break-before: always !important;
    }

    .page-break {
        page-break-inside: avoid;
        /*page-break-before: always;*/
    }

    td .badge {
        color: white !important;
    }
}

.portlet-title > .caption small {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 500;
    padding-left: 20px;
}


.th-batch-summary-1 {
    text-align: right;
    width: 100px;
    display: block;
    float: left;
    font-weight: 600;
}

.th-batch-summary {
    text-align: right;
    width: 75px;
    display: block;
    float: left;
    font-weight: 600;
}




.td-batch-summary {
    /*text-align: right;
    width: 75px;*/
    display: block;
    float: left;
    font-weight: 600;
}


.td-services-summary {
    /*text-align: right;
    width: 100px;*/
    display: block;
    float: left;
    font-weight: 600;
}


.BatchSummaryDiv {
    float: left;
    width: 100%;
}

.BatchSummaryDesc {
    padding-left: 5px;
    float: left;
    /*width: 82%;*/
}

.BatchServiceDesc {
    padding-left: 5px;
    float: left;
    /*width: 60%;*/
}

.btn-group .dropdown-menu li a i {
    margin-right: 5px !important;
}


div.batchCompact .table-condensed.table td {
    padding: 10px 4px 10px 4px;
    font-size: 12px;
    line-height: 15px;
}





.td-note-summary {
    /*text-align: right;
    width: 100px;*/
    display: block;
    float: left;
    font-weight: 600;
}

.NoteSummaryDiv {
    float: left;
    width: 100%;
}

.NoteSummaryDesc {
    padding-left: 5px;
    float: left;
    /*width: 82%;*/
}

.NoteServiceDesc {
    padding-left: 5px;
    float: left;
    /*width: 60%;*/
}


div.noteCompact .table-condensed.table td {
    padding: 8px 4px 8px 4px;
    font-size: 12px;
    line-height: 15px;
}

.clear-both {
    clear: both !important;
}

.searchClient li {
    font-size: 13px;
}



.padding-15 {
    padding: 15px !important;
}

.padding-30 {
    padding: 30px !important;
}

.payorTitle {
    padding-left: 25px !important;
    font-weight: bolder !important;
    color: #dc4900 !important;
}

.tableNoteDetails td {
    padding: 5px 5px 5px 5px !important;
}

.padding-left-right-23 {
    padding: 0 23px;
}

.padding-left-16 {
    padding-left: 16px;
}

.padding-left-15 {
    padding-left: 15px;
}


.padding-left-10 {
    padding-left: 10px !important;
}


.width-155px {
    width: 155px;
}

.width-160px {
    width: 160px;
}

.width-170px {
    width: 170px;
}

.margin-left-25Minus {
    margin-left: -25px !important;
}

.height-19px {
    height: 19px !important;
}

.height-22px {
    height: 22px !important;
}


.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-italic {
    font-style: italic !important;
}

.opacity-0 {
    opacity: 0;
}

.hideContent-opacity-0 {
    position: absolute !important;
    z-index: -1 !important;
}


.dashboard-stat .details .desc {
    margin-left: 20px !important;
    font-size: 15px !important;
}

.dashboard-stat .details .number {
    padding-top: 12px !important;
}

.dashboard-stat .visual {
    height: 60px !important;
}

.dashboard-stat .more {
    padding: 4px 10px 4px 10px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}


a.moredark {
    color: #007bff !important;
    font-weight: 600 !important;
}

.lstm.table-condensed.table td {
    padding: 2px 4px 2px 4px !important;
}

.lstm.table-condensed.table td {
    border: 1px solid #c1c1c1;
}

.line-height-16px {
    line-height: 16px !important;
}


.checklist-print-lable {
    position: absolute !important;
    display: inline-block !important;
    border-bottom: 1px dashed #000 !important;
    float: right !important;
}

.markActivePayor {
    font-size: 18px !important;
    color: #418eea  !important;
}

.page-break-after{
    page-break-after:always !important;
}


.disableControl {
    background: #eef1f5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.min-width-200px {
    min-width: 200px !important;
}




.table-hover-effect > tbody > tr:hover {
    background-color: #98d0e0 !important;
}


.width-386px {
    width:386px !important;
}

.width-500px {
    width: 500px !important;
}

.NotebatchedMsg {

    color:red  ;
    font-size:initial;
    margin-top : 15px ;
}


.excel-export-schedulemaster {
    font-size: 25px !important;
    margin-top: -10px !important;
    padding-right: 20px !important;
}

.note-sentence-section {
    max-height:250px !important;
    overflow:auto;
}


.background-orangered {
    background-color: orangered !important;
}