@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
body {
  background: #eef1f2;
  font-family: 'Lato', sans-serif;
  min-width: 1024px;
  min-height: 720px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header {
  width: 100%;
  height: 64px;
  background-color: #323e72;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #adbfff;
  padding: 11px 23px;
  overflow: hidden;
  z-index: 100;
}
#sub-header {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  position: fixed;
  top: 64px;
  border-bottom: 1px solid #adbfff;
  padding: 8px 23px;
  overflow: hidden;
  z-index: 100;
  box-shadow: 0 4px 4px 0 rgba(50, 62, 114, 0.15);
}
#main-content {
  position: relative;
  margin: 25px 0;
  width: calc(100% - 207px);
  overflow:hidden;
}
#side-bar + #main-content{
  top: 64px;
  left: 205px;
}
#sub-header + #side-bar + #main-content{
  top: 112px;
  left: 205px;
}
#sub-header + #side-bar{
  top: 112px;
}
#sub-header + #main-content{
  top: 112px;
  left: 0;
  margin: auto;
  margin-top: 20px;
}
#search-container{
  width: calc(100% - 380px);
  position: relative;
}
#search-container input{
  border-radius: 4px;
  background-color: #17214E;;
  border: 1px solid #17214E;;
  color: #ffffff;
  text-indent: 50px;
  height: 42px;
  font-size: 14px;
}
#search-container input::placeholder{
  color: #ffffff;
}
a:hover{
  color: #ea6333;
}
.search-icon{
  position: absolute;
  top: 8px;
  left: 17px;
  color: #ffffff;
  z-index: 1000;
  font-size: 27px;
}
.search-icon-right {
   color: #8D99AA !important;
   font-size: 20px !important;
   border: 1px solid #dee2e6 !important;
}
.modal-body .search-container{
  position: relative;
}
.modal-body .search-container input{
  border: 1px solid #a3a9be;
  color: #2d353d;
  text-indent: 25px;
  border-radius: 4px;
  opacity: 0.5;
  height: 32px;
  background-color: #ffffff;
}
.modal-body .search-icon{
  color: #a3a9be;
  position: absolute;
  top: 4px;
  left: 10px;
}
#profile-container{
  position: fixed;
  top: 0;
  right: 0;
  width: 306.9px;
  height: 63px;
  background-color: #323E72;
  z-index: 200;
}
.branch-dropdown{
  position: relative;
  width: 212px;
  height: 63px;
  padding: 15px 24px;
  background: #323E72;
  border-right: 1px solid #17214E;
}
.branch-dropdown::after{
  color: #adbfff;
  margin-top: 0px!important;
}
#side-nav{
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 72px;
  height: 100%;
  background-color: #191F37;;
  padding: 10px 3px 0;
  text-align: center;
  z-index: 10;
}
#side-bar{
  position: fixed;
  top: 64px;
  background-color: #ffffff;
  width: 205px;
  /*padding: 14px 0;*/
  padding-top: 14px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 66px;
  height: calc(100% - 64px);
  overflow-y: auto;
  border-right: 1px solid #B6BDC7;
}
#container{
  padding-left: 72px;
  height: 100%;
  position: absolute;
  width: 100%;
}
#logo{
  margin-bottom: 17px;
  width: 38px;
  height: 38px;
}
#avatar{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #ff6e3b;
  border: solid 1px #a6401c;
  border-radius: 100px;
  top: 12px;
  right: 24px;
  text-align: center;
  padding: 7px 0px;
}
.material-icons.menu-icon {
  font-size: 27px;
  color: #7C87AE;
  margin: 20px 0 0;
  padding: 5px;
}
.material-icons.menu-icon:hover, .material-icons.menu-icon:active, .material-icons.menu-icon.active{
  background-color: #EA6333;
  border-radius: 4px;
  color: #ffffff;
}
.material-icons.logo {
  font-size: 40px;
  color: #788897;
  margin: 0;
}
.material-icons.icon-orange{
  color: #ea6333;
}
.line-1{
  width: 100%;
  height: 1px;
  background: #a3a9be;
  margin-bottom: 18px;
  opacity: 0.5;
}
.line-2{
  width: 50%;
  height: 1px;
  background: #68737e;
  margin: auto;
  opacity: 0.5;
}
.line-3{
  width: 100%;
  height: 1px;
  background: #a3a9be;
  margin-top: 10px;
  margin-bottom: 21px;
  opacity: 0.5;
}
.line-4{
  width: 100%;
  height: 1px;
  background: #a3a9be;
  margin-top: 14px;
  margin-bottom: 14px;
  opacity: 0.5;
}
.line-5{
  width: 100%;
  height: 1px;
  background: #ea6333;
  margin-bottom: 14px;
}
.line-6{
  width: 100%;
  height: 1px;
  background: #ea6333;
}
.line-7{
  width: 100%;
  height: 1px;
  background: #a3a9be;
  margin-bottom: 12px;
}
.line-2.spacer{
  margin-top: 20px;
}
h4.store-name{
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
}
p.branch{
  font-size: 10px;
  color: #ffffff;
  font-weight: normal;
}
p.avatar-name{
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}
a{
  color: #ffffff;
}
a.orange-link{
  color: #ea6333;
  text-decoration: none;
}
div.pagination{
  background-color: grey;
}
.pagination a{
  padding: 2px 5px 2px 5px;
}
a.prev_page{
  color: #2d353d;
}
a.next_page{
 color: #2d353d;
}
span.current{
  font-weight: bold;
}
ul{
  font-size: 12px;
  line-height: 2em;
}
#side-bar .title{
  text-transform: uppercase;
  font-size: 8px;
  font-weight: bold;
  color: #323E72;
  padding: 5px 15px;
  margin-bottom: 5px;
}
#side-bar > ul > li > a{
  font-size: 14px;
  line-height: 2.29;
  color: #191F37;;
  text-decoration: none;
  padding: 0 15px;
  float: left;
  width: 100%;
}
#side-bar > ul > li > a:active, #side-bar > ul > li > a.active{
  background: #F46633;
  color: #ffffff;
}
.dropdown-toggle::after{
  float: right;
  margin-top: 8px;
}
#side-bar > ul > li > ul > li > a, #side-bar > ul > li > ul > li > a.active{
  font-size: 12px;
  text-decoration: none;
  padding: 0 32px;
  color: #8D99AA;
  line-height: 2.67;
  text-decoration: none;
}
#side-bar > ul > li > ul > li > a.active{
  color: #EA6333;
  float: left;
  width: 100%;
}
.row{
  margin: 0px!important;
  padding: 0px!important;
}
h1, h2{
  font-size: 18px;
  color: #2d353d;
  font-weight: bold;
}
h1.page-title{
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  margin-top: 5px;
}
.btn, .btn:hover, .btn:active{
  background: #ea6333;
  padding: 0.20rem;
  font-size: 14px;
  text-transform: uppercase;
  border: solid 1px #c34e1d;
  color: #ffffff;
  text-decoration: none;
}
.btn-default, .btn-default:hover{
  background: #a3a9be;
  border: solid 1px #777f9c;
}
.btn.btn-white, .btn.btn-default:hover{
  background: #ffffff;
  border: solid 1px #a3a9be;
  color: #68737e;
  font-weight: bold;
}
.btn.btn-white a{
  color: #B6BDC7;
  text-decoration: none;
}
.btn.btn-white a:hover{
  color: #EA6333;
}
.btn.btn-white:active{
  color: #ea6333;
}
.btn-secondary, .btn-secondary:hover{
  background: #7686bc;
  border: solid 1px #425495;
  font-size: 12px;
}
.btn-success, .btn-success:hover{
  background-image: linear-gradient(to bottom, #ffffff, #f4f5f9);
  border-radius: 4px;
  border: solid 1px #a3a9be;
  width: 88px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: #777f9c!important;
}
.payment-type.checkout{
  height: 40px;
  width: 115px;
}
.btn-success.checkout:hover, .btn-success.checkout:active{
  border-color:#ea6333!important;
  color:#ea6333!important;
}
.btn-warning, .btn-warning:hover{
  border: solid 1px #777f9c;
  background-color: #a3a9be;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  width: 104px;
  height: 24px;
  border-radius: 4px;
}
.btn-link{
  width: 136px;
  height: 32px;
  color: #8D99AA;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  border: none;
  text-decoration: none!important;
}
.btn-link:hover, .btn-link:active, .btn-link.active{
  text-decoration: none!important;
  border: 1px solid #EA6333;
  border-radius: 4px;
  color: #EA6333;
  background-color: transparent;
}
p.description, ol.description, .description{
  font-size: 12px;
  color: #777f9c;
}
.section-header{
  margin-left: 25px;
}
.form-container{
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(73, 103, 114, 0.14);
  border: solid 1px #a3a9be;
  background-color: #ffffff;
  padding: 20px 9px;
  margin-bottom: 16px;
}
label{
  font-size: 12px;
  font-weight: bold;
  color: #2d353d;
  margin-bottom: 0rem;
}
.form-description{
  font-size: 10px;
  color: #777f9c;
  margin-top: 7px;
}
.form-control, .selectize-input{
  font-size: 12px;
  color: #2d353d;
  height: 32px;
  border-radius: 2px!important;
  border: solid 1px #a3a9be;
  box-shadow: none;
}
.input-group-text{
  height: 32px;
  font-size: 12px;
  color: #2d353d;
  border-radius: 0px;
}
.form-control-file{
  font-size: 12px;
  color: #2d353d;
  height: 32px;
}
.page-header{
  float: left;
}
.save, .save:hover{
  float:right;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.xero{
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.restore{
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  color: #7686bc!important;
  margin: 5px 15px;
  font-weight: bold;
}
.icon-links, .icon-links:hover{
  text-transform: uppercase;
  font-size: 12px;
  color: #013387!important; 
  font-weight: bold;
  margin-right: 20px;
  text-decoration: none;
}
.icon-links .material-icons{
  position: relative;
  top: 5px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.gradient{
  background-image: linear-gradient(to bottom, #ffffff, #f4f5f9);
}
th,td{
  font-size: 12px;
  color: #2d353d;
}
table tbody tr:hover{
  background-color: #EEF1F2;
}
.active_tr{
  background-color: #eef1f994;
}
input[type=checkbox]{
  border: solid 1px #a3a9be;
  background-color: #ffffff;
  border-radius: 2px!important;
}
input[type=radio]{
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: solid 1px #a3a9be;
  background-color: #ffffff;
}
table img{
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #a3a9be;
}
table img.medium{
  width: 64px;
  height: 64px;
}
table img.large{
  width: 80px;
  height: 80px;
}
table img.barcode-image {
  width: 154px;
  height: 64px;
  border: 0;
}
.modal-dialog.sm{
  max-width: 300px;
}
.modal-dialog.medium {
  max-width: 450px;
}
.modal-dialog{
  max-width: 600px;
}
.modal-dialog.wide{
  max-width: 760px;
}
h4.modal-title{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.modal-header{
  border-bottom: none;
  padding: 25px 25px 0px!important;
}
.modal-body{
  font-size: 12px;
  padding: 0 25px 25px!important;
}
.modal-footer{
  background: #f4f5f9;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.modal-footer.align-right{
  display: block;
}
.modal-footer .icon-links{
  color: #777f9c!important;
  margin-right: 10px;
}
.modal-footer .material-icons{
  font-size: 20px;
}
.modal-footer .orange-action-btn{
  text-align: right;
}
.nav-tabs .nav-link{
  font-size: 12px;
  color: #8D99AA;
  text-transform: uppercase;
}
.nav-tabs .nav-link.active{
  color: #EA6333;
}
.tab-pane.container{
  margin-top: 19px;
  padding: 0px!important;
}
.modal-dialog .form-group{
  margin-bottom: 10px!important;
}
.table thead th{
  border-bottom: none!important;
}
.modal-dialog .table th{
  border-top: none!important;
}
.toggle-group .btn{
  font-size: 8px!important;
}
.toggle-group .toggle-handle{
  background: #ffffff;
}
.toggle.btn-sm {
  min-width: 40px!important;
  min-height: 20px!important;
}
.toggle-on.btn {
  padding-right: 8px!important;
}
.toggle-off.btn-sm {
  padding-left: 5px!important;
  background: #a3a9be;
}
.toggle-handle{
  width:16px!important;
  height: 150%!important;
  border-radius: 2px!important;
}
label.checkbox, label.form-check-label{
  font-weight: normal;
  font-size: 12px;
}
label.checkbox input[type=checkbox], input[type=radio]{
  margin-right:10px;
  vertical-align: middle;
}
div.checkbox, div.form-check{
  margin-bottom: 10px;
}
h3.inline-header{
  font-size: 12px;
  font-weight: bold;
  color: #2d353d;
  text-transform: uppercase;
  float:left;
}
h3.inline-header-grey{
  font-size: 12px;
  font-weight: bold;
  color: #8D99AA;
  text-transform: uppercase;
}
a.inline-link{
  float:right;
  font-size: 12px;
  color: #ea6333!important;
  text-decoration: underline;
  cursor: pointer; 
}
.change{
  font-size: 12px;
  color: #777f9c;
  font-weight: bold;
  float:right;
}
.change-large{
  font-size: 28px;
  font-weight: 300;
  color: #4c5060;
  margin-bottom: 12px;
}
.change-large .material-icons.increase{
  float: right;
  color: #26d85b;
  font-size: 28px;
}
.material-icons.increase{
  color: #26d85b;
  font-size: 12px;
  margin-left: 5px;
}
.material-icons.decrease{
  color: #ff2248;
  font-size: 12px;
  margin-left: 5px;
}
.checkbox-inline label{
  margin-top:30px;
}
.checkbox-inline input{
  margin-top:30px;
  float:right;
}
.toggle-container{
  float:right;
}
div.options, div.button-left{
  float:right;
}
textarea{
  resize: none;
}
label.inline{
  font-weight: normal;
}
.remove-padding-left{
  padding-left: 0px;
}
.remove-padding-right{
  padding-right: 0px;
}
tr.error{
  background:#fff7f8!important;
}
.error-container{
  background:#fff7f8;
  border: 1px solid #ff2248;
  padding: 16px 25px;
}
.error-container a{
  color: #ff2248;
  font-size: 12px;
  vertical-align: middle;
}
.error-container p{
  color: #2d353d;
  font-size: 12px;
}
.error-container span{
  color: #ff2248;
  font-size: 12px;
}
label.error{
  color: #ff2248;
}
.material-icons.error {
  font-size: 18px;
  color: #ff2248;
  position: relative;
  top: 5px;
}
.selectize-control.multi .selectize-input [data-value] {
  background: rgba(192, 201, 234, 0.2);
  text-shadow: none;
  color: #7686bc;
  border: 1px solid #a3a9be;
  font-size: 12px;
  box-shadow: none;
}
.selectize-control.plugin-remove_button [data-value] .remove{
  color: #a3a9be;
  border-left:none;
}
.bubble{
  border: solid 1px #323e72;
  border-radius: 25px;
  width: 315px;
  margin: auto;
  padding: 5px 30px;
}
.bubble img{
  border-radius: 50%;
  margin-right: 15px;
}
.bubble p{
  font-size: 12px;
  color: #323e72;
  text-align: center;
  margin-bottom: 0rem;
}
.bubble a{
  color: #323e72;
  text-decoration: underline;
}
img.product-img{
  width: 113px;
  height: 113px;
  border: solid 4px #a3a9be;
  border-radius: 4px;
}
p.product-info{
  color: #2d353d;
  font-size: 12px;
  line-height: 2em;
}
.material-icons.small-orange{
  font-size: 15px;
  color: #ea6333;
}
h4.modal-subheader{
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
}
h5.page-header{
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #323E72;
}
p{
  font-size: 12px;
}
.tag{
  background: rgba(192, 201, 234, 0.2);
  border: solid 1px #a3a9be;
  border-radius: 4px;
  height: 24px;
  width: max-content;
  margin-right: 8px;
  float: left;
  font-size: 12px;
  color: #7686bc;
}
.tag span{
  font-size: 12px;
  color: #7686bc;
  padding: 2px 2px;
  text-decoration: none;
}
.tag a{
  font-size: 12px;
  color: #7686bc;
  padding: 2px 2px;
  text-decoration: none;
}
.grey{
  opacity: 0.8;
  background-color: #f4f5f9;
}
.item-name{
  text-transform: none;
  color: #777f9c;
}
h4.orange-header{
  font-size: 12px;
  color: #ea6333;
  text-transform: uppercase;
  font-weight: bold;
}
.dropdown-menu{
  padding: 8px 10px;
  z-index: 90;
}
.dropdown-menu .sub{
  text-transform: uppercase;
  color: #777f9c;
  font-size: 8px;
}
.dropdown-menu .dropdown-item{
  font-size: 12px;
  padding: 3px 0rem;
}
#profile-container .dropdown-menu{
  background: #323E72;
  border-radius: 0px;
  width: 212px;
  padding: 10px 20px;
}
#profile-container .dropdown-menu .dropdown-item{
  color: white;
  font-size: 12px;
}
#profile-container .dropdown-item:focus, #profile-container .dropdown-item:hover{
  background: none;
}
#profile-container .dropdown-menu .sub{
  margin: auto;
  color: #adbfff;
}
table.report tr td{
  border-top: none;
  padding: .50em;
}
table.report tr td:nth-of-type(odd){
  color: #777f9c;
  font-weight: bold;
}
table.report tr td:nth-of-type(even){
  text-align: right;
}
#left-panel table.report tr td:nth-of-type(odd){
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
#right-panel table.report tr td:nth-of-type(odd), .remarks{
  color: #777f9c;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
}
#right-panel + #main-content{
  width: calc(100% - 310px);
  top: 64px;
}
#right-panel{
  width:307px;
  background: #f4f5f9;
  position: fixed;
  right: 0;
  padding-top: 64px;
  height: 100%;
  border:1px solid #a3a9be;
}
#left-panel + #main-content{
  width: calc(100% - 370px);
  top: 64px;
  left: 370px;
}
#left-panel{
  width:370px;
  position: fixed;
  left: 72px;
  top: 63px;
  height: 100%;
  border:1px solid #a3a9be;
}
#non-premium-bottom-panel{
  height: 74px;
  background: #4c5475;
  position: fixed;
  bottom: 48px;
  width: calc(100% - 442px);
  left: 442px;
  padding: 20px 24px;
  vertical-align: middle;
}
#bottom-panel{
  height: 74px;
  background: #4c5475;
  position: fixed;
  bottom: 0;
  width: calc(100% - 442px);
  left: 442px;
  padding: 20px 24px;
  vertical-align: middle;
}
.white-block{
  background-color: #ffffff;
  padding: 8px 15px;
  border-bottom: 1px solid #a3a9be;
}
.white-block.bottom{
  background-color: #ffffff;
  padding: 8px 15px;
  border-bottom: 2px solid #a3a9be;
}
.salesman{
  width: 32px;
  height: 32px;
  padding: .35rem;
}
.salesman .material-icons, .salesman .mdi{
  font-size: 20px;
  color: #777f9c;
}
h4.total{
  color: #ea6333;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
h3.total{
  color: #2d353d;
  font-size: 24px;
}
.grey-block{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a3a9be;
}
.anchor-bottom{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.anchor-bottom button{
  width: 100%;
}
.non-premium-anchor-bottom button{
  width: 100%;
}
.non-premium-anchor-bottom{
  position: absolute;
  bottom: 48px;
  right: 0;
  width: 100%;
}
.icon-button, .icon-button:hover{
  height: 32px;
  font-size: 12px;
  margin-left: 15px;
  width: 110px;
}
.icon-button span{
  position: relative;
  top: 0;
  left: 0;
}
.icon{
  width: 38px;
  height: 38px;
}
.icon-green{
  color: #6fce5a;
}
.icon-red{
  color: #d96661;
}
.icon-yellow{
  color: yellow;
}
.table.no-top-border thead tr, .table.no-top-border thead td, .table.no-top-border thead th{
  border-top: none;
}
.table.no-top-border-tbody tbody tr td{
  border-top: none;
}
.table.no-hover tr:hover {
  background-color: #ffffff;
}
table.order-lines td{
  border-bottom: 1px solid #dee2e6;
  border-top: none;
}
#upgrade{
  height: 48px;
  position: fixed;
  bottom: 0;
  background: #4CAD5C;
  width: 100%;
  padding-right: 72px;
  z-index: 999;
}
#upgrade .centered{
  width: calc(100% - 250px);
  margin: auto;
  padding: 14px 0;
  font-size: 16px;
  color: #ffffff;
}
#upgrade .dismiss{
  color: #ffffff;
  width: 20px;
  float: right;
}
.default-img{
  height:40px;
  width:40px;
}
.blank{
  background: rgba(182,189,199,0.2);
  border: 2px solid #B6BDC7;
  color: #B6BDC7;
  border-radius: 8px;
  border-style: dashed;
  text-transform: uppercase;
  height: 178px;
}
.blank .text{
  text-align:center;
  vertical-align:middle;
  margin: 70px 0;
}
table a, table a:hover{
  color:#2d353d;
  text-decoration:none;
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin:0px auto;
  z-index: 999;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #314372; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.low-opacity{
  opacity:0.5;
}
h1.passthrough{
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 32px;
  color: #4C5060;
  margin-bottom: 30px;
}
h1.passthrough:before {
  border-top: 1px solid #4C5060;
  content:"";
  margin: 0 auto;
  position: absolute;
  top: 20px; left: 0; right: 0; bottom: 0;
  width: 100%;
  z-index: -1;
}
h1.passthrough span {
  background: #eef1f2;
  padding: 0 15px;
}
.custom-control-input~.custom-control-label::before, .custom-control-input~.custom-control-label::after{
  width: 1rem;
  height: 1rem;
  margin-top: -3px;
}
.custom-control-input~.custom-control-label::before{
  background-color: #ffffff;
  border: solid 1px #A3A9BE;
  border-radius: 2px;
}
.custom-control-input:checked~.custom-control-label::before{
  background-color: #EA6333;
  border: solid 1px #c34e1d;
}
.custom-control-input:checked~.custom-control-label::after{
  font-family: 'Material Icons';
  content: "check";
  color: #ffffff;
  top: 0.15rem;
  left: -1.35rem;
}
.large-checkbox.custom-control-input~.custom-control-label::before, .custom-control-input~.custom-control-label::after{
  width: 1.5rem;
  height: 1.5rem;
}
.large-checkbox.custom-control-input:checked~.custom-control-label::after{
  font-size: large;
  left: -1.35rem;
}
.custom-control-label{
  left:25px;
  font-weight:normal;
}
.large-checkbox.custom-control-input~.custom-control-label{
  left:0px;
  top:5px;
}
.password-strength{
  height:4px;
  width:54px;
  display:inline-block;
  margin-bottom:0px;
}
.password-strength-text{
  text-transform:uppercase;
  font-size:8px;
  font-weight:bold;
  margin-left:10px;
}
.password-strength.strong{
  background:#26D85B;
}
span.strong{
  color:#26D85B;
}
.password-strength.weak{
  background:red;
}
span.weak{
  color:red;
}
.password-strength.medium{
  background:orange;
}
span.medium{
  color:orange;
}
#login-form label{
  font-size: 12px;
  text-transform: uppercase;
  color: #8D99AA;
  font-weight: bold;
}
#login-form input{
  font-size: 12px;
  height: 42px;
  border-radius: 4px!important;
  border: 1px solid #E5E5E5;
  background: #F8F8F9;
}
.toggle-group>.btn {
  border: 0px;
}
.toggle-group .toggle-off:hover{
  background: #a3a9be!important;
  border: 0px!important;
  color:#ffffff!important;
  width:38px!important;
}
.required{
  color:#a3a9be;
  font-size:10px;
  font-style: italic;
  float:right;
  margin-top:8px;
}
.product-form-container .required {
  font-style: normal;
}
#side-bar .toggle:after{
  font-family: 'Material Icons';
  float: right;
  content: 'expand_less';
}
#side-bar .toggle.collapsed:after {
  content: 'expand_more';
}
.straighten-bottom{
  border-bottom:none;
  margin-bottom:0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.straighten-top{
  border-top:none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.twitter-typeahead{
  width: 100%;
}
#customer_search .empty-message {
  padding: 5px 10px;
  text-align: center;
}
.alert{
  font-size: 12px;
  font-weight: bold;
  color: red;
}
.suggestion{
  background: white;
  padding: 12px;
}
.disabled{
  opacity: 0.5;
}
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 2px;
  border: solid 1px #a3a9be;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.start_trial{
  height: 38px;
  background: #7686BC;
  color: #FFFFFF;
  border: solid 1px #a3a9be;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  margin-top: 21px
}
.usage-allowance{
  float:right;
  color: #4C5060;
  line-height: 15px;
  font-size: 12px;
  text-align: right;
  padding-top: 7px;
}
.popover-header{
  font-family: Lato;
  font-weight: bold;
  line-height: 10px;
  font-size: 8px;
  color: #777F9C;

}
.popover-body{
  font-family: Lato;
  line-height: 18px;
  font-size: 12px;
  color: #4C5060;
}
.popover-email{
  text-decoration: underline;
  color: #D95118;
}
.invoice-people{
  text-transform: uppercase;
  font-weight: bold;
}
tfoot > tr > td{
  font-weight: bold;
}

td.total-label{
  text-align: right;
}

#daterange {
  width: auto;
  height: 32px;
  left: 481.22px;
  top: 224.5px;
  cursor:pointer;
  background: #FFFFFF;
  /* borders */
  border: 1px solid #B6BDC7;
  box-sizing: border-box;
  border-radius: 2px;
}

#daterange i {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  font-size: 16px;
  float: left;
}

#daterange span {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #4C5060;
  float: left;
  padding-top: 7px;
  padding-right: 10px;
}

table.td-vertical-align-middle tr td{
  vertical-align: middle;
}

.err_message{
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.ok_message{
    color: green;
    font-size: 12px;
    font-weight: bold;
}

.material-icons.md-18 { 
  font-size: 18px; 
}

.material-icons.md-24 { 
  font-size: 24px; 
}

.material-icons.md-36 { 
  font-size: 36px; 
}

.material-icons.md-48 { 
  font-size: 48px; 
}

.table.product-picker tbody td {
  border: 0;
}
.table.product-picker tbody tr:hover{
  background-color: inherit;     
  opacity: 1.0;
}
.table.product-picker img:hover {
  opacity: 0.3;
  cursor: pointer;
}

.table.product-picker img {
  object-fit: contain
}

.product-container:hover {
  background-color:  #323E72;
}

.product-container {
  position: relative;
	display: inline-block;
  margin-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-name{
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notify-bubble {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 4px 10px;
  border-radius: 50%;
  background: #EA6333;
  color: white;
  display: none;
  width: auto;
}
.btn-product-picker {
  margin-left: 10px;
  width: 40px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  display: flex;
}

.product-picker-tabs > .nav-item {
  width: 136.84px;
  height: 56px;
  border: 1px solid #8D99AA;
  box-sizing: border-box;
  position: relative;
}

.product-picker-tabs > a {
  text-transform: uppercase;
  padding-top: 15px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 3px;
  color: #8D99AA;
  display: flex;
  justify-content: center;
}

.product-picker-tabs > a:first-child {
  border-radius: 6px 0px 0px 6px;
}

.product-picker-tabs > a:last-child {
  border-radius: 0px 6px 6px 0px;
}

.nav-pills > .nav-link.active {
  background: #8D99AA;
  color: white;
}
.nav-pills > .nav-link {
  border-radius: 0;
}
#product-picker-footer {
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #B6BDC7;
}
.word-wrap-cell{
  max-width: 250px;
  word-wrap: break-word;
}
.tag-tab-close {
  position: absolute;
  top: 1px;
  right: 5px;
  display:none;
}
.padding {
  padding: 8px;
}
.upgrade{
  float:right;
  text-decoration:underline;
}

.price-tag-table thead tr td {
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  table-layout: fixed;
}
.price-tag-table tr td:last-child {
  text-align: right;
}
.price-tag-table thead tr td:last-child {
  padding-right: 4px;
}

.grey-block.price-tag {
  width: 500px;
  height: 550px;
  padding: 15px;
  background: rgba(182, 189, 199, 0.24);
  border: 1px solid #B6BDC7;
  box-sizing: border-box;
  border-radius: 4px;   
}

.price_tags_container::-webkit-scrollbar {
  width: 5px;
}

.price_tags_container::-webkit-scrollbar-track {
  background: #B6BDC7;
  opacity: 0.24;
}

.price_tags_container::-webkit-scrollbar-thumb {
  background: #888; 
  height: 150px; 
  opacity: 0.8;
}

.price_tags_container::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.barcode-image {
  width: 220px;
  height: 20px;
}

.btn-price-tag-preview {
  width: 16px;
  height: 16px;
  font-size: 6px;
  background: #B6BDC7;
  border: 1px solid #8D99AA;
  box-sizing: border-box;
  border-radius: 2px;
  color: white;
}

.price-tag-preview-text {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;

  color: #8D99AA;
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media print {
  .barcode_item {
    width:40%;
  }
}

.custom-side-bar {  
  overflow-y: scroll;  
}

.custom-side-bar::-webkit-scrollbar {
  width: 0px;  /* Remove scrollbar space */
  background: transparent; 
 }
  /* Optional: just make scrollbar invisible */
.btn-settings-tab {
  height: 32px;
  background: #FFFFFF;
  color: #B6BDC7;

  border: 1px solid #B6BDC7;
  box-sizing: border-box;
  border-radius: 4px;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.btn-settings-tab:hover{
  background: #FFFFFF;
  border: 1px solid #B6BDC7;
  color: #B6BDC7;
}

.btn-settings-tab.active {
  background: #7686BC;
  color: #FFFFFF;
}
.btn-settings-tab:active {
  background: #7686BC;
  color: #FFFFFF;
}

#side-nav::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
}

.document-product-name{
  max-width: 300px;
  word-wrap: break-word;
  overflow-wrap: normal;
  white-space: normal;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-menu-icons {
  left: 75px !important;
  transform: translateY(-40%);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-menu-icons .tooltipster-box {
  border-radius: 3px;
  background: #323E72;
  border: 2px solid #323E72;
}

.tooltip.show {
  opacity: 1;
}

.tooltip.bs-tooltip-right{
 top: -8px !important;
 margin-left: 5px;
}

.tooltip > .tooltip-inner {
  background: #323E72;
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #323E72;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-menu-icons .tooltipster-content {
  background: #323E72;
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-menu-icons .tooltipster-arrow-background {
  border-right-color: #323E72;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-menu-icons .tooltipster-arrow-border {
  border-right-color: #323E72;
}

.index-product-name{
  max-width: 500px;
  word-wrap: break-word;
  overflow-wrap: normal;
  white-space: normal
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-menu-icons {
  left: 75px !important;
  transform: translateY(-40%);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-menu-icons .tooltipster-box {
  border-radius: 3px;
  background: #323E72;
  border: 2px solid #323E72;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-menu-icons .tooltipster-content {
  background: #323E72;
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-menu-icons .tooltipster-arrow-background {
  border-right-color: #323E72;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-menu-icons .tooltipster-arrow-border {
  border-right-color: #323E72;
}

.index-product-name{
  max-width: 500px;
  word-wrap: break-word;
  overflow-wrap: normal;
  white-space: normal
}
.onboarding{
  margin: 90px 0 0 100px !important;
}
.ui-autocomplete { 
  z-index: 999;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-menu-item-wrapper,
.ui-menu-item-wrapper:hover,
.ui-widget-content {
  font-size: 14px;
  font-family: 'Lato',
  sans-serif;
  color: #777f9c;
  text-indent: 18px;
}

#document_details_table tbody td {
  vertical-align: middle;
}

.ui-front {
  z-index: 9999;
}
#customer_search > span.twitter-typeahead > div.tt-menu {
  max-height: 150px;
  overflow-y: auto;
  cursor: pointer;
}

#customer_search > span.twitter-typeahead > div.tt-menu::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
}
h1.side-line {
    overflow: hidden;
    text-align: center;
    color: #8D99AA;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
h1.side-line:before,
h1.side-line:after {
    background-color: #B6BDC7;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h1.side-line:before {
    right: 0.5em;
    margin-left: -50%;
}
h1.side-line:after {
    left: 0.5em;
    margin-right: -50%;
}
.skip-text{
  margin-top: 50px;
  padding-bottom: 25px;
  margin-left: 60px;
  margin-right: 60px;
}

#side_bar_modal_wrapper {
  margin: 0px;
}

#side_bar_modal_div {
  padding: 0px;
}

#side_bar_modal {
  border-bottom: 2px solid #f2f3f4;
  font-weight: bold;
}

#side_bar_modal li {
  padding: 0px;
}

#side_bar_modal a {
  color: black;
  background-color: transparent;
  border: 0px;
}

#side_bar_modal a.active {
  color: #ea6333;
}

table.table-pre-ws td {
  white-space: pre;
}

.notification {
  padding: 10px;
  font-size: 14px;
  color: #8D99AA!important;
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}

.tr-no-hover tbody > tr:hover {
  background-color: #ffffff;
}

.drp-buttons .btn-default:hover { 
  background: #a3a9be !important;
  border: solid 1px #777f9c !important;
  color: white !important;
  width: auto !important;
}

.w-60 {
  width: 60% !important;
  flex: none !important;
}

.products-table-container {
  overflow-x: auto;
}

.table-fixed-layout {
  table-layout: fixed;
}

.table-fixed-layout td {
  word-wrap: break-word;
  white-space: normal;
}

/* 
  
    ============================== SPREE RELATED CSS ================================

*/

.order-info-title {
  font-family: Lato;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.customer-address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.spree-badge {
  padding-right: 1.0em;
  padding-left: 1.0em;
  font-size: 12px !important;
}

.badge-secondary.spree-badge {
  background-color: #c8d8e8;
  font-weight: 400 !important;
  color: #2d353d;
}

.order-actions .edit-mode {
  display: none;
}

.line-item-qty {
  display: none;
}

.badge-warning {
  background-color: #ffe87d;
  font-weight: normal;
}

.spree-order-header { 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.txn-buttons button {
  width: 90px;
}

.panel-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.panel-buttons button {
  width: 110px;
}

.shipment-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}

.shipment-row-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shipment-number {
  color: #5B6778;
  background: #E3EBFD;
  padding: .1em .3em;
  border-radius: 3px;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

.shipment-title {
  font-size: 13px;
}

#invoice-ref a {
  color: black;
}

.r-date-fields select {
  width: 33% !important;
}

#setup-content {
  display: flex;
  padding: 70px 10px 10px 10px;
  width: 100%;
  height: 100%;
  justify-content: center;
}

#setup-content > .btn-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#setup-content > .btn-placeholder > button.btn-primary {
  font-size: 22px !important;
  padding: 1.2rem !important;
}

.setup-alert {
  background-color: #EA6333 !important;
  border-color: #EA6333 !important;
  color: white;
}

.setup-alert > button.close {
  padding: 0.4em 1.25rem !important;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.spinner {
  height: 20px;
  width: 20px;
  margin-left: 10px;
  display: flex;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 3px solid rgba(247, 221, 152, .15);
  border-right: 3px solid rgba(247, 221, 152, .15);
  border-bottom: 3px solid rgba(247, 221, 152, .15);
  border-top: 3px solid white;
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.multi-select-group > .selectize-control > .selectize-input {
  height: auto !important;
}

.viewed-orders {
  background-color: #def3fa;
}

#store-logo-placeholder {
  height: 90px;
  width: 115px;
  display: flex;
  align-items: center;
  border: 1px solid grey
}

#store-logo-placeholder > a {
  height: 100%;
  width: 100%;
  display: flex !important;
}

#store-logo-placeholder > a >  img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.spree-subheader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.online-store-btn {
  margin-right: 6%;
}

.online-store-btn button {
  padding: 0.20rem 1rem 0.20rem 1rem !important;
}
/* ================================ End of Spree related css ================================ */
  
.index-product-name{
  max-width: 250px;
}

#order-notif {
  display: block !important;
  position: relative;
  width: 32%;
  top: -49px;
  left: 45px;
  text-align: center;
  font-size: 11px;
}

.inactive-link {
  pointer-events: none;
  cursor: default;
}
.premium-lock {
 color: #ea6333; 
 font-size:15px;
}

#login-bar {
  position: fixed; 
  top:0; 
  right:0; 
  height: 100%; 
  width:420px; 
  background: white;
  z-index:3; 
  padding:15px;
  overflow-y: auto;
}

/* 
  ## Device = Most of the Smartphones Mobiles (Portrait)
  ## Screen = B/w 320px to 479px
*/

.login-body {
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 480px) {
  #login-bar {
    height: 100%; 
    width: 100%;
  }

  .login-body {
    min-width: 100%;
    min-height: 100%;
  }
}

.modal-dialog.alert-limit {
  margin-top: 90px;
  font-family: 'Inter', sans-serif;
  display: flex;
  justify-content: center;
}

.alert-limit .modal-body {
  padding: 15px;
  text-align: center;
  padding: 30px 35px 10px 35px !important;
}

.alert-limit .modal-body p {
  color: #666666;
  font-size: 15px;
  font-weight: normal;
}

.alert-limit .modal-body b {
  color: #ea6333; 
}

.alert-limit .modal-content {
  min-width: 350px;
  border-radius: 10px;
  border:none;
}

.alert-limit .modal-footer {
  border-top: 0px;
  justify-content: center;
  background: #FFFFFF;
  border: 0;
  border-radius: 10px !important;
}

.alert-limit .modal-footer .btn {
  border-radius: 10px;
  flex-grow: 1;
  font-weight: 600;
  text-transform: none;
  border: none;
  height: 35px;
}

.alert-limit .modal-footer .btn.dismiss {
  background: #BDBDBD;
}

.alert-limit .modal-footer a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.collapsible-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.min-max {
  min-height: 150px;
  padding-bottom: 16px;
  padding-top: 0px;
  display: flex !important;
  flex-direction: column;
  box-shadow: none;
}

.min-max label {
  font-size: 11px;
}

.product-form .form-description {
  color: #4C5060;
}

.product-form .bubble {
  display: flex;
  justify-content: center;
}

.expand-icon{
  transform: rotate(0deg);
  transition: transform 0.2s linear;
  user-select: none;
}

.expand-icon.open{
  transform: rotate(-180deg);
  transition: transform 0.2s linear;
  user-select: none;
}

.checkbox-taxes {
  display: flex;
  flex-direction: column;
}

.checkbox-taxes .form-check {
  padding-left: 0px;
  margin-bottom: 0px;
}

.modal-dialog.pin-modal {
  margin-top: 90px;
  font-family: 'Lato';
  display: flex;
  justify-content: center;
}

.pin-modal .modal-body {
  padding: 15px;
  text-align: center;
  padding: 30px 35px 10px 35px !important;
}

.pin-modal .modal-content {
  min-width: 350px;
  border-radius: 5px;
  border: none;
}

.pin-modal .modal-footer {
  border-top: 0px;
  justify-content: center;
  background: #FFFFFF;
  border: 0;
  border-radius: 10px !important;
}

.pin-modal .modal-footer .btn {
  border-radius: 6px;
  flex-grow: 1;
  font-weight: 600;
  text-transform: none;
  border: none;
  height: 32px;
}

.pin-modal  .modal-footer .btn.dismiss {
  background: #BDBDBD;
}

.pin-modal .modal-footer a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pin-modal label {
  font-weight: bold;
  font-size: 13px;
}

.pin-modal p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: black;
}

.pin-modal .modal-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pin-modal .modal-body {
  padding: 30px 25px 10px 25px !important;
}

.pin-modal .btn {
  color: white;
}

.pin-modal input {
  text-align: center;
  font-size: 16px;
  letter-spacing: 4px;
}

.auth-modal .button-fields {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.auth-modal .button-fields button {
  width: 49% !important;
}

.auth-modal .modal-footer {
  background: #FAFAFA;
  box-shadow: inset 0px 1px 0px #ECECEC;
  display: flex;
  justify-content: center;
}

.auth-modal .modal-footer label {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #EA6333;
  cursor: pointer;
}

#add-composites-link,
#branch-pricing-container,
#branch-threshold-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.component-row {
  display: flex;
  align-items: center;
}

.component-row .form-group {
  margin-bottom: 0 !important;
}

.component-row.deleted, .items-row.deleted {
  display: none;
}

.component-row div:first-child {
  padding-left: 0px;
}

#composites-container {
  overflow-y: auto;
  max-height: 215px;
}

.components-section,.items-section {
  padding: 0px 20px 0px 20px;
}

.components-section.search-form,
.items-section.search-form {
  padding: 15px 20px 15px 20px;
  background: #F4F5F9;
  border-bottom: 1px solid #A3A9BE;
  border-top: 1px solid #A3A9BE;
}

.items-section.search-form .selectize-control {
  width: 100%;
}

#composites-container .line-4.deleted,
.branch-select-modal .line-4.deleted {
  display: none;
}

.checkbox-taxes .form-check {
  padding-left: 0px;
  margin-bottom: 0px;
}

#components-modal .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: #ea6333;
}

.variant-type-row.hidden {
  display: none;
}

.td-show-variants {
  width: 5%;
  text-align: center;
}

.product-variant-row {
  display: none;
}

.expand-variant-icon{
  transform: rotate(0deg);
  transition: transform 0.2s linear;
  user-select: none;
}

.expand-variant-icon.open{
  transform: rotate(-90deg);
  transition: transform 0.2s linear;
  user-select: none;
}
.graph-overlay {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 35%;
}

.product-img-container {
  width: auto;
  margin-right: 15px;
  position: relative;
}

.product-img-container .mid-controls{
  display: flex;
  justify-content: space-between;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.product-img-container:hover .img-box {
  background: rgba(0, 0, 0, 0.5);
}

.product-img-container:hover img {
  opacity: 0.3;
}

.product-img-container:hover .mid-controls {
  opacity: 1;
}

.product-img-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 15px 0px 15px;
}

.mid-controls .delete {
  font-size: 20px;
  color: white;
  cursor: pointer;
}

.mid-controls .view {
  font-size: 20px;
  margin-right: 5px;
  color: white;
  cursor: pointer;
}

.product-img-container a {
  pointer-events: none;
}

#branch-threshold-container a {
  cursor: pointer;
}

.center-thead {
  text-align: center;
}

.center-thead td {
  vertical-align: middle;
}

.invoice-footer-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.center-thead.bold {
  font-weight: bold;
}
#document_modal .modal-footer > .col-sm-9 {
  margin-right: auto;
}
#document_modal .modal-footer > .col-sm-9 + .col-sm-3 {
  margin-right: 4px;
}

.variant-type-row .selectize-input.items {
  height: auto;
}

#signup-bar {
  height: 100%;
  width: 50%;
  z-index: 3;
  padding: 3%;
  overflow-y: auto;
  background: url(/images/orange-gradient.png);
  background-size: 100% 100%;
  background-color: white;
}

#signup-banner {
  /* Location of the image */
  background-image: url(/images/signup-banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* Background image is fixed in the viewport so that it doesn't move when
  the content's height is greater than the image's height */

  /* This is what makes the background image rescale based
  on the container's size */
  background-size: cover;
  height: 100%;
  width: 50%;
}

#signup-bar .btn-su {
  text-transform: none;
  width: 100% !important;
  border-radius: 0px !important;
  height: 35px;
}

#signup-bar #login_form #firebaseui-auth-container .firebaseui-card-footer .firebaseui-tos {
  display: none;
}

.su-logo-container {
  display: flex;
  align-items: center;
  padding-bottom: 25px !important;
}

.su-logo-container #logo {
  margin-bottom: 0px;
  margin-right: 5px;
}

#signup-bar #login_form input::placeholder {
  font-style: italic;
  font-weight: 500;
}

#signup-bar .mdl-button {
  min-width: 0px;
}

#signup-bar .firebaseui-idp-facebook, #signup-bar .firebaseui-idp-generic {
  padding-right: 0px;
  width: 50px;
  background-color: #C0C0C0 !important;
  border-radius: 0px;
}

#signup-bar .firebaseui-idp-google {
  background-color: #002244 !important;
  width: 180px;
}

#signup-bar .firebaseui-idp-google .firebaseui-idp-text {
  color: #FAF9F6;
  font-weight: 100;
}

#signup-bar .firebaseui-idp-google .firebaseui-idp-text-long {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-left: 0px;
}

#signup-bar .firebaseui-idp-google .firebaseui-idp-icon-wrapper {
  display: none;
}

#signup-bar .firebaseui-idp-list .firebaseui-list-item {
  display: inline;
  margin-right: 10px;
}

#signup-bar .firebaseui-container {
  margin: 0;
  padding: 5px 0px 5px 0px;
}

#signup-bar .firebaseui-card-content {
  padding-left: 0px;
}

#signup-bar #title-logo {
  font-family: "Poppins", sans-serif;
}