/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

html,
button,
input,
select,
textarea {
    color: #222;
    outline: none;
}

html {
    font-size: 1em;
    line-height: 1.4;
    width:100%;
    height:100%;
}

body {
    width:100%;
    height:100%;
    min-width:980px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.login_background {
	min-width:100%;
	min-height:100%;
}

.login_container {
	width:300px;
	height:456px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-230px;
	margin-left:-150px;
	background:#F0F0F0;
	border-radius: 4px;
}

.login_container p {
	text-align:center;
	font-size:12px;
	cursor:pointer;
}

.login_titulo{
	height:270px;
}

.login_titulo_texto1		{ text-align:center; font-family: "Poppins", sans-serif; font-weight:500; font-size:17px; color:#1678bd; padding-top:30px; }
.login_titulo_texto2		{ text-align:center; font-family: "Poppins", sans-serif; font-weight:500; font-size:18px; color:#F80; }

.login_campo{
	width: 238px;
	margin:5px 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 13px;
	padding: 10px;
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #CCCCCC;
	text-align:left;
}

.login_campo:focus::-webkit-input-placeholder { color:rgba(0,0,0,0); }
.login_campo:focus::-moz-placeholder { color:rgba(0,0,0,0); }

.login_campo:focus {
	border: 1px solid #48b7f4;
	background: #F7F7F7;
}

.login_botao {
	width: 260px;
	height: 50px;
	margin:10px 20px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #FFFFFF;
	cursor:pointer;
	border: 0px;
	border-radius: 4px;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2), 0 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2), 0 1px 2px 0px rgba(0,0,0,0.2);
}

.login_erro {
	width:300px;
	padding:10px 0px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color:#FFF;
	text-align: center;
	background:#C80014;
	border-radius: 4px;
	margin-top:30px;
	display:none;
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 0px 0px 1px rgba(0,0,0,0.15), inset 0px 1px 0px 1px rgba(255,255,255,0.20);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 0px 0px 1px rgba(0,0,0,0.15), inset 0px 1px 0px 1px rgba(255,255,255,0.20);
}

.background {
	min-width:100%;
	min-height:100%;
	background:#F3F3F3;
}

.mensagem {
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	display:none;
}

.mensagem .mensagem_ajax {
	width:380px;
	min-height:100px;
	position:absolute;
	margin-top:-180px;
	margin-left:-190px;
	top:50%;
	left:50%;
	background:#FFF;
	-webkit-box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.3);
	-webkit-border-radius:6px;
	border-radius:6px;
	font-family:verdana;
	font-size:12px;
	color:#555;
}

.mensagem .botao_alerta {
	border:1px solid #666;
	background:#FFF;
	min-width:10px;
	padding:7px 10px;
	margin:5px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family:verdana;
	font-size:12px;
	color:#333;
	cursor:pointer;
}

.mensagem .botao_alerta:hover {
	background:#666;
	color:#FFF;
}

.menu {
	width:300px;
	float:left;
}

.menu-logo {
	background:url(../images/002.png) 20px center no-repeat;
	width:240px;
	height:42px;
	padding:18px 0px 0px 60px;
	font-family:arial;
	font-size:17px;
	color:#FFF;
}

.menu-usuario {
	background:url(../images/003.png) 16px center no-repeat;
	padding:20px 0px 0px 60px;
	height:40px;
	border-bottom:1px solid rgba(255,255,255,0.07);
}

.menu-usuario-nome {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:#FFF;
}

.menu-usuario-acesso {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color:#999;
}

.menu-links ul {
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
}

.menu-links ul li {
	padding:16px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color:#FFF;
	border-bottom:1px solid rgba(255,255,255,0.07);
	transition-duration: 0.3s;
	cursor:pointer;
}

.menu-links ul li:hover {
	background-color:rgba(0,0,0,0.2);
	transition-duration: 0.3s;
}

.menu-links ul li a {
	text-decoration:none;
	color:#FFF;
	transition-duration: 0.3s;
}

.menu-links ul li a:hover {
	text-decoration:underline;
	color:#FFF;
	transition-duration: 0.3s;
}

.menu-links ul li ul {
	display:none;
	margin: 10px 0px 0px 10px;
	transition-duration: 0.3s;
}

.menu-links ul li ul li {
	padding:6px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color:#FFF;
	border-bottom:0px;
	transition-duration: 0.3s;
	cursor:pointer;
}

.menu-links ul li ul li:hover {
	background-color: transparent;
	transition-duration: 0.3s;
}

.menu-links ul li ul li a {
	text-decoration:none;
	color:#FFF;
	transition-duration: 0.3s;
}

.menu-links ul li ul li a:hover {
	text-decoration:underline;
	color:#FFF;
	transition-duration: 0.3s;
}

.menu-local {
	padding:16px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color:#FFF;
	border-top:1px solid rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(255,255,255,0.05);
	background-color:rgba(255,255,255,0.05);
}

.menu-local a {
	text-decoration:none;
	color:#FFF;
}


.container {
	margin-left:0px;
}

.container-topo {
	height:60px;
	background: #FFF;
	border-bottom: 1px solid #DDD;
}

.container-subtopo {
	height:79px;
	background:#f9f9f9;
	border-bottom:1px solid #DDD;
	padding-right:10px;
}

.container-titulo {
	min-width:10px;
	float:left;
	padding:25px 0px 0px 20px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color:#666;
	text-transform:uppercase;
	line-height:15px;
}

.container-titulo span {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color:#666;
	text-transform:none;
}

.container-aba {
	width:160px;
	float:right;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:#FFF;
	text-align:center;
	margin:30px 10px 0px 0px;
	padding:10px;
	cursor:pointer;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.container-aba-ativa {
	width:160px;
	float:right;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:#666;
	margin:30px 10px -1px 0px;
	padding:15px 0px;	
	text-align:center;
	background: #F3F3F3;
	border:1px solid #DDD;
	border-bottom:0px;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.topo-titulo {
	min-width:10px;
	float:left;
	font-family: 'Droid Sans', sans-serif;
	font-weight:700;
	font-size: 18px;
	line-height:20px;
	color:#000;
	padding:10px 0px 0px 0px;
}

.topo-cliente {
	padding:18px 0px 0px 20px;
	text-transform:uppercase;
	font-family:arial;
	font-size:17px;
	color:#888;
}

.topo-botao {
	width: 28px;
	height: 28px;
	float: right;
	margin: 15px 5px 0px 0px;
	border: 1px solid #DDD;
	background: center 6px no-repeat #F0F0F0;
	border-radius: 30px;
	cursor:pointer;
}

.topo-botao:hover {
	background-color:#e0e0e0;
	border: 1px solid #d0d0d0;
}

.botao-home {
	background-image: url(../images/004.png);
}

.botao-usuarios {
	background-image: url(../images/005.png);
}

.botao-ferramentas {
	background-image: url(../images/006.png);
}

.botao-sair {
	background-image: url(../images/007.png);
	margin-right:15px;
}

.bt_adicionar {
	width:100%;
	width: -webkit-calc(100% - 15px);  /* para Chrome */
	width: -moz-calc(100% - 15px);     /* para Firefox */
	width: calc(100% - 15px);
	float:left;
	border:1px solid #CCC;
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
	padding:10px 0px;
	border-radius:4px;
	background-color: rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.4), 0 1px 0 0 rgba(255,255,255,1);
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.4), 0 1px 0 0 rgba(255,255,255,1);
	cursor: pointer;
}

.formulario-subtitulo {
	width:100%;
	width: -webkit-calc(100% - 10px);  /* para Chrome */
	width: -moz-calc(100% - 10px);     /* para Firefox */
	width: calc(100% - 10px);
	float:left;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000;
	margin: 20px 0px 20px -5px;
	padding: 0px 0px 5px 5px;
	border-bottom:1px solid #CCC;
}

.formulario-caixa {
	float:left;
	padding-bottom:15px;
}

.formulario-caixa label {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color:#666;
	display: block;
}

.formulario-caixa .formulario-editor {
	border:1px solid #CCC;;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 17px);  /* para Chrome */
	width: -moz-calc(100% - 17px);     /* para Firefox */
	width: calc(100% - 17px);
	padding:0px;
	border-radius:4px;	
}

.formulario-caixa input[type=text] {
	border:1px solid #CCC;;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 27px);  /* para Chrome */
	width: -moz-calc(100% - 27px);     /* para Firefox */
	width: calc(100% - 27px);
	padding:7px 5px;
	border-radius:4px;
}

.formulario-caixa input[type=password] {
	border:1px solid #CCC;;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 27px);  /* para Chrome */
	width: -moz-calc(100% - 27px);     /* para Firefox */
	width: calc(100% - 27px);
	padding:7px 5px;
	border-radius:4px;
}

.formulario-caixa textarea {
	border:1px solid #CCC;;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 27px);  /* para Chrome */
	width: -moz-calc(100% - 27px);     /* para Firefox */
	width: calc(100% - 27px);
	padding:7px 5px;
	border-radius:4px;
}

.formulario-caixa select {
	border:1px solid #CCC;;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 14px);  /* para Chrome */
	width: -moz-calc(100% - 14px);     /* para Firefox */
	width: calc(100% - 14px);
	padding:7px 5px;
	border-radius:4px;
	-webkit-appearance:menulist-button;
	height:30px;
}

.formulario-caixa fieldset {
	border:1px solid #CCC;
	border-radius:6px;
	width:100%;
	padding:15px;
	background:#FBFBFB;
	width: -webkit-calc(100% - 47px);  /* para Chrome */
	width: -moz-calc(100% - 47px);     /* para Firefox */
	width: calc(100% - 47px);
}

.formulario-caixa legend {
	padding:5px;
	margin-left:0px;
	border:1px solid #CCC;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	border-radius:4px;
}

.formulario-caixa .formulario-opcao {
	float:left;
	margin-bottom:8px;
}

.formulario-caixa .formulario-editor:focus {
	background:#FFF;
	border: 1px solid #48b7f4;
}

.formulario-caixa input[type=text]:focus {
	background:#FFF;
	border: 1px solid #48b7f4;
}

.formulario-caixa textarea:focus {
	background:#FFF;
	border: 1px solid #48b7f4;
}

.formulario-caixa select:focus {
	background:#FFF;
	border: 1px solid #48b7f4;
}

.formulario-caixa-erro {
	float:left;
	padding-bottom:15px;
}


.formulario-caixa-erro label {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color:#C30;
	display: block;
}

.formulario-caixa .caixa_file {
	border:1px solid #CCC;;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 27px);  /* para Chrome */
	width: -moz-calc(100% - 27px);     /* para Firefox */
	width: calc(100% - 27px);
	padding:5px 5px;
	border-radius:4px;
}

.formulario-caixa .caixa_file .caixa_file_nome {
	margin-right:180px;
	padding-top:1px;
	padding-left:5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.formulario-caixa .caixa_file .caixa_file_botao {
	min-width:10px;
	float:right;
	background:#444;
	margin: -3px -3px -3px 2px;
	padding:5px 15px;
	border-radius:3px;
	color:#FFF;
	font-size:11px;
	cursor:pointer;
}

.formulario-caixa .caixa_file .caixa_file_botao_excluir {
	min-width:10px;
	float:right;
	background:#C30;
	margin: -3px 0px -3px 2px;
	padding:5px 15px;
	border-radius:3px;
	color:#FFF;
	font-size:11px;
	cursor:pointer;
}

.formulario-caixa-erro .formulario-editor {
	border:1px solid #C30;;
	background:#FFf6f6;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 17px);  /* para Chrome */
	width: -moz-calc(100% - 17px);     /* para Firefox */
	width: calc(100% - 17px);
	padding:0px;
	border-radius:4px;
}

.formulario-caixa-erro input[type=text] {
	border:1px solid #C30;;
	background:#FFf6f6;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 27px);  /* para Chrome */
	width: -moz-calc(100% - 27px);     /* para Firefox */
	width: calc(100% - 27px);
	padding:7px 5px;
	border-radius:4px;
}

.formulario-caixa-erro textarea {
	border:1px solid #C30;;
	background:#FFf6f6;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 27px);  /* para Chrome */
	width: -moz-calc(100% - 27px);     /* para Firefox */
	width: calc(100% - 27px);
	padding:7px 5px;
	border-radius:4px;
}

.formulario-caixa-erro select {
	border:1px solid #C30;;
	background:#FFf6f6;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 14px);  /* para Chrome */
	width: -moz-calc(100% - 14px);     /* para Firefox */
	width: calc(100% - 14px);
	padding:7px 5px;
	border-radius:4px;
	-webkit-appearance:menulist-button;
	height:30px;
}

.formulario-caixa-erro fieldset {
	border:1px solid #C30;
	border-radius:6px;
	width:100%;
	padding:15px;
	background:#FFf6f6;
	width: -webkit-calc(100% - 47px);  /* para Chrome */
	width: -moz-calc(100% - 47px);     /* para Firefox */
	width: calc(100% - 47px);
}

.formulario-caixa-erro legend {
	padding:5px;
	margin-left:0px;
	border:1px solid #C30;
	background:#FFf6f6;
	font-family:arial;
	font-size:13px;
	border-radius:4px;
}

.formulario-caixa-erro .formulario-opcao {
	float:left;
	margin-bottom:8px;
}

.formulario-caixa-erro .formulario-editor:focus {
	background:#FFF;
	border: 1px solid #FF0000;
}

.formulario-caixa-erro input[type=text]:focus {
	background:#FFF;
	border: 1px solid #FF0000;
}

.formulario-caixa-erro textarea:focus {
	background:#FFF;
	border: 1px solid #FF0000;
}

.formulario-caixa-erro select:focus {
	background:#FFF;
	border: 1px solid #FF0000;
}

.campo{
	border:1px solid #CCC;;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 27px);  /* para Chrome */
	width: -moz-calc(100% - 27px);     /* para Firefox */
	width: calc(100% - 27px);
	padding:7px 5px;
	border-radius:4px;
}

.campo:focus {
	background:#FFF;
	border: 1px solid #48b7f4;
}

.campo2{
	border:1px solid #CCC;;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 27px);  /* para Chrome */
	width: -moz-calc(100% - 27px);     /* para Firefox */
	width: calc(100% - 27px);
	padding:7px 5px;
	border-radius:4px;
}

.campo2:focus {
	background:#FFF;
	border: 1px solid #48b7f4;
}

.botao {
	float:left;
	border:0px;
	padding:8px 20px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color:#FFF;
	margin-top:1px;
	margin-left:5px;
	background-color:#8b1;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3);
	border-radius: 4px;
}

.galeria_frame {
	margin-right:15px;
}

.galeria_frame .bt_upload {
	text-align:center;
	padding:10px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color:#FFF;
	border-radius:4px 4px 0px 0px;

	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
}

.galeria_frame .progress {
	width:100%;
	height:6px;
	background:#CCC;
	margin: 0px  0px -1px 0px;
}

.galeria_frame .progress .progress-bar {
	width:0px;
	height:6px;
	background:#9bb828;
	margin:-1px;
	display:none;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.galeria_frame .galeria_fotos {
	padding:0px 15px 15px 15px;
	border:1px solid #CCC;
}

.foto_galeria {
	width:120px;
	height:152px;
	padding:10px;
	padding-bottom:0px;
	margin:5px;
	border:1px solid #CCC;
	background:#f3f3f3;
	font-family:verdana;
	font-size:11px;
	color:#777;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.foto_galeria:hover {
	background:#FFF;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#lista_arquivos {
	list-style:none;
	padding:0px;
}

#lista_arquivos li {
	width:120px;
	height:152px;
	float:left;
	padding:10px;
	padding-bottom:0px;
	margin:5px;
	border:1px solid #CCC;
	background:#f3f3f3;
	font-family:verdana;
	font-size:11px;
	color:#777;
	cursor:pointer;
}

#lista_arquivos li:hover {
	background:#FFF;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.mensagem_erro {
	background:#E9573F;
	border-radius:6px;
	padding:20px;
	margin:0px 15px 20px 0px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color:#FFF;
	line-height:24px;
	display: none;
}

.mensagem_erro .erro {
	border-left:1px solid #FFF;
	padding-left:20px;
}

.mensagem_erro .erro b {
	text-transform: uppercase;
}

.botoes-caixa{
	 width: 90%;                         /* para navegadores que não suportam calc() */
	 width: -webkit-calc(100% - 5px);  /* para Chrome */
	 width: -moz-calc(100% - 5px);     /* para Firefox */
	 width: calc(100% - 5px);   
	position:fixed;
	bottom:0px;
	right:0px;
	margin:0px -5px 0px 0px;
	padding:15px 20px;
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(0,0,0,0.2), inset 0px -1px 0px 0px rgba(0,0,0,0.2);
	box-shadow:inset 0px 1px 0px 0px rgba(0,0,0,0.2), inset 0px -1px 0px 0px rgba(0,0,0,0.2);
}

.botoes-salvar{
	float:right;
	border:0px;
	padding:8px 40px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#FFF;
	margin-left:10px;
	background-color:#8b1;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.3), 0 1px 2px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.3), 0 1px 2px 0px rgba(0,0,0,0.4);
	border-radius: 4px;
	transition-duration: 0.3s;
}
.botoes-salvar:hover {
	background-color:#7a0;
	transition-duration: 0.3s;
}

.botoes-generico{
	float:left;
	border:0px;
	padding:8px 30px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000;
	margin-left:25px;
	background-color:rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2), 0 1px 2px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2), 0 1px 2px 0px rgba(0,0,0,0.4);
	border-radius: 4px;
	transition-duration: 0.3s;
}
.botoes-generico:hover {
	background-color:rgba(255,255,255,1);
	transition-duration: 0.3s;
}

.botoes-cancelar{
	float:right;
	border:0px;
	padding:8px 30px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000;
	margin-left:20px;
	background-color:rgba(255,255,255,0.8);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5), 0 1px 2px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5), 0 1px 2px 0px rgba(0,0,0,0.4);
	border-radius: 4px;
	transition-duration: 0.3s;
}

.botoes-cancelar:hover {
	background-color:rgba(255,255,255,1);
	transition-duration: 0.3s;
}

.lista-container {
	margin:20px;
}

.lista-cabecalho{
	border-bottom:2px solid #CCC;
	padding:5px;
	height:24px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color:#000;
}

.lista-itens {
	border-bottom:1px solid #DDD;
	height:24px;
	padding:10px 5px 5px 5px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color:#000;	
}

.lista-itens:hover {
	background:#EBEBEB;
}

.lista-itens a {
	text-decoration:none;
	color:#444;
}

.lista-itens a:hover {
	text-decoration:underline;
}

.lista-apagar {
	width:22px;
	height:22px;
	float:right;
	margin:-3px 0px 0px 7px;
	border:1px solid #CCC;
	background:url(../images/009.png) center center no-repeat #eee;
	border-radius:4px;
	cursor:pointer;
}

.lista-apagar:hover {
	background:url(../images/011.png) center center no-repeat #D0021B;
	border-color:#870011;
}

.lista-editar {
	width:22px;
	height:22px;
	float:right;
	margin:-3px 0px 0px 7px;
	border:1px solid #CCC;
	background:url(../images/008.png) center center no-repeat #eee;
	border-radius:4px;
	cursor:pointer;
}

.lista-editar:hover {
	background:url(../images/010.png) center center no-repeat #4A90E2;
	border-color:#22548F;
}

.lista-outro {
	width:22px;
	height:22px;
	float:right;
	margin:-3px 0px 0px 7px;
	border:1px solid #CCC;
	background:center center no-repeat #eee;
	border-radius:4px;
	cursor:pointer;
}

.lista-outro:hover {
	background:center center no-repeat #8CC000;
	border-color:#6C9400;
}

.lista-nenhum {
	padding:60px 0px;
	margin:20px;
	text-align:center;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:#000;
	border:1px dashed #CCC;
	background:#f9f9f9;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}

.select {
	border:1px solid #CCC;;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	width: -webkit-calc(100% - 14px);  /* para Chrome */
	width: -moz-calc(100% - 14px);     /* para Firefox */
	width: calc(100% - 14px);
	padding:7px 5px;
	border-radius:4px;
	-webkit-appearance:menulist-button;
	height:31px;
}

.voltar {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	min-width:10px;
	float:right;
	padding:8px 15px 0px 0px;
	cursor:pointer;
}


.topo-menu .menu-links {
	height:63px;
	background:#F80;
}

.topo-menu .menu-links ul {
	width:100%;
}

.topo-menu .menu-links li {
	display:block; float:left; min-width:10px; padding:12px 15px;
	font-size:13px;
}

.chamada_atividades {
	min-width:10px;
	height:38px;
	background:url(../images/020.png) left center no-repeat #265581;
	float:right;
	font-size:12px;
	padding:5px 10px 0px 50px;
}

.chamada_atividades a {
	color:#FFF;
	text-decoration:none;
}

.aviso {
	border:1px solid #CCC;
	border-radius:6px;
	text-align:center;
	margin:30px;
	padding:50px 30px;
	background:#fff;
}

.eventos_menu {
	font-family:arial;
	font-size:14px;
	color:#555;
	padding:10px;
}

.eventos_menu {
	font-family:arial;
	font-size:14px;
	color:#555;
	padding:15px 10px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	background:#FFF;
}

.eventos_menu a {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 5px;
	color:#555;
}

.eventos_menu a:hover {
	color:#000;
}

.eventos_conteudo {
	padding:20px;
	font-family:arial;
	font-size:13px;
	color:#444;
	line-height:24px;
}







.novo-topo-aluno-titulo				{ display:none; }
.novo-topo-aluno-caixa				{  }

.novo-home-item						{ width:calc(25% - 20px); margin:10px; float:left; background:#FFF; border-radius:10px; text-align:center; cursor:pointer; }
.novo-home-item:hover				{ background:#ebebeb; }
.novo-home-item-imagem				{ height:120px; background:center center no-repeat; background-size:80px; }
.novo-home-item-texto				{ color:#999; padding-bottom:20px; font-size:16px; }
.novo-home-item-sair				{ width:200px; text-align:center; padding:10px 0px; border-radius:10px; margin:30px auto 0px auto; background:#FFF; cursor:pointer; text-decoration:none; color:#999; }
.novo-home-item-sair:hover			{ background:#ebebeb; }

.btmenu								{ display:none; }
.btaluno								{ display:none; }


@media (max-width: 980px) {
	
	html, body						{ min-width:auto; }
	
	.login_background				{ background:#f3f3f3 !important; }
	.login_container				{ -moz-box-shadow:none !important; box-shadow:none !important; background:transparent !important; }
	.login_botao						{ background-color:#F80 !important; }
	
	.botao-sair			{ display:none; }
	
	.btmenu								{ width:40px; height:40px; border-radius:5px; float:right; margin:10px 10px 0px 5px; background:#F80; color:#FFF; display:flex; align-items:center; justify-content:center; font-size:20px; }
	.btaluno								{ width:40px; height:40px; border-radius:5px; float:right; margin:10px 0px 0px 5px; background:#1678bd; color:#FFF; display:flex; align-items:center; justify-content:center; font-size:20px; }
	
	.novo-topo-aluno					{ position:absolute; top:60px; left:0px; width:calc(100% - 40px); padding:20px; background:#1678bd; display:none; }
	.novo-topo-aluno-titulo				{ display:block; color:#FFF; }
	.novo-topo-aluno-caixa				{ background:#FFF; padding:10px; border-radius:5px; height:30px; margin-top:10px; }
	.novo-topo-aluno-caixa .select		{ margin:0px; width:calc(100% - 55px) !important; padding:0px !important; margin:0px !important; border:0px; height:30px; }
	.novo-topo-aluno-caixa .botao		{ margin:0px; margin:0px !important; border:0px; height:30px; float:right; }
	
	.novo-home-item						{ width:calc(50% - 20px); }
	
	.topo-menu							{ position:absolute; top:60px; left:0px; width:calc(100% - 0px); padding:0px; background:#F80; display:none; z-index:999999; }
	.topo-menu .menu-links				{ height:auto; }
	.topo-menu .menu-links li			{ float:none; border-top:1px solid #FFF; font-size:16px; font-weight:normal; }
	#menu_07		{ border:0px; }
	
	.container-titulo					{ color:#F80; }
	
	.lista-itens							{ min-height:24px; height:auto; }
	
	.novo-aulas-caixa					{ width:auto !important; height:auto !important; position:static !important; }
	.novo-aulas-calendario				{ float:none !important; margin:0px auto !important; }
	.novo-aulas-info					{ width:auto !important; float:none !important; margin:20px 0px !important; padding:0px !important; }
	.novo-aulas-espaco					{ display:none !important; }
	
	.novo-aulas-lista-header-item1		{ display:none; }
	.novo-aulas-lista-header-item2		{ width:100% !important; }
	
	.novo-aulas-lista-item1				{ width:100% !important; float:none !important; overflow:hidden; white-space:normal !important; text-overflow:inherit !important; }
	.novo-aulas-lista-item2				{ width:100% !important; float:none !important; font-weight:bold; padding-bottom:5px; }
	
	.novo-home-eventos					{ width:100% !important; margin:10px 0px !important; height: auto !important; aspect-ratio:2/1; }
	
	.eventos_conteudo img				{ max-width:100%; }
	
	.novo-evento-topo					{ height:auto !important; aspect-ratio:2/1; background-size:cover !important; }
	
}










/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
