main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#order-loadmask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7A7A7A4D;
    z-index: 1000;
}

#order-loadmask .loadmask-content{
    position: relative;
    top: 40%;
    text-align: center;
    margin: 0 auto;
}
#order-loadmask H2{
    text-align: center;
    margin: 0 auto;
    padding: 0 50px;
}

#order-loadmask .loadmask-button {
    display: none;
}

.order-form {
    width: 95%;
    max-width: 760px;
    margin: 0 auto;
    background: linear-gradient(80.15deg, #C27453 8.67%, #F0CCAC 92.79%);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 160px;
    padding: 70px 140px;
    position: relative;
}
.order-form .form-title h1{
    color: #F8F8F8;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.order-form .field-conteiner {
    margin-bottom: 30px;
}
.order-form input{
    padding: 5px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}
.order-form .field-group{
    padding: 0 25px;
}
.order-form .star-little {
    margin-right: 10px
}
.order-form .field-group .field-title {
    color: #482700;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}
.order-form .field-group .field-input{
    margin: 0 22px;
}
.order-form .field-group .field-input input{
    background: transparent;
    /*background: #EFCAAA;*/
    border: none;
    border-bottom: 1px solid #F8F8F8;
    color: #482700;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
}
.order-form .field-group .field-input .back-lite-yellow{
    background: #EFCAAA;
    border-radius: 5px;
}
.order-form .field-group .field-input input:-webkit-autofill {
    transition: all 5000s ease-in-out 0s;
}
.order-form .agreement-text {
    width: 65%;
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
}
.order-form .agreement-check {
    display: inline-block;
    width: 25%;
    height: 30px;
    text-align: right;
    position: relative;
}
.order-form .agreement-check input{
    position: absolute;
    right: 0;
    background-color: inherit;
    font-size: 44px;
    height: 30px;
    width: 30px;
}
.order-form .form-select {
    width: 100%;
    background-color: #EFCAAA;
    font-size: 18px;
}
.order-form .field-note {
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #EFCAAA;
}
.order-form .submit-container {
    padding-top: 40px;
    text-align: center;
}
.order-form .submit-button {
    padding: 40px 10px;
    width: 90%;
    border-radius: 174px;
    text-align: center;
    background-color: #F8F8F8;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #C27453;
}
.order-form .submit-button:hover, .order-form .submit-button:active, .order-form .submit-button:focus {
    color: #C27453;
    background-color: #F8F8F8;
}

.order-answer-cont {
    display: none;
}

.gradient-text {
    background: linear-gradient(80.15deg, #C27453 8.67%, #F8AD69 92.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dark-button {
    margin-top: 30px;
    padding: 15px 50px;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    fill: #F8F8F8;
    color: #F8F8F8;
    background-color: #C27453;
    border-radius: 99px 99px 99px 99px;
    box-shadow: 6px 6px 20px 0px #BD8875;
    transition: all 0.3s ease-in-out;
}
.dark-button:hover, .dark-buttonn:active, .dark-button:focus {
    transform: scale(1.1);
}

.example-hint {
    padding: 20px;
    background-color: lightgray;
}

.example-current {
    padding: 20px;
    background-color: lightgoldenrodyellow;
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 780px) {
    .order-form {
        width: 95%;
        border-radius: 62px;
        padding: 44px 40px;
        position: relative;
    }
    .order-form .form-title h1{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .order-form .field-conteiner {
        margin-bottom: 30px;
    }
    .order-form input{
        padding: 5px;
    }
    .order-form .field-group{
        padding: 0;
    }
    .order-form .star-little {
        margin-right: 10px
    }
    .order-form .field-group .field-title {
        color: #482700;
        font-size: 14px;
        line-height: 17px;
    }
    .order-form .field-group .field-input{
        margin: 0;
        padding-left: 22px;
    }
    .order-form .field-group .field-input input{
        font-size: 16px;
        line-height: 19px;
    }
    .order-form .agreement-text {
        width: 70%;
        font-size: 14px;
        line-height: 17px;
    }
    .order-form .agreement-check {
        width: 25%;
    }
    .order-form .form-select {
        font-size: 14px;
    }
    .order-form .field-note {
        margin-top: 5px;
        font-size: 14px;
        line-height: 17px;
    }
    .order-form .submit-container {
        padding-top: 20px;
    }
    .order-form .submit-button {
        padding: 22px 10px;
        width: 100%;
        border-radius: 174px;
        font-size: 16px;
        line-height: 20px;
    }
}
