/***** Principal client colors ******/
/************************************/
:root {
  --main-color: #000000;
  --hover-color: #49c5b1;
  --main-text-color: #ffffff;
}


.em-chk-action label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: -webkit-linear-gradient(top, #27ae60 0%, #145b32 100%);
  background: linear-gradient(to bottom, #ffff00 0%, #cc0022 100%); /* Color button */
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.em-background   { background: #001d3d url("noise.png") !important; } /*secondary background color*/
/*.em-background   { background: linear-gradient(#ffff33, yellow) !important; } /*secondary background color*/

.dark-primary-color    { background: #001d3d url("noise.png") !important; } /* primary background color (+image)*/
.default-primary-color { background: #795548 !important; }
.light-primary-color   { background: #D7CCC8 !important; }
.text-primary-color    { color: var(--main-text-color) !important; }
.accent-color          { background: var(--main-color) url('noise.png') !important; }
.primary-text-color    { color: #212121 !important; }
.secondary-text-color  { color: #FFFFFF !important; }
.divider-color         { border-color: #B6B6B6 !important; }
.alert-color           { color : red;}
.light-primary-color-bg {background: #eaf2f0 url('noise.png') !important;} 

.em-navbar{
    background-color: var(--main-color);
    border-color: #333333;
    color: white;
    border-radius:0px !important;
}

.em-navbar a{
  color:white;
}
.em-navbar a:hover{
  color:var(--main-color);
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: var(--hover-color) !important;
    color: var(--main-color) !important
}


.em-navbar a:focus, .em-navbar a:active{
  color:var(--main-color);
}

.em-navbar .navbar-brand:hover{
  color: var(--hover-color);
}

.em-navbar .open a:hover {
  background-color: var(--hover-color) !important;
  color: var(--main-color);
}

.em-navbar ul{
  background-color: var(--main-color) !important;
  color: var(--main-text-color);
}

.em-navbar .open a {
  background-color: var(--main-color) !important;
  color: var(--main-text-color);
}

.em-main-title{
  padding-bottom: 6%;
  font-size: 48pt;
  color: var(--main-text-color) !important;
}

.em-main-title_close{
  font-size: 48pt;
  color: var(--main-text-color) !important;
}

.em-main-subtitle_close{
  padding-bottom: 2%;
  font-size: 30pt;
  color: var(--main-text-color) !important;
  text-decoration: underline;
}

.em-login-form-field{
  color: #000000;
}

.em-service:hover{
  border: 2px solid var(--hover-color);
  color: var(--hover-color);
}

.em-service .em-icon
{
  padding-top: 2%;
  font-size: 50pt;
  width: 100%;
  height: 74px;
}

.em-service:hover *
{
  color:var(--hover-color);
}

.em-service *
{
  color:var(--main-text-color);
}

.em-service {
  border: 2px solid var(--main-text-color);
  color: var(--hover-color);
  /* background-color: "white"; */
  border-radius: 4vh;
  color: white;
  padding: 3%;
  margin-top: 5%;
  margin-bottom: 2%;
}
/************************************/
/************************************/


.em-generic{
  font-family: "Open Sans", Arial !important;
}
.em-slide {
  width: 80px;
  height: 26px;
  background: #333;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.em-slide:after {
  content: 'OFF';
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.em-slide:before {
  content: 'ON';
  color: #27ae60;
  position: absolute;
  left: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
}
.em-slide label {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.em-slide input[type=checkbox] {
  visibility: hidden;
}
.em-slide input[type=checkbox]:checked + label {
  left: 43px;
}

.em-chk-action {
  width: 28px;
  height: 28px;
  position: relative;
  /*margin: 20px auto;*/
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.em-chk-action label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.em-chk-action label:hover::after {
  opacity: 0.3;
}
.em-chk-action input[type=radio] {
  visibility: hidden;
}
.em-chk-action input[type=radio]:checked + label:after {
  opacity: 1;
}

.em-section-border{
  border: 1px solid #061C17 !important;
}

#ini_can_interface_field
{
  width: 80px;
  height: 30px;
}
#ini_section_field
{
  width: 140px;
  height: 30px;
}
#hex_file_select
{
  position: relative;
  z-index: 2;
}
#ini_section_field:focus, #ini_section_field:active, #ini_can_interface_field:focus, #ini_can_interface_field:active
{
      border: 1px solid #7CB17D  ;
      box-shadow: inset 1 2px 2px #07382D;
}
.flashing-btn{
  margin-bottom: 5%;
}

.btn-load, .btn-load:focus{
  color: #fff!important;
  background-color: #11856A;
  border-color: #094537;
}
.btn-load:hover, .btn-load:active{
  color: #fff !important;
  background-color: #19C49C;
  border-color: #15A684;
}

.btn-reset:hover{
  color: #fff !important;
  background-color: #D9B851;
  border-color: #D1A20F;
}
.btn-reset{
  color: #fff;
  background-color: #D1A20F;
  border-color: #52400A;
}

.column-space{
  padding: 5%;
}

.space-padding{
  padding: 2%;
}

.error-login{
  color: red;
  font-size: 14pt;
}

.em-service a, .em-service a:hover,  .em-service a:focus, .em-service a:active{
  text-decoration: none;
}

.em-image
{
  width: auto;
  height: 100%;
  position: relative;
  bottom: 16px;
}

.em-service
{
  margin: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 25pt;
  min-height: 180px;
}

.em-service-name
{
  margin: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 25pt;
}

.em-service-name-small
{
  margin: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 18pt;
}

.em-navbar .navbar-toggle{
  /*border: 1px solid #092A22;*/
  border: 1px solid white;
}

.em-navbar .navbar-toggle .icon-bar{
  background-color: white;
}

.em-tab-menu .nav-tabs .active a{
  color:#ffffff;
  background-color: #2b8470;
}

.em-tab-menu .nav-tabs a{
  color: #86908d;
  background-color: #e4f1ee;
}
.em-tab-menu .nav-tabs a:hover{
  color: #030e0b ;
  background-color: #4ca38f;
}
.em-tab-menu .tab-content {
  color: #061c17;
  background-color: #f3f3f3;
  border-color:#79baab;
}

.em-tab-menu .table-responsive{
  border: 1px solid #fff;
}

.em-tab-menu .em-editable-row, .em-tab-menu .em-editable-row:focus{
  color:#00B289;
  border: 1px solid #cdcdcd;
}

 .em-tab-menu .em-editable-row:active, .em-tab-menu .em-editable-row:hover{
  background-color: #FFF;
  color:#000;
}

.em-tab-menu .table-hover tbody tr:focus, .em-tab-menu .table-hover tbody tr:active, .em-tab-menu .table-hover tbody tr:hover{
  background-color: #e8f3f1;
  color:#135445;
}

.em-top-space{
  margin-top: 15px;
}

.em-navbar-tab{
  background-color: #d9e8e5;
  border-color: #c4dad5;
}

.em-navbar-tab .navbar-toggle .icon-bar{
  background-color: #0c382e;
}

.em-navbar-tab .navbar-toggle{
  border: 1px solid #0c382e;
}

.em-inter-space{
  padding: 5px;
}
.em-watermark{
  color : #959999;
}

.em-error{
  background-color: #FFCCCC;
  color : #000 !important;
  border: 1px solid #FF0000 !important;
  border-top: 2px solid #FF0000 !important;
}

.em-success{
  background-color: #A6D785;
  color : #000 !important;
  border: 1px solid #4AC948 !important;
  border-top: 2px solid #4AC948 !important;
}

.em-clicable-element {
  cursor:pointer;
}

.em-loading-space{
  margin-top: 10px;
  margin-left: 6px;
}

.em-inside-top{
  padding-top: 5%;
}
.em-zone {
  padding-top: 5px;
  border-top: 1px solid #e0e0e0;
}

.em-tab-menu .panel-default {
    border-color: #ccc;
}

.em-tab-menu .panel-footer {
    background-color: #ffffff;
    border-color : #c9c9c9;
}

.em-tab-menu .panel-heading {
    color: #333;
    background-color: #ecf7ec;
    border-color: #ddd;
}

.em-main-action-btn {
    color: #dff0d8;
    background-color: #07362b;
    border-color: #3c763d;
}

.btn-success{
   background-color: #000000 !important;
   border-color: #000000 !important;
}

.disabled-function{
  background:url('stripe.png') !important;
}

div#overlay {
   position:fixed;
   top:0;
   left:0;
   height:100%;
   width:100%;
   z-index:6002;
   background-color:#444444;
   opacity:0.5;
   filter:alpha(opacity=50);
}

.loader{
   border: 16px solid #f3f3f3;
   border-radius: 50%;
   border-top: 16px solid blue;
   border-bottom: 16px solid blue;
   width: 120px;
   height: 120px;
   -webkit-animation: spin 2s linear infinite;
   animation: spin 2s linear infinite;
   margin:auto;
}

@-webkit-keyframes spin {
   0% { -webkit-transform: rotate(0deg); }
   100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
   0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); }
}

.block1_scrollSelect {
max-height: 150px;
overflow:scroll;
display: block;
border: 1px solid #ccc;
}

.block2_scrollSelect {
display: inline-block;
vertical-align: top;
overflow: hidden;
/*border-right: 1px solid #a4a4a4;*/
}

.checkbox-1x {
    transform: scale(1.5) translate(25%, 0);
    -webkit-transform: scale(1.5) translate(25%, 0);
}

.align-middle{
    vertical-align: middle;
}

/* Hide spinner on numer type inputs */
#sim-card-form input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#sim-card-form input[type=number] {
  -moz-appearance: textfield;
}

/* ----------------------------------- TOGGLE SWITCH ----------------------------------------------------------> */
.onoffswitch {
    position: relative; width: 120px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Demo ON";
    padding-left: 10px;
    background-color: #000000; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Demo OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 86px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/* <----------------------------------- TOGGLE SWITCH ---------------------------------------------------------- */


/* ----------------------------------- CUSTOM CHECKBOX---------------------------------------------------------> */
.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .cbx.cbx-light span:first-child {
    border: 1px solid white;
  }
  .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #333333;
    transition: all 0.2s ease;
  }
  .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.1s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .cbx span:last-child {
    padding-left: 8px;
  }
  .cbx span:hover span:first-child {
    border-color: #000000;
  }

  .inp-cbx {
      display: none;
  }
  
  .inp-cbx:checked + .cbx span:first-child {
    background: #000000;
    border-color: #000000;
  }
  .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
  }
  
  @keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  .checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
  
  .checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  
/* <----------------------------------- CUSTOM CHECKBOX ---------------------------------------------------------- */