/** 404 Page Not Found **/

.page_not_Found {
    position: relative;
    float: left;
}
form{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_not_Found .box {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 8rem;
    /*background: #525252fa;*/
    box-shadow: 0 0 15px 0 rgba(14, 14, 14, 0.40);
    overflow: hidden;
    padding: 2em;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-bottom: 8rem;
}
.page_not_Found .box:after{
    left: 0; top: 0;
}
@media(max-width: 767px)
{
    .page_not_Found .box {
    margin-top: 4rem;
    margin-bottom: 4rem;
    }
}

.page_not_Found .box .head {
    font-size: 4rem;
    text-align: center;
    line-height: 3.5rem;
    color: #000;
}

.page_not_Found .box .text {
    font-family: sans-serif;
}

.page_not_Found .box .text h4 {
    color: #005aff;
}

.page_not_Found .box .text span {
    margin-top: 1rem;
    float: left;
    width: 100%;
}

.page_not_Found .box .text span a {
    padding: 0 2px;
    color: #000;
}


/** Animation **/

.alert_eft:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid;
    border-radius: 100%;
    -webkit-animation: 1s ease-out infinite pulsate;
    opacity: 0
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

header .main-container .head .right .notification ul li span i {
    animation: blinker 2s linear infinite;
}

.blink_v1 {
    animation: blinker 1s linear infinite;
}

.blink_v2 {
    animation: blinker 2s linear infinite;
}

.blink_v3 {
    animation: blinker 3s linear infinite;
}

.blink_v4 {
    animation: blinker 4s linear infinite;
}

.blink_v5 {
    animation: blinker 5s linear infinite;
}


/*.dashboard .list-section ul li .alert_mini{
    animation: blinker 2s linear infinite;
}
*/

@keyframes blinker {
    50% {
        opacity: 0.2;
    }
}


/* For Firefox */

input[type='number'].read {
    -moz-appearance: textfield;
    background-color: #e9ecef
}


/* Webkit browsers like Safari and Chrome */

input[type=number].read::-webkit-inner-spin-button,
input[type=number].read::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/** Alert **/

.alert {
    position: fixed;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 500px;
    z-index: 9999;
    margin: 0 auto;
    top: 10px;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}

.alert .icon-close {
    float: right;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
}

.alert span {
    width: 95%;
    float: left;
}

.alert div {
    padding: .75rem 1.25rem;
    position: relative;
    z-index: 999;
    border-bottom: 4px solid;
    text-transform: capitalize;
    font-size: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.39), 0 0 0 4px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}

.alert-primary {
    background: #005ea2;
    border-bottom: 4px solid #03426f;
    color: #fff;
}

@media(max-width: 767px) {
    .alert {
        top: 0;
        width: 100%;
    }
    .alert span {
        font-size: 1.3rem;
    }
    .alert div {
        padding: 1rem 1.5rem;
    }
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary div{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary div{
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success div{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning div{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger div{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light div{
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark div{
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.alert-info div{
    color: #252525;
    background: #eeeeeef7;
    border-color: #CCC;
}

.alert-success {
    color: #ffffff;
    background-color: #22baa0;
    border-color: #11826e;
}

.alert-warning div{
    color: #000;
    background: #ffd45a;
    border-color: #f4b606;
}

.alert-danger div{
    color: #fff;
    background: #f56262;
    border-color: #d03333;
}

.alert-primary div{
    color: #333;
    background-color: #c2ddf9;
    border-color: #57a7ff;
}

.alert-light div{
    color: #333;
    background-color: #fefefe;
    border-color: #dcdce0;
}

.alert-dark div{
    color: #fff;
    background-color: #34425a;
    border-color: #aaaeb3;
}


/*
.alert_mini{ 
    width: 0.5rem;
    height: 0.5rem;
    background: #ff0e0e;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    z-index: 99;
}
*/

.alert_mini {
    width: 30px;
    height: 30px;
    background: #ff0e0e;
    position: absolute;
    border-radius: 0;
    top: -16px;
    left: -16px;
    z-index: 99;
    transform: rotate(45deg);
}

.alert_round,.alertround {
    width: 10px;
    height: 10px;
    background: #ff0e0e;
    position: absolute;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    z-index: 99;
}
.alertround.min{
    width: 7px;
    height: 7px;
    top: 0px;
    right: 0px;
}

table .alert_round{ 
    width: 8px;
    height: 8px;
    top: -2px;
    right: -2px;
}

/** layout **/

.form-control {
    width: 100%;
}

.form_in [class=' col-'],form [class*=' col-'],.form_inline [class*='col-']{
    padding-left: 5px;
    padding-right: 5px;
}

input[readonly],
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control,
input,
select,
textarea {
    background-color: #fff;
    background-clip: padding-box;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #000;
    outline: none;
}

label {
    font-size: 1rem;
    float: left;
    margin-bottom: 0rem;
    width: 100%;
}

.form-group {
    width: 100%;
    float: left;
    margin-bottom: 0.5rem;
}

.form_in,.form_inline{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/** Main **/

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    ;
    background: #000;
}

::selection {
    /* Code for Firefox */
    color: #fff;
    ;
    background: #000;
}

body {
    background-color: #fafafa;
    font-family: Roboto, sans-serif;
}

body.no_scroll {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0.2rem 1rem;
    font-size: 1rem;
    position: relative;
}

button,
input,
optgroup,
select{
    height: 36px;
}

input,
optgroup,
select,
textarea {
    border: 1px solid #b3b3b3;
}

input[type=radio],
input[type=checkbox] {
    width: auto !important;
    height: auto !important;
}

.hide-header header {
    display: none;
}

.shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08)
}

.btn {
    text-transform: capitalize;
}

.loader .loder_logo {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.loader .loder_logo img {
    max-width: 100px;
    margin-top: 25%;
}

.loader .loder_logo h6 {
    font-size: 20px;
    margin-top: 72%;
    color: #fff;
}

.shadow-non {
    box-shadow: none !important;
}


/** MENU **/

a,
button,
.btn,
.bt,
a:hover,
button:hover,
.btn:hover,
.bt:hover,
a:active,
button:active,
.btn:active,
.bt:active {
    cursor: pointer;
    text-decoration: none;
}

hr {
    float: left;
    width: 100%;
}

header {
    background: #fff;
    padding:0;
    position: relative;
    z-index: 99;
}

header .main-container {
    position: relative;
}

header .main-container .head {}

header .main-container .head .menu {
    float: right;
    position: relative;
    z-index: 1;
}
header .main-container .head .menu button {
    background: transparent;
    color: #777;
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 12px;
    top: 15px;
    font-size: 1.7rem;
}

header .main-container .head .menu button:focus {
    outline: none;
}

header .main-container .head .menu button:hover {
    background: transparent;
}

header .main-container .head .title {
    text-align: left;
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    padding-left: 4rem;
    padding-top: 4px;
    text-transform: capitalize;
}

header .main-container .head .right {
    float: right;
    margin-top: 6px;
}

header .main-container .head .right .notification {
    float: left;
    position: relative;
}

header .main-container .head .right .notification ul {}

header .main-container .head .right .notification ul li {
    float: left;
    margin-right: 15px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 0;
    margin-top: 9px;
    position: relative;
}

header .main-container .head .right .notification ul li:last-child {
    margin-right: 0px;
}

header .main-container .head .right .notification ul li span {
    cursor: pointer;
}

header .main-container .head .right .notification ul li .box,
header .main-container .head .right .user .box {
    position: absolute;
    top: 35px;
    z-index: 10;
    left: -72px;
    max-width: 150px;
}

header .main-container .head .right .notification ul li .box .list,
header .main-container .head .right .user .box .list {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

header .main-container .head .right .notification ul li .box .list::before,
header .main-container .head .right .user .box .list::before {
    content: " ";
    background: #fff;
    width: 13px;
    height: 13px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    left: 73px;
}

header .main-container .head .right .notification ul li .box .list ul,
header .main-container .head .right .user .box .list ul {
    width: 150px;
    height: auto;
    max-height: 250px;
    position: relative;
    overflow: auto;
    padding: 5px 0px;
    margin: 0;
}

header .main-container .head .right .notification ul li .box .list ul li,
header .main-container .head .right .user .box .list ul li {
    width: 100%;
    float: left;
    line-height: 1;
    margin: 0;
}

header .main-container .head .right .notification ul li .box .list ul li a,
header .main-container .head .right .user .box .list ul li a {
    float: left;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 2px;
    font-size: 14px;
    color: #202020;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

header .main-container .head .right .notification ul li .box .list ul li a i,
header .main-container .head .right .user .box .list ul li a i {
    font-size: 14px;
    font-weight: bold;
    margin-right: 8px;
}

header .main-container .head .right .notification ul li .box .list ul li a:hover,
header .main-container .head .right .user .box .list ul li a:hover {
    background-color: #005ea4;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

header .main-container .head .right .notification ul li span i {
    width: 0.5rem;
    height: 0.5rem;
    background: #ff0e0e;
    position: absolute;
    border-radius: 50%;
    top: -6px;
    right: -2px;
}

header .main-container .head .right .user {
    float: right;
    color: #fff;
    margin-left: 2rem;
    cursor: pointer;
    position: relative;
}

header .main-container .head .right .user span {
    float: right;
    padding-top: 6px;
}

header .main-container .head .right .user i {
    font-size: 2rem
}

header .main-container .head .right .user .box {
    right: -10px;
    left: auto;
    top: 44px;
}

header .main-container .head .right .user .box .list::before {
    left: auto;
    right: 57px;
}


/** Wapper Section **/

.wapper {
    position: relative;
}

.wapper .side-bar {
    position: fixed;
    background: #fff;
    padding-bottom: 15px;
    min-height: calc(100vh - 68px);
    min-height: 100%;
    font: 400 14px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    max-width: 250px;
    transform: translateX(0px);
    -webkit-transition: transform .4s cubic-bezier(0.4, 0.0, 0.2, 1), visibility 0s linear .4s;
    transition: transform .4s cubic-bezier(0.4, 0.0, 0.2, 1), visibility 0s linear .4s;
    transform: translateX(0px) !important;
    z-index: 100;
    top: 0;
    box-shadow: 1px 2px 12px 0px #33333378
}

.wapper .side-bar h4 {
    font-size: 1.2rem;
    padding: 21px 10px;
    background: #005ea4;
    color: #fff;
    margin: 0;
    height: 66px;
}

.wapper .side-bar h4 span {}

.wapper .side-bar h4 button {
    border: 0;
    float: right;
    padding: 0;
    font-size: 1.5rem;
    background: transparent;
    color: #fff;
}

.wapper .side-bar h4 button:hover,
.wapper .side-bar h4 button:focus,
.wapper .side-bar h4 button:active {
    outline: none;
}

.hide-menu .wapper .side-bar {
    transform: translateX(-110%) !important;
}

.wapper .side-bar .menu {
    background: #fff;
    margin-top: 0px !important;
}

.wapper .side-bar .menu .full {
    max-height: calc(100vh - 64px);
    overflow-y: auto;
}

.wapper .side-bar .menu ul {
    padding: 10px 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.17);
}

.wapper .side-bar .menu ul li {
    float: left;
    width: 100%;
}

.wapper .side-bar .menu ul li a span {
    color: rgba(0, 0, 0, 0.87);
}

.wapper .side-bar .menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    outline: 0;
    overflow: hidden;
    padding: 12px 24px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.wapper .side-bar .menu ul li a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}

.wapper .side-bar .menu ul li a i {
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga' 1;
    -webkit-font-smoothing: antialiased;
    color: #616161;
    cursor: pointer;
    margin-right: 16px;
    margin-top: -4px;
    opacity: .8;
    -webkit-transition: .15s transform;
    transition: .15s transform;
    vertical-align: middle;
    width: 25px;
}

.wapper .main-wapper .wapper-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 20px 20px;
    width: 100%;
    min-height: calc(100vh - 68px);
    min-height: calc(100vh - 68px);
    background-color: #fafafa;
}

.wapper .main-wapper {
    /* margin-left: 250px;*/
    margin-left: 0 px;
    /*background-color: #202020*/
}

.hide-menu .wapper .main-wapper {
    margin-left: 0px;
}

.wapper-section {
    /*color: #fff;*/
}


/** Dashboard **/

.dashboard {
    padding-top: 25px;
    text-align: center;
    padding-bottom: 25px;
}

.dashboard .list-section {}

.dashboard .list-section ul {
    margin-bottom: 2rem
}

.dashboard .list-section ul li {
    float: left;
    width: 25%;
    padding: 10px;
}

.dashboard .list-section ul li .box {
    padding: 25px;
    float: left;
    width: 100%;
    border: 1px solid #262626;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background: #262626;
}

.dashboard .list-section ul li .box .alert_mini {
    width: 0.7rem;
    height: 0.7rem;
    left: auto;
    right: 8px;
    top: 8px;
    border-radius: 50%;
}

.dashboard .list-section ul li .box:hover,
.dashboard .list-section ul li .box:focus,
.dashboard .list-section ul li .box:active {
    border-color: #005ea4;
    background: #005ea4/*3c3c3c*/
    ;
    transition: all .2s ease-in-out
}

.dashboard .list-section ul li .box i {
    float: left;
    width: 100%;
    font-size: 4em;
    margin-bottom: 20px;
    position: relative;
}

.dashboard .list-section ul li .box span {
    text-transform: uppercase;
}


/** card  **/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0 0 .25rem .25rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 1rem;
    background: #fff;
    min-width: auto;
    float: left;
    width: 100%;
}

.card .card-head {
    width: 100%;
    float: left;
    position: relative;
}

.card .card-head h6 {
    position: relative;
    background: linear-gradient(126deg, #005ea2 36%, #037399 100%);
    color: #fff;
    padding: 8px 15px;
    margin: 0;
    min-height: 35px;
}

.card .card-head .card-manage {
    position: absolute;
    right: 0;
    top: 0px;
}

.card .card-head .card-manage ul {
    display: flex;
    margin: 0;
    padding-top: 5px;
    margin-right: 0px;
}

.card .card-head .card-manage ul li {}

.card .card-head .card-manage ul li a {
    padding: 1px 6px;
    float: left;
    background: #fff;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    opacity: 0.7;
    border-radius: 2px;
    color: #333;
}

.card .card-head .card-manage ul li a:hover {
    opacity: 1
}

.card .card-head .card-manage ul li:last-child a {
    margin-right: 0px;
}

.card .card-head .card-manage ul li a.ext {
    font-size: 13px;
    padding: 4px 7px;
}

.card .card-head .card-manage ul li a.no {
    display: none;
}

.card.popup {
    position: fixed;
    width: 100%;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    top: 0;
    z-index: 1200;
    border: 0;
    height: 100%;
    padding: 0;
}

.card.popup .card-head .card-manage ul li a {
    display: none;
}

.card.popup .card-head .card-manage ul li a.ext.no {
    display: block;
    opacity: 1
}

.card.hide .card-head .card-manage ul li a.ext,
.card.hide .card-head .card-manage ul li a.hid {
    display: none;
}

.card.hide .card-head .card-manage ul li a.hid.no {
    display: block;
    opacity: 1;
    margin-right: 5px;
}

.card.hide .card-body {
    height: 0px;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0px 15px;
    background: #fff;
}

.card .card-head a {}

.card .card-body {
    padding: 15px;
    overflow: auto;
    transition: all .2s ease-in-out;
}


/** Table & Pagination  **/

table button,
table .btn,
table .btn:not([href]):not([tabindex]),
table .btn [type=button] {
    border: 0;
    line-height: 1rem;
    padding: 2px 8px;
    height: auto;
    background: #0070ca;
    color: #fff;
    -webkit-appearance: none;
    margin: 0;
    width: auto;
    border-radius: 0px;
}

.table,
table {
    font-size: 13px;
    white-space: nowrap;
    border-collapse: collapse;
    width: 100%;
    float: left;
}

.table {
    border: 1px solid #dfe2e6;
}

.table thead {
    font-family: sans-serif;
    border-bottom: 2px solid #dee2e6;
}

th {
    font-weight: 500;
}

.table td,
.table th {
    border-top: 1px solid #dee2e6;
}

.table td {
    padding: 0rem 0.5rem;
    line-height: 18px;
}
.table.tpad td {
    padding: 4px 0.5rem;
}

.table th {
    padding: 0.4rem 0.5rem;
    font-weight: 600;
    font-family: sans-serif;
}

.table thead th,
.table thead td {
    background-color: #dfe2e6;
}

.tv1 {
    width: 100%;
    float: initial;
    position: relative;
    padding: 10px;
}

.table-x {
    overflow: auto;
    float: left;
    width: 100%;
}

.table tr.nodata {
    font-weight: 500;
    text-align: center;
    background: #f3f3f3;
}

.table-p0 td,
.table-p0 th {
    padding: 0;
}

.table-td-p0 td {
    padding: 0;
}

.table-th-p0 th {
    padding: 0;
}

.table-input input,
.table-input select,
.table-input textarea,
.table-input .select2-container--default .select2-selection--single,.table-input .select2-container--default .select2-selection--multiple{
    width: 100%;
    border: 1px solid transparent;
}

.table-input .select2-container--open .select2-selection--single,.table-input .select2-container--open .select2-selection--multiple{
    border: 1px solid;
}
.select2-container--open .select2-selection--single{ width: 100%; }

.table-input th input,
th.table-input input,
.table-input th select,
th.table-input select,
.table-input th textarea,
th.table-input textarea {
    font-weight: 600
}

.table-input tbody th {
    padding: 0.2rem 0.5rem;
}

.table-input input[type=radio],
.table-input input[type=checkbox] {
    width: auto;
}

table input,
table select,
table textarea {
    width: 100%;
    max-width: 100%;
}

.table-pad td,.table-pad th
{
    padding: 0.2rem 0.3rem;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination .box {
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: #fff;
}

.pagination .box ul {
    font-size: 1em;
}

.pagination .box ul li {
    float: left;
    border: 1px solid #dee2e6;
    border-left: 0px;
}

.pagination .box ul li:first-child {
    border-left: 1px solid #dee2e6;
}

.pagination .box ul li a {
    padding: 3px 9px;
    float: left;
    height: 28px;
}

.pagination .box ul li.active {
    border: 1px solid
}

.pagination .box ul li.active,
.pagination .box ul li.active a {
    background: #005ea4;
    color: #fff;
    border-color: #005ea4;
}

.pagination .box ul li a span {
    width: 10px;
    float: left;
    font-size: 0.82rem;
    padding-right: 18px;
    font-weight: bold;
    padding-top: 2px;
    position: relative;
}

.pagination .box ul li a .last:before,
.pagination .box ul li a .last:after,
.pagination .box ul li a .first:before,
.pagination .box ul li a .first:after {
    font-family: simple-line-icons;
    position: absolute;
}

.pagination .box ul li a .last:before,
.pagination .box ul li a .last:after {
    content: "\e606";
}

.pagination .box ul li a .first:before,
.pagination .box ul li a .first:after {
    content: "\e605";
}

.pagination .box ul li a .last:before,
.pagination .box ul li a .first:before {
    left: 6px;
}

.pagination .box ul li a .last:after,
.pagination .box ul li a .first:after {
    left: 0;
}

.search-form {
    text-align: right;
    font-size: 0.9rem;
    max-width: 600px;
    float: right;
}

.search-form input {
    max-width: 9rem;
    border-right: 0;
}

.search-form select {
    max-width: 5rem;
    border-right: 0;
}

select option:hover {
    background: #0171ca;
}

.search-form button {
    background: #0171ca;
    color: #fff;
    border-color: #0171ca;
    float: right;
}


/** sidebar **/

.sidebar {
    width: 20%;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    float: right;
}

.sidebar_v1 .sidebar {
    width: 30%;
}

.sidebar_v1 .main_box {
    width: 70%;
}

.sidebar ul {
    position: relative;
}

.sidebar ul li {
    float: left;
    width: 100%;
}

.sidebar ul li a span {
    border: 1px solid #036f9a;
    border-radius: 50%;
    padding: 3px;
    font-size: 70%;
    background: #036f9a;
    color: #fff;
}

.sidebar ul li a {
    padding: 0.3rem 0.5rem;
    float: left;
    width: 100%;
    position: relative;
    font-size: 0.9rem;
    font-weight: 500;
    color: #575a5f;
    text-transform: capitalize;
}

.sidebar ul li a.btn {
    background: linear-gradient(126deg, #005ea2 36%, #037399 100%);
    border: 1px solid #005ea2;
    color: #fff;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 10px;
}

.sidebar ul li a.btn:hover {
    color: #fff
}

.sidebar ul li:hover a {
    background-color: #efefef;
}

.main_box {
    width: 80%;
    float: left;
    position: relative;
}


/** modal **/

.modal-bg {
    background: #000000a1;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.modal {
    max-width: 100%;
    min-height: 100%;
    z-index: 1100;
    margin: 0 auto;
    right: 0;
    padding: 20px 15px;
    background: #000000a1;
}

.modal-inner {
    max-height: 100%;
    margin: 0 auto;
    background: #fff;
    z-index: 100;
    position: relative;
    border-radius: 4px;
    box-shadow: 1px 1px 10px -2px #000;
    max-width: 500px;
}
.modal-shadow {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.24);
}
.modal-full .modal-shadow{ box-shadow: none;  }

.modal-mid .modal-inner {
    max-width: 800px;
}

.modal-big .modal-inner {
    max-width: 1200px;
}

.modal-full .modal-inner {
    max-width: 100%;
}

.modal-full {
    padding: 0px;
    background: #fff;
}

.modal-full .modal-header,
.modal-full .modal-body {
    border-radius: 0px;
}

.modal-small .modal-inner {
    max-width: 300px;
}

.show-load-div {
    min-height: calc(100vh - 14em);
}

.modal-header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dfdfdf;
    background: linear-gradient(126deg, #005ea2 36%, #037399 100%);
    padding: 10px 15px;
    border-radius: 2px 2px 0 0;
    color: #fff
}

.modal-title {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.modal-body {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px;
    background: #fff;
    min-height: 200px;
    border-radius: 0 0 2px 2px;
}
.modal-body .alert {
    position: relative;
}
.modal-body table .alert {
    position: fixed;
}
.modal-header{ position: relative; }
.modal-header .reload,.modal-header .close{
    position: absolute;
    top: 8px;
    padding: 4px 7px;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
    border: 1px;
}

.modal-header .close {
    position: absolute;
    right: 10px;
    background: #ffcb37;
    border: 1px solid #ffcb37;
    color: #252e75;
}

.modal-header .reload{
    right: 85px;
}

.modal-header .reload {
    position: absolute;
    top: 8px;
}

.modal-header .reload i,.modal-header .close i{
    float: left;
    margin-right: 3px;
    font-weight: bolder
}

.modal,
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    max-height: 100%;
}

.modal .main_box {
    width: 100%;
    padding: 0 !important;
}

.modal .mhide {
    display: block;
}

.modal-body {
    overflow: unset;
}

.modal-small .modal-body {
    min-height: 200px;
    max-height: none;
    overflow: initial;
}
.modal-small .modal-body .show-load-div,.modal-small .modal-body .manage_mode
{
    min-height: 200px !important;
}
.modal-small .modal-body .data-section {
    min-height: 200px !important;
    overflow-x: hidden !important;
}
.modal-small .modal-header:after,.modal-small .modal-header .reload{ display: none; }
.modal-small .modal-header .mbtn{ top: 9px; }
/*
.modal-body::-webkit-scrollbar {
    width: 10px;
}
 
.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.modal-body::-webkit-scrollbar-thumb {
  background:linear-gradient(126deg, #005ea2 36%, #037399 100%);
  outline: 1px solid slategrey;
}.modal-body::-webkit-scrollbar-thumb {
  background:linear-gradient(126deg, #005ea2 36%, #037399 100%);
  outline: 1px solid slategrey;
}
*/

.main_box .main_box {
    width: 100%;
    padding: 0px !important;
}

.inner-load {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out
}

.inner-load .loader,
.inner-load .loader .load {
    position: absolute;
}

.inner-load-div {
    opacity: 0;
    transition: all .2s ease-in-out;
    padding: 15px;
}

.show-load-div .inner-load-div {
    opacity: 1;
}

.show-load-div .inner-load {
    opacity: 0;
}

.inner-load,
.inner-load .loader {
    background: none;
}

.inner-load .loader .load #spinner {
    stroke: #005ea2;
}

#s_list {
    padding: 0;
    list-style: none;
    margin: 0px;
}

#s_list li {
    float: left;
    width: 25%;
    font-size: 0.83rem;
    margin-bottom: 0.5rem;
}

#s_list li a {
    color: #007bff;
    font-weight: 500;
}

#number_of_day {
    background: #067bf8;
    color: #fff;
    padding: 1px 6px;
    border-radius: 0;
    font-weight: 500;
}


/** Date Time Picker **/

.datepicker-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    /* border: 1px solid #b9b9b9; */
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 2px rgba(0, 0, 0, 0.08);
    background-clip: padding-box;
}

.datepicker-dropdown table {
    border-collapse: collapse;
    font-size: 0.8rem;
}

.datepicker-dropdown table tr .dow,
.datepicker-dropdown table tr .datepicker-switch,
.datepicker-dropdown table tr .prev,
.datepicker-dropdown table tr .next {
    border-bottom: 1px solid #dcdcdc;
}

.datepicker-dropdown table tr .prev,
.datepicker-dropdown table tr .next {
    font-size: 1.6rem;
    line-height: 1px;
    font-family: sans-serif;
}

.datepicker-dropdown table tr td,
.datepicker-dropdown table tr th {
    font-weight: 500;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-image: none;
    font-weight: normal;
}

.datepicker>div {
    float: left;
    width: 100%;
}

.datepicker.dropdown-menu table tbody {
    background: #fff;
}

.datepicker-dropdown,
.datepicker,
.datepicker.dropdown-menu {
    font-family: "Roboto", sans-serif;
}

.datepicker table thead tr:first-child td:hover,
.datepicker table thead tr:first-child th:hover {
    color: #000;
}

.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span {
    border-radius: 0px;
}

.datepicker table tr td span:hover,
.datepicker .datepicker-days table tbody tr td:hover,
.datepicker .datepicker-days table tbody tr th:hover {
    background: #88A0B9 !important;
    color: #fff;
}

.datepicker-dropdown table {
    width: 100%;
    float: left;
}

.datepicker-dropdown table tr td,
.datepicker-dropdown table tr th {
    padding: 0.2rem 0.4rem;
    font-weight: 500;
    font-size: 0.9rem;
}

.multiple {
    background-color: #fff !important
}

.ui-timepicker-list li {
    font-size: 0.8rem;
}

.wickedpicker {
    z-index: 5000;
    height: auto;
    max-height: 130px;
    width: auto;
    max-width: 200px;
}

.wickedpicker .wickedpicker__title {
    padding: 0.2rem 0.5rem;
}

.wickedpicker ul.wickedpicker__controls {
    padding: 0px;
}

.wickedpicker__controls__control,
.wickedpicker__controls__control--separator {
    margin: 0 6px;
}

.wickedpicker__controls__control--separator {
    margin: 0px;
}

.wickedpicker ul.wickedpicker__controls .wickedpicker__controls__control .wickedpicker__controls__control-up::before,
.wickedpicker ul.wickedpicker__controls .wickedpicker__controls__control .wickedpicker__controls__control-down::after,
.wickedpicker .wickedpicker__title .wickedpicker__close::before {
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    font-weight: bold;
}

.wickedpicker__controls__control-up::before {
    content: "\f106";
}

.wickedpicker__controls__control-down::after {
    content: "\f107";
}

.wickedpicker__close:before {
    content: "\f00d";
    font-weight: 100 !important;
    font-size: 1rem !important;
}

.wickedpicker__controls__control-up:hover,
.wickedpicker__controls__control-down:hover,
.wickedpicker__close:hover {
    color: #f00;
}


/** TAB MENU **/

.tab-memu {
    border-radius: 0;
    float: left;
    position: relative;
    z-index: 10;
}

.tab-memu ul {
    margin: 0;
}

.tab-memu ul li {
    float: left;
}

.tab-memu ul li a {
    padding: 8px 10px;
    float: left;
    position: relative;
    line-height: 1rem;
    color: #43454c;
    background: #efeff0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.tab-memu ul li a span {
    right: 2px;
    top: 2px;
    width: 7px;
    height: 7px;
}

.tab-memu ul li:hover a {
    background: #fff;
}

.tab-memu ul li.active a {
    color: #fff;
    background: #005ea2;
}

.tab-memu ul li a span {}


/** Room Layout **/

.room {
    text-align: left;
}

.room .box {}

.room .box h5 {
    font-size: 1rem;
}

.room .box h5 span {
    float: right;
    color: #555;
}

.room .box h5 span b {
    font-weight: 500;
    color: #000
}

.room .box .room_list {
    position: relative;
}

.room .box hr:last-child {
    display: none;
}

.room .box .room_list ul {
    margin: 0;
}

.room .box .room_list ul li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 5px;
}

.room .box .room_list .bed {
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 3px;
    background: #fafafa;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.room .box .room_list .bed:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.room .box .room_list .bed h6 {}

.room .box .room_list .bed:hover h6 .status {
    opacity: 1
}

.room .box .room_list .bed h6 .status {
    position: absolute;
    top: -1px;
    font-size: 0.8rem;
    right: -1px;
    padding: 3px;
    background: #333;
    color: #fff;
    border-radius: 0 0 0 3px;
    opacity: 0.8;
}

.room .box .room_list .bed h6 input {
    position: absolute;
    left: 5px;
    top: 5px;
}

.room .box .room_list .bed h6 .status.Available {
    background: #09b412;
}

.room .box .room_list .bed h6 .status.Booked {
    background: #6e00ff;
}

.room .box .room_list .bed h6 .status.Maintenance {
    background: #0075da;
}

.room .box .room_list .bed table {
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.1rem;
}


/** ajax select2 **/

.select2-container {
    z-index: 1140;
}

.select2-container {
    z-index: 1140;
}

.select2 {
    min-width: 100%;
}

.select2-dropdown {
    border-radius: 0px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #b3b3b3;
    border-radius: 0px;
}

.select2-dropdown,
.select2-container--default .select2-selection--single:focus,
.select2-container--open .select2-selection--single {
    border-color: #000;
}

.select2-results__option {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 26px;
    line-height: 26px;
    font-size: 0.8rem;
    font-weight: 500;
    float: left;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{

    padding-left: 0.4rem !important;
}


.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #b3b3b3;
    border-radius: 0;
    min-height: 26px;
    line-height: 1;
    font-size: 0.8rem;
    font-weight: 500;
    float: left;
    width: 100%;
    color: #999;
}
.select2-container--default .select2-search--inline .select2-search__field {
    min-width: 125px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-weight: normal;
    margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #03709a;
    border: 1px solid #03709a;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 7px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
}
.select2-search--dropdown {
    background: #f1f1f1;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    top: 10px;
}


.rout_code_view {
    display: inline;
    position: relative;
}
.rout_code_view ul {
    margin: 0;
}
.rout_code_view ul li {
    width: 20%;
    float: left;
    margin-bottom: 4px;
}
.rout_code_view ul li label {
    width: auto;
    font-size: 0.7rem;
    margin-top: 1px;
}
.rout_code_view ul li input {
    float: left;
    margin-right: 7px;
}

/*This will work for firefox*/

@-moz-document url-prefix() {
    .select2-container--open .select2-dropdown {
        left: 1px;
    }
}


/** Switch Css **/

.yes_no {
    position: relative;
    width: 48px;
    height: 20px;
    float: left;
    cursor: pointer;
}

.yes_no input {
    margin: 0;
    width: 48px;
    height: 20px;
}
.yes_no input:focus{
    box-shadow: 2px 2px #333;
}

.yes_no .inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e61010;
    left: 0;
    z-index: 10;
}

.yes_no.active .inner:before {
    background: #005ea2;
}
.yes_no.active .inner:after{
    background-color: #fff;
}

.yes_no .inner:after {
    content: "";
    position: absolute;
    border: 5px solid #fff;
    width: 14px;
    height: 14px;
    background: transparent;
    left: 3px;
    z-index: 10;
    top: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.yes_no .yes,
.yes_no .no {
    position: relative;
    z-index: 100;
    opacity: 0;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 0.9rem;
    top: 2px;
    height: 100%;
}

.yes_no .no {
    right: -3px;
    opacity: 1;
}

.yes_no .yes {
    left: 3px;
}

.yes_no.active .inner:after {
    left: 31px !important;
    left: auto;
}

.yes_no.active .no {
    opacity: 0
}

.yes_no.active .yes {
    opacity: 1;
}

/** data filter **/

.service_list{ position: relative; }
.service_list li { width: 50%; float: left;}
.service_list li table{ font-size: 0.9rem; }
.remove_x {
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 5px;
    height: 26px;
    background: #000;
    color: #fff;
    width: 25px;
}

/** media **/

@media (min-width: 5000px) {
    .container {
        max-width: 4500px;
    }
}

@media (min-width: 4000px) {
    .container {
        max-width: 3600px;
    }
}

@media (min-width: 3000px) {
    .container {
        max-width: 2700px;
    }
}

@media (min-width: 2000px) {
    .container {
        max-width: 1750px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1700px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}

@media(max-width: 1200px) {
    .room .box .room_list ul li {
        width: 25%;
    }
    .card.popup .card-head .card-manage {
        right: 1%;
    }
}

@media (min-width: 1100px) {
    .modal-full .modal-body {
        max-height: 100%;
    }
    .modal-body {
        max-height: 700px;
        position: relative;
    }
    .alert.right {
        right: 10px;
        left: auto;
        max-width: 250px;
    }
    .alert.left {
        right: auto;
        left: 10px;
        max-width: 250px;
    }
    .data-section{ 
    min-height: auto !important;
    }
    .card .card-head .card-manage {
        right: 15px;
    }
}

@media(max-width: 1200px) {
    .select2-container.select2-man {
        position: fixed !important;
        top: 0 !important;
        width: 100%;
        left: 0 !important;
        height: 100%;
        background: #292929b3;
    }
    .select2-container.select2-man .select2-dropdown {
        min-width: 100%;
    }
    .select2-results {
        position: relative;
        padding: 8px 0;
        background: #fff;
    }
    .select2-man .select2-results:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
    }
    .select2-man .select2-dropdown {
        border: 2rem solid transparent;
        background: none;
        border-top: 4rem solid transparent;
    }
    .select2-container--default.select2-man .select2-results>.select2-results__options {
        max-height: 575px;
        background: #fff;
    }
    .select2-man .select2-results:before {
        content: "Loading....";
        border: 8px solid transparent;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        -webkit-animation: inherit;
        position: fixed;
        z-index: 9999;
        top: 21%;
        left: 35%;
    }
    .select2-man .select2-results:before,
    .select2-man .select2-results:after {
        -moz-animation: cssAnimation 0s ease-in 1 0.2s forwards;
        /* Firefox */
        -webkit-animation: cssAnimation 0s ease-in 0.2s forwards;
        /* Safari and Chrome */
        -o-animation: cssAnimation 0s ease-in 0.2s forwards;
        /* Opera */
        animation: cssAnimation 0s ease-in 0.2s forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    @keyframes cssAnimation {
        to {
            width: 0;
            height: 0;
            overflow: hidden;
        }
    }
    @-webkit-keyframes cssAnimation {
        to {
            width: 0;
            height: 0;
            visibility: hidden;
        }
    }
    .select2-man .select2-results__option {
        font-size: 13px;
    }
}

@media(max-width: 990px) {
    .room .box .room_list ul li {
        width: 33.333%;
    }
    .room .box h5 span {
        float: left;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .treatment .sidebar,
    .treatment .main_box {
        width: 100%;
    }
    .select2-man .select2-dropdown {
        border-top: 5rem solid transparent;
    }
}

@media(min-width: 768px) and (max-width: 1100px) {
    .main_box {
        width: 70%;
    }
    .sidebar {
        width: 30%;
    }
}

@media(min-width: 768px) {
    .loader .loder_logo {
        display: none;
    }

}

@media(max-width: 767px) {

    form [class*=' col-'],.form_in [class*=' col-'],.form_inline [class*='col-']
    { 
        padding-left: 0px;
        padding-right: 0px;
    }
    form .row,
    .form_in .row {
        margin-right: 0;
        margin-left: 0;
    }
    .loader {
        opacity: 1;
        background: linear-gradient(126deg, #005ea2 36%, #037399 100%);
    }
    .loader .load #spinner {
        stroke: #fff;
    }
    header .main-container .head .title {
        font-size: 1.2rem;
        padding-left: 3rem;
        padding-top: 2px;
    }
    header .main-container .head .right .user i {
        font-size: 1.4rem;
        float: right;
        margin-top: 4px;
        margin-left: 1rem;
    }
    header .main-container .head .right {
        margin-top: 0;
    }
    header .main-container .head .right .user {
        margin-left: 1rem;
    }
    header .main-container .head .right .user span {
        display: none;
    }
    header .main-container .head .right .notification ul li {
        font-size: 1rem;
    }
    header .main-container .head .right .notification ul li .box {
        top: 28px;
    }
    header .main-container .head .right .user .box {
        top: 37px;
    }
    header .main-container .head .right .user .box .list::before {
        right: 15px;
    }
    /** Dashboard **/
    .dashboard {
        padding: 0px;
    }
    .dashboard .list-section ul li {
        width: 50%;
    }
    .dashboard .list-section ul li .box i {
        font-size: 3em;
        margin-bottom: 1.5rem;
    }
    .dashboard .list-section ul li .box {
        padding: 25px;
    }
    .dashboard .list-section ul li .box span {
        font-size: 1rem;
    }
    .wapper .side-bar h4 {
        padding: 14px 10px;
        height: 52px;
    }
    .wapper .side-bar {
        max-width: 100%;
        box-shadow: none;
    }
    .wapper .side-bar .menu ul {
        border-right: 0px;
    }
    .card .card-head .card-manage {
        display: none;
    }
    .main_box,
    .sidebar,
    .sidebar_v1 .sidebar,
    .sidebar_v1 .main_box {
        width: 100%;
        padding: 0 !important
    }
    .mhide {
        display: none;
    }
    .modal {
        padding: 0px;
    }
    .modal-header,
    .modal-body {
        border-radius: 0px;
    }
    .modal-body {
        min-height: calc(100vh);
        overflow: hidden;
    }
    .modal-small {
        padding-top: 20%;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    .datepicker-dropdown {
        width: 300px;
        height: 300px;
    }
    .datepicker-dropdown table tr td,
    .datepicker-dropdown table tr th {
        padding: 0.2rem 0.4rem;
        font-weight: 400;
        font-size: 1.2rem;
    }
    .room .box h5 {
        font-size: 0.8rem;
    }
    .room .box .room_list ul li {
        width: 100%;
    }
    .room {
        padding: 0;
    }
    .room .box .room_list .bed h6 {
        margin: 0;
    }
    .room .box .room_list .bed h6 input {
        left: 10px;
        top: 10px;
    }
    .room .box .room_list .bed table {
        display: none;
    }
    .room .box .room_list .bed:hover table,
    .room .box .room_list .bed:focus table {
        display: block;
    }
    .room .box .room_list .bed:hover h6,
    .room .box .room_list .bed:focus h6 {
        margin-bottom: .5rem;
    }
    .card.card-v2 .card-head .card-manage,
    .card.card-v1 .card-head .card-manage,
    .card.card-v3 .card-head .card-manage {
        display: block;
    }
    .card.card-v2 .card-head .card-manage .ext {
        display: none;
    }
    .card.card-v1 .card-head .card-manage .hid {
        display: none;
    }
    .tab-memu ul li,
    .tab-memu ul li a {
        width: 100%;
    }
    .tab-memu{ width: 100%; }

    .modal-header .mbtn{  top: -50px; z-index: 10; }


      .modal-header:after,.modal-header .mbtn{ 
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
      }


    .modal-header:after{
    content: "Control";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    left: .0;
    top: -100px;
    padding: 7px 15px;
    font-size: 1.3rem;
    font-weight: 400;
    } 
    .modal-header.show:after{ top: 0px;}
    .modal-header.show .mbtn{  top:8px; }
    .select2-container--default.select2-man .select2-results>.select2-results__options {
        max-height: 320px;
    }
    .select2-man .select2-dropdown {
        border: 1rem solid transparent;border-top: 1rem solid transparent;
    }
    .search-form input {
        border-right: 1;
    }
    .inner-load-div .sidebar{ width: 100%; }
    .rout_code_view ul li {
        width: 33.33%;
    }
    .mob_m_0{
        margin: 0px;
    }
    .mob_p_0{
        padding: 0px;
    }
    .card .card-body {
        border: 1px solid #dfe2e6;
    }
    .card.popup .card-body { border: 0px; }

    #s_list li {
        width: 50%;
    }

    .select2-container--open .select2-dropdown{
      position: fixed !important;
      top: 0 !important;
      min-width: 100%;
      padding:1rem;
      height: 100%;
      border: 0;
      background: #000000bd;
      z-index: 1500;
      left: 0 !important;
    }
    .select2-container--open .select2-results,.select2-container--default .select2-results>.select2-results__options{ max-height: 80vh;min-height: 80vh; }
    .select2-container--open .select2-results{ overflow: hidden; padding-top: 0px;}
    .select2-container--open .select2-results .select2-results__options{ padding:10px;  }
    .select2-search--dropdown {
        padding: 12px;
        border-radius: 4px 4px 0px 0px;
    }
    @keyframes cssAnimation {
        to {
            width:0;
            height:0;
            overflow:hidden;
        }
    }
    .select2-container--open .select2-results:after {
      content: "";
      background: #fff;
      width: 100%;
      position: absolute;
      height: 100%;
      top: 0;
      animation: cssAnimation 0s ease-in 0.5s forwards;
    }
    .select2-container--open .select2-results:before {
      position: absolute;
      top: 25%;
      z-index: 1800;
      left: 0;
      right: 0;
      content: "Loading...";
      display: block;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      animation: cssAnimation 0s ease-in 0.5s forwards;
    }
    @keyframes lds-dual-ring {
       to {
        display: none;
      }
    }
}
@media(max-width:650px)
{
  .service_list li { width:100%;}
  .service_list li table{ font-size: 0.9rem; }
  .remove_x {
    right: 1px;
    }
}
@media(max-width:550px) {
    .dashboard .list-section ul li .box i {
        font-size: 2.5em;
        margin-bottom: 1.5rem;
    }
    .dashboard .list-section ul li .box {
        padding: 20px 4px;
    }
    .dashboard .list-section ul li .box span {
        font-size: 13px;
    }
    .app_no_mob {
        position: relative;
        margin-bottom: 15px;
        float: right;
        left: auto !important;
        margin-left: 10px;
    }
    #s_list li {
        width: 100%;
    }
}

@media( min-height: 641px) and (max-width: 767px) {
    .select2-container--default.select2-man .select2-results>.select2-results__options {
        max-height: 600px;
    }
}

@media( max-height: 640px) {
    .select2-container--default.select2-man .select2-results>.select2-results__options {
        max-height: 570px;
    }
}

@media( max-height: 568px) {
    .select2-container--default.select2-man .select2-results>.select2-results__options {
        max-height: 498px;
    }
}

@media( max-height: 480px) {
    .select2-container--default.select2-man .select2-results>.select2-results__options {
        max-height: 410px;
    }
}

@media( max-height: 412px) {
    .select2-container--default.select2-man .select2-results>.select2-results__options {
        max-height: 362px;
    }
}

@media( max-height: 360px) {
    .select2-container--default.select2-man .select2-results>.select2-results__options {
        max-height: 290px;
    }
}

@media( max-height: 320px) {
    .select2-container--default.select2-man .select2-results>.select2-results__options {
        max-height: 250px;
    }
}

@media print {
    body {
        font-family: Arial;
    }
    header,
    header .main-container,
    .search-form,
    .pagination,
    .tab-memu {
        display: none !important;
    }
    .card {
        box-shadow: none !important;
        border: none !important;
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .card-body,
    .table-x {
        overflow: hidden;
        float: left;
        width: 100%;
        position: relative;
        padding: 0px;
    }
}