/***** START BROWSER CSS RESET *****/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***** END BROWSER CSS RESET *****/

/*
  ========================================
  Grid
  ========================================
*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
  ========================================
  Float Clearfix
  ========================================
*/
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    clear: both;
    *zoom: 1;
}

/*
  ========================================
  Tipografia
  ========================================
*/

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 0.8em;
}

h5 {
    font-size: 0.6em;
}

h6 {
    font-size: 0.4em;
}

strong {
    font-weight: 600;
}

cite, em {
    font-style: italic;
}

/*
  ========================================
  Custom styles
  ========================================
*/

body {
    font: 300 1em/1.5em "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

main {
    background: #fff;
}

/*
  ========================================
  Links
  ========================================
*/

a {
    color: #237CA8;
    text-decoration: none;
}

a:hover {
    color: #2c3b57;
}

/*
    ========================================
    Buttons
    ========================================
*/

.btn-prosseguir {
    font-weight: 600;
    width: 80%;
    margin-top: 5%;
    transition: all 150ms linear;
    color: #fff;
    background-color: #38c4ff;
}

.btn-prosseguir:hover {
    background-color: #28a9e0;
    box-shadow: 0.5px 0.5px 0.5px 0.5px #2f89ff;
    color: #fff;
}

.btn-ambientes {    
	font-family: Open Sans;
	font-size: .75rem;
	line-height: 1.5833;
	padding: 0 .33333em;
	text-decoration: none;
}


/*
    ========================================
    Header
    ========================================
*/

.superior {
    height: 120px;
    background-color: #103e77;
}

.logo {
    margin-left: 1em;
    margin-top: 10px;
}

.ambientes {
    text-align: right;
    height: inherit;
    width: 80.0%;
    display: inline-block;
    position: absolute;
	top: 0px;
	left: 0px;
}

.ambientes li {
    display: inline-block;
}

.ambientes a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 10px !important;
}

.inferior {
	background-color: #103e77;
    margin-top: 2px;
}

.inferior li {
    display: inline-block;
}

.sistemas {
    display: inline-block;
    width: 66.66%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    min-height: 30px;
    background: #cadee7;
    background: -moz-linear-gradient(left, #ffffff 0%, #cadee7 25%, #cadee7 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #cadee7 25%, #cadee7 100%);
    background: linear-gradient(to right, #ffffff 0%, #cadee7 25%, #cadee7 100%);
}

.acessibilidade {    
    height: inherit;
    width: 90.0%;
    display: inline-block;
    position: absolute;
	top: 3px;
	left: 80%;
}

.acessibilidade ul {
    height: 18px;
}

.acessibilidade li {
    font-size: 0.8em;
    margin-right: 10px;
    vertical-align: top;
}

.acessibilidade li:first-child {
    margin-left: 5px;
}

.acessibilidade li:last-child {
    margin-right: 0;
}

.acessibilidade a {
    color: #000;    
    font-weight: 600;
    text-decoration: none;
    padding: 5px 10px !important;
}

/*
  ========================================
  Main
  ========================================
*/

main {
    padding-bottom: 10%;
}

.login-container {
    margin-top: 5%;
}

.login-box,
.help-box {
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px 1px #c0c0c0;
    padding: 5%;
}

.login-box h3 {
    text-align: center;
    margin-bottom: 5%;
    color: #afafaf;
}

.login-box fieldset {
    text-align: center;
}

.login-box label {
    color: #2a2a2a;
}

.field_item {
    margin-top: 10px;
}

.field_item:first-child {
    margin-top: 0;
}

.login-usr,
.login-password {
    background-color: #fffcf5;
    border: 0.5px solid #ccc;
    border-radius: 4px;
    box-shadow: 0.5px 0.5px 0.5px 0.5px #c0c0c0;
    font-size: 16px;
    padding: 7px 5px;
    height: 40px;
}

.help-box {
    margin-top: 6%;
    text-align: center;
    color: #686868;
}

#lbl_Senha {
    margin-left: 9px;
}

.login-container h5 {
    text-align: right;
}


/* alerta erro */
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* alerta erro */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*
  ========================================
  Footer
  ========================================
*/

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #202020;
}

.contorno {
    height: 6px;
    background: #fff;
    border-top: 3px solid #f00;
}

.rodape {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
