/**************************************************************************************************
 *  General Styling
 **************************************************************************************************/
 .printonly {
    display: none;
}

@media print {
    .printonly {display: block;}
}

@media print {
    .noprint {display: none;}
}

@media print {
    .datazone {background-color: white;}
}

table.greynoprint {
    background-color: #CCCCCC;
}

span {
    display: inline-block;
    padding: 5px;
    margin-left: -5px;
}

hr { /* horizontal lines */
    background-color: #CCCCCC;
    color: #CCCCCC;
}

textarea { /* get rid of the 3-D look on boxes */
    border: 1px solid #B0B0B0;
}

input.text { /* get rid of the 3-D look on boxes */
    border: 1px solid #B0B0B0;
}

select { /* get rid of the 3-D look on boxes */
    border: 1px solid #B0B0B0;
}

img {
    border-style: none;
    border-width: 0px;
}

/**************************************************************************************************
 *  General Text Styling
 **************************************************************************************************/
 h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}
h4 {
    font-size: 1.3em;
}
p {
    margin: 15px 0px 0px 0px;
    line-height: 1.2em;
}

a:hover { /* change links to black on hover */
    color: #006fab;
}

a:active
{
    color: #005481;
}

.uppercase { /* all uppercase fields show as uppercase */
    text-transform: uppercase;
}

th.subdetailheader { /* header labels in the details panes */
    font: 14px Calibri,Arial,san-serif;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #575757;
    width: 100%;
}

th.detailheader { /* headers on detail panes */
   font-family: Calibri,Arial;
   text-transform: uppercase;
   color: #000000;
   font-size: 18px;
   text-decoration: none;
   text-align: left;
   border-bottom: 1px solid #575757;
   width: 100%;
}

th.possedetail {
    padding-left: 0px;
    vertical-align: top;
}

th.mandatory {
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../images/asterisk.gif);
    display: inline-block;
    padding-left: 8px;
}

.screenid { /* version at bottom of page */
    font: 8pt Calibri,Arial, Helvetica, sans-serif;
    color: #666666;
    margin-left: 0px;
}

.uploadlabel,.uploadfield,.uploadmessage,.uploadbutton { /* upload popoup */
    font-family: Calibri, Arial, Helvetica, sans-serif;
    color: #000000;
}
hr.heading_hr{
    color: #858585;
    background-color: #FFF;
    border: 1px dotted #858585;
    border-style: none none dotted;
}
.calendarbutton, td > .calendarbutton {
	vertical-align: top;
}
.required span:before {
    color: #e32;
    content: '* ';
    display:inline;
    font-weight: bold;
}
.banner span {
    border: solid 3px #e32;
    border-radius: 4px;
    color: #e32;
    display:inline;
    font-weight: bold;
    line-height: 2;
}

/**************************************************************************************************
 *  Menu Pages
 **************************************************************************************************/

.menupaneheader { /* header text on menu page */
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: italic;
    color: #000000;
    margin-left: 2px;
}

.menupanelist { /* list items for menu pane */
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 350px;
}

.menupaneitem a { /* links on menu page */
    font: normal 10pt Calibri, Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    margin: 0px 10px 2px 15px;
}

.menupaneitem a:hover { /* link hover on menu page */
    text-decoration: underline;
}

.menupaneitem a img { /* icons on menu page */
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
    border-width: 0;
}

.menupaneline { /* dividing lines on menu page */
    border-top: 1px dashed #AAAAAA;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background-color: #FFFFFF;
    color: #0066CC;
    height: 1px;
    padding: 0px 0px 5px 0px;
}
.signin {
	padding: 20px 20px 20px 20px;
}

/**************************************************************************************************
 *  POSSE Specific
 *************************************************************************************************/
.datazone { /* the main posse data area */
     width: 100%;
	 padding: 5px 20px 20px 20px;
}

@media (max-width: 575px){
	.datazone { /* the main posse data area */
		 padding-left:0;
		 padding-right:0;
	}
}
.datazonepopup { /* the main posse data area */
     padding-bottom: 20px;
     padding-top: 5px;
}

.posseerror { /* error text*/
    font-size: 10pt;
    display: inline-block;
    width: 100%;
    color: #CD6853;
    border: 1px solid #CD6853;
    background-color: #F9C6C5;
    padding: 5px 5px 5px 40px;
    background-image: url(../images/icons/error.png);
    background-position: left;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 2px 2px 5px 0px;
	line-height: 1.5em;
}

.posseerrorLogin { /* error text*/
    font: bold 10pt Calibri,Arial,helvetica,sans-serif;
    text-align: center;

    color: #BE3F23;

}

.possenodata { /* no info found in search */
    background-color: #191970; /* midnightblue */
    color: yellow;
    font-size: 11pt;
    font-weight: bold;
}

.possebold { /* bold text */
    color: #000000;
	font-size: 10pt;
    font-weight: bold;
	padding-right: 0px;
}

/*
	Fixed Grid (By aCon a.k.a weezzy)
*/
td.fixedgrid {
	width: 250px;
}

/*
POSSE GRID (with HEADER)
*/

table.uploadbuttongrid
{
	    border-collapse: initial !important;
}

table.possegrid
{
/*
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
*/
}

.possegrid table
{
    border-spacing: 0px;
}

td.possegrid
{
    padding-left: 10px;
	word-break: break-word;
	vertical-align: top;
}
/*td.aligntop
{
    vertical-align: top;
}*/
/*
td.possegrid
{
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
*/
th.possegrid { /* grids */
    color: #FFFFFF;
    font: bolder 11pt  Calibri,Arial,helvetica,sans-serif;
    background-color: #606060;
    padding-left: 10px;
}

.possegrid thead th {
    background-color: #FFFFFF; /*#606060;*/
	color: #000000;
}

.possegrid { /* grids */
    font: 10pt Calibri,Arial,helvetica,sans-serif;
    color: #000000;
    white-space: normal;
}

.possegrid:link { /* links in grids */
    font: 10pt Calibri,Arial,helvetica,sans-serif;
    color: #0275d8;
}

.possegrid:visited { /* visited links */
    color: #0275d8;
}


/*
POSSE GRID (with fixed header)
*/
table.possegridFixedHeader
{
/*
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
*/
}

.possegridFixedHeader table
{
    border-spacing: 0px;
}

td.possegridFixedHeader
{
    padding-left: 10px;
}
/*
td.possegrid
{
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
*/
th.possegridFixedHeader { /* grids */
    color: #FFFFFF;
    font: 10pt  Calibri,Arial,helvetica,sans-serif;
    background-color: #606060;
    padding-left: 6px;
    padding-right: 8px;
}

td.possegridFixedHeader
{
    padding-left: 10px;
}

.possegridFixedHeader thead td
{
    background-color: #606060;
}

.possegridFixedHeader { /* grids */
    font: 10pt Calibri,Arial,helvetica,sans-serif;
    color: #000000;
    vertical-align: top;
    white-space: normal;
}

.possegridFixedHeader:link { /* links in grids */
    font: 10pt Calibri,Arial,helvetica,sans-serif;
    color: #000000;
}

.possegridFixedHeader:visited { /* visited links */
    color: #000000;
}

thead.possegridFixedHeader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.outerDIV18 {
  position: relative;
  padding-top: 18px;   /*height of your thead - 1 line*/
}

.outerDIV36 {
  position: relative;
  padding-top: 36px;   /*height of your thead - 2 lines*/
}

.innerDIV200 {
  overflow-y: auto;
  height: 200px;       /*the actual scrolling container*/
}

.innerDIV400 {
  overflow-y: auto;
  height: 400px;       /*the actual scrolling container*/
}





/*
POSSE GRID (sub HEADER)
*/


table.possegridSubHeader
{
/*
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
*/
}

.possegridSubHeader table
{
    border-spacing: 0px;
}

td.possegridSubHeader
{
    padding-left: 10px;
}
/*
td.possegridSubHeader
{
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
*/
th.possegridSubHeader { /* grids */

    font: Bold 10pt  Calibri,Arial,helvetica,sans-serif;
    padding-left: 10px;
    background-color: #FFFFFF;
}

td.possegridSubHeader
{
    padding-left: 10px;
}

.possegridSubHeader thead td
{
    background-color: #606060;
}

.possegridSubHeader { /* grids */
    font: 10pt Calibri,Arial,helvetica,sans-serif;
    color: #000000;
    vertical-align: top;
    white-space: normal;
}

.possegridSubHeader:link { /* links in grids */
    font: 10pt Calibri,Arial,helvetica,sans-serif;
    color: #000000;
}

.possegridSubHeader:visited { /* visited links */
    color: #000000;
}










/*
POSSE GRID (NO HEADER)
*/
/*
table.possegridNoHeader
{
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}
*/
td.possegridNoHeader
{
    padding-left: 10px;
}
/*
td.possegridNoHeader
{
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
*/
th.possegridNoHeader { /* grids */
    color: #FFFFFF;
    font: bold 10pt Calibri, Arial, Helvetica, sans-serif;

    padding-left: 10px;
}

td.possegridNoHeader
{
    padding-left: 10px;
}

.possegridNoHeader { /* grids */
    font: 10pt Calibri,  Arial, Helvetica, sans-serif;
    color: #000000;
    vertical-align: top;
    white-space: normal;

}

.possegridNoHeader:link { /* links in grids */
    font: 10pt Calibri,  Arial, Helvetica, sans-serif;
    color: #000000;
}

.possegridNoHeader:visited { /* visited links */
    color: #000000;
}


/*
POSSE GRID (NO GRID)
*/
/*table.possegridNoGrid
{
    border-left: 0px solid #ECECEC;
    border-right: 0px solid #ECECEC;
}
*/
td.possegridNoGrid
{
    padding-left: 0px;
}

/*
td.possegridNoGrid
{
    border-top: 0px solid #ECECEC;
    border-bottom: 0px solid #ECECEC;
}
*/
th.possegridNoGrid { /* grids */
    color: #FFFFFF;
    font: bold 10pt Calibri,  Arial, Helvetica, sans-serif;

    padding-left: 10px;
}

.possegridNoGrid { /* grids */
    font: 9pt Calibri,  Arial, Helvetica, sans-serif;
    color: #000000;
    vertical-align: top;
    white-space: normal;
    background-color: transparent;
}

.possegridNoGrid:link { /* links in grids */
    font: normal 9pt Calibri,  Arial, Helvetica, sans-serif;
    color: #000000;
}

.possegridNoGrid:visited { /* visited links */
    color: #000000;
}

.possegridNoGrid .posseband_1
{
    background-color: transparent;
}

.possegridNoGrid .posseband_2
{
    background-color: transparent;
}


.possegridNoGrid .posseband_1 td{ /* odd rows of grid */
  border-bottom: 0px;

}

.possegridNoGrid .posseband_2 td{ /* even rows of grid */
    border-bottom: 0px;
}

/*.posseband_1 td{ /* odd rows of grid
  border-bottom: 1px solid #E6E6E6;

}

.posseband_2 td{ /* even rows of grid
    border-bottom: 1px solid #E6E6E6;
}*/

.possegrid tbody{
  /*border-bottom: 2px solid #E6E6E6;*/
  border-top: 2px solid #E6E6E6;
}

.possegrid tbody:last-of-type {
	border-bottom: 0px !important;
}

.posseband_1 { /* odd rows of grid */
  background-color: #FFFFFF;
}

.posseband_2 { /* even rows of grid */
   background-color: #FFFFFF; /*#EAEAEA; /*#EEE9E9*/
}

.possedetail input { /* input fields */
    color: #000000;
    font-size: 10pt;
	font-weight: normal;
	vertical-align: -webkit-baseline-middle;
	vertical-align: auto;
}

.possedetail textarea { /* textarea fields */
    font-size: 10pt;
	font-weight: normal;
	white-space: pre-wrap;  /* required to allow multi line text fields (textareas) to display line breaks */
}

.possedetail input[type=radio] { /* input fields */
    color: #000000;
    font-size: 10pt;
	font-weight: normal;
	vertical-align:middle;
}

.possedetail .None { /* */
    color: #000000;
    font-size: 10pt;
	font-weight: normal;
}

.possedetail { /* details */
    color: #000000;
    font-size: 10pt;
	font-weight: normal;
	white-space: normal;  /*required to allow read only fields to wrap properly */
	
}

.possedetailbold {
  color: #000000;
    font-size: 10pt;
	font-weight: bold;
	white-space: normal;
}

a.possedetail, .possedetail:visited{
	color: #0275d8;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: .7;
}

.possedetaillarge { /* custom large labels */
    color: #000000;
    font-size: 14pt;
	font-weight: normal;
}

.posselabel { /* labels */
  font-weight: bold;
}

.possegraylabel { /* custom label */
  font-weight: normal;
    color: #D1D1D1
}

.posserequired { /* mandatory fields */
    color: #990000;
    font-family: normal 9pt Calibri,  Arial, Helvetica, sans-serif;
}

img.possedetail { /* images */
    border: 0;
}

.tab {
	display: inline;
}
.tablabelband span {
	color: white;
}
.tablabelband {
    /* background-image: url(images/bgmenu.jpg); */
    background-repeat: repeat;
 }

.TopAlign {
    vertical-align: top;
}

.warning {
    color: #FF0000;
}

.anchor
{
    vertical-align:top;
    font: bold 10pt  Calibri,Arial,helvetica,sans-serif;
    text-decoration: none;
}

td.anchor
{
    padding-left: 10px;
}

.anchor800
{
    vertical-align:top;
    font: bold 10pt  Calibri,Arial,helvetica,sans-serif;
    text-decoration: none;
    max-width: 800px;
}

.posseboldred  {color: red;
                font-weight: bold;
                vertical-align:top;
               }

td.posseboldred
{
    padding-left: 10px;
}

.fixedinput28  {width: 28px !Important; white-space: normal;
                }
.fixedinput40  {width: 40px !Important; white-space: normal;
                }
.fixedinput70  {width: 70px !Important; white-space: normal;
                }
.fixedinput90  {width: 90px !Important; white-space: normal;
                }
.fixedinput100  {width: 100px !Important; white-space: normal;
                }
.fixedinput125  {width: 125px !Important; white-space: normal;
                }
.fixedinput150  {width: 150px !Important; white-space: normal;
                }
.fixedinput175  {width: 175px !Important; white-space: normal;
                }
.fixedinput200 {width: 200px !Important; white-space: normal;
                }
.fixedinput250 {width: 250px !Important; white-space: normal;
                }
.fixedinput267 {width: 267px !Important; white-space: normal;
                }
.fixedinput295  {width: 295px !Important; white-space: normal;
                }
.fixedinput675 {width: 675px !Important; white-space: normal;
                }
.fixedinput300 {width : 300px !Important; white-space: normal;
                }
.fixedinput315 {width : 315px !Important; white-space: normal;
                }
.fixedinput350 {width : 350px !Important; white-space: normal;
                }

.fixedinput388 {width : 388px !Important; white-space: normal;
                }

.fixedinput500 {width : 500px !Important; white-space: normal;
                }
.fixedinput508 {width : 508px !Important; white-space: normal;
                }
.fixedinput510 {width : 510px !Important; white-space: normal;
                }
.fixedinput525 {width : 525px !Important; white-space: normal;
                }
.fixedsize350  {width : 350px !Important; white-space: normal;
                }
.fixedinput370  {width : 370px !Important; white-space: normal;
                }
.fixedinput20  {width : 20px !Important; white-space: normal;
                }
.fixedinput10  {width : 10px !Important; white-space: normal;
                }
				
.fixedinput400  {width: 400px !Important; white-space: normal;
                } 

.fixedinput425  {width: 425px !Important; white-space: normal;
                } 

.fixedinput430  {width: 430px !Important; white-space: normal;
                } 

.fixedinput440  {width: 440px !Important; white-space: normal;
                } 

.fixedinput455  {width: 455px !Important; white-space: normal;
                }                 

.fixedinput600  { width: 600px !Important; white-space: normal;
                }  

.fixedinput800  {width: 800px !Important; white-space: normal;
                }

.fixedinput823  {width: 823px !Important; white-space: normal;
                }

.fixedinput898  {width: 898px !Important; white-space: normal;
		}
 
.fixedinput868  {width: 868px !Important; white-space: normal;
                }

.fixedinput940  {width: 940px !Important; white-space: normal;
		}	
		
.fixedinput282 {width: 282px !Important; white-space: normal;
               }  		
		
.fixedinput282Red {color: red;
                   width: 282px !Important; white-space: normal;
                  } 

.fixedinput    {vertical-align:top
                }
.fixedright 	{
		margin-top: -3px;
		margin-right: 22px;
 		position:absolute;
	        right:28%;
                }
.fixedright2 	{
		margin-top: -3px;
		margin-right: 22px;
 		position:absolute;
	        right:37%;
                }
.anchorred {font-weight: bold; color: #ff0000 !important; vertical-align: top; }

td.anchorred
{
    padding-left: 10px;
}
.anchorRed {font-weight: bold; color: #ff0000; vertical-align: top; }

.outcomewarning {color: red; padding-left: 30px; background: url(../images/warning.png) no-repeat;}

.fullwidth { width: 100%; }
table {width: 100% }

.floatright {
  float: right;
  margin-right: -3px;
}

.floatright2 {
  float: right;
}