﻿.termsAcceptContainer {
    margin: 20px 0;
}

.cehckBoxModifier {
    margin: 6px 0px 0px 5px;
    -webkit-appearance: checkbox;
}

.noteErr {
    /*margin: 40px 0;*/
    margin: 0 0 1em;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid var(--red);
}

.noteErr.error_message {
    position: relative;
    padding: 15px 15px 15px 3em;
    text-align: left;
}

.error_message::before {
    content: "\e941";
    transform: rotate(180deg);
    font-size: 1.375em;
    color: var(--red);
    line-height: 1;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: 'Icomoon' !important;
}

.noteSuccess {
    margin: 0 0 1em;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid var(--green);
}

.noteSuccess.success_message {
    position: relative;
    padding: 15px 15px 15px 3em;
    text-align: left;
}

.success_message::before {
    content: "\e941";
    transform: rotate(180deg);
    font-size: 1.375em;
    color: var(--green);
    line-height: 1;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: 'Icomoon' !important;
}

.accept-decline {
    margin-top: 20px;
}

textarea.default {
    width: 100%;
    padding: 15px;
    font-family: inherit;
    font-size: inherit;
    background-color: #fff;
    border: 1px solid var(--softgrey);
    border-radius: 3px;
}
.textBoxError {
    color: #ca1720;
    font-size: 14px;
}

/* Date picker */

.Zebra_DatePicker {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
    color: #222;
    font: 14px Roboto, sans-serif;
    padding: 5px;
    position: absolute;
    display: table;
    *width: 255px;
    z-index: 1200;
}

    .Zebra_DatePicker *,
    .Zebra_DatePicker :after,
    .Zebra_DatePicker :before {
        box-sizing: content-box !important
    }

    .Zebra_DatePicker * {
        padding: 0;
    }

    .Zebra_DatePicker table {
        border-collapse: collapse;
        border-radius: 4px;
        border-spacing: 0;
        width: 100%;
    }

    .Zebra_DatePicker td,
    .Zebra_DatePicker th {
        border-radius: 4px;
        padding: 5px;
        cursor: pointer;
        text-align: center;
        min-width: 25px;
        width: 25px;
    }

    .Zebra_DatePicker .dp_body .dp_not_in_month {
        color: #666;
    }

    .Zebra_DatePicker .dp_body .dp_time_controls_condensed td {
        width: 25%;
    }

    .Zebra_DatePicker .dp_body .dp_current {
        color: #0066FF;
        font-weight: 700;
    }

    .Zebra_DatePicker .dp_body .dp_selected {
        background-color: #3399FF;
        color: #fff;
    }

    .Zebra_DatePicker .dp_body .dp_disabled {
        color: #bbb;
        cursor: text;
    }

        .Zebra_DatePicker .dp_body .dp_disabled.dp_current {
            color: #b4d5e6;
        }

    .Zebra_DatePicker .dp_body .dp_hover {
        background-color: #dedede;
    }

        .Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
            background-color: #dedede;
        }

    .Zebra_DatePicker .dp_monthpicker td,
    .Zebra_DatePicker .dp_timepicker td,
    .Zebra_DatePicker .dp_yearpicker td {
        width: 33.3333%;
    }

    .Zebra_DatePicker .dp_timepicker .dp_disabled {
        border: none;
        color: #222;
        font-size: 26px;
        font-weight: 500;
    }

    .Zebra_DatePicker .dp_time_separator div {
        position: relative
    }

        .Zebra_DatePicker .dp_time_separator div:after {
            content: ":";
            color: #222;
            font-size: 20px;
            left: 100%;
            margin-left: 2px;
            margin-top: -13px;
            position: absolute;
            top: 50%;
            z-index: 1;
        }

    .Zebra_DatePicker .dp_header {
        margin-bottom: 5px;
    }

    .Zebra_DatePicker .dp_footer {
        margin-top: 5px;
    }

        .Zebra_DatePicker .dp_footer .dp_icon {
            width: 50%;
        }

    .Zebra_DatePicker .dp_actions td {
        border-radius: 4px;
    }

    .Zebra_DatePicker .dp_actions .dp_caption {
        font-weight: 500;
        width: 100%;
    }

    .Zebra_DatePicker .dp_actions .dp_next,
    .Zebra_DatePicker .dp_actions .dp_previous {
        padding: 0 10px;
        font-size: 16px;
    }

    .Zebra_DatePicker .dp_actions .dp_hover {
        background-color: #dedede;
    }

    .Zebra_DatePicker .dp_daypicker th {
        cursor: text;
        font-weight: 500;
    }

    .Zebra_DatePicker.dp_hidden {
        display: none;
    }

.Zebra_DatePicker_Icon_Wrapper {
    display: block;
    position: relative;
}

button.Zebra_DatePicker_Icon {
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    width: 16px;
    height: 16px;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    border: none;
    background: url(../img/calendar.svg) center center no-repeat;
    text-indent: -9000px;
}
