/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=c71d11861c1aaf14c6aa8c849b32b225)
 * Config saved to config.json and https://gist.github.com/c71d11861c1aaf14c6aa8c849b32b225
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.close {
    float: right;
    font-size: 29px;
    font-weight: normal;
    line-height: 1;
    color: #ee5252;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.close:hover,
.close:focus {
    color: #ee5252;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 13px 32px rgba(0, 0, 0, 0.35)
    box-shadow: 0 13px 32px rgba(0, 0, 0, 0.35)
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px 25px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-left: 40px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 24px;
    text-align: center;
    font-family: 'PFDinDisplayPro', sans-serif;
}

.modal-body {
    position: relative;
    padding: 15px 25px;
}

.modal-footer {
    padding: 15px 25px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}


.modal-logo {
    width: 100%;
    height: 91px;
    background-color: #dfdfdf;
    background-image: linear-gradient(to top, #d7d7d7 0%, white 100%);
    position: relative;
}

.modal-logo:after {
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    height: 50px;
    width: 212px;
    position: absolute;
    top: 22px;
    left: calc(50% - 106px);
    content: "";
}

.field-input {
    margin-bottom: 17px;
}

.field-input select {
    min-width: 100%;
    background-color: white;
    height: 67px;
    border: 2px solid #d9d9d9;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    color: #000;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0 15px;
    position: relative;
    background: url(../img/arrow-down.png) no-repeat 210px center;
}

.field {
    min-width: 100%;
    background-color: white;
    padding: 22px 15px;
    border: 2px solid #d9d9d9;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    color: #999;
}

.field:focus {
    border-color: #c4d544;
}

.btn-default {
    width: 200px;
    display: block;
    min-height: 48px;
    background-color: black;
    background-image: linear-gradient(to top, #2c2c2b 0%, #646466 100%);
    border-radius: 3px;
    border: none;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 450px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
