﻿/* DEFAULTS
----------------------------------------------------------*/
body {
    background: #6793B8;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #4A7BA4;*/
}

/* 
	UL to Dropdown  CSS LEVEL ONE
*/
ul.dropdown {
    color: #FFF;
    position: relative;
    float: right;
}

    ul.dropdown li {
        float: left;
        zoom: 1;
        list-style: none;
    }

    ul.dropdown a:hover {
        color: #FFF;
        text-decoration: none;
    }

    ul.dropdown a:active {
        color: #FFF;
        text-decoration: none;
        padding: 5px;
    }

    ul.dropdown a:visited {
        color: #FFF;
        text-decoration: none;
    }

    ul.dropdown li span,
    ul.dropdown li a {
        display: block;
        color: #FFF;
        text-decoration: none;
    }

    ul.dropdown li:last-child a {
        border-right: none;
    }
    /* Doesn't work in IE */
    ul.dropdown li.hover,
    ul.dropdown li:hover {
        color: #FFF;
        position: relative;
    }

    ul.dropdown li a:hover {
        color: #FFF;
        text-decoration: underline;
    }
    /* 
	UL to Dropdown  CSS LEVEL TWO
*/
    ul.dropdown ul {
        width: 120px;
        text-align: left;
        visibility: hidden;
        position: absolute;
        top: 100%;
        /*left: 0;*/
        right: 0;
        padding-Left: 0px;
        padding-top: 7px;
        z-index: 104;
        margin-left: -40px;
    }

        ul.dropdown ul li {
            /*font-weight: normal;*/
            background: midnightblue;
            float: none;
            padding: 5px;
            border-bottom: 1px solid #e2e2e2;
        }

            /* IE 6 & 7 Needs Inline Block */
            ul.dropdown ul li a {
                border-right: none;
                width: 100%;
                display: inline-block;
                padding-bottom: 10px;
                padding-top: 5px;
                color: #FFFFFF;
                /*font-weight:bold;*/
            }
        /* 
	UL to Dropdown  CSS LEVEL THREE
*/
        ul.dropdown ul ul {
            left: 100%;
            top: 0;
        }

    ul.dropdown li:hover > ul {
        visibility: visible;
    }

.buttons {
    background-color: #d9d9d9;
    border: solid 1px #000;
    font-size: 12px;
    font-weight: bold;
    color: #354a76;
    height: 23px;
    -webkit-appearance: none;
}

    .buttons:hover {
        background-color: #b0b0b0;
        border: solid 1px #000;
        font-size: 12px;
        font-weight: bold;
        color: #354a76;
        height: 23px;
        text-decoration: underline;
    }

.dragbuttons {
    display: inline-block;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.whitebuttons {
    display: inline-block;
    background-color: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-appearance: none;
}

    .whitebuttons :hover {
        display: inline-block;
        background-color: #f2f2f2;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        height: 24px;
        text-decoration: underline;
    }
    
.whitebuttonslong {
    background-color: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-radius: 50px;
    -webkit-appearance: none;
    height: 50px;
}
.whitebuttons2 {
    display: inline-block;
    background-color: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-appearance: none;
}

    .whitebuttons2 :hover {
        display: inline-block;
        background-color: #f2f2f2;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        height: 24px;
        text-decoration: underline;
    }

    .graybuttons {
    display: inline-block;
    background-color: gray;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-appearance: none;
}

    .graybuttons :hover {
        display: inline-block;
        background-color: gray;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        height: 24px;
        text-decoration: underline;
    }
    
.graybuttonslong {
    background-color: gray;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-radius: 50px;
    -webkit-appearance: none;
    height: 50px;
}
.graybuttons2 {
    display: inline-block;
    background-color: gray;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-appearance: none;
}

    .graybuttons2 :hover {
        display: inline-block;
        background-color: gray;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        height: 24px;
        text-decoration: underline;
    }


.bluebuttons {
    display: inline-block;
    background-color: #1e2bc1;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-appearance: none;
}

    .bluebuttons :hover {
        display: inline-block;
        background-color: #1e2bc1;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        height: 24px;
        text-decoration: underline;
    }

.pbluebuttonslong {
    text-align: left;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    -webkit-appearance: none;
}

.bluebuttonslong {
    background-color: #1e2bc1;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-radius: 50px;
    -webkit-appearance: none;
    height: 50px;
}

.labels_gray {
    display: inline-block;
    color: black;
    font-weight: bold;
}

.link_buttons {
    font-size: 16px;
    color: #1e2bc1;
    padding: 2px 3px 2px 3px;
    text-decoration: underline;
}

    .link_buttons:hover {
        font-size: 16px;
        color: darkgray;
        padding: 2px 3px 2px 3px;
        text-decoration: underline;
    }

/*.link_buttons	    {
    background-color: #1e2bc1; 
    border:solid 1px #000; 
    font-size:14px; 
    font-weight:bold; 
    font-family: Arial, Helvetica, sans-serif; 
    color:white; 
    padding: 2px 3px 2px 3px; 
    text-decoration:none;
}

.link_buttons:hover	{
    background-color: #b0b0b0; 
    border:solid 1px #000; 
    font-size:14px; 
    font-weight:bold; 
    font-family: Arial, Helvetica, sans-serif; 
    color:#1e2bc1; 
    padding: 2px 3px 2px 3px; 
    text-decoration:underline;

}*/
.radioButtonList input[type="radio"] {
    width: auto;
    float: left;
}

.radioButtonList label {
    width: auto;
    display: inline;
    float: left;
    font-size: 0.7rem;
    color: #0367B2 !important;
    font-style: italic;
}

.top {
    height: 30px;
    background-color: #3b3b3b;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    z-index: 105;
    width: 100%;
}

    .top a:hover {
        text-decoration: underline;
    }

.top_menu_items {
    color: #ffffff;
    font-weight: bold;
}

.top_left {
    float: left;
    padding: 8px 0px 0px 10px;
}

.top_right {
    float: right;
    padding: 8px 10px 0px 0px;
}

.info {
    height: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}

.info_left {
    float: left;
    padding: 5px 0px 0px 40px;
    font-weight: bold;
    font-size: 16px;
}

.info_right {
    float: right;
    padding: 5px 40px 0px 0px;
}

.info_select_cname {
    width: 266px;
    height: 34px;
    overflow: hidden;
    background: url(../Images/arrow.jpg) no-repeat right #ebebeb;
    float: left;
}

    .info_select_cname select {
        width: 292px;
        padding: 8px;
        font-size: 12px;
        height: 34px;
        border: 1px solid #ccc;
        background: transparent;
        -webkit-appearance: none;
    }

.info_select_year {
    width: 76px;
    height: 34px;
    overflow: hidden;
    background: url(../Images/arrow.jpg) no-repeat right #ebebeb;
    float: right;
    margin-left: 10px;
}

    .info_select_year select {
        width: 102px;
        padding: 8px;
        font-size: 12px;
        height: 34px;
        border: 1px solid #ccc;
        background: transparent;
        -webkit-appearance: none;
    }

.menu_bg {
    height: 35px;
    background-color: #354a76;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}

.menu {
    padding: 8px 0px 0px 40px;
}

.menu_items {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    padding-right: 5px;
}

    .menu_items a:link {
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
    }

    .menu_items a:active {
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
    }

    .menu_items a:visited {
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
    }

    .menu_items a:hover {
        text-decoration: underline;
        color: #FFFFFF;
        font-weight: bold;
    }

.content_wrapper {
    padding: 0px 0px 0px 40px;
}

nt_wrapper_header {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding-bottom: 25px;
    width: 663px;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    color: black;
}

td {
    /*color: black;*/
}

.tablelines td {
    color: black;
    border-width: 1px;
    border-style: solid;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: black;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    color: black;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    color: black;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
}

h4 {
    color: black;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
}

h5, h6 {
    color: black;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.imagecollapse {
    margin-left: 10px;
    display: inline-block;
    padding-bottom: 0px;
    width: 22px;
}

h3.collapse {
    color: #1e2bc1;
    font-weight: bold;
    font-size: 1.6em;
    display: inline-block;
    /*margin-left:10px;*/
    width: 100%;
}

h4.collapse {
    color: #1e2bc1;
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

h5.collapse {
    color: #1e2bc1;
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

p {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

/* 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   
----------------------------------------------------------*/



.header1 {
    /*position: relative;*/
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: midnightblue; /*#4b6c9e*/
    width: 100%;
    /*height: 750px;*/
}

    .header1 h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: white;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/*.links 
{
	float: left;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}*/

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    float: left;
    background-color: #3a4f63;
    width: 100%;
    /*text-align:center;*/
    overflow: hidden;
    padding: 0px 0px 10px 0px;
}

div.hideSkiplink {
    float: left;
    background-color: #3a4f63;
    width: 100%;
    /*text-align:center;*/
    overflow: hidden;
    padding: 0px 0px 10px 0px;
}

.menu_header {
    margin: 0px 8px 0px 8px;
    padding: 10px 0px 12px 0px;
    text-indent: 5px;
    border-bottom: 3px solid #393939;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: large;
}

/*.menu_container 
{
	background-color:#333; 
	width: 10px; 
	/*width: 190px;
float: left; visibility: hidden;
}*/

.menu_tabs {
    margin: 0px 10px 0px 10px;
    padding: 10px 0px 10px 0px;
    text-indent: 15px;
    border-bottom: 1px solid #393939;
}

{
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    /* min-width: 160px; */
    z-index: 1;
    float: right;
}

.menu_asp {
    width: 150px;
}
/*.ui-body-a .menu_button    
{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}
.ui-body-a .menu_button:link    
{
	color: blue;
	text-decoration:none;
}
.ui-body-a .menu_button:visited    
{
	color:#fff;
	text-decoration:none;
}
.ui-body-a .menu_button:hover    
{
	color:#fff;
	text-decoration:none;
}
.ui-body-a .menu_button:active    
{
	color:#fff;
	text-decoration:none;
}*/

div.mainContentHolder {
    /*float: left;*/
    align-self: center;
    /*padding: 0px 12px;*/
    /*margin:  2px 12px 5px 12px ;*/
    /*min-height: 420px;*/
    /*width: 100%;*/
    width: 100%;
}

div.pagediv {
    float: left;
    background-color: #3a4f63;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /*padding-left: 7px;*/
    /*padding-right: 7px;*/
}

div.defaultdiv33 {
    float: left;
    background-color: White;
    width: 100%;
}

div.defaultdiv100 {
    float: left;
    background-color: White;
    width: 100%;
    margin: 0px;
    padding: 5px;
}

div {
    box-sizing: border-box;
}

    div.defaultdiv100w {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding: 5px;
    }

    div.defaultdiv98 {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    div.defaultdiv98p {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding: 0px;
        padding-left: 15px;
    }

    div.defaultdiv99 {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    div.borderdiv {
        float: left;
        background-color: White;
        margin: 0px;
        padding: 0px;
        /*border:thick groove #1e2bc1;*/
        overflow: visible;
        width: 130px;
    }

    div.borderdiv98 {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding: 0px;
        /*border:groove; 
    border-width: thick;
    border-color: #1e2bc1;*/
        overflow: visible;
    }

    div.borderdiv98m {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        margin-top: 15px;
        padding: 0px;
        padding-left: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        /*border:groove; 
    border-width: medium;
    border-color: #1e2bc1;*/
        overflow: visible;
    }

    div.borderdiv98t {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        margin-top: 15px;
        padding: 0px;
        padding-bottom: 10px;
        padding-top: 10px;
        /*border:groove; 
    border-width: thin;
    border-color: #1e2bc1;*/
        overflow: visible;
    }

    div.borderdiv98p {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding-left: 5px;
        padding-bottom: 5px;
        overflow: hidden;
        /*border:groove; 
    border-width: thick;
    border-color: #1e2bc1;*/
        overflow: visible;
    }

    div.borderdiv98p {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding-left: 5px;
        padding-bottom: 5px;
        overflow: hidden;
        /*border:groove; 
    border-width: thick;
    border-color: #1e2bc1;*/
        overflow: visible;
    }

    div.borderdiv98m {
        float: left;
        background-color: White;
        width: 0px;
        padding: 0px;
        padding-left: 10px;
        padding-bottom: 10px;
        /*border:groove; 
    border-width: medium;
    border-color: #1e2bc1;*/
        overflow: visible;
    }

    div.borderdiv98NoBottom {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding: 0px;
        padding-left: 10px;
        /*border-top:groove; 
    border-top-width: medium;
    border-top-color: #1e2bc1;
    border-left:groove; 
    border-left-width: medium;
    border-left-color: #1e2bc1;
    border-right:groove; 
    border-right-width:medium;
    border-right-color: #1e2bc1;*/
        overflow: visible;
    }

    div.borderdiv100 {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding: 0px;
        /*border:groove; 
    border-width: thick;
    border-color: #1e2bc1;*/
        overflow: visible;
    }

    div.borderdiv100 {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding: 0px;
        /*border:groove; 
    border-width: thick;
    border-color: #1e2bc1;*/
        overflow: visible;
    }

    div.borderdiv100NoBottom {
        float: left;
        background-color: White;
        width: 100%;
        margin: 0px;
        padding: 0px;
        /*border-top:groove; 
    border-top-width: thick;
    border-top-color: #1e2bc1;
    border-left:groove; 
    border-left-width: thick;
    border-left-color: #1e2bc1;
    border-right:groove; 
    border-right-width: thick;
    border-right-color: #1e2bc1;*/
        overflow: visible;
        overflow-y: visible;
    }

    div.borderI9List1 {
        /*border-style: solid; 
    border-width: 2px;*/
        float: left;
        width: 100%;
        margin-left: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
    }

    div.borderI9List2 {
        /*border-top-style: solid; 
    border-top-width: 2px; 
    border-right-style: solid; 
    border-right-width: 2px; 
    border-bottom-style: solid; 
    border-bottom-width: 2px; 
    float:left;*/
        width: 100%;
        padding-bottom: 10px;
    }

    div.borderI9List1a {
        /*border-style: solid; 
    border-width: 2px;*/
        float: left;
        width: 98%;
        padding-left: 5px;
        padding-bottom: 10px;
    }

    div.borderI9List2a {
        /*border-left-style: solid; 
    border-left-width: 2px; 
    border-right-style: solid; 
    border-right-width: 2px; 
    border-bottom-style: solid; 
    border-bottom-width: 2px;*/
        float: left;
        width: 98%;
        padding-left: 5px;
        padding-bottom: 10px;
    }

    div.highlightdiv100 {
        width: 100%;
        float: left;
        background-color: #FFFF80;
        border: thin;
        margin-bottom: 0px;
        padding-bottom: 0px;
        text-align: center;
    }

    div.highlightdiv98 {
        width: 100%;
        float: left;
        background-color: #FFFF80;
        border: thin;
        padding-bottom: 0px;
        text-align: center;
    }



/*
div.menu
{
	float:left;
    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 {
    float: left;
    display: block;
    text-align: left;
    width: 100%;
}

.titleimages {
    background-color: #f2f2f2;
    float: left;
    display: block;
    /*padding-top: 3px;*/
    /*padding-bottom: 3px;*/
    width: 100%;
}

/*.header {
    height: 35px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    padding-top: 30px;
}

.header_img_left {
    float: left;
    padding: 8px 0px 0px 8px;
}

.header_img_right {
    float: right;
    padding: 8px 40px 0px 0px;
}*/

.HeaderLabelsTopLeft {
    float: left;
    font-size: 1.1em;
    display: block;
    text-align: left;
    padding: 10px;
    color: White;
    width: 45%;
}

    .HeaderLabelsTopLeft a:link {
        color: white;
    }

    .HeaderLabelsTopLeft a:visited {
        color: white;
    }

    .HeaderLabelsTopLeft a:hover {
        color: white;
    }

.HeaderLabelsTopRight {
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    width: 45%;
}

    .HeaderLabelsTopRight a:link {
        color: white;
    }

    .HeaderLabelsTopRight a:visited {
        color: white;
    }

    .HeaderLabelsTopRight a:hover {
        color: white;
    }

.HeaderLabelsBottomLeft {
    float: left;
    font-size: 1.1em;
    display: block;
    text-align: left;
    padding: 10px;
    color: White;
    width: 20%;
}

    .HeaderLabelsBottomLeft a:link {
        color: white;
    }

    .HeaderLabelsBottomLeft a:visited {
        color: white;
    }

    .HeaderLabelsBottomLeft a:hover {
        color: white;
    }


.HeaderLabelsBottomMiddle {
    float: left;
    /*font-size: 1.1em;*/
    display: block;
    text-align: left;
    /*padding: 10px;*/
    /*color: White;*/
    width: 45%;
}

    .HeaderLabelsBottomMiddle a:link {
        color: white;
    }

    .HeaderLabelsBottomMiddle a:visited {
        color: white;
    }

    .HeaderLabelsBottomMiddle a:hover {
        color: white;
    }


.HeaderLabelsBottomRight {
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    width: 25%;
}

    .HeaderLabelsBottomRight a:link {
        color: white;
    }

    .HeaderLabelsBottomRight a:visited {
        color: white;
    }

    .HeaderLabelsBottomRight a:hover {
        color: white;
    }

.TitleImageLeft {
    background-image: url("../Images/MCIGO.png");
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    display: block;
    text-align: left;
    color: white;
    width: 50%;
    height: 100%;
}

.TitlesLabelLeft {
    float: left;
    font-family: ExpletusSans-Bold;
    font-size: xx-large;
    color: #1e2bc1;
    padding-left: 15px;
}

.TitlesLabelRight {
    float: right;
    font-family: ExpletusSans-Bold;
    font-size: xx-large;
    color: #1e2bc1;
    padding-right: 15px;
}
/*.messages	
{
	padding:2px 0px 2px 40px; 
	color:#cc0000; 
	font-weight:bold;
}*/

.messages {
    padding: 2px 0px 2px 0px;
    color: #cc0000;
    font-weight: bold;
    text-align: left;
}

.messages2 {
    padding: 2px 0px 2px 40px;
    color: #cc0000;
    font-weight: bold;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.checkbox input {
    width: 18px;
    height: 16px;
}

.checkbox2 input {
    width: 20px;
    height: 20px;
}

.FixedHeader {
    position: absolute;
    font-weight: bold;
}

.red {
    border: 1px solid black;
    color: #fcfcfc;
    padding: 0px 5px 0px 5px;
    background-color: #BF4C40;
    font-weight: bold;
}

.gridlines {
    border: 1px solid #949494;
}

    .gridlines td {
        border: 1px solid #949494;
    }

    .gridlines a:link, a:hover, a:visited, a:active {
        text-decoration: underline;
    }

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}


.divgrid {
    height: 300px;
    width: 100%;
    padding-bottom: 20px;
}
/*.divgrid table 
    { 
        width: 350px; 
    } 
    .divgrid table th 
    { 
        background-color: Green; 
        color: #fff; 
    }*/


.HellowWorldPopup {
    min-width: 200px;
    min-height: 150px;
    background: white;
}

@font-face {
    font-family: GoodTime;
    src: url("../fonts/goodtimesrg.ttf") format('truetype');
}

@font-face {
    font-family: ExpletusSans-Bold;
    src: url("../fonts/ExpletusSans-Bold.ttf") format('truetype');
}

.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 990;
}

.PopUpPanel {
    position: absolute;
    background-color: #737373;
    top: 200px;
    left: 25%;
    z-index: 2001;
    padding: 10px;
    text-align: center;
    width: 50%;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    /*border: 1px solid #CCCCCC;*/
}


.PopUpPage {
    position: fixed;
    align-self: center;
    background-color: #737373;
    top: 200px;
    z-index: 2001;
    padding: 10px;
    text-align: center;
    width: 1000px;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    /*border: 1px solid #CCCCCC;*/
}

.PopUpTitle {
    float: left;
    background-color: White;
    margin: 0px;
    padding: 0px;
    /*border:groove;
    border-width: thick;
    border-color: #1e2bc1;*/
    width: 100%;
    text-align: center;
}

/** {
    box-sizing: border-box;
}*/

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    /*border: 3px solid #000;*/
    /*border-radius: 50%;*/
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}
/*#image-container {
	display: block;
	/*height: 400px;
	width: 600px;
	margin: 40px auto;
	overflow: scroll;
	border: 1px solid #cccccc;
	box-sizing: border-box;*/
position: relative; cursor: move;
}

#myimage {
    left: 0;
    pointer-events: none;
    position: relative;
    top: 0;
    -moz-user-select: none;
}

*/
/*.Overlay { 
  position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#000;  
  filter:alpha(opacity=50); 
  opacity:0.5; 
  z-index:1000;
}*/
/*.PopUpPanel {  
  position:absolute;
  background-color: #737373;   
  top:200px;
  left:25%;
  z-index:2001; 
  padding:10px;
  min-width:400px;
  max-width:600px;
  text-align:center;
    
  -moz-box-shadow:3.5px 4px 5px #000000;
  -webkit-box-shadow:3.5px 4px 5px #000000;
  box-shadow:3.5px 4px 5px #000000;

  border-radius:5px;
  -moz-border-radiux:5px;
  -webkit-border-radiux:5px;

 border: 1px solid #CCCCCC;
}*/
.error {
    color: #B71C1C;
}

.divDragDrop {
    /*display: table-cell;*/
    height: 95%;
    font-size: x-small;
    width: 95%;
    color: black;
    background-color: #f2f2f2;
    padding: 2px;
    vertical-align: bottom;
    text-align: center;
    border: dashed 3px #1e2bc1;
    border-radius: 10px;
}

/*.divDragDrop:hover{
    background-color:yellow;
}*/

div.defaultdivpadleft {
    float: left;
    background-color: White;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    box-sizing: border-box;
}

div.defaultdivpad {
    float: left;
    background-color: White;
    width: 100%;
    margin: 0px;
    padding: 5px;
    box-sizing: border-box;
}

.yellowbuttonslong {
    background-color: yellow;
    color: #1e2bc1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}

div.borderdivpad {
    float: left;
    background-color: White;
    width: 100%;
    margin: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    /*border:groove; 
    border-width: thick;
    border-color: #1e2bc1;*/
    box-sizing: border-box;
}

.divDragDrop input {
    margin: auto;
}
/*
#divDragDrop{
    float:left;
	display: table-cell;
	height: 60px;
	width: 40%;
    padding-left: 5px;
	vertical-align: middle;
	text-align: center;
	color: #1e2bc1;
	background-color: #FFFFFF;
	border: solid 2px #333333;
	border-radius: 10px
}
#divDragDrop input{
	width: 475px;
	margin: auto;
}*/
#userActions {
    display: table-cell;
    height: 150px;
    width: 200px;
    vertical-align: middle;
    text-align: center;
    color: #37474F;
    background-color: #FFFFFF;
    border: solid 2px #333333;
    border-radius: 10px;
}

    #userActions input {
        width: 150px;
        margin: auto;
    }

#imgPrime {
    display: none;
}


.PopUpPage {
    position: fixed;
    align-self: center;
    background-color: #737373;
    top: 0px;
    z-index: 2001;
    padding: 10px;
    /*text-align:left;*/
    width: 100%;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
}

.PopUpTitle {
    float: left;
    background-color: White;
    margin: 0px;
    padding: 0px;
    border: groove;
    border-width: thick;
    border-color: #1e2bc1;
    /*text-align: center;*/
}

.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 990;
}

.imagecollapse {
    margin-left: 10px;
    display: inline-block;
    padding-bottom: 0px;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 27px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

input {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;
    appearance: none;*/
    opactiy: 1;
}

.btn {
    display: inline-grid;
    background-color: #1e2bc1;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-radius: 25px;
    -webkit-appearance: none;
    width: 90px;
    height: 90px;
    margin: 5px;
    text-align: center;
    padding: 10px;
}

.labels_info {
    background-color: White;
    color: Black;
    font-weight: bold;
}

.gridInfo {
    /*display: inline-grid;*/
    grid-gap: 5px;
    justify-content: space-around;
}

.gridL {
    grid-column: 1;
    display: inline-block;
    width: 49%;
    padding-top: 5px;
}

.gridR {
    grid-column: 2;
    width: 49%;
    display: inline-block;
}

.GridM {
    grid-column: 1 / span 2;
    color: #1e2bc1;
}

/*Hover to show hidden text-------------------------*/

.tooltip {
    position: relative;
    display: inline-block;
    text-decoration:underline;
    top: 0px;
    left: 0px;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        padding:5px;
        visibility: hidden;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        bottom: 100%;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }