@import "tether"; @import "bootstrap/css/bootstrap-material-design.min"; @import "node-waves/waves"; @import "animate-css/animate"; @import "bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker"; @import "bootstrap-select/css/bootstrap-select"; @import "morrisjs/morris"; @import "BSBMaterial/style"; @import "BSBMaterial/themes/all-themes"; /* Start Reset Theme */ .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto { padding-left: 10px; padding-right: 10px; } .navbar { padding: 0.1rem 1rem; } .navbar-header { padding: 0px; } .navbar-brand { padding-top: 0rem; padding-bottom: 0rem; } .navbar-brand-txt { position: relative; top: 5px; } .navbar-right a { color: #fff; } .navbar-right a.dropdown-toggle { position: relative; top: -5px; } .dropdown-menu { margin-top: 0px !important; } .ls-closed .bars:after, .ls-closed .bars:before { position: absolute; top: 8px; } section.content { margin: 70px 15px 0 225px; } .sidebar { width: 210px; height: calc(100vh - 50px); position: fixed; top: 50px; right: 250px; } .right-sidebar { width: 240px; height: calc(100vh - 50px); position: fixed; right: -260px; top: 50px; } .nav-tabs li a.active { color: #222 !important; } .info-box { margin-bottom: 20px; } .card { margin-bottom: 20px; } .checkbox label, label.checkbox-inline { padding-left: 0; } .checkbox label input[type=checkbox], label.checkbox-inline input[type=checkbox] { position: relative; left: 0; z-index: -1; width: 13px; height: 13px; margin: 5px 5px 0 0; overflow: hidden; pointer-events: none; opacity: 1; } /* End Reset Theme */ /* *************************************************** */ .hidden{ display: none !important; } /***************** Start Origami CSS *************************/ /* Reset */ .table { margin-bottom: 0px; } select.form-control { height: inherit !important; } .form-horizontal .form-group { margin-right: 0px !important; } .card-columns { font-size: 18px !important; } /* End Reset */ .dining { min-height:470px; max-height:570px; overflow:auto } .order-info { min-height:300px; max-height:500px; overflow:auto } .others-payment{ line-height:100px; text-align:center; color:white; width:300px; height:100px; font-size:18px; } .orders-table { cursor: pointer; } .cashier_number{ width: 33%; height:70px; line-height:70px; text-align:center; background:#54A5AF; // float:left; // margin:2px; font-size:20px; color:white; // cursor:pointer; } .del_cashier_number{ opacity:0.6, } .pay{ width: 98%; height:211px; line-height:211px; text-align:center; font-size:20px; color:white; } .payment{ height:70px;line-height:70px; align:center; color:white; font-size:16px; margin-top:5px; } .font-12 { font-size: 12px; } .cash-color{ background-color:#80CBC4; } .credit-color{ background-color:#FFCCBC; } .other-payment-color{ background-color:#E1BEE7; } .cashier_number:hover{ background:#A9F5F2; } .action-btn { white-space: normal !important; height: 60px; margin-bottom: 5px; } .radius-btn { border-radius:5px; color:#fff; background-color:red; } .bottom-5 { margin-bottom: 5px; } .fluid { width: 100%; } .style2 { border-top: 3px double #8c8b8b; } .long{ width:49%; } .sold { background-color: red; } .paid { background-color: green; } .selected-item { color: #fff !important; background-color: blue !important; } .selected-account { color: #fff !important; background-color: blue !important; } /* Reciept Style */ #order-charges-table td { border-top: none !important; } .charges-name { width: 80%; text-align: left; } .item-name { width: 60%; text-align: left; } .item-attr { width: 20%; text-align: right; } .item-attr-edit{ width: 10%; text-align: left; } .display-none{ display: none; } .text-white{ color: #fff; } /* Colors */ .purple { background-color:#7a62d3; } .orange{ background-color:#FF7F50; } .red { background-color:#ff0000; } .green{ background-color: #009900; } .orange{ background-color: #FF8C00; } .blue{ background-color: blue; } /* End Colors */ .left{ margin-left:1px; } .bottom{ margin-bottom: 1px; } /* Discount */ .discount-item-row { cursor: pointer; } tr.discount-item-row:hover { background-color: #e3e3e3 !important; } .required abbr{ color: red !important; } /*Loading gif for payment*/ #loading_wrapper{ position: fixed; background-color: #C8C8C8 ; height: 100%; width: 100%; left: 0; opacity: 0.6; top: 0; z-index: 9999999; } #loading{ position: relative; height: 100%; width: 100%; background-image: url('../../../image/loading-ajax.gif'); background-position: center center; background-repeat: no-repeat; opacity: 1; filter: alpha(opacity=100); /* ie */ -moz-opacity: 1; /* mozilla */ } /***********************End Origami CSS ************************/