/*.container-fluid{margin-bottom:50px;}*/
/*.navbar{height:50px;}
.header-top{height:150px;}*/
/*div{border:1px dotted red;}
span{border:1px dotted orange;}
p{border:1px dotted blue;}
table{border:2px dotted yellow;}
tr{border:1px dashed purple;}
h1, h2, h3, h4, h5, h6{border:1px dotted grey;}*/
body{
  font-family: 'Ubuntu Condensed', sans-serif !important;
  font-weight: 400;
  /*background: url(../images/paper-background.png) 0 0 repeat;*/
} 
@font-face {
  font-family: 'Staccato';
  src:url('../fonts/OPTIMistral-Graff.ttf.woff') format('woff'),
      url('../fonts/OPTIMistral-Graff.ttf.svg#OPTIMistral-Graff') format('svg'),
      url('../fonts/OPTIMistral-Graff.ttf.eot'),
      url('../fonts/OPTIMistral-Graff.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}
.staccato{
  font-family:'Staccato';
}
.client-box{
  border:1px solid #ccc;
}
.client-box .row{
  margin:0;
}
td.actions a .fa{
  margin:0 5px;
}
.btn, .form-control{
  border-radius: 0px !important;
}
.nav-tabs > li > a{
  /* background-color: #eee; */
  border-top:1px solid #ddd !important;
  border-right:1px solid #ddd !important;
  border-left:1px solid #ddd !important;
  border-bottom:1px solid #fff !important;
}
.container-90{
  width:90%;
  margin:0 auto;
}
/*tr:hover{
  background-color: #0580B4 !important;
  color: black !important;
}*/
.default-item::after{
  content: ' (Default)';
  color:#666;
  font-style:italic;
  font-size:0.8em;
}
li.active>a{
  background-color: #337ab7 !important;
  color: white !important;
}
.nav > li > a{
  padding: 2px 12px !important;
}
.nav-tabs > li > a{
  border-radius: 0 !important;
}
tr td{
  vertical-align: middle !important;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
/* .row{
  margin-top:25px;
} */
.row-min{
  margin-top:0px;
}
#permissions .row, #sales .row{
  margin-top: 10px;
}
.navbar{margin-bottom: 0 !important;}
.navbar-static-top {
  margin-bottom:0px;
}
.navbar{
  min-height: 25px !important;
}
/* .navbar-default{
  background-color: #009ee0 !important;
}
.navbar-default .navbar-nav > li > a{
  color:#ffffff !important;
} */
textarea.no-resize{
  resize:none;
}
.background-image{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  width:100%;
  height:80px;
  display: block;
  opacity:0.7;

  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);  
}
.background-image > img{
  width:100%;
  height:82px;
    /* Safari */
    -webkit-filter: grayscale(75%); 
    filter: grayscale(75%);
}
/*.navbar-nav>li>a{
  line-height: 36px !important;
}*/
.version{
    position: absolute;
    color: darkkhaki;
    font-size: 10px;
    letter-spacing: 1px;
    font-style: italic;    
    top: 42px;
    left: 60px;    
}
.container{
  margin-bottom:50px;
}
.container-nav{
  margin-bottom:10px;
}
.form-control-static{
  border: 1px solid #cccccc;
  padding: 6px 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
input.error{
  background-color: #ff0000;
}
input.red_border, select.red_border, .red_border{
  background-color: #ffeeee;
}
.has-error{
  border:1px solid #ff0000 !important;
}
input.orange_border{
  border: 2px solid orange;
}

table.cart{
  background-color: #eee;
}
table.cart tr{
    line-height: 1;
}
table.cart tr td{
    line-height: 1 !important;
}
table.cart tr td button.btn-sm{
    line-height: 1;
    border-radius: 0;
    padding:3px 5px;
    box-shadow: 2px 2px 5px #ccc;
}
i {
  font-size:18px;
}

.delete_photo{
  position: absolute;
  top: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 134px;
  background-color: red;
  text-align: center;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.logo{
  margin: 10px 0 10px 0;
  position:relative;
}
.logo img{
    background-color: #ffffff;
}
.logo .textbox{
  float: right;
  font-weight: bold;
}
.logo .textbox .company_name{
  font-family: 'Julius Sans One', sans-serif;
  font-size:24px; 
  color:#CCCCCC;
}  
.navbar-brand{
  height:76px !important;
}
.logo .textbox .location_name{
  font-size:16px;
  color:#cccccc;  
  display: block;
}
.logo-mobile{
  height:40px;
  margin:0;
  float:left;
}
.logo-mobile img{
  height:100%;
  width:100%;
}
.location_name select{
  background-color: black;
  padding: 0px 10px;
  font-size: 12px;
  font-weight: normal;
  border-radius: 10px;  
}
.navbar-header .location_name,  .navbar-header .company_name{
  margin-left: 20px;
}

footer {
  bottom:0;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  background-color:#efefef;
  /*position:fixed;*/
  border-top:1px solid #999999;
}

.nav>li .count {
  position: absolute;
  top: 10%;
  right: 25%;
  font-size: 10px;
  font-weight: normal;
  background: rgba(41,200,41,0.75);
  color: rgb(255,255,255);
  line-height: 1em;
  padding: 2px 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.nav-pills>li{
  width:100%;
}
input.upper{text-transform: uppercase;}
table.table>thead>tr>th{
  background-color: #4c4c4c;
color: #fff;
text-align: center !important;
border-right:1px solid #ffffff;
}
table.table>tbody>tr>th{
  background-color: #4c4c4c;
  color:#ffffff;
}
/* table.table>tbody>tr>th::after {
  content: " \f142";
  font-family:"FontAwesome";
} */
.table .glyphicon{cursor:pointer;}
.full-overlay{
  position:fixed;
  width:100%;
  height:100%;
  z-index:99999;
  background-color: #ffffff;
  opacity:0.85;
  /* display:none; */
}
/* table Condensed Max */
@media print{
  .table-condensed-max {
    font-size: 0.8em !important;
  }
  .table-condensed-max > tbody > tr > td{
    padding: 2px 4px !important;
  }
}
.full-overlay .loader{
    position:relative;
  margin-left: auto;
  margin-right: auto;
  /*width: 90%;*/
  margin-top: 40vh;
  text-align: center;
}
.full-overlay p{
  font-size: 24px;
  /*position: absolute;
  top:120px;
  margin-right: auto;
  margin-left: auto;
  width:100%;
  text-align: center;
  color:#3DC3FF;
  font-size:24px;
  letter-spacing: 2px;*/
}
.scanner{display:none;position:absolute;}
/*loader1*/
.loader1,
.loader1:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader1 {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(23,153,220, 0.2);
  border-right: 1.1em solid rgba(23,153,220, 0.2);
  border-bottom: 1.1em solid rgba(23,153,220, 0.2);
  border-left: 1.1em solid #1799dc;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.turret-display{
  width:80%;
  text-align: right;
  color:#cccccc;
}

.turret-display>.text{
  font-size:24px;
  color:#ffffff;
}

.typeahead-box{
  z-index: 9999;
  position: absolute;
  top: 61px;
  width: 500px;
  /* max-height: 107px; */
  display: none;
  border: 2px solid #CCCCCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow-y:scroll;
}
.typeahead-box .stockref{
  font-weight:bold;
  width:160px;
  display:block;
  float:left;
}
/* .typeahead-box .details{

} */
.turret-display button{
  color:#000000;
  padding:5px 10px;
  display:none;
}
ul.mylist{
  list-style: none;
  margin: 0;
  margin-left:-40px;
}

ul.mylist li{
  background-color: #eeeeee;
  cursor: pointer;
  padding: 3px 15px 3px 15px;
}
ul.mylist li:hover,ul.mylist li.typeAheadActive{
  background-color: #cccccc;
}


.inventory-level{
  text-align: center;
border-top: 2px solid teal;
padding-top: 20px;  
}
.inventory-level .col-sm-1{
  font-size: 12px;
}
.inventory-level .no-border{
  border-right:none;
}

.inventory-level .location_name{
  background-color:#4c4c4c;
  color:#ffffff;
  font-weight: bold;
  font-size: 12px;
  height:25px;
  line-height:25px;
  overflow:hidden;
}
.inventory-level .onhand{
  height:40px;
  padding-top:10px;
  font-size:14px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;  
}
.inventory-level .bin{
  background-color:#AFEEEE;
  color: #286090;
  font-size: 12px;
  height:20px;
}
/*.inventory-level .current-location .location_name{
  background-color:red;
}*/
.tab-content{
  padding-top:30px;
  margin-bottom:50px;
}

input.text-right, input.numeric{
  text-align: right;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;    
  z-index:999;
}

#popup span {
    padding: 15px;
    color: #000;
    background-color: #fff;
    position:relative;
    top:50%;
    padding:10px;
}

#popup span div.close{
  padding:5px;
  background-color:#ff0000;
  font-weight:bold;
  text-transform: uppercase;
}

.container-popup {
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index:999;
    display:none;
}

.popup {
    width: 30%;
    height: 20%;
    padding: 2%;
    font-size:18px;
    background: #eeeeee;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.close{
background-color: #000000;
width: 36px;
height: 37px;
font-weight: bold;
font-size: 36px;
text-align: center;
color: #ffffff !important;
margin-top: -20px;
margin-right: -18px;
}
.modal-close{
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
button.modal-close{
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  margin-top: -20px;
  margin-right:10px;
}
.photo_preview{
  display:none;
  width:110px;
  height:110px;
}
.photo_preview img{
  width:100px;
  height:100px;

}
.visible{display:block;}
.ajax-loader{
  position: absolute;
right: -8px;
top: 30px;
display:none;
}
/*.asterix{
  width: 260px;
  height: 11px;
  background: url('../images/asterisk.gif') right top no-repeat;
  display: block;
  margin-top: -16px;
}*/

.dataTable thead tr, 
.dataTable tfoot tr{
  background-color:#CCC;
}

input.required, select.required, textarea.required{
  /*background: #ffffff url('../images/asterisk.gif') 97% 10px no-repeat;*/
  border-right: 5px solid #ff9292;
}
#new_price_list .required{
  background: none;
}
.cannot-access{
  margin: 0 auto;
}
.cannot-access p, .cannot-access p i{
  font-size:24px;
  color:red;
}
.cannot-access h1{
  /*position:absolute;*/
  /*bottom:150px;*/
  color:#ff0000;
  /*width:750px;*/
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
}
.cannot-access h2{
  position:absolute;
  bottom:50px;
  color:#ff0000;
  width:750px;
  text-align: center;
  font-size:18px;
}
.cannot-access p{
  margin:0 auto;
  text-align: center;
  color: orange;
  width:50%;
}
#sortable .menu_id{display:none;}

.glyphicon{
  padding:5px;
}

.icons .glyphicon{
  cursor: pointer;
}
/*.icons span{
  border:1px solid #eeeeee;
  padding:5px;
  margin: 5px 5px 5px 5px;
}*/

.icons .selected_icon{
  cursor: pointer;
  border: 2px solid black;
}
.re-arrange p {
  margin-left:10px;
}

.form-group p.notes{
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-size: 12px;
  line-height: 1.42857143;
  color: rgb(47,123,184);
}
/* .container, .container-fluid{
  margin-bottom:50px;
} */
.container .row img.paid-stamp{
  position: absolute;
  z-index: 0;
  /*width: 100%;*/
  height: auto;
  top: 100%;
  /*right: 5%;*/
  opacity:0.7;
}
.doc-title h4{
  background-color:#4C4C4C;
  color:#ffffff;
  text-align: center;
  padding:5px;
  /* border:2px solid #000000; */
  font-weight: bold;
  letter-spacing: 3px;
  font-family:'Julius Sans One';
}

#header-cart{
  color: #ffffff;
  right: 162px;
  position: absolute;
  top: 13px;
}
.warning-box{
  font-size:14px;
  background-color:orange;
  padding:10px;
  color:white;
}
.success-box{
  font-size:14px;
  background-color:green;
  padding:10px;
  color:white;  
}
#update_permission{
  display: none;
}
.validation_error{
  color:#ff0000;
  font-size:12px;
}
.language{font-size:12px;}
.language li{float:left; padding:5px;list-style-type: none;}
.language li.clear{clear:both;}
ul.language{
position: absolute;
z-index: 1000;
right: 32px;  
}
.untranslated{
    cursor:help;
    font-style: italic;
    border-bottom:1px dashed darkgrey;
    color:darkgrey;
}
/* colors */
.green{color:green !important;}
.red{color:red !important;}
.blue{color:#337ab7 !important;}
.yellow{color:yellow !important;}
.orange{color:orange !important;}
.grey{color:grey;}
.light-grey{color:lightgrey;}
/* BG colors */
.greenbg{background-color:green !important;}
/*.redbg{background-color:red !important;}*/
.redbg{background-color:red !important;}
.bluebg{background-color:#337ab7 !important;}
.yellowbg{background-color:yellow !important;}
.orangebg{background-color:orange !important;}
.top-rounded{border-radius:4px 4px 0 0;}
/* sizes */
.size12px{font-size: 12px;}
.size16px{font-size: 16px;}
.size14px{font-size: 14px;}
/* text style */
.text-italic{font-style: italic;}

.source-location, .destination-location{  
    background-color: #4c4c4c;
    color: #ffffff;
}
.source-location .location_name, .destination-location .location_name{
    border-bottom:1px solid #ffffff;
}
.notes{
  display: block;
  font-size:12px;
  color:rgb(47,123,184);
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #337AB7 !important;
    background-color: #E7E7E7 !important;
}
.alert-dismissable .close, 
.alert-dismissible .close{
  position: relative;
  top: 12px !important;
  right: -21px;
  color: inherit;
  font-size: 24px;
  color: white !important;
  opacity: 1;
}

@media print {
  /* Don't print link hrefs */
  a[href]:after {
    content: none !important;
  }

  /* prevent some elements from printing */
  .no-print, .no-print *
  {
      display: none !important;
  }

}
.form-signin{
  margin-bottom:50px;
}
a.back-to-top {
    display: none;
    position: fixed;
    z-index: 999;
    right: 0px;
    bottom: 0px;
    background-color: #337ab7;
    /*-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50px;*/
    padding: 12px 18px;
    font-size: 36px;
    color: white;
}
a.back-to-top .fa{
  color:white;
}
/* QUICKBAR */
.quickbar{
  background-color:transparent!important;
  border: none!important;
}
.quickbar li{
  border: 1px solid #ccc;
  position: relative;
width: 75px;
margin-right: 10px;
box-shadow: 5px 5px 5px #ccc;  
/*-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;*/
overflow: hidden;
height: 100px;
}
.quickbar li>a>i.fa{
  font-size:36px;
  position: absolute;
  margin-left: 15px;
  margin-top:5px;
}
.quickbar li>a>p{
  font-size: 10px;
  margin: 50px 0 0 0;
  text-align: center;
  overflow: hidden;
}

/* SMALL VERSION */
.quickbar-sm li>a>i.fa{
  font-size:18px;
  position: absolute;
  margin-left: 10px;
  margin-top:3px;
}
.quickbar-sm li{
  border: 1px solid #ccc;
  position: relative;
  width: 50px;
  margin-right: 2px;
  box-shadow: 5px 5px 5px #ccc;  
  overflow: hidden;
  height: 60px;
}
.quickbar-sm li>a>p{
  font-size: 9px;
  margin: 24px 0 0 0;
  text-align: center;
  overflow: hidden;
  line-height: 12px;
}
.quickbar .navbar-nav>li>a{
  padding:5px !important;
}
.quickbar .navbar-nav .rounded_square_10px{
  box-shadow: 5px 5px 5px #ccc;  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
}
.quickbar .navbar-nav .rounded_square_20px{
  box-shadow: 5px 5px 5px #ccc;  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;  
}
.quickbar .navbar-nav .rounded_square_30px{
  box-shadow: 5px 5px 5px #ccc;  
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;  
}
.quickbar .navbar-nav .rounded{
  box-shadow: 5px 5px 5px #ccc;  
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;  
  width:80px;
  margin-top:10px;
  height:80px;
}
/* END OF QUICKBAR */
.amcharts-chart-div a{
  display:none!important;
}
.flags{
  width:24px;
  height:24px;
  margin-right:10px;
  display:block;
  float:left;
}
.flag_fr{
  background: url(../images/icons/set2/24/France.png) 0 0 !important;
}
.flag_en{
  background: url(../images/icons/set2/24/United-Kingdom.png) 0 0 !important;
}
.icon_block{
  width:20px;
  height:20px;
  border:1px solid #eeeeee;
  margin: 3px 3px;
}
.dropdown-menu > li > a{
  padding:3px 10px !important;
}
.dropdown ul li i.fa{
  width: 20px;
border-right: 1px solid #cccccc;
margin-right: 5px;
}
.clickable{
  cursor:pointer;
}
.hover:hover{
  background-color:#eeeeee;
}
.settings {
  opacity:0.3;
  position:absolute;
  right:3px;
  top:3px;
  z-index:99;
  font-size: 10px;
  color:#999999;
}
.settings:hover{
  cursor: pointer;
  opacity:0.8;
  color:#4c4c4c;
}
.settings-table {
    /*right: -30px;*/
    opacity: 0.5;
    color: #ffffff;
}
.settings-table:hover{
  cursor: pointer;
  color:#ffffff;
  opacity:1;
}
/*.bin{
  color:#FFFFFF;
  padding:3px 0;
  font-size:12px;
  background-color: #999999;
}
.edit-bin{
	margin-top: -19px;
    margin-right: -31px;
    font-size: 12px;
    color: white;
	cursor:pointer;
}*/
.view-bin{
  cursor:pointer;
}
input.edit-bin{
	padding:0;
	font-size:12px;
	width:50px;
	text-align:center;
	border:0;
	cursor:pointer;
}
input.save-bin{
	padding:0 15px 0 0;
	font-size:12px;
	width:50px;
	text-align:left;
	border:0;
	cursor:vertical-text;
}
#clock{
  color: orange;
  font-weight: bold;
position: relative;
top: 16px;
/*left: 25px;*/
}
.top-border{
  border-top:1px solid #cccccc;
}
.bottom-border{
  border-bottom:1px solid #cccccc;
}
.avatars div{
  cursor: pointer;
}
.avatars .selected{
  border:2px solid black;
  background-color:#9f9f9f;
}
.avatar{
  width:16px;
  height:16px;
}
/* PROGRESS BAR */
#locations .progress {
  height: 25px;
}
#locations .progress .skill {
  line-height: 25px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}
#locations .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}
#locations .progress-bar {
  transition-duration: 1s;
  letter-spacing: 1px;
} 

.progress.skill-bar{
  height:40px !important;
  
}
.progress.skill-bar .skill{
  line-height: 40px !important;
  font-size:16px;
  letter-spacing: 2px;
}
.highlight{
  background: yellow;
}
.cursor-pointer{
  cursor: pointer;
}
/* CUSTOMERS */
.customerTitle{
  color:gray;
  font-style: italic;
}
.customerSurname{
  text-decoration: underline;
}
.customerCompanyName{
  font-weight: bold;
}
.storage-bin{
  border-top:1px grey solid;
}
#sales img.product_photo{
    border: 1px solid #cccccc;
    padding: 5px;
    box-shadow: 2px 2px 5px #ccc;
    border-radius: 5px;
}
.panel-heading-collapsible:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading-collapsible.collapsed:after {
    content:"\e080";
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48 !important;
}
.badge-error:hover {
  background-color: #953b39 !important;
}
.badge-warning {
  background-color: #f89406 !important;
}
.badge-warning:hover {
  background-color: #c67605 !important;
}
.badge-success {
  background-color: #468847 !important;
}
.badge-success:hover {
  background-color: #356635 !important;
}
.badge-info {
  background-color: #3a87ad !important;
}
.badge-info:hover {
  background-color: #2d6987 !important;
}
.badge-inverse {
  background-color: #333333 !important;
}
.badge-inverse:hover {
  background-color: #1a1a1a !important;
}
.bootstrap-dialog .modal-header.bootstrap-dialog-draggable {
    cursor: move;
}
tr.disabled{
    color:#999;
    text-decoration: line-through;
}
div.disabled{
  background-color:#eeeeee;
}
div.textareabox{
  overflow-y:scroll;
}
h1.min{
    margin-top:0;
}
/* DECORATIVE CHECKBOXES */
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    /* float: left; */
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
     display: none; 
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.non-visible{
  color:#666;
  font-style: italic;
}
.btn-add-item{
  margin-top: 25px;
  border-radius: 30px !important;
}

/* BIG BUTTONS FOR POS */
button.btn-pos-sm{
  font-size:14px;
  padding:5px 10px;
  border-radius: 0px;
  box-shadow: 5px 5px 10px #ccc;
}
button.btn-pos, button.btn-pos-1x{
  font-size:20px;
  padding:10px;
  border-radius: 0px;
  box-shadow: 5px 5px 10px #ccc;
}
button.btn-pos-round, button.btn-pos-rounded{
  border-radius: 2px;
}
button.btn-pos-no-shadow{
  box-shadow: none;
}
button.btn-pos-2x{
  font-size:30px;
  padding:20px;
  letter-spacing: 2px;
  font-weight: bold;
}
button.btn-pos-3x{
  font-size:36px;
  padding:28px;
  letter-spacing: 2px;
  font-weight: bold;
}
button.btn-pos-4x{
  font-size:42px;
  padding:36px;
  letter-spacing: 2px;
  font-weight: bold;
}
button.btn-pos:hover, button.btn-pos-1x:hover, button.btn-pos-2x:hover{
  box-shadow: 2px 2px 5px #999;
}
/*
COLOR PALETTE FOR BUTTONS
https://material.io/guidelines/style/color.html#color-color-palette;
*/
.btn.btn-pos-default{
    color: #616161;
    background-color: #E0E0E0;
    border:1px solid #212121;
}
.btn.btn-pos-default:hover{
    color: #424242;
    background-color: #9E9E9E;
}
.btn.btn-pos-primary{
    color: #BBDEFB;/*100*/
    background-color: #2196F3; /*500*/
    border:1px solid #0D47A1;/*900*/
}
.btn.btn-pos-primary:hover{
    color: #BBDEFB;
    background-color: #303F9F;
}
.btn.btn-pos-info{
    color: #B2EBF2;
    background-color: #00ACC1;
    border:1px solid #006064;
}
.btn.btn-pos-info:hover{
    color: #B2EBF2;
    background-color: #00838F;
}
.btn.btn-pos-success{
    color: #DCEDC8;
    background-color: #8BC34A;
    border:1px solid #33691E;
}
.btn.btn-pos-success:hover{
    color: #DCEDC8;
    background-color: #689F38;
}
.btn.btn-pos-warning{
    color: #FFECB3;
    background-color: #FFC107;
    border:1px solid #FF6F00;
}
.btn.btn-pos-warning:hover{
    color: #FFECB3;
    background-color: #FFA000;
}
.btn.btn-pos-danger{
    color: #FFCDD2;
    background-color: #F44336;
    border:1px solid #B71C1C;
}
.btn.btn-pos-danger:hover{
    color: #FFCDD2;
    background-color: #D32F2F;
}
.resource_divider{
    font-size: 0px !important;
    height:10px !important;
    background: #2d6987 !important;
    
}
.discount_or_dollar{
    border:1px solid #ccc;
    padding:4px;
    cursor: pointer
}
.discount_or_dollar.active{
    background-color: black;
    color:white;
    /*border: 2px solid black;*/
}
.code128{
  font-family: 'Libre Barcode 128', cursive;
}
.profiler-close{
    z-index:9999999;
    position: absolute;
    top: 30px;
    right: 5px;
}
/*INVOICE*/
.no-top-border{
  border-top:0 !important;
}
.invoice-bottom{
  border-bottom:2px solid #000;
}
.strikeout, .strikeout a{
  /* text-decoration: line-through; */
  color:#ccc;
}

/* CUSTOM CHECKBOX */
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #337ab7;
}

input:focus + .slider {
  box-shadow: 0 0 1px #337ab7;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

.barcode{
  border:1px solid #ccc;
  margin-right:10px;
  margin-bottom:10px;
  box-shadow:2px 2px 5px #ccc;
}
/* ABOUT MODAL */
/* .purple_taupe{
  background-color:#52414C;
  color:#b0a8ad;
}
.ebony{
  background-color:#596157;
  color:#b3b7b2;
}
.middle_green{
  background-color:#5b8c5a;
  color:#2a4029;
}
.medium_spring_bud{
  background-color:#cfd186;
  color:#4c4c31;
}
.terra_cotta{
  background-color:#e3655b;
  color:#efaba5;
}
.purple_taupe{
  background-color:#52414C;
}
.purple_taupe{
  background-color:#52414C;
}
.purple_taupe{
  background-color:#52414C;
}
.purple_taupe{
  background-color:#52414C;
}
.purple_taupe{
  background-color:#52414C;
}
.purple_taupe{
  background-color:#52414C;
}
.purple_taupe{
  background-color:#52414C;
} */
table#about_table td > i.fa {
	width: 20px;
	border-right: 1px solid #ccc;
	margin-right: 5px;
}
.module_status{
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 5px;
}
.module_status.success{
  color:#28a745;
}
.module_status.danger{
  color:#dc3545;
}
table#about_table td:nth-child(1){
  border-right:1px solid #000;
}