@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
.ui-accordion .ui-accordion-content {
  padding: 5px!important;
}

.ui-widget-content {
  border: none!important;
}

ul.fancytree-container {
  border: none!important;
}

.fancytree-treefocus span.fancytree-selected .fancytree-title, span.fancytree-selected .fancytree-title {
  background: transparent!important;
  color: black!important;
  font-style: normal!important;
}

ul.fancytree-container ul {
  padding-left: 8px!important;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Titillium Web', sans-serif;
  height: 100%;
  overflow: hidden;
}

.ui-corner-all {
  font-size: small;
}

* {
  margin: 0;
  padding: 0;
}

#intro {
  z-index: 99;
}

#bottomintro {
  z-index: 98;
}

#mapadiv {
  z-index: 90;
}

.contador td {
  font-family: 'Titillium Web', sans-serif;
  color: #222;
  font-size: 9px;
  font-weight: 700;
}

.contador {
  position: absolute;
  display: none;
  left: 0px;
  bottom: 4px;
  font-family: 'Titillium Web', sans-serif;
  background: none;
  width: 70px;
}

a {
  color: #fff;
  text-decoration: none;
}

.legenda {
  color: #1371a0;
  text-decoration: underline;
  font-size: 12px;
}

.zoomgoto {
  cursor: pointer;
  height: 15px;
  padding-left: 5px;
}

.menu {
  width: 470px;
  margin: 30px auto;
}

.menu a {
  width: 180px;
  line-height: 180px;
  display: block;
  margin: 4px;
  text-align: center;
  float: left;
  opacity: 0.5;
}

.class_mic {
  background: #263238;
}

.blueportal {
  background: #03A9F4;
}

.class_webser {
  background: #673AB7;
}

.orange {
  background: #FF9800;
}

.class_webpdm {
  background: #263238;
}

.class_webepl {
  background: #263238;
}

#splashintro {
  border-radius: 25px;
  background: #8AC007;
  padding: 20px;
  width: 200px;
  height: 150px;
}

div.txtintro {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#divimagemqren {
  height: 15%;
  max-height: 15vh;
  width: 100%;
  background-color: white;
  display: block;
  z-index: 999999;
  bottom: 0px;
}

#imagemqren {
  margin: auto;
  display: block;
  z-index: 999999;
  height: 100%;
}

#barratopo {
  /*background-color: #1371a0;*/
  width: 100%;
  height: 50px;
  z-index: 99;
  padding: 7px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: left;
  margin-right: 50px;
}

#iconstop {
  /*background-color: #1371a0; */
  height: 40px;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 99;
  display: none;
}


/*#iconstop:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}*/

#iconstop img {
  opacity: 0.35;
  float: right;
  padding: 10px;
  height: 48px;
  width: auto;
  cursor: pointer;
}

#iconstop img:hover {
  opacity: 1;
}

#iconstop img:active {
  opacity: 1;
}

.search {
  border: 1px solid #DDDDDD;
  background-color: White;
  width: 300px;
  height: 30px;
  padding-left: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #DDDDDD;
}

#textotopo {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 25px;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  /*padding-left: 2.2em;*/
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
  display: none;
}

.ui-accordion .ui-accordion-content {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: .5em;
  padding-right: .5em;
  border-top: 0;
  height: 50%;
  
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #666666/*{bgColorDefault}*/
  url(~/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/
  50%/*{bgDefaultXPos}*/
  50%/*{bgDefaultYPos}*/
  repeat-x/*{bgDefaultRepeat}*/
  ;
  font-weight: normal/*{fwDefault}*/
  ;
  color: white/*{fcDefault}*/
  ;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}


/* Classic Windows Theme (default) */


/* =============================== */

.context-menu-theme-default {
  border: 2px outset white;
  background-color: #D4D0C8;
}

.context-menu-theme-default .context-menu-item {
  text-align: left;
  cursor: pointer;
  padding: 4px 28px 4px 16px;
  color: black;
  font-family: Tahoma, Arial;
  font-size: 11px;
}

.context-menu-theme-default .context-menu-separator {
  margin: 4px 2px;
  font-size: 0px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid white;
}

.context-menu-theme-default .context-menu-item-disabled {
  color: #808080;
}

.context-menu-theme-default .context-menu-item .context-menu-item-inner {
  background: none no-repeat fixed 999px 999px;
  /* Make sure icons don't appear */
}

.context-menu-theme-default .context-menu-item-hover {
  background-color: #0A246A;
  color: white;
}

.context-menu-theme-default .context-menu-item-disabled-hover {
  background-color: #0A246A;
}


/* Windows XP Theme */


/* ================ */

.context-menu-theme-xp {
  border: 1px solid #666;
  padding: 1px;
  background: #F9F8F7 url(cmenu-xp-bg.gif) repeat-y top left;
}

.context-menu-theme-xp .context-menu-separator {
  margin: 4px 2px;
  font-size: 0px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid white;
}

.context-menu-theme-xp .context-menu-item {
  text-align: left;
  color: black;
  font-family: arial;
  font-size: 11px;
  cursor: pointer;
}

.context-menu-theme-xp .context-menu-item .context-menu-item-inner {
  background: none no-repeat 2px center;
  padding: 4px 10px 4px 30px;
}

.context-menu-theme-xp .context-menu-item-hover .context-menu-item-inner {
  background: #B6BDD2 none no-repeat 2px center;
  padding: 3px 9px 3px 29px;
  border: 1px solid #0A246A;
}


/* Windows Vista Theme */


/* =================== */

.context-menu-theme-vista {
  background: #FAFAFA url(cmenu-vista-bg.gif) repeat-y left top;
  border: 1px solid #868686;
}

.context-menu-theme-vista .context-menu-item {
  text-align: left;
  cursor: pointer;
  color: black;
  font-family: Tahoma, Arial;
  font-size: 11px;
}

.context-menu-theme-vista .context-menu-separator {
  margin: 0px 0px 0px 32px;
  font-size: 0px;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #F5F5F5;
}

.context-menu-theme-vista .context-menu-item-hover {
  background: transparent url(cmenu-vista-menu-item-hover.gif) repeat-x left center;
  border: 1px solid #D7D0B3;
}

.context-menu-theme-vista .context-menu-item .context-menu-item-inner {
  padding: 4px 16px 4px 35px;
  margin-left: 1px;
  background-color: none;
  background-repeat: no-repeat;
  background-position: 3px center;
  background-image: none;
}

.context-menu-theme-vista .context-menu-item-hover .context-menu-item-inner {
  padding: 3px 15px 3px 35px;
  margin-left: 0px;
}

.context-menu-theme-vista .context-menu-item-disabled {
  color: #A7A7A7;
}


/* OSX Theme */


/* ========= */

.context-menu-theme-osx {
  background-color: white;
  opacity: .93;
  filter: alpha(opacity=93);
  zoom: 1.0;
  border: 1px solid #b2b2b2;
}

.context-menu-theme-osx .context-menu-item {
  text-align: left;
  cursor: pointer;
  color: black;
  font-family: Lucida Grande, Arial;
  font-weight: 700;
  font-size: 12px;
  opacity: 1.0;
  filter: alpha(opacity=100);
  z-index: 1;
}

.context-menu-theme-osx .context-menu-separator {
  margin: 5px 1px 4px 1px;
  font-size: 0px;
  border-top: 1px solid #e4e4e4;
}

.context-menu-theme-osx .context-menu-item-hover {
  background-color: #1C44F2;
  color: white;
}

.context-menu-theme-osx .context-menu-item .context-menu-item-inner {
  padding: 2px 10px 2px 22px;
  background-color: none;
  background-repeat: no-repeat;
  background-position: 4px center;
  background-image: none;
}

.context-menu-theme-osx .context-menu-item-disabled {
  color: #939393;
}


/* Linux Human Theme */


/* ================= */

.context-menu-theme-human {
  background: #F9F5F2;
  border: 1px solid #963;
}

.context-menu-theme-human .context-menu-item {
  text-align: left;
  cursor: pointer;
  color: black;
  font-family: Helvetica, DejaVu Sans, Arial;
  font-size: 12px;
  line-height: 20px;
  height: 28px;
  border: 1px solid #F9F5F2;
  border-left: 0;
  border-right: 0;
}

.context-menu-theme-human .context-menu-separator {
  margin: 0px 0px 0px 32px;
  font-size: 0px;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #F5F5F5;
}

.context-menu-theme-human .context-menu-item-hover {
  background: transparent url(cmenu-human-menu-item-hover.gif) repeat-x left center;
  border-color: #963;
}

.context-menu-theme-human .context-menu-item .context-menu-item-inner {
  padding: 4px 16px 4px 35px;
  margin-left: 0px;
  background-color: none;
  background-repeat: no-repeat;
  background-position: 3px center;
  background-image: none;
}

.context-menu-theme-human .context-menu-item-hover .context-menu-item-inner {}

.context-menu-theme-human .context-menu-item-disabled {
  color: #A7A7A7;
}


/* Gloss Theme */


/* =========== */

.context-menu-theme-gloss {
  background: #f4f4f4 url(cmenu-gloss-bg.gif) repeat-y left center;
  border: 1px solid #f4f4f4;
  padding: 1px;
  padding-right: 0;
}

.context-menu-theme-gloss .context-menu-item {
  text-align: left;
  cursor: pointer;
  color: black;
  font-family: Helvetica, DejaVu Sans, Arial;
  font-size: 12px;
  line-height: 20px;
  height: 27px;
  border: 1px solid transparent;
}

.context-menu-theme-gloss .context-menu-separator {
  margin: 0px 0px 0px 32px;
  font-size: 0px;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #F5F5F5;
}

.context-menu-theme-gloss .context-menu-item-hover {
  background: transparent url(cmenu-gloss-menu-item-hover.gif) repeat-x left center;
  color: #fff;
  border-color: #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.context-menu-theme-gloss .context-menu-item .context-menu-item-inner {
  padding: 4px 16px 4px 35px;
  margin-left: 0px;
  background-color: none;
  background-repeat: no-repeat;
  background-position: 3px center;
  background-image: none;
}

.context-menu-theme-gloss .context-menu-item-hover .context-menu-item-inner {}

.context-menu-theme-gloss .context-menu-item-disabled {
  color: #A7A7A7;
}

.context-menu-theme-gloss-cyan .context-menu-item-hover {
  background-image: url(cmenu-gloss-cyan-menu-item-hover.gif);
  border-color: #00c;
}

.context-menu-theme-gloss-semitransparent .context-menu-item-hover {
  background-image: url(cmenu-item-gloss-semitransparent-menu-item-hover.png);
  border-color: #00c;
  background-color: #30f;
}

#MenuEsquerdo {
  height: 100vh;
  max-height: 100vh;
  width: 60px;
  margin: 0;
  padding: 10px;
  display: block;
  background-color: #263238;
  position: absolute;
  z-index: 99;
}

#construtor {
  width: auto;
  z-index: 99;
  overflow: no-display;
  height: 300px;
  left: 60px;
  top: 80px;
  background: none repeat scroll 0% 0%;
  background-color: none;
  opacity: 1;
  float: left;
}

div.normalBtn {
  width: 150px;
  /*height: 150px;*/
  /*min-height: 150px;
    max-height: 150px;*/
  vertical-align: top;
  background-color: #263238;
  overflow: hidden;
  text-decoration: none;
  font-size: 11px;
  padding: 13px;
  line-height: 1.25;
  /*text-transform: uppercase;*/
}

div.normalBtn:hover {
  cursor: pointer;
  /*height: 150px;*/
  /*min-height: 150px;
  max-height: 150px;*/
  vertical-align: top;
  background-color: #607D8B;
  /*text-transform: uppercase;*/
}

div.normalBtn a:hover {
  text-decoration: none;
  color: #FFF;
}

div.normalBtn a:focus {
  text-decoration: none;
  color: #FFF;
}

div.normalBtn a {
  text-decoration: none;
  color: #FFF;
}

div.normalBtnSel {
  cursor: pointer;
  width: 150px;
  vertical-align: top;
  background-color: #607D8B;
  overflow: hidden;
  text-decoration: none;
  font-size: 11px;
  padding: 13px;
  line-height: 1.25;
}

div.normalBtnSel:hover {
  padding: 13px;
  line-height: 1.25;
  overflow: hidden;
  font-size: 11px;
}

div.normalBtnSel a:hover {
  text-decoration: none;
  color: #FFF;
}

div.normalBtnSel a:focus {
  text-decoration: none;
  color: #FFF;
}

div.normalBtnSel a {
  text-decoration: none;
  color: #FFF;
}


/*.testbtn {
  z-index: 999;
  width: 30px;
  height: auto;
  position: relative;
  margin: 10px;
  margin-bottom: 15px;
  margin-left: 20px;
  top: 80px;
  opacity: 0.7;
}*/

.testbtn {
  opacity: 0.35;
  z-index: 999;
  width: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  position: relative;
  top: 65px;
}


/*.testbtn:hover {
  opacity: 1;
}*/

.testbtnSel {
  opacity: 1;
  z-index: 999;
  width: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  position: relative;
  top: 65px;
}

.testbtn:hover {
  opacity: 1;
}

.textoterritoriotitulo {
  font-size: large;
  font-family: Verdana;
}

.textoterritorioitem {
  font-size: inherit;
  font-family: Verdana;
  padding-left: 4px;
}

.checkterritorio {
  padding-left: 2px;
}

#iconbar {
  margin-left: 10px;
}

.menuterritorio {
  background-color: #1371a0;
  color: white!important;
  font-size: 12px!important;
  font-weight: bold!important;
  font-family: Verdana!important;
}

.participacaodropdown {
  border: 2px solid #1371a0;
  border-radius: 5px;
  padding: 3px;
  -webkit-appearance: none;
  background-image: url('~/Images/Arrowhead-Down-01.png');
  background-position: 88px;
  background-repeat: no-repeat;
  text-indent: 0.01px;
  /*In Firefox*/
  text-overflow: '';
  /*In Firefox*/
  min-width: 234px;
}

.participacaolabel {
  color: #1371a0;
  font-family: Verdana;
  font-size: 10px;
}

.participacaolabelobg {
  color: red;
  font-family: Verdana;
  font-size: 10px;
  display: none;
}

.participacaotitulo {
  color: #1371a0;
  font-family: Verdana;
  font-size: 12px;
}

.participacaosubtitulo {
  color: #1371a0;
  font-family: Verdana;
  font-size: 11px;
}

.participacaooptions {
  color: #1371a0;
  font-family: Verdana;
  font-size: 12px;
  margin-left: 50px;
}

.participacaotextbox {
  border: 1px solid #1371a0;
  border-radius: 5px;
  margin-bottom: 3px;
  margin-left: 10px;
}

.participacaobutton {
  position: absolute;
  border: 2px solid #1371a0;
  border-radius: 5px;
  color: #1371a0;
  font-family: Verdana;
  font-size: 10px;
  background-color: White;
  width: 80px;
  height: 35px;
  bottom: 0px;
  right: 20px;
}

.participacaobuttonanterior {
  position: absolute;
  border: 2px solid #1371a0;
  border-radius: 5px;
  color: #1371a0;
  font-family: Verdana;
  font-size: 10px;
  background-color: White;
  width: 80px;
  height: 35px;
  bottom: 0px;
  left: 0px;
}

.participacaobuttonenviar {
  position: absolute;
  border: 2px solid #1371a0;
  border-radius: 5px;
  color: #1371a0;
  font-family: Verdana;
  font-size: 10px;
  background-color: White;
  width: 80px;
  height: 35px;
  bottom: 0px;
  right: 20px;
}

.webeploptions {
  color: #1371a0;
  font-family: Verdana;
  font-size: 12px;
  margin-left: 10px;
}

.webeplbottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 35px;
}

.webepldesenhar {
  text-align: center;
  vertical-align: middle;
  display: table;
  margin: auto;
      height: 600px;
}

.imgdesenhar {
  display: table-cell;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: 285px;
}

.labeldesenhar {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #1371a0;
  font-family: Verdana;
  font-size: 10px;
}

#modelosavulso {
  margin-left: 15px;
 
  max-height: 150px;
}

.modelosavulsolabel {
  display: block;
  margin-left: 20px;
}

.modelosavulsocheckbox {
  float: left;
  margin-left: -20px;
  margin-right: 7px;
}

#modelosprocesso {
  margin-left: 15px;
  overflow: auto;
  max-height: 150px;
}

.modelosprocessolabel {
  display: block;
  margin-left: 20px;
}

.modelosprocessocheckbox {
  float: left;
  margin-left: -20px;
  margin-right: 7px;
}

.pesquisaformbutton {
  position: absolute;
  border: 2px solid #1371a0;
  border-radius: 5px;
  color: #1371a0;
  font-family: Verdana;
  font-size: 10px;
  background-color: White;
  padding: 4px;
  /*top: 90px;
    left: 160px;*/
}

.pesquisatextbox {
  border: 2px solid #1371a0;
  border-radius: 5px;
  margin-bottom: 3px;
  margin-left: 0px;
  min-width: 200px;
  max-width: 200px;
  padding: 2px;
}

div.pesquisaform a:hover {
  background-color: #e4e4e4;
}

.pesquisaform:hover {
  background-color: #e4e4e4;
}

div.pesquisaform a {
  font-size: 11px;
  color: #222222;
  font-weight: 300;
  text-decoration: none;
  /*line-height: 1;*/
}

div.pesquisaform {
  border-bottom: thin solid #222222;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  margin-left: -10px;
  margin-right: -0px;
  padding-right: 10px;
  color: #222222;
  height: 13px;
}

div.resultados {
  color: #1371a0;
  font-family: Verdana;
  font-size: 10px;
  top: 125px;
  left: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow-y: scroll;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.resultados2 {
  color: #1371a0;
  font-family: Verdana;
  font-size: 10px;
  top: 230px;
  left: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow-y: scroll;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.resultados a {
  color: #1371a0;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 95%;
  position: relative;
  line-height: 1;
}

.formdropdown {
  border: 2px solid #1371a0;
  border-radius: 5px;
  padding: 3px;
  -webkit-appearance: none;
  background-image: url('~/Images/Arrowhead-Down-01.png');
  background-position: 88px;
  background-repeat: no-repeat;
  text-indent: 0.01px;
  /*In Firefox*/
  text-overflow: '';
  /*In Firefox*/
  min-width: 234px;
  max-width: 234px;
  font-family: Verdana;
  font-size: 10px;
}

#listaarea {
  position: absolute;
  width: 350px;
  z-index: 99;
  overflow: no-display;
  /*min-height: 150px;
        max-height: 60%;*/
  height: 80%;
  right: 0.5%;
  top: 10%;
  /*background: none repeat scroll 0% 0%;*/
  background-color: none;
  /*#37474F;*/
  filter: alpha(opacity=100);
  opacity: 1;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        border-radius: 3px;*/
}

#containerpesquisa {
  position: absolute;
  top: 7%;
  right: 70px;
  height: auto;
  width: 380px;
}

td a {
  color: black;
  text-decoration: none;
}

#pesquisa {
  /*display: table-cell;
        vertical-align: middle;
        position: absolute;
        padding-left: 25px;
        min-width: 350px;
        max-width: 350px;
        z-index: 99;
        overflow: auto;
        height: 50px;
        max-height: 50px;
        right: 0;
        top: 0;
        background: none repeat scroll 0% 0%;
        background-color: #37474F;
        filter: alpha(opacity=100);
        opacity: 1;
        /*float: left;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        border-radius: 3px;
        float: right;*/
  height: 32px;
  width: 100%;
  /*380px;*/
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  z-index: 99;
  display: none;
}

.pesquisabox {
  border-radius: 3px;
  border: none;
  text-align: left;
  margin: 15px;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  height: 32px;
  width: 80%;
  z-index: 99;
}

.pesquisabutton {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 60px;
  height: 32px;
  float: right;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  background-image: url(~/Content/icons/search.png);
  z-index: 99;
}

.pesquisabuttonavancado {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 30px;
  height: 16px;
  float: right;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  background-image: url(~/Content/icons/search.png);
  z-index: 99;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#detailspesquisa {
  width: 300px;
  height: 20px;
  background-color: #FFF;
  color: #1E88E5;
  z-index: -50;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  opacity: 1;
  font-size: 11px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-top: 2px;
  box-sizing: content-box;
}

#detailspesquisa td a {
  font-size: 11px;
  color: #1E88E5;
  text-decoration: none;
  cursor: pointer;
}

#containerzoomgoto {
  position: absolute;
  top: 10%;
  right: 1%;
  height: auto;
  width: 383px;
  font-size: 11px;
}

#zoomgoto {
  height: 32px;
  width: 100%;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        border-radius: 3px;*/
  z-index: 99;
  display: none;
  font-size: 11px;
}

#containerprint {
  position: absolute;
  top: 10%;
  right: 1%;
  height: auto;
  width: 383px;
}

#containerprint a {
  padding: 6px;
  color: blue;
  background-color: white;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  text-align: right;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#containerprint a:hover {
  background-color: blue;
  color: white;
}

#containermedicao {
  position: absolute;
  top: 10%;
  right: 1%;
  height: auto;
  width: 383px;
}

#containermedicao a {
  padding: 6px;
  color: blue;
  background-color: white;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  text-align: right;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#containermedicao a:hover {
  background-color: blue;
  color: white;
}

#containerrouting {
  position: absolute;
  top: 10%;
  right: 1%;
  height: auto;
  width: 383px;
}

#containeridentify {
  position: absolute;
  top: 10%;
  right: 1%;
  height: auto;
  width: 283px;
}

#containeridentifyload {
  position: absolute;
  top: 10%;
  right: 1%;
  height: auto;
  width: 283px;
}

#containerlegenda {
  position: absolute;
  top: 10%;
  right: 1%;
  height: auto;
  width: 283px;
}

#containerdetalhes {
  position: absolute;
  top: 7%;
  right: 90px;
  height: auto;
  width: 360px;
}

#routing {
  height: 32px;
  width: 100%;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        border-radius: 3px;*/
  z-index: 99;
  display: none;
}

.routingbox {
  border-radius: 3px;
  border: none;
  text-align: left;
  margin: 15px;
  height: 32px;
  width: 80%;
  z-index: 99;
}

.routingbutton {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 60px;
  height: 32px;
  float: right;
  background-image: url(~/Content/icons/routing.png);
  z-index: 99;
}

.routingbuttoninicio {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 60px;
  height: 24px;
  float: right;
  z-index: 99;
  margin-top: 5px;
  margin-left: 3px;
}

.routingbuttonfim {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 60px;
  height: 24px;
  float: right;
  z-index: 99;
  margin-top: 3px;
  margin-left: 3px;
}

#opcoes td {
  font-size: 11px;
  color: #000000;
  vertical-align: middle;
  /*cursor: pointer;*/
}

#tabela td {
  vertical-align: top;
}

#identifytitleload {
  position: relative;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #6F90A2;
  width: 200px;
  clear: both;
  height: auto;
  max-height: 70vh;
  min-height: 8vh;
  overflow: auto;
  background-color: #FFF;
  font-size: 12px;
  color: #222222;
  font-weight: 600;
  line-height: 1.8;
  float: center;
  margin-top: 3px;
}

#identifytitle {
  position: relative;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #6F90A2;
  width: 200px;
  clear: both;
  height: auto;
  max-height: 70vh;
  min-height: 8vh;
  overflow: auto;
  background-color: #FFF;
  font-size: 12px;
  color: #222222;
  font-weight: 600;
  line-height: 1.8;
  float: center;
  margin-top: 3px;
}

.listaidentify {
  position: relative;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #6F90A2;
  width: 200px;
  clear: both;
  height: auto;
  max-height: 70vh;
  min-height: 8vh;
  overflow: auto;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  font-size: 10px;
  color: #222222;
  font-weight: 500;
  line-height: 1.8;
  float: left;
  margin-top: 3px;
  box-sizing: content-box;
}

#legendatitle {
  position: fixed;
  height: auto;
  overflow: auto;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  background-color: #1E88E5;
  padding-top: 15px;
  padding-left: 10px;
  /*padding-right: 210px;*/
  padding-bottom: 15px;
  margin-left: -10px;
  margin-top: -15px;
  margin-bottom: -25px;
  font-weight: 700;
  width:370px;
}

.listalegenda {
  position: relative;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #6F90A2;
  width: 200px;
  clear: both;
  height: auto;
  max-height: 70vh;
  min-height: 8vh;
  overflow: auto;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  font-size: 10px;
  color: #222222;
  font-weight: 500;
  line-height: 1.8;
  float: left;
  margin-top: 3px;
  box-sizing: content-box;
}

#detalhestitle {
  position: relative;
  height: auto;
  overflow: auto;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  background-color: #1E88E5;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 210px;
  padding-bottom: 14px;
  margin-left: -10px;
  margin-top: -20px;
  margin-bottom: -25px;
  font-weight: 700;
}

.listadetalhes {
  position: relative;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  width: 360px;
  clear: both;
  height: auto;
  max-height: 86vh;
  min-height: 8vh;
  overflow: auto;
  background-color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  box-sizing: content-box;
}

.listadetalhes td {
  font-size: 11px;
  color: #000000;
  vertical-align: middle;
  padding-left: 3px;
  /*cursor: pointer;*/
}

.listadetalhes td::first-letter {
  text-transform: capitalize;
}

.listadetalhes table {
  margin-top: 15px;
}

.lista70 {
  position: relative;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 360px;
  clear: both;
  height: auto;
  max-height: 81vh;
  min-height: 8vh;
  overflow: auto;
  background-color: #FFF;
  border-radius: 3px;
  font-size: 12px;
  color: #222222;
  font-weight: 500;
  line-height: 1.8;
  float: left;
  margin-top: 3px;
  box-sizing: content-box;
}

div.pesq:hover {
  background-color: #F0F0F0;
}

div.pesq a {
  font-size: 11px;
  color: #222222;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
}

.detailspesq {
  font-size: 12px;
  margin: 0;
  padding-right: 10px;
  color: #AAAAAA;
  font-weight: 500;
}

div.pesq {
  border-bottom: thin solid #bdbdbd;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #222222;
}

.lista60 {
  position: relative;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #6F90A2;
  width: 300px;
  clear: both;
  height: auto;
  max-height: 50vh;
  min-height: 8vh;
  overflow: auto;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  font-size: 12px;
  color: #222222;
  font-weight: 500;
  line-height: 1.8;
  float: left;
  margin-top: 3px;
  box-sizing: content-box;
}

#lista_d {
  position: relative;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #6F90A2;
  width: 300px;
  clear: both;
  height: auto;
  max-height: 70vh;
  min-height: 8vh;
  overflow: auto;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  font-size: 12px;
  color: #222222;
  font-weight: 500;
  line-height: 1.8;
  float: left;
  margin-top: 3px;
}

#lista a {
  cursor: pointer;
  color: #222222;
}


/*#listaficha {
  padding-bottom: 10px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #6F90A2;
  min-width: 360px;
  max-width: 360px;
  clear: both;
  height: auto;
  max-height: 70vh;
  min-height: 8vh;
  overflow: auto;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  font-size: 12px;
  float: right;
  color: #222222;
  line-height: 1.4;
  margin-top: 3px;
  position: relative;
}*/

#listaficha {
  line-height: 1.65;
}

#listaficha a {
  cursor: pointer;
  font-size: 11px;
  color: #1E88E5;
  text-decoration: none;
  cursor: pointer;
}

#listaficha td {
  vertical-align: middle;
}

#imglocaliza {
  cursor: pointer;
  height: 20px;
  width: auto;
  text-align: center;
  float: right;
  margin-right: 7px;
  margin-bottom: 1px;
}

#imgreturn {
  cursor: pointer;
  height: 12px;
  width: auto;
  margin-bottom: 4px;
  margin-top: 4px;
}

.localiza {
  float: right !important;
  position: relative !important;
  text-align: center !important;
}

.localiza a {
  float: right !important;
  position: relative !important;
  text-align: center !important;
  margin-right: 5px !important;
}

.tituloconteudoficha {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #1E88E5;
  padding-top: 25px;
  padding-left: 10px;
  padding-bottom: 25px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
  margin-bottom: -25px;
}

.tags {
  width: 30px;
  height: 30px;
  font-size: 10px;
}

.infoficha {
  font-size: 12px;
  padding: 0;
  padding-bottom: 45px;
  height: auto;
  min-height: 50px;
}

#info1 {
  float: left;
  margin-right: 0;
  width: 60%;
}

#info2 {
  float: right;
  margin-left: 0;
  text-align: right;
  font-size: 12px;
  margin-right: 5px;
}

#info3 {
  float: right;
  text-align: right;
}

.textoconteudoficha {
  font-size: 12px;
  line-height: 1.45;
  color: #222222;
}

.separadorconteudo {
  font-size: 13px;
  color: white;
  background-color: #1E88E5;
  padding-top: 8;
  padding-bottom: 8;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10;
  margin-bottom: 5px;
  margin-top: 15px;
}

.ficha:hover {
  cursor: pointer;
}

td {
  color: #FFF;
}
