table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

.service__form__wrapper input[type=text] {
    padding: 0 10px;
    outline: none;
}
.service__form__wrapper textarea {
    padding: 5px 10px;
    outline: none;
}

.form__field__row {
    gap: 10px;
}

.form__field__row .form_dropdown_THEME {
    background-color: white;
    padding: 7px;
    margin-left: 10px;
}

.form__button__block .form__button {
    cursor: pointer;
}

.service-request.popup .close {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.service-request-notice-popup-overlay {
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .5;
    position: fixed;
    z-index: 980;
}
.service-request.popup {
    background: #fff;
    left: calc(50% - 335px);
    max-height: 80vh;
    min-height: 200px;
    min-width: 360px;
    overflow-y: auto;
    padding: 55px 85px;
    position: fixed;
    top: 10vh;
    width: 670px;
    z-index: 990;
}

.service-request.popup .header .title {
    font-size: 36px;
    justify-content: center;
}
.service-request.popup .header .title + div {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.service-request.popup .body .notice {
    background: #eee;
    font-size: 17px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
} 
.service-request.popup .body .row {
    font-size: 18px;
    margin-bottom: 20px;
}
.service-request.popup .body .row .name {
    font-weight: 700;
    padding-right: 15px;
    text-align: right;
    width: 50%;
}
.service-request.popup .body .row .name + div {
    font-weight: 400;
    padding-left: 15px;
    width: 50%;
}  

.error-form-wrapper {
    background: #fff;
    padding: 10px 15px;
}


@media screen and (max-width: 768px) {
    .service-request.popup {
        left: 35px;
        padding: 45px 25px;
        width: calc(100% - 70px);
    }
}

@media screen and (max-width: 680px) {
	.service__form__wrapper {
		padding-left: 35px;
		padding-right: 35px;
	}
    .service__form__wrapper form {
        width: 100%;
    }
    .service-request.popup .body .row .name {
        padding-right: 10px;
    }
    .service-request.popup .body .row .name + div {
        padding-left: 10px;
    }
}

@media screen and (max-width: 600px) {
    .service-request.popup .header .title {
        font-size: 28px;
        margin-bottom: 18px;
        margin-left: 0;
    }
    .service-request.popup .header .title + div {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .service-request.popup .body .notice {
        font-size: 15px;
        padding: 10px 10px;
    }
    .service-request.popup .body .row {
        font-size: 16px;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 550px) {
    .service-request.popup {
        left: 20px;
        max-height: 90vh;
        top: 10vh;
        width: calc(100% - 40px);
    }
    .service__form__wrapper form .files-block {
        align-items: center;
        flex-direction: column;
    }
    .service-request.popup .header .title {
        font-size: 26px;
    }   
    .service-request.popup .close {
        font-size: 18px;
        right: 20px;
        top: 20px;
    }
}

@media screen and (max-width: 400px) {
    .service-request.popup {
        left: 0;
        max-height: 90vh;
        top: 10vh;
        width: 100%;
    }
}