﻿.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    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
}

    .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
}

.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
    }

.radio input:checked + span {
    box-shadow: inset 0 0 0 1px #008bce
}

.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, .radio input:checked + 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 {
        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 .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%;
}
@media only screen and (max-width: 767px) {
    .sitecore-form form {
        margin-left: 10px;
    }

        .sitecore-form form .btn.btn-primary {
            width: 96%;
            margin: 0;
            margin-top:20px;
        }
}