﻿a:hover, a:focus > no-under {
    text-decoration: none;
}

.select-picker {
    width: 220px;
    height: 34px;
}


/*Login Form*/
/** Login & Signup **/
.login-bg {
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background-color: #eff0f3;
    background-repeat: no-repeat;
    height: 100%;
}

.login-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

    .login-wrapper .box {
        margin: 75px 0 0 0;
        padding: 30px 0 30px;
        float: none;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        background: #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

        .login-wrapper .box .content-wrap {
            width: 82%;
            margin: 0 auto;
        }

        .login-wrapper .box h6 {
            margin-bottom: 35px;
            font-size: 18px;
            font-weight: 600;
        }

        .login-wrapper .box input[type="text"],
        .login-wrapper .box input[type="password"] {
            font-size: 15px;
            height: 40px;
            margin-bottom: 10px;
            border-color: #b2bfc7;
            padding-left: 12px;
        }

            .login-wrapper .box input[type="text"]:focus,
            .login-wrapper .box input[type="password"]:focus {
                border: 1px solid #28a0e5;
                outline: none;
                -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
            }

        .login-wrapper .box input[type="password"] {
            margin-bottom: 10px;
        }

        .login-wrapper .box .action {
            position: relative;
            padding: 15px 0px;
        }

        .login-wrapper .box .signup {
            text-transform: uppercase;
            font-size: 13px;
            padding: 7px 25px;
            border-radius: 5px;
        }

    .login-wrapper .already {
        margin: 0 auto;
        float: none;
        text-align: center;
        font-size: 13px;
        margin-top: 30px;
    }

        .login-wrapper .already p {
            display: inline-block;
            color: #222;
        }

        .login-wrapper .already a {
            color: #222;
            margin-left: 7px;
            border-bottom: 1px solid;
        }

            .login-wrapper .already a:hover {
                text-decoration: none;
                color: #000;
                border-bottom-color: #000;
            }


    .login-wrapper .box .social {
        margin: 0 auto;
        width: 90%;
    }

        .login-wrapper .box .social a.face_login {
            background: #6887c4;
            background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#4566a9));
            background: -webkit-linear-gradient(top, #6887c4 0%,#4566a9 100%);
            background: -o-linear-gradient(top, #6887c4 0%,#4566a9 100%);
            background: -ms-linear-gradient(top, #6887c4 0%,#4566a9 100%);
            background: linear-gradient(to bottom, #6887c4 0%,#4566a9 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
            border: 1px solid #3B4868;
            border-radius: 3px 3px 3px 3px;
            display: inline-block;
            height: 37px;
            overflow: hidden;
            width: 99%;
            text-decoration: none !important;
        }

            .login-wrapper .box .social a.face_login:hover {
                background: #6887c4;
                background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#5773AC));
                background: -webkit-linear-gradient(top, #6887c4 0%,#5773AC 100%);
                background: -o-linear-gradient(top, #6887c4 0%,#5773AC 100%);
                background: -ms-linear-gradient(top, #6887c4 0%,#5773AC 100%);
                background: linear-gradient(to bottom, #6887c4 0%,#5773AC 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );
            }

            .login-wrapper .box .social a.face_login span.face_icon {
                background-color: #39599F;
                border-radius: 3px 0 0 3px;
                float: left;
                height: 37px;
                text-align: center;
                width: 51px;
            }

                .login-wrapper .box .social a.face_login span.face_icon img {
                    margin-top: 5px;
                }

            .login-wrapper .box .social a.face_login span.text {
                color: #FFFFFF;
                float: left;
                font-size: 15px;
                font-weight: bold;
                margin: 6px 0 0 25px;
                text-shadow: 1px 1px 0 #39599F;
            }

    .login-wrapper .box .division {
        display: inline-block;
        margin: 17px 0 23px;
        position: relative;
        text-align: center;
        width: 100%;
    }

        .login-wrapper .box .division hr {
            border-color: #E2E2E4;
            border-width: 1px;
            margin: 0;
            position: absolute;
            width: 40%;
        }

            .login-wrapper .box .division hr.left {
                top: 13px;
            }

            .login-wrapper .box .division hr.right {
                bottom: 6px;
                right: 0;
            }

        .login-wrapper .box .division span {
            color: #666666;
            font-size: 18px;
        }

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there is no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 10px 0px;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: rgb(12, 97, 33);
    }

.body-content {
    padding-top: 20px;
}

.push-right-10 {
    padding-left: 10px
}

.pull-right {
    float: right;
}

.schedule-table {
    padding-top: 10px;
    display: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 61px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
    margin-top: 10px;
}

/* Bootstrap overrides */
.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item:focus .nav-link,
.navbar-light .nav-item:hover .nav-link {
    color: #ffffff;
}
