﻿/* FiscoAzul shared site styles — primary blue #1565C0 */
    #Sollo
    {
        width: 100%; 
        height: 100%;       
        position: absolute;
        top: 0px;
        left: 0px;  
        z-index: -1;      
        	
    }

     .Tela
    {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      z-index: -1;
      left: 0px;
      }
      
    #form1
    {
        height:100%;
        width: 100%;            
    }
     
     #cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 49px;
    -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  border-bottom: 2px solid #5AB3F7;
  width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: linear-gradient(top, #fefefe 0%, #ececec 100%);
  color: #000;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  color: #000;
  font-size: 12px;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #5AB3F7;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
    -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #5AB3F7;
  margin-left: -10px;
}
#cssmenu > ul > li.active > a {
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ececec 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ececec 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #eeeeee 100%);
  background: linear-gradient(top, #ececec 0%, #eeeeee 100%);
}
#cssmenu > ul > li:hover > a {
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ececec 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ececec 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #eeeeee 100%);
  background: linear-gradient(top, #ececec 0%, #eeeeee 100%);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  }
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #5AB3F7;
  border-bottom: 1px dotted #0057B8;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #0057B8;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0057B8;
  border-bottom: 1px dotted #0057B8;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #003D73;
}

.liion-body {
  margin: 0;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  background: #f5f8fc;
}
.liion-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #1565C0;
  padding: 8px 16px;
  min-height: 68px;
  border-bottom: 3px solid #0D47A1;
}
.liion-header-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.liion-brand-name {
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.fiscoazul-brand {
  font-family: "Segoe UI", Tahoma, sans-serif;
}
.liion-modulo, .liion-modulo-item {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: small;
}
.liion-nav {
  background: #fefefe;
  border-bottom: 2px solid #5AB3F7;
}
.liion-main {
  padding: 16px;
  min-height: 400px;
  background: #cde9ff;
}
.liion-footer {
  text-align: center;
  padding: 12px;
  background: #fff;
  border-top: 1px solid #ccc;
  font-family: "Segoe UI", Tahoma, sans-serif;
}
.liion-footer-version {
  display: block;
  font-size: x-small;
  color: #555;
}
.liion-panel {
  background: #cde9ff;
  padding: 12px;
}
.liion-toolbar {
  background: #0D47A1;
  padding: 6px;
  margin-top: 8px;
}
.liion-toolbar .aspNetButton,
.liion-toolbar input[type=submit] {
  margin-right: 4px;
  font-family: Tahoma, sans-serif;
}
.liion-msg-error {
  color: Red;
  font-weight: bold;
  font-size: small;
}
.liion-msg-success {
  color: Green;
  font-weight: bold;
  font-size: small;
}
