@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

p, div {
    font-family: OpenSans;
}

a {
	text-decoration: none;
}

body {
    background: #f5f5f5;
}

div.blue-stripe {
    height: 248px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #4375A3;
}

div.blue-stripe div.errors {
    margin: 0 auto;
    margin-top: 32px;
}

/* Wrapper */
#principal {
    position: absolute;
    left: 50%;
    top: 176px;
    margin-left: -220px;
    background-color: white;
    width: 440px;
    height: 330px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.16);
}

.logomvsso {
    height: 72px;
    position: relative;
    display: table;
    width: 100%;
}

.logomvsso div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.logomvsso div img {
    height: 45px;
}


/*.logomvsso p {
    display: table-cell;
    font-size: 32px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-family: "OpenSans";
}

.logomvsso p span.mv {
    color: #57728B;
}

.logomvsso p span.sso {
    color: #2D4F6E;
}*/
/*Close Wrapper*/

/* Tabs */

.tabs {
	width: 100%;
	display: inline-block;
}

.tab-links:after {
	display: block;
	clear: both;
	content: '';
}

.tab-links {
    margin: 0;
    padding: 0;
    text-align: center;
}

.tab-links li {
    display: inline;
	list-style: none;
}

.tab-links a {
	margin-top: 0;
	padding: 5px 15px;
	/* para as tabs sem demais ajuste na lagura da div, usar 15px */
	display: inline-block;
	-webkit-border-radius: 4pxpx;
	-moz-border-radius: 4pxpx;
	border-radius: 4px;
	font-size: 11px;
	color: #676767;
	transition: all linear 0.01s;
}

.tab-links a:hover {
	background: #f9f9f9;
	text-decoration: none;
}

li.active a,li.active a:hover {
	background: #ebebeb;
	border-radius: 4px;
}

/* Close Tabs */

/* Content */

#pesquisa_home {
	padding: 0;
}

p.forgot-password {
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    cursor: pointer;
    margin: 10px 30%;
}

p.forgot-password:hover {
    text-decoration: underline;
}

/* Conteudo das Tabs */
.tab-content {
    width: 100%;
    height: 233px;
    text-align: center;
}

.tab-content:empty {
    display: none;
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}

/* Fim das Tabs */
#ler_cartao {
	background: url('../images/refresh_button.png') no-repeat !important;
	width: 14px;
	height: 14px;
	float: right;
	position: absolute;
	margin-left: 270px;
	margin-top: 6px;
}

.title[itemtype=changePasswordSGU] {
	background-color: #ececec;
	text-align: center;
	color: #676767;
	height: 22px;
	line-height: 22px;
}

h2 {
	font-weight: normal;
	font-size: 13px;
	color: #9b9b9b;
	margin-top: 0;
}


#capslock-on {
	position: relative;
	float: left;
	margin-top: 5px !important;
	height: 34px;
	width: 202px;
	text-align: right;
	font-size: 11px;
	color: #639ACD;
}

#loadSmartcard {
	position: relative;
	float: left;
	margin-top: 5px !important;
	height: 34px;
	width: 202px;
	text-align: right;
	font-size: 11px;
	color: #639ACD;
}

p[itemtype=defaultMessage][itemprop=detail]{
	padding-left: 15px;
	height: 100px;
}

.content_from {
	width: 300px;
	margin: 0 auto;
	padding-top: 20px;
}

.content_from[itemtype=changePasswordSGU] {
	padding-top: 5px;
}

.input_dimension {
	height: 20px;
	width: 295px;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 22px;
}

.input_dimension[itemtype=changePasswordSGU] input {
	width: 170px;
}

.select {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
	height: 22px;
	width: 230px;
	float: right;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../images/br_down.png) no-repeat right transparent;
    background-size: 10px 10px;
}

select option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.label_login, .label_email, .label_password {
	color: #676767;
	font-size: 11px;
	float: left;
	position: relative;
}

/* highlight errors */
input.error {
	background: #FFEFEF;
	color: #b00;
	padding: 2px;
}

.error {
	background: #ffefef;
	color: #bb3333;
	font-size: 11px;
	text-align: right;
	float: right;
	position: relative;
}

/* mark as required */
.required {
	background: #ffd;
}

input.required {
	border-width: 1px;
}

input[type=submit], input[type=button] {
    border: 0;
    background-image: none !important;
    font-weight: bold;
    height: 32px;
    width: 100%;
    margin: 10px auto !important;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 2px;
}

input[type=text],input[type=password] {
    border: none;
    border-bottom: 1px solid #acacac;
    box-shadow: none;
    border-radius: unset;
}

input[type=text]:focus,input[type=password]:focus {
    border: none;
    border-bottom: 1px solid #29B6FF;
    box-shadow: none;
    border-radius: unset;
    outline: none;
}

input.btn-submit {
    background-color: #4375A3 !important;
    color: white;
}

input.btn-continue {
    background-color: #4375A3 !important;
    color: white;
}

input.btn-continue-disabled {
    background-color: #ebebeb !important;
    color: #b7b7b7;
}

.errors {
	background: #fff9b2;
	background-image: url('../images/alert_warning.png');
	background-repeat: no-repeat;
	background-position: left;
	color: #3d414a;
	font-size: 11px;
	clear: both;
	overflow: hidden;
	border: solid 1px #f6e200;
	margin-top: 10px;
	min-height: 30px;
	padding-left: 60px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 280px;
	display: block;
	margin: 0 auto;
}

.errors_footer {
	width: 390px !important;
	padding: 10px;
}

input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid #b2b2b2 1px;
	background: #FFFFFF !important;
	box-shadow: 0 1px 3px #d8d8d8 inset;
	height: 22px;
	font-size: 15px;
	color: #222222;
	width: 230px;
	float: right;
}

label {
	font-size: 1.1em;
	color: #FFF;
}


/* Close content */

/* Footer */

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
}

footer div.version {
	text-align: center;
	color: #7f7f7f;
	font-size: 12px;
}

a.google-btn {
    display: table;
    margin: 16px auto;
    vertical-align: middle;
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    transition: background-color .218s,border-color .218s,box-shadow .218s;
}

a.google-btn.dark {
    background-color: #4285f4;
    color: #fff
}

a.google-btn.dark img.logo-dark {
}

a.google-btn.dark img.logo-light {
    display: none;
}

a.google-btn.light img.logo-dark {
    display: none;
}

a.google-btn.light img.logo-light {
}

a.google-btn.dark:active {
    background-color: #3367d6;
}

a.google-btn.light {
    background-color: #fff;
    color: #757575
}

a.google-btn.light:active {
    background-color: #eee;
    color: #6d6d6d;
}

a.google-btn:hover {
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}

a.google-btn div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 12px;
    font-size: 12px;
}

a.google-btn.light div {
    padding-left: 0;
}

#content {
    height: calc(100% - 72px);
}

div.retry {
    margin: 12px;
    height: calc(100% - 110px);
    width: calc(100% - 24px);
    display: table;
}

div.retry a {
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   font-family: OpenSans;
   font-weight: bold;
   font-size: 22px;
   color: #3C506D;
   border-radius: 4px;
}

div.retry a:hover {
    background: #f5f5f5;
}

#session-timeout-message {
    overflow: hidden;
    position: relative;
    top: -258px;
}