/* Theme colors
    blue: #0f2c52
    orange: #FF6701
*/
html, body{
    height: 100%;
}

section{
    //padding: 50px 0;
}

/*----------------------------------------------------
    HEADER
------------------------------------------------------*/
header nav .nav-wrapper{
    padding: 0 10px;
}
header nav .brand-logo{
    left: 22px;
}
header nav .brand-logo img{
    padding-top: 3px;
    width: 65px;
}
header nav .menu{
    margin-left: 100px;
}
header nav ul.menu li a{
    text-transform: uppercase;
}
header nav ul.menu li.active{
    background-color: #FF6701;
}
header nav .page-title{
    font-size: 21px;
    margin-left: 220px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; 
}
header nav .page-title .material-icons{
    color: #fff;
    margin-right: 15px;
}
header nav .sidenav-trigger i{
    color: #fff;
}
header nav {
    color: #fff;
    background-color: #314594;
    height: 66px;
    width: 100%;
}
header .chip{
    background: white;
    color: rgba(0,0,0,0.8);
}
header .chip i{
    height: 32px;
    line-height: 32px;
}
header .chip i.left{
    margin-right: 8px;
}
header .chip i.right {
    margin-left: 0px;
}
#settings-dropdown{
    width: 190px;
}

@media (min-width: 1600px){
    header nav .page-title{
        margin-left: 225px;
    }
}

@media (max-width: 1000px){
    header nav .brand-logo{
        left: 100px;
    }
}

@media (max-width: 600px){
    header nav .page-title{
        font-size: 1rem;
        margin-left: 0
    }
}
/*----------------------------------------------------
    SIDEBAR
------------------------------------------------------*/
.sidenav{
    height: calc(100%);
    height: -moz-calc(100%);
    overflow: hidden;
    padding-bottom: 40px;
    width: 200px;
}
header.full nav .page-title{
    margin-left: 15px !important;
}
.sidenav.full{
    transform: translateX(-100%) !important;
}
.sidenav .menus{
    overflow: hidden;
    height: 100%;
}

.sidenav .ps-scrollbar-y-rail {
    right: 0 !important;
}
.sidenav li>a>i {
    color: rgba(0,0,0,1);
    line-height: 47px;
}
.sidenav > li:first-child{
    line-height: normal;
}
.sidenav .user-view, .sidenav .userView {
    padding: 10px 32px 0;
}
.sidenav .user-view .name{
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 19px;
}
.sidenav li>a {
    color: rgba(0,0,0,1);
    font-weight: 400;
    padding: 0 10px;
}
.sidenav li>a:hover, .sidenav li>a:hover > i {
    color: #ec1946;
}
.sidenav,
.sidenav ul,
.sidenav li,
.sidenav a {
    display: block;
    font-weight: normal;
}
.sidenav li>a.active>i, .sidenav > li > ul > li > a.active, .sidenav li>a.active:hover, .sidenav ul ul li a.active, .sidenav ul ul li.active a {
    background: #FF6701;
    color: #fff;
}
.sidenav ul ul {
    display: none;
}
.sidenav ul ul a {
    color: rgba(0,0,0,1);
    padding-left: 50px;
}
.sidenav ul ul ul a {
    padding-left: 70px;
}
.sidenav ul li a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.sidenav ul li .arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 10px;
    display: inline-block;
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga';
    text-rendering: auto;
    font-size: 24px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #444;
}
.sidenav ul li .arrow:before {
    content: "chevron_right";
}
.sidenav ul li a.subdrop .arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width: 1600px){
    .sidenav{
        width: 210px;
    }
}

/*----------------------------------------------------
    RIGHT SIDEBAR
------------------------------------------------------*/

#right-sidebar{
    overflow: hidden;
}

#right-sidebar h4{
    background-color: #4caf50;
    color: #f5f5f5;
    margin: 0;
    padding: 8px 0 8px 10px;
}
#right-sidebar h4 i{
    padding-right: 5px;
}
#right-sidebar h4 .btn{
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
#right-sidebar form{
    height: 100%;
}
#right-sidebar .collapsible{
    height: 100%;
    height: calc(100% - 60px);
    height: -moz-calc(100%);
    overflow: hidden;
}
#right-sidebar .collapsible-header{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
#right-sidebar .collapsible-body {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}
#right-sidebar label {
    color: #666;
}

/*----------------------------------------------------
    COMMON FOR ALL PAGES
------------------------------------------------------*/
section.content {
    background: #f2f2f2;
    min-height: calc(100% - 64px);
    padding: 15px;
    //padding-left: 205px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#SelectAllRecordsDiv{
    background-color: #e5f5ff;
    margin: 10px 0;
    padding: 15px;
}

.filter-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 20px;
    padding-bottom: 18px;
    position: relative;
    margin: .5rem 0 0rem 0;
    border-radius: 2px;
    background-color: #fff;
}
.filter-panel .filters{
    display: block;
}
.filter-panel .search-input{
    float: left;
    vertical-align: top;
}
.filter-panel .search-input .input-field {
    margin-top: 0rem;
}
.filters{
    margin: 0;
    padding: 0px;
}
.filters > li{
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
}
.filters > li:last-child{
    padding-right: 0px;
}
.filters > li .search {
    width: 250px;
}
.filters > li .input-field {
    margin: 0;
}
.filters > li input[type=text]:not(.browser-default){
    height: 2.5rem;
    margin: 0 0 10px 0;
}
.filters > li .select-wrapper input.select-dropdown {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 100%;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.filters > li .dropdown-content li {
    min-height: 40px;
    line-height: 1.2rem;
}
.filters > li .dropdown-content li>a {
    font-size: 12px;
    color: #333;
    display: block;
    line-height: 22px;
    padding: 10px 15px;
}
.filters > li .select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: rgba(0,0,0,0.8);
}

.filter-panel .filters .input-field .prefix {
    color: #888;
    top: 12px;
    width: 2rem;
    font-size: 1.5rem;
}
.filter-panel .filters .input-field .prefix ~ input{
    margin-left: 2rem;
    width: 92%;
    width: calc(100% - 2rem);
}

.filter-panel .fixed-action-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    padding-top: 0px;
    margin-bottom: 0;
    z-index: 2;
}
.filter-panel .fixed-action-btn.active .ti-more-alt:before {
    content: "\e646";
}
.filter-panel .fixed-action-btn.horizontal ul {
    right: 45px;
}
.filter-panel .fixed-action-btn.horizontal ul li {
    margin: 0px 15px 0 0;
}
.filter-chips .chip{
    background-color: #2196F3;
    color: white;
    font-weight: 300;
}
.filter-panel .collapsible-body [type="checkbox"]+label {
    line-height: 18px;
}
.filter-panel .collapsible-body [type="checkbox"].filled-in:not(:checked)+label:after {
    height: 16px;
    width: 16px;
}
.filter-panel .select-wrapper input.select-dropdown {
    border: none;
    border-bottom: 1px solid #999;
    height: 35px;
    line-height: 40px;
    padding-left: 0px;
    width: calc(100% - 10px);
}
.filter-panel .select-wrapper .dropdown-content li>a, .filter-panel .select-wrapper .dropdown-content li>span{
    font-size: 12px;
}


@media (min-width: 1600px){
    section.content{
        //padding-left: 220px;
    }
}
@media only screen and (max-width: 992px){
    header nav .page-title{
        margin-left: 0px;
    }
    section.content {
        padding: 0px;
    }
    .filter-panel {
        padding-bottom: 20px;
    }
    .filter-panel .search_options_trigger{
        display: block;
    }
    .filter-panel .filters{
        display: none;
    }
    .filters li{
        display: block;
        padding-bottom: 10px;
    }
    .filters li:last-child{
        padding-bottom: 0px;
    }
    .filters > li .search, .filters > li .input-field {
        width: 100%;
    }
    .filter-panel .fixed-action-btn {
        position: fixed;
        right: 12px;
        bottom: 12px;
        top: auto;
        padding-top: 0px;
        margin-bottom: 0;
        z-index: 997;
    }
}

/*---------------------
    HOMEPAGE
----------------------*/

.login-form .profile-image-login{
    max-width: 80px;
    width: 100%;
}
.login-form .form-group h4{
    border-bottom: 1px solid #DADADA;
    font-size: 1.25rem;
    line-height: .1em;
    margin: 30px 0 50px;
}
.login-form .form-group h4 span {
    background: #fff;
    padding: 0 10px;
}
.login-form p.title{
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 5px;
}
.login-form .form-group input.mobile, .login-form .form-group .input-group-text{
    font-size: 1.2rem;
    height: 3.5rem;
}
.login-form .form-group .edit_number{
    color: #666;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.login-form .form-group .edit_number a.link{
    float: right;
    font-size: 0.85rem;
}

.login-form .resend_otp .resend_link{
    display: inline-block;
    float: right;    
}

.login-form .resend_otp figure{
    display: inline-block;
    margin: 0;
    min-width: 15px;
}
.login-form .loader{
    text-align: center;
}

.login-form .forgot-password-btn{
    position: absolute;
    right: 0;
    top: -1px;
}
.login-form [type="checkbox"]+span:not(.lever){
    padding-left: 28px;
}

@media (min-width: 1100px){
    #login-page .card{
        min-width: 400px;
    }
}

/*---------------------
    ACCOUNT SETUP
----------------------*/

.setup p{
    font-size: 1.2rem;
}
.setup ul.required_details li{
    //color: #555;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.setup .steps_card{
    position: relative;
}
.setup .steps {
    //display: none;
    //position: absolute;
    //left: 0px;
    width: 100%;
}
.setup .steps.fadeIn{
    left: 0px;
}
.setup .steps.fadeOut{
    left: -2000px;
}
.setup .steps input{
    font-size: 1.2rem;
}
.setup .chip_wrapper {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    width: 80px;
}
.setup .chip_wrapper .chip {
    background-color: #666;
    color: rgb(255, 255, 255);
    vertical-align: top;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 40px;
    margin: 5px 0px 15px 0;
}
.setup .stepsbar{
    counter-reset: step;
    height: 80px;
    margin-top: 30px;
    width: 100%;
}
.setup .stepsbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.setup .stepsbar li a{
    color: #7d7d7d;    
}
.setup .stepsbar li a:hover{
    color: #035ce5;    
}
.setup .stepsbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 26px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.setup .stepsbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.setup .stepsbar li:first-child:after {
    content: none;
}
.setup .stepsbar li.active {
    color: black;
    font-weight: bold;
}
.setup .stepsbar li.active:before {
    background-color: #FF6701;
    border-color: #FF6701;
    color: white;
}
.setup .stepsbar li.active + li:after {
  background-color: #7d7d7d;
}

.menu_categories ul.category_list {
    max-width: 500px;
    width: 100%
}
.menu_categories ul.category_list li{
    border-bottom: 1px solid #e2e2e2; 
    font-size: 1.5rem;
    padding: 10px 0;
    position: relative;
}
.menu_categories ul.category_list li a{
    font-size: 0.9rem;
    float: right;
}
.overlay.category{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.add_menu_items .footable .form-group{
    margin-bottom: 0;
}

.action_buttons a.link{
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 3px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; 
}
.action_buttons a.link:hover{
    border: 1px solid #035ce5;
}

/*---------------------
    ORDERS
----------------------*/

#AddOrderForm table thead th, #AddOrderForm table td{
    padding: 10px 5px;
}
#AddOrderForm textarea.browser-default{
    height: 60px;
}
.incremental_number span{
    font-size: 1.2rem;
    margin: 0 10px;
}
.incremental_number a{
    padding: 0 3px;
}
.incremental_number a i{
    color: #666;
    font-size: 1rem;
}
.orders .filter-panel, .staff .filter-panel{
    margin-bottom: 20px;
    padding: 0;
}
#OrdersForm .dropdown-content li{
    min-height: 40px;
}
#OrdersForm .dropdown-content li > a{
    padding: 8px 16px;
}
#OrdersForm .ordertype_icon{
    width:24px;
}
.orders .btn_order:focus{
    background-color: #E65100 !important;
}
.add_order_item .btn.add_item_btn{
    padding: 0 10px;
}
.order_status_badge{
    color: #fff;
    display: inline-block;
    
    padding: .10em .4em .15em .4em;
    font-size: 12px;
    text-align: center;
    vertical-align: baseline;
    border-radius: 50px;
}