footer {padding-top:50px;
	/*background: /*#007bff;*//*#0090cc;*/ /*#2e74b5; *//*color:white;*/}
.main {padding-top:100px;padding-bottom:100px;}
.invalid-feedback, .valid-feedback {padding:4px;background-color:#fff;}
#mainNav .navbar-brand {color: #e58e04;}
.coverimage {background-image:url(/img/finocon_bg_v2.jpg);background-size:cover;background-position: center center}
.lds-dual-ring {display:inline-block;width:64px;height:64px;}
.lds-dual-ring:after {content:" ";display:block;width:46px;height:46px;margin:1px;border-radius:50%;border:5px solid #fff;border-color:#2e74b5 transparent #2e74b5 transparent;animation:lds-dual-ring 1.2s linear infinite;}
@keyframes lds-dual-ring {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
tr.shown td.details-control {background: url(/img/details_close.png) no-repeat center center;}
td.details-control {background: url(/img/details_open.png) no-repeat center center;cursor: pointer;}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* 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%;
}

.modal {display:none;position:fixed;z-index:1000;top:0;left:0;height:100%;width:100%;
    background: rgba( 255, 255, 255, .4 );
}
body.loading .modal {
    overflow: hidden;
}
body.loading .modal {
    display: block;
}