﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    background-color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    color: #000 !important;
}

.form-group {
    font-weight: normal !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 5px;
}

.body_wrap {
    background: #fff;
    box-shadow: 2px 2px #e0e0e0;
    border: 1px solid #d4d4d4;
}

.tab-nav {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.algn {
    color: red;
}

.tab-nav input[type="submit"] {
    width: 30%;
    text-align: center;
    background: #261375;
    color: #161616;
    transition: all 0.3s ease-in-out;
    margin: 20px 0;
    padding: 4px 20px;
    background-color: #fbddab;
    border: 1px solid #e7761e;
    border-radius: 3px;
}

.tab-nav .active {
    background-color: #e7761e !important;
    color: #fff !important;
}

.cal_Theme1 .ajax__calendar_container {
    background-color: #ffffff;
    border: solid 1px #000000;
    width: auto;
    color: #000000;
    position: relative;
    z-index: 99;
}

.requiredmsg {
    color: red;
}

.span {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    color: #666666;
}

.grdicon i {
    border: 1px solid #547ec1;
    padding: 5px;
    border-radius: 4px;
    color: #547ec1;
}

.ajax__validatorcallout_popup_table.ajax__validatorcallout {
    border: none 0px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    position: inherit !important;
    top: inherit !important;
}

.cal_Theme1 .ajax__calendar_today {
    color: #ffffff;
    background-color: #000000;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #333333;
}


.cal_Theme1 .ajax__calendar_title {
    color: #000055;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #A7A7A7;
    width: auto;
}

.menu-pad {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.btn {
    background-color: #e7761e !important;
    color: #fff !important;
}

.form-group label {
    display: block;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px !IMPORTANT;
    font-weight: normal !important;
    padding-bottom: 5px;
}

.form-group input[type="text"] {
    height: 27px;
    width: 90%;
    line-height: 35px;
}

/*.form-group select {
    width: 90%;
    height: 30px;
    border: 1px solid #c5c5c5;
    border-radius: 3px !important;
}

    .form-group select:focus {
        background: #eaeaea !important;
    }*/

.form-group input[type="text"] {
    height: 30px;
    display: inline-block;
    border: 1px solid #c5c5c5;
    border-radius: 3px !important;
    padding-left: 5px;
}


.form-group textarea {
    width: 90%;
    display: inline-block;
    border: 1px solid #c5c5c5;
    border-radius: 3px !important;
    padding-left: 5px;
}


.head {
    background: #261375;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 16px;
    margin: 20px 0 5px;
    text-transform: uppercase;
    font-weight: 500;
}


.form-group input[type="password"] {
    height: 30px;
    display: inline-block;
    border: 1px solid #c5c5c5;
    border-radius: 3px !important;
    padding-left: 5px;
}

.form-horizontal .form-group {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.table_styling {
    border: 1px solid #e0e0e0;
    width: 100%;
    font-size: 13px;
}

    .table_styling th {
        background: #261375;
        color: #fff;
        padding: 5px;
        font-weight: normal !important;
    }

    .table_styling tr {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 1%, #ededed 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 1%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 1%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    }

    .table_styling td {
        padding: 5px;
    }

.btn-utility {
    margin-bottom: 5px;
}

    .btn-utility input[type="text"] {
        line-height: 30px;
        border-radius: 5px 0 0 5px !important;
        border: 1px solid #e0e0e0;
    }

    .btn-utility input[type="submit"] {
        line-height: 30px;
        border-radius: 0 5px 5px 0 !important;
        border: 1px solid #e0e0e0;
        background: #3498db;
        background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
        background-image: -moz-linear-gradient(top, #3498db, #2980b9);
        background-image: -ms-linear-gradient(top, #3498db, #2980b9);
        background-image: -o-linear-gradient(top, #3498db, #2980b9);
        background-image: linear-gradient(to bottom, #3498db, #2980b9);
        -webkit-border-radius: 28;
        -moz-border-radius: 28;
        color: #ffffff;
        margin-left: -2px;
        text-decoration: none;
        border: 1px solid #2891ff;
    }

.add_new {
    line-height: 30px;
    border-radius: 5px !important;
    border: 1px solid #e0e0e0;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    color: #ffffff;
    margin-left: -2px;
    text-decoration: none;
    border: 1px solid #2891ff;
    border-radius: 3px !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.mobile > .col-md-6 {
    padding: 0;
}

.mobile > .col-md-4 {
    padding: 0;
}

.mobile > .col-md-8 {
    padding: 0;
}


.mobile .col-md-6 input[type="text"] {
    width: 95%;
}

.err-msg {
    font-size: 13px;
    color: red;
}

input[type=text] {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

    input[type=text]:focus {
        background: #e0e0e0;
        box-shadow: none;
    }

.search-top {
    border: 2px solid #f9cb3e;
    border-radius: 3px;
    width: 90%;
}


    .search-top input[type=text] {
        border: none !important;
        border-radius: 3px;
        width: 100% !important;
    }



    .search-top span {
        border-radius: 0 30px 30px 0;
        width: 40px;
        background: #f9cb3e;
        line-height: 43px;
        position: absolute;
        right: 0px;
        text-align: center;
    }

.row {
    border-radius: 0 !important;
}

.secmargin {
    margin-bottom: 0 !important;
}

:focus {
    outline: 0;
}

.search-top input {
    width: 100%;
    background: transparent;
    border: none;
}

.section_head {
    background: #261375;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    height: 40px;
}

.section_error {
    background: #f3f3f3;
    padding: 20px 0;
    border-bottom: 2px solid #ce3839;
    color: #ce3839;
    font-size: 16px;
    margin: 5px 0;
    line-height: 2px;
    /* padding: 10px; */
    text-align: left;
    font-weight: bold !important;
}

.rbtn {
    padding: 0;
}


    .rbtn li {
        display: inline-block;
        width: 30%;
    }

        .rbtn li input {
            display: inline-block;
        }

        .rbtn li label {
            display: inline-block;
            width: auto;
            padding-left: 5px;
        }

.mid {
    margin: 10px auto;
    display: block;
    text-align: center;
}

.contact_li {
    padding: 0;
    margin: 0;
}

a:focus {
    outline: none;
}

#menuBar a:focus {
    outline: none;
}


.contact_li li {
    display: inline-block;
    list-style-type: none;
    padding: 0;
}

.code_li {
    width: 20%;
}

.dynamic a:hover {
    background: #547EC0;
    color: #fff;
}

.code_li_another {
    width: 79% !important;
}

.face2 {
    background: #e0e0e0;
    position: absolute;
    z-index: 999;
}

.button-wrapper {
    text-align: center;
}

    .button-wrapper input[type="submit"] {
        text-align: center;
        background: #547ec1;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
        margin: 20px 0;
        padding: 10px 20px;
    }

        .button-wrapper input[type="submit"]:hover {
            text-align: center;
            background: #000;
        }

.radioback {
    background: #e0e0e0;
    height: 27px;
}

    .radioback input[type=checkbox], input[type=radio] {
        margin: 6px 10px !important;
        vertical-align: top;
    }

.radiolabel label {
    width: auto !important;
}

.section-wrapper table {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .section-wrapper table input[type="text"] {
        background: #fff !important;
        padding-left: 5px;
        height: 30px;
    }

.table_styling i {
    color: #547ec1;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 1px solid #c5c4c4 !important;
    padding: 5px !important;
}

.table > tbody > tr > th {
    background: #5d5d5d;
    color: #fff;
}

.btn_inn input[type="submit"] {
    background: rgba(241,231,103,1);
    background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
    background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
    border: 1px solid #e2a123;
    padding: 2px 10px;
    border-radius: 2px;
}

footer {
    text-align: center;
    padding: 20px;
    color: #858585;
}

    footer a {
        color: #353535;
        text-decoration: underline;
    }

.navbar-brand > img {
    padding-right: 25px;
}

.navbar-default {
    padding: 10px;
}

.navbar-brand {
    padding: 0 !important;
}

.menu_strip {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(122,122,122,1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(122,122,122,1);
    box-shadow: 0px 3px 5px 0px rgba(122,122,122,1);
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.pge_title {
    font-size: 22px;
}


    .pge_title i {
        border-radius: 3px;
        padding: 10px;
        font-size: 20px;
    }

.top_sec {
    padding-top: 10px;
}


.search_grid {
    padding-top: 5px;
}

.sel-size {
    font-size: 11px !important;
}


.search_grid input[type="text"] {
    padding: 0;
    line-height: 19px;
    margin-right: -4px;
    vertical-align: middle;
    padding: 5px;
}

.search_grid input[type="submit"] {
    border-radius: 0 3px 3px 0;
    background: #e7761e;
    color: #fff;
}



.add_new {
    background: #547EC0;
    border: none;
    padding: 2px;
    width: 100px;
    color: #222;
    color: #fff;
}

.cal_Theme1 .ajax__calendar_container {
    background-color: #ffffff;
    border: solid 1px #000000;
    width: auto;
    color: #000000;
    position: relative;
    z-index: 99;
}

.ajax__validatorcallout_popup_table.ajax__validatorcallout {
    border: none 0px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    position: inherit !important;
    top: inherit !important;
}

.cal_Theme1 .ajax__calendar_today {
    color: #ffffff;
    background-color: #000000;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #333333;
}


.cal_Theme1 .ajax__calendar_title {
    color: #000055;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #A7A7A7;
    width: auto;
}

.ajax__calendar_footer {
    height: 25px !important;
}

.login {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 1px 2px 6px 5px #888888;
    width: 40%;
    float: left;
    clear: both;
    left: 30%;
    top: 20%;
    position: absolute;
    text-shadow: 0 0 black;
    padding: 10px;
}

.logintext input[type="text"] {
    height: 35px;
    width: 100%;
    line-height: 35px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.logintext input[type="password"] {
    height: 35px;
    width: 100%;
    line-height: 35px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.area {
    width: 88% !important;
}

@media only screen and (max-width: 500px) {
    .navbar-brand {
        width: 60%;
    }
}

.req {
    color: red;
}

.btnreport {
    margin-top: 16px !important;
    background: #547EC0 !important;
    border-radius: 5px !important;
    border: none;
    padding: 0 20px !important;
    height: 36px;
}

.ddlfontsie {
    font-size: 12px !important;
}

.dashbordgrid {
    background: antiquewhite !important;
}

.grdlblmsg {
    border: 1px solid #e0e0e0;
    padding: 5px;
}

.required {
    color: red;
    font-size: 12px !important;
    margin-left: 5px;
}

.btn {
    border-radius: 3px !important;
}

.centerHeaderText th {
    text-align: center;
}

.report {
    border: 1px solid #e0e0e0;
    width: 100%;
    font-size: 13px;
}

    .report th {
        color: #000;
        padding: 5px;
        text-align: center;
        font-weight: bold !important;
    }

    .report tr {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 1%, #ededed 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 1%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 1%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    }

    .report td {
        padding: 5px;
    }

.has-popup {
    font-size: 15px;
    color: #000;
}

.menu-pad > ul > li {
    padding: 5px 20px;
}

    .menu-pad > ul > li:hover {
        background: #547ec1;
        color: #fff !important;
        border-radius: 3px;
    }

        .menu-pad > ul > li:hover > a {
            color: #fff;
        }



.has-popup a {
    color: #000;
}

.level2 {
    background: #eaeaea;
    padding: 10px;
    width: 200px;
}

.tp-pd {
    margin-top: 20px;
}


.level2 li {
    border-bottom: 1px solid #a9a9a9;
}

.bill {
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    padding: 3px;
    text-align: center;
}

.billother {
    font-size: 15px;
    font-weight: bold;
    padding: 3px;
    margin-top: 5px;
}

.patient {
    background-color: #547ec1;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 5px;
}

.stmenu {
    padding: 2px 20px;
    font-size: 15px;
    color: #000;
}

.ipdrbtn {
}

.ipdrbtn {
    padding: 0;
}


    .ipdrbtn li {
        display: inline-block;
        width: 25%;
        border: 1px solid #c8c8c8;
        padding: 5px;
    }

        .ipdrbtn li input {
            display: inline-block;
        }

        .ipdrbtn li label {
            display: inline-block;
            width: auto;
            padding-left: 5px;
            margin-top: 4px !important;
        }

.grdcss {
    margin: 0 auto;
    display: block;
}

.user-name {
background: #ffecd6;
    border-radius: 5px;
    padding: 9px 21px;
    color: #261375;
    border: 1px solid #e67819;
}
