/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

body {
  background: #d2d6de;
}

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
  width: 15px;
  text-align: center;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}
.loading{
  display: none;
  float: left;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: transparent url('../../img/loading.gif') center no-repeat;
  background-size: 100%;
}

.register-logo{
  text-align: center;
  margin-bottom: 30px;
}
.reg-box{
  padding: 0 15px
}
.reg-box label{
  float: left;
  width: 35%;
  text-align: right;
  margin: 5px 0 0 0;
}
.reg-box .form-control{
  float: left;
}

.cyrillic_select{
  float: left !important;
  width: 41px !important;
  margin-left: 5px;
  padding: 6px 4px !important;
}
.register_input{
  float: left !important;
  width: 92px !important;
  margin-left: 5px;
}
.select_inputs{
  float: left !important;
  width: 74px !important;
  padding: 5px 2px;
  margin-left: 5px !important;
}
.select_inputs_half{
  width: 55px !important;
}
@media only screen and (max-device-width: 850px) {
  
}


.steps {
  display: flex;
  align-self: flex-end;
  width: 90%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
}
.steps .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  color: #999;
  font-size: 13px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #e0e0e0;
  transition: all 200ms ease;
  transition-delay: 0s;
  z-index: 2;
}
.steps .circle.active {
  transition-delay: 100ms;
  border-color: #3c8dbc;
  color: #3c8dbc;
}
.steps .progress-bar {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #e0e0e0;
  z-index: 1;
}
.progress-bar .indicator {
  position: absolute;
  left: 0;
  height: 100%;
  width: 0%;
  background: #3c8dbc;
  transition: all 300ms ease;
}

.register-logo{
  display: block;
  width: 100%;
  height: 40px;
  margin: 5px auto 0;
  background: transparent url('../../img/logo.png') center right no-repeat;
  background-size: contain;
}

.mt10{
  margin-top: 10px;
}
.mb10{
  margin-bottom: 10px;
}

.main-reg-box .input-group{
  width: 100%;
  margin: 0 auto;
  font-size: 12px !important;
}
.main-reg-box .form-control{
  margin-left: 0;
  width: 100%;
  font-size: 12px;
}
.main-reg-box .input-group-addon{
  width: 40%;
  font-size: 12px !important;
  background-color: #f4f4f4;
  text-align: right;
}
.main-reg-box-mobile .input-group{
  width: 100%;
}
.main-reg-box-mobile .input-group-addon{
  /* min-width: 38%; */
  text-align: right;
}
.main-reg-box-mobile .input-group-addon-label{
  /* width: 25%; */
}
.select2, .alert{
  font-size: 12px;
}

.inputsInTxt p, .inputsInTxt input{
  float: left;
  font-size: 12px;
}
.inputsInTxt p{
  margin: 0;
}
.inputsInTxt input[type="text"]{
  border: none;
  border-bottom: 1px dotted #444;
  padding: 0;
  margin: 2px 5px 0;
  width: 94px;
  height: 14px;
  font-weight: bold;
  text-align: center;
}
.inputsInTxt input[type="checkbox"]{
  margin: 4px 5px 30px 0;
  outline-offset: 2px;
  outline: 3;
}

.inputsInTxt input[type="checkbox"]:focus,
.inputsInTxt input[type="checkbox"]:active,
.confirmation input[type="checkbox"]:focus,
.confirmation input[type="checkbox"]:active{
  outline: 3px solid #3c8dbc;
  outline-offset: -2px;
}

.inputsInTxt label{
  clear: both; 
  width: 100%; 
  text-align: left; 
  font-weight: normal;
  cursor: pointer;
}

.examRule{ 
  padding-top: 30px;
  page-break-before: always 
}
.examRules li{
  list-style: decimal;
  padding: 0 13px 5px 13px;
}
.examRules li ul li{
  list-style-type: none;
  padding: 5px 15px 0 0;
}
.examRules li ul li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 10px;
    margin-left: -15px;
}
.examRules1 li{
  list-style: disc;
  padding: 0 30px 5px 13px;
  font-style: italic;
}

input[type="file"]:focus,
input[type="file"]:active{
  outline: 3px solid #3c8dbc;
  outline-offset: -2px;
  width: 90px;
}