.client-avatar img {
    width: 35px;
    height: 35px;
    border-radius: 15%;
}
.input-group .clockpicker {
	width:220px;

}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding:5px;
}
.onoffswitch-label {
	margin:6px 0;
}


.vertical-center {
  min-height: 20%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 20vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}






#impersonating {
  width:50%;
  float: right;
  height: 80px;
  margin:0 auto;
  margin-right: 600px;
}

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

.wizard > .content > .body {
  width: 100% !important;
}

.wizard > .content {
  overflow: visible !important;

}

.wizard, .tabcontrol {
    overflow: visible !important;
}

.loginscreen.middle-box {
  width:400px;
}

.middle-box h1 {
    font-size: 30px;
    font-weight: 700;
}

.oti-control {}
.oti-control .oti-hidden { display:  none; }
.oti-control .oti-show { display:block; }