﻿* {
    outline: none !important;
}

body {
    padding-bottom: 20px;
}

.wrapper {
    display: table-cell;
    vertical-align: middle;
}

.form-header {
    text-align: center;
    color: #434343;
}

    .form-header .fa {
        font-size: 48px;
        margin-bottom: 5px;
    }

    .form-header h1 {
        font-weight: 300;
        margin-bottom: 30px;
        letter-spacing: 0.3em;
        font-size: 24px;
    }

.has-feedback .form-control-feedback {
    top: 4px;
    width: 40px;
    font-size: 18px;
    color: #6fd653;
    opacity: 0;
}

.form {
    max-width: 400px;
    margin: 0 auto;
    background-color: #f6f6f6;
    padding: 30px 25px 0;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    text-align: center;
}

form .form-group .input-group-addon {
    height: 44px;
    width: 44px;
    padding-top: 15px;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background-color: transparent;
}

    form .form-group .input-group-addon .fa {
        font-size: 15px;
    }

form .form-control-login {
    height: 44px;
    padding: 12px;
    padding-left: 46px;
    background-color: white;
    font-weight: 500;
}

form .form-group.has-error label {
    color: #d9534f;
}

    form .form-group.has-error label.error {
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 13px;
    }

form .form-group.has-error input, form .form-group.has-error textarea {
    border-color: #d9534f;
}

    form .form-group.has-error input:focus, form .form-group.has-error textarea:focus {
        border-color: #d9534f;
        box-shadow: 0 0 6px #d9534f;
    }

form .form-group.has-error .input-group-addon {
    color: #d9534f;
}

form .form-group.has-success label {
    color: #6fd653;
}

form .form-group.has-success input, form .form-group.has-success textarea {
    border-color: #6fd653;
}

    form .form-group.has-success input:focus, form .form-group.has-success textarea:focus {
        border-color: #6fd653;
        box-shadow: 0 0 6px #6fd653;
    }

form .form-group.has-success .input-group-addon {
    color: #6fd653;
}

form .form-group.has-success .form-control-feedback {
    opacity: 1;
}

form .form-group.submit {
    margin: 35px -25px 0;
}

form .form-group.submit input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.4em;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 20px 0 22px;
    background-color: #014464;
    color: white;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

form .form-group.submit input[type="submit"].disabled {
    background-color: #999999;
}

.form-control.error, .form-control.error + div.required > button {
    border: 1px solid red !important;
}

/*.form-group label.error {
    border: 1px solid red !important;
    display: none !important;
}*/

.table-responsive {
    /*max-height: 350px;*/
}

.custom-height-modal {
    min-height: 400px;
    /*overflow-y: auto;*/
}

.table-border {
    border: 1px solid #DDD;
}

.modal-header .close {
    color: #fff !important;
    font-size: 30px inherit !important;
    opacity: inherit !important;
}

#footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding-top: 5px;
    margin-top: 15px;
    clear: both;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    background-color: #088FBC;
    color: #fff;
    height: 30px;
}
