﻿.form-layout ul {
    list-style: disc;
    padding-left: 32px;
}

.form-layout ol {
    list-style: decimal;
    padding-left:35px;
}
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #525252;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: omnes-pro, sans-serif;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control:active, .form-control:focus, .form-control:hover:active {
        border-color: #008bce;
        color: #008bce
    }


    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], .input-group-sm > .input-group-btn > input.btn[type=date], .input-group-sm > .input-group-btn > input.btn[type=datetime-local], .input-group-sm > .input-group-btn > input.btn[type=month], .input-group-sm > .input-group-btn > input.btn[type=time], .input-group-sm > input.form-control[type=date], .input-group-sm > input.form-control[type=datetime-local], .input-group-sm > input.form-control[type=month], .input-group-sm > input.form-control[type=time], .input-group-sm > input.input-group-addon[type=date], .input-group-sm > input.input-group-addon[type=datetime-local], .input-group-sm > input.input-group-addon[type=month], .input-group-sm > input.input-group-addon[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], .input-group-lg > .input-group-btn > input.btn[type=date], .input-group-lg > .input-group-btn > input.btn[type=datetime-local], .input-group-lg > .input-group-btn > input.btn[type=month], .input-group-lg > .input-group-btn > input.btn[type=time], .input-group-lg > input.form-control[type=date], .input-group-lg > input.form-control[type=datetime-local], .input-group-lg > input.form-control[type=month], .input-group-lg > input.form-control[type=time], .input-group-lg > input.input-group-addon[type=date], .input-group-lg > input.input-group-addon[type=datetime-local], .input-group-lg > input.input-group-addon[type=month], .input-group-lg > input.input-group-addon[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.horizontal-list-radio-check {
    flex-direction: row;
    display: flex;
}

    .horizontal-list-radio-check .checkbox > div, .horizontal-list-radio-check .radio > div {
        padding-right: 10px;
    }

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
        cursor: not-allowed
    }

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-top: 4px\9;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
        cursor: not-allowed
    }

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

.checkbox > span, .radio > span {
    border-color: #d2d2d2
}

.checkbox.inline + .icon.circle.help-icon.info {
    top: -6px;
    margin-left: -10px
}

.radio > span {
    width: 28px;
    height: 28px;
    box-shadow: inset 0 0 0 1px #d2d2d2
}

    .radio > span:after {
        width: 20px;
        height: 20px;
        left: 4px;
        top: 4px
    }


.radios-as-btns label, .row .radios-as-btns label, .row.radios-as-btns label {
    padding-left: 15px;
    padding-right: 15px
}

.radios-as-btns .radio.inline:not(:first-child), .row .radios-as-btns .radio.inline:not(:first-child), .row.radios-as-btns .radio.inline:not(:first-child) {
    margin: 0
}

.radios-as-btns.wide label {
    min-width: 108px
}

.radios-as-btns label {
    border-color: #e671a4;
    color: #e671a4
}

    .radios-as-btns label.checked, .radios-as-btns label:active {
        background: #e671a4
    }

    .radios-as-btns label:not(.checked):hover {
        -webkit-box-shadow: 0 0 0 4px rgba(230,113,164,.15) inset;
        -moz-box-shadow: 0 0 0 4px rgba(230,113,164,.15) inset;
        box-shadow: 0 0 0 4px rgba(230,113,164,.15) inset
    }


.checkbox, .radio {
    user-select: none;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 400;
    cursor: pointer
}

    .checkbox input[type=checkbox], .checkbox input[type=radio], .radio input[type=checkbox], .radio input[type=radio] {
        margin-left: -9999px;
        position: absolute;
    }

    .checkbox > span, .radio > span {
        background-color: #fff;
        position: relative;
        margin-right: 8px;
        flex: 0 0 auto;
        align-self: flex-start
    }

        .checkbox > span:after, .radio > span:after {
            content: '';
            position: absolute;
            opacity: 0;
            -webkit-transition: opacity .3s cubic-bezier(.25,.46,.45,.94);
            -moz-transition: opacity .3s cubic-bezier(.25,.46,.45,.94);
            -o-transition: opacity .3s cubic-bezier(.25,.46,.45,.94);
            transition: opacity .3s cubic-bezier(.25,.46,.45,.94)
        }

    .checkbox > div, .radio > div {
        line-height: initial;
        flex: 1 1 auto
    }

    .checkbox.has-error, .radio.has-error {
        color: #d92e43
    }

        .checkbox.has-error > span, .radio.has-error > span {
            border-color: #d92e43
        }

            .checkbox.has-error > span:after, .radio.has-error > span:after {
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxMSI+PHBhdGggZmlsbD0iI0Q5MkU0MyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgMS41MDNDMTQgLjY3MyAxMy4yNzcgMCAxMi4zODQgMGMtLjUwNSAwLS45NTYuMjE2LTEuMjUzLjU1NEw1LjMwOCA3LjIwNiAyLjgwMiA0LjY4M0ExLjY2NiAxLjY2NiAwIDAgMCAxLjYxNSA0LjJDLjcyMyA0LjIgMCA0Ljg3MSAwIDUuNzAyYzAgLjM5My4xNjQuNzUuNDMgMS4wMTdsLS4wMDIuMDAyIDMuNzcgMy43OTZ2LS4wMDFBMS42NyAxLjY3IDAgMCAwIDUuMzg0IDExYTEuNjYgMS42NiAwIDAgMCAxLjI1My0uNTU0bDctNy45OTVjLjIyNy0uMjU5LjM2My0uNTg5LjM2My0uOTQ4eiIvPjwvc3ZnPg==)
            }

    .checkbox.disabled, .radio.disabled {
        pointer-events: none;
        opacity: .5
    }

    .checkbox input:checked + span:after, .checkbox input:checked + input + span:after, .radio input:checked + span:after, .radio input:checked + input + span:after {
        opacity: 1
    }

    .checkbox.inline, .radio.inline {
        display: inline-flex;
        margin-right: 15px
    }

    .checkbox:not(.inline), .radio:not(.inline) {
        position: relative;
        margin: 5px 0;
    }

    .checkbox > span {
        box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.12);
        width: 22px;
        height: 22px;
        border: 1px solid #d2d2d2;
        border-radius: 3px;
        margin-left: 5px;
    }

        .checkbox > span:after {
            top: -1px;
            left: -1px;
            width: 22px;
            height: 22px;
            border-color: #d2d2d2;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxMSI+PHBhdGggZmlsbD0iIzAwOEJDRSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgMS41MDNDMTQgLjY3MyAxMy4yNzcgMCAxMi4zODQgMGMtLjUwNSAwLS45NTYuMjE2LTEuMjUzLjU1NEw1LjMwOCA3LjIwNiAyLjgwMiA0LjY4M0ExLjY2NiAxLjY2NiAwIDAgMCAxLjYxNSA0LjJDLjcyMyA0LjIgMCA0Ljg3MSAwIDUuNzAyYzAgLjM5My4xNjQuNzUuNDMgMS4wMTdsLS4wMDIuMDAyIDMuNzcgMy43OTZ2LS4wMDFBMS42NyAxLjY3IDAgMCAwIDUuMzg0IDExYTEuNjYgMS42NiAwIDAgMCAxLjI1My0uNTU0bDctNy45OTVjLjIyNy0uMjU5LjM2My0uNTg5LjM2My0uOTQ4eiIvPjwvc3ZnPg==);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 14px
        }

.checkbox-focus {
    border-color: #008bce !important;
}

    .radio > span {
        border-radius: 100%;
        box-shadow: inset 0 0 0 1px #d2d2d2;
        width: 28px;
        height: 28px;
        -webkit-transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94);
        -moz-transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94);
        -o-transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94);
        transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94)
    }

        .radio > span:after {
            background: #008bce;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            left: 4px;
            top: 4px
        }

.radio input:checked + span, .radio input:checked + input + span {
    box-shadow: inset 0 0 0 1px #008bce
}

    .radio.disabled > span {
        border-color: #d2d2d2
    }

    .radio.has-error > span {
        box-shadow: inset 0 0 0 1px #d92e43
    }

        .radio.has-error > span:after {
            background-color: #d92e43
        }

    .radio.has-error input:checked + span {
        box-shadow: inset 0 0 0 1px #d92e43
    }

.radios-as-btns .radio.inline {
    margin: 0
}

.radios-as-btns label {
    user-select: none;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 13px 28px;
    border: 1px solid #008bce;
    color: #008bce;
    float: left;
    margin: 0;
    border-radius: 0;
    border-left-width: 0;
    min-width: 86px;
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
    text-indent: 0
}

    .radios-as-btns label:first-child {
        border-left-width: 1px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .radios-as-btns label:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }

    .radios-as-btns label.checked:after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 10px;
        margin-left: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxMSI+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgMS41MDNDMTQgLjY3MyAxMy4yNzcgMCAxMi4zODQgMGMtLjUwNSAwLS45NTYuMjE2LTEuMjUzLjU1NEw1LjMwOCA3LjIwNiAyLjgwMiA0LjY4M0ExLjY2NiAxLjY2NiAwIDAgMCAxLjYxNSA0LjJDLjcyMyA0LjIgMCA0Ljg3MSAwIDUuNzAyYzAgLjM5My4xNjQuNzUuNDMgMS4wMTdsLS4wMDIuMDAyIDMuNzcgMy43OTZ2LS4wMDFBMS42NyAxLjY3IDAgMCAwIDUuMzg0IDExYTEuNjYgMS42NiAwIDAgMCAxLjI1My0uNTU0bDctNy45OTVjLjIyNy0uMjU5LjM2My0uNTg5LjM2My0uOTQ4eiIvPjwvc3ZnPg==)
    }

    .radios-as-btns label.checked, .radios-as-btns label:active, .radios-as-btns label:focus, .radios-as-btns label:hover {
        cursor: pointer
    }

    .radios-as-btns label.checked, .radios-as-btns label:active {
        color: #fff;
        background: #008bce
    }

    .radios-as-btns label:not(.checked):hover {
        -webkit-box-shadow: 0 0 0 4px rgba(0,139,206,.15) inset;
        -moz-box-shadow: 0 0 0 4px rgba(0,139,206,.15) inset;
        box-shadow: 0 0 0 4px rgba(0,139,206,.15) inset
    }

    .radios-as-btns label > span {
        display: none
    }

    .radios-as-btns label.has-error {
        border-color: #d92e43;
        color: #d92e43
    }

@media screen and (min-width: 768px) {
    .radios-as-btns label {
        font-size: 14px
    }
}

.dropdown .dropdown-toggle {
    cursor: pointer;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 11px 43px 11px 15px;
    font-size: 16px;
    line-height: 1.15;
    color: #525252;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    -o-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94)
}

    .dropdown .dropdown-toggle:after {
        width: 16px;
        height: 16px;
        content: "";
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA3Ij48cGF0aCBkPSJNMTAuNSA2LjdjLjMuMy45LjQgMS4zIDAgLjMtLjQuMy0uOSAwLTEuM0w2LjYuM2MtLjMtLjMtLjktLjQtMS4zIDBsLTUgNS4yYy0uMy40LS4zLjkgMCAxLjMuMy4zLjkuNCAxLjMgMEw2IDIuMmw0LjUgNC41eiIgZmlsbD0iIzAwOEJDRSIvPjwvc3ZnPg==) no-repeat;
        background-size: contain;
        border: 0;
        position: absolute;
        top: 14px;
        right: 15px;
        -webkit-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
        -moz-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
        -o-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
        transition: transform .3s cubic-bezier(.25,.46,.45,.94);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .dropdown .dropdown-toggle:focus {
        outline: 0;
        border-color: #008bce
    }

    .dropdown .dropdown-toggle.placeholder {
        color: #bbb
    }

.dropdown .dropdown-menu:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 8px;
    height: 8px;
    top: -5px;
    border: 1px solid #d2d2d2;
    border-right: 0;
    border-bottom: 0;
    margin-left: -4px;
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dropdown .dropdown-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dropdown.open .dropdown-toggle:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.dropdown.open .dropdown-toggle.is-default {
    color: #bbb
}

.dropdown.has-error:not(.inverse) .dropdown-toggle, .row.has-error .dropdown:not(.inverse) .dropdown-toggle {
    border-color: #d92e43;
    color: #d92e43
}

    .dropdown.has-error:not(.inverse) .dropdown-toggle:after, .row.has-error .dropdown:not(.inverse) .dropdown-toggle:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA3Ij48cGF0aCBkPSJNMTAuNSA2LjdjLjMuMy45LjQgMS4zIDAgLjMtLjQuMy0uOSAwLTEuM0w2LjYuM2MtLjMtLjMtLjktLjQtMS4zIDBsLTUgNS4yYy0uMy40LS4zLjkgMCAxLjMuMy4zLjkuNCAxLjMgMEw2IDIuMmw0LjUgNC41eiIgZmlsbD0iI0Q5MkU0MyIvPjwvc3ZnPg==)
    }
.form-layout {
   padding-bottom:30px;

}


.form-layout .row > .col:nth-child(2) .btn + .btn, .form-layout .row > .col:nth-child(2) .form-control-container + .btn, .form-layout .row > .col:nth-child(2) .form-control-container + .form-control-container {
    margin-top: 15px
}

@media screen and (min-width: 768px) {
    .form-layout {
        padding-left: 5px;
    }
    .form-layout .row {
        display: flex;
        flex-direction: row
    }


        .form-layout .row > .col:first-child {
            width: 176px
        }

            .form-layout .row > .col:first-child label.control-label {
                display: table-cell;
                vertical-align: top;
                padding-top: 7px;
            }

        .form-layout .row > .col:nth-child(2) {
            min-width: 295px;
            flex: 1
        }

        .form-layout .row > .col, .form-layout .row > [class*=col-] {
            min-height: 42px
        }

            .form-layout .row > .col:first-child, .form-layout .row > [class*=col-]:first-child {
                display: table
            }

            .form-layout .row > .col:nth-child(2) label.text-label, .form-layout .row > [class*=col-]:nth-child(2) label.text-label {
                padding-top: 11.5px;
                padding-bottom: 11.5px;
                margin: 0
            }

            .form-layout .row > .col:not(:first-child), .form-layout .row > [class*=col-]:not(:first-child) {
                padding-left: 9px
            }

            .form-layout .row > .col:not(:last-child), .form-layout .row > [class*=col-]:not(:last-child) {
                padding-right: 9px
            }
}

@media only screen and (max-width: 767px) {
    .form-layout .row > .col:first-child label {
        margin-bottom: 10px
    }

    .form-layout .row > .col:not([class*=col-xs-]) {
        width: 97%;
    }

    .form-layout .row.form-group {
        margin-bottom: 16px
    }

    .form-layout .row {
        display: block;
    }
}



.form-control[disabled], fieldset[disabled] .form-control {
    color: rgba(82, 82, 82, 0.6);
}

@media screen and (min-width: 768px) {
    .form-layout .form-control-container:not(.money), .form-layout .dropdown {
        
        flex: 1;
    }
}

.form-control::-webkit-input-placeholder, .form-control input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d0d0d0;
}

.form-control::-moz-placeholder, .form-control input::-moz-placeholder {
    /* Firefox 19+ */
    color: #d0d0d0;
}

.form-control:-ms-input-placeholder, .form-control input:-ms-input-placeholder {
    /* IE 10+ */
    color: #d0d0d0;
}

.form-control.multi.membercard input {
    padding: 1px 6px;
}

.dropdown .dropdown-toggle {
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
}

    .dropdown .dropdown-toggle.placeholder {
        color: #d0d0d0;
    }

.dropdown .dropdown-menu, .autocomplete .dropdown-menu {
    font-size: 16px;
}





.form-control:active, .form-control:focus, .form-control:hover:active {
    border-color: #008bce;
    color: #008bce
}

.form-control-container.clear-shown .form-control {
    padding-right: 47px
}


.input-group:hover .input-group-addon {
    background: #8e8e8e;
    border-color: #8e8e8e
}

.input-group.focus .input-group-addon {
    background: #008bce;
    border-color: #008bce
}

.input-group .form-control {
    z-index: auto
}

    .input-group .form-control:focus + .input-group-addon {
        background: #008bce;
        border-color: #008bce
    }

.input-group:not(.no-max) {
    max-width: 160px
}

.form-control input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
    font-weight: 400;
    color: #bbb
}

.form-control input::-moz-placeholder, .form-control::-moz-placeholder {
    font-weight: 400;
    color: #bbb
}

.form-control input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
    font-weight: 400;
    color: #bbb
}

.form-control {
    height: 42px;
    padding: 9px 13px;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.12);
    -webkit-transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    -o-transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94)
}

    .form-control:active, .form-control:focus, .form-control:hover:active {
        box-shadow: none
    }

@media screen and (min-width: 768px) {
    .form-control:hover {
        border-color: #8e8e8e;
        box-shadow: none
    }
}

@media only screen and (max-width: 767px) {
    .form-control {
        font-size: 16px
    }
}

.form-control:not(select) {
    -webkit-appearance: none;
}






.actions-container {
    height: 42px;
    top: 0;
    right: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center
}

    .actions-container > * {
        font-weight: 400;
        display: none;
        padding: 10px 12px
    }

    .actions-container > .shown {
        display: inline-block
    }

    .actions-container > * + * {
        margin-left: -6px
    }

@media screen and (min-width: 768px) {
    .actions-container > * {
        font-size: 14px
    }
}

.actions-container .icon.cross-white {
    background: 0 0;
    border: 0
}

    .actions-container .icon.cross-white:after {
        content: '';
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDgiPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNjc2LjI5OWwyLjMyIDIuMzIzTDYuMzIuM2MuOTA4LS45MDkgMi4zLjQ1OSAxLjM3OCAxLjM4bC0yLjMyIDIuMzIyIDIuMzIgMi4zMjRjLjkwNy45MDUtLjQ3MyAyLjI4Ni0xLjM3OCAxLjM3OEwzLjk5NyA1LjM4MSAxLjY3NiA3LjcwM0MuNzY5IDguNjExLS42MSA3LjIzLjI5NiA2LjMyNUwyLjYxOCA0IC4yOTYgMS42OEMtLjYxLjc3Mi43NjktLjYwOCAxLjY3Ni4zeiIvPjwvc3ZnPg==);
        background-color: #ddd;
        background-size: 8px;
        transform: rotate(0);
        width: 18px;
        height: 18px;
        border-radius: 50%;
        -webkit-transition: background-color .3s cubic-bezier(.25,.46,.45,.94);
        -moz-transition: background-color .3s cubic-bezier(.25,.46,.45,.94);
        -o-transition: background-color .3s cubic-bezier(.25,.46,.45,.94);
        transition: background-color .3s cubic-bezier(.25,.46,.45,.94)
    }

    .actions-container .icon.cross-white:hover:after {
        background-color: #d2d2d2
    }

.actions-container .icon-after {
    width: 42px;
    height: 42px;
    display: inline-flex
}

    .actions-container .icon-after:after {
        margin: 0 auto
    }

.actions-container .btn {
    min-width: 0;
    padding: 8px 16px;
    margin-right: -5px
}





.field-validation-error {
    display: flex;
    align-items: flex-start;
    color: #d92e43;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    min-height: 15px;
    text-align: left;
    margin-top: 4px;
    width: -webkit-fill-available;
}

    .field-validation-error .icon-container {
        padding-right: 10px
    }

        .field-validation-error .icon-container .icon {
            font-size: 20px;
            font-weight: 600;
            line-height: 1.5;
            display: block;
            top: 3px !important;
            width: 31px;
            height: 31px
        }

.form-control-container {
    position: relative
}

    .form-control-container.account, .form-control-container.expiry {
        display: flex
    }

        .form-control-container.account .form-control, .form-control-container.expiry .form-control {
            letter-spacing: .5px;
            padding-left: 8px;
            padding-right: 8px;
            text-align: center
        }

            .form-control-container.account .form-control:not(:first-child), .form-control-container.expiry .form-control:not(:first-child) {
                margin-left: 7px
            }

        .form-control-container.account input:nth-child(1) {
            width: calc(18% - 7px)
        }

        .form-control-container.account input:nth-child(2) {
            width: calc(26% - 7px)
        }

        .form-control-container.account input:nth-child(3) {
            width: calc(37% - 7px)
        }

        .form-control-container.account input:nth-child(4) {
            width: calc(22% - 7px)
        }

        .form-control-container.account .actions-container {
            position: relative;
            top: 0;
            right: 0;
            margin-left: 5px
        }

        .form-control-container.expiry .form-control {
            width: 40px
        }

    .form-control-container.compact {
        display: inline-block
    }

        .form-control-container.compact .actions-container {
            position: relative;
            height: auto;
            margin: 0 -5px 0 0
        }



.sitecore-form form {
    width: 100%;
    /*display:none;*/
    animation: formfadein 1.5s;
    -moz-animation: formfadein 1.5s; /* Firefox */
    -webkit-animation: formfadein 1.5s; /* Safari and Chrome */
    -o-animation: formfadein 1.5s; /* Opera */
}


@keyframes formfadein {
    0% {
        position: absolute;
        opacity: 0;
    }

    66% {
        position: relative;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes formfadein { /* Firefox */
    0% {
        position: absolute;
        opacity: 0;
    }

    66% {
        position: relative;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes formfadein { /* Safari and Chrome */
    0% {
        position: absolute;
        opacity: 0;
    }

    66% {
        position: relative;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes formfadein { /* Opera */
    0% {
        position: absolute;
        opacity: 0;
    }

    66% {
        position: relative;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




   /* .sitecore-form form.show-form {
        display: block;
    }*/

@media only screen and (max-width: 767px) {
    .sitecore-form form {
        margin-left: 5px;
    }

        .sitecore-form form .btn.btn-primary {
            width: 96%;
            margin: 0;
            margin-top:20px;
        }
}




.form-select-box {
    position: relative;
    width: 100%;
    display: block
}

    .form-select-box > .selected {
        position: relative;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.375;
        color: #525252;
        width: 100%;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        padding: 9px 30px 11px 15px;
        outline: none;
        display: block;
        height: 42px;
        box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 12%);
        -webkit-transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
        -moz-transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
        -o-transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
        transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
        border-radius: 4px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

@media all and (max-width: 767px) {
    .form-select-box > .selected {
        font-size: 16px
    }
}

.form-select-box > .selected.greyed {
    color: #bbb
}

.form-select-box .blocker {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    display: none
}

.form-select-box .arrow {
    position: absolute;
    top: 19px;
    right: 12px;
    width: 12px;
    height: 7px;
    z-index: 102;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA3Ij48cGF0aCBkPSJNMTAuNSA2LjdjLjMuMy45LjQgMS4zIDAgLjMtLjQuMy0uOSAwLTEuM0w2LjYuM2MtLjMtLjMtLjktLjQtMS4zIDBsLTUgNS4yYy0uMy40LS4zLjkgMCAxLjMuMy4zLjkuNCAxLjMgMEw2IDIuMmw0LjUgNC41eiIgZmlsbD0iIzAwOEJDRSIvPjwvc3ZnPg==) no-repeat;
    background-size: 12px 7px;
    pointer-events: none;
    transition: all 300ms cubic-bezier(.165,.84,.44,1);
    -webkit-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    -o-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-select-box .ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.12);
    border-radius: 4px;
    background-color: #fff;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #fd772e
}

    .form-select-box .ul .li {
        display: block;
        border-top: 1px solid #eee;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.375;
        color: #525252;
        padding: 10px 15px;
        cursor: pointer
    }

        .form-select-box .ul .li:hover {
            background-color: #f7f7f7
        }

@media all and (max-width: 767px) {
    .form-select-box .ul .li {
        font-size: 16px
    }
}

.form-select-box .ul .li.disabled {
    color: #bbb;
    pointer-events: none
}

.form-select-box .ul .li.select {
    color: #bbb
}

.form-select-box.open {
    z-index: 500
}

    .form-select-box.open > .selected {
        border: 1px solid #d2d2d2
    }

    .form-select-box.open .blocker {
        display: block
    }

    .form-select-box.open .arrow {
        opacity: 0;
        transform: rotate(180deg)
    }

    .form-select-box.open .ul {
        display: block;
        border: 1px solid #d2d2d2
    }


.help-icon.tooltip {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iOCIgZmlsbD0iIzAwOEJDRSIvPg0KICAgICAgICA8cGF0aCBmaWxsPSIjRkZGIiBkPSJNNy4wNDcgMTBjLjEwMi0yLjYwMyAyLjc0NC0yLjIzOSAyLjc0NC0zLjc4NyAwLS44NzItLjY4Mi0xLjQzMi0xLjg3My0xLjQzMi0xLjUxIDAtMi4wNjEuOTExLTIuMjA3IDEuNzctLjAxNC4wNTItLjcxMS0uMDQtLjcxMS0uNTJDNSA1LjM4IDUuODQyIDQgNy45NDcgNGMxLjc0MyAwIDIuODE3LjkyNCAyLjgxNyAyLjEzNCAwIDIuMTIyLTIuOTA0IDEuNzk3LTIuOTA0IDMuOTE4IDAgLjE0My0uMTc0LjIyMS0uNDA2LjIyMS0uMjQ3IDAtLjQyMS0uMDc4LS40MDctLjI3M3ptLS4yNjEgMi4wODJ2LS4xM2MwLS4zNjQuMjMyLS41ODUuNjM5LS41ODVoLjE0NWMuNDIgMCAuNjUzLjIyLjY1My41ODV2LjEzYzAgLjM2NS0uMjMyLjU3My0uNjUzLjU3M2gtLjE0NWMtLjQwNyAwLS42NC0uMjA4LS42NC0uNTczeiIvPg0KICAgIDwvZz4NCjwvc3ZnPg0K);
    background-position: center;
    background-size: cover;
    margin-left: 5px;
    top: 3px;
    position: relative;
    position: relative;
    display: inline-block;
    color: #006080;
 
}

    .help-icon.tooltip:hover {
        background-image: url(data:image/svg+xml;base64,\PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iOCIgZmlsbD0iIzBBNEU3RiIvPg0KICAgICAgICA8cGF0aCBmaWxsPSIjRkZGIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIiIGQ9Ik03LjAyOCA5Ljk0NmMuMDg1LTIuNSAyLjU4Mi0yLjEzNSAyLjU4Mi0zLjU0IDAtLjc3LS41ODItMS4yNy0xLjYwMy0xLjI3LTEuMzQ3IDAtMS44ODYuODc4LTIuMDE0IDEuNzE1LS4wMTQuMDQtLjk5My4wMTQtLjk5My0uNzE2QzUgNS4zMjUgNS45MzYgNCA4LjAzNSA0IDkuODggNCAxMSA0Ljk2IDExIDYuMjk3YzAgMi4yMTctMi43MzggMS45MDYtMi43OTQgMy44MTEtLjAyOS4yMDMtLjI1Ni4yOTctLjU4Mi4yOTctLjM1NCAwLS42MS0uMTQ4LS41OTYtLjQ2em0tLjI0IDIuMzI0di0uMTYyYzAtLjQ3My4yNjktLjc0My43NjUtLjc0M2guMTk5Yy41MSAwIC43OC4yNy43OC43NDN2LjE2MmMwIC40NzMtLjI3LjczLS43OC43M2gtLjE5OWMtLjQ5NiAwLS43NjYtLjI1Ny0uNzY2LS43M3oiLz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==);
        background-position: center;
        background-size: cover
    }

        .help-icon.tooltip:hover::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 16%;
            margin-top: -6px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #0a4e7f transparent;
        }

/*.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 100px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}*/

.tooltip-arrow:hover {
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #0a4e7f transparent;
    top: 12px;
    position: relative;
    margin-left: 3px;
    left: -2px;
    z-index:1;
}


    .help-icon.tooltip .tooltiptext {
        visibility: hidden;
        position: absolute;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
        padding: 10px;
        border-radius: 4px;
        box-shadow: 0 1px 5px 0 rgb(49 49 49 / 30%);
        background-color: #0a4e7f;
        font-size: 14px;
        line-height: 1.43;
        text-align: left;
        top: 18px;
    }

        .help-icon.tooltip .tooltiptext a {
            color: #fff;
            text-decoration: underline;
        }

        .help-icon.tooltip .tooltiptext p {
            color: #fff;
        }

.help-icon.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.tooltiptext.tooltip-bottom {
    width: 200px;
    left: -92px;
}



/*Forms with Hidden Labels*/

@media screen and (min-width: 768px) {
    .form-hide-labels .form-layout .row > .col:first-child, .form-layout .row > [class*=col-]:first-child {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .form-hide-labels .form-layout .row > .col:first-child label {
        display: none;
    }
}
