@charset "utf-8";
/* CSS Document */
body {
    margin-top: 4rem;
	margin-bottom:4rem;
	margin-left:1em;
	margin-right:1em;
    background-color: #f7f7f7;
	color:#333;
}
.loadingmodal {
	display:none;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: rgba(255, 255, 255, 0.8) url('../imagens/loader.gif') 50% 50% no-repeat;
}
.loading {
	display:none;
	width:100%;
}
.msg i {
	width:12%;
}
.msg span {
	width:80%;
	float:right;
	margin-right:1em;
	padding-top:1.2em;
}
.divmsg {
	width:100%;
	height:10em;
	overflow:auto;
}
.hiden{
	display:none;
}

.ws-butticons {
	margin: 0 -10px 20px;
	overflow:hidden;
}
.ws-butticons-list {
	padding-left:0;
	list-style:none;
}
.ws-butticons li {
	float:left;
	max-width:120px;
	min-width:100px;
	/*width:18%;*/
	height:115px;
	padding:10px;
	margin:6px;
	font-size:10px;
	line-height:1.4;
	text-align:center;
	background-color:#f9f9f9;
	border:0;
	border-radius:6px;
	box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
	transition:all 0.2s linear;
}
.ws-butticons li:hover {
	color:#04D502;
	background-color:#eee;
}
.ws-butticons .butticon-class {
	display:block;
	text-align:center;
	word-wrap:break-word;
}
.ws-butticons .butticon {
	margin-top:5px;
	margin-bottom:10px;
}
.ws-thumbcustom {
	margin: 0 -10px 20px;
	overflow:hidden;
}
.ws-thumbcustom-list {
	padding-left:0;
	list-style:none;
}
.ws-thumbcustom li {
	float:left;
	/*max-width:240px;
	min-width:200px;*/
	width:200px;
	height:260px;
	/*padding:10px;*/
	margin:6px;
	text-align:center;
	/*line-height:1.4;
	font-size:10px;
	background-color:#f9f9f9;
	border:0;
	border-radius:6px;
	box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(12, 12, 13, 0.1);*/
	transition:all 0.2s linear;
}
.ws-thumbcustom li div.thumbnail {
	box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(12, 12, 13, 0.1) !important;
	transition:all 0.2s linear !important;
}
.ws-thumbcustom li div.thumbnail:hover {
	color:#04D502 !important;
	background-color:#eee !important;
}
.ws-thumbcustom li div.thumbnail img {
	width:64px;
	height:64px;
}
.frmlogin {
	max-width: 360px;
	margin: auto;
	padding: 20px;
	background-color:lightgrey;
	border: 1px solid #465A82;
	border-radius: 10px;
	box-shadow: 4px 4px 6px #999;
	text-align: center;
}
@media(min-width:768px) {
	.ws-butticons {
		margin-right:0;
		margin-left:0;
	}
	.ws-butticons li {
		/*width: 12.5%;*/
		font-size: 12px;
	}
}
