/*ESTILIZAÇÃO CAMPO PESQUISA */

.h-search {
    padding: 2px 30px 2px 0;
}

.h-search,
.hs-input,
.hs-reset:before,
.hs-reset:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.hs-input {
    border: 0;
    height: 50px;
    padding: 10px 20px 10px 50px;
    border-radius: 5px;
    width: 100%;
    opacity: 0.5;
    color: black;
    font-size: 15px;
    background-color: grey;
    /* background-color: lightgrey; */
}

.hs-input::-moz-placeholder {
    /* color: #6b6b6b; */
    opacity: 1; 
    color: white;
}

.hs-input:-ms-input-placeholder {
    /* color: #6b6b6b; */
    color: white;
}

.hs-input::-webkit-input-placeholder {
    /* color: #6b6b6b; */
    color: white;
}

.hs-input.ie9-placeholder {
    /* color: #6b6b6b !important; */
    color: white;
}

.focused .hs-input {
    background-color: #fff;
    /* color: #5e5e5e; */
    color: white;
}

.focused .hs-input+.hs-reset {
    /* color: #5e5e5e; */
}

.focused .hs-input+.hs-reset:before {
    -webkit-transform: scale(0) rotate(180deg);
    -ms-transform: scale(0) rotate(180deg);
    -o-transform: scale(0) rotate(180deg);
    transform: scale(0) rotate(180deg);
}

.focused .hs-input+.hs-reset:after {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.focused .hs-input::-moz-placeholder {
    /* color: #6b6b6b; */
    opacity: 1;
}

.focused .hs-input:-ms-input-placeholder {
    /* color: #6b6b6b; */
}

.focused .hs-input::-webkit-input-placeholder {
    /* color: #6b6b6b; */
}

.hs-reset {
    left: 0;
    font-size: 20px;
    color: #fff;
    top: 0;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 100%;
    margin-left: 8px;
}

.hs-reset:hover {
    opacity: 0.7;
}

.hs-reset:before,
.hs-reset:after {
    position: absolute;
    left: 20px;
    top: 16px;
}

.hs-reset:after {
    content: '\f2ff';
    -webkit-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    color: #5e5e5e;
}

/*BOTÃO DOWNLOAD*/

.botao {
    background-repeat: no-repeat;
    width: 100px;
    height: 25px;
    border: none;
    background-color: #009688;
    color: white;
    padding: 2px;
}

/*RANGE DATA */

.range-data {
    margin-top: 10px;
}

/*CARD-CONVENIO*/

.header-verde {
    height: 60px;
    background-color: rgba(76, 175, 80, 0.7);
    color: #ffffff;
}

.header-amarelo {
    height: 60px;
    background-color: rgba(255, 193, 7, 0.7);
    color: white;
}

.header-vermelho {
    height: 60px;
    background-color: rgba(244, 67, 54, 0.7);
    color: white;
}

.fonte-titulo {
    font-size: 20px;
}

.card-body-convenio {
    margin: 10px 15px 0px 15px;
}

.descricao {
    text-align: justify;
    text-overflow: ellipsis;
    /*ALINHAMENTO DESCRIÇÃO CARD*/
}

.saldo-atual {
    font-size: 20px;
}

/*LEGENDAS*/

.legenda-verde {
    width: 30px;
    height: 30px;
    background-color: rgba(76, 175, 80, 0.7);
}

.legenda-amarela {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 193, 7, 0.7);
}

.legenda-vermelha {
    width: 30px;
    height: 30px;
    background-color: rgba(244, 67, 54, 0.7);
}

.contador {
    text-align: center;
}

.num-contador {
    font-size: 32px;
}

/* a {
    color: black;
}

a:hover {
    color: black;
} */

hr {
    width: 100%;
    height: 1px;
}

/*botoes*/

.btn-filtro {
    border-radius: 7px;
    width: 180px;
}

.legenda-fixa {
    height: 30px;
    width: 315px;
    margin: auto;
    display: inline-block;
}

#tags {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #CCC inset;
    padding: 10px;
    width: 50%;
    background: #fafafa;
    margin: auto;
}

#tag-typer {
    outline: none;
    border: none;
    padding: 6px;
    margin: 3px;
    margin-right: -25px;
    width: 100px;
    background-color: transparent;
    font-size: 14px;
    color: #333;
}

.tag {
    display: inline-block;
    background: #F95;
    color: #FFF;
    padding: 5px 10px;
    margin: 2px 2px 2px 20px;
    font: normal 16px sans-serif;
    position: relative;
    cursor: default;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    /* -webkit-transform-origin: 0% 50%; */
    /* -webkit-animation: swing 1s; */
    /* -o-animation: swing 1s; */
    /* animation: swing 1s; */
    animation-play-state: paused;
}

.tag:before {
    content: "";
    position: absolute;
    width: 0;
    background: inherit;
    height: 27px;
    border: 10px solid #fafafa;
    border-right-color: transparent;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    left: -20px;
    top: 0;
}

.tag:after {
    content: "";
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    left: -3px;
    top: 12px;
    box-shadow: inset 1px 1px 0 #CCC;
}

.tag .close {
    position: absolute;
    background: inherit;
    left: -4px;
    z-index: 3;
    visibility: hidden;
}

.tag:hover .close {
    visibility: visible;
}

.close:hover {
    color: rgba(0, 0, 0, .5);
}

.Ativo {
    background-color: lightgreen;
}

.Inativo {
    background-color: red;
}

.hover-header:hover {
    color: white;
}

.card-contrato {
    transition: all 0.8s;
    transition: box-shadow 0.5s, transform 0.5s;
    transform: scale(1.0);
}

.pantone {
    background-color: #006ec7;
}

.card-contrato:hover {
    transform: scale(1.05);
    box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    /* -webkit-transform-origin:0% 50%;
    -webkit-animation: swing 1s;
    -o-animation: swing 1s;
      cursor: pointer; */
}

.card-contrato:hover .card-body-convenio>div>.tag {
    animation-play-state: running;
  
}

/* .card-contrato:hover.tag {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: swing 1s;
    -o-animation: swing 1s;
    animation: swing 1s;
    cursor: pointer;
} */


.tm-icone {
    font-size: 24px;
    line-height: 36px;
}

.tm-contagem {
    position: absolute;
    font-style: normal;
    background: #f44336;
    padding: 1px 5px;
    border-radius: 2px;
    /* right: 7px; */
    top: -10px;
    font-size: 10px;
    line-height: 15px;
}
.botao-filtro-empresa{
    background: rgb(17, 185, 236);
    color:white !important;
}
.botao-filtro-empresa-selecionado{
    background: #006EB6 !important;
    color:white !important;
}

.position-relative- {
    position: relative;
}

#search-icon{
    position:absolute; top: 0px; left:15px;
    font-size: 23px;
    font-style: normal;
    width: 45px;
    text-align: center;
    border-radius: 2px 0px 0px 2px;
    cursor: pointer;
    left: 25px;
    /* left: 15px; */
    height: 40px;
    padding-top: 9px;
}

#search-input{
    border: 0;
    height: 40px;
    padding: 0 10px 0 55px;
    font-size: 18px;
    width: 500px;
    border-radius: 2px;
    background-color: #efefef;
    width: 100%;
}

.date-picker>span {
    background-color: #edecec;
}

.date-picker>.fg-line>input {
    padding-left: 10px;
}

.m-t-40 {
    margin-top:40px;
}