﻿html {    
    font-size: 10pt;
    font-family: Montserrat,Gotham,"Open Sans","Helvetica Neue",Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }

.disabled {
    background-color: #F2F2F2;
    color: #6D6DFF;
    display: block;
    padding: 3px;
    text-decoration: none;
    border: 1px outset #BCBCBC;
}
  

body {
    margin: 0px;
}

h2 {
    /*color: #686E75;*/
}

h2_center {
    color: #686E75;
    text-align: center;
}

label 
{
    font-size: 10pt;
    /*font-style: italic;*/
    color: Black;
}

td {
    
    font-size: 10pt;
    vertical-align: top;
}

/*dark blue #0D2C6C*/
/*Gold  #BB8918*/
/*Light blue #7094AA*/


.table_label {
    color: #0D2C6C; 
    font-weight: bold;
}
.table_label2 {
    color: #7094AA;
    font-weight: bold;
}
.table_label3 {
    color: #BB8918;
    font-weight: bold;
}
.heading_label {
    background-color: black;
    color: #BB8918; 
}
.heading_label2 {
    background-color: lightgray;
    color: #0D2C6C;
}
.heading_label3 {
    background-color: #BB8918;
    color: #0D2C6C;
}

.alert{
     color: red;
     background-color: gray;
 }
.alert2 {
    color: red;
    background-color: lightgray;
}
.alert3 {
    color: red;
    background-color: #7094AA;
}

.button_2020{
     background-color: black;
     color: #BB8918;
     
 }
    .button_2020:hover{
        background-color: #BB8918;
        color: black;
     }

.button2_2020 {
    background-color: #BB8918;
    color: black;
}

    .button2_2020:hover {
        background-color: black;
        color: #BB8918;
    }

.button3_2020 {
    background-color: #0D2C6C;
    color: lightgray;
}

    .button3_2020:hover {
        background-color: #7094AA;
        color: lightgray;
    }
.hyperlink {
    color: #BB8918;
}
    .hyperlink:visited{
        color: blue;
    }
.hyperlink2 {
    color: #0D2C6C;
}

    .hyperlink2:visited {
        color: #7094AA;
    }
.hyperlink3 {
    color: #7094AA;
}
    .hyperlink3:visited {
        color: gray;
    }

.grid_header_2020 {
    background-color: #0D2C6C;
    color: White;
    /*font-weight: 700;*/
    border-style: solid;
    border-color: white;
    border-width: 4px;
    padding: 4px;
    margin: 4px;
    vertical-align: middle;
    text-align: center;
}
.grid_2020 {
    background-color: #CAD5DE;
    color: black;
    border-style:solid;
    border-color:white;
    border-width:4px;
    padding:4px;
    margin:4px;
    text-align:center;
    vertical-align:middle;
}

.grid_2020_left {
    background-color: #CAD5DE;
    color: black;
    border-style:solid;
    border-color:white;
    border-width:4px;
    padding:4px;
    margin:4px;
    text-align:left;
    vertical-align:middle;
}

    table.grid_2020 tr:hover {
        background-color: #7094AA;
        color: white;
    }

    table.grid_2020 tr.grid_header_2020:hover {
        background-color: #0D2C6C;
        color: White;
        font-weight: bold;
    }
    table.grid_2020 td.grid_2020{
        padding:4px;
        margin:4px;
        border-style:solid;
        border-color:white;
        border-width:2px;
    }

.grid_header {
    background-color: black;
    color: #BB8918;
    font-weight: bold;
}
.grid_header2 {
    background-color: lightgray;
    color: #0D2C6C;
    font-weight: bold;
}
.grid_header3 {
    background-color: #BB8918;
    color: #0D2C6C;
    font-weight: bold;
}
.grid{
    background-color:lightgray;
}
    table.grid tr:hover {
        background-color: #BB8918;
        color: white;
    }
    table.grid tr.grid_header:hover {
        background-color: black;
        color: #BB8918;
        font-weight: bold;
    }
.grid2 {
    background-color: #7094AA;
    color: white;
}
    table.grid2 tr:hover {
        background-color: #0D2C6C;
        color: white;
    }
    table.grid2 tr.grid_header2:hover {
        background-color: lightgray;
        color: #0D2C6C;
        font-weight: bold;
    }
.grid3 {
    background-color: white;
    color: black;
}
    table.grid3 tr:hover {
        background-color: #7094AA;
        color: white;
    }
    table.grid3 tr.grid_header3:hover {
        background-color: #BB8918;
        color: #0D2C6C;
        font-weight: bold;
    }
.alternateRow {
    background-color: #7094AA;
}
.alternateRow2 {
    background-color: #BB8918;
    color: white;
}
.alternateRow3 {
    background-color: lightgray;
}

.tableheader_green_2020 {
	background-color:  #6BBE4E;
	font-family: Montserrat,Gotham,"Open Sans","Helvetica Neue",Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: 400;
	color:  White;
}

.tableheader_alert_2020 {
	background-color: #B22222;
	font-family: Montserrat,Gotham,"Open Sans","Helvetica Neue",Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: 400;
	color: White;
}

.boxlink2_2020 {
    background-color: lightgray;
    color: #0D2C6C;
}

    .boxlink2_2020:hover {
        background-color: gray;
    }

    .boxlink2_2020:visited {
        color: gray;
    }
.boxlink3_2020 {
    background-color: #0D2C6C;
    color: #BB8918;
}

    .boxlink3_2020:hover {
        background-color: #7094AA;
    }

    .boxlink3_2020:visited {
        color: gray;
    }

.header_Template_2020 {
    background-image: url(../img/PA-CMCI_Hdr.png);
    height: 55px;
    background-repeat: no-repeat;
    background-position: left;
}    

.Table_Border {
	border: 2px solid #333333;
}
    
.Text {
	font-size: 10pt;
	vertical-align: top;
}
    
.Text_Red {
	font-size: 10pt;
	vertical-align: top;
	color: #990000;
}

.Text_Small {
	font-size: 8pt;
	vertical-align: bottom;
	font-weight: normal;
}

.Text_Box_Entry {
	color: #7B4D3D;
	background-color: #FFFFCC;
	font-size: 10pt;
}

.topbuttons_2020 {
    font-size: 10pt;
    color: white !important;
    background-color: #144BB8;
    display: inline-block;
    padding: 2px 6px;
    text-decoration: none;
    border: 2px outset white;
}

    .topbuttons_2020:hover {
        font-size: 10pt;
        color: white !important;
        background-color: #0D2C6C;
        border: 2px outset white;
    }
/*.topbuttons_2020:visited {
    color: White;
}*/

.boxlink_2020 {
    font-size: 10pt;
    color: white !important;
    background-color: #0D2C6C;
    display: block;
    padding: 3px;
    text-decoration: none;
    border: 1px outset #0D2C6C;
}

    .boxlink_2020:hover {
        color: white !important;
        background-color: #144BB8;
        border: 1px outset #354462;
        text-decoration: none;
    }

/*.boxlink_2020:visited {
	font-size: 10pt;
	color: White;
	background-color:#BB8918;
	display: block;
	padding: 3px;
	text-decoration: none;
	border: 1px outset #0D2C6C;
}*/

.button_bar_2020 {
    font-size: 10pt;
    color: White !important;
    background-color: #144BB8;
    display: inline-block;
    padding: 3px;
    text-decoration: none;
    border: 2px outset white;
    text-align: center;
}

    .button_bar_2020:hover {
        color: White !important;
        background-color: #0D2C6C;
        border: 2px outset white;
        text-decoration: none;
        cursor: pointer;
    }

    /*.button_bar_2020:visited {
        font-size: 10pt;
        color: White;
        background-color: #BB8918;
        display: block;
        padding: 3px;
        text-decoration: none;
        border: 1px outset #0D2C6C;
    }*/
    .button_bar_2020:disabled {
        font-size: 10pt;
        color: Black;
        background-color: Gray;
        display: block;
        padding: 3px;
        text-decoration: none;
        border: 1px outset #0D2C6C;
    }


.table_header_2020 {
    font-size: 10pt;
    font-weight: 700;
    color: #0D2C6C;
    background-color: #CAD5DE;
    padding: 6px;
    text-decoration: none;
    border: 2px outset #0D2C6C !important;
}

.topbar_2020 {
    font-size: 10pt; /*.9em;*/
    font-weight: bold;
    background-color: #0D2C6C;
    padding: 4px;
    color: white;
}

.topbar_left_2020 {
    font-size: 10pt; /*.9em;*/
    font-weight: bold;
    background-color: #0D2C6C;
    padding: 4px;
    text-align: left;
    color: Black;
}

.label_2020 {
	font-size: 10pt;
	color:   Black;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

.label_alert_2020 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: White;
	background-color: #0D2C6C;
	vertical-align: top;
	text-align: right;
	padding: 2px;
}

.dashboard {
    border: 1px solid #0B5075;
    border-radius: 5px;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 0;
    text-align: center;
    width: 126px;
    background-color: #FFF;
}

    .dashboard label {
        background-color: #0D2C6C;
        color: #FFF;
        display: block;
        font-size: 9pt;
        font-weight: normal;
        height: 44px;
        line-height: normal;
        margin-bottom: 0;
        margin-top: 0;
        padding: 3px;
    }
    
    .dashboard p {
        font-size: 18pt;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }

#divSideNav_2020 {
    position: absolute;
    top: 80px; /*110px;*/ /* Must equal height of divTopNav + height of divSubNav */
    left: 0px;
    bottom: 65px; /* Must equal height of divButtonBar/divTimer + height of divCopyright */
    /* width: 255px;   Set by sidenav.js */
    z-index: 6;
    color: black;
    background-color: #7094AA;
    overflow: auto;
}

    #divSideNav_2020 a {
        color: black;
    }

        #divSideNav_2020 a:hover {
            color: #0D2C6C;
        }

#SideNavPin_2020 {
    border: none;
}

#aSideNavOpener_2020 {
    position: absolute;
    top: 80px; /*55px;*/ /* Must equal height of divTopNav + height of divSubNav */
    left: 0px;
    bottom: 65px; /* Must equal height of divButtonBar/divTimer + height of divCopyright */
    width: 15px;
    z-index: 5;
    background-color: #7094AA;
    text-decoration: none;
}

    #aSideNavOpener_2020:hover {
        background-color: #BB8918;
    }

.warning_red {
    color: #a10202;
}
.border2 {
    border: 2px solid #333333;
}

.procedure_body 
{
	background-color: #FFFFCC;
}

.LockOff { 
	display: none; 
    visibility: hidden; 
} 

.LockOn { 
	visibility: visible; 
    position: absolute; 
    top: 2%; 
    left: 10%;
    width: 80%;
    filter: alpha(opacity=95); 
    opacity: 0.99; 
}

