﻿
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/*   
    ----------------------------------------------------------------
    https://www.w3schools.com/howto/howto_css_alert_buttons.asp

    <button class="btn success">Success</button>

*/
.btn1 {
    border: none; /* Remove borders */
    color: white; /* Add a text color */
    padding: 14px 28px ; /* Add some padding */    
    cursor: pointer;  /*Add a pointer cursor on mouse-over */
}

.success {background-color: #4CAF50;} /* Green */
.success:hover {background-color: #46a049;}
    .success a {
        color: white;
    }

.info {background-color: #2196F3;} /* Blue */
.info:hover {background: #0b7dda;}

.warning {background-color: #ff9800;} /* Orange */
.warning:hover {background: #e68a00;}

.danger {background-color: #f44336;} /* Red */ 
.danger:hover {background: #da190b;}

.default {background-color: #e7e7e7; color: black;} /* Gray */ 
.default:hover {background: #ddd;}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;
    text-transform: none;*/
    font-weight: 200;
    /*margin-bottom: 4px;*/
}

h1
{
    font-size: 1.6em;
    padding-bottom: 4px;
    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;
}








.header h1
{
    font-weight: 700;
    margin: 0px;
    /*padding: 0px 0px 0px 0px;*/
    padding: 100px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.clear
{
    clear: both;
}


.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.Datalist_Img {
    float: left;
    padding: 2px;
    margin: 10px;
    border-style:solid;
    border-color:gainsboro;
    border-width:thin;
    
}
.circular--square {
    border-radius: 50%;
}



div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}


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;
}

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  
----------------------------------------------------------*/

.loginDisplay
{
    font-size: 11pt;
    display: block;
    text-align: right;
    padding: 4px;
    color: black;
}

.loginDisplay a:link
{
    color: black;
}

.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;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    /*width:250px;*/
}

.modalPopup p {
    padding: 5px;
}



/*
    Formview
*/


.FVDiv_Command {    
    padding: 4px;    
    margin-top: 5px;
    background-color: gray;
}