﻿html {
    height: 100%;
    margin: 0;
}

body {
    height: 100%;
    margin: 0;
    background-color: #0e84af;
    /*    background-color: #f1f4f7;
*/ /*font-family: Roboto, 'Helvetica Neue', sans-serif;*/
    font-family: "Segoe UI", "Open Sans", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.navbar-brand {
    font-weight: 500;
}

.information-message {
    border: 1px solid lightgray;
    background-color: #fff;
    padding: 10px;
    color: #cf1c1c;
    font-size: 15px;
    text-align: center;
}

.form-control {
    border-radius: 0;
}

/*LOGIN & REGISTER*/
.login {
    display: flex;
    /* justify-content: flex-end; */
    justify-content: center;
    margin: 10px;
}

    .login .form-container {
        margin: 60px;
        width: 70%;
        max-width: 700px;
        background-color: #fff;
        box-shadow: 2px 2px 8px #4c4c4c;
        animation: slideLeft 0.4s ease-in-out;
    }

    .login .login-in {
        margin: 60px;
        width: 60%;
        max-width: 550px;
        background-color: #fff;
        box-shadow: 2px 2px 8px #4c4c4c;
        animation: slideLeft 0.4s ease-in-out;
    }

@media (max-width:820px) {
    .login .form-container {
        padding-left: 24px;
        min-width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (min-height:620px) {
    .login .form-container {
        padding-bottom: 5px;
    }
}

.login .form-container .form-signin {
    min-width: 380px;
    /*width: 40%;*/
}

@media (max-width:400px) {
    .login .form-container .form-signin {
        min-width: 300px;
    }
}

.login .form-container .form-signin .checkbox {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 28px !important;
}

.login .form-container .form-signin .logo {
    text-align: center;
}

.login .form-container .form-signin .my-header, .login .form-container .form-signin h4 {
    padding: 12px;
    text-transform: uppercase;
    font-size: 18px !important;
    border-bottom: 1px solid #8e9aa5;
    padding-left: 1px;
    padding-bottom: 6px;
    color: #4A0FA5;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
}

.login .form-container .form-signin .registration {
    padding: 12px;
    text-transform: uppercase;
    font-size: 18px !important;
    border-bottom: 1px solid #8e9aa5;
    padding-left: 1px;
    padding-bottom: 6px;
    color: #4A0FA5;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
}

.login .registration-page .registration-container {
    width: 100%;
    padding: 24px;
    padding-bottom: 12px;
}

    .login .registration-page .registration-container .password-rules {
        background-color: #fbfbf2;
        padding: 8px;
        font-size: 13px;
    }

    .login .registration-page .registration-container .phone-number {
        display: flex;
        flex-flow: row;
    }

.already-registered {
    margin-top: 8px;
    padding-left: 6px;
    text-align: right;
}

@media(max-width:720px) {
    .login .registration-page .registration-container {
        min-width: 80%;
    }
}

.login .form-container .form-signin .full-name {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

@media(max-width: 600px) {
    .login .form-container .form-signin .full-name {
        flex-flow: column;
    }
}



.login .form-container .form-signin .full-name .form-group {
    flex: 1;
}

.login .form-container .form-signin .full-name .btn-login-group {
    margin-top: 40px;
}


.login .form-container .form-signin .not-registered {
    font-weight: 500;
    margin-bottom: 24px;
    font-size: 12px;
    text-align: right;
}

.login .form-container .form-signin .form-group, .login .form-container .form-signin .checkbox {
    padding: 0 4px;
}

.login .form-container .form-signin .my-forgot-password {
    display: flex;
    flex-flow: column;
    font-size: 13px;
    padding-top: 24px;
}

.login .form-container .form-signin .btn {
    margin: 0 4px;
    /* border: 1px solid #037aa0; */
    min-width: 100px;
    /*box-shadow: 1px 2px 3px lightgrey;*/
}

    .login .form-container .form-signin .btn.btn-outline-primary {
        border: 1px solid gray;
        color: #333;
    }

        .login .form-container .form-signin .btn.btn-outline-primary:hover {
            background-color: gray;
            border: 1px solid gray;
            color: #fff;
        }


.login .form-container .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 14px;
    background-color: #fff;
}

    .login .form-container .form-signin .form-control:focus {
        z-index: 2;
    }

.login .form-container .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.login .form-container .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login .grants-page {
    padding: 20px;
    background-color: #f5f5f5;
    box-shadow: 2px 3px 10px #3e3e3e;
    background-color: #fff;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    animation: slideLeft 0.4s ease-in-out;
    margin: 20px;
}

    .login .grants-page .form-signin .logo {
        text-align: center;
    }


    .login .grants-page .form-signin h4 {
        color: white;
        font-weight: 500 !important;
        padding: 16px;
        background-color: #1773b7;
        text-transform: uppercase;
        font-size: 17px !important;
        box-shadow: 2px 3px 3px darkgrey;
        text-align: center;
    }





/*HOME PAGE*/

.top-toolbar {
    /*box-shadow: 2px 3px 6px #555 !important;*/
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.welcome-page {
    margin: 60px;
    margin-top: 60px;
    padding-top: 20px;
    margin-bottom: 30px;
    animation: slideLeft 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    height: 100%;
}

    .welcome-page .page-header {
        color: #555c6f;
        padding: 10%;
        background-color: #fff;
        margin-top: 0px;
        box-shadow: 2px 2px 8px #4c4c4c;
        padding-top: 5%;
    }

        .welcome-page .page-header .image {
            background-color: white;
            padding: 20px;
            text-align: center;
            border-radius: 2px;
        }

        .welcome-page .page-header h1 {
            font-size: 22px;
            text-align: center;
            text-transform: uppercase;
        }

        .welcome-page .page-header .login-section {
            text-align: center;
            margin-top: 20px;
        }

            .welcome-page .page-header .login-section .btn {
                min-width: 150px;
                padding: 12px;
            }

                .welcome-page .page-header .login-section .btn:hover {
                    box-shadow: 1px 1px 4px #2a363e;
                    background-color: #026cde;
                    border: 1px solid #026cde;
                    min-width: 150px;
                    padding: 12px;
                }

                .welcome-page .page-header .login-section .btn:active {
                    box-shadow: 1px 1px 4px #2a363e;
                    background-color: #1773b7;
                    border: 1px solid #1773b7;
                    min-width: 150px;
                    padding: 12px;
                }


.section {
    margin: 50px;
    min-height: 40vh;
    display: flex;
    justify-content: center;
}

    .section .centered-section {
        flex: 1;
        max-width: 500px;
        background-color: #292929;
        box-shadow: 2px 3px 6px #444444;
        padding: 24px;
        color: #fff;
    }

/*GLOBAL STYLES*/

label {
    font-weight: 500;
    /*color: #444477;*/
    margin-bottom: 6px;
    font-size: 13px;
    color: #4A0FA5;
}

.btn {
    border-radius: 0;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

@media (max-width: 780px) {
    /*Table*/
    .hide-small-screens {
        display: none;
    }
}

@media (max-width:480px) {
    .hide-really-small-screens {
        display: none;
    }
}

table thead tr th {
    /*background-color: lightcoral;
    color: #FFF;*/
}

.alert {
    border-radius: 0;
    padding: 8px 10px;
    font-size: 14px;
}

.text-danger {
    font-size: 14px !important;
}

/*CHECK EMAIL*/
.check-email {
    margin-top: 20px;
    background-color: #e5e7fb;
    padding: 40px !important;
    border: 2px solid #97bfd0;
}

.email-confirmed {
    margin-bottom: 20px;
}


.btn-aca-portal {
    padding: 12px;
    min-width: 120px;
}

.radio-button-container {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 14px;
    margin-top: 14px;
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 20px;
}

.guide-options {
    /*color: #9e517c;*/
    color: #5d5d5d;
    padding-right: 10px;
    background-color: #f8f9e5;
    /* margin-right: 4px; */
    /* margin-left: 4px; */
    font-weight: bold;
    font-size: 13px;
    padding-left: 2px;
    padding-top: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e0cdd9;
    padding-left: 6px;
    margin-top: 24px;

    color: #fff !important;
    padding-right: 10px !important;
    background-color: #4A0FA5 !important;
    font-weight: bold !important;
    font-size: 13px !important;
    padding-left: 2px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #4f6f89 !important;
    padding-left: 6px !important;
    margin-top: 24px !important;
}

.register-buttons {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 34px !important;
    margin-bottom: 20px;
}

/*FIELDSET&LEGEND*/
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    padding: 12px;
    border: 1px solid lightgray;
    margin-bottom: 16px;
    margin-right: 4px;
    margin-left: 4px;
}

legend {
    width: 30px !important;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    color: #676767;
    /* border: 0; */
    border-bottom: none !important;
    margin-bottom: 4px;
    margin-right: 4px;
    margin-left: 4px;
    padding-left: 4px;
    padding-right: 4px;
}



input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin: 4px;
}

/*STYLED RADIO BUTTONS & CHECK BOXES*/



.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #555594;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 16px;
}

    /* Hide the browser's default radio button */
    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    /* background-color: #dfeaec; */
    /* border-radius: 4px; */
    border: 3px solid rgb(158, 158, 158);
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #ccc;
    /*border: 3px solid rgb(85, 85, 148)*/
}

/* When the radio button is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #2c802e;
    border: 3px solid #2c802e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.check-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    /* border-radius: 50%; */
    background: white;
}

.label-small {
    font-size: 13px;
}

.title-container {
    display: flex;
    flex-flow: column;
}

.btn-password {
    margin: 0 !important;
    min-width: 0 !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    box-shadow: none !important;
}

.confirm-checkbox {
    padding: 8px !important;
    border: 1px solid lightblue;
}

.confirm-label {
    font-size: 15px;
}

.validation-summary-errors {
    display: flex;
    text-align: left;
    padding: 10px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border: 1px solid #dcbbbb;
}

/*.form-control {
    font-size: 15px !important;
}*/

/*ANIMATIONS*/
@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}