﻿@import url('https://fonts.googleapis.com/css?family=Raleway:500,600,700|Roboto:400,500|Open+Sans:400,600');
/* HTML Tags ----------------------------------- */


/* HTML Elements Styling ----------------------------------- */
h1 {
    color: #6CBB45;
}

h2, h4, h5 {
    color: #787474;
}

h3, h5 {
    color: #95989a;
}

.sitename h1 {
    color: #327D23;
}

hr {
    margin: 80px 0px 50px 0px;
}

/*Controls the text display on screen for paragraphs*/
.column3 > p {
    width: 80%;
    margin-bottom: 5px;
    margin-top: 15px;
}

/*Controls the Heading display per heading */
.column3 > h2:nth-child(5) {
    width: 86%;
}

/* Links styling ------------------------------------------*/
a, a:hover, a.expandingblockwidetemplate {
    color: #327D23;
}

a.registerbutton, a#linkForgotPassword {
    color: #6CBB45;
}

.registerbuttonWrapper {
    top: 160px;
}

/* Messages ----------------------------------- */
.successtxt {
    color: #3698D3;
}
.errortxt,
.errorsummary,
.errorfield,
.required {
    color: #eb1515;
}

/* Check box styling --------------------------------------------------- */
.checkbox label:after {
    border: 3px solid #6CBB45;
    border-top: none;
    border-right: none;
}


/* Form ---------------------------------------------------------------- */
.formFieldName, .checkboxlabel {
    color: #808080;
}


/* Form fields ---------------------------------------------------------------- */
.multiboxstyle, #content.formLayout .multiboxstyle {
    height: 60px;
}

.buttons {
    background-color: #6cbb45;

}

.buttons:hover {
    background-color: #327D23;
}

.rogerwide {
    background-color: #EFEFEF;
    border: 1px solid #787474;
}

/* Banner  ----------------------------------- */
#banner {
    background-image: url(../Custom/Images/banner.png);
}

/* Login page right  ----------------------------------- */
.right-column-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.title-section {
    margin-bottom: 20px;
}

.admin-button {
    display: block;
    width: auto;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.admin-login-section {
    text-align: center;
    margin: 20px 0;
}

.signup-link {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 10pt;
    color: #6cbb45;
    text-decoration: underline;
}

.copyright {
    margin-top:160px;
}

.alert {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 15px 20px;
    background-color: #eeeeee;
    color: black;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: 50%;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

    .alert:hover {
        background-color: #e0e0e0; /* Slightly darker background on hover */
        transform: translateY(-3px); /* Elevate it slightly */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
    }

.alert-container {
    position: relative;
    height: 0;
    z-index: 1000;
}

@media (max-width: 768px) {
    .alert {
        margin: 10px 15px 0 15px;
        max-width: none;
        width: auto;
        font-size: 0.85rem;
        padding: 12px 15px;
    }
}

.closebtn {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 50px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10000;
}