/*! 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;
}

.ui-datepicker { font-size:12px !important; }

/* ==========================================================================
   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:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-150px;
	background:#FFF;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30);
}

.login_titulo{
	text-align:center; padding:35px 0px 20px 0px;
}

.login_label{
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	padding-left:10px;	
}

.login_campo{
	width: 238px;
	margin:5px 20px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	padding: 10px;
	border-radius: 4px;
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
	text-align:center;
}

.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:20px;
	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);
}

.login_rodape {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color:#000;
	width:100%;
	height:20px;
	text-align:right;
	background:url(../images/021.png) right center no-repeat;
	padding-top:4px;
	position:fixed;
	bottom:80px;
}

.login_rodape img {
	float:right;
	margin-right:200px;
	margin-top:-4px;
	margin-left:10px;
}

.background {
	min-width:100%;
	min-height:100%;
	background:url(../images/001.png) top left repeat-y #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:-80px;
	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:22px 0px 0px 60px;
	height:58px;
	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 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;
}

.container {
	margin-left:300px;
}

.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-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;
	color:#FFF;
	font-weight:bold;
	border:1px solid #236394;
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
	padding:10px 0px;
	border-radius:4px;
	background-color:#2C7CB9;
	-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2), 0 1px 0 0 rgba(255,255,255,1);
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2), 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: 13px;
	color:#000;
	display: block;
	padding-bottom:2px;
}

.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:10px 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:10px 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:10px 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:10px 5px;
	border-radius:4px;
	-webkit-appearance:menulist-button;
	height:36px;
}

.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 input[type=password]: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: 13px;
	color:#C30;
	display: block;
	padding-bottom:2px;
}

.formulario-caixa .caixa_file {
	border:1px solid #999;
	background:#FBFBF0;
	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:10px 5px;
	border-radius:4px;
}

.formulario-caixa-erro input[type=password] {
	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:10px 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:10px 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:10px 5px;
	border-radius:4px;
	-webkit-appearance:menulist-button;
	height:36px;
}

.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:10px 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:10px 5px;
	border-radius:4px;
}

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

.botao {
	float:left;
	border:0px;
	padding:11px 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% - 335px);  /* para Chrome */
	 width: -moz-calc(100% - 335px);     /* para Firefox */
	 width: calc(100% - 335px);   
	position:fixed;
	bottom:0px;
	right:0px;
	margin:0px -5px 0px -20px;
	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:10px;
	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:10px;
	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 {
	background:left center no-repeat;
	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-color:#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-apagar-adicional {
	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-adicional:hover {
	background:url(../images/011.png) center center no-repeat #D0021B;
	border-color:#870011;
}

.lista-apagar-alternativa {
	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-alternativa: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-adicional-arquivo {
	width:22px;
	height:22px;
	float:right;
	margin:-3px 0px 0px 7px;
	border:1px solid #CCC;
	background:url(../images/027.png) center center no-repeat #eee;
	border-radius:4px;
	cursor:pointer;
}

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

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

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

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

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

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

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

.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:10px 5px;
	border-radius:4px;
	-webkit-appearance:menulist-button;
	height:37px;
}

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

.bt_formulario{
	width: 21%;
	width: -webkit-calc(25% - 31px);
	width: -moz-calc(25% - 31px);
	width: calc(25% - 31px);
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:0px;
	padding:8px 10px;
	text-align:center;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:#000;
	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;
	cursor:pointer;
}

.bt_formulario_on {
	background-color:#237ABB;
	color:#FFF;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2), 0 1px 2px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2), 0 1px 2px 0px rgba(0,0,0,0.4);
}

.bt_formulario3{
	width: 21%;
	width: -webkit-calc(33.33333% - 31px);
	width: -moz-calc(33.33333% - 31px);
	width: calc(33.33333% - 31px);
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:0px;
	padding:8px 10px;
	text-align:center;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:#000;
	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;
	cursor:pointer;
}

.bt_formulario3:hover {
	background-color:#237ABB;
	color:#FFF;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2), 0 1px 2px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2), 0 1px 2px 0px rgba(0,0,0,0.4);
}

.loading-ajax {
	background:url(../images/019.gif) center top no-repeat;
	padding-top:26px;
	font-family:verdana;
	font-size:12px;
	color:#777;
	text-align:center;
	margin:60px 0px;
}

.remover_subregistro {
	width:5%;
	height:31px;
	margin-left:-10px;
	margin-right:10px;
	margin-top:16px;
	margin-bottom:15px;
	display:table;
	float:right;
	background:#cc3400;
	border-radius:6px;
	text-align:center;
	cursor:pointer;
	color:#FFF;
}

.remover_subregistro:hover {
	background:#ccc;
	color:#000;
}

.remover_subregistro .td {
	height:100%;
	display:table-cell;
	vertical-align:middle;
	font-family:verdana;
	font-size:16px;
}


.redactor_editor	{
	min-height:150px;
}


.tabela_grade {
	width:100%;
	border:1px solid #CCC;
	border-collapse:collapse;
}

.tabela_grade {
	width:100%;
	border:1px solid #CCC;
	border-collapse:collapse;
}

.tabela_grade tr, .tabela_grade td {
	border:1px solid #CCC;
	border-collapse:collapse;
	padding:10px;
	background:#FFF;
	font-size:12px;
}

.tabela_grade .td-header {
	background:url(../images/023.png) center center repeat-x;
	font-size:14px;
	font-weight:bold;
}

.baixar_campo {
	margin:5px;
	float:left;
}

.baixar_campo label {
	display:block;
	text-align:left;
}

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

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

.baixar_campo select {
	border:1px solid #CCC;;
	background:#FBFBFB;
	font-family:arial;
	font-size:13px;
	color:#000;
	width:100%;
	padding:7px 5px;
	border-radius:4px;
	-webkit-appearance:menulist-button;
	height:31px;
}


.estatistica_home {
	width:50%;
	width: -webkit-calc(33.3333% - 30px);  /* para Chrome */
	width: -moz-calc(33.3333% - 30px);     /* para Firefox */
	width: calc(33.3333% - 30px);
	height:90px;
	float:left;
	margin:5px;
	background:url(../images/024.png) bottom left no-repeat #237ABB;
	font-family:arial;
	font-size:36px;
	color:#FFF;
	text-align:right;
	padding-right:20px;
	padding-top:20px;
	cursor:pointer;
}

.estatistica_home h3 {
	font-size:18px;
	margin:0px;
	padding:0px;
	margin-top:-5px;
	font-weight:normal;
}

.estatistica_home:hover {
	background-color:#0C5285;
}

.pendencias_home {
	width:100%;
	width: -webkit-calc(100% - 10px);  /* para Chrome */
	width: -moz-calc(100% - 10px);     /* para Firefox */
	width: calc(100% - 10px);
	height:220px;
	float:left;
	margin:5px;
	background:#CCC;
}

.pendencias_home h3 {
	margin:0px;
	padding:0px;
	background:#999;
	padding:5px 10px;
	font-family:arial;
	font-size:14px;
	color:#000;
}

.pendencias_home .lista {
	border-top:1px solid #888;
	padding:5px 10px;
	font-family:arial;
	font-size:12px;
	color:#000;	
}

.pendencias_home .lista span {
	display:block;
	min-width:10px;
	float:right;
	font-weight:bold;
}

.telas					{ min-height:180px; padding:10px 0px; border-top:1px solid #CCC; text-align:left; }
.telas-imagem			{ width:240px; height:180px; float:left; background:center center no-repeat #ebebeb; background-size:cover; -webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2); box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2); }
.telas-titulo			{ margin-left:260px; font-size:14px; font-weight:bold; }
.telas-texto			{ margin-left:260px; }
.telas-aprovado			{ font-weight:bold; color:#00A14F; padding:10px 0px; }
.telas-ajustes			{ font-weight:bold; color:#9D0502; padding:10px 0px; }

.info_tela				{ margin:20px 20px 20px 20px; font-family:'Droid Sans', sans-serif; font-size:13px; border:1px solid #CCC; background:#FFF; padding:20px; }
.info_tela_titulo		{ cursor:pointer; font-size:15px; color:#000; font-weight:bold; background:url(../../images/015.png) right center no-repeat; padding-top:3px; }

.info_empresa			{ margin:20px 20px 20px 20px; font-family:'Droid Sans', sans-serif; font-size:13px; border:1px solid #CCC; background:#FFF; padding:20px; }
.info_empresa_titulo	{ cursor:pointer; font-size:15px; color:#000; font-weight:bold; background:url(../../images/015.png) right center no-repeat; padding-top:3px; }
.info_empresa_caixa		{ display:none; border-top:1px solid #CCC; margin-top:20px; padding-top:10px; }

.info_projeto			{ margin:20px 20px 20px 20px; font-family:'Droid Sans', sans-serif; font-size:13px; border:1px solid #CCC; background:#FFF; padding:20px; height:300px; overflow-y:scroll; }
.info_projeto h3		{ margin:0px; padding:0px; }
.info_projeto p			{ margin:0px; padding:5px 0px 5px 0px; }

.is-disabled {
opacity: .5;
position: relative;
}
.is-disabled::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: ' ';
}

.paginacao													{ width:340px; margin:0px auto; height:100px; font-size:13px; }
.paginacao-indice											{ margin:0px 120px; border:1px solid #CCC; padding:10px 0px; text-align:center; font-size:1.083em; color:#777; }
.paginacao-anterior-ativo									{ width:100px; float:left; font-family:'glober_bold', sans-serif; font-size:1.167em; color:#000; padding:10px 0px; text-align:right; }
.paginacao-anterior-ativo:hover								{ text-decoration:underline; }
.paginacao-anterior-desativado								{ width:100px; float:left; font-family:'glober_bold', sans-serif; font-size:1.167em; color:#777; padding:10px 0px; text-align:right; }
.paginacao-proximo-ativo									{ width:100px; float:right; font-family:'glober_bold', sans-serif; font-size:1.167em; color:#000; padding:10px 0px; text-align:left; }
.paginacao-proximo-ativo:hover								{ text-decoration:underline; }
.paginacao-proximo-desativado								{ width:100px; float:right; font-family:'glober_bold', sans-serif; font-size:1.167em; color:#777; padding:10px 0px; text-align:left; }


.select2-container												{ float:left; margin-right:5px; }
.select2-container--default .select2-selection--single			{ height:37px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered		{ padding:4px; }
.select2-container--default .select2-selection--single .select2-selection__arrow		{ padding:4px; }


/* ==========================================================================
   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;
    }
}
