@import url(https://fonts.googleapis.com/css?family=Roboto:300);

/************************************
HTML GERAL
************************************/
body {
	background: rgb(0,105,89);
	background: linear-gradient(90deg, rgba(0,105,89,1) 0%, rgba(0,105,89,1) 35%, rgba(0,105,89,0.8830882694874825) 100%);
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;      
	font-family: "Roboto", 'Open Sans', sans-serif;
}

a {
	color: #5e96d7;
}

p {
	font-family: "Roboto", 'Open Sans', sans-serif;
}

div {
	font-family: "Roboto", 'Open Sans', sans-serif;
}

* {
	font-family: "Roboto", 'Open Sans', sans-serif;
}
	
form label {
	font-weight: bold;
	margin-bottom: 5px;
}	


	
/************************************
HELPER CLASSES
************************************/
.gap10 { height: 10px; display: block; clear: both; }
.gap20 { height: 20px; display: block; clear: both; }
.gap30 { height: 30px; display: block; clear: both; }
.gap40 { height: 40px; display: block; clear: both; }
.gap50 { height: 50px; display: block; clear: both; }
.gap60 { height: 60px; display: block; clear: both; }


.table tbody td {
	vertical-align: middle;
}

.visible-xs { display: none !important; }
.hidden-xs { display: block !important; }



/************************************
LOGIN PAGE 
************************************/
.login-page {
	padding: 80px 0 0 0;
	margin: auto;
}

.form h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom:10px;
}

.login-form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px 45px 45px 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form h4 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

.form img {
	margin-bottom: 20px;
}

.form #g_recaptcha { 
	margin-bottom: 10px; 
}

.form input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}

.form select {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}

.form textarea {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	min-height: 250px;
	overflow-y: scroll;
	font-size: 14px;
	resize: none;
}

.form button,
.form input[type="submit"] {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #0d5594;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}

.form button:hover,.form button:active,.form button:focus,
.form input[type="submit"]:hover, .form input[type="submit"]:active, .form input[type="submit"]:focus {
	background: #2074ba;
}

.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
	margin-bottom: 5px;
}

.form .message a {
	color: #5e96d7;
	text-decoration: none;
}



/************************************
REGISTER PAGE 
************************************/
.register-page {
	padding: 50px 0 0 0;
}

.register-form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 720px;
	margin: 0 auto 100px;
	padding: 45px 45px 45px 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}



/************************************
HEADER
************************************/
#header {
	padding: 20px;
	background: #fff;
	background: #0d5594;
	background: #006959;
	border-bottom: 1px solid #0d5594;
	border-bottom: 1px solid #006959;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	color: #fff;
}

#header h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

/* Profile */
#header .profile  {}

.profile { }

.profile ul { 
	margin: 0;
	padding: 0;
	float: right;
	min-width: 170px;
}

.profile ul li {
	list-style: none;
	position: relative;
	display: block;
	float: none;
}

.profile ul li a {
	color: #333;
	color: #fff;
}

.profile .fas {
	margin-left: 8px;
}

/* Level 2 */
.profile .submenu {
	display: none;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	top: 50px;
	left: 0;
	border-radius: 5px;
	width: 100%;
	z-index: 9999;
	padding: 4px 0;
}

.profile .submenu li {
	font-size: 14px;
	padding: 7px 10px;
}

.profile .submenu li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.profile .submenu li a {
	color: #333;
}

.profile .submenu .fas {
	color: #333;
	margin-right: 15px;	
}



/************************************
MENU LATERAL
************************************/
#menu-lateral {
	background: #0d5594;
	background: #e9ecef;
	min-height: 100vh;
	padding-top: 35px;
}

#menu-lateral img {
	margin-bottom: 30px;
	width: 330px;
}

#menu-lateral .far, #menu-lateral .fas {
	margin-right: 20px;
	min-width: 20px;
}

#menu-lateral nav {}

#menu-lateral nav ul { 
	clear: both;
	margin: 0;
	padding: 0;
}

#menu-lateral nav ul li {
	list-style: none;
}

#menu-lateral nav ul li a {
	color: #fff;
	color: #333;
	display: block;
	background: #e9ecef;
	padding: 12px 15px 12px 15px;
	border-bottom: 1px solid #ddd;
}

#menu-lateral nav ul li a:hover,
#menu-lateral nav ul li a:active,
#menu-lateral nav ul li a:focus {
	background: #ddd;
	text-decoration: none;
}



/************************************
CONTENT WRAPPER
************************************/
#content-wrapper {
	background: #fff;
}

#content-wrapper .content {
	padding: 30px;
}

#content-wrapper .jumbotron { 
	padding: 2rem 2rem 4rem 2rem;
}

.jumbotron .alert-light {
	min-height: 250px;
	padding: 15px 35px;
}



/************************************
EDIT PROFILE
************************************/
/*.register-form.edit {
	text-align: left;
	max-width: 800px;
	margin: 0 0 100px 0;
}*/



/************************************
LIST REQUESTS
************************************/
.view-by-status {}
.view-by-status ul {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	list-style: none;
	float: right;
}

.view-by-status ul li {
	font-size: 14px;
	float: left; 
	margin-left: 15px;
}



/************************************
VIEW REQUEST
************************************/
.request-item {}

.request-item h4 {
	color: #0d5594;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 0;
}

.request-item .meta-wrapper {
	background: #f8f8f8;
	padding: 15px 10px;
	overflow: hidden;
	margin-bottom: 25px;
}

.request-item .meta {}

.request-item .meta h5 {
	font-size: 16px;
	font-weight: bold;
}

.request-item .meta .item {
	float: left;
	margin-right: 35px;
	font-size: 14px;
	margin-top: 3px;
}

.request-item .meta .item.nome {
	text-transform: capitalize;
}

.request-item .meta .item.edit-status,
.request-item .meta .item.excluir {
	float: right;
	margin: 0;
	text-align: right;
}

.request-item .meta .item.edit-status {}
.request-item .meta .item.excluir {	margin-left: 10px; }

.request-item .meta .item.edit-status button,
.request-item .meta .item.excluir button {
	padding: 3px 8px;
	font-size: 13px;
}

.request-item .meta .item label { margin: 0; }

.request-item .meta .item i { margin-right: 5px; }


/* Dados da Solicitacao */
.request-item .meta-solicitacao {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 15px;  
}


/* Dados do Solicitante */
.request-item .meta-solicitante{
	overflow: hidden;
}

.request-item .meta-solicitante h5 {
	font-size: 16px;
	font-weight: bold;
}

.request-item .conteudo {
	background: #f8f8f8;
    padding: 20px;
    margin-bottom: 20px;
}

.request-item .rodape {
	font-size: 14px;
	text-align: right;
}

.request-item .rodape a {}


/* Respostas */
.resposta-item {
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 30px;
}

.resposta-item.alt {
	background: #a0d2eb;
	background: #e4eeee;
	background: #5e96d7;
	color: #fff;
}

.resposta-item .info {
	margin-bottom: 20px;
}

.resposta-item h5 { 
	font-size: 16px; 
	font-weight: bold; 
}

.resposta-item .data {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.resposta-item .resp {
	font-size: 14px;
}



/************************************
RESPONSIVE FIXES
************************************/
@media screen and (max-width: 767px) {
	
	/* Elementos HTML em Geral */
	table td { font-size: 0.9rem; }
	table td { font-size: 0.8rem; }
	
	.display-4 { font-size: 2.2rem; }
	.lead {	font-size: 1.1rem; }
	
	
	/* Helper Classes */
	.visible-xs { display: block !important; }
	.hidden-xs { display: none !important; }
	
	
	/* Páginas Iniciais */
	.logo-inicio {
		max-height: 140px; 
		width: auto; 
	}
	
	.register-form { padding: 25px 30px; }
	
	.register-page .register-form { 
		max-width: 360px;
		margin: 0 auto 100px;
	}
	
	.form h4 { font-size: 20px; }
	
	
	/* Estrutura Interna */
	#header { padding: 8px 0 5px 0; }
	
	.profile > ul li { text-align: right; }
	
	.profile .submenu { top: 32px; }
	.profile .submenu li { text-align: left;}
	
	#menu-lateral {
		min-height: auto;
		margin-top: 8px;
		padding: 15px 10px;
	}
	
		#menu-lateral img { 
		margin-bottom: 0; 
		width: 250px;
	}
	
	#menu-lateral #menuMobile { 
		cursor: pointer;
		float: right;
		font-size: 30px;
		margin-top: 14px;
	}
	
	#menu-lateral nav { 
		background-color: #142e45;
		background-color: #e9ecef;
		display: none;
		left: 0;
		margin: 0;
		padding: 20px 0;
		padding-bottom: 50px;
		position: fixed;
		top: 55px;
		/*overflow-y: scroll;
		-webkit-overflow-scrolling: touch;*/
		height: 100vh;
		width: 100%;
		z-index: 999;
	}
	
	#menu-lateral nav #btnFecharMenuMobile { 
		cursor: pointer;
		float: right;
		font-size: 35px;
		display: block !important;
		width: 100%;
		/*background: red;*/
		text-align: right;
		margin: 0;
		margin-bottom: 35px;
		margin-right: 35px;
	}
	
	
	#content-wrapper .content {
		padding: 30px 0;
	}

	#content-wrapper .jumbotron {
		padding: 15px;
	}

	.jumbotron .alert-light {
		min-height: 250px;
		padding: 15px 15px;
	}
	
	
	/* View Request */
	.request-item {}
	.request-item h4.request-id { font-size: 1.2rem; }

	.request-item .meta .item {
		display: block;
		width: 100%;
		margin: 3px 0;
	}
	
	.request-item .conteudo { margin-bottom: 10px; }
	
	
}