body, html {
    font-family: "Tahoma", sans-serif;
    color: #202a3b;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}

.container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

.order-info-container {
    height: 100%;
}

#maxoptra-widget {
    margin: auto;
}

.order-info {
    width: 1024px;
    height: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.order-rate-info {

}

.order-rate-textarea-holder {
    text-align: left;
    display: inline-block;
}

.order-rate-feedback {
    resize: none;
    width: 460px;
    height: 180px;
    border: 1px solid #d5d6de;
    border-radius: 4px;
    padding: 10px;
}

.order-rate-thanks-check {
    width: 32px;
    height: 32px;
    background: url('../img/check.svg') left top no-repeat;
    display: inline-block;
    margin-bottom: 20px;
}

.order-rate-stars {
    margin-bottom: 30px;
    cursor: pointer;
    width: 200px;
    display: inline-block;
}

.order-rate-feedback-label {
    margin-bottom: 4px;
}

.order-rate-textarea-holder {
    margin-bottom: 16px;
}

.order-rate-stars-holder {

}

.order-rate-stars .star {
    display: inline-block;
    background: url('../img/stars/star-border.svg') left top no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

#order-rate-info:not(.disabled) .order-rate-stars:not(:hover) .star.selected,
#order-rate-info.disabled .star.selected {
    background-image: url('../img/stars/star.svg');
}

#order-rate-info:not(.disabled) .order-rate-stars:hover .star.hovered {
    background-image: url('../img/stars/star.svg');
}

.order-search-field-group {
    display: flex;
    padding: 40px 0 20px;
    width: 466px;
    margin: auto;
}

.order-field-with-clearing {
    flex: 1;
    position: relative;
    overflow: hidden;
}

#order-field {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d5d6de;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    padding: 0 20px 0 10px;
}

#order-rate-feedback::-webkit-input-placeholder,
#order-field::-webkit-input-placeholder {
    color: #9b9b9b;
    font-size: 12px;
}

#order-rate-feedback::-moz-placeholder,
#order-field::-moz-placeholder {
    color: #9b9b9b;
    font-size: 12px;
}

#order-rate-feedback:-moz-placeholder,
#order-field:-moz-placeholder {
    color: #9b9b9b;
    font-size: 12px;
}

#order-rate-feedback:-ms-input-placeholder,
#order-field:-ms-input-placeholder {
    color: #9b9b9b;
    font-size: 12px;
}

#order-rate-feedback:focus::-webkit-input-placeholder,
#order-field:focus::-webkit-input-placeholder {
    color: transparent;
}

#order-rate-feedback:focus::-moz-placeholder,
#order-field:focus::-moz-placeholder {
    color: transparent;
}

#order-rate-feedback:focus:-moz-placeholder,
#order-field:focus:-moz-placeholder {
    color: transparent;
}

#order-rate-feedback:focus:-ms-input-placeholder,
#order-field:focus:-ms-input-placeholder {
    color: transparent;
}

#order-field-clear {
    position: absolute;
    top: 7px;
    right: 8px;
    display: none;
    width: 16px;
    height: 16px;
    background: url('../img/cross.png') left top no-repeat;
    border: none;
    font-size: 12px;
    cursor: pointer;
}

#order-field-clear:hover {
    color: #111111;
    background: url('../img/cross-hover.png') left top no-repeat;
}

#order-rate-submit,
#order-submit {
    height: 30px;
    background: white;
    border: 1px solid #d5d6de;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 20px;
    cursor: pointer;
}

#order-rate-submit {
    min-width: 100px;
}

#order-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#map {
    width: 100%;
    height: 100%;
}

#map,
#order-rate-info {
    flex: 1;
}

.form-messages {
    min-height: 13px;
    padding: 0 0 25px;
}

@media (max-width: 1024px) {
    .order-info {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 520px) {

    .order-search-field-group {
        padding: 16px;
        width: 100%;
    }

    .order-rate-info {
        padding: 0 16px;
    }

    .order-rate-info .order-rate-textarea-holder {
        display: block;
    }

    .order-rate-info .order-rate-feedback {
        width: 100%;
    }

    .form-messages {
        padding: 0 0 16px
    }
}


.ol-zoom .ol-zoom-in {
    border-radius: 4px 4px 0 0;
    width: 32px;
    height: 32px;
    font-size: 28px;
    cursor: pointer;
}

.ol-zoom .ol-zoom-out {
    border-radius: 0 0 4px 4px;
    width: 32px;
    height: 32px;
    font-size: 28px;
    cursor: pointer;
}

#info {
    max-width: 200px;
    background-color: #202a3b;
    color: white;
    opacity: 0.9;
    font-size: 14px;
    font-family: "Tahoma", sans-serif;
    border-radius: 4px 4px 4px 0;
    padding: 4px 4px;
    margin: 10px;
}