@font-face {
  font-family: 'Avenir';
  src: local('Avenir LT Std 65 Medium'), url('../fonts/Avenir.eot');
  src: url('../fonts/Avenir.eot?#iefix') format('embedded-opentype'),
  	   url('../fonts/Avenir.woff2') format('woff2'),
       url('../fonts/Avenir.woff') format('woff'),
       url('../fonts/Avenir.ttf') format('truetype'),
       url('../fonts/Avenir.svg#Avenir') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	font-family: 'Avenir'; 
	box-sizing: border-box;
}

.float-left { float: left; }
.float-right { float: right; }
.width-40 { width: 40%; }
.width-60 { width: 60%; }
.text-center { text-align: center; }

.direita { padding-left: 30px; }

h1 {
	font-size: 22pt;
    margin-bottom: 35px;
    margin-top: -35px;
    color: #113c5e;
}

html, body {
	background: #d6d6d6;
	height: 100% !important;
	padding: 0;
    margin: 0;
}

label {
	text-align: left;
	float: left;
	font-size: 9pt;
}

.outter-wrapper {
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
}

.inner-wrapper {
	display: table-cell;
	vertical-align: middle;
}

form {
	float: left;
	width: 100%;
	padding-top: 50px;
    padding-bottom: 20px;
}

.container {
	display: inline-block;
	background-color: #f7f7f7;
	width: 100%;
	padding-right: 40px;
    padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 8px;
	box-shadow: 0px 3px 9px 0px #0000003b;
}

ul {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
	float: left;
	width: 100%;
	max-height: 486px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-3dlight-color: transparent;
	scrollbar-arrow-color: #666;
	scrollbar-face-color: #ccc;
	scrollbar-darkshadow-color: transparent;
	scrollbar-base-color: transparent;
	scrollbar-highlight-color: transparent;
	scrollbar-shadow-color: transparent;
	scrollbar-track-color: transparent;
}

ul::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

ul::-webkit-scrollbar-track {
  background: transparent;
}

ul::-webkit-scrollbar-thumb {
  background: #ccc;;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

ul li {
	margin-bottom: 10px;
	transition: 0.3s ease-in-out all;
	float: left;
	width: 100%;
}

ul li:hover {
	background-color: unset !important;
	box-shadow: inset 5px 0px 0px #113c5e;
	padding-left: 5px;
}

ul li:hover a {
	transform: translateX(5px);
}

ul li a {
	color: #113c5e;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s ease-in-out all;
	display: inline-block;
}

/* Imagens */

#logo {
	max-width: 175px;
}

#imgMensagem {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%) translateY(-100%);	
}

/* Entidades */

.entidade span {
	display: inline;
    float: left;
    width: calc(100% - 50px);
    margin-top: 5px;
}

.entidade img {
	width: 45px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

/* Inputs */

label {
	font-size: 11pt;
	color: #6e6e6e;	
}

.input-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.input-wrapper input {
	width: 100%;
	max-height: 48px;
	border: 1px solid #ccc;
	padding: 23px 15px;
	border-radius: 4px;
	font-size: 14pt;
    color: #333;
    box-shadow: inset 0px 2px 3px -1px #00000021;
}

.input-wrapper input::-webkit-input-placeholder,
.input-wrapper input::-moz-placeholder,
.input-wrapper input:-moz-placeholder,
.input-wrapper input:-ms-input-placeholder,
.input-wrapper input::placeholder {
  color: #999;
}

.input-wrapper input[type=text]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper textarea:focus, select:focus {
	background-color: unset;
	outline: none;
}

.input-wrapper button {
	background-color: #113c5e;
	padding: 12px 0px;
    width: 100%;
    font-size: 14pt;
    border-radius: 4px;	
    border: none;
    color: #f7f7f7;
    cursor: pointer;
    transition: 0.15s ease-in-out;
}

.input-wrapper button:hover {
	background-color: #385038;
}

.input-wrapper button:active{
	opacity: 0.8
}

/* Barra inferior */

.divisor {
	border-top: 1px solid #e6e6e6;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.divisor span {
	color: #b2b2b2;
}

.divisor a {
	float: right;
	color: #113c5e;
}

.padding-x-15 {
	padding-left: 15px;
	padding-right: 15px;
}

/* Mensagem */

div#mensagem {
    left: 50% !important;
    transform: translateX(-50%);
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 3px 9px 0px #0000003b;
    position: absolute;
    top: 95px;
    width: 585px;
    background: #e81b0c !important;
    color: #f7f7f7;
}

div#mensagem > div {
	background: #e81b0c !important;
}

div#mensagem a, 
div#mensagem button {
    background: transparent;
}

div#mensagem > a img {
    display: none;
}

div#mensagem > a:before,
div#mensagem button {
    content: 'x';
    color: #f7f7f7;
    font-size: 13pt;
    position: absolute;
    right: 5px;
    border: 0;
}

div#mensagem > div {
    border-top: 0 !important;
}

div#mensagem p {
    font-size: 10pt;
    padding-top: 5px;
    padding-bottom: 5px;
}

div#mensagem .alert {
	display: inline-block;
    width: 100%;
    border-radius: 5px;
}

/* Mobile */

@media (min-width: 620px) {
	.container {
 		max-width: 600px;
	}
}

@media (max-width: 500px) {
	.direita,
	.esquerda {
		width: 100%;
	}
	
	h1 {
		margin-top: 30px;
	}
	
	.direita {
		padding-left: 0;
		margin-top: 30px;
	}
	
	.container {
		padding: 0;
	    margin-left: 15px;
	    margin-right: 15px;
	    max-width: 100%;
	    width: auto;
	    margin-bottom: 60px;
	}
	
	.divisor {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	div#mensagem {
	    width: 85%;
    	top: 25px !important;
    }
} 