#myModal {
	display: none;
	position: fixed;
    z-index: 9999;
}

.modal-backdrop {
	height: 100% !important;
	position: relative !important;
}

.modal-backdrop.in {
	opacity: -0.5 !important;
}

.aba {
	background-color: #ffffff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.5);
	margin-top: 20px;
	height: 20%;
	
}

.topo {
	margin-bottom: 15px;
}

.topo i {
	color: #757575;
	font-size: 18px;
}

.contentboard {
	height: 500px;
	overflow-y: scroll;
}

.modulo {
	background-color: #eceff1;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	color: #6480b3;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);
	padding: 0 8px;
	margin: 15px 0;
	min-height: 150px;
}

.modulo h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px

}

.titlebar {
	width: 100%;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 8px;
	padding-top: 8px;
}

.contentbar {
	padding-top: 20px;
}

.contentbar p {
	font-size: 14px;
	color: #6480b3
}

.bottombar {
	padding-top: 14px;
}

.public {
	height: 22px;
}

.restricted {
	height: 22px;
}

.othersite {
	height:16px;
}

.bottombar i {
	color: #858fa5;
	vertical-align: 7px;
}

.sair {
	height: 20px;
	opacity: 1 !important;
}

::-webkit-scrollbar {
    width: 4px;
}
 
::-webkit-scrollbar-track {
    background-color: #dce3e6; 
    border-radius: 6px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #b0bec5; 
}

