* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    background-color:#DDDDDD;
    min-height: 100vh
}

#wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap
}

@media only screen and (max-width: 768px) {
    .inner {
        padding: 0
    }
}

.site-main {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 100%;
}

.button {
    width: auto;
    display: inline-block;
    background-color: #ff0000;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    border: none;
    margin-top: 25px
}

.button a {
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none
}

.button:hover {
    background-color: #ff0000
}

.form {
    width: 100%;
    margin:0
}

.form__header {
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.form__header img {
    width: 100%;
}

.form__header-logo {
    width: 100%;
    height: 30px
}

.form__header-logo .logo {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto
}

.form__main {
    width: 100%;
    padding: 20px;
    background-color: #fff
}

.form__main.login {
    background-image: url(/mvc/application/views/layouts/images/login.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    min-height: 500px;
}

.form__main .title {
    width: 500px;
    margin: 0 auto
}

.form__main .title.text {
    width: 800px
}

.form__main .title__text {
    font-size: 28px;
    font-weight: 500;
    color: #000000
}

.form__main .form-wrap {
    width: 100%;
}

.form__main.login .form-wrap {
    width: 60%;
    margin:150px auto;
    background-color: #FFFFFF;
    padding: 40px;
}

.form__main .form-wrap .operator {
    width: 100%;
    height: auto;
    position: relative;
}

.form__main .form-wrap .operator  h3{
    display: inline-block;
    float: left;
    line-height: 60px;
    font-weight: 700;
    font-size: 18px;
}

.form__main .form-wrap .operator .button {
    float: right;
    margin: 10px 0;
}

.form__main .form-wrap .sponsor-options,
.form__main .form-wrap .text-block {
    width: 100%;
    height: auto;
}

.form__main .form-wrap .text-block {
    display: inline-block;
    padding: 20px 0;
}

.form__main .form-wrap .sponsor-options .sponsor-option {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.form__main .form-wrap .sponsor-options .sponsor-option .pic-text {
    display: flex;
    width: 100%;
}

.form__main .form-wrap .sponsor-options .sponsor-option .pic-text .pic {
    float: left;
    width: 24%;
}

.form__main .form-wrap .sponsor-options .sponsor-option .pic-text .pic img {
    width: 100%;
}

.form__main .form-wrap .sponsor-options .sponsor-option .pic-text .text {
    position: relative;
    float: left;
    width: 74%;
    margin: 0 0 0 2%;
}

.form__main .form-wrap .sponsor-options .sponsor-option .pic-text .text h2,
.form__main .form-wrap .text-block h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.form__main .form-wrap .sponsor-options .sponsor-option .pic-text .text p,
.form__main .form-wrap .text-block p {
    font-size: 16px;
    line-height: 28px;
}
.form__main .form-wrap .text-block p {
    margin: 0 0 20px 0;
}

.form__main .form-wrap .text-block .form-side {
    width: 49%;
}

.form__main .form-wrap .text-block .form-side.left {
    float: left;
}

.form__main .form-wrap .text-block .form-side.right {
    float: right;
}

.form__main .form-wrap .form-side.both {
    display: inline-block;
    width: 100%;
}

.form__main .form-wrap .sponsor-options .sponsor-option .pic-text .text .more {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ff0000;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 700;
    color:#fff;
    cursor: pointer;
}

.form__main .form-wrap .sponsor-options .sponsor-option .pic-text .text .more .arrow-down.rotated {transform: rotate(180deg);}

.form__main .form-wrap .sponsor-options .sponsor-option .sponsor-option-form {
    width: 100%;
    display: none;
    margin: 15px 0 0 0;
}

.form__main .form-wrap .sponsor-options .sponsor-option .sponsor-option-form.show {
    width: 100%;
    display: block;
    margin: 15px 0 0 0;
}

.sponsor-option-form .form__row,
.form__main .form-wrap .text-block .form-side.left .form__row,
.form__main .form-wrap .text-block .form-side.right .form__row {
    width: 100%;
    display: flex;
    margin: 5px 0;
}

.form__main .form-wrap .form-side.both .form__row {
    width: 100%;
    display: flex;
    margin: 5px 0;
}

.form__row .label {
    float: left;
    width: 24%;
    line-height: 32px;
    font-size: 16px;
}

.form__row .label.naw {
    width: 35%;
    margin: 0;
}

.form__row .label.balls {
    line-height: 60px;
}

.form__row .label.login {
    width: 40%;
}

.form__row .field {
    float: left;
    width: 74%;
    margin: 0 0 0 2%;
    line-height: 32px;
}

.form__row .field .row {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.form__row .field.naw {
    width: 65%;
}

.form__row .field.login {
    width: 60%;
    margin: 0;
}

.form__row .field select,
.form__row .field input[type="text"],
.form__row .field input[type="number"],
.form__row .field input[type="password"],
.form__row .field textarea {
    width: 100%;
    height: 26px;
    padding: 0 5px;
}

.form__row .field textarea {
    height:200px;
    padding: 5px;
}

.form__row .field.naw textarea {
    height: 158px;
}

.form__row .field input[type="text"].datepicker {
     width: 30%;
}

.submit-row {
    display: inline-block;
    width: 100%;
}

.operator-row {
    display: inline-block;
    width: 100%;
}

.operator-row .label{
    float:left;
    width:49%
}

.operator-row .field{
    float:right;
    width:49%
}

.operator-row .field  input[type="text"] {
    width: 100%;
    height: 26px;
    padding: 0 5px;
}

.submit-row .price-overall {
    float: left;
    line-height: 40px;
}

.submit-row input[type="submit"] {
    float: right;
    background-color: #ff0000;
    color: #FFFFFF;
    padding: 12px 20px;
    border: none;
}

.calculate-price-clean-section {
    display: inline-block;
    width: 100%;
}

.calculate-price-clean-section .calculate {
    float: left;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    background-color: #ff0000;
    color:#fff;
}

.calculate-price-clean-section .price {
    float: left;
    line-height: 40px;
    padding: 0 20px;
}

.calculate-price-clean-section .cleanup,
.calculate-price-clean-section .cleanup-size {
    float: right;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    background: #ff0000;
    color:#fff;
}

.form__row .field .size__buttons {
    width: 100%;
    display: flex;
}

.size__buttons .size-button-one,
.size__buttons .size-button-three {
    width: 30%;
    line-height: 40px;
    margin: 0;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}

.size__buttons .size-button-two {
    width: 30%;
    line-height: 40px;
    margin: 0 5%;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}

.size__buttons #size a {display:block; width: 100%; height: 100%;}

.size__buttons .size-button-one:hover,
.size__buttons .size-button-two:hover,
.size__buttons .size-button-three:hover,
.size__buttons .size-button-one.active,
.size__buttons .size-button-two.active,
.size__buttons .size-button-three.active {
    background: #ff0000;
    color:#fff;
}

.form__row.price-once-size-one,
.form__row.price-once-size-two,
.form__row.price-once-size-three {
    display: none;
}

.form__row.price-size-one,
.form__row.price-size-two,
.form__row.price-size-three {
    display: none;
}

.form__row.price-once-size-one.show,
.form__row.price-once-size-two.show,
.form__row.price-once-size-three.show {
    display: flex;
}

.form__row.price-size-one.show,
.form__row.price-size-two.show,
.form__row.price-size-three.show {
    display: flex;
}

.form__row .field .check {
    float: left;
    width: 4%;
    line-height: 60px;
}

.form__row .field .date {
    float: left;
    width: 18%;
    line-height: 60px;
}

.form__row .field .home {
    float: left;
    width: 38%;
    line-height: 60px;
}

.form__row .field .space {
    float: left;
    width: 2%;
    text-align: center;
    line-height: 60px;
}

.form__row .field .out {
    float: left;
    width: 38%;
    line-height: 60px;
}

.form__row .field .home .pic{
    float: left;
    width: 20%;
    height: 60px;

}

.form__row .field .out .pic{
    float: right;
    width: 20%;
}

.form__row .field .home .pic img,
.form__row .field .out .pic img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.form__row .field .home .club {
    float: right;
    width: 80%;
    line-height: 60px;
    padding: 0 0 0 20px;
}

.form__row .field .out .club {
    float: left;
    width: 80%;
    line-height: 60px;
    padding: 0 20px 0 0;
    text-align: right;
}

.form__main .text-wrap {
    width: 800px;
    margin: 20px auto
}

.form__footer {
    width: 100%;
    padding: 40px 20px;
    background-color: #b4e9fb;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.form__footer .footer__list {
    width: 300px;
    list-style: none;
    color: #002f66;
    font-size: 16px;
    font-weight: 300
}

.form__footer .footer__list .list__item {
    width: 100%
}

.form__footer .footer__list .list__item.list__item-bold {
    font-weight: 700
}

.form__footer .footer__list .list__item-link {
    text-decoration: none;
    color: #002f66;
    font-weight: 400
}

.form__footer .footer__list .list__item-link:hover {
    text-decoration: underline
}

.form .copyright {
    background-color: #FF0000;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}

.form .copyright .copyright__text {
    width: 50%
}

.form .copyright .copyright__text:last-child {
    text-align: right;
}

.form .copyright .copyright__text .copyright__text-link {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 500
}

.form .copyright .copyright__text .copyright__text-link:hover {
    text-decoration: underline
}

.form .copyright .copyright__text-bold {
    font-weight: 500
}

.field {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 15px
}

.field.no-spacer {
    margin-bottom: 0
}

.field.hidden {
    display: none
}

.field.one-third {
    width: 33%;
    margin-right: 1%;
    float: left
}

.field.two-third {
    width: 66%;
    float: left
}

.field .field__label {
    width: 100%;
    padding-left: 10px;
    position: relative
}

.field .field__label-text {
    font-size: 16px;
    font-weight: 300;
    color: #002f66
}

.field .field__label .balloon {
    max-width: 15px;
    max-height: 15px;
    margin-left: 5px;
    cursor: pointer
}

.field .field__label .balloon:hover+.balloon__label {
    display: block
}

.field .field__label .balloon__label {
    position: absolute;
    padding: 5px;
    background-color: #eee;
    top: -3px;
    left: 160px;
    font-size: 12px;
    display: none
}

.field .field__row {
    width: 100%;
    position: relative
}

.field .field__row.one-third {
    width: 31.9%;
    margin-right: calc(4% / 3)
}

.field .field__row .field__input,
.field .field__row .field__select,
.field .field__row .field__textarea {
    width: 100%;
    margin-top: 5px;
    padding: 10px 10px;
    border: 2px solid #e6e6e6;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif
}

.field .field__row .field__input:hover,
.field .field__row .field__select:hover,
.field .field__row .field__textarea:hover {
    border: 2px solid #d9d9d9
}

.field .field__row .field__input.missing,
.field .field__row .field__select.missing,
.field .field__row .field__textarea.missing {
    border: 2px solid crimson
}

.field .field__row .field__textarea {
    height: 100px;
    resize: vertical
}

.field .field__row .field__submit {
    width: auto;
    padding: 10px 20px;
    text-align: center;
    background-color: #006099;
    font-size: 16px;
    font-weight: 300;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right
}

.field .field__row.arrow {
    z-index: 1
}

.field .field__row.arrow select {
    background-color: transparent;
    z-index: 1
}

.field .field__row.arrow::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    background-image: url(/mvc/application/views/layouts/images/arrowDown.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    width: 70%
}

.btn {
    color: gray;
    background-color: white;
    height: auto;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    margin-top: 10px
}

.btn span {
    text-align: center;
    display: inline-block;
    float: right;
    width: 100% !important;
    font-size: 14px;
    background: #006099;
    cursor: pointer;
    color: #FFF;
    line-height: 2em;
    border-radius: 5px;
    border: 1px solid #fff;
    box-sizing: border-box
}

.btn span .fas {
    vertical-align: middle;
    margin-right: 10px
}

.upload-btn-image-data {
    position: relative;
    overflow: hidden;
    display: none;
    cursor: pointer;
    width: 100%
}

.upload-btn-image-data span {
    float: left;
    color: #006099;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    font-size: 14px;
    margin: 10px 0 0 0
}

.upload-btn-image-data .delete-photo {
    float: right;
    color: #424b54;
    font-weight: bold
}

.form__header-logo {
    position: relative
}

.form__header-logo .image-wrapper {
    width: auto;
    margin-left: 50px;
    position: absolute;
    top: 3px;
    right: 0
}

.form__header-logo .image-wrapper .logo-icon {
    width: 30px;
    height: 30px;
    margin-left: 10px
}