/* here you can put your own css to customize and override the theme */
#emoji-select-whatsapp img{
    width: 20px;
    height: 20px;
}

#emoji-select-sms img{
    width: 20px;
    height: 20px;
}

.img-integracao{
    width: 100px;
    padding: 5%;
}

.card-integracao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid;
    padding: 2%;
    flex: 1;
    min-width: 140px;
    max-width: 140px;
    border-radius: 5%;
}

.card-integracao > button > span {
    white-space: normal;
}

.botao-integracao {
    min-width: 100%;
    width: auto;
}

#div-integracao {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-content: flex-start;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.card-integracao:hover{
    background-color: #e5ebf0;
}

.select-input{   
    display: block;
    width: 100%;
    height: 4px;
    padding: 6px 12px;
    font-size: 14px;   
}

.select-input  a{
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;   
}


.tooltip.top .tooltip-inner {
    background-color: #6A6A6A;
    opacity: 0.98;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #6A6A6A;
}

.ms-container {
	width: 248%;
}

.margin-top {
	margin-top: 34px;
}

.form-md-line-input-margin {
	margin: 0 0 30px;
    padding-top: 10px;
    position: relative;
}

.form-md-line-input-margin label span {
	pointer-events: auto;
}

.portlet-title .actions .btn-icon-only {
    height: 27px;
    width: 27px;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

li.placeholder {
    position: relative;
    /** More li styles **/
}

li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.btn-help {
    color: #FFFFFF;
    background-color: #F3565D;
}

.btn-help:hover, .btn-help:focus, .btn-help:active {
    color: #FFFFFF;
    background-color: #F13D46;
}

.copy-from {
    color: #89C4F4;
    cursor: pointer;
}

.btn-call {
    border-radius: 30px;
    height: 20px;
    width: 20px;
    padding: 0px;
    color: #FFFFFF;
    background-color: #3598dc;
    cursor: pointer !important;
}

.btn-call:hover, .btn-call:focus, .btn-call:active {
    color: #FFFFFF;
    background-color: #2386CA;
}

.btn-call.ramal-sem-registro {
    display: none;
}

.btn-call.sem-registro {
    background-color: #F3565D !important;
}

.btn-call.sem-registro:hover, .btn-call.sem-registro:focus, .btn-call.sem-registro:active {
    background-color: #F13D46 !important;
}

.btn-call.desligar {
    background-color: #F3565D !important;
}

.btn-call.desligar:hover, .btn-call.desligar:focus, .btn-call.desligar:active {
    background-color: #F13D46 !important;
}

.btn-call.disponivel {
    background-color: #2ECC71;
}

.btn-call.disponivel:hover, .btn-call.disponivel:focus, .btn-call.disponivel:active {
    background-color: #27AE60;
}

.btn-call.pausa {
    background-color: #daae2b;
}

.btn-call.pausa:hover, .btn-call.pausa:focus, .btn-call.pausa:active {
    background-color:  #bb9521;
}

.btn-call:disabled, .btn-call.disabled {
    opacity: 0.7 !important;
    cursor: default !important;
}

.label-form {
    font-size: 13px;
    color: #888888;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
}

.label-form-alert {
    font-size: 13px;
    color: #F3565D;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
}

.checker {
    margin-left: 0px !important;
}

.bootstrap-switch-readonly {
    opacity: 1 !important;
}

.btn-notification {
    background-color: transparent;
    text-transform: uppercase;
    padding: 3px 5px;
    color: #7FB0DA;
    font-weight: 500;
    border: none;
    font-size: 12px;
    outline:0;
}

.btn-notification:hover, .btn-notification:focus, .btn-notification:active {
    background-color: #EDEDED;
}

.dropdown-menu {
    max-width: 100%;
    list-style: none !important;
}

.refresh-info-plano {
    opacity: 0.4;
}

.refresh-info-plano:hover {
    color: #7FB0DA;
    opacity: 0.9;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    min-width: 10px;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

.field-icon {
    float: right;
    margin-right: 5px;
    margin-left: -27px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

#modal_form_departamento {
    top:20%;
}

#modal_form_departamento > .modal-dialog {
    width: 450px;
}

#tabela span.date-sort{
    display:none;
}

.tooltip {
    z-index: 100000000; 
}

.pulsar-vermelho {
    -webkit-animation: pulsar-vermelho 1s infinite;
}
@-webkit-keyframes pulsar-vermelho {
    from, to { background: white; }
    50% { background: #ffa6a6; }
}

.modal-xlg {
    width: 1200px;
}

.modal_center {
    position: absolute;
    left: 42%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.flex-text-center {
    align-items: center;
    justify-content: center;
    display: flex;
}

.capitalized {
	text-transform: capitalize;
}

.uppercased {
	text-transform: uppercase;
}

.lowercased{
	text-transform: lowercase;
}

#regua-rps {
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.red-folga{
    background-color: red;
}

.gren-ativo{
    background-color: green;
}

.red-folga:hover{
    background-color: rgb(238, 84, 84);
}

.gren-ativo:hover{
    background-color: rgb(33, 197, 33);
}

.tag-data{
    border: solid 1px; 
    padding: 1rem;
    background-color: #68b4f1;
}

.tag-data-value{
    padding: 0.5rem;
    font-size: 1.5rem;
}

.tag-data:hover{
    border-color:  #bccfdf;
    background-color: #1f8feb;    
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.checbox-integracao-automatica {
    padding-left: 15px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    background-color: #FFF;
    padding: 15px;
    position: relative;
}

.card-menu {
    position: absolute;
    right: 2px;
    top: 2px;
}

.card-menu button {
    font-size: 18px;
    background-color: transparent;
}

.card-menu i {
    font-size: 18px;
}
