body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    color: #c52d2f;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    cursor: pointer;
}

    a:hover, a:focus {
        color: #d43133;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

section .container {
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
}


.btn-primary {
    padding: 8px 20px;
    background: rgba(85, 172, 238, 0.8);
    color: #fff;
    border-radius: 4px;
    border: none;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background: #0084B4;
        outline: none;
        box-shadow: none;
    }

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-transparent:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }

.btn-view {
    color: #fff;
    background-color: rgba(85, 172, 238, 0.8);
}

    .btn-view:hover, .btn-view:focus, .btn-view:active, .btn-view.active {
        color: #fff;
        background-color: #0084B4;
    }

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    border-color: #55acee;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media > .pull-left {
    margin-right: 20px;
}

.media > .pull-right {
    margin-left: 20px;
}

body > section {
    padding: 30px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
.uneditable-input:focus {
    border-color: #55acee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}

input[type="text"], .form-control.form-textarea, input[type="email"] {
    padding: 4px;
    border: solid 1px #c9c9c9;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

    input[type="text"]:focus, .form-control.form-textarea:focus, input[type="email"]:focus {
        border: solid 1px #969696;
        border-color: #55acee;
    }

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

h3 {
    font-weight: 600;
    padding: 20px;
    padding-top: 0px;
}

.accordion h2 {
    margin-bottom: 25px;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading,
    .panel {
        width: 100%;
        box-shadow: none;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            background: #fff;
            color: #858586;
        }

.panel-body {
    padding: 20px 20px 10px;
    float: left;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel {
    border-radius: 5px;
    margin-bottom: 5px;
}

.panel-heading {
    border-radius: 0;
}

.panel-title > a {
    color: #F63;
    display: block;
}

.accordion-inner img {
    border-radius: 4px;
}

.accordion-inner h4 {
    margin-top: 0;
}

.panel-heading.active {
    background: #1f1f20;
}

    .panel-heading.active .panel-title > a {
        color: #fff;
    }

a.accordion-toggle i {
    width: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
    background: #c52d2f;
    color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
    background: #c52d2f;
    color: #fff;
}

.footer {
    background: none repeat scroll 0 0 #2E2E2E;
    border-top: 5px solid #C52D2F;
    height: 84px;
}

.footer_left {
    padding: 10px;
}

.text-left {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 15px;
}

.form-group .form-control {
    padding: 0px 12px;
    /*border-color:#f2f2f2;*/
    border-color: #ccc;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: #55acee;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #4E4E4E;
}

#error h1 {
    color: #4e4e4e;
    text-transform: uppercase;
}


/***********************
********* Footer ******
************************/
#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #c52d2f;
    font-size: 14px;
}

    #bottom h3 {
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 22px;
        color: #000;
    }

    #bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #bottom ul li {
            display: block;
            padding: 5px 0;
        }

            #bottom ul li a {
                color: #808080;
            }

                #bottom ul li a:hover {
                    color: #c52d2f;
                }

    #bottom .widget {
        margin-bottom: 0;
    }

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #0084B4;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #000;
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer ul > li {
            display: inline-block;
            margin-left: 15px;
        }

.insurence_contact_details .row {
    margin-bottom: 20px;
}

input[type=checkbox], input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px;
}

    input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:focus, input[type=radio]:focus {
        outline: none !important;
    }

    input[type=checkbox] + .lbl, input[type=radio] + .lbl {
        position: relative;
        z-index: 11;
        display: inline-block;
        margin: 0;
        line-height: 20px;
        min-height: 14px;
        min-width: 14px;
        font-weight: normal;
    }

        input[type=checkbox] + .lbl.padding-16::before, input[type=radio] + .lbl.padding-16::before {
            margin-right: 16px;
        }

        input[type=checkbox] + .lbl.padding-12::before, input[type=radio] + .lbl.padding-12::before {
            margin-right: 12px;
        }

        input[type=checkbox] + .lbl.padding-8::before, input[type=radio] + .lbl.padding-8::before {
            margin-right: 8px;
        }

        input[type=checkbox] + .lbl.padding-4::before, input[type=radio] + .lbl.padding-4::before {
            margin-right: 4px;
        }

        input[type=checkbox] + .lbl.padding-0::before, input[type=radio] + .lbl.padding-0::before {
            margin-right: 0px;
        }

        input[type=checkbox] + .lbl::before, input[type=radio] + .lbl::before {
            font-family: fontAwesome;
            font-weight: normal;
            font-size: 11px;
            color: #2091cf;
            content: "\a0";
            background-color: #FAFAFA;
            border: 1px solid #CCC;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
            border-radius: 0;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            height: 13px;
            line-height: 13px;
            min-width: 13px;
            margin-right: 1px;
            margin-top: -5px;
        }

    input[type=checkbox]:checked + .lbl::before, input[type=radio]:checked + .lbl::before {
        display: inline-block;
        content: '\f00c';
        background-color: #F5F8FC;
        border-color: #adb8c0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    }

    input[type=checkbox]:hover + .lbl::before, input[type=radio]:hover + .lbl::before, input[type=checkbox] + .lbl:hover::before, input[type=radio] + .lbl:hover::before {
        border-color: #1c7aad;
    }

    input[type=checkbox]:active + .lbl::before, input[type=radio]:active + .lbl::before, input[type=checkbox]:checked:active + .lbl::before, input[type=radio]:checked:active + .lbl::before {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    }

    input[type=checkbox]:disabled + .lbl::before, input[type=radio]:disabled + .lbl::before, input[type=checkbox][disabled] + .lbl::before, input[type=radio][disabled] + .lbl::before, input[type=checkbox].disabled + .lbl::before, input[type=radio].disabled + .lbl::before {
        background-color: #DDD !important;
        border-color: #CCC !important;
        box-shadow: none !important;
        color: #BBB;
    }

    input[type=radio] + .lbl::before {
        border-radius: 32px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 32px;
    }

    input[type=radio]:checked + .lbl::before {
        content: "\2022";
    }

.panel-body .row {
    float: left;
    width: 45%;
    margin-right: 65px;
}

.hide_thumbnails .file-preview-image {
    display: none !important;
}

.hide_thumbnails .file-preview-frame {
    height: auto !important;
    display: none !important;
}

.hide_thumbnails .file-preview {
    display: none !important;
}

select[multiple] {
    height: 80px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu.subdropdown {
    left: 100%;
    top: 0;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
    left: 100%;
}

.mypanel {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.panelleft {
    width: 80%;
    float: left;
}

.panel-heading {
    float: left;
    border-radius: 10px;
    margin-right: 10px;
    background-color: #f5f5f5;
}

.panelleft input[type="text"] {
    width: 20%;
    float: left;
    margin-right: 10px;
    border-radius: 10px !important;
}

.panelright {
    width: 18%;
    float: left;
}

    .panelright input[type="text"] {
        float: left;
        width: 52%;
    }

    .panelright table {
        width: 100%;
        border: 3px solid #ddd;
        border-color: #f2f2f2;
        box-shadow: none;
        height: 34px;
    }

.tdbtn {
    padding: 3px 17px;
    color: #fff;
    border-radius: 4px;
    border: none;
    float: right;
    background: orange;
    color: white;
    font-weight: bold;
    height: 34px;
}

.clonebtn {
    padding: 2px 12px;
    color: #fff;
    border-radius: 5px;
    border: none;
    float: right;
    background: orange;
    color: white;
    font-weight: bold;
    height: 25px;
}

.panelright td span {
    margin-left: 10px;
    float: left;
    line-height: 25px;
}

.mytable th {
    text-align: center;
    font-weight: normal;
}

.panel {
    margin-top: 20px;
}

.myrow input {
    width: 110px;
    height: 30px;
    border-color: #f2f2f2;
    box-shadow: none;
}

.myrow {
    padding-bottom: 20px;
    padding-top: 15px;
    width: 190px;
}

    .myrow button {
        float: noe !important;
    }

.mytable .td {
    float: left;
    width: 30px;
    height: 39px;
    text-align: center;
    padding: 0px !important;
    border: 3px solid #f2f2f2;
}

.dob input[type=checkbox] + .lbl {
    margin-right: 0px !important;
    width: 165px;
}

.dob select {
    width: 120px;
}


.mytable {
    font-size: 12px;
    border: solid 2px gainsboro;
    width: 100%;
    border-radius: 5px;
    border-collapse: inherit;
    margin-bottom: 20px;
    padding: 10px;
}

    .mytable .date {
        border: solid 3px #c9c9c9;
        border-color: #f2f2f2;
        height: 32px;
    }

    .mytable .compare {
        width: 90px;
    }

    .mytable .policy {
        width: 85px;
    }

    .mytable .emp {
        width: 87px;
    }

    .mytable .days {
        width: 75px;
        height: 39px;
    }

    .mytable input[type="checkbox"] {
        width: 14px;
        opacity: 0;
        position: absolute;
        z-index: 12;
        height: 18px;
    }

.pedinput {
    float: left;
    width: 58px;
    HEIGHT: 32px;
    text-align: center;
    padding: 0px !important;
    border: 3px solid #f2f2f2 !important;
}

.cop {
    height: 39px;
    width: 135px;
    border: 3px solid #f2f2f2 !important;
}

.copin {
    float: left;
    width: 85px;
    HEIGHT: 39px;
    text-align: center;
    padding: 0px !important;
    border: 3px solid #f2f2f2 !important;
}

.copsel {
    float: left;
    width: 115px;
}

.mytable select {
    border: 3px solid #f2f2f2;
    height: 39px;
}

.rowhead {
    background: aliceblue;
    padding: none !important;
}

.myrow input[type=checkbox] + .lbl {
    width: 95%;
}

    .myrow input[type=checkbox] + .lbl p {
        float: right;
        margin-right: 10%;
        font-size: 19px;
        font-weight: bold;
        color: blue;
    }

.rowhead input[type=radio]:checked, input[type=radio]:focus, input[type=radio] + .lbl, input[type=radio] {
    margin-right: 3px;
    width: 25px;
}

.mytable textarea {
    border: solid 3px #c9c9c9;
    height: 39px;
    width: 100px;
    border-color: #f2f2f2;
    box-shadow: none;
}

.condition {
    float: left;
    width: 100%;
    background: #2187c3;
    font-size: 20px;
    padding-left: 25px;
    height: 32px;
    padding-top: 2px;
    border-radius: 10px;
    color: white;
    margin-bottom: 8px solid gray;
    border-bottom: 5px solid orange;
    font-weight: bold;
    /*margin-bottom: 20px;*/
}

.mytable .gap select {
    border: 1px solid #2187c3;
    height: 35px;
}

.mytable .gap .date {
    border: 1px solid #2187c3;
    height: 35px;
}

.mytable .gap .textarea {
    border: 1px solid #2187c3;
    height: 35px;
}

.mytable .gap td {
    padding-bottom: 5px;
}

.data td {
    padding-bottom: 10px;
}

.role img {
    width: 26px;
    height: 28px;
}

.data #checkboxSelectCombo {
    width: 73px !important;
    border: 3px solid #f2f2f2;
    height: 32px !important;
    display: block !important;
}

    .data #checkboxSelectCombo .ui-igcombo-button {
        height: 27px !important;
    }

.mytable .gap input[type=checkbox] + .lbl select {
    width: 75px;
}

.ui-igtrialwatermark {
    display: none !important;
}

.mytable .data .role img {
    color: white;
    width: 26px;
    height: 28px;
}

.mytable .data1 .dob select {
    width: 100px;
}

.data1 td {
    padding-bottom: 10px;
}

.data1 #checkboxSelectCombo {
    width: 73px !important;
    border: 3px solid #f2f2f2;
    height: 32px !important;
    display: block !important;
}

    .data1 #checkboxSelectCombo .ui-igcombo-button {
        height: 27px !important;
    }

.mytable .data1 .role img {
    color: white;
    width: 26px;
    height: 28px;
}

.less img {
    width: 25px;
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
}

.ali select {
    float: left;
    width: 50px;
}

.data .copay {
    border: solid 3px #c9c9c9;
    height: 39px;
    width: 115px;
    border-color: #f2f2f2;
    box-shadow: none;
}

th .main {
    width: 100%;
    float: left;
    margin-top: 20px;
}

th .sub {
    width: 50%;
    float: left;
}

.condition span {
    font-size: 12px;
    font-weight: normal;
    color: skyblue;
    margin-left: 12px;
}

.headleft {
    float: left;
    width: 80%;
}

.headright {
    margin-top: 1px !important;
}

    .headright input[type="text"] {
        width: 130px;
        height: 20px;
        font-size: 10px;
        float: left;
        margin-top: -2px;
    }

    .headright button {
        padding: 0px !important;
        font-size: 12px !important;
        height: 25px !important;
        width: 65px !important;
        margin-right: 5px !important;
        color: white !important;
        margin-top: -2px;
    }

.myhin {
    width: 39px !important;
    height: 37px;
    border-radius: 10px;
    background-color: #f5f5f5;
    text-align: center;
}

.myhtext {
    float: left;
    margin-top: 10px;
    text-align: unde;
    text-decoration: underline;
    font-size: 17px !important;
    color: coral !important;
}

#gap td {
    padding-bottom: 50px !important;
}

.ali .SlectBox {
    width: 37px !important;
}

.role .SlectBox {
    width: 90px !important;
}

.rel .SlectBox {
    width: 100px !important;
    height: 34px;
}

.mytable .td1 {
    float: left;
    width: 40px;
    height: 39px;
    text-align: center;
    padding: 0px !important;
    border: 3px solid #f2f2f2;
}

.mytable .count {
    float: left;
    width: 30px;
    height: 39px;
    text-align: center;
    padding: 0px !important;
    border: 3px solid #f2f2f2;
}

th .sub1 {
    width: 33.3%;
    float: left;
}

.mytable .myarea {
    width: 100px !important;
}

.mytable .ailm {
    width: 60px !important;
}

.gap .SlectBox {
    width: 87px !important;
    height: 35px !important;
}

.gap .SumoSelect {
    border: 1px solid #2187c3 !important;
}

th .subt {
    float: left;
    width: 15px;
}

.pedin {
    float: left;
    width: 38px;
    HEIGHT: 32px;
    text-align: center;
    padding: 0px !important;
    border: 3px solid #f2f2f2 !important;
}

.navbar-brand img {
    margin-left: 40%;
    padding-top: 0px;
}

.col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.table-bordered {
    background: aliceblue;
}

.mytable input[type=date] {
    width: 130px;
    height: 39px;
}

.mytable .date {
    width: 100px;
    height: 39px;
}

#mytableid td {
    height: 35px;
}

#mytableid th {
    text-align: center;
    background-color: #dff0d8;
}

.mytable .sertd {
    width: 96px;
    height: 39px;
    border: 3px solid #f2f2f2;
    float: left;
}

.mytable .ser .pedinput {
    width: 380px;
    height: 39px;
}

.mytable .ser input[type=date] {
    width: 75px;
    height: 39px;
}

.mytable .serth .floatth {
    width: 60px;
    margin-left: -10px;
}

.mytable .ser .myarea {
    width: 280px !important;
    height: 39px;
}

.mytable .ser .policy {
    width: 85px;
    height: 39px;
}

.mytable .sergap th p {
    margin-bottom: -22px;
}

.view {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 10px;
}

.scroll {
    overflow: scroll;
    width: 100% !important;
    border: solid 2px gainsboro;
    border-radius: 5px;
}

.scrtd {
    float: left;
    width: 140px;
}

.mytable .ser, .serth, .sergap {
    float: left;
    width: 260% !important;
}

.scroll td {
    float: left !important;
}

.mytable .serth th {
    float: left !important;
}

.mytable .serth .service {
    width: 379px !important;
}

.mytable .serth .thelement {
    height: 39px;
    width: 140px !important;
}

.mytable .serth .rel {
    width: 77px !important;
}

.mytable .serth .pol {
    width: 85px !important;
}

.mytable .serth .pg, .ser .pg {
    width: 60px !important;
    margin-left: 7px;
}

.mytable .ser .pgc {
    width: 60px !important;
    height: 39px;
    border: 3px solid #f2f2f2;
}

.mytable .serth .dateth {
    width: 102px !important;
}

.mytable .serth .remth {
    width: 280px !important;
}

.mytable .serth .main {
    margin-top: 0px !important;
}

.scroll .mytable {
    border: none !important;
    margin-bottom: 0px !important;
}

.mytable .serth .main {
    margin-left: 18px;
}

.mytable .serth .sub {
    width: 96px !important;
}

.mytable .serth .sub1 {
    width: 40px !important;
}

.mytable .copcheck input[type="text"] {
    height: 39px;
    border: 3px solid #f2f2f2 !important;
    width: 210px;
}

.mytable .copdata .copabs {
    width: 100px;
    height: 39px;
    border: 3px solid #f2f2f2 !important;
}

.mytable .copdata .copper {
    width: 45px;
    height: 39px;
    border: 3px solid #f2f2f2 !important;
}

.mytable .copdata .copsel {
    width: 145px;
}

.mytable .copdata .coptxt {
    height: 39px;
    border: 3px solid #f2f2f2 !important;
    width: 45px;
}

.vertab {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 130px;
    border: solid 2px gainsboro;
    margin-bottom: 20px;
    border-radius: 12px 12px 5px 5px;
}

.mytable .serth .floatth1 {
    margin-left: -15px;
    font-weight: bold;
    font-family: serif;
    background: #2187c3;
    font-size: 18px;
    color: white;
    border-bottom: 5px solid orange;
    border-radius: 5px !important;
    padding: 2px 5px 0px 5px;
}

.mytable .serth .floatth2 {
    margin-left: -70px;
    font-weight: bold;
    font-family: serif;
    background: #2187c3;
    font-size: 18px;
    color: white;
    border-bottom: 5px solid orange;
    border-radius: 5px !important;
    padding: 2px 5px 0px 5px;
}

.mytable .serth .floatth3 {
    margin-left: -70px;
    font-weight: bold;
    font-family: serif;
    background: #2187c3;
    font-size: 18px;
    color: white;
    border-bottom: 5px solid orange;
    border-radius: 5px !important;
    padding: 2px 5px 0px 5px;
}

.benp {
    float: left;
    padding-top: 7px;
    width: 20%;
}

.benefit {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#tblBPFamilyDefinition textarea {
    height: 36px;
}

#tblBPFamilyDefinition .age {
    width: 50px;
}

    #tblBPFamilyDefinition .age input[type=text] {
        padding: 0px !important;
        text-align: center;
    }

#tblBPFamilyDefinition th {
    background-color: #dff0d8;
}

.vertab #grppol td {
    text-align: center;
}

#middle #grp {
    margin-top: 20px !important;
}

#gruppolcy .col-sm-3 {
}

#gruppolcy1 .col-sm-3 {
}

#gruppolcy1 img {
    margin-top: 28px;
    MARGIN-LEFT: 3%;
}

#gruppolcy .btn-primary {
    margin: 25px 0px 0px 25px;
    width: 155px;
    padding: 3px 2px 5px 0px;
}

.terms {
    margin-left: 30%;
}

#newform label {
    width: 100%;
}

#newform input[type=text] {
    width: 25%;
    float: left;
}

#newform select {
    width: 75%;
}

input[type="date"] {
    border: solid 1px #c9c9c9;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.WD300 {
    width: 300px;
}

.WD100 {
    width: 100px;
}

.WD130 {
    width: 130px;
    padding: 5px;
}

.WD150 {
    width: 150px;
}

.table.table-bordered > thead > tr > th {
    vertical-align: middle !important;
    text-align: center !important;
}

.SlectBox {
    width: 75px;
    padding: 3px 5px;
    height: 33px !important;
}

.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: 2px 8px 2px 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.level1 {
    background-color: #0084B4;
}

.level2 {
    background-color: lightgray;
}

.level3 {
    background-color: #8ecdd1;
}

.level4 {
    background-color: #F0E6FA;
}









/*.level1 {
background-color: #F5EBEB;
}

.level2 {
background-color: #CC9999;
}

.level3 {
background-color: #993333;
}

.level4 {
background-color: #4C1A1A;

}*/
.serviceHead {
    font-weight: bold !important;
    color: #FFF !important;
    background-color: darkcyan !important;
    background-image: -webkit-linear-gradient(top,darkcyan 0,#ececec 100%);
}


.tdAlign {
    vertical-align: middle !important;
    text-align: center;
}

.date {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #eaedef;
    border-bottom: 2px solid #eaedef;
    background-color: #FAFAFA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .date .month {
        font-size: 10px;
        color: #FFF;
        display: block;
        line-height: 11px;
        background-color: #666;
        padding: 3px;
    }

    .date .day {
        font-size: 18px;
        display: block;
        line-height: 22px;
    }

    .date .year {
        font-size: 10px;
        color: #919bac;
        display: block;
        line-height: 11px;
    }

.transactions-date-container {
    border: 1px solid #eaedef;
    max-width: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

.transactions-date {
    padding: 0px 0px 0px;
    font-size: 16px;
    text-align: center;
}

.transactions-month {
    font-size: 11px;
    background-color: #666;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFF;
}

.divscroll {
    overflow-y: hidden;
    /*overflow:scroll;*/
    clear: both;
}

.dnone {
    display: none;
}

.dblock {
    display: block;
}

.cursor {
    cursor: pointer;
}

.ReqField {
    color: red;
    font-size: 13px;
    font-weight: 500;
}

.ReqFieldbold {
    color: red;
    font-size: 20px;
    font-weight: 700;
}

.FamilyCount {
    float: left;
    width: 77px;
}

    .FamilyCount .sub1 {
        width: 30px;
        float: left;
    }



/*select:focus,
.uneditable-input:focus {   
  border-color: red;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px red;
  outline: 0 none;
}

input[type="text"], .form-control.form-textarea, input[type="email"] {
  padding: 4px;
  border: solid 1px #c9c9c9!important;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
input[type="text"]:focus, .form-control.form-textarea:focus, input[type="email"]:focus {
  border: solid 1px red;
}

.select:focus, .form-control input[type=text]:focus{
    border-color:#55acee;
}

.form-group .form-control:focus {
    border-color:#55acee !important;
}*/


.form-group fieldset:focus {
    border-color: #55acee !important;
    border: 1px solid grey !important;
}

input:required:focus {
    border: 1px solid #55acee !important;
    outline: none !important;
}

.panel-title > a:focus {
    border: 1px solid #55acee !important;
    outline: none !important;
}

.dwid {
    width: 40px !important;
}

.form-control.form-textarea {
    /*border: none !important;*/
    height: 40px !important;
}

/*.form-control:focus, select:focus,.form-control:visited, select:visited,.form-control:active, select:active ,.form-control:hover, select:hover {
color: #696969;
border-color: #f59942 !important;
background-color: #fff;
outline: 0;
}*/

/*select:focus, select:visited,select:active , select:hover {
color: #696969;
border-color: #f59942 !important;
background-color: #fff;
outline: 0;
}*/

.form-control:focus, .form-control:visited, .form-control:hover {
    color: #696969;
    border-color: #55acee !important;
    background-color: #fff;
    outline: 0;
}

.form-control:active {
    color: #696969;
    border-color: #f59942 !important;
    background-color: #fff;
    outline: 0;
}


input:focus {
    border: 1px solid #55acee !important;
    outline: none !important;
}


.alert-success {
    padding-bottom: 15px !important;
}

.progress .progress-bar {
    line-height: 15px !important;
}

.widget-header > .widget-title {
    color: white !important;
}

.spaced2 > li {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px !important;
}

.widget-header > .widget-title {
    line-height: 36px;
    padding: 0;
    margin: 0;
    display: inline;
    font-weight: 600 !important;
}


.fa {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.textamount {
width:70px !important;
color:#8a6d3b  !important;
text-align:right  !important;
font-weight:700;
background-color:#fcf8e3 !important;
}*/
.textamount {
    width: 70px !important;
    color: #3c763d !important;
    text-align: right !important;
    font-weight: 700;
}

.margin-right30 {
    /*padding-right:30px !important;*/
    margin-right: 30px !important;
}

.tooltip-inner {
    font-size: 14px !important;
}

.ace-icon {
    text-align: center;
    padding: 0px 10px 0px 10px;
}
/*---------------------------*/

.login-head {
    background-color: #7A2F73 !important;
    padding: 10px 50px;
    display: flex;
}

    .login-head .logo {
        width: 8%;
    }

        .login-head .logo img {
            height: 50px;
            float: left;
        }

    .login-head .heading {
        float: right;
        color: #fff;
        width: 42%;
        text-align: end;
    }

        .login-head .heading h2 {
            color: #fff;
            font-size: 30px;
            margin: 8px 0px;
        }

    .login-head .ttl-company {
        color: #fff;
        padding: 16px;
        font-size: 20px;
        width: 50%;
    }

.captch-cust {
    display: flex;
}

    .captch-cust input {
        height: 39px;
        margin-left: 20px;
        font-size: 22px;
        font-weight: 600;
        color: #1515fa;
        padding-top: 10px !important;
        width: 120px;
        text-align: center;
    }

    .captch-cust .captcha-val {
        margin-left: 10px;
        color: #0084B4;
        text-align: center;
        font-size: 12px;
        margin-top: 7px;
        line-height: 12px;
    }

.widget-body {
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.mb-30 {
    margin-bottom: 30px;
}

.ps-0 {
    padding-left: 0px !important
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.m-0 {
    margin: 0px !important;
}

.captch-cust img {
    height: 40px;
    margin-top: 0px;
}

.widget-main {
    padding: 26px !important;
}

.field-validation-error {
    font-size: 11px !important;
    font-weight: 300 !important;
}

@media only screen and (max-width: 600px) {
    .login-head .heading h2 {
        color: #fff;
        font-size: 22px;
        margin: 17px 0px;
    }
}
