.box {
	padding: 20px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
	border-radius: 8px;
	display: table;
	width: 100%;
}

/************************
		TITULO
************************/

.titulos {
	font-size: 24px !important;
	color: #9f2d34;
	border: 0px !important;
	margin-top: 9px !important;
	margin-bottom: 4px !important;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: normal;
	padding-bottom: 15px;
}
	

/************************
		RODAPÉ
*************************/

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 40px;
}

/**************************************************/

#footer {
	padding: 10px 15px;
    background-color: #a9abac;
    border-top: 1px solid #ddd;
}

/*****************************************************/
/***********************************
		PERFIL USUARIO
************************************/

#perfil-usuario{
	background: #f6f6f6;
	background: #B71C1C;
	color: #fff;
	float:right;
	border-radius: 4px;
	padding:10px;
	border-radius:50%;
}

/***********************************
		LOGO
***********************************/

.topo-logo{
	position: relative;
	min-height: 50px;
	border: 1px solid transparent;
	padding-top: 19px;
	padding-bottom: 19px;
}

.topo-logo-container{
	margin-right: auto;
	margin-left: auto;
	padding-left: 7px;
	padding-right: 7px;
}


@media (min-width: 1200px){
	.topo-logo-container {
		width: 1170px;
	}
}

@media screen and (max-width: 580px){
	.logo-img {
	width: 200px !important;
	float: left !important;
	}
}


/************************************
		MENU
************************************/

.container{
	padding-left: 0px;
	padding-right: 0px;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-header{
	color: #333333;
}

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 5px;
	padding-left: 5px;
}

.navegacao{
	background-color: #FFF;
	border: 1px solid #eeeeee !important;
}

.navbar-nav {
	display: table;
	width: 100%;
}
.navbar-nav li {
	float: none;
	display: table-cell;
	text-align: center;
}

.navbar-nav > li a{
	color: #333;
}

.navbar-nav > li a:hover{
	color: #333;
	background-color: #EEE !important;
}

.navbar-default{
	background-image: none;
	-webkit-box-shadow: none;
	x-shadow: none; 
}

.navbar-toggle {
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle .icon-bar {
	padding:0;
	display: block;
	width: 10px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 2px;
}

@media screen and (max-width: 610px){
	.navbar-nav li {
		display: table-row;
		text-align: left;
	}
	.navbar-nav li a{
		padding-left:35px;
	}
}

.dropdown-menu {
	padding: 0px;
}

.dropdown-menu li {
	display: table-row;
	text-align: left;
}

.dropdown-menu li a{
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
}

.dropdown-menu li a:hover{
	color: #777;
	background: #fbfbfb;
}

@media screen and (max-width: 610px){
	.dropdown-menu li {
		display: table-row;
		text-align: left;
		background: #FFF;
	
	}
	.dropdown-menu li a{
		padding-left:5px;
		background: #FFF;
	}

}

/***************
		BOXES
****************/

.noRadiusOnTop {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.tituloBox span {
	margin-left: 10px;
}

.tituloBox {
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	background: #b0b2b3;
	padding-top: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/************************
		CHECK/RADIO
************************/

.checkbox, .radio {
	font-weight: normal;
}

/***********************
		Items table
************************/

table tr th {
	color: #c48696;
	background: #fdfdfd;
}

table tr td {
	color: #9b9b9b;
}

.glyphicon-edit {
	cursor: pointer;
}



/*************************
	CARD INSCRIÇÃO
**************************/

	.card {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.3);
		border-radius: 4px;
		margin-left:1px;
		margin-right:1px;
		margin-bottom:5px;
		padding: 0px;
		min-height: 90px;
	}
	
	.text-card {
		font-size: 12px;
		font-weight: bold;
	}
	
	.label-card {
		font-size: 12px;
	}

	.card-situacao-container {
		color: #fff;
		min-height: 90px;
		padding-top: 15px;
		padding-bottom: 15px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	
	.text-sessao-card{
		font-size: 10px;
	}
	
	.text-sessao-situacao-card1 {
		color: #1976D2;
	}
	
	.text-sessao-situacao-card2 {
		color: #455A64;
	}
	
	.text-sessao-situacao-card3 {
		color: #388E3C;
	}
	
	.text-sessao-situacao-card4 {
		color: #D32F2F;
	}
	
	.text-sessao-situacao-card5 {
		color: #D32F2F;
	}
	
	.box-tabela-sessoes {
		background: #FFFFFF;
	}
	

	
/*************************
	INSCRICAO ABERTA
**************************/	
	.text-boleto{
		font-size: 11px;
		padding: 5px;
	}
	
	.icon-boleto{
		font-size: 20px;
		height: 20px;
	}
	
	@media (max-width: 480px){
		.card-situacao-container {
			font-size: 10px;
		}
		.text-boleto{
			font-size: 10px;
			padding: 0px;
		}
	}
	
	.card-situacao-container a{
		color: #fff;
	}
	
	@media (max-width: 770px){
		.card-situacao-container {
			border-top-right-radius: 0px;
			border-bottom-right-radius: 4px;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 4px;
		}
	}
	
	.card-curso {
		min-height: 105px;
		padding-top: 15px;
		padding-bottom: 15px;
		background:#fff;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	
	.card-curso-sessao {
		min-height: 105px;
		padding-top: 15px;
		padding-bottom: 15px;
		background:#fff;
		border-top-left-radius: 4px;
	}
	
	.card .table {
		margin-bottom: 0px !important;
	}
	
	.card-situacao1 {
		background: #1976D2;
	}
	
	.card-situacao2 {
		background: #455A64;
	}
	
	.card-situacao3 {
		background: #388E3C;
	}
	
	.card-situacao4 {
		background: #D32F2F;
	}
	
	.card-situacao5 {
		background: #D32F2F;
	}
	
	.card-situacao6 {
		background: #D32F2F;
	}
	
	.card-situacao7 {
		background: #FF6000;
	}
	
	.card-analise {
		background: #FF6000 !important;
	}
	
	.card-situacao8 {
		background: #D32F2F;
	}
	
	.card-situacao9 {
		background: #1976D2;
	}
	
	
	.card-situacao-sessao1 {
		background: #1976D2;
		width: 40px;
		color: #ffffff;
	}
	
	.card-situacao-sessao2 {
		background: #455A64;
		width: 40px;
		color: #ffffff;
		border-top: 1px solid #455A64 !important;
	}
	
	.card-situacao-sessao3 {
		background: #388E3C;
		width: 40px;
		color: #ffffff;
		border-top: 1px solid #388E3C !important;
	}
	
	.card-situacao-sessao4 {
		background: #D32F2F;
		width: 40px;
		color: #ffffff;
		border-top: 1px solid #D32F2F !important;
	}
	
	.card-situacao-sessao5 {
		background: #D32F2F;
		width: 40px;
		color: #ffffff;
		border-top: 1px solid #D32F2F !important;
	}	
	
	@media (min-width: 1200px){
		.card-curso {
			min-height: 90px;
		}
		.card-curso-sessao {
			min-height: 90px;
		}
	}
	@media (max-width: 767px){
		.card-curso {
			min-height: 105px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 0px;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 0px;
		}
	}
	
	
/***********************
	POPOVER USER
************************/
	
	#popover-icon-user{
		font-size: 20px;
	}
	
	.popover-content{
		font-size: 12px;
		padding: 5px;
	}
	
	.popover-content button{
		background: none;
		padding: 5px;
		border-color: #a9a9a9;
		color: #a9a9a9;
	}
	
	.popover-content button:hover{
		background: none;
		padding: 5px;
		border-color: darkred;
		color: darkred;
	}
	
	.popover-content-footer{
		border-top:1px solid #ccc
	}
	
	.popover{
		min-width: 300px;
		padding: 0px;
		color: #000;
	}
	
/*************************
	INSCRICAO ABERTA
**************************/
.box-inscricao-aberta{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:5px;
	padding: 0px;	
}


.btn-inscricao-aberta {
	background: none;
	padding: 5px;
	border-color: #a9a9a9;
	color: #a9a9a9;
	width: 98px;
}

.btn-inscricao-aberta:hover{
	background: none;
	padding: 5px;
	border-color: darkred;
	color: darkred;
}

.btn-minha-inscricao {
	margin-top:5px;
	background: none;
	padding: 2px;
	border-color: #a9a9a9;
	color: #a9a9a9;
	float:right;
}

.btn-minha-inscricao:hover {
	background: none;
	padding: 2px;
	border-color: darkred;
	color: darkred;
}

.btn-editar-inscricao {
	margin-top:5px;
	background: none;
	padding: 2px;
	border-color: #a9a9a9;
	color: #a9a9a9;
	float:right;
}

.btn-editar-inscricao:hover {
	background: none;
	padding: 2px;
	border-color: darkred;
	color: darkred;
}




	