body {
	background: #e5e5e5 url(../../static/img/background/page-bg.png) repeat;
}

#warnCapsLockKey div {
	border: solid 1px #9e9e9e;
	background-color: #eee;
	padding: 5px;
	text-align: center;
	padding-bottom: 12px;
}

.iconAlert {
    color: #FEBE48;
    position: relative;
    top: 5px;
}

.iconConfigItemAlert {
	margin-right: 10px;
}

.mf-title-modal-alert {
    border: solid 1px #9e9e9e;
    background-color: #eee;
    font-weight: bold;
    font-size: 20px;
    color: yellow;
    padding: 10px;
    text-shadow: 1px 1px #9e9e9e;
}

.mf-title-modal-alert i {
    vertical-align: middle;
    padding-bottom: 5px;
}

.divMsgError {
	border: solid 1px #9e9e9e;
    background-color: #eee;
    font-weight: bold;
    font-size: 20px;
    color: red;
    padding: 10px;
    text-shadow: 1px 1px #9e9e9e;
}

#antiSpamImg {
	border: 1px solid #9e9e9e;
	cursor: pointer;
}

#divCaptcha {
    margin-bottom: 0px;
}

.btn-reload-captcha {
	position: absolute !important;
	margin: 5px 5px;
}

.mf-top-padding {
	padding-top: 40px;
}

.mf-system-opt-title {
	font-size: 20px;
}

.mf-table-systems tr td {
	cursor: pointer;
}

.mf-table-systems tr td {
	padding: 0px;
}

.mf-sys-ico {
	font-size: 35px;
}

.mf-td-sys-ico {
	width: 50px;
}

#systemList {
	max-height: 400px;
	overflow: auto;
}

.mf-top-space {
	padding-top: 200px;
}


#rodape {
	border-top: 1px solid #9e9e9e;
	text-shadow: 1px 1px #000;
	padding-top: 0px;
}

.rodape-content {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #9e9e9e;
	padding-top: 20px;
}

.footer-copyright {
	border-top: 1px solid #FFF;
}

@media only screen and (min-height : 668px) {
	.mf-footer {
	    position: fixed; 
	    bottom: 0;
	    left: 0;
	    right: 0;
	}
}

@media only screen and (min-width : 668px) {
	
	html, body, main, container {
		height: 100%;
	}
	
	.mf-div-content {
		height: 100%;
	}
	
	.mf-container {
		width: 100%;
	}
	
	.div-img-captcha {
	    margin-left: 55px;
	}
	
}

@media only screen and (max-width : 375px) and (min-width : 321px)  {
	
	.div-img-captcha {
	    margin-left: 55px;
	}
}


@media only screen and (max-width : 320px) {
	
	.div-img-captcha {
	    clear: left;
	    padding-left: 50px;
	}
}
