::-webkit-scrollbar-track
{
  background-color: #333333;
}

::-webkit-scrollbar
{
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-thumb
{
  background-color: #808080;
}

h1,h2,h4
 {
  color: #cfdc2c;
     font-weight: 200;
    /*text-shadow: 0 1px 40px #000000;*/
}

.green
 {
  color: #cfdc2c;
}
.blue
 {
  color: #09c;
}
.red
 {
  color: #a62719;
}
.white {
  color: #c7c7c7;
}

.new-red {
  color: #e53322;
}
.new-green {
  color:#13bf30;
}©

.green .red, .blue .red,
.red .green, .blue .green,
.green .blue, .red .blue {
    color: inherit;
}

.navbar-fixed-top {
  /*border-width: 0;*/
}

.navbar-brand {
padding: 15px 0 15px 15px;
}

.panel-title > a:hover, .panel-title > small > a:hover, .panel-title > .small > a:hover {
    text-decoration: none;
}

.text-justify{
	text-align:justify
}
.text-left{
	text-align:left
}
.text-right{
	text-align:right
}
.text-center{
	text-align:center
}
.v-center{
	margin-top:7%;
	padding:0 20px
}
.text-inverse {
    color:#1b1c1f !important;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.truncate {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print {
  .truncate {
    width: 100%;
    white-space: normal;;
    overflow: visible;;
  }
  .media-heading.truncate {
    font-size: 1em;
  }
  body > .container {
    padding: 0 !important;
    margin: 0 !important;
  }
}

.filelink {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0.8em;
}

.form-control.disabled {
    background-color: #25262a!important;
    cursor: not-allowed;
    overflow: hidden;
}

.niceselect {

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #383940 url("../img/select.png") no-repeat scroll 98% center;
}

.niceselect select  {

    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    border: 2px hidden transparent;
    background: transparent;
    padding: 10px 15px;
}

p.spacer {
  padding-top: 2.4em;
}
.vspacer {
  padding-bottom: 1em;
}
.btn.vspacer {
    padding-bottom: 10px;
}
.col-sm-4.vspacer {
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .col-sm-4.vspacer {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .col-md-6 #modules_5 .vspacer {
      padding-bottom: 2.52em;
  }
}

.inline_spacer {
  width: 2em;
  display: inline-block;
}
#wizard_holder{
    margin-bottom: 1em;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  background:#2c2d32 url('../img/subtle_carbon.png') top left repeat;
  /*background: url('../img/header_bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/header_bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/header_bg.jpg', sizingMethod='scale')";
*/
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
  background:#2c2d32 url('../img/subtle_carbon.png') top left repeat;
    /*color:#d0d0d0;*/
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #c7c7c8;
    -webkit-box-shadow: 0 0 0px 1000px #383940 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 52px;*/
  background-color: #111;
    z-index: 999;
}

.footer .footer-link {
  display: inline;
}

.footer .footer-link::before {
  content: '\2022';
  display: inline-block;
  font-family: sans-serif;
  margin-right: 4px;
}
.footer .footer-link:first-child::before {
  content: '';
  display: inline-block;
  font-family: sans-serif;
  margin-right: 4px;
}
.footer div.container div {
  float: right;
}
.footer div.container div:last-child{
  float: left;
}

@media (max-width: 991px) {
  .footer {
    background: black;
    text-align: center;
  }
  .footer div.container div {
    margin: 1em 0;
    float: none !important;
  }
  .footer div.container div > span {
    display: block;
    margin: 1em 0;
  }
}



/* Custom page CSS
-------------------------------------------------- */

.text-muted {
  color: rgba(199, 199, 199, 0.6)  !important;
}

.text-muted:hover {
  color: rgba(199, 199, 199, 0.8)  !important;
}

.text-default {
    color: #c7c7c7;
}

.fuelux .form-group {
  margin-bottom: 0;
}

.module_machine_info  {
    margin-left: .1em;
    display: inline-block;
}
.module_machine_info span.glyphicon  {
    top:3px;
}

body > .container {
  padding: 80px 15px 0;
}
/* .footer > .container p {
  margin: 15px 0;

} */

.footer > .container {
  padding: 1em 0;
}

code {
  font-size: 80%;
}
/* LOADING OVERLAY */
#loading_overlay {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    background: #080809;
    z-index: 7000;
}
#loading_overlay > div {
      position: fixed;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
}
/*
#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;

    z-index: -1;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  opacity: .05;
    filter: url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(75%);
    -moz-filter:    grayscale(75%);
    -ms-filter:     grayscale(75%);
    -o-filter:      grayscale(75%);
    filter: gray;
}*/
/* Navbar */



@media (max-width: 991px) {
body {
    /* Margin bottom by footer height */
    margin-bottom: 186px;
}
.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-collapse.collapse.in {
    display: block!important;
}
.navbar-nav {
    float: none!important;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: calc(100vh - 79px);
    min-height: calc(100vh - 79px);
  }
}
/* @media (min-width: 992px) and (max-width: 1199px) {
  .navbar-right a.dropdown-toggle {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 170px;
  }
}
@media (min-width: 1200px) {
  .navbar-right a.dropdown-toggle {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 370px;
  }
} */
/* END Navbar*/

/* FOOTABLE Responsive TABLES */

.footable {
	border-collapse: separate;
  border-spacing: 0;
  width: 100%;
    background-color: #25262a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.footable.breakpoint > tbody > tr > td.expand {
  /*background: url('img/plus.png') no-repeat 5px center;*/

  padding-left: 6px;
}
.footable.breakpoint > tbody > tr > td.expand:before {
    display: none;
}
html.iconfontloaded .footable.breakpoint > tbody > tr > td.expand:before {
    position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons';
font-style: normal;
font-weight: 200;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    content:"\2b";
    margin-right: 4px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand:before {
    content:"\e114"
}

.footable.breakpoint > tbody > tr.footable-row-detail,
.footable.breakpoint > tbody > tr.footable-detail-show{
     background-color: #313237;
}
.footable.breakpoint > tbody > tr.footable-row-detail td{
    padding-left: 23px;
    border-left: none;
    overflow: auto;
    text-align: left;
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody img {
  vertical-align:middle;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #080809;
  border-top: 1px solid #080809;
  padding: 10px;
  /*text-align: left;*/
}

.footable > tbody > tr > td.footable-cell-detail {
  border-left: none;
}

.footable > tbody > tr.showhide.hidden + tr.footable-row-detail {
    display: none !important;
}

.footable-row-detail-name {
    float: left;
    margin-right: 0.3em;
    color:white;
}

.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: #080809;
  border-top: none;
}

.footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column {
  -moz-border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

.footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
  -moz-border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.footable > thead > tr:first-child > th.footable-first-column.footable-last-column, .footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.footable > tbody > tr:last-child > td.footable-first-column {
  -moz-border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

.footable > tbody > tr:last-child > td.footable-last-column {
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.footable > tbody > tr:last-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}


.footable > tfoot > tr > th, .footable > tfoot > tr > td {
  background-color: #080809;

  padding: 10px;
}
.footable.no-paging + .row .hide-if-no-paging {
  display: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  /* display: inline-block;
  font-family: 'Glyphicons';
  speak: none;
  font-style: normal;
  font-weight: 200;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 8px;
  padding-bottom: 4px;
  line-height: 14px;
  vertical-align: middle;
  color: #888888; */
  width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #888;
    display: inline-block;
    margin: 0 6px 1px 4px;
}

.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e156";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e155";
}
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'Glyphicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
  font-size: 10px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e150";
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle {
  width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 6px solid #888;
display: inline-block;
margin: 0px 5px -3px 3px;
}
/* .footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e080";
} */
/* END : FOOTABLE Responsive TABLES */

.fooicon-loader:before {
	content: "\e030";
}
.fooicon-plus:before {
	content: "\2b";
}
.fooicon-minus:before {
	content: "\2212";
}
.fooicon-search:before {
	content: "\e003";
}
.fooicon-remove:before {
	content: "\e014";
}
.fooicon-sort:before {
	content: "\e150";
}
.fooicon-sort-asc:before {
	content: "\e155";
}
.fooicon-sort-desc:before {
	content: "\e156";
}




.btn-inline {
    background: none;
    display: inline-block;
    padding: 0;
    border: none;
}
/* CIRCLE Buttons */

.btn-circle.btn-xs {
    width: 24px;
    height: 24px;
    padding: 4px 0;
    font-size: 10px;
    line-height: 1.25;
    border-radius: 12px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 28px;
    line-height: 1.8;
    border-radius: 35px;
}
.btn-circle span.glyphicon {
    top: 1px;
}
/* END : CIRCLE Buttons */

.glyphicon.spinning {
    -webkit-transform-origin: 50% 45%;
     transform-origin:50% 45%;
     -ms-transform-origin:50% 45%; /* IE 9 */
     -webkit-animation: spin .9s infinite linear;
     -moz-animation: spin .9s infinite linear;
     -o-animation: spin .9s infinite linear;
     animation: spin .9s infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.input-group>.bfh-number-btn:hover {
    background-color: #41424A  !important;
}

/**.dropdown-toggle:focus + .dropdown-menu,
.dropdown-toggle:active + .dropdown-menu{
    display: block;
}*/

#noscript-warning {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 101;
    text-align: center;
    font-size: 90%;
    color: #fff;
    background-color: #ae0000;
    padding: 3px 0 3px 0;
}
#noscript-warning.info {
    color: #fff;
    background-color: #50525b !important;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    display: block;
}
small.inline {
  display: inline !important;
}
#collapseFilter .btn-default:hover, #collapseFilter .btn-default:focus, #collapseFilter .btn-default.focus, #collapseFilter .btn-default:active, .btn-default.active {
	color: #c7c7c7;
    background-color: #50525b;
    border-color: #50525b;
}

table.listcalendar { border-collapse: collapse; empty-cells: show; width: 100%; border: none;}

table.listcalendar td { position: relative; font-size: .5em}

td.strikeout span:before {
  content: " ";
  position: absolute;
  top: 40%;
  left: 0;
  border-bottom: 3px solid;
  border-color: inherit;
  width: 100%;
}

td.strikeout span:after {
  content: "\00B7";
  font-size: 1px;
}

/* Extra styling */
table.listcalendar td
{
  width: 5px;
  text-align: center;
  border-right: 1px solid #383940 !important;
  padding-left: 0 !important;
}
table.listcalendar td:first-child
{
  text-align: left;
}

table.listcalendar th {
  text-align: center;
  margin-bottom: 1em;
}
@media (max-device-width: 480px) {
  table.listcalendar td { font-size: .4em}
  .navbar-brand > img {
    width: 220px;
    padding-top: 3px;
  }
}
.tab-pane {
    padding: 2%;
    background-color: #2c2d32;
    border: 1px solid #50525b;
    border-top: none;
    z-index: 0;
    border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  td.strikeout span:before {
    top: 40%;
    border-bottom: 5px solid;
    border-color: inherit;
  }
  table.listcalendar td
  {
    width: 20px;
  }
  table.listcalendar td { font-size: 1em}

.nav-tabs {
  position: relative;
  bottom: -1px;
  z-index: 100;
}

}

.text-link {
  cursor: pointer;
  color: #09c;
}
.text-link:hover, .text-link:focus {
    color: #09b7f1;
}

.flash {
  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
    0% { background-color: none; }
    50% { background-color: #fbf8b2 !important; }
    100% { background-color: none; }
}

@-moz-keyframes flash {
    0% { background-color: none !important; }
    50% { background-color: #fbf8b2 !important; }
    100% { background-color: none !important; }
}

@-ms-keyframes flash {
    0% { background-color: none !important; }
    50% { background-color: #fbf8b2 !important; }
    100% { background-color: none !important; }
}
@keyframes blink {
      0% {
        opacity: .2;
      }
      20% {
        opacity: 1;
      }
      100% {
        opacity: .2;
      }
  }

  .dots span {
      animation-name: blink;
      animation-duration: 1.4s;
      animation-iteration-count: infinite;
      animation-fill-mode: both;
  }

  .dots span:nth-child(2) {
      animation-delay: .2s;
  }

  .dots span:nth-child(3) {
      animation-delay: .4s;
  }

  .floating_price {
    position: fixed;
    top:70px;
    right:10px;
    padding:10px;
    background: #000;
    border-radius: 5px;
    z-index: 9999;
  }
  div.module_switch-on {
    white-space: nowrap;
  }

  div.module_switch-onsmall,
  div.module_switch-on p {
      white-space: normal;
  }
.sticky, .stickySlider {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 999;
}
.stickySlider {
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 998;
  background: rgba(27, 27, 32, 1);
}
#myHeader.sticky {
  background: rgba(27, 27, 32, 1);
}

#myHeader .container {
  padding-left: 0px;
  padding-right: 0px;
}

#myHeader.sticky  .container {
  padding-left: 15px;
  padding-right: 15px;
}
#mySlider .container {
  padding-left: 0px;
  padding-right: 0px;
}

#mySlider.stickySlider  .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  #mySlider.stickySlider  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #mySlider .container {
    padding-left: 0px;
    padding-right: 30px;
  }
}
#myHeader.sticky  h1 {
  margin: 28px 0 0;
}

.sticky + .below_sticky {
  padding-top: 102px;
}
  .tool_tip {
    cursor: pointer;
  }

  .dot_left {
	position: absolute;
	 left: -10px;
    top: 0;
	width: 13px;
	height: 13px;
	background: #66be8c;
	border-radius: 50%;
	font-size: 8px;
	line-height: 13px;
	text-align: center;
	color: #000;
}
.cart_row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.row.hoverable {
    background: rgba(0,0,0,0);
    cursor: pointer;
}
.row.hoverable:hover {
    background: rgba(0,0,0,.25);
}
@media (min-width: 992px) {
  #app_3 {
    /* position: relative;
    top: 6px; */
  }
}
.resetcheckboxes {
  float: right;
}
.totalprice {
  float: right;
  text-transform: uppercase;
  padding-right: 0;
}
@media (min-width: 768px) {
  .totalprice {
    padding-right: 30px;
  }
}
.sticky .totalprice {
  padding-right: 0;
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size:8vw;
  }
}
.nowrap {
  white-space: nowrap;
  overflow: visible;
}

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gly-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gly-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gly-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

::-moz-selection {
  background: #d8d8d8;
  color: black;
}
::selection {
  background: #d8d8d8;
  color: black;
  }
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  input[name=data_amount_alias] {
    /* display:inline-block;
    width:65px;
    min-width:0; */
  }
  div.data_amount_alias_holder {
    text-align: center;
    white-space: nowrap;
  }
  @media (min-width: 768px) {
    div.data_amount_alias_holder {
      text-align: left;
    }
  }

.panel[data-href]
{
    cursor: pointer;
}
.panel[data-href]:hover a.btn
{
  color: #fff;
  background-color: #12557a;
  border-color: #114f71;
}
#show_hide_password i {
  cursor: pointer;
}
#accordion a .glyphicon-plus::before{
  content: "\2212";
}
#accordion a.collapsed .glyphicon-plus::before{
  content: "\2b";
}

.fuelux .text-muted.checkbox-custom:before {
  border-color: rgb(199 199 199 / 60%) !important;
  color: rgb(199 199 199 / 60%) !important;
}
.fuelux .text-muted.checkbox-custom:active:before,
.fuelux .text-muted.checkbox-custom:focus:before {
  color: rgb(199 199 199 / 60%) !important;
  cursor: pointer;
  box-shadow: inset 0px 0px 2px 1px #333, 0px 0px 5px 0px #333;
}
.fuelux .text-muted.checkbox-custom.checked:before {
  background: transparent;
  border-color: rgb(199 199 199 / 60%) !important;
  content: "\e013";
}

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load4 1.8s infinite ease-in-out;
  animation: load4 1.8s infinite ease-in-out;
}
.loader {
  margin: 0 auto;
  font-size: 12px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  /* animation-delay: 0.16s; */
  top: -2.2em;
  display: inline-block;
}
.loader:before {
  left: -1.5em;
}
.loader:after {
  left: 1.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}
@-webkit-keyframes load4 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #FFF;
  }
}
@keyframes load4 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;

  }
  40% {
    box-shadow: 0 2.5em 0 0 #FFF;
  }
}

.alert-tip {
  background-color: #50525b;
    border-color: #50525b;
    /* color: #1b1c1f; */
    margin-bottom: 0.3em !important;
}
.alert-neutral {
  background-color: #50525b;
    border-color: #50525b;
}
.alert-tip hr, .alert-neutral hr {
  border-top-color: #b3b3b3;
}

.alert-tip a.close,
.alert-tip a.close::after,
.alert-tip a.carousel-control,
.alert-tip a.carousel-control::after,
.alert-neutral a.close,
.alert-neutral a.close::after,
.alert-neutral a.carousel-control,
.alert-neutral a.carousel-control::after {
  border-bottom: none;
}
.alert-tip a, .alert-neutral a {
  color: #c7c7c7;
  font-weight: 400;
  /* position: relative;
  display: inline-block; */
}

/* .alert-tip a::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
    bottom: 3px;
    transition-property: bottom;
    transition-duration: .15s;
} */

.alert-tip a:hover,
.alert-tip a:active,
.alert-neutral a:hover,
.alert-neutral a:active, {
    color: #fff;
}

/* .alert-tip a:hover::after,
.alert-tip a:active::after {
  border-color: #fff;
  bottom: 0px;
} */

#telr-container {
  background: #000000aa;
  width: 100vw;
  height: 100vh;
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
}
#telr-frame {
  width: 80%;
  min-width: 375px;
  max-width: 600px;
  height: 600px;
  frameborder: 0;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1040;
}
