body, body *{
	font-family: 'Montserrat',sans-serif!important;
}
.trapez_option{
	margin: 5px 0;
}
.trapez_div{
	display:none
}
.renkli{
	display:none
}
.fa {
    display: inline-block;
	font-family:FontAwesome!important;}
	
.select2-container{
	width:100%!important;
}
.trapez_div.active{
	display:block
}
h2{
	font-size: 18px!important;
	text-align: center
}
select,input,.select2-container--default .select2-selection--single{
    border-radius: 8px!important;
    border: 1px solid #333333!important;
	color: #333333!important;
	font-size: 11px;
	height:auto!important;
}
select.error,input.error,.select2-container--default .select2-selection--single.error{
    border: 1px solid red!important;
	color: red!important;
}
h3.success{
	padding: 25px;
    font-size: 16px;
    text-align: center;
    color: green;
    font-weight: bold;
}
.error::placeholder,.error .select2-selection__placeholder,  .has-error input::placeholder, .has-error>.help-block{
	color: red!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:100%!important
}
.trapez_result_unit{
	display:none;
}
#trapezform>div>div{
	margin:11px 0;
}
#submit{
	width:100%;
		border-radius: 0;
		font-family: 'Roboto', sans-serif;
		font-size: 13px;
		font-weight: 900;
		line-height: 1.69;
		letter-spacing: 0.3px;
		text-align: center;
		color: #FFF;
		border: none;
		border-radius: 4px;
		padding: 14px 25px;
		text-transform: uppercase;
		background-color: #ECC53F;
		-webkit-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
#submit:hover{
	background-color: #cd9f01;
	cursor: pointer; 
}
#back{
	display: block;
	width:100%;
		border-radius: 0;
		font-family: 'Roboto', sans-serif;
		font-size: 13px;
		font-weight: 900;
		line-height: 1.69;
		letter-spacing: 0.3px;
		text-align: center;
		color: #FFF;
		border: none;
		border-radius: 4px;
		padding: 14px 25px;
		text-transform: uppercase;
		background-color: #ECC53F;
		-webkit-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
#submit:disabled {
	background: rgb(189, 189, 189)!important;
    color: white!important;
    border: none!important;
  }
.trapez_kalinlik>span:not(.help-block){
	background: none #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    box-shadow: none;
	display: inline-block;
	padding:5px 0;
	text-align: center;
	font-size: 1rem;
    line-height: 1.5;
	color: #495057;
	font-weight: bold
}
.trapez_result_unit>span:not(.help-block){
    background: none #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    box-shadow: none;
	display: inline-block;
	padding:5px 0;
	text-align: center;
	font-size: 1rem;
    line-height: 1.5;
	color: #495057;
	font-weight: bold
}
.trapez_title{
	width: 30%;
}
.inline-form input,.inline-form label {
	display:inline-block!important
}
.trapez_result{
	width: 40%;
}
.trapez_unit{
	width: 30%;
}
form{
    padding: 5px 30px;
}
input[type='checkbox']{
height: 30px!important;}
#wrap{
	width:400px;
	margin:0 auto;
	text-align:left;
	margin-top:8px;
	padding:5px;
	background:#fff;
    font-family:AvenirLTStd, Arial, Helvetica, sans-serif;
	font-size:13px;    
	line-height:16px;
	border: 1px solid;
    border-radius: 16px;
}
@media(max-width:480px){
	.trapezlink {
		padding: 0!important;
		font-size: 10px!important;
	}
	.btn {
		padding: .375rem .75rem;
		font-size: 10px!important;
		}
		#back,#wrap{
	width:100%!important;
}
.col-12, .row{
	padding:0!important
}
}
#wrap .cont_details fieldset,.cont_order fieldset,.cont_submit fieldset{
	margin:10px;
	padding:20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#wrap legend{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:bold;
	font-style:italic;
    padding-bottom:10px;
}
#wrap .cont_details input{
	margin-bottom:10px;
	color:#000;
}
#wrap label{
	display:block;
	font-size:12px;
	color:#000;
    font-weight:bold;
}
#wrap label.inlinelabel
{
    display:inline;
}
#wrap .cont_order input{
	margin-bottom:5px;
}
#wrap .cont_order p{
	padding-top:5px;
}

#wrap input[type="radio"]
{
margin-top:8px;
margin-bottom:8px;
}

#wrap input[type="text"]:hover,
#wrap input[type="text"]:active {
background-color: #FAF398;
}


#wrap div#totalPrice
{
    padding:10px;
    font-weight:bold;
    background-color:#ff0;
}

#wrap label.radiolabel
{
font-weight:normal;
 display:inline;
}