﻿
/* Customize the label (the checkBoxContainer) */
.checkBoxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkBoxContainer input {
  position: absolute;
  opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkBoxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkBoxContainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkBoxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkBoxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-inline {
    font-size:13pt;
}
.textboxForm {
    width: 100%;
    border-bottom:1px solid #CCCCCC;
    border-left:0;
    border-right:0;
    border-top:0;
    padding:6px !important;
    margin-bottom:10px;
    font-size:13pt;
}

.selectForm {
    width: 100% !important;
    border:1px solid #CCCCCC !important;
    padding:6px !important;
    margin-bottom:10px !important;
    font-size:13pt !important;
}


.textboxForm80 {
    width: 80%;
    border-bottom:1px solid #CCCCCC;
    border-left:0;
    border-right:0;
    border-top:0;
    padding:6px !important;
    margin-bottom:10px;
    font-size:13pt;
}



.textboxFormRed {
    width: 100%;
    border-bottom:1px solid red;
    border-left:0;
    border-right:0;
    border-top:0;
    padding:6px !important;
    margin-bottom:10px;
}


.textboxForm80Red {
    width: 80%;
    border-bottom:1px solid red;
    border-left:0;
    border-right:0;
    border-top:0;
    padding:6px !important;
    margin-bottom:10px;
}



.divLabelCountdown {
    width:100%;
    text-align:right;
    color:#CCCCCC;
    font-size:10pt;
}

.buttons {
    text-align:center;
    background-color:#32CEB6;
    color:#FFFFFF;
    font-size:13pt;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    border:none;
}

.stylish-input-group .input-group-addon{
    background: white !important; 
      border-color:#222;
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#222;
    padding:20px !important;
    font-size:13pt;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}


.fontSize8pt {
    font-size:8pt;
}
.fontSize10pt {
    font-size:10pt;
}
.fontSize11pt {
    font-size:11pt;
}
.fontSize12pt {
    font-size:12pt;
}
.fontSize13pt {
    font-size:13pt;
}
.fontSize14pt {
    font-size:14pt;
}
.fontSize16pt {
    font-size:16pt;
}
.fontSize18pt {
    font-size:18pt;
}
.fontSize20pt {
    font-size:20pt;
}
.fontSize22pt {
    font-size:22pt;
}

.fontSize24pt {
    font-size:24pt;
}
.fontSize26pt {
    font-size:26pt;
}
.fontSize28pt {
    font-size:28pt;
}
.fontSize30pt {
    font-size:30pt;
}
.fontSize32pt {
    font-size:32pt;
}
.fontSize34pt {
    font-size:34pt;
}
.fontSize36pt {
    font-size:36pt;
}



.fontColorRed {
    color:red;
}
.fontColorBlack {
    color:#000000;
}
.fontColorGreen {
    color:#32CEB6;
}
.fontColorGray {
    color:#CCCCCC;
}
.fontColorWhite {
    color:#FFFFFF;
}

.fontWeight300 {
    font-weight:300;
}
.fontWeight400 {
    font-weight:400;
}
.fontWeight700 {
    font-weight:700 !important;
}


a.hyperlink:hover{
    color:#ffffff !important;
    text-decoration:underline;
}


/* libre-barcode-39-extended-text-regular - latin */
@font-face {
  font-family: 'Libre Barcode 39 Extended Text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/libre-barcode-39-extended-text-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Libre Barcode 39 Extended Text'), local('LibreBarcode39ExtendedText-Regular'),
       url('../fonts/libre-barcode-39-extended-text-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-barcode-39-extended-text-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-barcode-39-extended-text-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-barcode-39-extended-text-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-barcode-39-extended-text-v4-latin-regular.svg#LibreBarcode39ExtendedText') format('svg'); /* Legacy iOS */
}


.barcode39 {
   font-family: 'Libre Barcode 39 Extended Text';
   font-size:80pt;
   text-align:center;
}

.barcode39_70 {
   font-family: 'Libre Barcode 39 Extended Text';
   font-size:70pt;
   text-align:center;
}