﻿
html {
    background: url("../Files/Images/Environment/1920x1080/HeighTivity_silver_maple.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left bottom;
    display: table;
    width: 100%;
    height: 100%;
    /*padding: 15px;*/
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: auto;
    background: transparent; /* fallback for old browsers */
    font-family: 'Ropa Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
}

.PageBody {
    margin: 100px 50px 50px 50px;
    background-color: rgba(32,32,32, 0.75);
    border-radius: 3px;
    min-height: 750px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
}*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}


.error-page {
    height: 100%;
    width: 100%;
    display: table;
}

.short-page {
    width: 100%;
    padding: 0;
    margin: auto;
    float:right;
}

.long-page {
    width: 100%;
    padding: 85px 0 50px 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 3;
    background: rgba(32,32,32, 0.95);
    width: 600px;
    margin: 50px auto;
    padding: 40px;
    text-align: center;
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.95);
    border-radius: 10px;
}

    .form input {
        font-family: 'Ropa Sans', sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 10px;
        padding: 10px;
        box-sizing: border-box;
        font-size: 14px;
        border-radius: 3px;
    }

        .form input:focus {
            box-shadow: 0px 0px 3px 2px rgb(0, 123, 255);
        }

    .form textarea {
        font-family: 'Ropa Sans', sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 10px;
        padding: 10px;
        box-sizing: border-box;
        font-size: 14px;
        border-radius: 3px;
        resize: none;
    }

    .form button {
        font-family: 'Ropa Sans', sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #4CAF50;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
        border-radius: 3px;
    }

        .form button:hover, .form button:active, .form button:focus {
            background: #43A047;
        }

.btnSuccess {
    font-family: 'Ropa Sans', sans-serif !important;
    text-transform: uppercase !important;
    outline: none !important;
    background: #4CAF50 !important;
    width: 100% !important;
    border: 0 !important;
    padding: 15px !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    -webkit-transition: all 0.3 ease !important;
    transition: all 0.3 ease !important;
    cursor: pointer !important;
    border-radius: 3px !important;
}

    .btnSuccess:hover, btnSuccess:active, btnSuccess:focus {
        background: #43A047 !important;
    }

.form .btnSendRequest {
    font-family: 'Ropa Sans', sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    margin: 0 0 15px;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 3px;
}

    .form .btnSendRequest:hover, .form .btnSendRequest:active, .form .btnSendRequest:focus {
        background: #43A047;
    }

.form .btnBack {
    font-family: 'Ropa Sans', sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #0062cc;
    margin: 0 0 15px;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 3px;
}

    .form .btnBack:hover, .form .btnBack:active, .form .btnBack:focus {
        background: #0056b3;
    }

.form .message {
    margin: 15px 0 0;
    color: #ffffff;
    font-size: 0.9em;
}

    .form .message a {
        color: #4CAF50;
        text-decoration: none;
    }

        .form .message a:hover {
            color: #43A047;
            text-decoration: underline;
        }

.form .register-form {
    display: none;
}

.container {
    /*position: relative;*/
    z-index: 1;
    width: 100%;
    height: 100%;
    display: table;
    /*background-color: rgba( 2, 2, 2, 0.3);*/
    box-shadow: none;
    padding: 0;
    /*margin: 0 auto;*/
    /*padding: 70px 0px;*/
    /*float: none;*/
}

    .container:before, .container:after {
        content: "";
        display: block;
        clear: both;
    }

    .container .info {
        margin: 50px auto;
        text-align: center;
    }

        .container .info h1 {
            margin: 0 0 15px;
            padding: 0;
            font-size: 36px;
            font-weight: 300;
            color: #1a1a1a;
        }

        .container .info span {
            color: #4d4d4d;
            font-size: 12px;
        }

            .container .info span a {
                color: #000000;
                text-decoration: none;
            }

            .container .info span .fa {
                color: #EF3B3A;
            }



/*@media screen and (min-width: 601px) {
    .fontPageHead {
        font-size: 70px;
    }

    .fontPageHead1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .fontPageHead {
        font-size: 40px;
    }

    .fontPageHead1 {
        font-size: 20px;
    }
}*/


.containerHeader {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 20px 70px;
}

    .containerHeader:before, .containerHeader:after {
        content: "";
        display: block;
        clear: both;
    }

    .containerHeader .info {
        margin: 50px auto;
        text-align: center;
    }

        .containerHeader .info h1 {
            margin: 0 0 15px;
            padding: 0;
            font-size: 36px;
            font-weight: 300;
            color: #1a1a1a;
        }

        .containerHeader .info span {
            color: #4d4d4d;
            font-size: 12px;
        }

            .containerHeader .info span a {
                color: #000000;
                text-decoration: none;
            }

            .containerHeader .info span .fa {
                color: #EF3B3A;
            }




.fontPageHead1 {
    font-weight: bold;
    color: #ffffff !important;
    font-size: 36px;
    padding-bottom: 20px;
}

.fontPageHead2 {
    color: #ffffff !important;
    font-size: 24px;
    padding-bottom: 10px;
}

.fontPageHead3 {
    color: #ffffff!important;
    font-size: 20px;
    padding-bottom: 10px;
}



@media only screen and (max-width: 767px) {
    h1 {
        font-size: 22px !important;
    }
}






.newMessage {
    display: none;
    z-index: 4;
    width: 270px;
    position: fixed;
    bottom: 65px;
    right: 18px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5);
    transition: right 0.5s ease-in-out 0s;
    animation: 0.3s ease 0s 1 normal none running scale-display;
}

.newMessageTextHead {
    display: block;
    text-decoration: none;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

.newMessageTextBody {
    display: block;
    padding: 5px 10px 10px 10px;
    text-decoration: none;
    font-family: Verdana;
    color: #ffffff;
    font-size: 11px;
}

.rbsB {
    margin-right: 5px !important;
    height: 20px !important;
    width: 20px !important;
    vertical-align: sub !important;
    border-radius: 100%;
}

    .rbsB:hover {
        cursor: pointer;
    }

.rbsLB {
    margin-right: 20px !important;
}


.rbsP {
    margin-right: 5px !important;
    height: 20px !important;
    width: 20px !important;
    vertical-align: sub !important;
    border-radius: 100%;
}

    .rbsP:hover {
        cursor: pointer;
    }

.rbsLP {
    margin-right: 20px !important;
}


input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
    margin: 0 0 3px;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    margin: 0 0 10px;
    display: block;
}


.warningMessage {
    position: fixed;
    margin-bottom: 30px;
    bottom: 0;
    color: #FFCC00;
    z-index:2;
}

    /*.warningMessage:hover {
        cursor: pointer;
    }*/

    .warningMessage .warningMessagetooltiptext {
        visibility: visible;
        width: 200px;
        background-color: #FFCC00;
        color: #000;
        font-weight: bold;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 3px;
        left: 130%;
    }

    .warningMessage:hover .warningMessagetooltiptext {
        visibility: visible;
    }



.formError {
    position: relative;
    z-index: 1;
    background: rgba(32,32,32, 0.8);
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 150px 40px;
    text-align: center;
}

    .formError .btnBack {
        font-family: 'Ropa Sans', sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #0062cc;
        margin: 20px 0 15px;
        width: 200px;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
        border-radius: 3px;
    }

        .formError .btnBack:hover, .formError .btnBack:active, .formError .btnBack:focus {
            background: #0056b3;
        }



.hlogo {
    margin: auto;
    max-width: 750px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}



