<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
}

.card-container.card {
    max-width: 600px;
    padding: 40px 40px;
}

.card {
    background-color: #fff;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text]{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.bg-home{
    background-color:#fab221 ;
}

.texto-login{
    font-size: 28px;
    color:#fff;
    margin-top: 10px;
}


.barraSuperior{
    background-color:#037791;
    color:#fff;
    min-height: 80px;
}

.tituloPagina{
    color: #fff;
    text-decoration: none;
    text-transform:none;
    font-size: 22px;
    padding-top: 20px;
}

.tituloAdmin{
    font-size: 24px;
    text-align: center;
    margin-bottom: 0.7em; 
}

.tituloInterno{
    color: #037791;
    font-size: 1.3em;
    text-transform:uppercase; 
    margin-bottom: 15px;
}

.addNovo{
    color: #fff;
    font-size: 1.2em;
    min-height: 28px;
    min-width: 28px;
    text-align: center;
    padding-top: 5px;
    padding-left: 1px;
    float: right;
    font-size: 30px;
}







.bgConteudo{
    background-color: #f0f0f0;
    padding: 25px;
}

.btnAzul,
.btnAzul:hover,
.btnAzul:focus,
.btnAzul:active{
    border:solid 1px #037791 !important;
    background-color: #037791 !important;
    color:#fff !important;
    font-size: 16px;
}

.btnAmarelo,
.btnAmarelo:hover,
.btnAmarelo:focus,
.btnAmarelo:active{
    border:solid 1px #fab221 !important;
    background-color: #fab221 !important;
    color:#fff !important;
    font-size: 16px;
}

.abas{
    margin-bottom: 10px;
    padding: 0 !important;
}

.abasInativas{
    background-color: #e0e0e0;
    color: #fff;
    padding: 10px 10px 10px 20px ;
    /*padding: 10px 10px 10px 50px ;*/
    /*margin-right: 25px;*/
    margin-left: 40px;
    margin-bottom: 10px;
}

.abasInativas::after {
    /*
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -30px;
    right: 5px;
    top:0px;
    float: right;
    position: absolute;
    width: 0; 
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #e0e0e0;
    */
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -30px;
    right: 5px;
    top: 0px;
    float: right;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #e0e0e0;
}

.abasInativas::before {
    /*
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -30px;
    left:0px;
    top:0px;
    float: right;
    position: absolute;
    width: 0; 
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #fff;
    */
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -30px;
    left: -25px;
    top: 0px;
    float: right;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #e0e0e0;
    border-bottom: 20px solid #e0e0e0;
    border-right: 20px solid #e0e0e0;
    border-left: 25px solid transparent;
}

.abasAtivas{
    background-color: #fab221;
    color: #fff;
    padding: 10px 10px 10px 20px ;
    margin-left: 40px;
    margin-bottom: 10px;
}

.abasAtivas::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -30px;
    right: 5px;
    top: 0px;
    float: right;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #fab221;
}

.abasAtivas::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -30px;
    left: -25px;
    top: 0px;
    float: right;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #fab221;
    border-bottom: 20px solid #fab221;
    border-right: 20px solid #fab221;
    border-left: 25px solid transparent;
}


.abaInicialAtiva{
    background-color: #fab221;
    color: #fff;
    padding: 10px 10px 10px 25px ;
    /*margin-right: 25px;*/
    /*margin-right: 40px;*/
    margin-bottom: 10px;
}

.abaInicialAtiva:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -30px;
    right: 5px;
    top:0px;
    float: right;
    position: absolute;
    width: 0; 
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #fab221;
}

.abaInicialInativa{
    background-color: #e0e0e0;
    color: #fff;
    padding: 10px 10px 10px 25px ;
    /*margin-right: 25px;*/
    /*margin-right: 40px;*/
    margin-bottom: 10px;
}

.abaInicialInativa:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -30px;
    right: 5px;
    top:0px;
    float: right;
    position: absolute;
    width: 0; 
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #e0e0e0;
}



/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display:none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: 
      #FAB221 1.5em 0 0 0, 
      #FAB221 1.1em 1.1em 0 0, 
      #FAB221 0 1.5em 0 0, 
      #FAB221 -1.1em 1.1em 0 0, 
      #FAB221 -1.5em 0 0 0, 
      #FAB221 -1.1em -1.1em 0 0, 
      #FAB221 0 -1.5em 0 0, 
      #FAB221 1.1em -1.1em 0 0;
  
  box-shadow: 
      #FAB221 1.5em 0 0 0, 
      #FAB221 1.1em 1.1em 0 0, 
      #FAB221 0 1.5em 0 0, 
      #FAB221 -1.1em 1.1em 0 0, 
      #FAB221 -1.5em 0 0 0, 
      #FAB221 -1.1em -1.1em 0 0, 
      #FAB221 0 -1.5em 0 0, 
      #FAB221 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
    AJUSTES DE LAYOUT PADRÃƒO DO BOOTSTRAP PARA FIXAR AS BARRAS LATERAL E SUPERIOR E O CONTEÃšDO
*/

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
*/

/* Hide for mobile, show later */
.sidebar {
  /*display: none;*/
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 81px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f0f0f0;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar &gt; li{
	background-color:#1fa2bf;
	margin: 1px 0 1px 0;
	color: #fff;
}
.nav-sidebar &gt; li &gt; a {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.nav-sidebar &gt; li &gt; a:hover,
.nav-sidebar &gt; li &gt; a:focus{
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  background-color: #037791;
}

.nav-sidebar &gt; .active &gt; a,
.nav-sidebar &gt; .active &gt; a:hover,
.nav-sidebar &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #037791;
  border-right: solid 6px #fab221;
}


/*
 * Main content
 */

.main {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.main .page-header {
  margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.glyphicon{
    text-decoration: none;
    color:#1fa2bf;
}</pre></body></html>