323 lines
5.6 KiB
SCSS
Executable File
323 lines
5.6 KiB
SCSS
Executable File
@import "material_icons";
|
|
@import "tether";
|
|
@import "bootstrap/css/bootstrap-material-design.min";
|
|
@import "node-waves/waves";
|
|
@import "animate-css/animate";
|
|
@import "sweetalert/sweetalert.css";
|
|
@import "multi-select/css/multi-select.css";
|
|
@import "bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker";
|
|
@import "jquery-ui/jquery-ui.css";
|
|
@import "jquery-ui/jquery-ui.structure.css";
|
|
@import "jquery-ui/jquery-ui.theme.css";
|
|
@import "morrisjs/morris";
|
|
@import "BSBMaterial/style";
|
|
@import "BSBMaterial/themes/all-themes";
|
|
@import "reset";
|
|
@import "fileinput.min";
|
|
|
|
.sx-margin-0 {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.selected-item {
|
|
color: #fff !important;
|
|
background-color: #7a62d3 !important;
|
|
}
|
|
|
|
.assign {
|
|
color: #fff !important;
|
|
background-color: #009900;
|
|
}
|
|
.assign .text-muted{
|
|
color: #fff !important;
|
|
}
|
|
.normal{
|
|
color: #fff !important;
|
|
background-color: #54A5AF;
|
|
}
|
|
.cancel {
|
|
color: #fff !important;
|
|
background-color: #FF0000;
|
|
}
|
|
.red{
|
|
color: #fff !important;
|
|
background-color: red;
|
|
}
|
|
.green{
|
|
color: #fff !important;
|
|
background-color: #009900;
|
|
}
|
|
.required abbr{
|
|
color: red !important;
|
|
}
|
|
.jconfirm-box-container{
|
|
margin-left:-40px !important
|
|
}
|
|
|
|
#sxModal {
|
|
display: none;
|
|
overflow: auto;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000;
|
|
background-color: rgba(0,0,0,0.4);
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1100;
|
|
}
|
|
|
|
#sxModal-Content {
|
|
position: relative;
|
|
left: 42%;
|
|
top: 30%;
|
|
background-color: #32ad1a;
|
|
color: #fff;
|
|
text-align: center;
|
|
width: 200px;
|
|
height: 200px;
|
|
padding-top: 5%;
|
|
border-radius: 100px;
|
|
z-index: 1101;
|
|
}
|
|
|
|
#container {
|
|
margin: 0px auto;
|
|
width: 480px;
|
|
height: 375px;
|
|
|
|
}
|
|
#videoElement {
|
|
width: 480px;
|
|
height: 375px;
|
|
|
|
}
|
|
|
|
.cashier_number{
|
|
width: 33%;
|
|
height:58px;
|
|
line-height:58px;
|
|
text-align:center;
|
|
background:#54A5AF;
|
|
// float:left;
|
|
// margin:2px;
|
|
font-size:20px;
|
|
color:white;
|
|
// cursor:pointer;
|
|
}
|
|
|
|
.red {
|
|
background-color:#F44336;
|
|
}
|
|
|
|
.green{
|
|
background-color: #009900;
|
|
}
|
|
|
|
.left-margin-1 {
|
|
margin-left:1px;
|
|
}
|
|
|
|
.bottom{
|
|
margin-bottom:1px;
|
|
}
|
|
|
|
/*Pagination*/
|
|
nav.pagination {
|
|
margin:10px;
|
|
|
|
}
|
|
nav.pagination .current{
|
|
background-color:#1f91f3;
|
|
color:#fff;
|
|
padding:4px 10px;
|
|
margin-top:-4px;
|
|
}
|
|
nav.pagination .page a,.next a,.last a,.prev a,.first a{
|
|
padding:6.5px 10px;
|
|
margin-left: 3px;
|
|
}
|
|
|
|
nav.pagination .page a:hover,
|
|
a:focus {
|
|
background-color: #ccc;
|
|
text-decoration: none;
|
|
|
|
}
|
|
nav.pagination .page a:hover,
|
|
.first a:hover,.last a:hover,.prev a:hover,.next a:hover{
|
|
background-color: #ccc;
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
/*Logout Icon*/
|
|
i.logout_icon{
|
|
position: relative;
|
|
top: 5px;
|
|
}
|
|
|
|
/*customer modal UI */
|
|
.wizard {
|
|
background: #f1f1f1;
|
|
padding: 10px;
|
|
}
|
|
.wizard .nav-tabs {
|
|
position: relative;
|
|
border: 0px;
|
|
}
|
|
.wizard > div.wizard-inner {
|
|
position: relative;
|
|
margin: 0 0 0 145px !important;
|
|
}
|
|
.connecting-line{
|
|
height:12px;
|
|
background: #e0e0e0;
|
|
position: absolute;
|
|
width: 105%;
|
|
margin: 0 auto;
|
|
left: 0;
|
|
right: 0;
|
|
top:38%;
|
|
z-index: 1;
|
|
border-radius: 15px;
|
|
}
|
|
.active-line{
|
|
height:12px;
|
|
background: #e0e0e0;
|
|
position: absolute;
|
|
width: 5%;
|
|
margin: 0 auto;
|
|
left: 0;
|
|
right: 0;
|
|
top:61%;
|
|
z-index: 1;
|
|
border-radius: 15px !important;
|
|
}
|
|
.connecting-line a.active{
|
|
background-color: #2ED4E0;
|
|
}
|
|
.border-right{
|
|
border-radius: 15px 0 0 15px;
|
|
}
|
|
.border-left{
|
|
border-radius: 0;
|
|
}
|
|
.wizard .nav-tabs > li {
|
|
margin-bottom: -20px;
|
|
}
|
|
.wizard .nav-tabs > li > a.active > a, .wizard .nav-tabs > li > a.active > a:hover, .wizard .nav-tabs > li > a.active > a:focus {
|
|
cursor: default;
|
|
border: 0;
|
|
color:#2ED4E0;
|
|
border-bottom-color: transparent;
|
|
}
|
|
.nav-tabs li p{
|
|
padding-top:40px;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
}
|
|
.list-inline{
|
|
text-align: center;
|
|
}
|
|
span.round-tab {
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
display: inline-block;
|
|
border-radius: 100px;
|
|
background:#DFE3E4;
|
|
border: 2px solid #fff;
|
|
z-index:1;
|
|
position:absolute;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
}
|
|
.wizard li > a.active span.round-tab{
|
|
background:#2196F3;
|
|
color:white;
|
|
border: 1px solid #fff;
|
|
}
|
|
span.round-tab:hover{
|
|
color: white;
|
|
border: 1px solid #fff;
|
|
background-color:#2196F3;
|
|
}
|
|
.wizard .nav-tabs > li {
|
|
width: 25%;
|
|
}
|
|
.wizard .nav-tabs > li a{
|
|
width: 28px;
|
|
height: 28px;
|
|
margin: 18px auto;
|
|
border-radius: 100%;
|
|
padding: 0;
|
|
color: #777;
|
|
}
|
|
.wizard .tab-pane {
|
|
position: relative;
|
|
padding-top: 5px;
|
|
border-top: 1px solid #fff;
|
|
margin-top: 20px;
|
|
}
|
|
.next-step:hover, .next-step, .prev-step:hover, .prev-step{
|
|
position: relative;
|
|
background-color: #2196F3;
|
|
font-size: 14px;
|
|
color: #FFFFFF;
|
|
}
|
|
/*customer modal UI */
|
|
|
|
@media screen and (max-width: 785px) {
|
|
section.content{
|
|
margin: 80px 15px 0 225px;
|
|
}
|
|
|
|
.mbl_view{
|
|
display: none;
|
|
}
|
|
|
|
.navbar-brand-txt{
|
|
margin-top: -15px;
|
|
}
|
|
|
|
.toggle_mbl {
|
|
text-align: right;
|
|
}
|
|
|
|
.toggle_mbl img{
|
|
width: 24px;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.toggle_mbl a:hover, a:focus{
|
|
background-color: unset;
|
|
}
|
|
|
|
.col-mbl-view{
|
|
width: 50%;
|
|
}
|
|
|
|
.info-box .icon{
|
|
display: none;
|
|
}
|
|
|
|
.mbl_product_div{
|
|
display: none;
|
|
}
|
|
|
|
.sidebar .menu{
|
|
top: 10px;
|
|
}
|
|
|
|
.page-header{
|
|
width: 100%;
|
|
}
|
|
|
|
.ls-closed .bars:after, .ls-closed .bars:before{
|
|
top: 14px;
|
|
}
|
|
}
|