/* Sysco Blue: 008BD1; */
/* Sysco Blue: rgb(0, 139, 209) */

.form-fields .field-container {padding: 0 0 16px 0;}

.login-description {position:fixed;right:0;bottom:0;padding:20px;line-height:30px;font-size:1.2em;text-align:right;height:auto;}
.login-description .locales {font-size:1.4em;}
.login-description .locales .imgs {display:inline-block;cursor:pointer;padding:0 0 0 10px;}
.login-description .locales .imgs {top:5px;height:25px;}


.lang-selector > span > img {position:relative;top:5px;height:25px;}

.signonerror {
	margin-bottom: 0px !important;
}
.login-forgot-password {cursor:pointer; text-align: center !important;
	margin-top:5px;}

.login-actions-container {width: 270px;}

.login-logo{padding:42px;border:0px;}


.login-button-native > button {
	font-weight: bold;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 50%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ 
}

/* Modal Content */
.modal-content {
  position: relative;
  background: white;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 85%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: rgb(0, 129, 198); 
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.register{
	font-weight: bold;
    display: inherit;  
   
    width: 270px;
    height: 33px; 
    line-height: 36px;
    text-align: center;
    border-radius: 8px;
    background: rgb(50, 51, 50);
	cursor: pointer;
} 

.newsource{
    display: inherit;  
    margin-left: 13px;
    width: 250px;
    
    line-height: 12px;
    text-align: center;
    border-radius: 8px;   
	
} 


.newsource h4 {
  overflow: hidden;
  text-align: center;
}

.newsource h4:before,
.newsource h4:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.newsource h4:before {
  right: 0.5em;
  margin-left: -50%;
}

.newsource h4:after {
  left: 0.5em;
  margin-right: -50%;
}

.sysco-ca-logo {
	position: absolute;
    top: 10px;
    right: 2px;
}

.sysco-ca-logo  a{
	background: rgb(0, 136, 216);
	padding: 8px 10px 8px 10px;
    font-size: 1.2em;
    font-style: normal;
    color: white;
}

/* The actual popup */
.register .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 40%;
  left: 80%;
  margin-left: -80px;
}

/* Popup arrow */
.register .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.register .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.login-screen-alert-window {
	position: absolute;
	top: -13;
	bottom: 0;
	right: 0;
	left: 0;	
	/*background-image: url("/pnet/customer/image_ign/Desktop1.jpg");*/
	/*background-image: url("/pnet/customer/image/background-2560x1600.jpg");*/
	/*background-repeat: no-repeat;	*/
	/*background-size: cover;*/
	
}

.login-screen {
	position: fixed;
	top: 0;
	bottom: -100;
	right: 0;
	left: 0;
	background: #008BD1;
	background-image: url("/pnet/customer/image_ign/English2.jpg");
	background-size: 100% 100%;
	background-attachment: fixed;
	/*background-repeat: no-repeat;
	background-size: cover;*/
	color: #FFF;
	
	
}

.login-container {
	position: absolute;
	top: 0;
	left: 5%;
	bottom: 0;
	box-sizing: border-box;
	width: 310px;
	padding: 20px;
	/* 	background: #323332 */
	background: rgba(50, 51, 50, 0.69);
/* 	border-left: 15px solid #008BD1; */
/* 	border-right: 15px solid #008BD1; */
	/* border-left: 15px solid rgba(0, 139, 209, 0.7); */
	/* border-right: 15px solid rgba(0, 139, 209, 0.7); */
	background-clip: padding-box;

}
#alphanumericspecialchars{
	height: 34px;
	width: 270px;
	border-radius: 8px;
	box-sizing: border-box;
    background-color: rgb(238, 238, 238);
	box-shadow: none;
	border-bottom: none;
}
/*
.register{
    display: inherit;  
    margin-left: 30px;
    width: 110px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 8px;
    background: #323332cf;
	
} */

.login-form-container {
	position: absolute;
	top: 30%;
	width: 240px;
}
/*
.copyright:before{
	content: "Maintenance Window: Monday to Friday 4:00 to 4:30am EST | Saturday 18:00 to 2:00 EST \A Fenêtre d'entretien: du lundi au vendredi 4h00 à 4h30 HNE | Samedi 18h00 à 2h00 HNE. \A \A ";
	white-space: pre;
}
*/
.copyright {
	padding: 0px 1px;
}

.login-description {
	position: absolute;
	top:auto;
	bottom: 0;
	width: 286px;
	z-index: 1;
	left: 5%;
	min-height: 0;
	padding: 11px 20px 10px 4px;
	line-height: 140%;
	font-size: 0.65em;
	text-align: left;
/* 	background: rgba(0, 139, 209, 0.8); */
	background: rgba(50, 51, 50, 0.0);

/* 	margin-left: 410px; */
	font-weight: normal;
}

.locales{
	padding: 11px 0px 0px 51px;
}

.login-forgot-password{
	padding-top: 4px !important;
}
.new-source{
	
	    padding-top: 0px;
}

.langs {
	padding-left: 50px;
	
}
.lang-text {
	padding-left: 50px;
}
}

.login-footer {
	position: fixed;
/* 	right: 0; */
	left: 25%;
	bottom: 0;
	padding: 10px;
	line-height: 20px;
	font-size: 1.2em;
	text-align: right;
	height: auto;
/* 	background: rgba(0, 139, 209, 0.9); */
	background: rgba(50, 51, 50, 0.4);
	margin-left: 310px;
}


/*
.login-container {
width: 330px;
}
.login-logo img {
	width: 300px;
	height: 300px;
}
.login-description {
	left: 30%;
}
.login-form-container {
	width: 290px;
}
*/
.login-logo img {
	width: 230px;
	height: auto;
	margin: 0px 0px 0px -10px;
}

.pageTitleLine {
	background: #008BD1;
}
.selectCustomerDashBoard {
	background-color: #008BD1;	
}
.selectCustomerDashBoard option {
    background: #008BD1;
 }
.selectCustomerDashBoard select {	
	border: 1px solid rgba(255,255,255,0.3) !important;
	color: #FFFFFF;
}

/*
.logoImage img {
	height: 80px;
	margin: -7px 0 0 0;
}
*/

.logoImage img {
	height: 40px;
}

.logoPrintImg img {
	height: 75px;
}
.menuprimary, .pagemenuprimary {
	background: #66ccff !important;
	border-top: 5px solid #66ccff !important;
	border-bottom: 5px solid #66ccff !important;
	
}
.modaltitle {
	background: #008BD1;
}
.button {
	background: #FFFFFF;
	border: solid 2.5px  #008BD1;
}
.button:hover {
	background-color: #008BD1; 
	color: #FFFFFF;
}
.login-right{
	
	
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
	padding-right:40px;
}

.tubiao{
	
    width: 150px;
    height: 40px;
    background: transparent;
}

.divcss5{
    position: absolute;
    right: 100px ;float: left;
    width: 30px;
    height: 30px;
    display: table;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: #FFFFFF;
}
.divcss6{
    position: absolute;
    right: 30px;
    float: right;
    width: 30px;
    height: 30px;
    display: table;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: #FFFFFF;
}
.img{
    margin-top: 10px;
    width: 10px;
    height: 10px;

.locale{
	text-align:center;
	
}
.locale > span {display:inline-block;cursor:pointer;padding:0 0 0 10px;}

.login-button-native > button {box-sizing:border-box;min-width:270px !important;height:40px;padding:0 20px;border:none;font-size:1.2em;text-align:center;border-radius:8px;background:rgb(50, 51, 50);cursor:pointer;}

.login-forgot-password {
	text-align: center !important;
	margin-top:6px !important;
}

/*
.register {
 
   
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 
} */






