/* ********** MAX PUBLIC STYLES ********** */

.max-table-data {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.max-table-data td, .max-table-data th {
    border: 1px solid #ddd;
    padding: 8px;
}

.max-table-data tr:nth-child(even){background-color: #f2f2f2;}

.max-table-data tr:hover {background-color: #ddd;}

.max-table-data th {
    padding-top: 12px;
    padding-bottom: 12px;
/*    text-align: left; */
/*    background-color: #4CAF50; */
    background-color: #317ab9;
    color: white;
}

.max-table-data th a, .max-table-data th a:hover, .max-table-data th a:visited {
    color: white;
}



.max-table-data-plain {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.max-table-data-plain td, .max-table-data-plain th {
    border: 0px;
    padding: 2px;
}

.max-table-data-plain tr:nth-child(even){background-color: transparent;}

.max-table-data-plain tr:hover {background-color: transparent;}

.max-table-data-plain th {
    padding-top: 6px;
    padding-bottom: 6px;
/*    text-align: left; */
/*    background-color: #4CAF50; */
/*    background-color: #317ab9; */
/*    color: white; */
}

.max-table-data-plain .select25 {
    height: 25px;
    line-height: 25px;
    background-color: transparent;
}

.max-table-data-plain .select30 {
    height: 30px;
    line-height: 30px;
    background-color: transparent;
}


.max-data-form-group {
    margin-bottom:  5px;
}

.max-data-form-group a.btn {
    margin-bottom:  5px;
}

.max-data-form-group .select25 {
    height: 25px;
    line-height: 25px;
    background-color: transparent;
}

.max-data-form-group .select30 {
    height: 30px;
    line-height: 30px;
    background-color: transparent;
}



div.max-nav-tabs {
    margin-top: 10px; 
    margin-bottom: 20px; 
    width: 100%;
/*    border-bottom: 1px solid #ccc; */
    background-color: #eee; 
    overflow: auto;
    white-space: nowrap;
}

div.max-nav-tabs a {
    display: inline-block;
    text-align: center;
    font-size: 18px; 
    text-decoration: none;
    color: #000000; 
    border-top: 2px;
    padding: 14px 16px 10px 16px;
/*    margin: 5px 0 0 -1px; */
}

div.max-nav-tabs a:hover {
    text-decoration: none;
    color: #000000; 
    border-top: 2px;
    background-color: #ddd; 
}

div.max-nav-tabs a:visited {
    text-decoration: none;
    color: #000000; 
    border-top: 2px;
}

div.max-nav-tabs a.max-tab-active {
    font-size: 20px; 
    color: #317ab9; 
    border-top: 2px solid #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ffffff; 
}



.max-command-button {
    color:white; 
    background-color:#3A81C3; 
    border-color:#3A81C3; 
    border-width:1px;
}

a.max-command-button, a:visited.max-command-button, a.visited.max-command-button {
    color:white; 
    background-color:#3A81C3; 
    border-color:#3A81C3; 
    border-width:1px;
}

a:focus.max-command-button, a.focus.max-command-button, a:hover.max-command-button, a.hover.max-command-button {
    color:white; 
    background-color: #21527D; 
    border-color:#21527D; 
    border-width:1px;
}


/* System Alert */

.page-system-alert {
    display:block; 
    padding:10px; 
    margin-bottom:10px; 
    background:#ffe7e7; 
    border:1px solid red; 
    border-radius:3px; 
    text-align:center; 
    font-size:15px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-weight:bold; 
    color:#480e0e;
}

.page-system-alert a {
    color:red; 
    text-decoration:underline;
}



/* Data Management Settings */

.max-dm-container {
    /* width: 750px; */
    margin-left: 72px;
    margin-right: 72px;
    padding-left: 15px;
    padding-right: 15px;
}

.max-dm-main {
    float: left; 
    margin-top: 0px;
}

.max-dm-main h4 {
    font-size: 120%; 
    font-weight: bold; 
    margin-top: 0;
}

.max-dm-main .row {
}

.max-dm-main .row li, .max-dm-main .row select {
    font-size: 100%; 
    color: #333333;
}

.max-dm-main .row select {
    padding: 0 3px;
}

.max-dm-main p {
    font-size: 100%;
}


.max-dm-rightside {
    float: right;
    /* width: 25%; */
    /*margin-left: 10px;*/
}

.max-dm-adminlinks {
    margin-top: 25px;
    background-color: #eeeeee;
    border: 1px solid #cccccc; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -khtml-border-radius: 4px; 
    border-radius: 4px; 
    padding: 0; 
    height: 100%;
}

.max-dm-adminlinks h3 {
    font-size: 120%;
    font-weight: bold; 
    font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
    margin: 0;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #21527d;
    -moz-border-radius: 4px 4px 0 0; 
    -webkit-border-radius: 4px 4px 0 0; 
    -khtml-border-radius: 4px 4px 0 0; 
    border-radius: 4px 4px 0 0;
}

.max-dm-adminlinks p {
    margin: 0 0 12px 0; 
    /* margin: 0 0 10px 0; */
    line-height: 110%;
    font-size: 90%; 
}

.max-dm-adminlinks-sec {
    margin: 9px 10px 0 10px; 
    border-bottom: 1px solid #aaaaaa; 
    padding: 5px 10px; 
    margin-bottom: 12px;
}

.max-dm-adminlinks-sec:last-child {
    margin: 7px 10px 0 10px; 
    padding: 5px 10px 0 10px; 
    border-bottom: none; 
    margin-bottom: 15px;
}


@media (min-width: 768px) {
    .max-dm-container {
        /* width: 750px; */
        margin-left: 72px;
        margin-right: 72px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .max-dm-main {
        float: left; 
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .max-dm-container {
        /* width: 970px; */
        margin-left: 72px;
        margin-right: 72px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .max-dm-main {
        float: left; 
        width: 75%;
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .max-dm-container {
        /* width: 1170px !important; */
        /* width: 1400px !important; */
        margin-left: 72px;
        margin-right: 72px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .max-dm-main {
        float: left; 
        width: 80%;
        margin-top: 0px;
    }
}



.max-announcement {
    font-size: 15px;
    font-weight: bold;
    color: #008851;
}

.max-instructions {
    width: 100%;
    color: #317ab9;
    font-weight: bold;
}

.max-sub-instructions {
    width: 100%;
}


.max-error, .max-form-error, .max-action-error, .max-action-error li {
    color: #aa0000;
    font-weight: bold;
}

.max-action-message li {
    color: #aa0000;
    font-weight: bold;
}



.max-dm-main .row .max-form-error, .max-dm-main .row .max-action-error, .max-dm-main .row .max-action-error li {
    color: #aa0000;
    font-weight: bold;
}

.max-dm-main .row .max-action-message li {
    color: #aa0000;
    font-weight: bold;
}



/* MAX LOGIN STYLES */

.share-area a.visited {
    color: #FFFFFF;
}

.share-area a:visited {
    color: #FFFFFF;
}


/* MAX REGISTRATION STYLES */

.maxreg-instructions {
    width: 100%;
    color: #317ab9;
    font-weight: bold;
}

.maxreg-sub-instructions {
    width: 100%;
}

.maxreg-cancel {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color:white; 
    background-color:#3A81C3; 
    border-color:#3A81C3; 
    border-width:1px;
}

a.maxreg-cancel, a:visited.maxreg-cancel, a.visited.maxreg-cancel {
    color:white; 
    background-color:#3A81C3; 
    border-color:#3A81C3; 
    border-width:1px;
}

a:hover.maxreg-cancel, a.hover.maxreg-cancel, a:focus.maxreg-cancel, a.focus.maxreg-cancel {
    text-decoration: none;
    color:white; 
    background-color: #21527d;
}

.maxreg-cancel-in-form {
    margin-bottom: 5px;
}

.maxreg-error {
    color: #aa0000;
    font-weight: bold;
}

.maxreg-required {
    color: #aa0000;
    font-weight: bold;
}



div.container p {
    max-width: 100%;
}

.site-header {
    padding: 20px 0;
    margin-bottom: 30px;
    line-height: 1;
    color: #fff;
    background-color: #21527d;
}

.site-footer {
    position: static;
    bottom: 0;
    width: 100%;
    padding: 0 0 10px;
    font-size: 14px;
    color: #fff;
    background-color: #21527d;
}

@media screen and (min-width: 992px) {
    .site-header h1 img {
        max-height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .site-header h1 {
        font-size: 30px;
    }
    .site-header {
        max-height: 70px;
        padding: 0 0 10px 0;
    }
    .site-header h1 img {
        max-height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .site-header {
        max-height: 60px;
        padding: 10px 0;
    }
    .site-header h1 {
        font-size: 26px;
    }
    .site-header h1 img {
        display: none;
    }
}



