﻿body{
    font-size: 12px !important;
}
.form-control
{
    font-size: 12px !important;
}
.table{
    font-size: 13px !important;
}
.small-box p {
    font-size: 13px !important;
    margin-top: 5px;
}
.acoesBtn{
        width: 100px !important;
}
.text-line-through{
    text-decoration: line-through;
}
.grid-conta-vencida{
    background-color: #f9f2a4;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffd9;
    z-index: 999999;    
}

    .loader span {
        display: block;
        text-align: center;
        top: 50%;
        position: absolute;
        width: 100%;
        color: white;
        font-size: 18px;
    }


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #009cad;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #979a9c;
        -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #07a7e3;
        -webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.content-wrapper {
    padding: 60px 20px;
}

#menu-pesquisar, #menu-cadastrar {
    position: fixed;
    right: 0;
    top: 92%;
    /* width: 60px; */
    margin-top: -2.5em;
    z-index: 999;
    margin-right: 25px;
}
#menu-pesquisar>button, #menu-cadastrar>button, #menu-pesquisar>a, #menu-cadastrar>a
{
    height: 50px;
}
    #menu-pesquisar > a, #menu-cadastrar > a {
        padding-top: 15px;
    }

#divBreadcrumb
{
    background-color: #fff;    
    margin: -10px -20px 20px -20px;
    height: 75px;
    border-bottom-style: solid;
    border-bottom-color: #ffc80f;
    border-bottom-width: 15px;
}

#divBreadcrumb h3
{
    color: rgb(96, 131, 203);
    margin-top: 7px
}
#divBreadcrumb small
{
    color: rgb(96, 131, 203);    
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #009cad;
    border-color: #009cad;
}
.totalregistros-right
{
    text-align: right;
    padding-right: 80px;
}

#btnPesquisar
{
    background-color: #58595b !important;
    border-color: #979a9c !important;
    color: #fff;
}
#btnPesquisar:hover
{
    background-color: #979a9c !important;
    border-color: #979a9c !important;
    color: white;
}

#btnCadastrar, .btn-AddLista, #btnSalvar, .btn-add, .btn-add:focus
{
    background-color: #07a7e3 !important;
    border-color: #07a7e3 !important;
    color: #fff !important;
}
#btnCadastrar:hover, .btn-AddLista:hover, #btnSalvar:hover, .btn-add:hover
{
    background-color: #5cceeb !important;
    border-color: #5cceeb !important;
}

#btnExportar
{
    background-color: #05733b !important;
    border-color: #05733b !important;
    color: #fff;
}
#btnExportar:hover
{
    background-color: rgba(5, 115, 59, 0.60) !important;
    border-color: rgba(5, 115, 59, 0.60) !important;
}

#btnCancelar
{
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
    color: #fff;
}
#btnCancelar:hover
{
    background-color: rgba(221, 75, 57,0.75) !important;
    border-color: rgba(221, 75, 57,0.75) !important;    
}
.btn-print
{
    background-color: #579cac !important;
    border-color: #579cac !important;
    color: #fff;
}
.btn-print:hover
{
    background-color: #69c9d0 !important;
    border-color: #69c9d0 !important;
    color: #fff;
}
.btn-voltar
{
    background-color: #7f8082  !important;
    border-color: #7f8082  !important;
    color: #fff;
}
.btn-voltar:hover
{
    background-color: #979a9c  !important;
    border-color: #979a9c  !important;
    color: #fff;
}


#tblDados>thead>tr>th>a, .tblDados>thead>tr>th>a
{    
    color: #58595b !important;
    text-decoration: underline;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(96, 131, 203, 0.08);
}
.table-hover>tbody>tr:hover
{
    background-color: rgba(7, 167, 227, 0.15);
}

.btn-edit
{
    color: #fff;
    background-color: #AD9756;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 0;
}
.btn-edit:hover
{
    color: #fff;
    background-color: #c5ad63;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 0;
}
.btn-edit>:first-child {
    border: none;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;    
    line-height: 26px;
    font-size: 1em;    
}

.btn-status-ativo
{
    color: #fff;
    background-color: #00a65a;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 5 px;
}
.btn-status-ativo>i
{
    padding: 5px;
}
.btn-status-ativo:hover
{
    color: #fff;
    background-color: rgba(0, 166, 90, 0.79) !important;
    border-color: rgba(0, 166, 90, 0.41) !important;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 0;
}
.btn-status-ativo>:first-child {
    border: none;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;    
    line-height: 26px;
    font-size: 1em;    
}

.btn-status-inativo
{
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 0;    
}
.btn-status-inativo>i
{
    padding: 5px;
}
.btn-status-inativo:hover
{
    color: #fff;
    background-color: rgb(243, 60, 38) !important;
    border-color: rgba(243, 60, 38, 0.78) !important;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 0;
}
.btn-status-inativo>:first-child {
    border: none;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;    
    line-height: 26px;
    font-size: 1em;    
}
.btn-delete
{
    color: #fff;
    background-color: #5b5c5e;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 0;
}
.btn-delete:hover
{
    color: #fff;
    background-color: #555;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 0;
}
.btn-delete>:first-child {
    border: none;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;    
    line-height: 26px;
    font-size: 1em;    
}

.dropdown-menu-acoes{
    left: -125px !important;
}

.main-header
{
    position: fixed !important;
    width: 100% !important;
}

.menufrontal {
    background-color: #07a7e3;
}

.menufrontal-active {
    background-color: #5cceeb;
}

.inner {
    text-align: center;
}

    .inner i {
        color: white;
        text-align: center;
    }

    .inner p {
        color: white;
    }

.menufrontal-green:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 0.8;
}

.menufrontal-black:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 0.8;
}

.margin-right-10
{
    margin-right: 10px;    
}
.margin-left-15
{
    padding-left: 15px;    
}
.margin-right-15
{
    padding-right: 15px;    
}
.margin-left-50
{
    padding-left: 50px;    
}
.padding-left-0{
    padding-left: 0px;
}
.padding-right-0{
    padding-right: 0px;
}

.modal-body
{
    background-color: #fff !important;
}


/* input's google ================ */


* { box-sizing:border-box; }

/* basic stylings ------------------------------------------ */

.container 		{ 
  font-family:'Roboto';
  width:100%; 
  margin:30px auto 0; 
  display:block; 
  background:#FFF;
  padding:10px 50px 50px;
}

/* form starting stylings ------------------------------- */
.group 			  { 
  position:relative; 
  margin-bottom:30px; 
}
input 				{
  font-size:18px;
  color: black !important;
  padding:10px 10px 10px 5px;
  display:block;
  /*width: 100%;*/
  border:none;
  border-bottom:1px solid #757575;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#999;
  font-size: 15px;
  font-weight:normal;
  position:absolute;  
  left: 10px;
  top: 6px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

.input-focus{
  top:-20px;
  font-size:14px;
  color:#5264AE;  
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

.form-group{
    margin: 15px 0px !important;
}

.label-tittle-input {
    top: -20px;
    left: 25px;
    color: #5264AE;
    font-size: 14px;
}
.label-tittle-input-left-12 {
    top: -20px;
    left: 12px;
    color: #5264AE;
    font-size: 14px;
}    

.div-menufontral
{
    min-height: 0px !important;
}

.box-title
{
    margin-top: 0px;
    margin-bottom: 30px;
    color:#5264AE;
}

#whatsapp, #whatsappSindico, #whatsappSubSindico, #whatsappProprietario, #whatsappLocatario, #whatsappPagador, #CalcularServico, #calculartaxa {
    top: inherit !important;
    pointer-events: auto !important;
    position: initial !important;
}

.chb-whatsapp, .chb-whatsappSindico, .chb-whatsappSubSindico, chb-whatsProprietario, chb-whatsLocatario, chb-whatsPagador, chb-CalcularTaxa {
    width: auto !important;
}

.span-total{
    font-size: 16px;
}

.modal-title-color>label{
    color: #fff !important;
}

.bg-primary{
    background-color: #3d3e3e !important;
    color: #fff;
}

.pager {
   margin: 0px !important;    
}

.red, .error
{
    color: #dd4b39;
}

.red:hover{
    color: #f58274;
}

.green, .error
{
    color: #16bb0d;
}

.green:hover{
    color: #78e665;
}

.btnGaragem
{
    padding: 3px !important;
}

.margin-bottom-5{
    margin-bottom:5px;
}
.margin-bottom10{
    margin-bottom:10px;
}
.margin-bottom-15{
    margin-bottom:15px;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.margin-bottom-25{
    margin-bottom:25px;
}
.margin-bottom-30{
    margin-bottom:30px;
}
.margin-bottom-35{
    margin-bottom:35px;
}
.margin-bottom-50{
    margin-bottom:50px;
}
.margin-bottom-60{
    margin-bottom:60px;
}
       .margin-top-5{
    margin-top: 5px;
}
       .margin-top-10{
    margin-top: 10px;
}
       .margin-top-15{
    margin-top: 15px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-25{
    margin-top: 25px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-40{
    margin-top: 40px;
}
.margin-top-50{
    margin-top: 50px;
}

.file{
    border: none !important;
    margin-top: -3px !important;
}

.fileHidden {
    opacity: 0;
    position: absolute;
    z-index: 20;
    cursor: pointer;
    width: 20px;
    margin-left: -5px
}

.btn-excluir{
    cursor: pointer !important;
}

.font-green{
    color: #398a04;
}

.text-right
{
    text-align: right;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}
/*Also*/
 .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter:'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

 .input-decimal{
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    text-align: right;
    width: 80px;
 }

 .sombra-checkbox{
     box-shadow: inset -2px -2px 0px 0px rgb(255, 0, 0), 0px 0px 6px 2px rgba(255, 2, 2, 0.8)
 }

 .input-negociacao{
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    text-align: right;
    width: 70px;
    margin: auto;
 }

 .row-selected{
     background-color: rgba(139, 195, 74, 0.2) !important;
 }

 .label-selected{
    top: -20px !important;
    left: 12px !important;
    color: rgb(82, 100, 174) !important;
    font-size: 14px !important;
 }

 .row-indisponivel{
     text-decoration: line-through;
 }

 .btn-circle-lg {
    width: 50px !important;
    height: 50px !important;
    font-size: 18px !important;
    line-height: 1.33 !important;
    padding: 13px 13px !important;
    border-radius: 30px !important;
}

 .btn-circle.btn-lg {
    width: 40px !important;
    height: 40px !important;
    font-size: 17px !important;
    line-height: 1.33 !important;
    padding: 8px 10px !important;
    border-radius: 25px !important;
}
 .btn-info.btn-outline {
    color: #5cceeb;
    background-color: transparent;
}
 .btn-info, .btn-info.disabled {
    background: #5cceeb;
    border-width: 1px;
    border-style: solid;
    border-color: #5cceeb;
    border-image: initial;
}
 .btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all 0.5s ease 0s;
}
 .btn-info.btn-outline.focus, .btn-info.btn-outline:focus, .btn-info.btn-outline:hover {
    color: rgb(255, 255, 255);
    background: #5cceeb;
}

.bg-green{
    background-color: #00af0d !important;
    color: #fff;
}

.black{
    color: black;
}
#div-whatsapp, #div-calculartaxa {
    position: inherit !important;
}

input[type=checkbox]{
    width: 20px;
    height: 20px;
}