.reg {
  margin-top: 30px;
  text-align: center;
}
.fon {
  font-family: 'PT Sans';
}

p{
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.send2 {
  background: #396aa8;
  line-height: 20px;
  font-size: 14px;
  font-family: 'PT Sans';
  font-weight: 400;
  color: #fff;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  right: 2px;
  top: 16px;
  padding: 7px 35px;
  cursor: pointer;
}



.butt {
  background: #396AA8 none repeat scroll 0% 0%;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  border: medium none;
  border-radius: 15px;

  margin-top: 4px;
  margin-right: 13px;
  padding: 7px 57px;
}

.form-group {
  display: block;
  margin: 0 0 10px 0;
}

.control-label {
  display: -moz-inline-stack;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  font-family: 'PT Sans';
  font-weight: 400;
  color: #454545;
  line-height: 13px;
  margin: 0px 5px 10px 10px;
}

.form-group input:not([type="checkbox"]), .field-input:not([type="checkbox"]) {
  background: #fff;
  border: 1px solid #dcddde;
  height: 33px;
  width: 258px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border-radius: 15px;
  font-size: 14px;
  font-family: 'PT Sans';
  font-weight: 400;
  color: #a0a0a0;
  line-height: 33px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

.form-group select, .field-select  {
  width: 400px;
  height: 31px;
  border: 1px solid #bababa;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 14px;
  font-family: 'PT Sans';
  font-weight: 400;
  color: #929292;
  background: url('../images/sprite.png') no-repeat 375px -75px;
  line-height: 27px;

  padding: 0 0 0 13px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-group textarea, .field-textarea  {
  border: 1px solid #dcddde;
  border-radius: 3px;
  margin: 2px 0 0 11px;
  width: 255px;
}

.field-button, .form-group input[type="submit"], .form-group button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border-radius: 30px;
  border: 0;
  background: #396aa8;
  height: 42px;
  width: 230px;
  font-size: 18px;
  font-family: 'PT Sans';
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  text-align: center;
}

.field-button:hover, .form-group input[type="submit"]:hover, .form-group button:hover {
  background: #6bb0bb;
}

.alert-error {
  color: red;
  padding: 5px;
  margin-bottom: 5px;
}

.button{
  text-decoration:none; text-align:center;
  padding:11px 40px;
  border:none;
  -webkit-border-radius:8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
  -moz-border-radius-bottomleft:0px;
  -moz-border-radius-bottomright:0px;
  font-family: "PT Sans";
  font-weight:bold;
  color:#4a4a4a;
  background:#e8e8e8;
  -webkit-box-shadow:0px 0px 2px #bababa, inset 1px 0px 1px #e8e8e8;
  -moz-box-shadow: 0px 0px 2px #bababa,  inset 1px 0px 1px #e8e8e8;
  box-shadow:0px 0px 2px #bababa, inset 1px 0px 1px #e8e8e8;

}

.button:active{
  padding:11px 47px;
  border:none;
  -webkit-border-radius:8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
		-moz-border-radius-bottomleft:0px;
  -moz-border-radius-bottomright:0px;
  font-family: "PT Sans";
  font-weight:bold;
  color:#ffffff;
  background:#2a68a5;
  -webkit-box-shadow:0px 0px 2px #bababa, inset 1px 0px 1px #2a68a5;
  -moz-box-shadow: 0px 0px 2px #bababa,  inset 1px 0px 1px #2a68a5;
  box-shadow:0px 0px 2px #bababa, inset 1px 0px 1px #2a68a5;
}

.menucab{
  margin-top:20px;
  color: #4A4A4A;
}

.title2 {
  font-size: 30px;
  font-family: "PT Sans";
  font-weight: 400;
  color: #396AA8;
  padding: 0px 0px 24px;
  margin-top:20px;
  margin-left: 30px;
}

.caption-item2{
  display: inline-flex;
  vertical-align: top;
  cursor: pointer;
}

/* firehint */
.firehint-msg-box-fail, .firehint-msg-box-success {
  background-color: #2c2c2c;
  border: 1px solid #aaa;
  border-radius: 10px;
  box-shadow: 2px 2px 22px rgba(40,40,40,0.3);
  color: #fff;
  cursor: default;
  height: auto;
  left: 350px;
  padding: 10px 20px;
  position: fixed;
  top: 40px;
  text-align: left;
  width: 300px;
  z-index: 1000;
  font-size: 14px;
}

.firehint-header {
  clear: both;
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  color: #FFFFFF;
}

.firehint-msg-box-fail {
  background-color: #DE5959;
}

.firehint-msg-box-success {
  background-color: #81b942;
}

/* /firehint */

i.settings {
  width: 16px;
  height: 16px;
  margin: -1px 0px 0px -2px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA30lEQVQ4T5WTAQ3CMBBF3xSABBwACgAHOIA5wAGgAAkMBVgABcwCDnAA+eSaHKVdtybL0vXf67/fteJ3rIErcLPnGK3/TauEYAuc7XsLzLsgKYD0O+BkhXJxyEEE0GJK8LaiO7DsAkjYALUTab5x85xTtKA+pw4SFz+BSamFfUdQF0DBJkewFlzkdMooeaS+N4kU1gKQbf0LPoc4p+9m2XDMiqC+PTldAa9gtQSQLg5VEJ2Y3kUHYaM4IzmQk7aPA0HGlomO24+6L0BFM4OMPGEIIEAeDjDIQagLt1VBNh/joyfQKnMuZwAAAABJRU5ErkJggg==");
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
#create-quiz .send {
  position: initial;
  margin-top: 10px;
}

.abouteng{
 // margin-left: 30px;
 // margin-top: 20px;
}

.aboutheb {
  float:right; width: 400px;
  margin-right: 0px;
}

.forgots {
  margin: 20px 0px;
  text-align: center;
  margin-bottom: 45px;
}



.forgots a {
  font-size: 15px;
  font-family: "PT Sans";
  font-weight: 400;
  color: #8C8C8C;
  border: 1px solid red;
  padding: 7px 60px 7px 63px;
  border-radius: 20px;
  transition: all 0.2s ease-out 0s;
  display: inline-block;
}

.forgots a:hover {
  background-color: red;
  color: #fff;
}

.prices span{
  display: inline-block;
  vertical-align: top;
}

.pricesdiv {
  display: inline-block;

}

.spanbox {
  font-size: 15px;
  font-family: "PT Sans";
  font-weight: 600;
  color: #4A4A4A;
  display: inline-block;
  vertical-align: top;
  margin: 9px 0px 0px;
  width: 100px;
}

.pricesdiv textarea, .pricesdiv input {
  margin: 5px 0px 0px 0px !important;
}

.textfield .pricesdiv textarea, .signature .pricesdiv input {
  width: 400px !important;
}

.prices input {
  border: 1px solid #BABABA;
  border-radius: 25px;
  font-size: 16px;
  font-family: "PT Sans";
  font-weight: 400;
  color: #8A8A8A;
  padding: 0px 0px 0px 23px;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  margin: 0px 5% 0px 38px;
}

.modal {
  height: auto;
}

.modal .user-info textarea {
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #DCDDDE;
  height: 99px;
  margin: 0px;
  width: 258px;
}

.horizontal {
  width: 500px;
  margin: 0px auto;
}

.horizontal .control-label, .horizontal div {
  display: inline-block;
}

.horizontal .control-label{
  padding-top: 15px;
  width: 150px;
  vertical-align: top;
	text-align: right;
}

.horizontal .alert{
  display: block;
}


input[type="checkbox"] + label.label-box::after {
    background-position: 0 0;
    margin: 0 16px 0 0;
    position: relative;
    top: 5px;
}
input[type="checkbox"] + label.label-box::after, input[type="radio"] + label.label-box::after {
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    margin: 0 5px 0 0;
    background-image: url(../images/icr-all-skin-03.png);
    background-repeat: no-repeat;
}
input[type="checkbox"]:checked + label.label-box::after {
    background-position: -100px 0;
}
input[type="checkbox"] + label.label-box::before, input[type="radio"] + label.label-box::before {
  
    background-image: none;
}
.horizontal .label-box{
	
 
  display: block;
}

#create-quiz input[type="checkbox"] {
  display: none;
}

.titledocbox{
    font-size: 30px;
    font-family: 'PT Sans';
    font-weight: 700;
    color: #396aa8;
}

.tooltip {
	  border-bottom: 1px dotted #000000;
	  color: #000000; outline: none;
	  cursor: help; text-decoration: none;
	  position: relative;
	}
	.tooltip span {
	  margin-left: -999em;
	  position: absolute;
	}

#registerForm .form-group div {
    width: 300px;
}
#registerForm .form-group select:focus, #registerForm .form-group input:focus, #registerForm .form-group textarea:focus {
	 border: 1px solid #333;
}
#registerForm .form-group select {
	width: 258px;
}
#registerForm .form-group textarea {
    border: 1px solid #dcddde;
    border-radius: 20px;
    margin: 2px 0 0 0px;
    width: 236px;
	padding: 10px;
}
.errorHandler {
	margin: 20px auto;
    text-align: center;
    font-size: 20px;
    padding: 5px;
}
.alert-success {
	color: #0ea74d !important;
}


