/*MODAL*/

.fixed-form,
.layer-360 {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000000000000;
	overflow: auto;
}

#layer-360 {
	width: 100%;
	height: 100%;
}

.fixed-form .form-content {
  margin-top: 90px;
    margin-right: auto;
    margin-bottom: 125px;
    margin-left: auto;
	  width: 370px;
}

.fixed-form table.form-content {
	border-bottom: 2px solid #333;
	font-size: 2.2em;
	margin: 25px auto;
	width: 50%;
}

.fixed-form table.form-content th {
	padding: 5px 15px;
	border-bottom: 2px solid #333;
}

.fixed-form table.form-content td {
	font-weight: 300;
	padding: 5px 15px;
}


.fixed-form .btn-close-form,
.layer-360 .btn-close-form {
	color: #000;
	font-size: 3em;
	line-height: 1;
	position: absolute;
	right: 15px;
	top: 5px;
}

.head-3{
  font-size: 22px;

}

.input-modal{
  background-color: #FAFAFA !important;
border-color: #CCCCCC !important;
height: 45px !important;
}

.textarea-modal{
	background-color: #FAFAFA !important;
border-color: #CCCCCC !important;
}

.btn-mod{
	border-radius: 15px;
    border-color: #010189;
    background-color: #010189;
    color: #ffffff;
    font-size: 15px;
    padding: 7px 60px 5px 60px;
}

/*modal*/
