/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
    box-shadow: 5px 0 5px -5px #d6d6d6;
  }
 
  .navbar-right .drp_content a{
      font-size:15px !important;
  }
  .dropdown-btn{
    padding: 8px 8px 8px 14px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-left: 3px solid transparent;
  }
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
  }
  
 
  
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background-color: #ffffff;
    /* padding-left: 8px; */
  }
  
  .drp_content{
    background: #fff;
    margin: 2px;
    border-radius: 10px;
  }
  .drp_content a{
   color: #000;
  }


body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding:0px  !important;
    padding-right: 0px !important;
    }
    a {
        color: #00B7CE;
        transition: 0.5s;
        cursor: pointer;
        }
        a:hover,
        a:active,
        a:focus {
       
        outline: none;
        text-decoration: none !important;
        }
        input:hover,
        input:active,
        input:focus {
        
        outline: none;
        text-decoration: none !important;
        }
        p {
        padding: 0;
        margin: 0 0 30px 0;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
        font-family: "Helvetica", sans-serif;
        font-weight: 400;
        margin: 0 0 20px 0;
        padding: 0;
        }
    
#login_main{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px auto;
    width: 360px;
    padding: 10px;
}
#login_main .login-box{
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    padding: 15px;
}
#login_main .login-logo{
    text-align: center;
    margin-bottom: 20px;

}
#login_main .login_head h4{
    text-align: center;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    font-family: sans-serif;
    padding: 20px 0px;

}
#login_main .login_body .form-group{
    margin-bottom: 15px;
    border-radius: 8px;
    position: relative;
}
#login_main .login_body .form-group .login_ico{
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    
}
#login_main .login_body {
    padding:20px;
    }
#login_main .login_body .form-group .login_ico i{
color: #777;
}
#login_main .sign_btn{
    text-align: center;
}
#login_main .form-control{
   background-color: #e8f0fe !important;
   color: #000;
}
#login_main .sign_btn .btn-add{
    background: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    padding: 4px 20px;
}



/******side bar css******/
.navbar-default .navbar-toggle{
    display: none;
}
.navbar-brand{
    padding: 15px 35px !important;
    font-size: 20px;
}
.navbar-header{
    display: inline-flex;
}
.navbar-default .navbar-brand{
    color: #fff !important;
    margin-top: 5px;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
}
.user-image{
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -4px;
}
.sidenav {
    width: 250px;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 50px;
    left: 0;
    background-color: #ffffff ;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 5px 8px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-left:3px solid transparent;
    margin: 10px 20px !important;
}
.sidenav a i{
    padding: 5px 8px ;
  
}
.closebtn{
    margin-bottom: 10px;
    padding: 0px !important;
}
.sidenav .side_box{
    margin-top: 50px;
}
.sidenav .side_box .active{
    color: #fff;
    background: #ffffff;
    /* border-left-color: #3c8dbc; */
    /* border-left:3px solid #3c8dbc; */
    margin:0px 20px 0px 40px;
}
.sidenav .side_txt:hover{
    color: #ffffff !important ;
    background: #00B7CE;
    /* border-left-color: #3c8dbc; */
    /* border-left:3px solid #3c8dbc; */
    border-radius: 4px;
    /* padding: 5px; */
}
/* .side_box .collapse{
    margin-left:15px;
} */
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
    text-decoration: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 26px;
    margin-left: 0px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.content_wrapper{
    background-color: #ecf0f5;
    z-index: 800;
    display: block;
    min-height: 768px;
}

#header .nav-head{
    background-color: #00B7CE !important;
    border:none !important;

}
#header .nav-head .navbar-header h2{
    font-size: 26px;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
    margin: 10px;
}
.btn-primary{
    background: linear-gradient(to bottom, #337ab7 0%, #265a88 100%) !important;
}
/* main-dashboard css */

#main_dashboard{
    padding: 60px 0px;
}
/* #main_dashboard .main_front{
    width: 100%;
} */

#main_dashboard .section-header h3{
    font-size: 24px;
    font-weight: 500;
}
#main_dashboard .section-header .breadcrumb{
    /* float: left; */
    background:none;
   margin: 0px !important;
    padding: 20px 0px 10px 0px;
}
#main_dashboard .dash_content .doc_info_box{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 15px;
    width:100%;
    min-height:100px;
    margin:10px 0px;
    padding:20px 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #0000001A;
   
}
#main_dashboard .dash_content .admin_blue{
    background: #307EF3 !important;
    margin-bottom: 15px;
    margin:10px 0px;
    padding:20px 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #0000001A;
   
}








#main_dashboard .dash_content .admin_violet{
    background: #384564 !important;
    margin-bottom: 15px;
    margin:10px 0px;
    padding:20px 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #0000001A;
   
}

#main_dashboard .dash_content .admin_purple{
    background: #70367C !important;
    margin-bottom: 15px;
    margin:10px 0px;
    padding:20px 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #0000001A;
   
}

#main_dashboard .dash_content .admin_lightblue{
    background: #70ADB4 !important;
    margin-bottom: 15px;
    margin:10px 0px;
    padding:20px 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #0000001A;
   
}

#main_dashboard .dash_content .admin_orange{
    background:#9dd863 !important;
    margin-bottom: 15px;
    margin:10px 0px;
    padding:20px 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #0000001A;
   
}

#main_dashboard .dash_content .doc_info_box .bg-aqua{
    background-color:#718ED1 !important;
    /* display: block; */
    /* float: left; */
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#main_dashboard .dash_content .doc_info_box .bg-red{
    background-color:#A8CBFF !important;
    /* display: block; */
    /* float: left; */
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#main_dashboard .dash_content .doc_info_box .bg-blue{
    background-color:#AA61B9 !important;
    /* display: block; */
    /* float: left; */
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#main_dashboard .dash_content .doc_info_box .bg-green{
    background-color:#A0DAE1 !important;
    /* display: block; */
    /* float: left; */
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#main_dashboard .dash_content .doc_info_box .bg-orange{
    background-color:#98f59d !important;
    /* display: block; */
    /* float: left; */
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#main_dashboard .dash_content {
    padding: 20px 0px;
}
#main_dashboard .dash_content .info_box_content{
    text-align:left;
}
#main_dashboard .dash_content .info_box_content .dash_content_item{
color: #00B7CE  ;
/* display: flex; */
align-items: center;
justify-content: center;
}
#main_dashboard .dash_content .info-box-text{
    text-transform: capitalize;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #fff;
    margin: 0px 0px 25px 0px;
    letter-spacing: 0px;
    
}
#main_dashboard .dash_content .info-box-number{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin: 0px;
    letter-spacing: 0px;
    text-align: center;
}
#main_dashboard .dash_content .doc_info_box .info-box-icon i {
    font-size: 18px !important;
    color: #fff;
  }
/* 
role-table css */
#role_table{
    margin-top: 15px;
}
#role_table table{
    background: #fff;
}
#role_table thead{
    background: #00B7CE ;
    color: #fff;
    padding: 10px;
}
#role_table table td{
    padding: 0 10px;
    vertical-align: middle;
}
#role_table .update_btn{
    text-align: right;
}


/* register form css */

#reg_form{
    margin-top: 5px;
    margin-bottom: 20px;
    background: #fff;
    padding:10px;
}

#reg_form .mandatory_id {
    padding-left: 5px;
    color: red;
}
#reg_form .form-check-inline{
    display: inline;
}
#reg_form  .clinic-label{
    display: inherit;
}
#reg_form .upload_img{
    height: 100px;
    width: 100px;
    padding: 10px;
}
#reg_form .password_error_class{
color: #000;
}
#reg_form .locate_img{
   padding-left: 15px;
    }
#reg_form .offer-manage-regform {
    display:flex; 
    flex-flow:row; 
    gap:8px;
}

#reg_form .offer-manage-regform .lft-sec {
    width:60%;
    padding-right:16px;
}
#reg_form .offer-manage-regform .lft-sec .multiselect-container .search-wrapper {
margin: 0 !important;
}
#reg_form .offer-manage-regform .rt-sec {
    width:40%;
    padding-left:16px;
    border-left:1px dashed #ccc;
}
.save_btn{
    margin-top: 15px;
    /* text-align: right; */
}

/* modal css */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-header{
    padding: 0px 15px !important;
}
.modal-header h3{
    font-size: 20px;
    font-family: sans-serif;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.google_map{
    margin-top: 15px;
    margin-bottom: 15px;
}

.save_loc_btn{
    text-align: right;
    margin-top: 15px;
}

/* footer css */
#footer{
    bottom: 0;
    position: fixed;
    width: 100%;
    background: #F1F9FF;
    padding: 10px;
  
}
#footer .footer_section{
    text-align: center;

}
#footer p{
    margin: 0px !important;
    font-weight: 500;
    font-size: 15px;
}
.fa_ico{
    padding-right: 20px;
}

#CMS_tab .CMS_btn{
text-align: right;
}
/* clinic list css */
#clinic_table{
margin-top: 5px;
background: #fff;
}
#clinic_table thead{
    background: #00B7CE ;
    color: #fff;
    padding: 10px;
    color: #fff;
    }
    #clinic_table .table-filter {
        border: 1px solid #ddd;
    padding: 0px 10px;
    border-radius: 8px;
    margin: 10px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 42px;
    line-height: 42px;
    }
#clinic_table table { 
    border-collapse:collapse; 
    border-spacing:0px; line-height:16px; }
    #clinic_table th { 
    text-align:left; font-weight:normal; 
    font-size:12px;color: #fff; vertical-align: middle;}
    #clinic_table button { 
    background:none; 
    background-color:transparent; 
    box-shadow:none; border:none;
    font-family:inherit; color:inherit; 
    border-radius:0; 
    cursor:pointer; }
    #clinic_table .number { 
    width:1%; white-space:nowrap; 
    text-align:right; 
    padding-left:20px !important; }
    #clinic_table .ellipsis { 
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow:ellipsis; }
    #clinic_table .textcenter { text-align:center; }
  .textright { text-align:right; }
  /* #clinic_table .minify { width:1%; white-space:nowrap; } */
  #clinic_table  .table-icon { width:30px; max-width:30px; text-align:center; }
  
  
  #clinic_table .pagination_content{
      text-align: right;
      padding: 20px;
  }
  

  
  
  #clinic_table .sort {
    text-align: left;
    border: none;
    background: none;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    padding: 0px 0px; }
    #clinic_table .sort.textcenter { text-align:center; }
    #clinic_table .sort.textright { text-align:right; }
  
    #clinic_table .caret { line-height:0; }
    #clinic_table .caret:after { content:""; }
    #clinic_table .asc .caret:after {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #808080;
    content: "";
    position: relative;
    top: -3px;
    right: -4px;
    font-size:0; }
    #clinic_table .desc .caret:after {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #808080;
    content: "";
    position: relative;
    top: -7px;
    right: -4px;
    font-size:0; }
    #clinic_table .sort .caret { display:none; }
    #clinic_table .sort.asc .caret { display:inline-block; }
    #clinic_table .sort.desc .caret { display:inline-block; }
    #clinic_table .sortUnitPrice, .sortQty, .sortTotal { min-width:90px; }
  

  
    #clinic_table .table-filter .search { 
   
    width:220px;
    border:none; background:transparent; box-shadow:none; }
  
 
    #clinic_table .table-pagination {
    display:table; border-collapse:collapse; 
    width:100%; float:left; 
   
    padding:6px; }
    #clinic_table .btn-tablepage { display:table-cell; width:30px; }
  
    #clinic_table .pagination { display:table-cell; text-align:center; list-style:none; margin:0; padding:0; width:100%; }
    #clinic_table .pagination li { display:inline-table;  border:1px solid #eaeaea; }
  
    #clinic_table .page { 
    display:block; 
    padding:4px 0; width:22px;
    text-align:center; 
    text-decoration:none; 
    line-height:12px; font-size:12px; 
    color:#808080;  }
  
    #clinic_table .pagination .disabled { display:none; }
    #clinic_table .pagination .active { border-color:#aaa; }
    #clinic_table .active .page {  background:#007bff; color:#fff;border-radius: 0px !important; }
  
  
 
    #clinic_table .btn-with-caret { 
    position:relative; padding-right:24px; }
    #clinic_table .btn-with-caret:after {
    content:"";
    display: block; position:absolute; 
    top:50%; right:10px; margin-top:-2px;  
    width: 0;
    height: 0;

    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
    @media all and (min-width: 80px) {
        .Login {
          padding: 60px 0;
          margin-top:100px; 
         
        }
      
        .Login form {
          margin: 0 auto;
          max-width: 320px;
          
        }
        .errorMsg {
            color: #cc0000;
            margin-bottom: 12px;
        }
          
          .sucessMsg {
            color: #6B8E23;
            margin-bottom: 10px;
        }


/* For Create Slots CSS Starts  */
input{
    outline:none;
}
button{
    outline:none;
}
#create_slot_sec .create_new_slotbox{
padding:15px;
background:#eee;
border-radius: 8px;
}
#create_slot_sec .create_new_slotbox h2{
font-size:20px;
color:rgba(85, 90, 185, 1);
margin:0px 0px;
}
#create_slot_sec .create_new_slotbox .cr_slot_calendar{
display: inline-flex;
margin: 5px 50px;
font-size: 14px;
color: #000;
align-items: center;
vertical-align: middle;
justify-content: center;
}
#create_slot_sec .create_new_slotbox .cr_slot_calendar input{
border: none;
padding: 8px;
border-radius: 5px;
}
.cr_slot_or{
display: inline-flex;
margin: 0px 0px;
background: #fff;
padding: 8px;
border-radius: 50%;
font-size: 16px;
height: 28px;
width: 28px;
vertical-align: middle;
align-items: center;
justify-content: center;
}
#create_slot_sec .create_new_slotbox .cr_slot_calendar img{
height: 20px;
width: 20px;
margin-right:10px;
display: flex;
align-items: center;
}
#create_slot_sec .create_new_slotbox .cr_mid{
display: flex;
align-items: center;
}
#create_slot_sec .create_sch_box{
border:1px solid #999;
border-radius: 8px;
margin:10px 0px;
}
#create_slot_sec .create_sch_box .slot_box{
border-bottom: 1px solid #ddd;
padding: 10px;
margin-bottom: 5px;
}
#create_slot_sec .create_sch_box .slot_box p{
display: flex;
align-items: center; 
margin: 0px;
font-size: 15px;
color:#000;
}
#create_slot_sec .create_sch_box .slot_check{
height: 20px;
width: 20px;
margin-right: 10px;
}
#create_slot_sec .create_sch_box .slot_box .slot_mid{
display: flex;
align-items: center;
}
#create_slot_sec .create_sch_box .slot_input{
width: 80px;
display: inline-flex;
border: none;
border-bottom: 1px solid #999;
margin: 0 15px;
float: right;
font-size: 12px;
text-align: center;
}
#create_slot_sec .create_sch_box .slot_input:focus{
outline:none;
}
#create_slot_sec .create_sch_box .slot_or{
float:right;
}
#create_slot_sec .create_sch_box .slot_or img{
height: 25px;
width: 25px;
background: #ddd;
padding: 4px;
border-radius: 50%;
}
#create_slot_sec .create_sch_box .slot_days {
margin:5px 0px;
padding:10px;
}
#create_slot_sec .create_sch_box .slot_days p{
display: inline-flex;
margin: 0 16px;
font-size: 12px;
color: #000;
height: 24px;
width: 24px;
padding: 11px;
align-items: center;
justify-content: center;
vertical-align: middle;
border-radius: 50%;
cursor:pointer;
}
#create_slot_sec .create_sch_box .toggle_slot{
text-align: right;
margin: 10px 0px;
}
#create_slot_sec .create_sch_box .toggle_slot p{
margin: 0px;
font-size: 14px;
display: inline-block;
}


#create_slot_sec .create_sch_box .toggle_slot .switch {
position: relative;
display: inline-block;
width: 51px;
height: 24px;
margin-left: 15px;
margin-right: 30px;
}
#create_slot_sec .create_sch_box .toggle_slot .switch input {
opacity: 0;
width: 0;
height: 0;
}
#create_slot_sec .create_sch_box .toggle_slot  .doc_blue_check:checked + .slider {
background-color: #00B7CE;
}
#create_slot_sec .create_sch_box .toggle_slot .slider.round {
border-radius: 34px;
}
#create_slot_sec .create_sch_box .toggle_slot .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s
}
#create_slot_sec .create_sch_box .toggle_slot .doc_blue_check:checked + .slider:before {

transform: translateX(24px);
}
#create_slot_sec .create_sch_box .toggle_slot .slider.round:before {
border-radius: 50%;
}
#create_slot_sec .create_sch_box .toggle_slot .slider:before {
position: absolute;
content: "";
height: 18px;
width: 18px;
left: 5px;
bottom: 3px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
#create_slot_sec  .standard_box{
margin:10px 0px;

}
#create_slot_sec  .standard_box h2{
font-size: 20px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
margin: 10px 0px;
color:#000;
display: flex;
align-items: center;
}
#create_slot_sec .standard_box h2 img{
margin-right: 10px;
height: 30px;
width: 30px;
}
#create_slot_sec .standard_box .standard_slot h3{
font-size: 14px;
margin: 10px 0px;
color: #000;
font-weight: bold;
}
#create_slot_sec .standard_box .standard_slot p{
display: inline-block;
margin: 0 30px 0px 0px;
font-size: 14px;
color: #000;
}
#create_slot_sec .standard_box .standard_slot .standard_input{
width: 60px;
padding: 8px;
border: 1px solid #ddd;
margin-right: 10px;
}
#create_slot_sec .standard_box .standard_btn{
margin:20px 0px;
text-align:center;
}
#create_slot_sec .standard_box .standard_btn button{
    background: #00B7CE  0% 0% no-repeat padding-box !important;
    border-radius: 8px !important;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    margin: 10px 5px;
    width: 200px;
    color: #fff;
    font-size: 15px !important;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    font-weight: 500 !important;
    vertical-align: middle;
    border: none !important;
}
.generate_sec{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.generate_sec img{
 margin-right:5px;   
}


@media (max-width: 480px) {
    .react-datepicker-wrapper{
    display: block !important;
    }
    .react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name{
        padding:10px 19px !important;
    }
    #doctor_login .doc_login_form .password_ico {
        position: absolute;
        /* float: right; */
        right: 3%;
        bottom: 35% !important;
        height: 20px !important;
        width: 20px !important;
        cursor: pointer;
    }
    .navbar-right .drp_content{
        width: 40% !important;
    }
    #order_section .total_sec p {
        margin: 5px 15px 0px 0px;
    }
    #search_order form .form-group .input-group .remove_icon {
        height: 16px;
        width: 16px;
        position: absolute;
        /* right: 22% !important; */
        top: 20px;
        z-index: 999;
    }
    #order_section .date_sec form .form-group input{
        margin:5px 0px;
    }
    #order_section .select_ret_sec .form-group label{
        margin:5px 0px !important;
    }
    #search_order form .form-group {
        display: block !important;
        align-items: center;
        margin: 0px;
    }
    .generate_sec{
        margin: 10px 0px;
    padding: 0px !important;
    }
    .generate_sec img{
     margin-right:5px;   
    }
    #search_order form .form-group .input-group {
        width: 100% !important;
        position: relative;
        margin: 10px 0px;
    }
    #reg_form .cancel_btn{
        margin:10px 0px !important;
    }
    #reg_form .save_btn{
        margin:10px 0px !important;
    }
    .dataTables_wrapper .col-sm-12 {
        overflow-y: hidden;
        overflow-x: hidden;
        width: 100%;
        margin: auto 10px;
        padding: 0px;
        display: inline-grid !important;
        justify-content: initial !important;
    }
   
    .dataTables_info {
        font-size: 15px;
        color: #000;
        margin: 10px 0px;
    }
    #mySidenav {
        top: 45px !important;
        height: 90%;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 999 !important;
    }
    .navbar-default .navbar-brand{
        padding: 0px 5px !important;
        margin-top: 3px;
    }
    .navbar-nav{
        width:150px;
    }
    .navbar-right .side_txt{
        width: 150px !important;
        height: 30px;
        justify-content: flex-end !important;
    }
    .user-image{
        width:25px !important;
        height:25px !important
    }
    .dataTables_length{
        width: 100%;
        display: grid;
    }
    .mdb-datatable-filter{
        width:100%;
    }
#create_slot_sec .create_new_slotbox .cr_mid{
    display:block !important;
    
}
#create_slot_sec .create_new_slotbox .cr_slot_calendar{
    margin:10px 0px;
    display: block;
}
#create_slot_sec .standard_box .standard_btn button{
    width:100%;
}
#create_slot_sec .create_sch_box .slot_input{
    margin:10px 15px;
}
#create_slot_sec .create_sch_box .slot_days p{
    margin:0 8px;
}
}
@media (max-width: 767.98px) and (min-width: 576px){
#create_slot_sec .create_new_slotbox .cr_mid{
    display:block !important;
    
}
#create_slot_sec .create_new_slotbox .cr_slot_calendar{
    margin:10px 0px;
    display: block;
}
#create_slot_sec .standard_box .standard_btn button{
    width:100%;
}
#create_slot_sec .create_sch_box .slot_input{
    margin:10px 15px;
}
#create_slot_sec .create_sch_box .slot_days p{
    margin:0 12px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
    #order_section .total_sec p {
        margin: 5px 15px 0px 0px;
    }
    #search_order form .form-group .input-group .remove_icon {
        height: 16px;
        width: 16px;
        position: absolute;
        right: 22% !important;
        top: 20px;
        z-index: 999;
    }
    #order_section .date_sec form .form-group input{
        margin:5px 0px;
    }
    #order_section .select_ret_sec .form-group label{
        margin:5px 0px !important;
    }
    #search_order form .form-group {
        display: block !important;
        align-items: center;
        margin: 0px;
    }
    .generate_sec{
        margin: 10px 0px;
    padding: 0px !important;
    }
    .generate_sec img{
     margin-right:5px;   
    }
    #search_order form .form-group .input-group {
        width: 100% !important;
        position: relative;
        margin: 10px 0px;
    }
    #reg_form .cancel_btn{
        margin:10px 0px !important;
    }
    #reg_form .save_btn{
        margin:10px 0px !important;
    }
    .dataTables_wrapper .col-sm-12 {
        overflow: scroll;
        width: 100%;
        margin: auto 10px;
        padding: 0px;
        display: inline-grid !important;
        justify-content: initial !important;
    }
    #main_dashboard .section-header .breadcrumb{
        top:-25px !important;
    }
    .dataTables_info {
        font-size: 15px;
        color: #000;
        margin: 10px 0px;
    }
    #mySidenav {
        top: 45px !important;
        height: 90%;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 999 !important;
    }
    .navbar-default .navbar-brand{
        padding: 0px 10px !important;
        margin-top: 5px;
    }
    .navbar-right .side_txt{
        width: 150px !important;
        height: 30px;
        justify-content: flex-end !important;
    }
    .user-image{
        width:25px !important;
        height:25px !important
    }
    .dataTables_length{
        width: 100%;
        display: grid;
    }
    .mdb-datatable-filter{
        width:100%;
    }
#create_slot_sec .create_new_slotbox .cr_slot_calendar{

    display: block;
}
#create_slot_sec .standard_box .standard_btn button{
    width:100%;
}
#create_slot_sec .create_sch_box .slot_input{
    margin:0px 15px;
}
#create_slot_sec .create_sch_box .slot_days p{
    margin:0 12px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {

#create_slot_sec .create_new_slotbox .cr_slot_calendar{
display: block;
}
#create_slot_sec .standard_box .standard_btn button{
width:100%;
}
#create_slot_sec .create_sch_box .slot_days p{
margin:0 16px;
}

.dayBackgroundColor{
    background: #0033cc;
}

.defaultdayBackgroundColor {
    background: #fff
}


}
/*  Ends */




      }    