.register-switch {
  height: 34px;
	padding: 2px;
/*	background: white; */
	background-image: none;
	background-image: none;
	border-radius: 2px;/*
	background-image: -webkit-linear-gradient(top, #a83a3a, #be5252);
	background-image: -moz-linear-gradient(top, #a83a3a, #be5252);
	background-image: -o-linear-gradient(top, #a83a3a, #be5252);
	background-image: linear-gradient(to bottom, #a83a3a, #be5252);
	-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);*/
}
.panel-warning {
    border: 0px;
}
.register-switch-input {
    display: none;
}
.register-switch-input:checked + .register-switch-label {
    /*color: #434248;
	height: 30px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    background: white;
        background-image: none;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
    background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
    background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
    background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
	*/
  background: #6db244;
  /* height: 30px; */
    background-image: none;
background-image: none;
border-radius: 2px;
background-image: -webkit-linear-gradient(top, #60a83a, #7dbe52);
background-image: -moz-linear-gradient(top, #60a83a, #7dbe52);
background-image: -o-linear-gradient(top, #60a83a, #7dbe52);
background-image: linear-gradient(to bottom, #60a83a, #7dbe52);
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);	
}
.register-switch-label {
    float: left;
    width: 50%;
    line-height: 32px;
    color: #9e8e8e;
    background-color:white;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border: 1px solid #bce8f1;
}
.register {
}
input[type="checkbox"] {
    display: none;
}
.form-group input[type="checkbox"] {
    display: none;
}

.alert {
  background-color: #ffffff;
  color: #bc1e1e;
  text-align: center;
  font-weight: 600;
}

.select {
    margin-left: -15px !important;
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 1px !important;
}
.panel-default > .panel-heading {
    background-color: transparent;
}
.panel-default {
    background: url("/img/blitzer.jpg");
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: right;
  background-color: #f5f5f5;
}	
.panel-body {
    background: #f4f4f4;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color:  #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}

.input-group-icon .input-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.4em;
    height: 3.4em;
    line-height: 3.4em;
    text-align: center;
    pointer-events: none;
}

.clsRed {
  color: red;
}

h4 {
  color: #7ed321;
}

input:focus {
  outline: 0;
  border-color: #64ac15;
}
input:focus + .input-icon i {
  color: #7ed321;
}
input:focus + .input-icon:after {
  border-right-color: #7ed321;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  display: inline-block;
  width: 45%;
  text-align: center;
  float: left;
  border-radius: 0;
  margin: 5px;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before {/*
  background-color: #7ed321;
  border-color: #64ac15;*/
  color: #fff;
}

select:focus,
select:active {color:black;}

input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: white;
  color: black;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input, 
.input-group-icon select {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: -6px;
  pointer-events: none;
  z-index:4;
}
.input-group {
    display: block;
}	
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container {
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}
.form-group {
    margin-right: 5px !important;
}
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}
.input-group .btn {
	padding: 0px;
}	
.whiteLeft,
.white50,
.white100,
.white {
  background: white;
  border: solid 2px #d9edf7;
  width: 24.8%;
  float: left;
	padding-bottom: 2px;
	padding: 2px 0;
  margin: 1px;
}
.white50 {
  width: 49.8%;
}
.white100 {
  width: 99.8%;
}
.font {
  cursor: pointer;
  font: 13px grey normal;
  padding-left: 5px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: 3px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  margin-bottom: 5px;
}
.dropdown-toggle {
  padding: 8px;
}
.form-control:required {
  border:1px solid #bc1e1e;
}
.check:required {
  border:1px solid #bc1e1e;
}
.table-responsive {
  max-height: -webkit-fill-available;
}

/*
.fixedHeader {
  width: 100%;
  display: block;
  position: sticky;
  top: 0px;
  background-color: white;
}

.scrollContent {
  display: block;
}
*/

.tableFixHead {
  overflow-y: auto;
  height: 500px;
}

.tableFixHead table {
  border-collapse: collapse;
  width: 100%;
}

.tableFixHead th,
.tableFixHead td {
  padding: 8px 16px;
}

.tableFixHead th {
  position: sticky;
  top: 0;
  background: #fff;
}

.form-control,
.font,
.register-switch-label,
textarea,
select,
.register-switch-input:checked + .register-switch-label,
input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 14px;
}
/*.panel-heading {
  font-size:16px;
  font-weight: 600;
}*/

.btn,
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fett {
  font-weight: 600;
}

label {
  font-weight: 500;
}
.clsJN {
  width:80px;
}