@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

.form-box {
	padding-top: 15px;
	padding-bottom: 15px;
    font-family: 'Nunito Sans', sans-serif;
}

.form-wizard {
	padding: 25px; 
	background: #fff;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	/*box-shadow: 0px 0px 1px 1px #777;*/
    /*border: 1px solid #eee;*/
	/*font-family: 'Roboto', sans-serif;*/
    font-size: 16px;
    font-weight: 300;
    color: #888;
    /*line-height: 30px;*/
    text-align: center;
}


.form-wizard p{
    font-size: 14px;
}
/** Form Body Classic **/
/*
.form-body-classic .form-control {
	height: 44px;
    margin: 0;
    padding: 0 20px;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eee;
	border-radius: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    -moz-border-radius: none; -webkit-border-radius: none; border-radius: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-classic .form-control:focus {
	outline: 0;
	background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eee;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
*/
/*Control de boton */
.form-body-classic.form-wizard .btn {
    color: #FFFFFF;
    display: inline-block;
    /*font-weight: 400;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    /*font-size: 0.75rem;*/
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
        
}

/** Form Body Classic **/


/** Form header Classic **/

.form-header-classic .form-wizard-step-icon {
	display: inline-block;
	width: 62px; 
	height: 62px; 
	margin-top: 0px; 
	/*background: #ddd;*/
	font-size: 25px; 
	color: #fff; 
	line-height: 40px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
.form-header-classic .form-wizard-step.activated .form-wizard-step-icon {
	background: #fff; 
	/*border: 1px solid #ff5722; */
	/*color: #ff5722; */
	line-height: 40px;
}
.form-header-classic .form-wizard-step.active .form-wizard-step-icon {
	width: 62px; 
	height: 62px; 
	margin-top: 0; 
	/*background: #ff5722; */
	font-size: 25px; 
	line-height: 40px;
}

.form-header-classic .form-wizard-step p { color: #ccc; }
.form-header-classic .form-wizard-step.activated p { color: #ff5722; }
.form-header-classic .form-wizard-step.active p { color: #ff5722; }

/** Form header Classic **/

	
.form-wizard strong { font-weight: 500; }

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
	/*color: #ff5722;*/
    color: #051CA1;
	text-decoration: none;
}

.form-wizard h1, .form-wizard h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    /*line-height: 50px;*/
}

.form-wizard h3 {
	/*font-size: 25px;
    font-weight: 300;
    color: #ff5722;*/
    font-size: 18px;
    color: #555;
    /*line-height: 30px;*/
	margin-top: 0; 
	/*margin-bottom: 5px; */
	/*text-transform: uppercase; */
}

.form-wizard h4 {
	float:left;
	font-size: 14px;
    font-weight: 300;
    /*color: #ff5722;*/
    color: #555;
    /*line-height: 26px;*/
	width:100%;
}
.form-wizard h4  span{
	float:right;
	font-size: 14px;
    font-weight: 300;
    color: #555;
    /*line-height: 26px;*/
}

.form-wizard table tr th{font-weight:normal;}

.form-wizard img { max-width: 100%; }

.form-wizard ::-moz-selection { background: #ff5722; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #ff5722; color: #fff; text-shadow: none; }

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 9px;
	margin-left: -20px;
}

.form-control option:hover, .form-control option:checked  {
    box-shadow: 0 0 10px 100px #ff5722 inset;
}

.form-control:-moz-placeholder { color: #888; }
.form-control:-ms-input-placeholder { color: #888; }
.form-control::-webkit-input-placeholder { color: #888; }

.form-wizard label { font-weight: 300; }
.form-wizard label span { color:#ff5722; }

.form-wizard .btn{
    color: #FFFFFF;
    background-color: #051CA1;
    border-color: #051CA1;
    font-size: 15px;
    font-weight: 600;
    width: 179px;
    height: 36px;
}

.form-wizard .btn:hover {
	background:#13226d; 
	color: #fff; 
	}
.form-wizard .btn:active { 
	outline: 0; 
    background-color: #263686;
    border-color: #263686;
	color: #fff; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	}
.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus { 
	outline: 0; 
	background:#263686; 
	color: #fff; 
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus, 
.form-wizard .btn.btn-next.active:focus { 
    background-color: #051CA1;
}

.form-wizard .btn.btn-next:hover{
    background-color: #18235a;
}

.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus, 
.form-wizard .btn.btn-submit.active:focus { 
    background: #ff5722; 
}

.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus, 
.form-wizard .btn.btn-previous.active:focus { 
    background: #bbb;
}

.form-wizard .btn.btn-previous:hover{
    background-color: #6a6969;
}

.form-wizard .success h3{
	color: #ff5722;
	text-align: center;
	margin: 20px auto !important;
}
.form-wizard .success .success-icon {
	color: #ff5722;
	font-size: 100px;
	border: 5px solid #ff5722;
	border-radius: 100px;
	text-align: center !important;
	width: 110px;
	margin: 25px auto;
}
.form-wizard .progress-bar {
	/*background-color: #ff5722;*/
    background-color:#FF9015;
}

.form-wizard-steps{ 
	margin:auto; 
	overflow: hidden; 
	position: relative; 
	margin-top: 20px;
}

.form-wizard-progress { 
	position: absolute; 
	top: 31px; 
	left: 0; 
	width: 100%; 
	height: 1px; 
	background: #ddd;
}
.form-wizard-progress-line { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 1px; 
	/*background: #ff5722; */
    background: #707070
}
.form-wizard-tolal-steps-1 .form-wizard-step { 
	position: relative;
	float: left; 
	width: 100%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-3 .form-wizard-step { 
	position: relative;
	float: left; 
	width: 33.33%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-4 .form-wizard-step { 
	position: relative; 
	float: left; 
	width: 25%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-5 .form-wizard-step { 
	position: relative;
	float: left;
	width: 20%;
	padding: 0 5px;
}

.form-wizard fieldset { 
	display: none; 
	text-align: left; 
	border:0px !important
}

.form-wizard-buttons { text-align: right; }

.form-wizard .input-error { border-color: #ff5722;}

/** image uploader **/
.image-upload a[data-action] {
  cursor: pointer;
  color: #555;
  font-size: 18px;
  /*line-height: 24px;*/
  transition: color 0.2s;
}
.image-upload a[data-action] i {
  width: 1.25em;
  text-align: center;
}
.image-upload a[data-action]:hover {
  color: #ff5722;
}
.image-upload a[data-action].disabled {
  opacity: 0.35;
  cursor: default;
}
.image-upload a[data-action].disabled:hover {
  color: #555;
}
.settings_wrap{
	margin-top:20px;
}
.image_picker .settings_wrap {
  overflow: hidden;
  position: relative;
}
.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
  float: left;
}
.image_picker .settings_wrap .drop_target {
  margin-right: 18px;
}
.image_picker .settings_wrap .settings_actions {
	float: left;
	margin-top: 100px;
	margin-left: 20px;
}
.settings_actions.vertical a {
  display: block;
}
.drop_target {
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}
.drop_target input[type="file"] {
  visibility: hidden;
}
.drop_target::before {
	content: 'Drop Hear';
	font-family: FontAwesome;
	position: absolute;
	display: block;
	width: 100%;
	/*line-height: 220px;*/
	text-align: center;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.3);
	transition: color 0.2s;
}
.drop_target:hover,
.drop_target.dropping {
  background: #f80;
  border-top-color: #cc6d00;
}
.drop_target:hover:before,
.drop_target.dropping:before {
  color: rgba(0, 0, 0, 0.6);
}
.drop_target .image_preview {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 2;
}

.form-wizard .sm{
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    /*line-height: 1.5;*/
    border-radius: .2rem
}

.form-wizard .smtxt{
    font-size: .875rem;
    height: 100px;
    /*line-height: 5px;*/
}
