html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.top-buffer {
    margin-top: 10px;
}
.ReadonlyDiv {
    pointer-events: none;
}

body {
    background: #fafafb;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'PT Sans', sans-serif !important;
}

.navbar-default {
    background-color: #fafafb;
    border-color: #e7e7e7;
}

.navbar-default {
    border: 0;
}

/*Adding padding to content for a fixed navbar*/
body {
    padding-top: 194px;
}

    body.nofixedtop {
        padding-top: 0;
    }

        body.nofixedtop .navbar {
            margin-bottom: 0;
        }

        body.nofixedtop .navbar-collapse {
            padding-right: 0;
            padding-left: 0;
        }
        .line{
            height:2px;
            width:100%;
            border-bottom: solid silver 1px;
        }
#divContractErrmsg {
    padding-left: 0px;
    padding-top: 10px
}

#main-wrapper {
    min-height: 100%;
    padding: 0 0 85px;
    position: relative;
}

footer {
    bottom: 0;
    height: 80px;
    left: 0;
    position: absolute;
    width: 100%;
}

/*Adding padding to content for a fixed navbar when nav items are collapsed*/
@media screen and (max-width: 768px) {
    body {
        padding-top: 40px;
    }
}


/* Make dropdown menu items the same width as the dropdown wrapper*/
.dropdown {
    width: 100%;
}

.dropdown-menu {
    width: 100%;
}

    /* left alight dropdown text*/
    .dropdown-menu > li {
        text-align: left;
    }

#navlist {
    background: #006ead;
    border-bottom: 6px solid #7ec34c
}

    #navlist span {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
    }

    #navlist a {
        color: #fff;
    }

    #navlist li.selected {
        background: #7ec34c;
        border-top: 6px #006ead solid;
    }

    #navlist.nav > li.selected > a {
        font-weight: bold
    }

    #navlist.nav > li > a:hover {
        background-color: #006ead
    }

    #navlist.nav > li.selected > a:hover {
        background-color: #7ec34c
    }

.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.usr-action-bx {
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
    padding-top: 15px;
}

    .usr-action-bx a.diff-usr {
        font-size: 11px;
    }

    .usr-action-bx .top-usr-spce {
        margin-right: 25px;
        display: inline-block;
    }

    .usr-action-bx a,
    .usr-action-bx span,
    .usr-action-bx label {
        font-weight: normal;
        color: #0167af;
    }

        .usr-action-bx a:hover {
            font-weight: bold;
            color: #183f7c;
        }

.search {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.searchTerm {
    float: right;
    width: 100%;
    border: 1px solid #525254;
    padding: 5px;
    height: 30px;
    outline: none;
    color: #525254;
    max-width: 285px;
}

    .searchTerm:focus {
        color: #00B4CC;
    }

.searchButton {
    border: 0;
    position: absolute;
    right: 1px;
    width: 40px;
    height: 28px;
    background: #fff;
    text-align: center;
    color: #046cab;
    cursor: pointer;
    font-size: 18px;
    top: 1px;
    line-height: 28px;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    color: #006cac;
    margin-top: 15px;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #363435;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.status-bx {
    text-transform: uppercase;
    float: right;
    position: relative;
    top: 30px;
}

.status-input {
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(174,177,182,1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(174,177,182,1);
    box-shadow: inset 1px 3px 5px 0px rgba(174,177,182,1);
    background: #dee1e6;
    color: #000;
    border: 0;
    display: block;
    max-width: 200px;
    padding: 3px 8px;
}

.dummy-line {
    display: none;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -3px;
}

.tab-cont .nav > li > a {
    background: #c6d9e8;
    color: #74706d;
    border: 1px solid #d9eaf1;
    border-bottom: 0;
}

.tab-cont .nav-pills > li.active {
    position: relative
}

    .tab-cont .nav-pills > li.active > a,
    .tab-cont .nav-pills > li.active > a:focus,
    .tab-cont .nav-pills > li.active > a:hover,
    .tab-cont .nav-pills > li > a:hover {
        color: #353535;
        background-color: #fff;
    }

    .tab-cont .nav-pills > li.active .dummy-line {
        display: block;
    }

.tab-cont .nav-pills > li > a {
    border-radius: 0;
}

.tab-cont .nav-pills > li + li {
    margin-left: 4px;
}

.tab-cont .tab-content {
    background: #fff;
    border: 1px solid #d9eaf1;
}



.eql-cols-20 {
    width: 20%
}
.tablePlain tr:nth-child(even) {
    background-color: transparent
}
.tablePlain tr:nth-child(odd) {
    background-color: transparent
}
.tablePlain td {
    border-right: 0
}
    table {
    font-size: 13px;
}

    table th {
        background: #c6d9e8;
        padding: 10px;
        color: #303038;
        font-weight: bold;
    }

    table td {
        padding: 5px 10px;
        min-height: 40px;
        border-right: 1px solid #d6d6d8
    }

        table td div {
            padding: 5px 10px;
            min-height: 30px;
        }

        table td:last-child {
            border-right: 0
        }

    table select {
        padding: 5px 8px;
        font-size: 11px;
    }

        table select.one {
            min-width: initial;
            width: 35%;
        }

        table select.second {
            min-width: initial;
            width: 63%;
        }

tr:nth-child(even) {
    background: #f5f5f5
}

tr:nth-child(odd) {
    background: #FFF
}

.col-colr {
    background: #f2f9ff
}

.col-alt-colr {
    background: #edf4fa
}

.lft-mrgin-spce {
    margin-left: 8.33333333%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1680px) {
    .k-grid-content {
        overflow-y: auto;
        height: 400px !important;
    }

    .gridHeightLg .k-grid-content {
        overflow-y: auto;
        height: 450px !important;
    }

    div#grid {
        margin-bottom: 50px;
    }

    #GridDoctorInsurance12 .k-grid-content,
    #GridStoreInsurances .k-grid-content {
        height: 200px !important;
    }
}

.k-pager-wrap .k-pager-sizes.k-label {
    width: 20%;
}

footer {
    border-top: 0px solid #fff;
}

    footer a {
        color: #9acdd0;
    }

        footer a:hover {
            color: #fff;
        }

    footer .outr-bdr {
        border-top: 5px solid #c8d8e8;
    }

    footer .inr-ftr {
        width: 100%;
        color: #9acdd0;
        font-size: 12px;
        background: #006cac;
        min-height: 80px;
    }

    footer .inr-ftr-spce {
        padding-top: 10px;
    }

/* radio button css */

.switch-field {
    overflow: hidden;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
}

.switch-field label {
    display: inline-block;
    width: 60px;
    background-color: #edeef2;
    color: #aeafb1;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 4px 14px;
    border: 1px solid #96a588;
    /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .switch-field label:hover {
        cursor: pointer;
    }

.switch-field input:checked + label.yes {
    background-color: #7dc349;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #7dc349;
    color: #fff
}

.switch-field input:checked + label.no {
    background-color: #006cac;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #006cac;
    color: #fff
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.rw-spce-top {
    padding-top: 10px;
}

.lbl {
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
}

.lbl-spce {
    margin-bottom: 6px
}

.txt-bx-input, select, .inr-frm input[type="text"], textarea, input[type="email"] {
    border:1px solid #c2c2c2;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    padding: 3px;
    border-radius: 5px;
}

.input-spce {
    margin-bottom: 5px;
}

.day-hrs-bx {
}

.day-bx {
    background: #edeef2;
    padding: 0;
    padding-bottom: 10px;
    width: auto;
    /* float: left;**/
    margin-right: 0px;
}

.time-bx {
    width: 100%
}

    .time-bx select {
        min-width: 90px;
        max-width: 90px;
    }

label {
    font-weight: normal
}

a.bttn {
    display: inline-block;
    /*vertical-align: middle;*/
    padding: 15px;
}

    a.bttn.bttn-grey:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.bttn {
    min-width: 70px;
    max-width: 350px;
    text-align: center;
    min-height: 50px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.bttn-green {
    background: #7dc349;
    border-radius: 5px;
}

.bttn-blue {
    background: #006cac;
    border-radius:5px;
}

.bttn-grey {
    background: #9b9b9b;
    border-radius: 5px;
}

.bttn-rw-spce {
    padding: 50px 0;
}

.inr-frm {
    width: 100%;
    padding-right: 20px;
}

.last-col-spce .inr-frm {
    width: 100%;
    padding-right: 0px;
}


.inr-frm label {
    width: 100%;
    padding-top: 10px
}

span.fields {
    padding-top: 20px;
    display: inline-block;
}

/**Global Hover Css **/
#navlist li a {
    padding: 10px 30px;
}

#navlist li {
    padding-left: 0;
    padding-right: 0;
}

    #navlist li a:hover {
        background-color: #7ec34c;
    }

#navlist.nav > li > a:hover {
    background-color: #7ec34c;
}

input[type="button"]:hover {
    opacity: .7;
}

#navlist.nav > li > a:hover,
.tab-cont .nav-pills > li > a:hover,
input[type="button"],
input[type="text"]:hover,
select:hover,
.switch-field .yes, .switch-field .no,
.bttn-blue:hover,
a.bttn.bttn-grey {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
}

.bttn-blue:hover {
    background-color: rgba(174,177,182,1);
}

input[type="email"]:hover,
input[type="text"]:hover,
input[type="text"]:hover select:hover,
.k-datepicker .k-input:hover, .k-multiselect.k-header:hover,
span.k-dropdown-wrap.k-state-default:hover,
.k-widge:hover,
.k-textbox:hover,
.form-control.add:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,110,173,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,110,173,1);
    box-shadow: 0px 0px 5px 0px rgba(0,110,173,1);
    border: 1px solid #006ead;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
}

#navlist ul.dropdown-menu li a {
    color: #333;
}


.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 88px;
        left: 0;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px;
        border-radius: 0 0 6px 6px;
    }

        .dropdown-submenu > .dropdown-menu li ul.dropdown-menu {
            left: 100%;
            top: 6px;
            padding-top: 0;
        }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
        position: absolute;
        right: 16px;
        top: 12px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

#navlist .dropdown-submenu .open > a,
#navlist .dropdown-submenu.open a.dropdown-toggle,
#navlist .dropdown-submenu.open a.dropdown-toggle:focus, [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before #navlist .dropdown-submenu.open a.dropdown-toggle:active,
#navlist .dropdown-submenu.open a.dropdown-toggle:visited {
    background-color: #7ec34c;
}

#navlist ul.dropdown-menu li a:hover {
    color: #fff;
}

.status-bx input[type="text"]:hover {
    border: 0;
    box-shadow: none;
}

#navlist li ul li a {
    padding: 10px 15px;
}

#navlist > li > a:after {
    display: none;
}
/*Admin section Css */

.k-autocomplete, .k-draghandle, .k-dropdown-wrap,
.k-grid-header, .k-grouping-header, .k-header,
.k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item,
.k-picker-wrap, .k-progressbar, .k-state-highlight,
.k-tabstrip-items .k-item, .k-textbox, .k-toolbar,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
    background: #fff !important;
}

    .k-dropdown-wrap.k-state-default {
        padding: 2px;
        border-radius: 0;
        border: 1px solid #525252;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        padding: 3px;
    }

span.k-dropdown-wrap.k-state-default {
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    height: 28px;
}

.k-animation-container, .k-animation-container *,
.k-animation-container :after, .k-block .k-header,
.k-dialog .k-window-content, .k-list-container,
.k-widget, .k-widget *, .k-widget :before {
    box-sizing: border-box !important;
}

.k-datepicker .k-input,
.k-multiselect.k-header,
span.k-dropdown-wrap.k-state-default,
span.k-numerictextbox {
    min-height: 28px;
    background-color: #fff;
    border-radius: 5px;
    border-color: #c2c2c2 !important;
}

.amountWrap {
    padding: 0 !important;
}

    .amountWrap .k-formatted-value.txt-bx-input {
        border-radius: 0 !important;
        min-height: 28px;
    }

    .amountWrap .k-numeric-wrap.k-state-default {
        border-color: transparent;
    }

.k-datepicker .picker-wrap.k-state-default {
    border-color: #525252 !important;
}

.k-state-default > .k-select {
    border-color: #525252 !important;
}

.k-multiselect-wrap.k-floatwrap {
    padding: 0;
    border-radius: 0 !important;
    height: auto;
    min-height: 27px;
}

.k-picker-wrap.k-state-default input {
    border-color: transparent !important;
}

.k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input {
    border-radius: 0;
}

span.k-picker-wrap.k-state-default,
.txt-bx-input, select, .inr-frm input[type="text"], textarea {
    border-radius: 5px;
}

.right {
    float: right !important;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.btn-default {
    background-color: #7ec34c;
    color: #fff;
    border-radius: 0;
}

span.k-widget.k-dropdown.k-header.form-control {
    width: 100% !important;
}

.control-label.col-md-2 {
    padding: 0;
}



.inr-frm {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.form-control {
    height: 28px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #c2c2c2;
}

.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
.k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
    background: #006ead !important;
    box-shadow: none !important;
    border-color: #006ead !important;
}

.k-item.k-state-selected.k-state-focused.k-state-hover, .k-item.k-state-hover {
    color: #fff !important;
    background: #7ec34c !important;
    border-color: #7ec34c !important;
    box-shadow: none !important;
}

#btnSave, input[value="Cancel"],
#btnSubmit, input[value="submit"],
.btn-default, #btnAdd {
    /*min-width: 185px;*/
    max-width: 300px;
    text-align: center;
    min-height: 50px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
}

#btnSave {
    background: #006cac;
}

#btnAdd {
    background: #7ec34c;
}

input[value="Cancel"] {
    background: #9b9b9b;
}

#navlist .dropdown-menu > li > a {
    white-space: normal;
}

.form-control {
    height: 28px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #c2c2c2;
}

.k-widge,
.k-textbox {
    border-color: #525252 !important;
    border-radius: 0 !important;
}

#btnAdd, .btn-default {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
}

li.k-button {
    height: 23px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.k-link.k-pager-nav.k-state-disabled.k-pager-last, .k-link.k-pager-nav {
    outline: none;
}

input#btnBack {
    background: #9b9b9b;
}

    input#btnBack:hover {
        color: #fff;
    }

.label_set label {
    min-height: 40px;
}

.k-multiselect-clearable {
    clear: both;
}

/* custom checkbox and radio button

p.custm-skin {
    display: inline-block;
    padding-right: 10px;
}

.inr-frm p label, .inr-frm label {
    width: auto;
    padding-top: 0;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="checkbox"]:checked + label:before,
        [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #525252;
            border-radius: 0;
            background: #fff;
        }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
            border-radius: 100%;
        }

        [type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #7dc34a;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 0;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
     */
.k-callout-n {
    top: 0px !important;
    left: 50%;
    pointer-events: none;
}

.inline_list li {
    border-color: #525252 !important;
}

span.displayForLbl,
a.displayForLbl,
.displayForLbl {
    display: block;
    width: 100%;
    border: 1px solid #000;
    clear: both;
    padding: 5px;
    min-height: 27px;
}

li.list_inner.menuMapAdmin {
    width: 100%;
}

    li.list_inner.menuMapAdmin ul li {
        WIDTH: 24%;
    }

    li.list_inner.menuMapAdmin ul {
        padding-left: 0;
    }

.borderrow {
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
}

#main-wrapper .navbar-default .navbar-nav > .open > a,
#main-wrapper .navbar-default .navbar-nav > .open > a:focus,
#main-wrapper .navbar-default .navbar-nav > .open > a:hover,
#main-wrapper .nav .open > a, .nav .open > a:focus,
#main-wrapper .nav .open > a:hover,
#main-wrapper .navbar-default .navbar-nav > .open > a,
#main-wrapper .navbar-default .navbar-nav > .open > a:focus,
#main-wrapper .navbar-default .navbar-nav > .open > a:hover {
    background-color: #7ec34c !important;
}

.dropdown-menu {
    min-width: 253px;
}

#navlist li ul li a {
    padding: 4px 15px;
}

.k-icon.k-clear-value.k-i-close {
    display: none !important;
}

.col-md-12.no-padding.text-center.bttn-rw-spce > input {
    vertical-align: middle;
}

.k-grid-header-wrap thead th span {
    text-align: center;
}

.form-control.k-widget > input,
span.k-widget.k-maskedtextbox > input {
    max-width: 100%;
    border-color: #c2c2c2 !important;
    border-radius: 5px !important;
}

#DocDesignCollection .row > div {
    margin-bottom: 15px;
}

span.k-widget.k-dropdown.k-header {
    /* width: 35% !important;*/
}

.k-pager-sizes.k-label {
    width: 15%;
}

a.removeRow {
    margin-top: 11px;
    display: inline-block;
}

.k-picker-wrap .k-icon {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 7px;
}

#DivInsuranceGroupMatrix table {
    border: 1px solid #bbdceb;
}

#DivInsuranceGroupMatrix .form-control {
    margin-bottom: 10px;
}

.form-control.add {
    height: auto;
    background-color: #eee;
}

#DocDesignCollection .switch-field {
    padding-right: 20px;
}

table th {
    vertical-align: top;
}

.k-datepicker .k-picker-wrap.k-state-default {
    border-color: #c2c2c2 !important;
    height: 28px;
}

.k-datepicker .k-input {
    min-height: 26px;
}

span.k-widget.k-datepicker.k-header {
    box-sizing: border-box;
    border: 1px solid transparent;
}

.k-widget.k-multiselect.k-header.form-control.k-multiselect-clearable .k-multiselect-wrap {
    height: auto !important;
}

.k-widget.k-multiselect.k-header.form-control.k-multiselect-clearable {
    height: auto;
}

.insuranceGroupTab table th,
.insuranceGroupTab table td {
    min-width: 180px;
    min-width: 320px;
}

    .insuranceGroupTab table th:first-child, .insuranceGroupTab table td:first-child {
    }

.tbl-spce.insuranceGroupTab {
    overflow-x: auto;
}

.insuranceGroupTab span.k-widget.k-dropdown.k-header.form-control {
    width: 50% !important;
}

div#divLoading img {
    text-align: center;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
}

.switch-field label {
    width: 85px;
}
.lblbold {
    font-weight: bold
}
.RightAligned {
    text-align: right;
}

.grayedTextBx {
    background-color: #d3d3d3c7;
    font-weight: bold;
}
/*Changes done for Kendo grid Filter*/
.k-grid-filter.k-state-active {
    background-color: #acd4ea !important;
}

.k-header > .k-grid-filter {
    padding-bottom: .5em !important;
}
.greydatetimepicker {
    width: 100%;
    background-color: #EBEBE4!important;
}
.grayedTextBox {
    background-color: #EBEBE4 !important;
}
