@charset "utf-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-middle: 0px;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	color: #00C;
	text-decoration: none;
}
a:hover {
	color: #006;
	text-decoration: none;
}
a:active {
	color: #006;
	text-decoration: none;
}
.linha {
	border-top: none;
	border-right: none;
	border-middle: 1px solid #000000;
	border-left: none;
	height:20px;
}
.maiuscula{
	text-transform:uppercase !important;
}
body,td,th,input,select,textarea {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto Condensed', Arial;
	font-size: 16px;
}
.obs {
	margin:5px 0;
	text-align:center;
}
.menor {
	font-size:80%;
}
.campo {
	background-color: #F2F2F2;
    border: 2px solid #CCCCCC;
    color: #0000CC;
    padding: 2px;
}
.campoErro{
	background-color: #FFFFCC;
}
.botaoEnviar{
  border: 2px solid #334852;
  color: #334852;
  text-transform: uppercase;
  display: inline-block;
  font-size: 19px;
  font-weight: 300;
  margin: 10px 0 0;
  padding: 5px 25px;
  border-radius: 0px !important;
  background: 0 0;
	cursor:pointer;
}
.botaoEnviar{
  border: 2px solid #334852;
  color: #334852;
  text-transform: uppercase;
  display: inline-block;
  font-size: 19px;
  font-weight: 300;
  margin: 10px 0 0;
  padding: 5px 25px;
  border-radius: 4px;
  background: 0 0;
	cursor:pointer;
}

.botaoEnviar:hover{
  color:#fff;
  text-decoration: none;
  background:  #334852;  
}

.configuracao{
	font-size:12px;
	margin:3px 15px 3px 3px;
}
.configuracao h4{
	margin:2px;
	padding:2px;
	font-size:14px;
}

.configuracao h5{
	margin:2px;
	padding:2px;
	font-size:12px;
}
.categorias label{
	float:left;
}
label{
	background-color: #A8C8C8;
  	border: 2px solid #8BB5B5;
    margin: 4px;
    padding: 4px;
	display: inline-block;
}
.dados{
	font-weight:bold;
}
.ajax-file-upload-progress{
	font-size: 11px;
}
.centralizado {
	text-align: center;
}
h2{
	padding:0;
	margin:0;
}
.pontilhado{
	border:dashed 1px #999999;
	padding:5px;
}
.excluir{
}
.statusTXT{
	display: none;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    width: 100px;
}
.Status_N{
	background-color:#CCC;
	padding:3px;
	display:inline-block;
}
.Status_V{
	background-color:#FF0;
	padding:3px;
	display:inline-block;
}
.Status_I{
	background-color:#FF7171;
	padding:3px;
	display:inline-block;
}
.Status_P{
	background-color:#75FF98;
	padding:3px;
	display:inline-block;
}
.checked{
	background-color:#5EFF92;
}
input[type='text'],textarea, select {
	background-color: #C8C8C8;
	border: none;
	padding: 10px;
	color: #009;
	border-radius: 5px;
	text-transform: uppercase;
}
select#categoria, select#cidade {
	font-weight:bold;
}

.ui-datepicker-month, .ui-datepicker-year{
    font-size: 10px !important;
    padding: 2px;
    width: 90px !important;
}
.ui-datepicker-year{
    width: 60px !important;
}
.botaoEnviar{
	border-radius: 10px;
}

label {
	background-color: #E8E8E8;
    display: inline-block;
    margin: 1px 10px;
    padding: 5px;
	border-radius: 10px;
}



/* loading ======================== */
/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}