@font-face {
    font-family: "Raleway-SemiBold";
    src: url(Raleway-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "Raleway-Regular";
    src: url(Raleway-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "AtomicAge";
    src: url(AtomicAge.ttf) format("truetype");
}

#btton_hidden {
    border: 0px;
    background: #eee;
}

#btton_hidden:focus {
    outline: 0;
}

#testCountView {
    border-collapse: collapse;
    margin-bottom: 10px;
}

#testCountView tr td {
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
}

#testCountView thead {
    background: #9f6;
}

#login_timestampBtton {
    background: #f9c;
    padding: 5px;
    border-radius: 5px;
    color: #900 !important;
}

#rp_vel_patient {
    border-collapse: collapse;
}

#rp_vel_patient tr td {
    padding: 10px;
}

#rp_vel_patient tr td:nth-child(1) {
    background: #9f9;
}

#rp_vel_patient tr td:nth-child(2) {
    background: #fcf;
    font-family: calibri;
    font-size: 20px;
    font-weight: bold;
}

#paynow_btton {
    font-size: 13px;
    background: #090;
    color: #fff !important;
    padding: 1px 5px 1px 5px;
    border-radius: 5px;
}

#paynow_btton:hover {
    background: #f60;
}

#no_reords_found {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #f00;
    text-align: center;
}

#h123 {
    margin-left: 2%;
    font-size: 25px;
    color: #f00;
    font-family: calibri;
    width: 90%;
    text-transform: uppercase;
}

#receivable_bill {
    font-family: "Courier New", Courier, monospace;
    font-size: 30px;
    color: #f00;
    font-weight: bold;
}

.add_report_form {
    font-family: calibri;
    font-size: 20px;
}

.add_report_form tr td {
    padding: 2px;
}

.add_report_form input[type="text"] {
    width: 200px;
    font-size: 24px;
    font-family: Verdana, Geneva, sans-serif;
}

#sub_profile_title_form input[type="text"] {
    width: 100px;
    font-size: 24px;
    font-family: Verdana, Geneva, sans-serif;
}

#close_btton {
    background: #f00;
    color: #fff;
    border: 0px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

#title_test_title {
    font-weight: bold;
    font-size: 25px;
    color: #090;
    padding: 10px 0px 10px 0px;
}

#sub_profile_title {
    font-size: 17px;
    color: #000;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #444;
    font-size: 20px;
    font-weight: lighter;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #444;
    font-size: 20px;
    font-weight: lighter;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #444;
    font-size: 20px;
    font-weight: lighter;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #444;
    font-size: 20px;
    font-weight: lighter;
}

.inline_table tr td {
    border: 0px !important;
}

#Main_containar a {
    text-decoration: none;
    color: #f00;
}

#upper_font {
    text-transform: uppercase;
}

.mstr_menu {
    margin-left: 2%;
}

.mstr_menu a {
    text-decoration: none;
    font-size: 15px;
    color: #039;
}

.mstr_menu a:hover {
    color: #f00;
    text-decoration: none;
    background: #039;
    color: #fff;
}

input:read-only {
    background: #ddd;
}

input:-moz-read-only {
    background: #ddd;
}

#masterBox {
    width: 200px;
    height: auto;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
}

body {
    padding: 0;
    margin: 0;
    font-family: Raleway-SemiBold;
    background: #eee;
}

.menu_deisng tr td {
    text-align: center;
    padding: 0px 30px 0px 10px;
}

.menu_deisng a {
    text-decoration: none;
    color: #f00;
}

.menu_deisng a:hover {
    color: #f00;
    background: none;
}

.menu_deisng span {
    font-size: 14px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

#shortDesign {
    font-size: 14px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

/*#hrLine{width:98%;margin:0 auto;border:1px solid #333;margin-top:10px;}*/

.sub_containar {
    margin-left: 2%;
}

/*------------LOGIN FORM DESIGN------------*/

.login_main_box {
    width: 35%;
    margin: 0 auto;
    border: 0px;
    box-shadow: 0px 0px 0px 10px #003399;
    margin-top: 40px;
    padding: 20px;
    background: #ffc;
}

.login_form input[type="text"],
.login_form input[type="password"],
.login_form input[type="number"] {
    width: 100%;
    padding: 5px;
    font-family: calibri;
    font-size: 25px;
    border: 1px solid #000;
    text-transform: none;
}

.suc_msg {
    background: #090;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    text-transform: capitalize;
}

.Err_msg {
    background: #f00;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    text-transform: capitalize;
}

.ed_msg {
    background: #06c;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    text-transform: capitalize;
}

/*------------LOGIN FORM DESIGN END-----------*/

.paginatin_deisng {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.number {
    font-family: calibri;
    font-weight: bold;
}

h1 {
    margin-left: 2%;
    font-size: 18px;
    color: #090;
    border-bottom: 1px dotted;
    width: 90%;
    text-transform: uppercase;
}

h1 span {
    font-family: calibri;
    font-size: 30px;
    color: #039;
    font-weight: lighter;
}

h3 {
    margin-left: 20px;
    font-size: 20px;
    color: #039;
    text-transform: uppercase;
    font-family: calibri;
}

h3 span {
    color: #f00;
    font-size: 23px;
    font-weight: lighter;
}

.title_head {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    font-family: calibri;
}

#lble_font {
    color: #f00;
    font-size: 20px;
}

#footer_containar {
    position: fixed;
    bottom: 0;
    background: #993;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-family: Raleway-Regular;
}

#footer_containar a {
    color: #000;
    font-size: 18px;
    font-family: Raleway-Regular;
}

#footer_containar a:hover {
    text-decoration: underline;
}

.del_pat_id {
    background: #090;
    padding: 5px;
    color: #fff !important;
}

.over_all_rpot {
    margin: 0 auto;
    border-collapse: collapse;
    font-family: calibri;
    font-size: 17px;
    border: 1px solid #333;
    margin-top: 10px;
}

.over_all_rpot tr td {
    padding: 5px;
}

.over_all_rpot tr td:nth-child(1) {
    text-align: left;
    font-weight: bold;
}

.over_all_rpot tr td:nth-child(2) {
    text-align: right;
}

.list_tble_design {
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
    border-collapse: collapse;
}

.list_tble_design thead tr td {
    background: #cc6;
    border: 1px solid #000;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

.list_tble_design tbody tr td {
    font-family: calibri;
    font-size: 16px;
    border: 1px solid #000;
    padding: 5px;
    background: #fff;
}

.list_tble_design tfoot tr td {
    font-family: calibri;
    font-size: 25px;
    text-transform: uppercase;
    text-align: right;
    border: 1px solid #000;
    padding: 5px;
    background: #ff6;
}

.add_bton {
    border: 0px;
    border-radius: 5px;
    width: 100px;
    padding: 6px;
    cursor: pointer;
    background: #9c0 !important;
    font-family: Raleway-Regular;
}

.remove_btton {
    border: 0px;
    border-radius: 5px;
    width: 100px;
    padding: 6px;
    cursor: pointer;
    background: #f00 !important;
    color: #fff;
    font-family: Raleway-Regular;
}

input[type="text"],
input[type="time"],
input[type="number"],
textarea,
input[type="email"],
input[type="password"] {
    width: 250px;
    padding: 5px;
    font-family: calibri;
    font-size: 20px;
    border: 1px solid #000;
    resize: none;
}

#tot_count {
    font-family: "Courier New", Courier, monospace;
    color: #039;
    font-size: 20px;
    font-weight: bold;
}

.sub_containar select {
    width: 412px;
    padding: 5px;
    font-family: calibri;
    font-size: 20px;
    border: 1px solid #000;
}

input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus {
    background: #ff6;
}

.serach {
    width: 42%;
    margin: 0 auto;
    margin-top: 10px;
    border-collapse: collapse;
}

.serach select {
    width: 200px;
    padding: 5px;
    font-family: calibri;
    font-size: 16px;
    border: 1px solid #000;
    font-family: Raleway-Regular;
}

input[type="submit"] {
    background: #069;
    color: #fff;
    width: 150px;
    padding: 6px;
    border: 0px;
    font-size: 20px;
    font-family: Raleway-Regular;
}

input[type="button"] {
    background: #009936;
    color: #fff;
    width: 150px;
    padding: 6px;
    border: 0px;
    font-size: 20px;
    font-family: Raleway-Regular;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #090;
    cursor: pointer;
}

.captch_design_ox {
    font-family: AtomicAge;
    background: #096;
    padding: 5px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 10px;
    margin-top: 10px;
}

.pagination_vl {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

/*---------------SEARCH FORM DESIGN------------------*/

.serach_form_design {
    margin: 0 auto;
    text-align: center;
}

.serach_form_design input[type="text"] {
    font-family: calibri;
    text-transform: uppercase;
    width: 250px;
}

.serach_form_design select {
    padding: 6px;
    border: 1px solid #333;
    font-size: 18px;
    text-transform: uppercase;
    font-family: calibri;
    width: 250px;
}

#close_btton {
    background: #f00;
    color: #fff;
    border: 0px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#right_billing_total {
    width: 47%;
    color: #039;
    margin-left: 0%;
    font-weight: bold;
    height: auto;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    padding: 0px;
}

#finish_billing {
    background: #f00;
    color: #fff !important;
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    font-family: Raleway-Regular;
    font-weight: lighter;
}

#finish_billing:hover,
#finish_billing:focus {
    background: #900;
}

#finish_billing12 {
    background: #9f6;
    color: #000;
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    font-family: Raleway-Regular;
    font-weight: lighter;
}