.multistep-box {
	padding-top: 8px;
}

.multistep-box input[type="text"], 
.multistep-box input[type="password"], 
.multistep-box input[type="number"], 
.multistep-box input[type="email"], 
.multistep-box input[type="file"], 
.multistep-box textarea, 
.multistep-box textarea.form-control {
    /*height: 50px;*/
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    /*border: 3px solid #ddd;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 16px;*/
    font-weight: 300;
    line-height: 50px;
    color: #000000;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s;
    -ms-transition: all .3s; 
    transition: all .3s;
}

.multistep-box .select2-container .select2-selection--single {
    /*height: 50px;*/
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    /*border: 3px solid #ddd;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 16px;*/
    font-weight: 300;
    line-height: 50px;
    color: #000000;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s;
    -ms-transition: all .3s; 
    transition: all .3s;
}

.multistep-box textarea, 
.multistep-box textarea.form-control{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

.multistep-box input[type="text"]:read-only,
.multistep-box input[type="password"]:read-only,
.multistep-box input[type="number"]:read-only,
.multistep-box input[type="email"]:read-only,
.multistep-box input[type="file"]:read-only,
.multistep-box textarea:read-only,
.multistep-box textarea.form-control:read-only {
    cursor:  not-allowed
}

.multistep-box input[type="text"]:-moz-read-only,
.multistep-box input[type="password"]:-moz-read-only,
.multistep-box input[type="number"]:-moz-read-only,
.multistep-box input[type="email"]:-moz-read-only,
.multistep-box input[type="file"]:-moz-read-only,
.multistep-box textarea:-moz-read-only,
.multistep-box textarea.form-control:-moz-read-only {
    cursor:  not-allowed
}

.multistep-box input[type="text"]::-moz-read-only,
.multistep-box input[type="password"]::-moz-read-only,
.multistep-box input[type="number"]::-moz-read-only,
.multistep-box input[type="email"]::-moz-read-only,
.multistep-box input[type="file"]::-moz-read-only,
.multistep-box textarea::-moz-read-only,
.multistep-box textarea.form-control::-moz-read-only {
    cursor:  not-allowed
}

.multistep-box input[type="text"]:focus, 
.multistep-box input[type="password"]:focus, 
.multistep-box input[type="number"]:focus, 
.multistep-box input[type="email"]:focus,
.multistep-box input[type="file"]:focus,
.multistep-box textarea:focus, 
.multistep-box textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; 
    -webkit-box-shadow: none;
    box-shadow: none;
}

.multistep-box input[type="text"]:-moz-placeholder, 
.multistep-box input[type="password"]:-moz-placeholder, 
.multistep-box input[type="number"]:-moz-placeholder, 
.multistep-box input[type="email"]:-moz-placeholder, 
.multistep-box input[type="file"]:-moz-placeholder, 
.multistep-box textarea:-moz-placeholder, 
.multistep-box textarea.form-control:-moz-placeholder { 
    text-align: center;  
    color: #888; 
}

.multistep-box input[type="text"]::-moz-placeholder, 
.multistep-box input[type="password"]::-moz-placeholder, 
.multistep-box input[type="number"]::-moz-placeholder, 
.multistep-box input[type="email"]::-moz-placeholder, 
.multistep-box input[type="file"]::-moz-placeholder, 
.multistep-box textarea::-moz-placeholder, 
.multistep-box textarea.form-control::-moz-placeholder { 
    text-align: center;  
    color: #888; 
}

.multistep-box input[type="text"]:-ms-input-placeholder, 
.multistep-box input[type="password"]:-ms-input-placeholder, 
.multistep-box input[type="number"]:-ms-input-placeholder, 
.multistep-box input[type="email"]:-ms-input-placeholder, 
.multistep-box input[type="file"]:-ms-input-placeholder, 
.multistep-box select:-ms-input-placeholder, 
.multistep-box textarea:-ms-input-placeholder, 
.multistep-box textarea.form-control:-ms-input-placeholderr { 
    text-align: center;  
    color: #888; 
}

.multistep-box input[type="text"]::-webkit-input-placeholder, 
.multistep-box input[type="password"]::-webkit-input-placeholder, 
.multistep-box input[type="number"]::-webkit-input-placeholder, 
.multistep-box input[type="email"]::-webkit-input-placeholder, 
.multistep-box input[type="file"]::-webkit-input-placeholder, 
.multistep-box textarea::-webkit-input-placeholder, 
.multistep-box textarea.form-control::-webkit-input-placeholder { 
    text-align: center;  
    color: #888; 
}
 .multistep-box .select2-selection__rendered {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 16px;*/
    font-weight: 300;
    line-height: 50px;
    color: #000000;
 }

.multistep-box .select2-selection__placeholder {
    width: 100%;
    text-align: center;  
    color: #888; 
}

.multistep-box .multistep-btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 16px;*/
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
    transition: all .3s;
}

.form-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

.multistep-box .multistep-btn:hover { 
    opacity: 0.6; 
    color: #fff; 
}

.multistep-box .multistep-btn:active { 
    outline: 0; 
    opacity: 0.6; 
    color: #fff; 
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
}

.multistep-box .multistep-btn:focus { 
    outline: 0; 
    opacity: 0.6; 
    background: #19b9e7; 
    color: #fff; 
}

.multistep-box .multistep-btn:active:focus, 
.multistep-box .multistep-btn.active:focus { 
    outline: 0; 
    opacity: 0.6; 
    background: #19b9e7; 
    color: #fff; 
}

.multistep-box .multistep-btn-next {
    float: right;
}

.multistep-box .multistep-btn-submit {
    float: right;
}

.multistep-box .multistep-btn-previous {
    float: left;
}

.multistep-box .multistep-btn-cancel {
    float: left;
}

.multistep-box .multistep-btn-disable,
.multistep-box .multistep-btn-disable.action:focus {
    background-color: gray;
}

.multistep-box .multistep-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; 
    -webkit-border-radius: 4px 4px 0 0; 
    border-radius: 4px 4px 0 0;
	text-align: left;
}

.multistep-box .multistep-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.multistep-box .multistep-top-left h3 { 
    margin-top: 0; 
}

.multistep-box .multistep-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.multistep-box .multistep-check-input {
    border-color: #19b9e7;
}

.multistep-box .multistep-no-check-input {
    border: 3px solid #ddd;
}

.multistep-box .multistep-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; 
    -webkit-border-radius: 0 0 4px 4px; 
    border-radius: 0 0 4px 4px;
	text-align: left;
}

.multistep-box .multistep-bottom textarea {
	height: 100px;
}

.multistep-box .multistep-bottom .multistep-btn {
	min-width: 105px;
}

.multistep-check-input.input-error,
.multistep-box .multistep-bottom .input-error {
	border-color: #ff0000;
}

.multistep-box .multistep-form fieldset {
	display: none;
}
