﻿.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.form-group {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .form-group {
        margin-bottom: 5px;
    }

    .form-group:last-child {
        margin-bottom: 0;
    }
}

.form-control {
    color: #1E3A72;
    width: 100%;
    line-height: 1.5em;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        outline: none;
    }

    .form-control::-moz-placeholder {
        color: #1E3A72;
    }

    .form-control:-ms-input-placeholder {
        color: #1E3A72;
    }

    .form-control::-webkit-input-placeholder {
        color: #1E3A72;
    }

.text-danger {
    color: #de4e48;
    font-size: 1em;
}

    .text-danger:hover, a.text-danger:focus {
        color: #de4e48;
        font-size: 1em;
    }

.floating-label-form-group {
    color: #BCD0DD;
    position: relative;
    background: #D9E4EB;
    margin-bottom: 0.6em;
}

    .floating-label-form-group input, .floating-label-form-group textarea {
        position: relative;
        padding-right: 0;
        padding-left: 0;
        border: none;
        border-radius: 0;
        background: none;
        box-shadow: none;
        resize: none;
    }

    .floating-label-form-group label {
        display: block;
        z-index: 0;
        position: relative;
        top: 2em;
        margin: 0;
        font-size: 0.85em;
        line-height: 1.5em;
        opacity: 0;
        -webkit-transition: top 0.1s ease,opacity 0.3s ease;
        -moz-transition: top 0.1s ease,opacity 0.3s ease;
        transition: top 0.1s ease,opacity 0.3s ease;
    }

    .floating-label-form-group:not(:first-child) {
        padding-left: 14px;
    }

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #1E3A72;
}

button {
    margin-left: -15px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: normal;
    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;
    outline: none;
}

.btn-success {
    background-color: #1E3A72;
    color: white;
    font-size: 1.5em;
    border-radius: 0;
    outline: none;
    border: solid 1px #1E3A72;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active {
        background-color: #D9E4EB;
        color: #1E3A72;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #1E3A72;
            border-color: #00A3E3;
        }

.btn-choice {
    background-color: #D9E4EB;
    font-size: 1.5em;
    border-radius: 0;
    outline: none;
    border: solid 1px #D9E4EB;
}

    .btn-choice:hover, .btn-choice:focus, .btn-choice.focus, .btn-choice:active, .btn-choice.active {
        background-color: #D9E4EB;
        color: #1E3A72;
        border: solid 1px #1E3A72;
    }

        .btn-choice:active:hover,
        .btn-choice.active:hover,
        .open > .dropdown-toggle.btn-choice:hover,
        .btn-choice:active:focus,
        .btn-choice.active:focus,
        .open > .dropdown-toggle.btn-choice:focus,
        .btn-choice:active.focus,
        .btn-choice.active.focus,
        .open > .dropdown-toggle.btn-choice.focus {
            color: #1E3A72;
            border-color: #00A3E3;
        }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: none;
}

.alert-success {
    color: #8AC53F;
}

.alert-danger {
    color: #E73D57;
}

.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;
}

.middle {
    width: 100%;
    text-align: center;
}

    .middle .box {
        width: 42.94%;
    }

.middle input[type="radio"] {
    display: none;
}

    .middle input[type="radio"]:checked + .box {
        background-color: #1E3A72;
        color: white;
        border: solid 1px #1E3A72;
    }

section {
    margin: 0;
}

.middle input[type="text"] {
    width: 93.5%;
    background-color: #D9E4EB;
    border: solid 1px #D9E4EB;
    display: inline-block;
    padding: 6px 12px;
    margin: 8px 0 8px 0;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    outline: none;
}

    .middle input[type="text"]:hover {
        border: solid 1px #1E3A72;
    }

    .middle .form-control::-moz-placeholder {
        text-align: right;
    }

.middle .form-control:-ms-input-placeholder {
    text-align: right;
}

.middle .form-control::-webkit-input-placeholder {
    text-align: right;
}
