/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 1px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.edit_form.form-group {
    margin: 0 auto !important;
}

.x-navigation.x-navigation-horizontal.x-navigation-panel {
    padding-right: 30px;
}

.x-nav-color{
    background:green ;
}

.error-class {
    color: red;
    z-index: 0;
    position: relative;
    display: block;
    text-align: left;
}

.datepicker-dropdown:after, .datepicker-dropdown:before { display: none !important; }

.large-font tr td {
    font-size: 16px !important;
}
.large-font tr th {
    font-size: 16px !important;
}
.large-th{
    min-width: 150px;
}
.width-100{
    min-width: 100px;

}
.width-150{
    min-width: 150px;

}
.width-151{
    min-width: 150px;

}
.width-200{
    min-width: 200px;
}
.width-250{
    min-width: 250px;
}
.width-300{
    min-width: 300px;
}

table td {
    white-space: nowrap;
}

th { text-align: center;}
td { text-align: center;}

.login-logo1 {
    display: block;
    float: left;
    width: 100%;
    padding: 95px;
    height: 314px;

}
.login-logo1 img {
    display: block;
    float: left;
    width: 100%;
}

.vertical-separator{
    border-left: 1px solid #F2F2F2;
    height: 100%;
}
.page-content .top_margin {
    margin: 50px;
}

.s_n{
    position:absolute; height: 100%; left: 0%;
}

.operation{
    position:absolute; right:0%; height: 100%;
}
.serial_number{
    position:absolute; background:#6f6f6f; color: white; height: 48px; left: 0%;
}



.first_column{
    padding-left: 115px;
}

.last_column{
    padding-right: 150px;
}

.edit_operation {
    position:absolute; right:0%; background:#6f6f6f;
}
.large-wide{
    min-width: 423px;
}

.show_sub {
    top: 0px;
    right: -220px;
    padding-left: 8px;
}

.patient_detail {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    padding-top: 15px;
}
.like-disabled{
    pointer-events: none;
    cursor: not-allowed;
}