﻿.alert {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}

    .alert-warning hr {
        border-top-color: #f8e5be;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger hr {
    border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
    color: #953b39;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    
    text-shadow: none;
    opacity: 0.9;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-common .modal-header {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.note {
    margin: 10px 0;
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

ul.modal-points {
    margin-top: 10px;
}

    ul.modal-points li {
        margin: 2px 0;
    }

.radio-selection {
    margin: 20px 0;
}

.mt-15 {
    margin-top: 15px;
}

.red-bar {
    border-bottom: 4px solid #f00;
}

.yellow-bar {
    border-bottom: 4px solid #ffff00;
}

#div4G {
    margin-top: 10px;
}

.modal-common .form-control {
    font-size: 16px;
    height: 50px;
    box-shadow: none;
}

.modal-common .form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.btn-submit {
    border: 0;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    text-transform: uppercase;
    width: 100%;
}