@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,600');

body {
    min-height: 100%;
    min-height: 100vh;
    min-height: calc(100vh - 52px);
    position: relative;
}
body, .checkbox, .radio{
    font-family: 'Ubuntu', sans-serif;
    color: #6e6e70;
    font-weight: 300;
    background-color: #f9f9f9;
}
.checkbox, .radio{
    cursor:pointer
}
.link{
    color: #6e6e70;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, h1 {
    font-size: 21px;
    font-weight: 300;
}

h3, .h3{
    font-size: 15px;
    font-weight: 300;
}

.pt-05{
    padding-top: 5px;
}



.btn-group-vertical>.form-control:first-child:not(:last-child) {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.form-control~.form-control{
    border-top:0
}
.btn-group-vertical>.form-control:not(:last-child){
    border-bottom-width:1px
}
.btn-group-vertical>.form-control:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 7px;
}
.btn {
    border: 2px solid #dbdbdb;
    background: transparent;
    color: #6e6e70;
    border-color: #dbdbdb ;
}

.table .btn.btn-default, .modal .btn.btn-default {
    border-width: 2px;
    border-color: #6e6e70 !important;
    background: transparent;
    color: #6e6e70;
    border: 2px solid #6e6e70 !important;
    background: transparent!important;
    color: #000;
    margin-left: 6px;
    margin-right: 6px;
}


a.logo {
    float: left;
    margin-right: 15px;
}

.btn.btn-default, .main-header .head-search{
    border: 2px solid #fff !important;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    color: #fff;
}
.head-search{
    border: 2px solid #6e6e70; /* stroke */
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    color: #000;
}

header#main-header {
    background-color: #F68B1C; /* layer fill content */
}

.head-right {
    padding-top: 7px;
    float: right;
}
.right-bar .btn{
    margin-left: 12px;
}
.btn-default {
    border-color: #fff!important;
    min-width: 100px;
    background: #F68B1C;
}

.btn {
    outline: none!important;
    border-radius: 5px;
}
.btn {
    font-weight: 300;
}
.btn.btn-default,.btn.btn-default:hover{
    border: none;
    background: #F68B1C;
    border-color: #F68B1C;
}








.login-form {
    margin: 0 auto;
    max-width: 318px;
}

.login-form .form-control {
    border-width: 2px;
    border: 2px solid #dbdbdb; /* stroke */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
}

.login-content {
    padding: 68px 0;
}

.login-content .container {
}

.login-content h1 {
    margin-bottom: 35px;
}

.form-control {
    border: 1px #dbdbdb solid;
    font-size: 15px;
}

.timing-table .form-control, .login-form .form-control{
    height: 55px;
}










.login-form .input-group {
    margin-bottom: 6px;
}

.submit-login {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #F68B1C !important;
    color: #fff!important;
    width: 100%;
    max-width: 318px;
    display: inline-block;
}

.btn.btn-lg {
    padding: 12px 16px;
}

.navbar-toggle {
    border-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}








.step-counts span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #6d6d6f; /* layer fill content */
    border-radius: 10px;
    /* display: inline-block; */
    margin: 0 auto;
}

.step-counts .col-xs-4:first-child span {
    text-align: center;
    float: left;
    transform: translateX(-50%);
}

.step-counts .col-xs-4:last-child span {
    transform: translateX(50%);
    float: right;
}

.step-counts .col-xs-4:last-child {
    text-align: right;
}

.step-counts {
    text-align: center;
    position: relative;
    margin: 27px 0;
}

.step-counts:before {
    background-color: #6d6d6f; /* layer fill content */
    content: '';
    display: block;
    height: 4px;
    margin: 0 14px;
    transform: translateY(12px);
}

.row.step-counts.step-1 .col-xs-4:first-child span:before, .row.step-counts.step-2 .col-xs-4 span:before, .row.step-counts.step-3 .col-xs-4 span:before, .step-counts.step-3:before {
    background: #F68B1C;
}
.row.step-counts.step-1 .col-xs-4:first-child, .row.step-counts.step-2 .col-xs-4 span, .row.step-counts.step-3 .col-xs-4 span, .step-counts.step-3{
    color: #F68B1C;
    font-weight: 400
}
.row.step-counts.step-2 .col-xs-4:last-child span:before {
    background: #6d6d6f;
}
.row.step-counts.step-2 .col-xs-4:last-child span {
    color: #6d6d6f;
    font-weight: 300
}

.step-counts.step-2:before {
    background: -moz-linear-gradient(90deg, #F68B1C 50%, #6d6d6f 50%);/* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(50%, FF00BF), color-stop(50%, 6d6d6f));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #F68B1C 50%, #6d6d6f 50%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #F68B1C 50%, #6d6d6f 50%);/* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #F68B1C 50%, #6d6d6f 50%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #F68B1C 50%, #6d6d6f 50%);/* W3C */
}





.content-area{
    padding-bottom: 50px;
}
.timing-table{
    max-width: 630px;
    margin: 0 auto;
    white-space: nowrap;
    border: none !important;
}
.table-responsive.timing-table td{
    vertical-align: middle;
    border-width: 0;
    padding-bottom: 5px;
    padding-top: 6px;
}
.timing-table select{
    min-width: 127px;
}

label.checkbox:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 22px;
    border: 2px solid #dbdbdb;
    border-radius: 3px;
    vertical-align: top;
    margin-right: 4px;
    text-align:center;
    line-height: 1.25;
}

[type="checkbox"]:checked + label.checkbox:before {
    /* border-color: rgb(0, 0, 0); */
    content:'✔';
}





.well-sm .img {
    display: inline-block;
    width: 33.33%;
    text-align: center;
}

.well-sm .row + .row {
    padding-top: 30px;
}

.well.well-sm {
    background: #fff;
}





.head-search .form-control:first-child {
    border: none;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    height: 32px;
    background: transparent;
    color: #fff;
}

.main-header .head-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.main-header .head-search .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.main-header .head-search .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.main-header .head-search .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.head-search {
    margin-left: 20px;
}
.main-header .head-search {
    margin-top: 8px;
    margin-bottom: 8px;
    float: left !important;
}

.head-search .input-group-addon:last-child {
    background: transparent;
    border: none;
    color: #6e6e70;
}
.main-header .head-search .input-group-addon:last-child{
    color: #fff;
}


#left-sidebar a {
    display: block;
    padding: 9px 9px;
    color: #6e6e70;
    text-decoration: none!important;
}
#left-sidebar ~ .container-fluid {
    max-width: 1900px;
    margin-left: 130px;
    /* padding-left: 26px; */
    overflow: auto;
}

.page-header-bar .head-search {
    /*width: 30%;*/
    float: left;
}

.page-header-bar .date-group {
    width: 170px;
    float: right;
}

.page-header-bar {
    padding: 24px 0;
}

.page-header-bar .head-search .form-control:first-child {
    height: 37px;
    color: #6e6e70;
}

.page-header-bar .head-search {
    border-radius: 22px;
}

.page-header-bar .h4 {
    font-size: 20px;
    margin-top: 9px;
}

.page-header-bar .btn-lg {
    padding: 8px 15px;
    border-radius: 22px;
    font-size: 16px;
}

.page-header-bar .head-search .input-group-addon:last-child {
    font-size: 20px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-width: 2px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: 14px;
    vertical-align: middle;
}

.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
    font-weight:500;
}
/*.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td {
    white-space:nowrap
}*/
td.text-success {
    color: #13ff01;
    font-weight: 500;
}
table.table.border-less td,table.table.border-less th {
    border: none;
}

table.table.border-less {
    border: 2px solid #ddd;
    background: #fff;
}
table.table p {
    white-space: normal;
}

table.table.border-less th {
    vertical-align: text-top;
}
.form-container{
    max-width: 900px;
}

.form-container div.title {
    width: 168px;
    float: left;
    font-size: 15px;
    padding-top: 7px;
}

.form-container .field {
    float: left;
    width: calc(100% - 168px);
    margin-bottom: 7px;
}


.row.less-gutter >
[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.less-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.field img{
    border: 1px #dbdbdb solid;
}


.badge {
    padding: 10px;
    font-size: 15px;
    font-weight: normal;
    border-radius: 20px;
    background-color: #6e6e70;
}

.bg-green, .btn.bg-green, .btn.bg-green:hover {
    background-color: #00e48b;
    border-color: #00e48b !important;
}

.bg-red,.btn.bg-red,.btn.bg-red:hover {
    background-color: #ff0000;
    border-color: #ff0000 !important;
}


.stat-boxes .cov {
    border: 2px solid #dbdbdb; /* stroke */
    background-color: #fff; /* layer fill content */
    text-align: center;
    padding: 8px 0;
    margin-bottom: 10px;
    color: #6d6d70; /* text color */
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: 500;
}
.counted {
    font-size: 20px;
}

.confirm-modal.in {
    display: flex !important;
}

.confirm-modal .modal-dialog {
    margin: auto;
}

/*categories by lucky*/ 
.orderBtn{
    border-radius: 20px;
    border: 1px solid #F68B1C;
    background-color: #F68B1C;
    color: white;
    font-size: 15px;
    outline: none;
    padding: 4px 10px 4px 10px;
}
