﻿h1 {
    /*font-family: "adelle";*/
    font-family: "Source Sans Pro";
}

.call911Step3 {
    font-size: 1.5em;
    color: Red;
    font-weight: bold;
}

.confirmationCode {
    font-size: 1.5em;
    /*color: Red;*/
    color: #C02E1D;
}

fieldset.anonymous {
    background-color: #f2f2f2;
    border-color: #006e8e;
}

.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    max-width: 450px;
    height: 350px;
}

.lbl {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.center {
    width: 50%;
    margin: 0 auto;
}

.container {
    display: flex; /* or inline-flex */
    justify-content: space-between;
    flex-wrap: wrap;
}


.black_link {
    color: #000000;
}

/*********This one is blue**********************/
.bluebtn {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #990012), color-stop(1, #990012) );
    background-color: #990012;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #FFFFFF;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

    .bluebtn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #990012), color-stop(1, #990012) );
        background: -moz-linear-gradient( center top, #990012 5%, #79bbff 100% );
        background-color: #990012;
    }

    .bluebtn:active {
        position: relative;
        top: 1px;
    }
/*****************************/



/********This is one yellow*****************
.yellowbtn
{
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    color: #333333;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}
.yellowbtn:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
    background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background-color: #ffab23;
}
.yellowbtn:active
{
    position: relative;
    top: 1px;
}*/

.rbl {
    margin-left: 20px;
    margin-right: 1px;
}

.bigger {
    font-style: italic;
}

.yellowbtn {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    color: #333333;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffee66;
}

    .yellowbtn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
        background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
        background-color: #ffab23;
    }

    .yellowbtn:active {
        position: relative;
        top: 1px;
    }

/********************BUTTON*****************************/
/**This one is for green buttons submit and add**/
.greenbtn {
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9FEE63), color-stop(1, #9FEE63) );
    background: -moz-linear-gradient( center top, #9FEE63 5%, #9FEE63 100% );
    background-color: #9FEE63; /*#77d42a; */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #268a16;
    display: inline-block;
    color: #0B1702; /*#306108;*/
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

    .greenbtn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9FEE63), color-stop(1, #9FEE63) );
        background: -moz-linear-gradient( center top, #9FEE63 5%, #9FEE63 100% );
        background-color: #9FEE63;
    }

    .greenbtn:active {
        position: relative;
        top: 1px;
    }
/*****************************/

.graybtn {
    -moz-box-shadow: inset 0px 1px 0px 0px #A5A5A5;
    -webkit-box-shadow: inset 0px 1px 0px 0px #A5A5A5;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A5A5A5), color-stop(1, #898989) );
    background: -moz-linear-gradient( center top, #A5A5A5 5%, #898989 100% );
    background-color: #A5A5A5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #A5A5A5;
    display: inline-block;
    color: black;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    background-color: gray;
}

    .graybtn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A5A5A5), color-stop(1, #898989) );
        background: -moz-linear-gradient( center top, #A5A5A5 5%, #898989 100% );
        background-color: #A5A5A5;
    }

    .graybtn:active {
        position: relative;
        top: 1px;
    }

.pinkbtn {
    background: #ffecb3;
    -webkit-border-radius: 18;
    -moz-border-radius: 18;
    border-radius: 18px;
    font-family: pt-sans;
    color: #000000;
    text-decoration: none;
}

    .pinkbtn:hover {
        background: #99CCFF;
    }


#Banner {
    //max-width: 750px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
}

/******************************/
.uploadBtn, .uploadBtn:hover {
    /*background-image: url(../images/aa_social_media_073118.PNG);*/
    background-image: url(../images/upload_button_2024_v3.png);
    background-color: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: transparent;
    border: 0;
    min-width: 285px;
    min-height: 65px;
    white-space: normal;
}

body {
    background: #ffffff; 
    font-size: .80em; /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    /*font-family: "pt-sans";*/
    font-family: "Source Sans Pro", "SourceSansPro";
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited {
    color: #000000;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    /*line-height: 1.6em;*/
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    /*margin-bottom: 0px;*/
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    /*margin-bottom: 0px;*/
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    /*width: 750px;*/
    max-width: 750px; /*background-color: #fff;*/
    /*background-color: #F5F5F5;*/
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
    background: #FEFCFF;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px; /*background: #4b6c9e;*/
    /*background: #000000;*/
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    /*padding: 0px 6px;*/
    margin: 30px 10px 10px 30px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #000000;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: smaller;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.label {
    float: left;
}

/************************************/

#Logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

#MainTable {
    max-width: 750px;
    min-width: 350px;
}

textarea {
    height: 150px;
    width: 550px;
    /*max-height: 150px;
    min-height: 100px;
    max-width: 350px;
    min-width: 500px;*/
}

.red {
    color: red;
}


.blue {
    color: blue;
}

.txt_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text_section_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text_section_right {
    margin-left: auto;
    margin-right: 0;
    white-space: nowrap;
    text-align: right;
}

.text_section_left {
    margin-right: auto;
    margin-left: 0;
    vertical-align: middle;
    white-space: nowrap;
}

table {
    margin: auto;
}

.tbl_max {
    width: 100%
}

.ada_red {
    color: #C02E1D;
}
