/*
### dashboard.css
### Dashboard Style
### Author: twitter:@surajitkayal / email: surajitkayal@webmagix.co.in
*/

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*@import url(https://fonts.googleapis.com/css?family=OPen+Sans);
*/
html {
    height: 100%;
}
input[type="file"] {
    display: none;
}

body {
    color: #2d2d2d;
    background: #ECF0F1;
    font-family: Roboto;
    position: relative;
    margin: 0;
    min-height: 100%;
}

.container {
    max-width: 1200px;
}

a {color: #666; text-decoration: none;}
a:hover {color: #111; text-decoration: none;}


/* button style */
.btn-custom {
    background: #383838;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border-color: #383838;
    padding: 10px 20px;
    text-transform: uppercase;
}

.btn-custom:hover,
.btn-custom:active:focus {
    background: #222;
    border-color: #222;
}

.btn-function {
    background: #50a950;
    /*   -moz-border-radius: 30px;
       -webkit-border-radius: 30px;
       border-radius: 30px;
    */   border-color: #50a950;
    color: #fff;
    /*   font-size: 0.84em;
      text-transform: uppercase; */ 
    font-family: Roboto;
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;

}
.form-control{
    width: 100%  !important;
}
.page-container{
    padding-right: 0px;
}

.add-more{
    border-radius: 50%;
    margin-right: 0px;
}

.add-more-div{
    text-align: right;
    padding-right: 0px;
    padding-bottom: 10px;
}
.detail-title{
    background-color:  #FAFAFA;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: 10px;
}
/*
.panel-body {
    padding-top: 5px;
}*/

.btn-function:hover,
.btn-function:active:focus {
    background: #4DAF7C;
    border-color: #4DAF7C;
    color: #fff;
}

.btn-function i {
    color: white;
    text-align: left;
    /*  margin-right: 10px;*/
    /*   font-size: 1.20em;*/
}

.btn-options {
    background: #fff;
    border-color: #eee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #6dcf5e;
    padding: 4px 6px;
    line-height: 16px;
}

.btn-options:hover,
.btn-options:active:focus {
    background: #6dcf5e;
    border-color: #6dcf5e;
    color: #fff;
}

.btn-search,
.btn-search:hover,
.btn-search:active:focus {
    background: #019875;
    border-color: #019875;
    color: #fff;
    border-radius: 0;
}

/* table */
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}


/* general */
.panel-menu {
    border: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 1px 3px 4px #d9d9d9;
    -webkit-box-shadow: 1px 3px 4px #d9d9d9;
    box-shadow: 1px 3px 4px #d9d9d9;
    padding: 30px 0;
}

.panel-menu h1 {
    color: #6dcf5e;
    font-size: 1.45em;
    font-family: 'Lato';
    font-weight: 600;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}

.panel-menu i {
    font-size: 3em;
    color: #bebebe;
    z-index: 2;
    position: relative;
}

.panel-menu h2 i {
    color: #f9f9f9;
    position: absolute;
    top: 15px;
    left: 60px;
    font-size: 5em;
    z-index: 1;
    width: 160px;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
}

.panel-menu:hover i {
    color: #6dcf5e;
}

.panel-menu:hover h2 i {
    color: #f9f9f9;
}

.panel-form {
    border: 0;
    border-radius: 0;
    background: #fff;
    -moz-box-shadow: 1px 3px 4px #d9d9d9;
    -webkit-box-shadow: 1px 3px 4px #d9d9d9;
    box-shadow: 1px 3px 4px #d9d9d9;
    margin-top: 40%;
    padding-bottom: 0;
}

.panel-form .panel-heading,
.panel-holder .panel-heading {
    background: #fbfbfb;
    color: #6dcf5e;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 1.35em;
    font-weight: 600;
    padding: 20px 15px;
    margin-bottom: 15px;
}


.panel-form input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    box-shadow: none;
    padding: 10px;
}

.panel-form input:focus {
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #222;
    box-shadow: none;
}

.panel-form .forgot {
    font-size: 0.92em;
    padding-top: 15px;
}

.panel-holder input[type="text"], 
.panel-holder select
{
    border-radius: 0;
    border: 1px solid #999;
    box-shadow: none;
    padding: 10px;
}
/*.panel-holder button{
    padding: 10px;
}
*/
.panel-holder select {
    padding: 5px;
}

.panel-holder input[type="text"]:focus {
    border: 1px solid #222;
    box-shadow: none;
}

.low-pad {
    margin-top: 10%;
}

.medium-pad {
    margin-top: 20%;
}

.panel-holder {
    border: 0;
    border-radius: 0;
    background: #fff;
    -moz-box-shadow: 1px 3px 4px #d9d9d9;
    -webkit-box-shadow: 1px 3px 4px #d9d9d9;
    box-shadow: 1px 3px 4px #d9d9d9;
    margin-top: 10%;
    margin-bottom: 5px !important;
}

.filter-btn{
    min-width: 90px !important;
}

.panel-holder .panel-heading {
    margin-bottom: 0;
}

.bottom-row {
    border-top: 1px solid #eee;
    padding-top: 15px;
}


/* nav tabs style */
.nav-tabs.centered > li {
    float:none;
    display:inline-block;
    *display:inline;
    zoom:1;
}

.nav-tabs.centered {
    text-align:center;
}

.nav-tabs { 
    margin: 0 15px; 
    background: #fdfdfd;
    -moz-box-shadow: 0px 10px 5px -10px #d9d9d9;
    w0ebkit-box-shadow: 0px 10px 5px -10px #d9d9d9;
    box-shadow: 0px 10px 5px -10px #d9d9d9;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover { 
    border-width: 0; 
    border-radius: 0; 
    background: #fff;
}
.nav-tabs > li > a {
    border: none; 
    color: #555; 
    font-size: 1em; 
    padding: 15px 30px; 
    text-transform: uppercase;
}
.nav-tabs > li.active > a, 
.nav-tabs > li > a:hover {
    border-radius: 0; 
    border: none; 
    color: #444 !important; 
    background: #fff;
}

.nav-tabs > li.active > a {
    font-weight: 600; 
    color: #019875 !important;
}

.nav-tabs > li > a::after {
    content: ""; 
    background: #6dcf5e; 
    height: 3px; 
    position: absolute; 
    width: 100%; 
    left: 0px; 
    bottom: -1px; 
    transition: all 250ms ease 0s; 
    transform: scale(0); 
}

.nav-tabs > li.active > a::after, 
.nav-tabs > li:hover > a::after { 
    transform: scale(1);
}


/* data display */

.form-group.content {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.form-group.content .data-label {
    /*   color: #019875;
       font-size: 85%;*/
}

.form-group.content .data-label label {
    font-weight: normal;
}

/* paging */
.pagination > li > a, 
.pagination > li > span {
    color: #000;
    border: 0;
}

.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    background: #6dcf5e;
    color: #fff;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #000;
    color: #fff;
    border: 0;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-radius: 0;
}

/* footer */

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #d9ddde;
    text-align: center;
}

.footer.not-login {
    background: transparent;
}

.footer p {
    font-size: 0.92em;
    line-height: 40px;
    padding-top: 10px;
}

/* search */

.adv-search {
    padding: 0;
}

.adv-search .dropdown.dropdown-lg .dropdown-menu {
    margin-top: 0;
    padding: 10px;
    border-top: 0;
    border-radius: 0;
    min-width: 332px;
}
.adv-search .input-group-btn .btn-group {
    display: flex !important;
}
.adv-search .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
/*
.adv-search .btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.adv-search .btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
*/
.adv-search .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
/*
.adv-search .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

*/



/* media queries */

@media only screen and (max-width: 768px) {

    .low-pad {
        margin-top: 30%;
    }

    .panel-form {
        margin-top: 60%;
        margin-bottom: 15%;
    }

    .panel-holder {
        margin-top: 30%;
        margin-bottom: 5%;
    }

    .navbar-fixed-top .navbar-collapse {
        padding-bottom: 15px;
    }

    .nav-tabs > li {
        display: block;
        width: 100%;
    }

    .navbar-nav > li {
        width: 43.2%;
        display: inline-grid;
    }

    .navbar-nav > li > a {
        margin-top: 5px;
        text-align: center;
    }

    .panel-menu {
        padding: 15px 0;
    }

    .panel-menu h1 {
        font-size: 1em;
    }

    .panel-menu h2 i {
        display: none;
    }

    .navbar-toggle {
        border: 0;
        top: 15px;
    }

    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus {
        background: transparent;
    }

    .adv-search {
        margin-top: 10px;
    }
    .adv-search .dropdown.dropdown-lg .dropdown-menu {
        min-width: 180px;
    }

    .csv-upload {
        padding: 10px;
    }

}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    /*   width: 40px; */
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}


/* new ui/ux */   
.menu-item{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;  
}
.submenu-item{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
}

#side-menu > ul{
    list-style-type: none;  

}
#side-menu > ul > li{
    list-style-type: none;
    padding-bottom: 15px;

}
#side-menu > ul > li > ul{
    list-style-type: none;

}
#side-menu > ul > li > ul > li{
    list-style-type: none;
    padding-bottom: 15px;

}
.menu-img{
    margin-right: 5px;
}
#side-menu-container{
    background: #FFFFFF;box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
    padding-right: 0px;  
    /*  min-height: 851px;*/
}
#side-menu-container > div {
    padding-right: 0px;
    padding-left: 0px; 
}
#logo-div {
    padding-left: 40px;
    background-color: white;
}
#title-div {
    background-color: white;
    min-height: 67px;
}
#page-title{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: 0.01em;
    font-size: 18px;
    margin-top: 30px;
}
.panel-holder{
    margin-top: 5px !important;
}
#side-menu-container {
    margin-right: -15px;
    padding-left: 0px;
    height: auto;
}
#content-side-page{
    /*           min-height: 851px;
      max-height: 851px;
    */   background-color: white;
    margin-left: 25px;
    width: 82.5%;
    /*  overflow-x: hidden;*/
}
#logged-user-div{
    margin-left: 0px;
}
.no-shadow{
    box-shadow: none !important;
}  


#logo-div{
    padding: 15px;    padding-left: 25px;
    border-bottom: 2px solid #F5F6F8;   
}
#logo-div > a > img {
    width: 112px;
    height: 37.24px;  
}
#logged-user-div{
    margin-top: 15px;
    margin-bottom: 30px;   
}
#logged-user-img-div{
    margin-top: 6px;
    text-align: right;
    padding-right: 0px;   
}
#logged-user-name-div > h4{
    margin-bottom: 0px;font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;   
}
#logged-user-name-div > label{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #90A0B7;
}
#logout-div{
    text-align:center;  
    margin-top: 15px;
}
#logout-div > a{
    width:55%;font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

.statistic-dev{
    font-size: 15px;padding-left: 0px;margin-top: 10px;  
}
.order-status-dev{
    padding-bottom: 7px; 
}
.order-status-dev .fa{
    margin-right: 15px;    
    font-weight: bold;  
}
.order-status-dev .delivered{
    color:#398439;
}
.order-status-dev .assigned{
    color:blue;
}

.order-status-dev .intransit{
    color:purple;
}

.order-status-dev .returned{
    color:orange;
}
.order-counter{
    font-weight: bold;
}
.order_header-dev{/* Submitted Orders */


    /*   position: absolute;
       width: 146px;
       height: 21px;
       left: 271px;
       top: 20px;
    */
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    letter-spacing: 0.01em;

    color: #000000;
}
.bulk_upload{

    background: #FFFFFF;
    border: 1px solid #E1E4E7;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0px;
}
.DeleteIcon {
    width: 20px;
    height: 25px;
    box-shadow: 6px 4px 18px 0 rgba(0, 0, 0, 0.06);
    background-color: #3cbf58
}
.Surface {
    width: 102px;
    height: 30px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    background-color: #3cbf58;
}

.dataTables_wrapper a.paginate_button {
    display: inline-block;
    border-radius: 0px;
    font-size : 13px;
    font-style: normal;
    text-transform : uppercase;
    letter-spacing: 0;
    color: #000000!important;
    background : none!important;
    padding: 0.5em 1em;
    border: solid 2px #000000!important;
    -webkit-transition : all 0.25s ease-out;
    -moz-transition : all 0.25s ease-out;
    transition : all 0.25s ease-out;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current {

    color: rgb(255, 255, 255)!important;
    border: 2px solid #398439 !important;
    background-color: #398439 !important;
}
.dataTables_wrapper a.paginate_button{
    border:none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #398439 !important; 
}


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate , .dataTables_wrapper .dataTables_paginate
{
    color: #398439 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #fff !important;
}
.paginate_button i {
    font-size: 14px;
    font-weight: bold;
}

/* new design  */
.row.row-filter{ 
    padding-bottom: 15px;
    margin-left: 0px;
}
.actions-div{
    padding-top: 24px;
}
.row-filter > div {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.inline-actions{
    padding-top: 30px !important;
}
.newline-actions{
    padding-top: 10px;
    text-align: right;
}
table.dataTable tbody > tr{
    text-align: center;
}
table.dataTable thead > tr{
    text-align: center; 
}
table.dataTable thead > tr >th{
    text-align: center; 
}
table.dataTable tfoot {
    display: none;
}
.inline-actions-custom{
    padding-top: 39px !important; 
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):not(.open){
    min-width: 100% !important;
}
.dropdown.bootstrap-select{
    min-width: 100% !important;  
}
.dropdown-menu.open{
    min-width: 270px !important;
}

body::-webkit-scrollbar,#side-menu-container::-webkit-scrollbar,#content-side-page::-webkit-scrollbar {
    display: none; /* chrome */
}
body,#side-menu-container,#content-side-page {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
body{
    overflow-y: hidden;   
}
#containers-div, html, body,body> div {
    height: 97%;
    font-size: 14px;
    font-weight: bold;
}
#side-menu-container {

    height: 100%;
    overflow-y: auto;
}
#content-side-page {

    height: 100%;
    overflow-y: auto;
}