
.logo{
  margin:30px 0;
}
div.logo .logo-name{
  width: 90%;
}


.input-group{
  position: relative; 
    display: table;
    border-collapse: separate;
}
.btn.btn-primary{
  background-color: #0E9AEF;
  border-color:#0E9AEF;
}
.btn.btn-primary:hover{
  background-color: #0E9AEF;
  border-color:#0E9AEF;
}
.wizard-big.wizard{
  overflow: visible!important;
}
.wizard-big.wizard .content.clearfix{
  overflow: visible!important;
}
.control-label{
    margin-bottom: 0;
    text-align: right;
}

.i-checks{
  padding-left: 10px;
  float: left;
  padding-top: 5px;
}
.form-group{
  margin-bottom: 10px;
}
.form-control[readonly]{
  background-color: #ffffff;
}
.media_login{
  padding:20px; 
}
.bg-strip{
    background-image: url('../img/bg-strip.jpg');
    width: 100%;
}
.float-e-margins .btn {
    margin-bottom: 0px;
}
/* Statistic Block */
.dashboard-stat.green-jungle {
    background-color: #26c281;
}

.dashboard-stat.green-jungle .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.dashboard-stat.green-jungle .details .number {
    color: white;
}
.dashboard-stat.green-jungle .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.dashboard-stat.green-jungle .more {
    color: white;
    background-color: #23b176;
}

/* General Element */
.bg-green-jungle {
    border-color: #26c281 !important;
    background-image: none !important;
    background-color: #26c281 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-green-jungle {
    color: #26c281 !important;
}

.blueimp-gallery > .slides > .slide > .text-content {
    overflow: auto;
    margin: 60px auto;
    padding: 0 60px;
    max-width: 920px;
    text-align: left;
}
.modal-body{
  background: #ffffff;
}
.modal-header{
  background: #f0f0f0 !important;
}



.relativepicture {
    position: relative;
}

.onpicture {
    position: absolute;
    top: 0;
    left: 0;
}

.w200 {
    width: 200px;
}

#login-box{
    position: absolute;
    overflow: hidden;
    width: 100%;
    border-bottom: 0;
    box-shadow: none;
    padding: 0px!important;
    background-color: #5090c1;
}

.loginscreen.middle-box {
    width: 315px;
}
.hidden{
  display: none;
}