

.hide {
  display: none !important;
}
/*.show {
  display: block !important;
}*/


body {
    background-color: #343a40 !important;
    font-size: .875rem;

}

main  {
    background-color: white !important;
    

}


.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */
/*
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}*/

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }


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

/* Hide default HTML checkbox */
.switch input {display:none;}

/* 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: #2196F3;
}

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

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%;
}


input.labelHilight-radio:checked + .labelHilight-label {
    background: lightblue;
}
label {
    color: gray; 
    font-size: 10pt;
}


footer {
    padding: 15px;
    /*background-color: #e6e6e6;*/
    color: #e6e6e6 ; 
}



.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}



.optionBox {
   border: solid silver 1px;
/*  padding: 10px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;*/
  /*background-color: #f8f8f8;*/
  margin-bottom: 20px;
  display: block;

  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #f1f1f1 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #f1f1f1 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  /*padding: 10px;*/

}




.optionBoxDashed {
  border: silver dashed 2px;
  padding: 10px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
  /*background-color: #f8f8f8;*/
  margin-bottom: 20px;
  display: block;

/*  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 50%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  padding: 10px;

}


.modal-content {
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}



.table-borderless-top th {
  border-top: none ;
}

.table-header-normal th {
  font-weight:normal !important; 
}

table.itemInfoTable td   {
  font-size: 12pt;
  border-top: #ddd solid thin;
}

table.itemInfoTable td  P {
    line-height: 1.5;
}
table.itemInfoTable tfoot td    {
  border:none;
}

table.itemInfoTable tr:last-of-type td {
    border-bottom: #ddd solid thin;
}
table.itemInfoTableWithExtraTr tr:nth-child(even) td {
    border-top: none;
    color: gray;
    
}   
/* Icon when the collapsible content is shown */
table.itemInfoTableWithExtraTr td.rowtoggle:before {
  font-family: "Glyphicons Halflings";
  content: "\e080";
  margin: 0px !important;
  padding: 0px !important;
  color:gray;
}

/* Icon when the collapsible content is hidden */
table.itemInfoTableWithExtraTr td.rowtoggle.collapsed:before {
    content: "\e114";
/*    margin-right: 15px;
    padding-left: 10px;*/

}
table.itemInfoTableWithExtraTr tr:nth-child(even)  {
        /*background-color: #feffde;*/
        
}   
table.itemInfoTableWithExtraTr tr:nth-child(even) td li.active a {
        background-color: #feffde;
        font-weight: bold;
}   
.itemInfoTable-more .row {
  border-top: #ddd solid thin !important;
  padding-top:10px;
  padding-bottom:10px;
}   

.itemInfoTable-more .row:first-of-type {
  border-top: none !important;
}   
.itemInfoTable-more .row:last-of-type {
  border-bottom: none !important;
}   
.itemInfoTable-more .row .itemInfoTable-more-col {
    padding-bottom: 5px;

} 

table.itemInfoTable    {
  font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em;
  width:100%;
}
table.itemInfoTable thead th   {
  border-bottom: #ddd solid thin;
  text-transform: uppercase;
  font-size: 9pt;
  width:0px;
  /*font-weight: bold;*/
  vertical-align: text-top;
}

table.itemInfoTable tbody th   {
  border-bottom: #ddd solid thin;
  text-transform: uppercase;
  font-size: 9pt;
  width:30%;
  /*font-weight: bold;*/
  vertical-align: text-top;
}
table.itemInfoTable tfoot th   {
  text-transform: uppercase;
  font-size: 9pt;
  /*font-weight: bold;*/
  vertical-align: text-top;
}
table.itemInfoTable tfoot td, table.itemInfoTable tfoot th   {
  border-top: #ddd solid 1px;;
  padding-top: 10px;
}
table.itemInfoTable tfoot tr:first-of-type   {
  border-top: #ddd solid 3px;
}

table.itemInfoTable input[type="checkbox"] {
  background: #4fbe79;
  border: #7f83a2 1px solid;
  width: 30px; 
  height: 30px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
}


table.itemInfoTable.cartItemList tr {
  vertical-align: text-top;
}
table.itemInfoTable.cartItemList td {
  padding: 5px;
}

table.itemInfoTable.cartItemList h4 {
  margin-bottom: -5px;
}


.shadow-strip-top {

  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
        
        
    
}


.full-screen {
    width: 100vw !important;
    height: 100vw !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
}


    
    .cursor-alias {cursor: alias;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-auto {cursor: auto;}
.cursor-cell {cursor: cell;}
.cursor-context-menu {cursor: context-menu;}
.cursor-col-resize {cursor: col-resize;}
.cursor-copy {cursor: copy;}
.cursor-crosshair {cursor: crosshair;}
.cursor-default {cursor: default;}
.cursor-e-resize {cursor: e-resize;}
.cursor-ew-resize {cursor: ew-resize;}
.cursor-grab {cursor: -webkit-grab; cursor: grab;}
.cursor-grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
.cursor-help {cursor: help;}
.cursor-move {cursor: move;}
.cursor-n-resize {cursor: n-resize;}
.cursor-ne-resize {cursor: ne-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-ns-resize {cursor: ns-resize;}
.cursor-nw-resize {cursor: nw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-none {cursor: none;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-pointer {cursor: pointer;}
.cursor-progress {cursor: progress;}
.cursor-row-resize {cursor: row-resize;}
.cursor-s-resize {cursor: s-resize;}
.cursor-se-resize {cursor: se-resize;}
.cursor-sw-resize {cursor: sw-resize;}
.cursor-text {cursor: text;}
.cursor-w-resize {cursor: w-resize;}
.cursor-wait {cursor: wait;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}