* {
	/* Applys font to all text unless overrided by another css class */
	font-family:  ROBOTO, Arial, Helvetica ;
	font-size: 12.5px;
    font-weight: 475;
}


body {
	margin: 0px !important;
	background-repeat: no-repeat !important;
	background-color: #f5f7f7 !important;
	
}

.ui-datatable tbody td {
   border: 0 none;
}

.boldText {
	font-weight: bold;
	text-align: center;
}


.centered-table {
	width: 100%;
	/* Set table width to 50% of parent */
	margin-left: auto;
	/* Center-align the table */
	margin-right: auto;
}

.footer{
	margin: 0px !important;
	text-align: center;
}

.footerBackground{
	background: linear-gradient(to right, rgb(0, 96, 127), #C3CDD8);
	width: 100%;
	height: 100%;
}

.envtag {
	text-align:center;
	color:darkorange;
	font-size: 36px;
	text-shadow: 0 0 3px #FF0000;

}

.errorText {
	font-weight: bold;
	
	color: red;
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px
}

.gc-reset{
transform:scale(0.57) !important;
-webkit-transform:scale(0.57) !important;
transform-origin:0 0 !important;
-webkit-transform-origin:0 0 !important;
}

.headerBackground {
	background: linear-gradient(to right, rgb(0, 96, 127), #C3CDD8);
	width: 100%;
	height: 100%;
}


.printbutton {
	margin-left: 20px;
}

.panelGridCenter {
	margin: 0 ;
}

.tableButton {
	text-align: center;
	width: 50%;
}


/*********Table component*******/

.textNowrap{ 
	white-space: nowrap;
	}



/*************mobile screens**************/


@media screen and (min-width: 200px) and (max-width: 430px)
{
	
	body{
	font-size: 11px;
	}
	
	#DocCard{
	position:relative;
	bottom: 0;
	}
	
	.img{
	width: 5%;
	height: 5%;
	background-image: url(/resources/images/phoneBookTransparentWhiteFont.png) !important;
	}
	
.xl\:col-4 {
    flex: 0 0 auto;

    width: 40%;
}
.xl\:col-3 {
    flex: 0 0 auto;
   
    width: 40%;
}

.col-12 {
  flex: 0 0 auto;
  padding: 0;
  width: 25%;
  
}

.col-66{
	  flex: 0 0 auto;
  width: 20%;
  display:block;
}

.col-666{
	  flex: 0 0 auto;
  width: 20%;
  display:block;
}

.col-44{
	flex: 0 0 auto;

  width: 15%;
  display:block;
}

.col-444{
	flex: 2 2 auto;
  width: 20%;
}





}


@media screen and (min-width: 768px) and (max-width: 1280px)
{
	
	body{
	font-size: 11px;
	}
	
	#DocCard{
	position:relative;
	bottom: auto;
	margin: 130px;
	}
	
	.img{
	width: 5%;
	height: 5%;
	background-image: url(/resources/images/phoneBookTransparentWhiteFont.png) !important;
	}
	
.xl\:col-4 {
    flex: 0 0 auto;

    width: 40%;
}
.xl\:col-3 {
    flex: 0 0 auto;
   
    width: 40%;
}

.col-12 {
  flex: 0 0 auto;
  padding: 0;
  width: 25%;
  
}

.col-66{
	  flex: 0 0 auto;
  width: 20%;
  display:block;
}

.col-666{
	  flex: 0 0 auto;
  width: 20%;
  display:block;
}

.col-44{
	flex: 0 0 auto;

  width: 15%;
  display:block;
}

.col-444{
	flex: 2 2 auto;
  width: 20%;
}





}	

/************begin overriding primeflex*******************/

.col-12 {
  flex: 0 0 auto;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}

.col-66{
	  flex: 0 0 auto;
  width: 70%;
  display:block;
}

.col-666{
	  flex: 0 0 auto;
  width: 50%;
  display:block;
}

.col-44{
	flex: 1 1 auto;
  padding: 1rem;
  width: 33%;
  display:block;
}

.col-444{
	flex: 2 2 auto;
  padding: 3rem;
  width: 23%;
}

.ui-datatable * {
     padding : 3px !important;
}


/************end overriding primeflex*******************/

* {
    font-family: ROBOTO, Arial, Helvetica;
    font-size: 12.5px;
    font-weight: 475;
}

body {
    margin: 0px !important;
    background-repeat: no-repeat !important;
    background-color: #f5f7f7 !important;
}

.ui-datatable tbody td {
    border: 0 none;
}

.boldText {
    font-weight: bold;
    text-align: center;
}

.centered-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    margin: 0px !important;
    text-align: center;
}

.footerBackground {
    background: linear-gradient(to right, rgb(0, 96, 127), #C3CDD8);
    width: 100%;
    height: 100%;
}

.envtag {
    text-align: center;
    color: darkorange;
    font-size: 36px;
    text-shadow: 0 0 3px #FF0000;
}

.errorText {
    font-weight: bold;
    color: red;
    font-family: Arial, Verdana, Helvetica;
    font-size: 14px;
}

.gc-reset {
    transform: scale(0.57) !important;
    -webkit-transform: scale(0.57) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
}

.headerBackground {
    background: linear-gradient(to right, rgb(0, 96, 127), #C3CDD8);
    width: 100%;
    height: 100%;
}

.printbutton {
    margin-left: 20px;
}

.panelGridCenter {
    margin: 0;
}

.tableButton {
    text-align: center;
    width: 50%;
}

.textNowrap {
    white-space: nowrap;
}

/************* MOBILE SCREENS (phones) **************/

@media screen and (max-width: 768px) {

    body {
        font-size: 11px;
    }

    
    #welcomeGrid {
        flex-direction: column;
        align-items: center;
    }

    #welcomeGrid > div {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 1rem;
    }

    
    #DocCard {
        position: static;
        margin-top: 1.5rem;
        float: none;
    }

    
    .textNowrap {
        white-space: normal;
    }
}

/************ begin overriding primeflex (desktop layout) *******************/

.col-12 {
    flex: 0 0 auto;
    padding: 0;
    width: 100%;
}


.col-66 {
    flex: 0 0 auto;
    width: 70%;
    display: block;
}

.col-666 {
    flex: 0 0 auto;
    width: 50%;
    display: block;
}

.col-44 {
    flex: 1 1 auto;
    padding: 1rem;
    width: 33%;
    display: block;
}

.col-444 {
    flex: 2 2 auto;
    padding: 3rem;
    width: 23%;
}

.ui-datatable * {
    padding: 3px !important;
}

/************ end overriding primeflex *******************/

.headerBackground {
    width: 100%;
}

/* header images scale on small screens */
.header-logo,
.brandingNEImage {
    max-width: 100%;
    height: auto;
}

/* Environment tag */
.envtag-wrapper {
    text-align: center;
    padding: 0.25rem 0.5rem;
}

.envtag-text {
    display: inline-block;
    padding: 0.1rem 0.6rem;
    font-weight: bold;
    font-size: 36px;          
    color: darkorange;        
    text-shadow: 0 0 3px #FF0000;
}


.footerMenu .ui-menubar {
    border: none;
}

.footer-menubar .ui-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-menubar .ui-menuitem-link {
    padding: 0.25rem 0.75rem;
    white-space: normal;
}

/* Slightly smaller footer text on phones */
@media screen and (max-width: 768px) {
    .footer-menubar .ui-menuitem-link {
        font-size: 0.85rem;
    }
}

