/*
**********************************************************************************
     @application
     @author        Rob Gregory
     @version       01.00.00/162 
     @company       iB-Solutions
     @date          16/05/2014 
     @date-created  11/05/2004
**********************************************************************************
 MAINTENANCE LOG:
 EDIT NO.:  DATE:       PROGRAMMER NAME & COMMENTS:
**********!***********!***********************************************************
 4.00/000  11/05/2004  Rob Gregory : Changes to bring in line with new framework
 04.02.00/000  15/12/2004  Rob Gregory : Version number incremented for release
 05.02.00/000  28/04/2006  Rob Gregory : Support for Locale selection Flags
 05.02.00/000  14/01/2015  Jose Burgos : eSeries 2 change: set z-index to -1 for images, so links work properly
 05.02.00/000  04/12/2015  Juan Barberan : DES072
**********************************************************************************
*/

* {
 font-family: "Open Sans", sans-serif, Arial;
 color: #777777;
 font-size: 16px;
}

body {
    margin: 0px;
}
/*a:hover,
a:focus {
  color: #005c8e;
  text-decoration: underline; 
  background-color: transparent;
}

a:visited {
   	color: #008edb;
	text-decoration: none;
}

a{
	color: #008edb;
	text-decoration: none;
}
*/
li{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
	
}


input {
    color: #777777;    
    line-height: 1.5em;
    height: 3em;
    width: 16em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    padding: 0.8em 1.5em;
    font-size: 18px;
    border: 1px solid;
    border-color: #ccc;
}


input:focus{
	border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); 
}

::-webkit-input-placeholder {
    color: #777777;
    font-weight: normal;
}

:-moz-placeholder {
    color: #777777;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #777777;
    font-weight: normal;
}

.button{
	background-color: #7fd0cb;
	color: #ffffff;
	margin-top: 1em;
	margin-bottom: 1em;
}

.button:hover{
	opacity: 0.75;
	cursor:pointer;
}

.topBar{
	background-color: #f8f8f8;
	width:100%;
	padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.top_section {
	
}
.main_section {
	min-height: 85%;
    margin-bottom: -20px;
}
.main_section:after {
	content: "";
    display: block;
}
.bottomBar, .main_section:after {

}

.bottomBar {
	background-color: #f8f8f8;
	width:100%;
	padding-bottom: 1em;
    padding-top: 1em;
}

.main_content{
	margin: 0 auto;
	width: 40%;
	text-align: center;
}


.main_content_inputs{
	margin: 0 auto;
	width: 23em;
	text-align: center;
}

.loginTitle{
	font-weight: bold;
	margin-bottom: 2em;
	font-size: 22px;
}

.memWordInput{
    width: 4em;
}

.memWordInfo{
	display:none;	
	width: 26em;
    margin: 0 auto;
    text-align: left;
 	font-size: 14px;
 	margin-left: 1em;
 	margin-top: 1em;
 	margin-bottom: 1em;
}

.passwordInfo,
.userNameInfo{
	display:none;	
    text-align: left;
 	font-size: 14px;
 	margin-left: 1em;
 	margin-bottom: 1em;
 	margin-top: 1em;
 	width: 23em;
}

.memWordLabel{
	margin-right: 0.65em;
	margin-left: 0.65em;
	font-weight: bold;
}

.memWordContainer{
	display:inline;
    float: left;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.linksBottom{
	margin-top: 7px;
	text-align: center;
}

.mygovidlink {
	padding-bottom: 20px;
}
.mygovidlink>a:hover,
.mygovidlink>a:focus {
  color: rgb(0, 92, 133);
  text-decoration: underline; 
  background-color: transparent;
}
.mygovidlink>a:visited {
    color: rgb(0, 92, 133);
	text-decoration: none;
}

.main_content>a:hover,
.main_content>a:focus,
.linksBottom>a:hover,
.linksBottom>a:focus {
  color: #005c8e;
  text-decoration: underline; 
  background-color: transparent;
}
.main_content>a:visited, 
.linksBottom>a:visited {
   	color: #008edb;
	text-decoration: none;
}
.main_content>a,
.linksBottom>a{
	color: #008edb;
	text-decoration: none;
}



.ui-dialog {
    padding: 0em;
}

.ui-dialog-title{
	color: #ffffff;
}

.ui-widget-header {
	background-color: #7fd0cb !important;
	background-image: none !important;
	color: #ffffff !important;
	border: 1px solid;
    border-color: #ccc !important;
    font-weight: bold !important;
}

.go_button{
	width: 5em;
    height: 2em;
    background-color: none;
    border-radius:initial;
    color: #777777;    
    margin: 0 auto !important;
}

#esr_dialog > img {
	margin-top: 10px;
	max-width: 100%;
}

.message_text {
	max-width: 100%;
	display: block;	
}

#mygovid {
	line-height: normal !important;
    color: #fff;
    background-color: #007da6;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff;
    font-weight: 800;
    font-size: 14px;
    padding: 0 20px !important;
    font-family: "Helvetica","Open Sans",Arial,sans-serif;
	line-height: 1.5em;
    height: 4em;
    width: 20em;
}
.mygoviderror {
	color:red !important;
	font-weight: bold;
	margin-bottom: 2em;
	font-size: 22px;
	padding-bottom: 5px;
	position: relative;
	display: block;
}
.mygoviderror_show {
	color:red !important;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;
}
.mygoviderror_show>a:hover,
.mygoviderror_show>a:focus {
  text-decoration: underline; 
  background-color: transparent;
  color: red;
  font-weight: bold;
  font-size: 15px;
}
.mygoviderror_show>a:visited {
	text-decoration: none;
	color: red;
	font-weight: bold;
	font-size: 15px;
}
.mygoviderror_show>a{
	text-decoration: none;
	color: red;
	font-weight: bold;
	font-size: 15px;
}

#div_mygovid{
	width:24em;
	text-align: center;
	margin: auto;
}

.mygoviderror_hide {
	display: none;
}
.loginOption{
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 18px;
	text-align: center;
} 
.line {
	border-bottom: 1px solid #777777;
	margin: 50px 50px 0px 50px;
	color: #ffffff;
 }
.left {
	margin: 25px;
	padding-bottom: 10px;
	z-index: 1;
 }
.right {
	margin: 25px;
	z-index: 1;
}
.orCircle {
	position: relative;
	top: -25px;
	width: 50px;
    height: 50px;
	margin: auto;
	border: 6px solid #BD2B5D;
	border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    color: #999;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
	background-color: #DC0963;
	transform: rotate(45deg) translateY(-9px);
	display: block;
}

.orTextSpan {
	width: 50px;
	position: absolute;
	transform: rotate(-45deg);
	color: #ffffff;
	display: block;
}

@media (min-width:1100px) {
	.split {
		position: absolute;
		top: 150px;
		height: 70%; 
	}
    .orCircle {
		top: 35%;
    }
    .left {
		left: 0;
		width: 45%;
    }
    .right {
		right: 0;
		width: 45%;
		top: 45%;
		height: 30%;
    }
    .line {
		border-bottom: 0px;
		border-right: 1px solid #777777;
		margin: auto;
		width: 50%;
		height: 65%;
		top: 180px;
		transform: translateX(6px);
    } 
	.mygovgroup {
		position: relative;
		top: -40px;
	}
	.mygoviderror_show {
		position: relative;
		top: -40px;
	}
}