﻿@font-face {
    font-weight: 500;
    font-family: AvenirLTPro;
    font-style: normal;
    src: url(../fonts/AvenirLTPro500-webfont.woff2) format("woff2"), url(../fonts/AvenirLTPro500-webfont.woff) format("woff");
}

@font-face {
    font-weight: 700;
    font-family: Nexa;
    font-style: normal;
    src: url(../fonts/Nexa700-webfont.woff2) format("woff2"), url(../fonts/Nexa700-webfont.woff) format("woff");
}


html, body, form {
    height: 100%;
}

body {
    color: #31373d;
    font-family: 'AvenirLTPro', sans-serif;
    margin: 0;
    background-color: rgba(185, 187, 202, 0.1);
}

h1 {
    font-family: 'Nexa', sans-serif;
    font-size: 30pt;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center
}

h4 {
    font-weight: 500;
    font-size: 12pt;
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center;
}

.wrapper {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -58px; 
}

.wrapper:after {
    content: "";
    display: block;
}

.wrapper:after {
    height: 58px;
}

.container {
    margin: 0 auto;
    width: 90%;
    position: relative;
}

.navbar-brand {
    line-height: 74px;
    vertical-align: middle;
}


.content {
    padding: 20px 0 20px 0;
    text-align: center;
}

.form {
    margin: 60px auto 0 auto;
    max-width: 350px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0.125rem 0.5rem;
    text-align: left;
    padding: 25px 40px;
    background-color: #fff;
}

.form input {
    border: 1px solid #31373d;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 100%;
}

.form input[type="submit"].btn-danger {
    background-color: #ef476f;
    border: 1px solid #ef476f;
    color: #fff;
}

.form input[type="submit"] {
    -webkit-appearance: none;
    background-color: #2a2d42;
    border-radius: 3px;
    border: solid 1px #2a2d42;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    text-transform: uppercase;
    margin-top: 40px;
}

.ajax-wheel {
    display: block;
    margin: 10px auto;
}

a {
    color: #ef476f;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

.btn-primary {
    background-color: #2a2d42;
    border: 1px solid #2a2d42;
    color: #fff;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.alert {
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 20px 0;
    padding: 15px;
}

.alert-danger {
    background-color: #ef476f;
    border-color: #ef476f;
    color: #fff;
}

.alert-success {
    background-color: #42B250;
    border-color: #42B250;
    color: #fff;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-danger .alert-link {
    color: #843534;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

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

.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: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -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;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
    font-size: 0.9em;
}

.modal-footer {
    padding: 15px;
    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;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        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;
    }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.input-label {
    font-size: 19px;
    margin-bottom: 3px;
    margin-top: 16px;
}

.footer {
    text-align: center;
    font-size: 12px;
    margin-top: 60px;
    line-height: 1.3
}