#titleform {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
line-height: 20px;
}

.success-message {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.form-group {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.steps {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


.twb-tabs .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.twb-tabs .fade.in {
    opacity: 1;
}
.twb-tabs .tab-content > .tab-pane {
    display: none;
}
.twb-tabs .tab-content > .active {
    display: block;
}



.povtor{
color: #428bca;
cursor:pointer;
}
.twb-tabs .twb-tablist{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
.twb-tabs .twb-tablist:before,
.twb-tabs .twb-tablist:after{
	content:'';
	display: table;
}
.twb-tabs .twb-tablist:after{
	clear:both;
}
.twb-tabs .twb-tablist li{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.twb-tabs .twb-tablist li a{
	position: relative;
	display: block;
	top:1px;
	text-decoration: none;
	padding: 15px;
}
.twb-tabs .twb-tablist li:first-child a{
	border-left-width:1px;
}

.twb-tablist > li > a{
    color: #428bca;
margin-right: 2px;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
    font-family: 'Open Sans', sans-serif;
	}
	
.twb-tabs .twb-tablist li a:hover,
.twb-tabs .twb-tablist li a:focus{
border-color: #eee #eee #ddd;
    text-decoration: none;
    background-color: #eee;
}
	
.twb-tabs .twb-tablist li.active a,
.twb-tabs .twb-tablist li a:active{
	    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.twb-tabs .twb-tablist li.active a{
	z-index: 1;
}
.twb-tabs .twb-tab-content{
	position: relative;
	padding: 15px;
	border:1px solid #ccc;
	border-radius: 0 5px 5px 5px;
	overflow: hidden;
    min-width: 240px;
    padding: 20px;
	min-height: 200px;
}

.twb-tabs h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 20px 0;
	}
	
.twb-tabs textarea.description {
    width: 100%;
    height: 100px;
    border-radius: 0;
    border: 1px solid #00628F;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px;
    resize: none;
}
.consult-example {
    font-family: 'Open Sans', sans-serif;
    background: #E2EDF2;
    color: #345980;
    line-height: 1.2em;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #00628F;
    border-top: none;
}
.form-group {
    margin-bottom: 15px;
    float: left;
    width: 50%;
}

.form-control {
    display: block;
    width: 99%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control.error {
    box-shadow: 0 0 30px #f00;
    border: 1px solid #f00;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

.steps {
    padding: 20px 0 0;
}
.btn-next {
    background-color: #277AC1;
    background-image: linear-gradient(#43A6E2, #277AC1);
    background-repeat: repeat-x;
    border: 0 none;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.1;
    min-width: 80px;
    padding: 10px 20px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	cursor:pointer;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}

.twb-tabs label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.success-message{
    padding: 30px 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5555;
	background-color: #fff;
	display:none;
}
.success-message p {
font-size: 19px;
text-align: center;
}

.success-message img {
width:60px;
display:block;
margin: 0 auto;
}

@media (min-width:1px) and (max-width:500px){
.twb-tabs .twb-tablist li{
	width:100%;
}
.twb-tabs .twb-tablist li a{
	border: 1px solid #ddd;
	margin:0;
	border-bottom: 0;
}
.twb-tablist > li > a {
    border-radius: 0;
}
.twb-tabs .twb-tab-content{
	border-radius: 0;
}
.form-group{
	width:100%
}
.btn-next{
	font-size:12px;
}
}