﻿/* Developer: Danielle Oliveira | Fernando Datorre | Julio Chiuchi */
select[readonly] {
    background: #eee !important; /*Simular campo disabled para select readonly*/
    pointer-events: none !important;
    touch-action: none !important;
}

@font-face {
    font-family: 'Pavanam';
    src: url('./fonts/Pavanam-Regular.ttf');
}

@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/Quicksand-Regular.ttf');
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Noto Sans';
    src: url('./fonts/NotoSans-Regular.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Regular.ttf');
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

html {
    margin: 0;
}
body {
    overflow-y: scroll;
    font-family: 'Pavanam';
    font-size: 16px;
    margin: 0;
}

.titlePage {
    font-family: 'Open Sans', Helvetica, sans-serif !important;
    font-size: 2em !important;
    font-weight: 600;
}

.titlePage2 {
    font-family: 'Open Sans', Helvetica, sans-serif !important;
    font-size: 1.5em !important;
    font-weight: 600;
}

.subtitlePage {
    font-family: 'Quicksand';
    font-size: 0.85em !important;
    color: #66afe9;
}

.dividerTitles {
    margin-top: 0px;
    width: 60%;
}

.panel-heading {
    font-weight: 600 !important;
}

.panel{
    border-radius: 2px !important;
}

.form-control{
    border-radius: 3px !important;
    box-shadow: none;
}

.panel-heading{
    border-radius: 2px !important;
}


input:focus{
    outline: medium none;
    border: 1px solid rgb(77, 144, 254);
    /*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) inset;*/
}

select:focus {
    outline: medium none;
    border: 1px solid rgb(77, 144, 254);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/*select {
    box-shadow: none !important; 
}*/

button.btn-avancar {
    border: 1px solid #127636;
    color: #fff;
    font-weight: 600;
    background-color: #127636;
}

button.btn-avancar:hover {
    border: 1px solid #127636;
    color: #127636;
    font-weight: 600;
    background-color: #fff;
}

input.btn-avancar {
    border: 1px solid #127636;
    color: #fff;
    font-weight: 600;
    background-color: #127636;
}

input.btn-avancar:hover {
    border: 1px solid #127636;
    color: #127636;
    font-weight: 600;
    background-color: #fff;
}

a.btn-avancar {
    border: 1px solid #127636;
    color: #fff;
    font-weight: 600;
    background-color: #127636;
}

a.btn-avancar:hover {
    border: 1px solid #127636;
    color: #127636;
    font-weight: 600;
    background-color: #fff;
}

a.btn-voltar {
    border: 1px solid #940000;
    color: #fff;
    font-weight: 600;
    background-color: #940000;
}

a.btn-voltar:hover {
    border: 1px solid #940000;
    color: #940000;
    font-weight: 600;
    background-color: #fff;
}

a.btn-consultar {
    border: 1px solid #0070B9;
    color: #fff;
    font-weight: 600;
    background-color: #0070B9;
}

a.btn-consultar:hover {
    border: 1px solid #0070B9;
    color: #1A7EC0;
    font-weight: 600;
    background-color: #fff;
}

button.btn-consultar {
    border: 1px solid #0070B9;
    color: #fff;
    font-weight: 600;
    background-color: #0070B9;
}

button.btn-consultar:hover {
    border: 1px solid #0070B9;
    color: #0070B9;
    font-weight: 600;
    background-color: #fff;
}

input.btn-consultar {
    border: 1px solid #0070B9;
    color: #fff;
    font-weight: 600;
    background-color: #0070B9;
}

input.btn-consultar:hover {
    border: 1px solid #0070B9;
    color: #1A7EC0;
    font-weight: 600;
    background-color: #fff;
}

.btn {
    border-radius: 2px !important;
}

.iconGreen {
    color: #1DA652;
}

.iconGray {
    color: #C0C0C0;
}

.table-bordered {
    border-color: #0070B9 !important;
}

table .tableHeader th {
    border-color: #0070B9 !important;
}

.thead{
    border:none;
}

.tableHeader {
    background-color: #0070B9 !important;
    font-size: 0.875em;
    color: #FFF;
    border-color: #0070B9;
    font-weight: 600;
}

.tableFooter {
    background-color: #0070B9 !important;
    font-size: 0.875em;
    color: #FFF !important;
    font-weight: 600;
    border-color: #0070B9;
}

tfoot .tableFooter td {
    border-color: #0070B9 !important;
}

.tableHeaderGreen {
    background-color: #1DA652 !important;
    font-size: 0.875em;
    font-weight: 600;
    color: #FFF;
}

.tableHeaderGray {
    background-color: #DDDDDD !important;
    font-size: 0.875em;
    font-weight: 600;
}

.tableFooterGray {
    background-color: #DDDDDD !important;
    font-size: 0.875em;
    font-weight: 600;
}

.tableFooterGreen {
    background-color: #1DA652 !important;
    font-size: 0.875em;
    font-weight: 600;
    color: #FFF;
}

.legendaTable {
    font-family: 'Pavanam';
    text-align: left;
    font-size: 12px;
}

.panel-body{
    padding: 20px !important;
}

.modal-border-radius{
    border-radius: 2px !important;
}

.modal-header-title {
    background-color: #0070B9;
}

.modal-header-title-font {
    color: #fff;
    font-weight: bold;
}

.btn-fechar-modal {
    background-color: #444444 !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 2.15em;
    height: 2.15em;
    border: 0;
    opacity: 1;
}

.btn-fechar-modal span {
    color:  #fff;
    text-shadow: none;
}

.legenda-servicos{
    margin-right: 1.15em;
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 0;
}

/**************** SCROLLBAR ****************/
body::-webkit-scrollbar {
    width: 0.51em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    /*background-color: #4D5573;*/
    background-color: #0070B9;
    outline: 0.5px solid slategrey;
}

/*************************** HEADER *****************************/
.subtitleHeader {
    font-family: 'Quicksand' !important;
    font-size: 16px !important;
}

#header-config {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875em;
}

.header-brasao{
    padding-bottom: 5px;
}

.header-text{
    padding-bottom: 5px;
}

.img-brasao {
    width: 70px;
    max-width: 70px;
    height: auto;
    float: right;
}

.img-brasao-2 {
    width: 70px;
    float: left;
    height: auto;
}

.top-head h1 {
    color: #777777;
    font-size: 25px;
    font-weight: 600;
    margin: 6px 0 0 0;
}

.top-head small {
    font-size: 15px;
    color: #a4a4a4;
    /*margin-top: 5px;*/
}

.top-head .admin-bar {
    text-align: right;
    /*margin-top: 33px;*/
}

.top-head .admin-bar a {
    color: #777777;
    /*line-height: 49px;*/
    position: relative;
    /*padding: 0 7px;*/
}

.top-head .admin-bar a:hover {
    color: #0089bf;
}

.top-nav .nav-link {
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
}

.icone-usuario {
    color: #0070B9;
    font-size: 16px;
}

.div-usuarioLogado{
    max-width: 100%;
}

.barra-info {
    /*background-color: #EDEDED;
    border-radius: 4px 4px 0 0;*/
    padding-top: 3px;
    padding-bottom: 3px;
}

#dropdown-help:focus {
    background-color: transparent;
}

#dropdown-help:hover {
    background-color: transparent;
}

/********************************* MEU CADASTRO **************************************/
.detalhesCadastro {
    /*margin-left:20px; */
    margin-bottom: 25px;
    font-family: 'Pavanam';
    font-size: 14px;
}

.imgMeuCadastroView {
    border-radius: 2px;
    padding: 4px;
    background-color: white;
    /*border: 1px solid #ddd;*/
    max-width: 100%;
    margin-bottom: 1em;
}

.containerImgMeuCadastro {
    border-radius: 2px !important;
    border: 1px solid #ddd !important;
    padding: 0.625em; 
}

.helpTextImgMeuCadastro {
    font-family: 'Quicksand' !important;
    font-size: 0.75em !important;
    margin-top: 0 !important;
    margin-bottom: 0.6255em !important;
}

.subtitlePage2 {
    font-family: 'Quicksand';
    font-size: 1em !important;
}

.titlePageMeuCadastro {
    font-family: 'Quicksand';
    font-size: 1.25em !important;
    font-weight: 600;
    margin-top: 0.25em !important;
    margin-bottom: 0 !important;
}

.titleLinePageMeuCadastro {
    margin-top: 1em;
    margin-bottom: 1.25em;
}


.btnImgMeuCadastro {
    border: 1px solid #0070B9;
    color: #0070B9;
    background-color: #fff;
    display: block;
    margin-bottom: 0.3125em;
}

.btnImgMeuCadastro:hover, .btnImgMeuCadastro:active {
    border: 1px solid #fff;
    color: #fff;
    background-color: #0070B9;
    display: block;
    margin-bottom: 0.3125em;
}

.preview-img {
    height: auto;
    /*width: 100%;*/
    max-width: 100%;
    max-height: 150px;
    position: relative !important;
}

.btnSubmitImgCadastro {
    margin-top: 0.625em !important;
    margin-bottom: 1em;
}

.spaceBottom{
    margin-bottom: 1em;
}

.legendaDadosCadastrais {
    font-family: 'Pavanam';
    font-size: 0.75em;
    font-style: italic;
}

/******************************* CENTRALIZAR DIVS ************************************/
@media (max-width: 320px) {
    .box-conteudo 
    {
        /*margin-left: 16.66666667%;*/ 
        margin: 0 auto !important;
        float: none !important;
    }
    .img-position 
    {
        padding-top: 19px;
    }
}

.icon-bar{
    background-color: #FFF !important;
}

.navbar-toggle{
    border: none !important;
    background-color: transparent !important;
}

.dropUser {
    right: 0 !important;
    left: auto !important;
}

.dropUserList {
    display: block !important;
    padding: 3px 20px !important;
    clear: both !important;
    font-weight: normal !important;
    white-space: nowrap;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #434343 !important;
}

.droUserSubList {
    display: block !important;
    padding: 0px 20px 0px 20px !important;
    clear: both !important;
    font-weight: normal !important;
    font-weight: normal !important;
    white-space: nowrap;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #434343 !important;
    font-size: 0.625em !important;
}

/*@media (max-width: 480px) {
    .dropdown-menu {
        margin: 2px -220px 0 !important;
    }
}*/

.btn-dropdown-user{
    border-color: transparent !important;
    box-shadow: none !important;
}
.linhaCentralizada {
    /*width: 100vw;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.linhaCentralizadaTextoRight {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
/***************************************************************/
/******************* MENU BAR (barra de menu) ******************/
.cor-bar {
    /*background-image: linear-gradient(to bottom, #364579, #0089bf);*/
    background-color: #0070B9;
    border-radius: 0;
    border-color: transparent;
}

/*#testhr{
}

#testhr:hover{ /*sublinha quando passa o mouse
	border-bottom-style:solid;
	border-bottom-color:red;
	padding-bottom:4px;
}*/

.button_mouse { /*sublinha quando passa o mouse*/
    color: white;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
} 

.button_mouse:after {
    display: block;
    content: '';
    border-bottom: solid 3px #EFEFEF;
    transform: scaleX(0.0001);
    transition: transform 250ms ease-in-out;
}

.button_mouse:hover:after { 
    transform: scaleX(1); 
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
	background-color: #3b5a6f;
    color: white;
  }
}

@keyframes hvr-back-pulse {
  50% {
	background-color: #3b5a6f;
    color: white;
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: white;
}

/**************************************************************/

/*************************** LOGIN ****************************/
.cor-answer-red {
    color: red;
}

.position-answer {
    text-align:"center";
    font-family: 'Pavanam';
}

.login-box { /*centraliza*/
	background: none repeat scroll 0% 0% rgb(241, 241, 241);
    margin: 0 auto;
    width: 320px;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-box-modal { 
    background: none repeat scroll 0% 0% rgb(241, 241, 241);
    width: 300px;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.nome-size{
    width:99%;
}

.login-box div {
	margin: 0px 0px 1.5em;
}

.login-box h2 {
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
}

.login-box label {
	/*display: block;*/
}

.login-box .usuario-label, .login-box .passwd-label {
	font-weight: bold;
	margin: 0px 0px 0.5em;
	display: block;
	-moz-user-select: none;
}

.login-box label.remember {
	/*display: inline-block;*/
	vertical-align: top;
	margin: 9px 0px 0px;
}

strong {
	color: rgb(34, 34, 34);
}

.login-box input[type="text"], .login-box input[type="password"] {
	width: 100%;
	height: 35px;
	font-size: 15px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    /*display: inline-block;*/
    height: 35px;
    margin: 0px;
    /*padding: 0px 8px;*/
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border-right: 1px solid rgb(217, 217, 217);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    -moz-box-sizing: border-box;
    box-shadow: none;
}

ol, ul {
	list-style: none outside none;
	line-height: 17px;
	margin-left:0px;
	padding-left:0px;
}

a {
	color: rgb(17, 85, 204);
	text-decoration: none;
}

a#forgot_password {
	/*display:block;*/
}

.login-box input[type="submit"] {
	margin: 0px 1.5em 1.2em 0px;
	height: 32px;
	font-size: 13px;
}

.button, input.button[type="submit"] {
	height: 29px;
	line-height: 29px;
	vertical-align: bottom;
	margin: 0px;
}

.remember-label {
	font-weight: normal;
	color: rgb(102, 102, 102);
	line-height: 0;
	padding: 0px 0px 0px 0.4em;
	-moz-user-select: none;
}

/***************************************************************/

/************************** LOGIN NFSE *************************/
.container-login-nfse {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 749px) {
    .container-login-nfse {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .container-login-left {
        height: auto;
    }

    .container-login-right {
        height: auto;
    }

    /*.info-nfse {
        margin-top: 0;
        display: inline-block;
        width: 100%;
    }

    .container-info-nfse {
        padding: 0.15em 0.5em 0.15em 0.5em;
        width: 100%;
        text-align: center;
    }*/
}

.container-login-left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    clear: both;
    padding: 2.5em 5em 1.5em 5em;
}

.container-login-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: rgb(30,172,85);
    /*background: linear-gradient(0deg, rgba(30,172,85,1) 0%, rgba(0,112,185,1) 70%);*/
    /*background: linear-gradient(0deg, rgba(49,56,84,1) 0%, rgba(0,112,185,1) 70%);*/
    background: linear-gradient(0deg, rgba(85,159,208,1) 0%, rgba(0,112,185,1) 70%);
    min-height: 85vh;
    padding: 2.5em 5em 1.5em 5em;
}

.container-login-header {
    max-height: 10vh;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.container-login-header-brasao{
    float: left;
}

.header-login-brasao {
    height: 1.75em;
    width: auto;
}

.login-header-titulo {
    font-family: 'Open Sans', Helvetica, sans-serif !important;
    font-size: 1.25em !important;
    font-weight: 600;
    margin-top: 0.1em;
    margin-left: 0.25em;
}

.login-titulo {
    font-family: 'Open Sans', Helvetica, sans-serif !important;
    font-size: 2em;
    padding-bottom: 0.25em;
}

.login-line {
    margin-top: 0em;
    margin-bottom: 2em;
    border-top: 0.25em solid #0070B9;
    width: 4.5em;
    float: left;
}

.container-autenticacao-header {
    max-height: 10vh;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    float: right; 
}

.container-autenticacao-header a{
    text-decoration:none;
    color: #FFF;
    font-weight: 600;
}

.login-form-componentes {
    clear: both;
}

.container-login{
    /*padding-top: 0.25em;*/
    min-height: 50vh;
}

.container-login label {
    display: inline-block;
    /*min-width: 100%;*/
    margin-bottom: 0em;
    font-family: 'Poppins', Helvetica, sans-serif !important;
    font-size: 0.75em;
    color: #313854;
}

.container-login input {
    display: inline-block;
    min-width: 100%;
    margin: 0 0 1.5em 0;
    font-family: 'Poppins', Helvetica, sans-serif !important;
    font-size: 0.75em;
    height: 3.5em;
    font-size: 0.8em;
    padding: 0 0.5em 0 0.5em;
    border-color: #B0B4C1;
    border-radius: 2px;
}

.container-login input::-webkit-input-placeholder {
    color: #313854;
}

.container-login input::-webkit-input-placeholder {
    color: #313854;
}

.container-login input:-moz-placeholder { 
    color: #313854;
}

.container-login input::-moz-placeholder { 
    color: #313854;
}

.login-form-alert {
    width: 80%;
    padding: 0.5em;
    font-family: 'Poppins', Helvetica, sans-serif !important;
    color: #FF0000; 
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: -1.5em;
}

.container-login a {
    margin-top: 2em;
    margin-bottom: 1.5em;
    color: #0070B9;
    font-weight: 600;
    line-height: 1em;
    display: inline-block;
    min-width: 100%;
    text-align: center;
}

.container-login a:hover {
    margin-top: 2em;
    margin-bottom: 1.5em;
    color: #ff0000;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    display: inline-block;
    min-width: 100%;
    text-align: center;
}

.container-login button {
    background-color: #1EAC55;
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    height: 2.5em;
    min-width: 30%;
    border-radius: 2px;
}

.container-login button:hover {
    background-color: #fff;
    border: 0.2em solid #1EAC55;
    color: #1EAC55;
    font-size: 1em;
    font-weight: 600;
    height: 2.5em;
    min-width: 30%;
    border-radius: 2px;
}

.autenticacao-titulo {
    font-family: 'Poppins', Helvetica, sans-serif !important;
    font-size: 2em;
    padding-bottom: 0.25em;
    color: #FFF;
}

.autenticacao-line {
    margin-top: 0em;
    margin-bottom: 2em;
    border-top: 0.25em solid #1EAC55;
    width: 4.5em;
    float: left;
}

.autenticacao-form-componentes {
    clear: both;
}

.container-autenticacao {
    padding-top: 2em;
    min-height: 50vh;
}

.container-autenticacao label {
    display: inline-block;
    min-width: 100%;
    margin-bottom: 0em;
    font-family: 'Poppins', Helvetica, sans-serif !important;
    font-size: 0.75em;
    color: #FFF;
}

.container-autenticacao input {
    display: inline-block;
    min-width: 100%;
    margin: 0.25em 0 2em 0;
    font-family: 'Poppins', Helvetica, sans-serif !important;
    font-size: 0.75em;
    height: 3.5em;
    font-size: 0.8em;
    padding: 0 0.5em 0 0.5em;
    border:none;
    border-radius: 2px;
}

.container-autenticacao input::-webkit-input-placeholder {
    color: #313854;
}

.container-autenticacao input::-webkit-input-placeholder {
    color: #313854;
}

.container-autenticacao input:-moz-placeholder { 
    color: #313854;
}

.container-autenticacao input::-moz-placeholder { 
    color: #313854;
}

.autenticacao-form-alert {
    width: 80%;
    padding: 0.25em;
    background-color: #FFAAAA;
    font-family: 'Poppins', Helvetica, sans-serif !important;
    color: #FF0000;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: -0.75em;
    border-radius: 2px;
}

.autenticacao-form-alert-sucesso {
    width: 80%;
    padding: 0.25em;
    background-color: #B4E3C6;
    font-family: 'Poppins', Helvetica, sans-serif !important;
    /*color: #1EAC55;*/
    color: #127636;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
    border-radius: 2px;
}

.container-autenticacao button {
    background-color: #1EAC55;
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    height: 2.5em;
    min-width: 30%;
    border-radius: 2px;
}

.container-autenticacao button:hover {
    background-color: #fff;
    border: 0.2em solid #1EAC55;
    color: #1EAC55;
    font-size: 1em;
    font-weight: 600;
    height: 2.5em;
    min-width: 30%;
    border-radius: 2px;
}

.info-nfse{
    /*margin-top: -180px;*/
    display: inline-block;
    width: 100%;
}

.container-info-nfse {
    padding: 0.15em 0.5em 0.15em 0.5em;
    width: 100%;
    margin: 0 auto;
    background-color: #E8E8E8;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.3);
    border-radius: 2px;
    text-align: center;
}

.container-info-nfse span {
    font-family: 'Poppins', Helvetica, sans-serif !important;
    font-size: 0.85em;
}

.container-info-nfse strong {
    color: #0070B9;
}

.info-nfse-separador{
    font-weight: 600;
}

/*@media (max-width: 969px) {
    .info-nfse {
        margin-top: 0;
        display: inline-block;
        width: 100%;
    }

    .container-info-nfse {
        padding: 0.15em 0.5em 0.15em 0.5em;
        width: 100%;
        text-align: center;
    }
}*/

.footer-nfse {
    background-color: #313854;
    text-align: center;
    padding: 0.5em 0.25em 0.5em 0.25em;
    font-family: 'Poppins', Helvetica, sans-serif !important;
}

.footer-login-nfse-icon {
    background-image: url(images/logoBranco_48x48.png);
    height: 2em;
    width: 2em;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-flex;
}

.footer-login-nfse-icon:hover {
    background-image: url(images/logoVerde_48x48.png);
    height: 2em;
    width: 2em;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-login-nfse-company {
    color: #FFF;
    text-decoration: none;
    font-size: 0.75em;
}

.footer-login-nfse-company strong{
    color: #FFF;
    text-decoration: none;
}

.footer-login-nfse-company:hover {
    text-decoration: none;
    color: #127636;
}

.footer-login-nfse-company strong:hover {
    color: #127636;
    text-decoration: none;
}

.footer-login-copyright {
    font-size: 0.6em;
    color: #B0B4C1;
}
/*@media (max-width: 1169px) {
    .info-nfse {
        margin-top: -130px;
        display: inline-block;
        width: 100%;
    }

    .container-info-nfse {
        padding: 0.15em 0.5em 0.15em 0.5em;
        width: 60%;
    }
}*/

 /* The switch - the box around the slider */
.login-form-switch{
    margin-top: -0.75em;
    margin-bottom: 1em;
}
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;

}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-label{
    position:absolute;
    padding-left: 0.25em;
}
/**************** BODY PAGE (corpo da página) ******************/
.interrogacao { /* ponto de interrogação da imagem */
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.item-tile{ /* texto que vai embaixo da imagem */
	text-align:center;
	font-size:17px;
	color:#333;
    font-family: Tahoma
}

.cursor-tiles{
 cursor:pointer;
}

.box-conteudo {
    background-color: #e4e4e4;
    padding-bottom: 50px;
    transition: all 0.3s ease;
}

.box-conteudo:hover {
    -webkit-box-shadow: 3px 3px 0 0 #0070B9;
    -moz-box-shadow: 3px 3px 0 0 #0070B9;
    box-shadow: 3px 3px 0 0 #0070B9;
}

.blocos {
 width: 165px;
 height: 165px;
 background-color: #EDEDED;
 margin-right: 20px;
 margin-left: 10px;
 margin-bottom: 30px;
 position: relative;
}

.img-position{
 text-align:center;
 margin-top:19px;
 text-decoration:none;
}

#cor-fundo-pesquisa{
	background-color:#EDEDED;
    padding-bottom:12px;
    padding-left:12px;
    padding-top:12px;
}

.boxdown{
    float:left;
    margin-left:7px;
    padding-right:5px;
}

.boxdown2 {
    float: left;
}
/*Desevolvido por julio xiuxi KKKK*/

/***************************************************************/

/*************************** CVV *******************************/

.alinha-txt {
    margin-right:50px;
}

.form-control{
    border-radius: 5px;
    color: #555;
    border: 1px solid #ccc;
}

/***************************************************************/
/*************************** DAM *******************************/
.exercicio-box {
    background-color: #F1F1F1;
    padding-bottom: 20px;
}

#alinha-table {
    text-align:center;
}

.lbExercicio{
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*#table-DAM {
    font-family: 'Pavanam', sans-serif;
}*/


/*
.tableRedonda {
    border-collapse: separate;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    */
/***************************************************************/
/************************* FOOTER (rodapé) *********************/
.font-footer {
    font-family: 'Pavanam';
}

.bgcolor-footer {
    background-color: #444444;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

#position-elemento-prefooter{
	text-align:center;
}

/*.img-iconeFooter{
    padding-bottom: 10px;
}*/

.txt-contato {
    padding-top: 5px; 
    padding-left: 25px;
}

.txt-atendimento-titulo {
    /*font-family: 'Dosis', sans-serif;*/
    margin-bottom: 5px;
    font-size: 20px;
}

.txt-atendimento {
    /*font-family: 'Dosis', sans-serif;*/
    margin-bottom: 5px;
    font-size: 14px;
}

.hr-atendimento {
    width:215px; 
    margin-top:-3px; 
    margin-bottom:5px;
}

.footer-area-business{
	padding-top:30px;
	padding-bottom:15px;
	text-align:center;
}

.direitos-footer {
    background-color: #0070B9;
}

.txt-direitos-footer {
    color: white;
    text-decoration: none;
}

.totais{
	text-align:center;
}

/***************************************************************/

/********************Administrator Area*************************/

.nav-side-menu {
  overflow: auto;
  font-family: 'Pavanam';
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
}

.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: 'Pavanam'; 
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}

.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
/**************************************************************************/

/****************************** Cadastro Credencial **********************/
/*Arrendonda Select e Fieldset*/
#sltTipoPessoa {
    border-radius: 5px;
    border-color: rgb(217, 217, 217);
}

#fstTipoPessoa {
    border-radius: 5px;
    border-color: rgb(217, 217, 217);
}

#fstGrupoSenha {
    border-radius: 5px;
    border-color: rgb(217, 217, 217);
}
/*----------------------------*/

.tipoPessoa {
    border:.5px solid #CCC;
    padding-top: 10px;
}

.campos-obrigatorios-holerite{
    color:#000;
    font-size:11px;
}

#form-obrigatorio {
    color:red;
    font-size:11px;
}

.subtitulo-itbi {
    font-size: 19px;
}

.imgTitulo {
    float:left;
    background-image: url(/Content/images/Contribuintes.jpg);
    background-repeat: no-repeat;
    width:420px;
    height:380px;
    border:1px #ccc solid;
    border-radius:20px;
    opacity:.5;
    margin-left:70px;
}

.imgTitulo:hover {
    opacity:1;
}

.txtcodigo {
    float:left;
    width:150px;
}

.rbFisica {
    float:left;
    padding-left:20px;
    margin-top:10px;
}

.rbJuridica {
    float:left;
    padding-left:20px;
    margin-top:10px;
}

#labelCodigo{
    float:left;
    margin-right: 21px;
}

#labelTipo{
    float:left;
    margin-right: 21px;
}

.txtNome {
    float:left;
}

.cmbSexo {
    float:left;
    padding-left:20px;
}

.txtCPF {
    float:left;
}

.txtRG {
    float:left;
    padding-left: 20px;
}

.txtCNPJ {
    float:left;
    padding-left: 20px;
}

.txtComprador {
    float: left;
    padding-left: 10px;
    margin-top:-10px;
}

textarea{
    resize:none;
}

.txtLogradouro {
    float:left;
}

.txtNumero {
    float:left;
    padding-left: 10px;
}

.txtUF {
    float:left;
}

.txtCidade {
    float:left;
    padding-left: 10px;
}

.txtBairro{
    float:left;
    margin-left: 0px;
    padding-left: 0px;
}

.txtCEP {
    float:left;
    padding-left: 10px;
}

.txtTelRes {
    float:left;
    padding-left: 10px;
}

.txtTelComer {
    float:left;
}

.txtCel {
    float:left;
    padding-left: 10px;
}

.txtEstadoCiv{
    float:left;
    padding-left: 10px;
}

.txtNacionalidade{
    float:left;
}

.txtEmail {
    float:left;
    padding-left: 16px;
}

.txtSenha {
    float: left;
}

#grupoSenha {
    margin-top: 10px;
}

.grupoSenha {
    border: 1px;
    border-color: #bce8f1;
    background-color: rgb(241, 241, 241);
    border-radius: 4px;
}

.spanSenha {
    color: #000;
    font-size: 11px;
}

/*FIM*/

/************************ GUIA DE IPTU **********************/
#table-IPTU {
    width: 99%;
}
/************************ GUIA DE ITBI *********************/
.imgTituloITBI {
    float: left;
    background-image: url(/Content/images/buy.jpg);
    background-repeat: no-repeat;
    width: 420px;
    height: 380px;
    border: 1px #ccc solid;
    border-radius: 20px;
    opacity: .5;
    margin-left: 70px;
}

.imgTituloITBI:hover {
    opacity:1;
}

.cmbTipo {
    float:left;
}

.txtCodComprador {
    float:left;
}

.txtNomeComprador {
    float:left;
    width:86%;
    margin-top:5px;
    padding-left: 10px;
}

a#contribuinte{
    float:right;
    text-align:left;
    display:inline-block;
}

.txtCEP_Comprador {
    float: left;
    margin-top: -10px;
}

.txtTelefone {
    float: left;
    padding-left: 10px;
    margin-top: -10px;
}

.txtEmail_Comprador {
    float: left;
    padding-left: 10px;
    margin-top: -10px;
}

.grupoComprador {
    width:555px;
    background-color: lightblue;
    padding: 5px 5px 5px 5px;
}

.txtCodVendedor {
    float:left;
    width:17%;
    margin-left:528px;
    margin-top:-70px;
    
}

.txtCodContribuinte {
    float: left;
    width: 10%;
    margin-left: 66%;
    margin-top: -75px;
}

.txtNomeContribuinte {
    float: left;
    width: 23%;
    margin-left: 77%;
    margin-top: -75px;
}

.txtAreaAlqueires {
    float: left;
    margin-top: -10px;
}

.txtAreaHectares {
    float: left;
    padding-left: 20px;
    margin-top: -10px;
}

.txtIncra {
    float: left;
    padding-left: 20px;
    margin-top: -10px;
}

#txtValorVenal {
    text-align: right;
}

.txtAliquota {
    float: left;
    padding-left: 20px;
    margin-top: -10px;
}

.cmbFinan {
    /*float: left;
    margin-top: -10px;*/
    margin-left:14px;
}

.valores_decimais{
    text-align:right;
}

.border-aliquotas {
    float: left;
    border: 1px solid #E1E1E1;
    margin-right:10px;
}

.txtAliquota {
    float: left;
    padding-left: 18px;
    margin-top: -10px;
}

.txtNaoFinanciado {
    float: left;
    padding-left: 18px;
    margin-top: -10px;
}

.txtVrRecolher {
    /*float: left;
    padding-left: 18px;
    margin-top: -10px;*/
}

.font-links{
    font-size:11px;
}

.tipoA {
    border:.5px solid #CCC;
    padding-top: 10px;
    width:220px;
    height:85px;
    float:left;
}

.tipoB {
    border:.5px solid #CCC;
    border-radius: 5px;
}

#valorVProporcionalInput {
text-align:right;
}

.tipoC {
    border: .5px solid #CCC;
    padding-top: 10px;
    width: 350px;
    height: 85px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

#iProprietario {
    float: left;
    margin-left: 10px;
    margin-top: -3px;
    padding-bottom:11px;
}

#iObsImovelItbi {
    margin-left: 10px;
    width:93%;
    float:left;
}

.rbParticular {
    float: left;
    padding-left: 20px;
    margin-top: -10px;
}

.rbPublica {
    float:left;
    padding-left:20px;
    margin-top:-10px;
}

.rbSim {
    float:left;
    padding-left:26px;
    margin-top:-10px;
}

.rbNao {
    float:left;
    padding-left:10px;
    margin-top:-10px;
}

#inputNao{
    float:left;
    width:80px;
    padding-left:10px;
    margin-top:-11px;
}

/*#rbOptionNao {
    display: block;
}*/

.txtMatricula {
    float:left;
    padding-left:20px;
}

.txtRegistro {
    float:left;
}

textarea.tam-txtarea-dadosImovel {
    width: 100%;
}

#txtaDadosImovel {
}

/****************************/
/************ Credencial / Nota Eletronica ***************/
.espacoForm {
    margin-right: 10px;
    margin-top:-8px;
    margin-left:10px;
}

.alinharForm {
    float: left;
    margin-top: -8px;
}

#itxtAliquota1 {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    text-align:center;
}

#resultado1 {
    margin-bottom: -15px;
    text-align:right;
}

#resultado2 {
    margin-bottom: -15px;
    text-align: right;
}

#itxtNaoFinanciado {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#itxtAliquota2 {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    text-align:center;
}

div.Clear {
    clear: both;
}

ul { 
    list-style-type: circle; 
}

/************  ***************/

/*Utilizando Efeito WebKit para tremer o modal com bootbox.js - o alert invoca essa classe chamada bb-alternate-modal
    e a partir da classe o webkit executa o efeito através da palavra treme definida em animation
*/

.bb-alternate-modal {
    animation: treme 0.1s;
    animation-iteration-count: 8;
}

/*@keyframes treme {
  0% {margin-left: 0;}
  25% {margin-left: 5px;}
  50% {margin-left: 0;}
  75% {margin-left: -5px;}
  100% {margin-left: 0;}
}*/

@-webkit-keyframes treme {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

/* imagemd e aguarde entre os relatórios*/
img#logo{
    display: none;
    text-align:center;
}
/*
    FIM
*/

#espaco-embranco{
    margin-top:15px;
    margin-bottom:10px;
}

#posicao-campo-obg{
    float:right;
    margin-top:-10px;
}

/********************************** ESCRITURAÇÃO *************************************/
#loadPartialT {
    background-color: #F5F5F5;
}

#loadPartialP {
    background-color: #F5F5F5;
}

.div-pesquisar-doc {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.div-filtros-pesquisa-doc {
    padding-top: 15px;
    margin-bottom: 15px;
}

.titulo-div-pesquisa-docs h1 {
    font-family: 'Pavanam';
    font-size: 20px;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 4em;
}

.titulo-div-pesquisa-docs .btn-fechar-modal{
    margin-top: 0.5em;
    margin-right: 0.5em;
}

.col-btn-pesquisar {
    padding-left: 0;
}

.btn-pesquisar {
    margin-top: 20px;
    background-color: transparent;
}

.img-btn-pesquisar {
    width: 30px;
    height: 30px;
}

.table-titulos {
    background-color: #DDDDDD;
}

#row-table-docs {
    padding: 0;
    vertical-align: inherit;
}

.btn-selelecionar-doc {
    background-color: transparent;
}

.btn-fechar-doc {
    color: #000;
    background-color: transparent;
}

/*Configuração do bootstrap para tabelas responsivas no firefox*/
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.botoesItensNota {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tabelaServicosNota {
    padding-top: 20px;
}

.divBtnImprimir {
    padding-right: 5px;
}

.divBtnExcluir {
    padding-left: 5px;
}

.botoesPostLeft {
    float: left;
}

.botoesPostLeftPaginacao {
    float: left;
    margin-top: 2.75em;
}

.botoesPostRightPaginacao {
    float: right;
    margin-top: 2.75em;
}

.botoesPostRight {
    float: right;
}

.filtroListarEscrituracao {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.legendaListaEscrituracao {
    font-family: 'Pavanam';
    text-align: left;
    font-size: 10px;
}

.cVencimentoEsc{
    width: 150px;
}

.flexGerarBoleto{
    display:flex;
    flex-direction:row;
}
#gerarBoleto{
    margin-left:10px;
    display: inline;
}

#atualizarPagina {
    margin-left: 10px;
    display: none;
}

.camposDecimais{
    width:150px;
}

/*==================== BOLETOS FATURADOS ==================*/
/*.font-tb-boletos-faturados {
    font-family: 'Pavanam', sans-serif;
    font-size: 14px;
}*/
/*#titulo-boletos-faturados {
    text-align: center;
    font-family: 'Pavanam', sans-serif;
}
#subtitulo-boletos-faturados {
    text-align: center;
    font-size: 11px;
    font-family: 'Pavanam', sans-serif;
}*/

/*.divider-boletos-faturados{
    width:350px;
    margin-top:0px;
}*/
.thead-boletos-faturados {
    text-align: left;
}

.tbody-boletos-faturados{
    text-align: center;
}
.tbody-boletos-faturados-decimal {
    text-align: right;
}
.tbody-boletos-faturados-number-text {
    text-align: left;
}

#tfoot-bgcolor {
    background: #F5F5F5;
    text-align: center;
    /*margin-top: -20px;*/
    padding-right: 15px;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 50px;
    color: #3498DB;
}

#model-exercicio-boletos-faturados {
    width:110px;
}
#model-mes-boletos-faturados {
    width: 110px;
}
#model-tipo-boletos-faturados {
    width: 30px;
}
#model-nome-boletos-faturados {
    width: 200px;
}
#model-nf-numero-boletos-faturados {
    width: 85px;
}
#model-nf-serie-boletos-faturados {
    width: 70px;
}
#model-nosso-numero-boletos-faturados {
    width: 110px;
}
#model-vencimento-boletos-faturados {
    width: 90px;
}

#model-total-boletos-faturados {
    width: 110px
}

#model-total-iss-boletos-faturados {
    width: 110px
}

#button-cancelar-boleto-faturado {
    text-align: center;
    width: 105px;
}

.obs-table-boleto {
    font-size: 0.6875em;
    margin: 0 0 0 0;
    padding: 0;
}
/*==================== END ==================*/










/* ANIMAT CHECK MARK AND CROSS */
svg {
    width: 100px;
    display: block;
    margin: 0 auto 0;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.path.circle{
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
}

.path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
}

.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}


/********************************** NOTA FISCAL *************************************/
#loadPartialTomadores {
    background-color: #F5F5F5;
}

#TabNavNfs {
    background-color: #0070B9 !important;
    border: none !important;
    color:white !important;
    border-radius: 2px !important;
    /*background-color: #EBEBEB;*/
}

#TabNavNfs li a{
    color: white !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
}

#TabNavNfs li.active a, #TabNavNfs li.active a:hover, #TabNavNfs li.active a:focus {
    color: #0070B9 !important;
    font-weight: 600 !important;
    border-color: #fff;
}

#TabNavNfs li  a:hover, #TabNavNfs  li  a:focus{
    color: #0070B9 !important;
    font-weight: 600 !important;
    border-color: #eee;
    border-radius: 0 !important;
}

/* Font Rajdhani */
@import url('https://fonts.googleapis.com/css?family=Rajdhani');
.font-rajdhani {
    font-family: 'Rajdhani', sans-serif;
}

.no-line-link {
    text-decoration: none !important;
    color: #03568d;
}

.no-line-link:hover {
    text-decoration: none !important;
    color: #03568d;
}


/*------------------------- ERROR PAGE -------------------------*/
:root {
    --main-color: #FFF;
    --stroke-color: black;
    --icon-color: rgb(30,172,85);
}

.error-page{
    display: inline;  
}

.error-page section{
    margin-top: -50px; 
}
.error-title {
    margin: 100px auto 0 auto;
    color: var(--icon-color);
    font-family: 'Encode Sans Semi Condensed', Verdana, sans-serif;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 200;
    text-align: center;
}

.error-description {
    margin: 20px auto 30px auto;
    font-family: 'Encode Sans Semi Condensed', Verdana, sans-serif;
    font-size: 2rem;
    font-weight: 200;
    text-align: center;
}

.error-title, .error-description {
    -webkit-transition: opacity 0.5s linear, margin-top 0.5s linear; /* Safari */
    transition: opacity 0.5s linear, margin-top 0.5s linear;
}

.loading h1, .loading h2 {
    margin-top: 0px;
    opacity: 0;
}

.gears {
    position: relative;
    /*margin: 0 auto;*/
    width: auto;
    height: 0;
    display: inline;
}

.gear {
    position: relative;
    z-index: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--icon-color);
}

    .gear:before {
        position: absolute;
        left: 5px;
        top: 5px;
        right: 5px;
        bottom: 5px;
        z-index: 2;
        content: "";
        border-radius: 50%;
        background: var(--main-color);
    }

    .gear:after {
        position: absolute;
        left: 25px;
        top: 25px;
        z-index: 3;
        content: "";
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 5px solid var(--icon-color);
        box-sizing: border-box;
        background: var(--main-color);
    }

    .gear.one {
        left: -130px;
    }

    .gear.two {
        top: -75px;
    }

    .gear.three {
        top: -235px;
        left: 130px;
    }

    .gear .bar {
        position: absolute;
        left: -15px;
        top: 50%;
        z-index: 0;
        width: 150px;
        height: 30px;
        margin-top: -15px;
        border-radius: 5px;
        background: var(--icon-color);
    }

        .gear .bar:before {
            position: absolute;
            left: 5px;
            top: 5px;
            right: 5px;
            bottom: 5px;
            z-index: 1;
            content: "";
            border-radius: 2px;
            background: var(--main-color);
        }

        .gear .bar:nth-child(2) {
            transform: rotate(60deg);
            -webkit-transform: rotate(60deg);
        }

        .gear .bar:nth-child(3) {
            transform: rotate(120deg);
            -webkit-transform: rotate(120deg);
        }

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes anticlockwise {
    0% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes clockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(30deg);
    }

    40% {
        -webkit-transform: rotate(25deg);
    }

    60% {
        -webkit-transform: rotate(30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes anticlockwiseErrorStop {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(-30deg);
    }

    60% {
        -webkit-transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes anticlockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(-30deg);
    }

    40% {
        -webkit-transform: rotate(-25deg);
    }

    60% {
        -webkit-transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.gear.one {
    -webkit-animation: anticlockwiseErrorStop 2s linear infinite;
}

.gear.two {
    -webkit-animation: anticlockwiseError 2s linear infinite;
}

.gear.three {
    -webkit-animation: clockwiseError 2s linear infinite;
}

.loading .gear.one, .loading .gear.three {
    -webkit-animation: clockwise 3s linear infinite;
}

.loading .gear.two {
    -webkit-animation: anticlockwise 3s linear infinite;
}

.buttonRedirect{
    margin-top: -150px; 
    margin-bottom: 30px;
}
/*----------------------- FIM ERROR PAGE -----------------------*/