.getPatient{
    margin-left: 0;
    margin-top: 10px;
}
.remove-record{
    border:none;
    background-color:#fff;
}
#remove-record_fa{
    font-size:24px;
    color:red;
}
.editRecord{
    border:none;
    background-color:#fff;
}
#edit-record_fa{
    font-size:24px;
}
.topWrapper{
    margin-top: 0px !important;
}
/* Menu bar css */
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }

.topnav {
    /* overflow: hidden; */
    /*background-color: #333;*/
	background-color: #2f10cb;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.topnav a {
    /* float: left; */
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: none;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

/* .topnav-right {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.leftContent {
    display: inline-block;
    width: 50%;
    vertical-align: top;
} */
.leftContent {
    display: flex;
}

.customTop {
    margin-top: 60px;
    background: #f0f0f0;
    padding: 20px;
}

/* Register form css */

* {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

.registerBttn {
    text-align: center;
    margin-top: 20px;
}

input[type=submit]:hover {
    background-color: #45a049;
}
.validateLoginForm label.error {
    float: left;
}
.emailExist{
    color: red;
}
.bmi_height {
    font-weight: bold;
    background-color: transparent;
    border: 1px solid;
    font-size: 13px;
    font-family: Arial;
    float: left;
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
  }
/* .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
} */

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.row {
    margin: 1px 22px 1px 27px!important;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
.dropdown_custom {
    position: relative;
    display: inline-block;
    /* padding: 0 10px; */
}
.dropbtn.active{
    background-color: #3e8e41;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 116px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown_custom:hover .dropdown-content {display: block;}
.dropdown_custom:hover .dropbtn {background-color: #3e8e41;}
#forgotPassword {
    font-size: 16px;
    text-decoration-line: underline;
    float: right;
    margin:10px 39px 0px 0px;
}

.header{
    text-align: center;
}
.wrapper{
    margin-top: 26px;
}
label.error {
    color: red;
    float: left;
}

.changeTypeExist {
    color: red;
    float: left;
}
.insEmailExist
{
    color: red;
    float: left;
}

.success-msg
{
    color: green;
    float: left;
}
/* Dashboard */
.rounded {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.mini-stat {
    padding: 15px;
    margin-bottom: 20px;
}

.mini-stat-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background: none repeat scroll 0% 0% #EEE;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    color: #00bc8c;
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px;
}

/* span, p {
    color: white;
} */

.mini-stat-info span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 7px;
}

/* ================ colors =====================*/
.bg-icons {
    background-color: #28a745 !important;
    border: 1px solid #28a745;
    color: white;
}

.row.home{
    padding-top: 56px;
}

.content_set{
    max-width: 100%;
    margin: 1px 4px 8px 0px;
}

.patient_name_content{
    background-color: green;
    margin: 0px 0px 14px 0px;
    height: 40px;
}
.patient_name{
    margin: 6px 0 0px 15px;
    font-size: 20px;
    font-style: initial;
    color: white;
    width: 20%;
    float:left
}
.mb-3 {
    height: 150px;
}
#patientStartBttn {
    margin: 9px 12px 18px 84px;
    float: right;
}

#patientRestrictBttn {
    margin: 9px 12px 18px 84px;
    float: right;
}

#start_msg_err{
    margin: 25px 0px 18px 84px;
    float: right;
}
.noData {
    text-align: center;
    color: red;
}
.disease_heading {
    background-color: #1414ed;
    margin: -2px -69px 0px -71px;
    height: 42px;
}
.disease_heading_bttn_div{
    margin: -10px -17px 27px -71px;
}
.disease_heading_bttn {
    /* width: 160px; */
    width: max-content;
    height: 50px;
    background-color: #3e8e41;
    color: white;
    font-size: 21px;
}
.disease_heading_blue_bttn {
    /* width: 160px; */
    width: max-content;
    height: 50px;
    background-color: #1414ed;
    color: white;
    font-size: 21px;
    pointer-events: none;
}
.patient_container{
    margin: -32px -44px 0 -53px;
}

.priority{
    width: 25px;
    text-align: center;
    display: table-cell;
    cursor: pointer;
}

.order_bttn {
    width: max-content;
    height: 45px;
    background-color: #1414ed;
    color: white;
    font-size: 15px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }

  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }

  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .healthform form {
    margin-top: 20px;
    padding: 50px 10px;
    background: #fff;
    box-shadow: 3px 2px 20px 0px #6b6b6b;
    display: table;
    width: 100%;
    border:1px solid #ccc;
}

.customInput {
    width: 100px;
}

.customInput input[type="text"] {
    width: 100%;
}

.healthform label{
    font-weight: normal;
}
.marginCustom {
    margin-bottom: 15px;
}
.bp-mm-hg span {
    display: inline-block;
    width: 32%!important;
}
.bp-mm-hg span input {
    width: 100%!important;
}

.errormsg_vital{
    color: red;
    text-align:center;
}

.successmsg_vital{
    color: green;
    text-align:center;
}

.vitalTbl {
    border-collapse: collapse;
    width: 100%;
}

.vitalTbl th, td {
    text-align: left;
    padding: 8px !important;
}

.vitalTbl tr:nth-child(even) {
    background-color: #D6EEEE;
}

.leftHeading {
    font-weight: bold;
}
.vitalHeader {
    font-weight: bold;
}
.vitalHeader td {
    position: sticky;
    top: 0;
}
.summaryHeading {
    color: #1414ed;
    font-size: larger;
}
.summaryHeadingMargin {
    margin: -11px 0px 4px 11px;
}
.summaryMargin {
    margin-top: -11px
}
.noSummaryData {
    color: red;
    margin: -11px 0 0 53px;
}
.nav-sidebar ul {
    padding-left: 10px !important
}
.modalHeader{
    background-color: #1414ed;
    color: white;
}
.presType{
    color: #1414ed;
}
.administer_dispense_heading {
    font-weight: bold;
}
.plusMinus{
    cursor: pointer;
}
.plusMinusInActive{
    color: grey;
    cursor:not-allowed;
}
.diagnList{
    text-align: center;
}
.patient_heading_head {
    float: right;
    margin-right: 10px;
    font-weight: 400;
}
.patient_heading_name {
    float: right;
    margin-right: 10px;
    font-weight: 600;
    text-decoration: underline;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 3;
  }

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
    display: block;
}

.btn:hover, .dropdown:hover .btn {
    background-color: #b2b6ba;
}

.orderAction{
    display: inline;
}

.orderActionBttn{
    border-color: #e7e7e7 !important;
    background-color: grey !important;
}

.corder_temp {
    padding:10px;
}

.template_bttn{
    width: 115px;
    height: 45px;
    background-color: #3e8e41;
    color: white;
    font-size: 18px;
    float: right;
}

.templatelist_bttn{
    width: 86px;
    height: 45px;
    /* background-color: beige; */
    color: white;
    font-size: 21px;
}
button#newTemplate {
    background-color: #3e8e41;
    height: 37px;
    width: fit-content;
}
button#backTemplate {
    background-color: #1414ed;
    height: 37px;
    width: fit-content;
}
.backBttn{
    font-size: 22px;
    text-decoration: underline;
    text-align: center;
}
body {
    padding-right: 0px !important;
}
.modal-header {
    padding: 5px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0px !important;
}
.modal-header h2 {
    margin-top: 10px;
}
.exam_body{
    height: auto !important;
}
.diseaseName{
    margin-left: 10px;
}
.diseaseText{
    margin: 10px 0 18px 23px;
}
.disName {
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
}
.dashboardHead{
    text-align: center;
}
.workflow_filter div{
    text-align: center;
}
.workflow_filter select {
    width: 260px;
}
.patient_workflow{
    margin: 6px 0 0px 15px;
    font-size: 20px;
    font-style: initial;
    color: white;
    float:right;
}
.dashLinks{
    text-align: center;
}
.dashRoute{
    font-size: 24px;
    padding: 21px;
}
.loginErr{
    float: left;
    color: red;
}
a.changeWorkFlowStatus {
    font-size: 15px;
}
.filterRow{
    padding-left: 354px;
    padding-bottom: 23px;
}
.editProfile{
    text-align: right;
    font-size: 20px;
}
.editProfileInst{
    text-align: right;
    font-size: 20px;
    margin-top: 20px;
}
.formHeading {
    text-align: center;
    margin-bottom: 34px;
    padding-top: 20px;
}
.formHeading span {
    font-size: 30px;
    text-decoration: underline;
}
.showFees {
    padding-top: 25px;
}
.serviceTbl {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.serviceTblHead th {
    text-align: center;
}
.serviceTbl td, th {
    border: 1px solid #dddddd;
    /* text-align: left; */
    padding: 8px;
}
.serviceTblHead {
    height: 40px;
}
.printable {
    margin-top: 15px;
}
@media print
{
    .non-printable { display: none; }
    .printable { display: block; }
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
}



