@CHARSET "ISO-8859-1";
/*@import url(https://fonts.googleapis.com/css?family=Comfortaa);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin);*/

@font-face {
  font-family: Akziden;
    src: url(../fonts/Akziden.otf);
}


* {
	font-family: "Ubuntu", arial;
}

.login-main{
	background-image: #ffe;
}

textarea{
  border-radius: 0!important;
}

.esqueci{
	font-size: 10pt;
	font-family: "Ubuntu",calibri, arial, sans-serif;
}

.selectPrioridade {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: none;
  background-color: transparent;
}

.busca-geral {
      margin-top: -47px;
      width: 250px;
      margin-left: 30px;
}

.progress {
    width: 150px;
    float: right;
      border-radius: 0px!important;
      margin-bottom: 0px!important;
      
}

table tr td {
  cursor: pointer!important;
  padding: 5px;
}

.memory {
  width: 230px;
  height: 20px;
  float: right;
  margin-right: 50px;
}

#memory2 {
  color: #eee;
}

.busca-input {
      border-radius: 0px!important;
}

.btn-user {
  float: right;
  margin-right: 50px;
  margin-top: -45px;
  background-color: #838282!important;
  color: #8d8d8d;
}

.btn-atalhos {
  float: left;
  margin-left: 50px;
  margin-top: 10px;
}

.header-main{
	margin: 0px;
	width: 100%;
	height: 90px;
	background: #333;
	border-bottom: 1px solid #444;
	padding: 10px;
}

input:required:focus{
	border: 1px solid #b00;
	background-color: #fff;

}

.header-main h2 a{
	text-align: center;
	color: #42532e;
	font-family: 'Ubuntu','Museo100', arial;
	font-weight: normal;
}

.header-main h2 img{
	margin-top: -14px;
	margin-left: -2px;
}

.header-buscar button{
	background: #eee;
}

.logoIni {
	text-align: center;
	color: #5e5e5e;
	font-family: 'Ubuntu','Museo100', arial;
}

#lupa{
	margin: -11px 0 0 5px;
	height: 28px;
	width: 40px;
	border: 0px;

	background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.2);
  cursor: pointer;
  outline: none;
}
#lupa:hover{
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.header-busca{
	position: absolute;
	top: 22px;
	left: 50px;
}

#header-login {
	background: #dcdcdc;
	border-bottom: 3px solid #777;
	color: #eee;
	padding: 3px;
	text-align: center;

}

#header-login h1 {
	font-size: 22pt;
	font-weight: normal;
}

#footer-login {
	background: #ddd;
}

.formLogin {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}

.formLoginAdm {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}

.formLoginAdm:before,.formLogin:after {
	display: table;
	line-height: 0;
	content: "";
}

.formLogin:before,.formLogin:after {
	display: table;
	line-height: 0;
	content: "";
}

.form-signin {
	width: 75%;
	margin: 130px auto;
  background-color: #fff;
  border-left: 1px solid #eee;
  box-shadow: 3px 3px 3px #bbb;
  height: 100%;
}

#sublogin {
  padding: 25px 29px 29px;
  width: 100%;
  background: #fff;
}

.apresentacao{
	line-height: 0.6cm;
	font-size: 9pt;
  background: #fff;
  text-align: justify;
}

.apresentacao p{
  text-indent: 1.2cm;
}

.barra p{
	padding: 5px;
	font-size:40pt;
}

.menuLat{
	background-color:white;
	float:left;
	width:100%;
}

.menuLat li a {
	font-weight: bold;
	font-size: 11pt;
	color: #42532e;
	line-height: 1cm;
	text-decoration: none;
	/*height: 50px;*/
	/*background-color: #9bcd66;*/
	vertical-align: middle;

}

.menuLat li a:hover {
	/*font-weight: bold;*/
	/*background-color: #9bcd66;*/
	text-decoration: underline;

}


#menu{
  float:left;
  width:100%;
  top:0%;
  padding:0px;
  margin-left: -10px;
  position:fixed;
  background-color:black;
  z-index:100000;
  display:none;
}
.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;} /* this make our menu fixed top */

#progresso {
  position: absolute;
  left: 86.2%;
  top: 60px;
  z-index: 9999;
  display: inline;
}

.texto {
  position: absolute;
  top: -1px;
  left: 32%;
  color: #eee;
  font-size: 8pt;
  z-index: 99999999;
  text-align: center;
}

progress {
  width: 140px;
  height: 17px;
  display: block;
  /* Important Thing */
  -webkit-appearance: none;
  border: none;
}

/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
  background: black;
  border-radius: 50px;
  padding: 2px;
  box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

/* Now the value part */
progress::-webkit-progress-value {
  border-radius: 50px;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
  background:
  -webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
  -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
  -webkit-linear-gradient(left, #ba7448, #c4672d);

  /* Looks great, now animating it */
  background-size: 25px 14px, 100% 100%, 100% 100%;
  -webkit-animation: move 5s linear 0 infinite;
}

/* That's it! Now let's try creating a new stripe pattern and animate it using animation and keyframes properties  */

@-webkit-keyframes move {
  0% {background-position: 0px 0px, 0 0, 0 0}
  100% {background-position: -100px 0px, 0 0, 0 0}
}

/* Prefix-free was creating issues with the animation */

.wrapper-dropdown-5 {
  /* Size & position */
  z-index: 99999;
  position: relative;
  width: 12%;
  /*margin: 0 auto;*/
  padding: 10px 12px;
  left: 82%;
  top: -4.5em;

  /* Styles */
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.2);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after { /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #444 transparent;
}

.wrapper-dropdown-5 .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: -1.8em;
  /* right: -5em; */
  width: 99%;
  /* Styles */
  background: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  /* Hiding */
  max-height: 0;
  overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
  padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #42532e;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
  border: none;
}

.wrapper-dropdown-5 .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
  color: #42532e;
  border-color: #444;
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  font-weight: bold;
}

/* Active state */

.wrapper-dropdown-5.active {
  background: #444;
  box-shadow: 0 2px 0 rgba(0,0,0,0.5);
  border-bottom: none;
  color: white;
}

.wrapper-dropdown-5.active:after {
  border-color: #2E2E2E transparent;
}

.wrapper-dropdown-5.active .dropdown {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  max-height: 400px;
}

.cab{
	position: absolute;
	left: 3%;
	top:2%;

}

.logButton{
  position: absolute;
  right:4%;
  top:3%;
  /*min-width: 150px;*/
}

.logButtonAdm{
  position: absolute;
  right:4%;
  top:1%;
  min-width: 150px;
}

.direitos{
  position: absolute;
  bottom: 2%;
  right: 2%;
  text-align:right;
  font-size:9pt;
}

.areaAdm{
  position: absolute;
  top: 2%;
  right: 2%;
  text-align:right;
  font-size: 9pt;
  color: #5E5E5E;
}

.areaAdm a{
  color: #42532e;
}


.telaInicialEsquerda{
  position: absolute;
  bottom: 2%;
  left: 2%;
  text-align:left;
  font-size:9pt;
}

.fundo_escuro_fade{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}

.conteudo_janela {
  display: none;
  position: absolute;
  top: 5%;
  left: 15%;
  width: 70%;
  height: 85%;
  padding: 16px;
  border: 16px solid orange;
  background-color: white;
  z-index:1002;
  overflow: auto;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;

}

.shadow {
	background: #f5f5f5;
	width: 900px;
	height: 320px;
	padding: 10px;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}

.pagCapa{



}

.page {
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;
}
.page:hover {
	color: #6F7070;
	cursor: pointer;
	text-decoration: underline;
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;
}
.page1 {
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;
}
.page1:hover {
	color: #6F7070;
	cursor: pointer;
	text-decoration: underline;
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;
}
.page2 {
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;

}
.page2:hover {
	color: #6F7070;
	cursor: pointer;
	text-decoration: underline;
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;
}
.page3 {
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;

}
.page3:hover {
	color: #6F7070;
	cursor: pointer;
	text-decoration: underline;
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;
}
.page4 {
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;

}
.page4:hover {
	color: #6F7070;
	cursor: pointer;
	text-decoration: underline;
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;
}
.page5 {
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;

}
.page5:hover {
	color: #6F7070;
	cursor: pointer;
	text-decoration: underline;
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;

}
.page6 {
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;

}
.page6:hover {
	color: #6F7070;
	cursor: pointer;
	text-decoration: underline;
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;

}
.pagenum {
	color: #000000;
	font-size: 1.4em;
	float: center;
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 /*border-left-width: 0;*/
 margin-left: -5px;

}

#escurecerLog {
    background: rgba(100,100,100,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
  }

#escurecer, #escurecer_map {
  background: rgba(100,100,100,0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
#escurecer1 {
  background: rgba(100,100,100,0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
#escurecer2 {
  background: rgba(100,100,100,0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
#escurecer3 {
  background: rgba(100,100,100,0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
#escurecer4 {
  background: rgba(100,100,100,0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
#escurecer5 {
  background: rgba(100,100,100,0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
#escurecer6 {
  background: rgba(100,100,100,0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

#escurecer7 {
  background: rgba(100,100,100,0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
#escurecer8 {
    background: rgba(100,100,100,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

#escurecer9 {
    background: rgba(100,100,100,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
#escurecer10 {
    background: rgba(100,100,100,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
#escurecer11 {
    background: rgba(100,100,100,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
  #quadroLog {
    #position: fixed;
    #top: 100px;
    #left: 220px;
    #z-index: 99991;
    #background-color: white;
    #width: 900px;
    #height: auto;
    #text-align: left;
    #padding: 15px;
    #border: 2px solid #aaa;
    #-webkit-border-radius: 4px;
      position: fixed;
      top: 5%;
      left: 3%;
      width:95%;
      height:90%;
      padding: 2px;
      background: #fff;
      border: 2px solid #aaa;
      z-index: 9999999;
      border-radius: 5px;
      text-align: left;
  }

#quadro, #quadro_map{
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 9999999;
  border-radius: 5px;
  text-align: left;

}

#quadro:after, #quadro_map:after {
  opacity: 0.3;
}

#quadro p, #quadro_map p {
  text-align: justify;
  line-height: 1em;
}

#quadro label, #quadro_map label{
  font-weight: bolder;
}
#quadro8 {
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 9999999;
  border-radius: 5px;
  text-align: left;
}

#quadro8:after {
    opacity: 0.3;
}

#quadro8 p {
    text-align: justify;
    line-height: 1em;
}

#quadro8 label {
    font-weight: bolder;
}
#quadro1 {
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 999999;
  border-radius: 5px;
  text-align: left;
}

#quadro1:after {
  opacity: 0.3;
}

#quadro1 p {
  text-align: justify;
  line-height: 1em;
}

#quadro1 label {
  font-weight: bolder;
}

#quadro2 {
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 9999999;
  border-radius: 5px;
  text-align: left;
}

#quadro2:after {
  opacity: 0.3;
}

#quadro2 p {
  text-align: justify;
  font-family: "Ubuntu",arial;
  line-height: 1em;
}

#quadro2 label {
  font-weight: bolder;
}

#quadro3 {
  position: fixed;
  top: 10px;
  left: 150px;
  z-index: 9999999;
  background-color: white;
  width: 1000px;
  height: 600px;
  text-align: center;
  padding: 15px;
  border: 2px solid #aaa;

}

#quadro3:after {
  opacity: 0.3;
}

#quadro3 p {
  text-align: justify;
  font-family: "Ubuntu",arial;
  line-height: 1em;
}

#quadro3 label {
  font-weight: bolder;
}
#quadro4 {
  position: fixed;
  top: 10px;
  left: 150px;
  z-index: 9999999;
  background-color: white;
  width: 1000px;
  height: 600px;
  text-align: center;
  padding: 15px;
  border: 2px solid #aaa;

}

#quadro4:after {
  opacity: 0.3;
}

#quadro4 p {
  text-align: justify;
  font-family: "Ubuntu",arial;
  line-height: 1em;
}

#quadro4 label {
  font-weight: bolder;
}
#quadro5 {
  position: fixed;
  top: 5%;
  right:20%;
  background-color: white;
  width:60%;
  height:85%;  
  text-align: center;
  padding: 15px;
  border: 2px solid #aaa;
  z-index: 99999;


}

#quadro5:after {
  opacity: 0.3;
}

#quadro5 p {
  text-align: justify;
  font-family: "Ubuntu", arial;
  line-height: 1em;
}

#quadro5 label {
  font-weight: bolder;
}
#quadro6 {
  position: fixed;
  top: 10px;
  left: 150px;
  z-index: 9999999;
  background-color: white;
  width: 1000px;
  height: 600px;
  text-align: center;
  padding: 15px;
  border: 2px solid #aaa;
}

#quadro6:after {
  opacity: 0.3;
}

#quadro6 p {
  text-align: justify;
  font-family: "Ubuntu", arial;
  line-height: 1em;
}

#quadro6 label {
  font-weight: bolder;
}

#quadro7 {
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 9999999;
  border-radius: 5px;
  text-align: left;
}

#quadro7:after {
  opacity: 0.3;
}

#quadro7 p {
  text-align: justify;
  font-family: "Ubuntu", arial;
  line-height: 1em;
}

#quadro7 label {
  font-weight: bolder;
}

#detalhesQuadro {
 line-height: 2.3em;
 font-size: 13pt;
}

#detalhesQuadro span {
  line-height: 1.3em;
}
#paginacao {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacao li {
  display: inline;
  padding-left: 5px;
}
#paginacao li:hover {
  font-weight: bold;
}
#paginacaoB {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoB li {
  display: inline;
  padding-left: 5px;
}
#paginacaoB li:hover {
  font-weight: bold;
}
#paginacaoC {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoC li {
  display: inline;
  padding-left: 5px;
}
#paginacaoC li:hover {
  font-weight: bold;
}
#paginacaoD {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoD li {
  display: inline;
  padding-left: 5px;
}
#paginacaoD li:hover {
  font-weight: bold;
}
#paginacaoE {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoE li {
  display: inline;
  padding-left: 5px;
}
#paginacaoE li:hover {
  font-weight: bold;
}
#paginacaoG {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoG li {
  display: inline;
  padding-left: 5px;
}
#paginacaoG li:hover {
  font-weight: bold;
}
#paginacaoH {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoH li {
  display: inline;
  padding-left: 5px;
}
#paginacaoH li:hover {
  font-weight: bold;
  }#paginacaoI {
    padding:0px;
    margin:0px;
    list-style:none;
  }
  #paginacaoI li {
    display: inline;
    padding-left: 5px;
  }
  #paginacaoI li:hover {
    font-weight: bold;
  }
  #fecharQuadro, #fecharQuadroMap{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }
 #fecharQuadro1{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }
 #fecharQuadro2{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }
 #fecharQuadro3{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }
 #fecharQuadro4{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }
 #fecharQuadro5{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }
 #fecharQuadro15{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }
 #fecharQuadro6{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }
 #fecharQuadro7{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }
#fecharQuadro8{
    top: 1%;
    position: absolute;
    right: 1%;
    background: #610B0B;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 0.7%;
    padding-right: 0.7%;
    cursor: pointer;
}

 #fecharQuadro9{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }

 #fecharQuadro10{
   top: 1%;
   position: absolute;
   right: 1%;
   background: #610B0B;
   color: #fff;
   border-radius: 50%;
   font-weight: bold;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 0.7%;
   padding-right: 0.7%;
   cursor: pointer;
 }

#fecharQuadro11{
    top: 1%;
    position: absolute;
    right: 1%;
    background: #610B0B;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 0.7%;
    padding-right: 0.7%;
    cursor: pointer;
}

 .menu {
   display: block;
 }
 .navbar-brand {
   display: none;
 }
 .sr-only{
   display: none;
 }
 .icon-bar{
   display: none;
 }
 .navbar-toggle{
   display: none;
 }
 #legenda{
   background: #E6E6E6;
   border: 1px solid #000;
   width: 30%;
   padding: 10px;
 }
 .append{
   width: 50em;
 }
 .textAppend{
   width: 40em;
 }
 .tecnicoAppend{
   width: 50em;
 }
 /*/////////////////////RESPONSIVO/////////////////////////////////////////////*/
 /* Tablet Portrait ao padrão 960 */
 @media only screen and (min-width: 768px) and (max-width: 959px) {
   .header-busca{
     visibility: hidden;
   }
   div.wrapper-demo{
     visibility: hidden;
   }
   .sr-only{
    display: block;
  }
  .icon-bar{
    display: block;
  }
  .container{
    width: 100%;
  }
  .navbar-toggle{
    display: block;
    position: relative;
    float: right;
    padding: 5px 10px;
    margin-top: 8px;
    margin-right: 25px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
  }
  .navbar-header{
    background: #5e5e5e;
    height: 3em;
  }
  .menu{
   display: none;
 }
 .navbar-brand {
  display: block;
  margin-left: 3%;
  font-size:1.5em;
  color:#fff;
  width: 10%;
  padding-top: 1.2%;
}
.container .navbar-header .navbar-toggle .icon-bar {
  display: block;
  width: 2em;
  height: 0.2em;
  margin-top: 0.2em;
  margin-right: 1.5em;
  background-color: #fff;
  z-index: 9999;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.menu ul li{
  display: block;
  width: 100%;
  height: auto;
}
.apresentacao{
  display: none;
}
.span2{
  display: none;
}
#wellCadastroChamados{
  display: none;
}
#wellChamados{
  width: 59em;
}
.container-fluid{
  left:0;
}
.row-fluid{
  margin-left: -16em;
}
}
/* Todos tamanhos de mobile */
@media only screen and (max-width: 767px) {
	.header-busca{
   visibility: hidden;
 }
 div.wrapper-demo{
   visibility: hidden;
 }
 .sr-only{
  display: block;
}
.icon-bar{
  display: block;
}
.container{
  width: 100%;
}
.navbar-toggle{
  display: block;
  position: relative;
  float: right;
  padding: 5px 10px;
  margin-top: 8px;
  margin-right: 25px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;

}
.navbar-header{
  background: #5e5e5e;
  height: 3em;
}
.menu{
 display: none;
}
.navbar-brand {
  display: block;
  margin-left: 3%;
  font-size:1.5em;
  color:#fff;
  width: 10%;
  padding-top: 1.2%;
}
.container .navbar-header .navbar-toggle .icon-bar {
  display: block;
  width: 2em;
  height: 0.2em;
  margin-top: 0.2em;
  margin-right: 1.5em;
  background-color: #fff;
  z-index: 9999;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.menu ul li{
  display: block;
  width: 100%;
  height: auto;
}
.apresentacao{
  display: none;
}
.span2{
  display: none;
}
#wellCadastroChamados{
  display: none;
}
#wellChamados{
  width: 40em;
}
.container-fluid{
  left:0;
}
.row-fluid{
  margin-left: -10em;
}
.append{
  width: 30em;
}
.textAppend{
  width: 30em;
}
.tecnicoAppend{
  width: 30em;
}
}
/* Mobile em landscape a tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.header-busca{
   visibility: hidden;
 }
 div.wrapper-demo{
   visibility: hidden;
 }
 .sr-only{
  display: block;
}
.icon-bar{
  display: block;
}
.container{
  width: 100%;
}
.navbar-toggle{
  display: block;
  position: relative;
  float: right;
  padding: 5px 10px;
  margin-top: 8px;
  margin-right: 25px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;

}
.navbar-header{
  background: #5e5e5e;
  height: 3em;
}
.menu{
 display: none;
}

.navbar-brand {
  display: block;
  margin-left: 3%;
  font-size:1.5em;
  color:#fff;
  width: 10%;
  padding-top: 1.2%;
}
.container .navbar-header .navbar-toggle .icon-bar {
  display: block;
  width: 2em;
  height: 0.2em;
  margin-top: 0.2em;
  margin-right: 1.5em;
  background-color: #fff;
  z-index: 9999;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.menu ul li{
  display: block;
  width: 100%;
  height: auto;
}
.apresentacao{
  display: none;
}
.span2{
  display: none;
}
#wellCadastroChamados{
  display: none;
}
#wellChamados{
  width: 37.5em;
  padding:1px;
}
.container-fluid{
  left:0;
}
.row-fluid{
  margin-left: -10em;
}
.append{
  width: 30em;
}
.textAppend{
  width: 30em;
}
.tecnicoAppend{
  width: 30em;
}
}
/* Mobile em portrait a mobile em landscape */
@media only screen and (max-width: 479px) {
	.header-busca{
   visibility: hidden;
 }
 div.wrapper-demo{
   visibility: hidden;
 }
 .sr-only{
  display: block;
}
.icon-bar{
  display: block;
}
.container{
  width: 100%;
}
.navbar-toggle{
  display: block;
  position: relative;
  float: right;
  padding: 5px 10px;
  margin-top: 8px;
  margin-right: 25px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}
.navbar-header{
  background: #5e5e5e;
  height: 3em;
}
.menu{
 display: none;
}
.navbar-brand {
  display: block;
  margin-left: 3%;
  font-size:1.5em;
  color:#fff;
  width: 10%;
  padding-top: 1.2%;
}
.container .navbar-header .navbar-toggle .icon-bar {
  display: block;
  width: 2em;
  height: 0.2em;
  margin-top: 0.2em;
  margin-right: 1.5em;
  background-color: #fff;
  z-index: 9999;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.menu ul li{
  display: block;
  width: 100%;
  height: auto;
}
/*fim do menu*/
/*comeco do cadastraChamado*/
.apresentacao{
  display: none;
}
.span2{
  display: none;
}
#wellCadastroChamados{
  display: none;
}
#wellChamados{
  width: 30em;
  padding:1px;
}
.container-fluid{
  left:0;
}
.row-fluid{
  margin-left: -8em;
}
.append{
  width: 22em;
}
.textAppend{
  width: 22em;
}
.tecnicoAppend{
  width: 22em;
}
.input-append{
  width: 22em;
  float:left;
}
.label1{
  float:left;
}
input[type="text"], button[type="button"]{
  float: left;
}
/*fim do cadastraChamado*/
}
/*/////////////////////RESPONSIVO/////////////////////////////////////////////*/

.content-main {
	margin: 0 auto;
	width: 960px;
	background-color: #eee;
}
div#contatos{
  width: 99%;
  border-left: 1px solid #5e5e5e;
  background: #5e5e5e;
  /*position: fixed;*/
  /*height: 100%;*/
  overflow-y: auto;
  overflow-x:hidden;
  /*border-top: 1px solid #5e5e5e;*/
  border-right: 1px solid #5e5e5e;
  /*z-index: 999;*/
  height: 500px;
  bottom: 0;
  /*z-index: 400;*/

}
div#contatos ul li{
  color: #fff;
  z-index: 99999;
  font: 18px "Trebuchet MS", tahoma, arial;
}
div#conectados{
  background: #151515;
  right: 0;
  bottom: 0;
  font: 12px "Trebuchet MS", tahoma, arial;
  color: #eee ;
  text-align: center;
  font-weight:bold;
  border-bottom: 1px solid #5e5e5e;
  border-top: 1px solid #5e5e5e;
  margin-right: 5px;
  width: 200px;
  position: fixed;
  /*bottom: 0;*/
  /*padding-right: 10px;*/
  z-index: 50000;
  cursor:pointer;
  border-top-right-radius:4px;
  border-top-left-radius:4px;
  box-shadow: 5px 5px 5px 5px rgba(205,183,158,0.5);

  /*border-right: 1px solid #5e5e5e;*/
}
div#contatos ul{
  list-style-type: none;
  margin: 0;
  width: 100%;

}
div#contatos ul li{
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 1px;
}

div#contatos ul li a{
  text-decoration: none;
  display: block;
  padding: 3px;
  font: 15px "Trebuchet MS", tahoma, arial;
  color: #42532e;
  text-align: left;
  /*width: 100px;*/

}
div#contatos ul li a:hover{background: #eee; color:#5e5e5e; font-weight: bold;}
div#janelas{
  position: fixed;
  bottom: 0;
  right: 15%;
  /*width: 800px;*/
  /*width:230px;*/
  z-index: 9999;
}

div#janelas div.janela{
  width: 230px;
  background: #000;
  margin-right: 10px;
  float: right;
  /*display: inline;*/
  clear: left;
  margin-bottom: 0;
  display: block;
  position: static;
  /*border-left:1px solid #5e5e5e;
  border-right:1px solid #5e5e5e;*/
}
div.janela div.topo{
  /*float: inherit;*/
  width: 230px;
  background: #151515;
  height: 25px;
  border-bottom: 2px  solid #5e5e5e;
  border-top: 1px solid #5e5e5e;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  /*position: fixed;*/
}

#corpo{
  /*float: inherit;*/
  position: static;
}
.clear{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.topo.fixar{
  position: fixed;
  bottom: 0;
  /*float:inherit;*/
  width:230px;
  background:#151515;
  height:25px;
  border-bottom:1px  solid #5e5e5e;
  border-top:1px  solid #5e5e5e;
  cursor:pointer;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
div.topo span{
  float: left;
  font: 14px tahoma, arial, helvetica;
  color: #fff;
  margin: 4px;
  position: fixed;
}
div.janela div.topo a#fechar{float:left; padding:2px 6px; height:21px; font:15px tahoma, arial; color:#fff; float:right;
  text-decoration:none; border-top-right-radius: 5px;}
  div.janela div.topo a#fechar:hover{background:#000; border-top-right-radius: 5px;}
  div.janela input[type=text]{
    padding:3px; border:0;
    outline:none;
    background:#f4f4f4;
    font:13px arial, tahoma;
    color:#5e5e5e;
    width:222px;
    margin-left: 0px;
    margin-bottom: 0;
    border-radius: 0;
    border-right:1px solid #5e5e5e;
    border-left:1px solid #5e5e5e;
    /*position: static;*/
  }
  .clear{
    clear: both;
  }
  div.mensagens{
    float:left;
    width:228px;
    background:#ccc;
    height:200px;
    border-bottom:1px solid #5e5e5e;
    border-right:1px solid #5e5e5e;
    border-left:1px solid #5e5e5e;
  }
  div.mensagens ul.listar{
    list-style-type:none;
    float:left;
    width:228px;
    background:#ccc;
    height:200px;
    overflow-y:auto;
    overflow-x:hidden;
    margin-left: 0px;
  }
  div.mensagens ul.listar li.esquerda{
    float:left;
    width:100%;
    padding-bottom:1px;
  }
  div.mensagens ul.listar li.direita{
    float:right;
    width:100%;
    padding-bottom:1px;
    background:#ccc;
  }
  div.mensagens ul.listar li span{
    /*border-top:1px dotted #1C1C1C;*/
    font:13px tahoma, arial, helvetica;
    color:#1C1C1C;
    /*float:left;*/
    width:100%;
    margin:3px;
    font-weight: bold;
  }
  div.mensagens ul.listar li p{
    font:13px tahoma, arial, helvetica;
    color:#000;
    /*float:left;*/
    padding: 4px 12px 4px 12px;
    /*width:210px;*/
    margin:3px;
    /*background: #ccc;*/
  }

  .direita{
    text-align: right;
    background: #aaa;
  }

  div#divContatos tr td#colNome{
    width: 180px;
  }
  div#divContatos tr td#circuloOnline p{
    background: #01DF01;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin: auto;
  }
  div#divContatos tr td#circuloOfline p{
    background: #585858;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin: auto;
  }
  .ticke{
    -webkit-animation: myfirst 1.5s infinite;
    animation: myfirst 1.5s infinite;
    -o-animation: myfirst 1.5s infinite;
    -ms-animation: myfirst 1.5s infinite;
  }
  #ladoEsquerdoCh{
    background:#F2F2F2;
    border:1px solid #42532e;
    right: 0px;
    top:130px;
    height: 100%;
    width: 250px;
    /* float:right;*/
    position: fixed: 9999999;
    z-index: 9
  }
  #ladoDireito{
    position: fixed;
    height: 100%;
    width: 225px;
    background: #f2f2f2;
    right: 0;
    border: 1px solid #aeaeae;
    z-index: 1;
  }

  #ladoDireitoRolagem{
    position: fixed;
    height: 93%;
    width: 241px;
    background: #f2f2f2;
    right: 0;
    border: 1px solid #aeaeae;
    z-index: 1;
  }  

  .lateralTarefas{
    position: fixed;
    height: 93%;
    width: 241px;
    background: #f2f2f2;
    right: 0;
    border: 1px solid #aeaeae;
    z-index: 1;
    overflow-y: scroll;
    top: 139px;
  }

  #ladoEsquerdoChamados{
   position: fixed;
   height: 100%;
   width: 240px;
   background: #f2f2f2;
   left: 0;
   border: 1px solid #aeaeae;
   z-index: 1;
 }

 #centroOpcoesChamados{
    position: fixed;
    background: transparent;
    border: none solid #aeaeae;
    top: 139px;
     margin-left: -0%;
     height: 100px;
     width: 60%;
     
 }

 table#leftChamados tr th{
  background: #5e5e5e;
  color:#eee;
}

table#leftChamados tr:nth-child(2n){
  background: #ddd;
}

table#tblNotas tr th{
  background: #5e5e5e;
  color:#eee;
}

table#tblNotas tr:nth-child(2n){
  background: #ddd;
}

table#tblAnexos tr th{
  background: #5e5e5e;
  color:#eee;
}

table#tblAnexos tr:nth-child(2n){
  background: #ddd;
}

#topoLE{
  background: #F2F2F2;
  color:#5e5e5e;
  padding: 8px 8px 8px 40px;
  height: 20px;
  /* text-align: center;*/
}
#topoLEfat {
  text-align: center;
  font-weight: bolder;
  display: inline-block;
  background: #F2F2F2;
  color:#5e5e5e;
  padding: 8px 8px 8px 40px;
  height: 20px;
}

#ladoEsquerdoChD{
  margin-top: 40px;
  padding: 5px;
  line-height: 2em;
}
#imgD{
  float:right;
  width: 36px;
  padding: 8px 8px 4px 4px;
}
#closed{
  margin-left:29%;
  cursor:pointer;
}
.btn-anexo{
  padding: 10px;
  border:1px solid #666;
  width: 99px;
  color:#111;
  background: #eee;
}
.btn-anexo:hover{
  padding: 10px;
  border:1px solid #001;
  color:#000;
  font-weight: bold;
}
.btnAuditOrdem{
  display: block;
  padding: 10px;
  border:1px solid #666;
  width: 186px;
  color:#111;
  background: #eee;
  margin-bottom: 10px;
}
.btnAuditOrdem:hover{
  color:#000;
  font-weight: bold;
  border:1px solid #001;
}
#btnCham{
  text-align: center;
  padding: 30px 8px 10px 8px;
}

#btnNota{
  margin-left: 4px;
}

#comboArquivo{
  background: #eee;
  float:right;
  padding: 5px;
  width: 988px;
  height:115px;
  border:1px solid #000;
  text-align: left;
}
#comboResultados{
  background: #eee;
  padding: 5px;
  width: 988px;
  float:left;
  margin-top: 10px;
  height:355px;
  border:1px solid #000;
  text-align: left;
}
input#nomeArquivo,
input#nomeArq{
  border: 1px solid #5e5e5e;
}
.btn-anexos{
  background: #fff;
  border:1px solid #5e5e5e;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  line-height: 10px;
}
.btn-anexos:hover{
  background: #5e5e5e;
  color: #fff;
}
.btn-anexos-clear{
  background: #5e5e5e;
  border:1px solid #000;
  color:#fff;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  line-height: 10px;
}
.btn-anexos-clear:hover{
  background: #fff;
  color: #5e5e5e;
  border:1px solid #5e5e5e;
}
#novaNota{
  background: #eee;
  float:left;
  padding: 5px;
  width: 475px;
  height:485px;
  border:1px solid #000;
  text-align: left;
}
#buscaNota{
  background: #eee;
  float:right;
  padding: 5px;
  width: 475px;
  height:485px;
  border:1px solid #000;
  text-align: left;
}

#resultadosNota{
  background: #ddd;
  float:right;
  padding: 5px;
  width: 475px;
  height:300px;
  margin-top: 23px;
  border:1px solid #000;
  text-align: left;
}

#printer {
  background: #eee;
  margin: 0;
  padding: 0;
  text-align: center;
}

#print, .print {
  background: #fff;
  width: 960px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}

#print h3 {
  color: #5e5e5e;
  text-align: center;
}

table#producao tr th{
  background: #5e5e5e;
  color: #eee;
  width: 60px;
  padding: 3px;
  font-size: 11pt;
  font-weight: normal;
}

table#producao tr td:first-child {
  background: #5e5e5e;
  color: #eee;
}

table#producao tr td {
  font-size: 10pt;
}
#titleNotas{
  width: 100%;
  background: #5e5e5e;
  color:#f2f2f2;
  text-align: center;
}
#titleAnexo{
  width: 100%;
  background: #5e5e5e;
  color:#f2f2f2;
  text-align: center;
}


#frame_main {
  margin: 0 auto;
  padding: 25px;
}

#gallery { float: left; width: 40%; list-style:  none; margin-top: 0px; padding: 3px; border: 1px dashed #aaa; height: 300px; overflow: auto;}
.gallery.custom-state-active { background: #eee; }
.gallery li { float: left; width: 96px; margin: 0 0.4em 0.4em 0; text-align: center; }
.gallery li h5 { margin: 0 0 0.4em; cursor: move; }
.gallery li a { float: right; }
#gallery li:nth-child(2n){ background: #eee; }

#trash { float: right; width: 45%; min-height: 18em; padding: 1%; height: 290px; overflow: auto; margin-top: 0px; border: 1px dashed #aaa; }
#trash h4 { line-height: 16px; margin: 0 0 0.4em; background: #5e5e5e; color: #eee; padding: 3px; font-weight: normal; }
#trash h4 .ui-icon { float: left; }
#trash .gallery h5 { display: none; }
#trash ul {
  list-style: none;

}

#trash ul li {
  width: 100%;
  display: block;
  margin-left: -25px;
}

#trash ul li:nth-child(2n){
  background: #eee;
}

.lineRed{
  background: rgba(200,0,0,0.6);
  padding: 3px;
  color: #eee;
  border: 1px solid red;
  text-align: center;
}

.switch-button-background {
  float: left;
  position: relative;
  background: #ccc;
  border: 1px solid #aaa;
  margin: 1px 10px;
  cursor: pointer;
}

.switch-button-button {
  position: absolute;
  left: -1px;
  top: -1px;
  background: #FAFAFA;
  border: 1px solid #aaa;
}

.switch-button-label.off {
  color: #adadad;
}
.switch-button-label {
  float: left;
  font-size: 10pt;
  cursor: pointer;
}

.atualizAuto {
  text-align: center;
  position: absolute;
  left: 80px;
}

.utiliReadout {
  text-align: center;
  position: absolute;
  left: 80px;
}

#sortable1 {
  list-style: none;
  height: 300px;
  overflow: auto;
  border: 1px dashed #5e5e5e;
  padding-left: 0px;
}

#sortable1 li, #sortable2 li {
  padding: 4px;
  background: #eee;
  border: 1px solid #fff;
  cursor: move;
}

#sortable2 {
  border: 1px dashed #5e5e5e;
  list-style: none;
  height: 300px;
  overflow: auto;
  padding-left: 0px;
}

.excluir {
  cursor: pointer;
}

#tiposMultiplos {
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 888888888;
  border-radius: 5px;
  text-align: left;
}

#tiposMultiplos h4 {
  text-align: center;
}

#tiposMultiplos h5 {
  text-align: left;
  color: #777;
}

#multiple {
  margin: 0 auto;
  text-align: center;
  width: 400px;
  font-size: 12pt;
  padding: 5px;
}

#multiple tr:nth-child(2n) {
  background: #eee;
}
#paginacao {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacao li {
  display: inline;
  padding-left: 5px;
}
#paginacao li:hover {
  font-weight: bold;
}
#paginacaoC {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoC li {
  display: inline;
  padding-left: 5px;
}
#paginacaoC li:hover {
  font-weight: bold;
}
#paginacaoD {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoD li {
  display: inline;
  padding-left: 5px;
}
#paginacaoD li:hover {
  font-weight: bold;
}
#paginacaoE {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoE li {
  display: inline;
  padding-left: 5px;
}
#paginacaoE li:hover {
  font-weight: bold;
}
#paginacaoG {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoG li {
  display: inline;
  padding-left: 5px;
}
#paginacaoG li:hover {
  font-weight: bold;
}
#paginacaoH {
  padding:0px;
  margin:0px;
  list-style:none;
}
#paginacaoH li {
  display: inline;
  padding-left: 5px;
}
#paginacaoH li:hover {
  font-weight: bold;
  }#paginacaoI {
    padding:0px;
    margin:0px;
    list-style:none;
  }
  #paginacaoI li {
    display: inline;
    padding-left: 5px;
  }
  #paginacaoI li:hover {
    font-weight: bold;
  }
  .resChamados{
    background: #F2B041;
    border: 1px solid #ffffff;
    padding: 5px 20px 5px 10px;
    color:#ffffff!important;
  }
  .liChamado, .liChamado a{
    color: #fff;
    display:inline;
    cursor:pointer;
    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -o-transform:scale(1.0);
    transform:scale(1.0);
  }
  .liChamado:hover, .liChamado a:hover, .liChamado a:focus{
    text-decoration: underline;
    cursor:pointer;
    -webkit-transform:scale(1.03);
    -moz-transform:scale(1.03);
    -o-transform:scale(1.03);
    transform:scale(1.03);
  }

  .baloon {
    position: absolute;
    top: 1010px;
    left: 5px;
    border: 2px solid #777;
    width: 180px;
    background: #555;
    color:#eee;
    font-size: 10pt;
    text-align: justify;
    padding: 5px;
  }
  #lblNChamados{
    color:#ffffff!important;
  }
  .apresentacao{
    font-family: arial, verdana;
    line-height: 0.6cm;
    text-indent: 1.2cm;
    font-size: 10pt;
    text-align: justify;
  }

  /*Inicio*/
  .tablePerfil1 tr td{
    height: 30px;

  }
  .tablePerfil1 tr td table tr td{
    font-size: 8.5pt;
    height:20px;
  }

  /*Meio*/
  .tablePerfil2 tr td{
    width: 300px;
    height: 30px;
    font-size:10pt;
    font-weight: bold;
  }
  .tablePerfil2 tr td table tr td{
    font-size: 8.5pt;
    font-weight: normal;
    height:20px;
  }

  /*Fim*/
  .tablePerfil3 tr td{
    width: 300px;
    height: 30px;
  }
  .tablePerfil3 tr td table tr td{
    font-size: 10pt;
    height:20px;
  }

/* gráficos/ relatórios */
.graphic_header{
  display: inline-block;
  width: 100%;
  height:100px;
  line-height: 100px;
  text-align: center;
  background: #ffffff;
}
.graphic_header > header{
  display: block;
  font-size:20px;
}
    .graphic_header > header > img{
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 60px;
    }
.btn_print{
  display: inline-block;
  background:#EE0000;
  color:#ffffff;
  padding: 6px;
  border:0;
  cursor: pointer;
  font-weight: bold;
  margin: 0 0 0 20px;
}
@media print {
    #print_cont, #print_valor {page-break-after: always;}
    .btn_print{display:none;}
    .p_filtro{display: block!important;}
    .graphic_header{display:block!important;}
}
#tableCircleOne {
    border-collapse:separate;
    border: solid #ccc 1px;
    padding: 5px;

    overflow:hidden;
}
#tableCircleTwo {
    border-collapse:separate;
    border: solid #ccc 1px;
    padding: 5px;
    overflow:hidden;
}

/** Relacionamento Feriados **/
.filtros_box{
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/** Modal de Relat?ios **/
#quadroRel {
	position: fixed;
  top: 31%;
  left: 35%;
  width:35%;
  height:25%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 999999;
  border-radius: 5px;
  text-align: center;
}

#quadroRel #imprimir {
	margin-top: 20px;
	width: 300px;
}

#quadroRel button {
	border: 0;
	font-weight: bold;
	padding: 7px;
	color: #fff;
	width: 130px;
	margin-top: 10px;
}

#quadroRel h5 {
	margin-top: 20px;
}

#btnCancelar {
	background: #FF4040;
}

#btnImprimir {
	background: #43CD80;
}

/* SOLICITAÇÃO DE SUPRIMENTOS */
/*.head_supri{
  display: block;
  text-align: center;
  background: #ccc;
}
.supri_box{
display: block;
width:100%;
margin:0 auto;
height: auto;
padding: 15px;
border:1px solid #ccc;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;         
}
.new_solic{width:994px;}
.tr_header, .tr_header2{display:block;  width:1043px; height: 40px; vertical-align: top; font-weight:bold; font-size: 0;}
.tr_header > p{background: #ededed; border-color: #000; font-size: 14px;}
.tr_header2 > p{background: #fff; border-color: #000; font-size: 14px;}
.td_1{display:inline-block; width:80px;  height: 40px; text-align:center; vertical-align: top; }
.td_2{display:inline-block; width:100px; height: 40px; line-height: 40px; text-align:center; vertical-align: top;}
.td_3{display:inline-block; width:300px; height: 40px; line-height: 40px; text-align:center; vertical-align: top;}
.td_4{display:inline-block; width:405px; height: 40px; line-height: 40px; text-align:center; vertical-align: top;}
.td_solicitar{display:inline-block;  width:297px; text-align:center; height: 40px; background: #ccc!important; font-size: 20px!important; line-height: 40px;}
#obs_supri{display: inline-block; width: 725px; resize:none; vertical-align: top;}
.btn-supri{height: 50px; margin:0 0 0 70px;  }



.padTd {
    padding: 0 60px 0 0;
    widows:300px;
}
.btn-expan{cursor: pointer;}
.fil_hr{display: block; width: 100%; height: 3px!important; background: #000; margin: 10px 0;}

#avaliado {
  margin: 0 auto;
  width: 960px;
  background: #eee;
  color: #5e5e5e;
  text-align: center;
  padding: 20px;
}
.inline{
  display:inline-block;
  vertical-align: top;  
}
.pedido_status_box{
  display: inline-block;
  width: 750px;
  height: auto;
  text-align: center;
  vertical-align: top;
  margin: 50px 0 0 0;
  font-size: 0;
}
.pedido_box{
  width: 120px;
  height: 60px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}

.pedido_done{
  color: #5cbc67!important;
  border-color: #5cbc67!important; 
}
.border0{
 border: 0!important; 
}
.hide_msg{
  position: absolute;
  display: none;
  font-size: 14px;
  top: -83px;
  right: -135px;
  width: 170px;
  color: #ffffff!important;
  padding: 7px;
  text-align: left;
  height: auto;
  background: #5cbc67;
  z-index: 999;
}
.pedido_box:hover .hide_msg{
  display: block;
}
.btn-campo{
  display: block;
  width: 200px;
  height: 75px;
  border:1px solid #666!important;
  background:#F2F2F2!important;
}
.btn-campo:hover{
  font-weight: bold;
  border:1px solid #001!important; 
  color: #000;
}*/

 /*Solicitação de Suprimentos*/
        .head_supri{
          display: block;
          text-align: center;
          background: #ccc;
        }
        .supri_box{
        display: block;
        width:100%;
        margin:0 auto;
        height: auto;
        padding: 15px;
        border:1px solid #ccc;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        }
        .new_solic{width:994px;}
        .tr_header, .tr_header2{display:block;  width:1043px; height: 40px; vertical-align: top; font-weight:bold; font-size: 0;}
        .tr_header > p{background: #ededed; border-color: #000; font-size: 14px;}
        .tr_header2 > p{background: #fff; border-color: #000; font-size: 14px;}
        .td_1{display:inline-block; width:80px;  height: 40px; text-align:center; vertical-align: top; }
        .td_2{display:inline-block; width:100px; height: 40px; line-height: 40px; text-align:center; vertical-align: top;}
        .td_3{display:inline-block; width:300px; height: 40px; line-height: 40px; text-align:center; vertical-align: top;}
        .td_4{display:inline-block; width:405px; height: 40px; line-height: 40px; text-align:center; vertical-align: top;}
        .td_solicitar{display:inline-block;  width:297px; text-align:center; height: 40px; background: #ccc!important; font-size: 20px!important; line-height: 40px;}
        #obs_supri{display: inline-block; width: 725px; resize:none; vertical-align: top;}
        .btn-supri{height: 50px; margin:0 0 0 70px;  }

        .padTd {
        padding: 0 60px 0 0;
        widows:300px;
        }
        .btn-expan{cursor: pointer;}
        .fil_hr{display: block; width: 100%; height: 3px!important; background: #000; margin: 10px 0;}

        #avaliado {
          margin: 0 auto;
          width: 960px;
          background: #eee;
          color: #5e5e5e;
          text-align: center;
          padding: 20px;
        }

        .boxAcompTransp {
            margin-left: 20%;
        }

        @media (min-width: 959px) {
            .imgCenter {
                margin-left: 20%;
            }
            .imgCenter2 {
                margin-left: 15%;
            }
        }

        @media (max-width: 767px) {
            .imgCenter {
                margin-left: 15%;
            }
            .imgCenter2 {
                margin-left: 10%;
            }
        }


         .statusTransp {
            color: #5CBC67;
            text-decoration: underline;
         }

        .border0{
         border: 0!important; 
        }
        @media (min-width: 959px) {
            .hide_msg{
              position: absolute;
              display: none;
              font-size: 14px;
              top: -83px;
              right: -135px;
              width: 170px;
              color: #ffffff!important;
              padding: 7px;
              text-align: left;
              height: auto;
              background: #5cbc67;
              z-index: 999;
            }
        }

        @media (max-width: 767px) {
            .hide_msg{
              position: absolute;
              display: none;
              font-size: 14px;
              top: -83px;
              width: 170px;
              color: #ffffff!important;
              padding: 7px;
              text-align: left;
              height: auto;
              background: #5cbc67;
              z-index: 999;
            }   
        }

         @media (min-width: 959px) {
            #paddingH4Sup{
                margin: 20px;
            }
        }
        .pedido_box:hover .hide_msg{
          display: block;
        }
        .btn-campo{/*Mudança para novo consultaOrdensServicos.php*/
          display: block;
          width: 90%; /* 200px */
          padding: 10px;
          height: 46px; /* 75px */
          border:1px solid #666!important;
          background:#F2F2F2!important;
        }
        .btn-campo:hover{
          font-weight: bold;
          border:1px solid #001!important; 
          color: #000;
        }
        
        @media (max-width: 767px) {
            .qtdSolSupCentral {
                text-align: center;
            }
        }
        /*Fecha Solicitação de Suprimentos*/


.progressPreto{ 
  display:block;
  background-image:none!important;
  background-color:#000!important;
}
.progressProdutividadePreto{ 
  display:block;
  background-image:none!important;
  background-color:#000!important;
}
.progressProdutividadePretoDet{ 
  display:block;
  background-image:none!important;
  background-color:#000!important;
  padding-left: 5px;
}
.progressMagenta{
  display:block;
  background-image:none!important;
  background-color:#FF00FF!important; 
}
.progressProdutividadeMagenta{
  display:block;
  background-image:none!important;
  background-color:#FF00FF!important; 
}
.progressProdutividadeMagentaDet{
  display:block;
  background-image:none!important;
  background-color:#FF00FF!important; 
  padding-left: 5px;
}
.progressCiano{
  display:block;
  background-image:none!important;
  background-color:#008b8b!important; 
}
.progressProdutividadeCiano{
  display:block;
  background-image:none!important;
  background-color:#008b8b!important; 
  
}
.progressProdutividadeCianoDet{
  display:block;
  background-image:none!important;
  background-color:#008b8b!important; 
  padding-left: 5px;
}
.progressAmarelo{
  display:block;
  background-image:none!important;
  background-color:yellow!important; 
}
.progressProdutividadeAmarelo{
  display:block;
  background-image:none!important;
  background-color:yellow!important; 
}
.progressProdutividadeAmareloDet{
  display:block;
  background-image:none!important;
  background-color:yellow!important; 
  padding-left: 5px;
}
.lblTonerNivel{
  width:139px; display:inline-block; vertical-align:top;
}
.progressBx{
  display:inline-block; width:200px; 
}
.list_bx{
  display: block;
  width: 100%;
  min-height: 150px;
  height: auto;
}
.list_bx > span{
  display: inline-block;
  vertical-align: top;
  width: 170px;
  font-size: 18px;
  font-weight: bold;
}
.list_bx > span:nth-child(1){
margin-left: 20px;  
}
.list_bx > span:nth-child(2){
  width:100px;  
  margin-left: 10px;  
}
.list_bx > span:nth-child(3){
  width:100px;  
  margin-left: 30px; 
}
.list_bx > span:nth-child(4){
  width:50px;  
  margin-left: 1px;  
  margin-right: 30px;  
}
.list_bx > span:nth-child(5){
  width:60px;
  margin-left: 10px;  
  margin:0 25px 0 100px;  
}
.list_bx > span:nth-child(6){
  width:60px;  
  margin-left: -15px;  
  margin-right: 1px;  
}
.list_bx > span:nth-child(7){
width:100px;  
margin-left: 75px;   
margin-right: 5px;  
}
.list_bx > span:nth-child(8){
margin-left: 40px;
}
.list_bx > hr{
margin:10px 0 !important;
}
.ul_list_readout, .ul_list_readout2, .ul_list_readout3, .ul_list_readout1{
  display: block;
  list-style: none;
  margin-left: 3px;
}
.ul_list_readout3{
  margin-left: 3%;
}
.ul_list_readout > li, .ul_list_readout1{
  display: block;
  border-bottom:1px solid #ccc; 
}
.li_list, .li_list2, .li_list1{
  display: block;
  font-size: 14px;
  cursor: pointer;
  height: auto;
}
.li_list, .li_list1{
   /*margin-bottom: 10px;*/ 
   font-size: 14px; 
}
.li_list > p > img, .li_list2 > p > img, .li_list3 > p > img{
  display: inline-block;
  margin-left: 4px;
  width: 18px;
  height: 18px; 
}
.li_list2{
  /*margin: 5px 0;*/
  margin-left: 15px;
  
}
.li_list3{
  margin-left:15px;
  display: block; 
}

.li_list > i{
  margin-top: 4px;
}
.li_list > p, .li_list2 > p{
  display: inline-block;
  width: 250px;
  margin: 0;
}
.li_list3 > p{
  display: inline-block;
  width: 360px;
  margin: 0;
}

.li_list > p:nth-child(1){
}
.li_list2 > i{
  margin-top: 2px;
}
.li_obj_novo{
  display: block;
  margin-left: 50px;
}
.li_obj_novo > p{
  display: inline-block;
  vertical-align: top;
  width: 200px;
  text-align: left;
  margin: 1px 0;
  font-size: 12px;

}
.li_obj_novo > p:nth-child(2){
margin-left: 55px;
}

.li_obj_outro_contrato{
  display: block;
  margin-left: 50px;
}
.li_obj_outro_contrato > p{
  display: inline-block;
  vertical-align: top;
  width: 200px;
  text-align: left;
  margin: 1px 0;
  font-size: 12px;

}
.li_obj_outro_contrato > p:nth-child(2){
margin-left: 55px;
}


.li_obj{
  display: block;
  margin-left: 35px;
}

.li_obj:nth-child(2n) {
  z-index: 99999;
  /*background: #eefbdd;*/
  background: #ffffff;
}


.li_obj_novo:nth-child(2n) {
  z-index: 99999;
  background: #fcf8e3;
}

.li_obj_outro_contrato:nth-child(2n) {
  z-index: 99999;
  background: #fcf8e3;
}

.li_obj > p{
  display: inline-block;
  vertical-align: top;
  width: 200px;
  text-align: left;
  margin: 1px 0;
  font-size: 12px;
  

}
.li_obj > p:nth-child(2){
margin-left: 95px;
}
.tonerBar{
display: inline-block;
vertical-align: top;
width: 50px!important;
text-align: center!important;
color: #fff; 
} 
.ul_list_readout2, .ul_list_readout3{
display: none;
}
.dt_cliente{margin-left: 300px;}
.dt_atualizacao_readout{margin-left: 25px;}
.dt_filial{ margin-left: 223px; }
.dt_servidor{ margin-left: 305px; }
.dt_servidor_atu{ margin-left: 30px; }
.dt_obj{ margin-left: -29px; }

#painel-chamados h3 {
 text-align: center;
}

#table-responsive {
  margin: 10px auto;
  width: 96%;
  margin-bottom: 10px;
}

#table-responsive tr {
  height: 65px;
}

#table-responsive th {
  font-size: 14pt;
  background: #838282;
  color: #eee;
  padding: 5px;
}

#table-responsive th:first-child{
  text-align: left;
}

#table-responsive tr:nth-child(2n+1) {
  background: #eee;
}

#table-responsive td {
  padding: 5px;
}

#table-responsive tr td {
  font-size: 15pt;
  color: #5e5e5e;
  font-weight: bold;
  text-align: center;
}

#table-responsive tr td:first-child {
  color: #5e5e5e;
  text-align: left;
  font-size: 13pt;
}

@media (max-width: 480px) { 

  h3 {
    font-size: 32pt;
  }

  #table-responsive {
    display: block;
    position: relative;
    width: 100%;
  }

  #table-responsive thead,
  #table-responsive tbody,
  #table-responsive th,
  #table-responsive td,
  #table-responsive tr {
    display: block;
  }

  #table-responsive td{
    width: 33%;
  }
}

#modalUser {
     position: fixed;
     top: 100px;
     left: 380px;
     z-index: 9999999;
     background-color: white;
     width: 500px;
     height: 300px;
     text-align: center;
     padding: 15px;
     border: 2px solid #aaa;

 }

#modalUser2 {
    position: fixed;
    top: 100px;
    left: 380px;
    z-index: 9999999;
    background-color: white;
    width: 500px;
    height: 300px;
    text-align: center;
    padding: 15px;
    border: 2px solid #aaa;

}

#modalUser3 {
    position: fixed;
    top: 100px;
    left: 380px;
    z-index: 9999999;
    background-color: white;
    width: 500px;
    height: 300px;
    text-align: center;
    padding: 15px;
    border: 2px solid #aaa;

}


.carregando{
  position: fixed;
  top: 300px;
  left: 48%;
  z-index: 99999999999;
}

.carregandoGIF{
    position:fixed;
    left:55%;
    top:55%;
    margin-left:-110px;
    margin-top:-40px;
}


#modal-input-section{
display: block;
width: 100%;
text-align: left;
}
#alertImpreTinta{
display: block;
width: 100%;
height: auto;
margin-top: 5px;
padding: 7px;
border: 2px solid #fff;
text-align: center;
color:#fff;
background: #db2a2a;
}
#alertImpreTinta > label{
font-size: 14px;
}
#leftChamados{
  width: 200px;
}
.w2ui-overlay{
z-index: 9999999!important;
}


/* AGENDA DE ATENDIMENTOS TÉCNICOS(MODAL) */
.agd-section{
display: inline-block;
margin-right: 15px;
margin-bottom: 25px;
margin-top: 15px;
}
.agd-section:hover{
cursor: pointer;
}
.agd-section:hover .agd-dt{
}
.agd-section:hover .agd-box{
border-bottom:1px solid #000;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
  .agd-section > p{
  text-align: center;
  }

.agd-box{
display: inline-block;
vertical-align: top;
width:140px;
min-height: 70px;
text-align: center;
padding: 8px;
border-bottom:1px solid #fff;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.agd-dt{
height: 30px;
box-sizing: border-box;
line-height: 30px!important;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
background: #34A327;
margin-bottom: 0px;
font-size: 20px;
color: #fff;
text-align: center!important;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.agd-box a{
display: block;
color: #42532e;
font-size: 20px;
line-height: 67px;
margin: 0 auto;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
}
.agd-box a:hover{
  text-decoration: underline;
font-size: 21px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
}
.agd-box a:hover {

}

.ico_modalAgend{
width: 45px;
height: 45px;
}

/* Somente para Chrome e Safari */ 
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  /*#leftChamados { width:200px!important; } */
} 

#buscaModel {
  border: 1px solid #eee;
  width: 530px;
  padding: 5px;
  overflow: auto;
  height: 320px;
  float: left;
}

#buscaModel ul {
  margin-left: -2px;
  list-style: none;
  height: 300px;
}

#buscaModel ul li {
  padding: 2px;
}

#buscaModel ul li:nth-child(2n+1){
  background: #eee;
}


#relacao {
  float: right;
  border: 1px solid #eee;
  background: #F8F8FF;
  padding: 15px;
  width: 400px;
}

#relacao legend {
  font-size: 14pt;
}

#relacao ul {
  list-style: none;
  margin-left: -2px;
  font-size: 9pt;
}

#limpaTudo {
  font-size: 9pt;
  color: #B22222;
  text-align: center;
  cursor: pointer;
}

.fixFoot {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.smallFont {
  font-size: 9pt;
}
.table-striped tr:hover {
  background: #cedeee;
}
.current{
font-weight: bold;
font-size: 14px;
}
.btn-anexo-pedido{
  padding: 10px;
  border:1px solid #666;
  width: 200px;
  color:#111;
  background: #eee;
}

#chamadosRespClientes{
  position: relative;
  background: #db2a2a;
  right: 300%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 5px 5px 5px 5px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosRespClientes:hover {
  text-decoration: underline;
}
#chamadosRespClientes > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosRespClientes > button:hover{
color: #fff;
}

#chamadosRespClientesDigital{
  position: relative;
  background: #db2a2a;
  right: 300%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 25px 10px 10px 10px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosRespClientesDigital:hover {
  text-decoration: underline;
}
#chamadosRespClientesDigital > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosRespClientesDigital > button:hover{
color: #fff;
}

#chamadosRespClientesConcept{
  position: relative;
  background: #db2a2a;
  right: 300%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 25px 10px 10px 10px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosRespClientesConcept:hover {
  text-decoration: underline;
}
#chamadosRespClientesConcept > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosRespClientesConcept > button:hover{
color: #fff;
}

#chamadosAtendFinalizado{
  position: relative;
  background: #db2a2a;
  right: 300%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 5px 5px 5px 5px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosAtendFinalizado:hover {
  text-decoration: underline;
}
#chamadosAtendFinalizado > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosAtendFinalizado > button:hover{
color: #fff;
}

#chamadosAtendFinalizadoDigital{
  position: relative;
  background: #db2a2a;
  right: 300%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 25px 10px 10px 10px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosAtendFinalizadoDigital:hover {
  text-decoration: underline;
}
#chamadosAtendFinalizadoDigital > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosAtendFinalizadoDigital > button:hover{
color: #fff;
}

#chamadosAtendFinalizadoConcept{
  position: relative;
  background: #db2a2a;
  right: 300%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 25px 10px 10px 10px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosAtendFinalizadoConcept:hover {
  text-decoration: underline;
}
#chamadosAtendFinalizadoConcept > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosAtendFinalizadoConcept > button:hover{
color: #fff;
}


#chamadosCampoTerceiros,#chamadosCampoPerfil{
  position: relative;
  background: #db2a2a;
  right: 300%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 5px 5px 5px 5px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosCampoTerceiros:hover,#chamadosCampoPerfil:hover {
  text-decoration: underline;
}
#chamadosCampoTerceiros,#chamadosCampoPerfil> button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosCampoTerceiros,#chamadosCampoPerfil > button:hover{
color: #fff;
}


#chamadosPendFiscal,#chamadosPendFiscalResp,#chamadosNecessMovimentacao{
    position: relative;
    background: #F4A460;
    right: 300%;
    border-radius: 10px;
    width:200px;
    height: auto;
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;

}
#chamadosPendFiscal:hover,#chamadosPendFiscalResp:hover,#chamadosNecessMovimentacao:hover {
    text-decoration: underline;
}
#chamadosPendFiscal,#chamadosPendFiscalResp,#chamadosNecessMovimentacao > button{
    background: #F4A460;
    /*border:1px solid #fff;*/
}
#chamadosPendFiscal,#chamadosPendFiscalResp,#chamadosNecessMovimentacao > button:hover{
    color: #fff;
}

#chamadosCampoTerceirosDigital{
  position: relative;
  background: #db2a2a;
  right: 300%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 25px 10px 10px 10px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosCampoTerceirosDigital:hover {
  text-decoration: underline;
}
#chamadosCampoTerceirosDigital > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosCampoTerceirosDigital > button:hover{
color: #fff;
}

#chamadosCampoTerceirosConcept{
  position: relative;
  background: #db2a2a;
  right: 300%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 25px 10px 10px 10px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosCampoTerceirosConcept:hover {
  text-decoration: underline;
}
#chamadosCampoTerceirosConcept > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosCampoTerceirosConcept > button:hover{
color: #fff;
}

.red-cards{
  position: relative;
  background: #db2a2a;
  right: -8%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 5px 5px 5px 5px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
}
.orange-cards{
  position: relative;
  background: #F4A460;
  right: -8%;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 5px 5px 5px 5px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
}


#chamadosPorTecnico{
  position: relative;
  background: #db2a2a;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 5px 5px 5px 5px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosPorTecnico:hover {
  text-decoration: underline;
}
#chamadosPorTecnico > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosPorTecnico > button:hover{
color: #fff;
}

#tarefasPorTecnico{
  position: relative;
  background: #db2a2a;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 5px 5px 5px 5px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#tarefasPorTecnico:hover {
  text-decoration: underline;
}
#tarefasPorTecnico > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#tarefasPorTecnico > button:hover{
color: #fff;
}

#chamadosSemObservacao{
  position: relative;
  background: #F4A460;
  border-radius: 10px;
  width:200px;
  height: auto;
  text-align: center;
  padding: 5px 5px 5px 5px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;

}
#chamadosSemObservacao:hover {
  text-decoration: underline;
}
#chamadosSemObservacao > button{
  background: #db2a2a;
  /*border:1px solid #fff;*/
}
#chamadosSemObservacao > button:hover{
color: #fff;
}



#chamadosNaoPagos{
    position: relative;
    background: #db2a2a;
    right: 300%;
    border-radius: 10px;
    width:200px;
    height: auto;
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
}


.exb:hover {
    text-decoration: underline!important;
}
.exb{
    /*background: #db2a2a;*/
    /*border:1px solid #fff!important;*/
}
.exb:hover{
    color: #fff!important;
}

.column-left{ 
  float: left; width: 49.5%;
  /*border-right: 1px solid #AEAEAE;*/
  padding-right: 12px; 
}

.column-leftdados{ 
  float: left; width: 49.5%;
  padding-right: 12px; 
}

.column-right{
 float: right; width: 49.5%; 
}

.progressBx:hover .hide_msg{
  display: block;

}
.MsgDesp:hover .hide_msgDesp{
  display:block;

}

.hide_msgDesp {
  position: absolute;
  display: none;
  font-size: 14px; 
  top: 45px;
  left: 100px;
  width: 370px;
  color: #ffffff!important;
  padding: 7px;
  text-align: left;
  height: auto;
  background: #5cbc67;
  z-index: 999;


}

.hide_msg {
  position: absolute;
  display: none;
  font-size: 14px;
  top: 30px;
  right: 170px;
  width: 170px;
  color: #ffffff!important;
  padding: 7px;
  text-align: left;
  height: auto;
  background: #5cbc67;
  z-index: 999;


}
/*
.column-center{ 
  display: inline-block; width: 1%; 
}
*/

.wizard {
    margin: 5px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 5px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.connecting-line1 {
    height: 2px;
    background: #5bc0de;
    position: absolute;
    width: 30%;
    margin: 0 185px;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.connecting-line2 {
    height: 2px;
    background: #5bc0de;
    position: absolute;
    width: 30%;
    margin: 0 540px;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

.wizard li.nextstep span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.nextstep span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
    margin-left: 65px;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .selected {
      background: #cedeee;
    }
}

.selected {
  background: #cedeee;
}

#tiposMultiplos12 {
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 9999999999999;
  border-radius: 5px;
  text-align: left;
}
#tiposMultiplos12 h4 {
  text-align: center;
}

#tiposMultiplos12 h5 {
  text-align: left;
  color: #777;
}



/* PAINEL COMERCIAL */
.bxCliPanel{
display: inline-block;
vertical-align: top;
width:170px;  
height:205px; 
background:#4D984D; 
color:#fff; 
text-align: left;
margin: 0 10px 10px 0px;
padding:10px; 
}
.bxCliPanel > span {
display: block;
height: auto;
margin-bottom: 5px;
}
.sla_atrasado{
background: #C33333!important;
}
#semafaroPainelComercial{
position: absolute;
right:0;
top:240px;
width: 50px;
height: 160px;
text-align: center;
border-top: 1px solid #8e8e8e;
border-bottom: 1px solid #8e8e8e;
background: #666666;
border-top-left-radius: 5px; 
border-bottom-left-radius: 5px; 
}
#semafaroPainelComercial > span{
display: block;
width: 40px;
height: 40px;
border-radius:40px;
background: #ccc;
margin:10px 0 5px 5px;
cursor: pointer;
color: #fff;
line-height: 40px;
font-weight: bold;
}
#semafaroPainelComercial > span:nth-child(1){
margin-top: -43px;
color: #000;
background:transparent;
}
#semafaroPainelComercial > span:nth-child(2){
background: #C33333;
}
#semafaroPainelComercial > span:nth-child(3){
background: #ffcc66;
}
#semafaroPainelComercial > span:nth-child(4){
background: #4D984D;
}


/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    background-color:#eee;

    width:98%;
    padding:25px;

    margin:80px auto 10px;

}

#drop{
    background-color: #fff;
    padding: 40px 50px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    border: 1px dotted #ccc;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
}

#upload ul li{
    width: 97%;
    background-color:#eee;

    border-top:1px solid #ddd;
    border-bottom:1px solid #ccc;
    padding:2px;
    height: 80px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 85px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#333;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
    margin-right: 10px;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:#333;
}

#tiposMultiplos13 {
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 9999999999999;
  border-radius: 5px;
  text-align: left;
}
#tiposMultiplos13 h4 {
  text-align: center;
}

#tiposMultiplos13 h5 {
  text-align: left;
  color: #777;
}

#tiposMultiplos14 {
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 9999999999999;
  border-radius: 5px;
  text-align: left;
}
#tiposMultiplos14 h4 {
  text-align: center;
}

#tiposMultiplos14 h5 {
  text-align: left;
  color: #777;
}

#tiposMultiplos15 {
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 9999999999999;
  border-radius: 5px;
  text-align: left;
}
#tiposMultiplos15 h4 {
  text-align: center;
}

#tiposMultiplos15 h5 {
  text-align: left;
  color: #777;
}

#tiposMultiplos16 {
  position: fixed;
  top: 5%;
  left: 3%;
  width:95%;
  height:90%;
  padding: 2px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 9999999999999;
  border-radius: 5px;
  text-align: left;
}
#tiposMultiplos16 h4 {
  text-align: center;
}

#tiposMultiplos16 h5 {
  text-align: left;
  color: #777;
}

#tiposMultiplos17 {
    position: fixed;
    top: 5%;
    left: 3%;
    width:95%;
    height:90%;
    padding: 2px;
    background: #fff;
    border: 2px solid #aaa;
    z-index: 9999999999999;
    border-radius: 5px;
    text-align: left;
}
#tiposMultiplos17 h4 {
    text-align: center;
}

#tiposMultiplos17 h5 {
    text-align: left;
    color: #777;
}

#chamadosEsperaPeca{
    position: relative;
    background: #db2a2a;
    right: 300%;
    border-radius: 10px;
    width:200px;
    height: auto;
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
}

#chamadosEsperaPeca2{
    position: relative;
    background: #db2a2a;
    right: 300%;
    border-radius: 10px;
    width:200px;
    height: auto;
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
}

#chamadosEsperaPeca3{
    position: relative;
    background: #db2a2a;
    right: 300%;
    border-radius: 10px;
    width:200px;
    height: auto;
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
}


.teste {
  position: fixed;
}

input.maiuscula {
  text-transform: uppercase;
}

input.minuscula {
  text-transform: lowercase;
}

#btnAgenda button {
    margin-top: 10px;
    padding: 10px;
    width: 200px;
}
#btnAgenda {
    text-align: center;
    padding: 10px 8px 10px 8px;
}

.carregandoSubGrupo {
    color: red;
  display: none;
  font-weight: bolder;
  font-variant: small-caps;
}

.carregandoGrupo {
  color: red;
  display: none;
  font-weight: bolder;
  font-variant: small-caps;
}

.nenhumResultado {
  color: red;
  display: none;
  font-weight: bolder;
  font-variant: small-caps;
}

.resultadosEncontrados {
  color: green;
  display: none;
  font-weight: bolder;
  font-variant: small-caps;
}
/*php*/
.contrato {
  color: red;
  display: none;
  font-weight: bolder;
  font-variant: small-caps;
}
#gerRelaSepa{
width: auto;
margin-right: 5px;
margin-top: 3px;
}
.btn-add {
background-color: #337AB7!important;
border: 1px solid #337AB7!important;
width: 40px!important;
height: 34px!important;
/*-webkit-transition: All 1.0s ease;*/
/*-moz-transition: All 1.0s ease;*/
/*-o-transition: All 1.0s ease;*/
/*-ms-transition: All 1.0s ease;*/
/*transition: All 1.0s ease;*/
}

.btn-del {
background-color: #FE2E2E!important;
border: 1px solid #FE2E2E!important;
width: 40px!important;
height: 30px!important;
}

/*.btn-add:hover {*/
/*width: 150px!important;*/
/*}*/
/*.btn-add:hover:after {*/
/*content: ' Incluir';*/
 /*}*/

#consultaObjetos{
height: 200px;
padding-bottom: 30px;
}
.tonnersBX{
display: inline-block;
vertical-align: top;
width: 350px;
height: 200px;
margin-left: 8px;
border-left: 1px solid;
border-color: #ccc;
padding-left: 10px;
}

.errspan {
    color: black;
    float: right;
    position: relative;
    right: 38px;
    z-index: 2;
}

input[data-readonly] {
  pointer-events: none;
  background-color: #eee!important;
}

input[input-readonly] {
  background-color: #eee!important;
}

 @media only screen and (min-width: 600px) and (max-width: 1366px) {
   .testeTable{
    height: 400px!important;
    }
  }

  @media only screen and (min-width: 400px) and (max-width: 600px) {
   .testeTable{
    height: 350px!important;
    }
  }

