﻿.button {
    background-color: #ffca82;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-size: 14px !important;
    font-weight: 400;
    font-weight: 700 !important;
    height: 48px;
    text-transform: uppercase
}

.button-primary {
    border-radius: 24px;
    padding: 0 24px
}

.button-secondary {
    border-radius: 3px;
    padding: 0 15px
}

.button:enabled {
    background-color: #ff9505
}

.button:hover:enabled {
    background-color: #ec8000
}

.button:active:focus {
    -moz-box-shadow: 0 0 10px 50% rgba(0,91,166,.5) !important;
    -webkit-box-shadow: 0 0 10px rgba(0,91,166,.5) !important;
    box-shadow: 0 0 10px 50% rgba(0,91,166,.5) !important
}

.button:active:focus, .button:focus {
    background-color: #ec8000;
    outline: none
}

@keyframes loader {
    to {
        transform: rotate(1turn)
    }
}

.loader {
    animation: loader .9s linear infinite;
    border: 3px solid #ffca82;
    border-radius: 50%;
    border-top-color: #fff
}

.btn-confirmation, .loader {
    box-sizing: border-box;
    content: "";
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: 8px;
    position: relative;
    width: 32px
}

.btn-confirmation {
    border: 3px solid #17ab78;
    border-radius: 50%
}

    .btn-confirmation .fa-check {
        color: #17ab78;
        position: relative;
        top: 3px
    }

h1 {
    font: Source Sans Pro,sans-serif;
    font-size: 30px;
    font-weight: 400
}

h1, h2 {
    color: #000
}

h2 {
    font: Source Sans Pro,sans-serif;
    font-size: 24px;
    font-weight: 400
}

h3, h3.emphasized {
    color: #000;
    font: Source Sans Pro,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width:1149px) {
    h1 {
        font: Source Sans Pro,sans-serif;
        font-size: 26px;
        font-weight: 400
    }

    h1, h2 {
        color: #000
    }

    h2 {
        font: Source Sans Pro,sans-serif;
        font-size: 22px;
        font-weight: 400
    }

    h3, h3.emphasized {
        color: #000;
        font: Source Sans Pro,sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px
    }
}

@media (max-width:549px) {
    .modal-header {
        border-bottom: 1px solid #949494;
        display: inline-block;
        margin-bottom: 10px;
        padding: 0 0 20px !important
    }

        .modal-header .close {
            color: #949494;
            font-size: 32px !important;
            opacity: 1 !important;
            padding: 0
        }

            .modal-header .close:focus, .modal-header .close:hover {
                color: #777
            }

        .modal-header button {
            float: left;
            outline: none
        }

        .modal-header a {
            color: #949494 !important;
            cursor: pointer;
            font-size: 14px;
            font-weight: 700;
            margin-right: 20px;
            text-transform: uppercase
        }

    .modal-header--inline {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0 !important
    }

    .modal-content {
        -webkit-box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        height: auto;
        min-height: 100%;
        padding: 20px
    }

    .modal-footer {
        border-top: 1px solid #949494;
        bottom: 0;
        margin-top: 30px;
        padding: 15px 0 0 !important;
        position: relative
    }

        .modal-footer button {
            outline: none !important;
            width: 100%
        }

    .modal-dialog {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

@media (min-width:550px) {
    .modal-header {
        border-bottom: none !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

        .modal-header .close {
            color: #949494;
            font-size: 32px !important;
            opacity: 1 !important;
            padding: 0
        }

            .modal-header .close:focus, .modal-header .close:hover {
                color: #777
            }

        .modal-header button {
            outline: none
        }

    .modal-content {
        -webkit-box-shadow: none !important;
        border: 1px solid #949494;
        border-radius: 6px;
        box-shadow: none !important;
        padding: 30px
    }

    .modal-footer {
        border-top: 1px solid #949494;
        margin-top: 30px;
        padding: 15px 0 0 !important
    }

        .modal-footer a {
            color: #949494 !important;
            cursor: pointer;
            font-size: 14px;
            font-weight: 700;
            margin-right: 20px !important;
            text-transform: uppercase
        }
}

.modal {
    display: block !important
}

.modal-backdrop {
    opacity: .5
}

.modal-body {
    padding: 0 !important
}

.text-field {
    background-color: #fff;
    border: 1px solid #949494;
    border-radius: 3px;
    cursor: text;
    line-height: normal;
    padding: 0 10px 10px;
    position: relative
}

.text-field, .text-field_input {
    display: block;
    height: 48px;
    width: 100%
}

.text-field_input {
    background: none !important;
    border: none;
    box-sizing: border-box;
    color: #000;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-size: 16px;
    font-weight: 400;
    left: 0;
    margin: 0;
    outline: 0;
    padding: 10px 0 0 10px !important;
    position: absolute;
    top: 0
}

    .text-field_input::-ms-reveal {
        display: none
    }

.text-field_title {
    color: #005da6;
    display: block;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: normal;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 100%
}

.text-field_title--empty {
    color: #4a4a4a !important;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    padding-bottom: 0;
    padding-top: 0
}

.text-field_title--error {
    color: red !important
}

.text-field_title--disabled {
    color: #dcdcdc !important
}

.text-field_validation-msg {
    color: red;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px
}

.text-field--multi-line {
    height: 80px
}

    .text-field--multi-line textarea {
        height: calc(100% - 25px);
        padding-top: 0 10px 10px 10px;
        resize: none;
        top: 25px
    }

.text-field--emptyfocus input, .text-field--emptyfocus textarea {
    color: #949494 !important
}

.text-field--invalid {
    border: 1px solid red !important
}

.text-field--focused {
    -moz-box-shadow: 0 0 10px 50% rgba(0,91,166,.5) !important;
    -webkit-box-shadow: 0 0 10px rgba(0,91,166,.5) !important;
    border: 1px solid #005da6;
    box-shadow: 0 0 10px 50% rgba(0,91,166,.5) !important;
    padding-top: 0 !important
}

.text-field--disabled {
    border-color: #dcdcdc !important
}

    .text-field--disabled input, .text-field--disabled textarea {
        color: #dcdcdc !important
    }

.text-field--hovered {
    border-color: #000
}

.custom-multi-select .select__control {
    border: 1px solid #949494;
    border-radius: 3px;
    min-height: 50px
}

.custom-multi-select .select__control--is-focused {
    -moz-box-shadow: 0 0 10px 50% rgba(0,91,166,.5) !important;
    -webkit-box-shadow: 0 0 10px rgba(0,91,166,.5) !important;
    border: 1px solid #005da6;
    box-shadow: 0 0 10px 50% rgba(0,91,166,.5) !important;
    padding-top: 0 !important
}

.custom-multi-select .select__control:hover {
    border-color: #005da6
}

.custom-multi-select .select__control .select__multi-value {
    background-color: #d0edfc;
    border-radius: 20px;
    padding: 2px 5px
}

    .custom-multi-select .select__control .select__multi-value .select__multi-value__remove {
        background-color: #d0edfc;
        color: #000;
        cursor: pointer
    }

.custom-multi-select .select__control .select__clear-indicator, .custom-multi-select .select__control .select__dropdown-indicator {
    color: #939597
}

.custom-multi-select.error .select__control {
    border: 1px solid red
}

    .custom-multi-select.error .select__control--is-focused, .custom-multi-select.error .select__control:hover {
        border-color: red
    }
