body.auth, .bg-blue {
    background: var(--primary) !important;
}
.muted {
    color: #ccc;
}
.bg-blue p {
    color: #fff !important;
}

.sidebar-panel > nav > ul > li > a.active {
    background-color: var(--primary-dark);
    color: var(--secondary-light);
}

.box-tab .tab-content {
    border: 1px solid #ccc;
}

.box-tab ul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.box-tab.without-border .tab-content, .box-tab.without-border ul li {
    border: 0px !important;
}


.btn-primary {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary);
}

.btn-secondary {
    color: var(--text-black) !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--secondary-dark) !important;
    border-color: var(--secondary-dark);
}

.bg-primary {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary);
}

#signature-pad{
    background: #fff;
    border: 1px dotted #999;
}

#assinaturaPerfil {
    width: 90%;
    border: 1px dotted #999;

}

table.table tr td a {

}

table.table tr td a:hover {
    color: var(--primary);
    border-bottom: 0px;
}

#relatorioPorCliente #avatar {
    font-size: 30px;
}

.widget small {
    color: #75b8ce;
}

#profile-main .panel-body {
    min-height: 200px;
}

#modalVisualizarQrCode span svg {
    width: 100%;
}

.bg-black {
    background: #222;
    color: #f1f1f1;
}

#ajuda h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 1px #333;
}

#ajuda p {
    font-size: 16px;
    margin-top: 20px;
}

#ajuda p.mt0 {
    margin-top: 0px;
}

#ajuda ul li {
    font-size: 16px;
}

/** visualizar documento */
#assinaturaLateral img.logo {
    width: 90%;
    margin-top: 10px;
}

#assinaturaLateral .rubrica {
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}

#assinaturaLateral h3 {
    font-size: 15px !important;
    text-align: center;
    margin-top: 10px;
}
/** FIM visualizar documento */

/* Upload em lote */
#uploadEmLote .dropzone {
    height: 500px !important;
    border-width: 2px;
}

#uploadEmLote .dropzone:hover {
    border-color: var(--secondary-dark);
}

#uploadEmLote .dz-message {
    font-size: 20px;
}

#uploadEmLote .note {
    font-size: 13px;
    display: block;
}

#uploadEmLote .list {
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: move;
}

#uploadEmLote .list i.pdf {
    font-size: 30px;
    color: var(--danger);
}

#uploadEmLote .list i {
    font-size: 20px;
}

#uploadEmLote .list p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 0px;
}

/* Define the default color for all the table rows */
.hoverTable tr{
    background: #b8d1f3;
}
/* Define the hover highlight color for the table row */
.hoverTable tr:hover, tr.active td {
      background-color: #ffff99 !important;
}

.hoverTable tr.info td {
    background-color: #ffffbe !important;
}

#abreContratoSemLogar div#box {
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
    text-align: center;
}

#abreContratoSemLogar div#box img {
    width: 50%;
    margin-bottom: 20px;
}
#abreContratoSemLogar h2 {
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0px;
}
#abreContratoSemLogar div p {
    color: #000 !important;
    font-size: 18px;
    line-height: 18px;
}

#abreContratoSemLogar div p span {
    font-size: 13px;
    color: #999;
}

#abreContratoSemLogar .text-label {
    color: #616161 !important;
    font-size: 14px;
    line-height: 18px;
}

#verificacaoHome .icon {
    width: 200px;
    margin-top: 50px;
}

#verificacaoHome h1 {
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
    color: var(--secondary) ;
}

#verificacaoHome p {
    font-size: 16px;
    line-height: 20px;
}

#verificacaoHome .btn-link {
    border: 1px solid #57a4ff;
    color: #57a4ff;
}

.label-sm {
    font-size: 11px;
    font-weight: 200;
    display: block;
}

.pagina table a {
    text-decoration: underline;
    color: var(--primary);
}
/** Documento Workflow */
#decisaoWorkflow label {
    width: 100%;
}

#decisaoWorkflow .card-input-element {
    display: none;
}

#decisaoWorkflow .card-input {
    margin: 10px;
    padding: 00px;
}

#decisaoWorkflow .card-input:hover {
    cursor: pointer;
}

#decisaoWorkflow .card-input-element:checked + .card-input {
     box-shadow: 0 0 2px 2px #2ecc71;
 }




tbody:nth-child(even) {background-color: #f2f2f2;}
.dropdown-menu:not(.notifications) {
    min-width: auto !important;
}

.documento-page .header .brand .brand-logo {

    margin-top: 5px;
    margin-bottom: 0px;
}

.documento-page .brand {
    height: auto !important;
}

.documento-page .main-panel>.header .hamburger-icon span {
    background: #f2f2f2;
}

.label.label-warning {
    color: #000 !important;
}

.float-button {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.logo-header {
    width: 250px;
}

p.help-block {
    color: var(--danger) !important;
}

.panel-heading.bg-white {
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.dropdown-left-manual {
    right: 0;
    left: auto;
    padding-left: 1px;
    padding-right: 1px;
}

img.image-title {
    max-width: 200px;
}

.b-toast .toast-header {
    padding: 5px 8px !important;
}

.b-toast .toast-body {
    padding: 5px 8px !important;
}

[disabled]{
    pointer-events: none;
}