body {
    font-family: Verdana;
}

#main_Layout_Header {
    background-color: #0E130B;
    height: 75px;
    padding-top: 26px;
    padding-right: 28px;
}

#main_Layout_Header > div > div > a {
    color: white;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; }
.toggle.ios .toggle-handle { border-radius: 20rem; }

.footerKantar {
    background-color: #0E130B;
    color: white;
    font-size: 13px;
    height: 45px;
    padding: 14px 0;
    display: flex;
}

.footerKantarPassword {
    background-color: #0E130B;
    color: white;
    font-size: 13px;
    height: 45px;
    padding: 14px 0;
    position: fixed;
    bottom: 0px;
    width: 100%
}

div.footerKantar > div.row {
    padding-left: 15px;
}

.no-background {
    background-color: transparent;
}

.cursor-pointer {
    cursor: pointer;
}

.countryBtn {
    margin: 2px;
}

.countryBtn.removingCountry {
    border-color: red;
}

.appBtn {
    margin: 2px;
}

.appBtn.removingApp {
        border-color: red;
    }

.countryBtn.countryBtndisabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.countryBtn i {
    padding-left: 10px;
}

#editClientStatus {
    position: relative;
    top: -4px;
    font-size: 0.6em;
    margin-left: 5px;
}

section.card > header {
    font-size: 0.9em;
}

section.card > header > span {
        font-size: 1.2em;
}
label > img {
    height: 15px;
}

#nav-details label.control-label {
    margin: 0;
    padding: 10px 0 5px 0;
}

#nav-details label.control-label span {
    padding-right: 10px;
}

.isRelated {
    background-color: #DCF1F7 !important;
}

.toast {
    width: 100% !important;
}

.alingcenter {
   
   text-align:center
}

#divUserClientName {
    margin-right: auto;
    color: gray;
}

.DatePickermodal {
    z-index: 100000 !important;
    display: block;
}
.datepicker-here {
    z-index: 1151 !important;
}

.load-spin {
    -webkit-animation: fa-spin 0.7s infinite linear;
    animation: fa-spin 0.7s infinite linear;
}

.forbiddenAction {
    cursor: not-allowed !important;
}

div.datepickers-container {
    z-index: 1100;
}

#beginMonth, #endMonth {
    border-width: 0 0 1px 0;
    background: white;
}

.inactiveItem > td{
    color: lightgray;
    text-decoration: line-through;
}

.removingRelation {
    color: red;
    text-decoration-line: line-through;
}

.addingRelation > td{
    font-weight: bold;
    color: orange;
}

#userDropdown > img {
    height: 2rem;
    width: 2rem;
}

#main_Layout_Header > div > div.col-md-8 > div > div > li {
    top: -30px;
}

#userDropdown {
    color: white;
}

#disabledctrs {
    color: white;
}

#integrationEventsTable thead tr th i {
    opacity: 0.3;
    padding-top: 4px;
}
#integrationEventsTable thead tr th i {
    opacity: 0.3;
    padding-top: 4px;
}

#integrationEventsTable thead tr th i.filtered {
    opacity: 1;
    color: limegreen;
}

#tippy-2, #tippy-3, #tippy-4 {
    background-color: white;
}

#tippy-2 div, #tippy-3 div, #tippy-4 div {
    overflow: visible;
    min-width: 300px;
    max-width: 600px !important;
}

#tippy-2 div div.tippy-backdrop, #tippy-3 div div.tippy-backdrop, #tippy-4 div div.tippy-backdrop {
    background-color: transparent;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

i.setCanceled:hover {
    color: red;
}

i.setCompleted:hover {
    color: green;
}

i.setOnGoing:hover {
    color: orangered;
}

tbody > tr > td > div > i {
    color: gray;
}

i.setOnGoing, i.setCompleted, i.setCanceled {
    cursor: pointer;
}

#integrationEventsTable_filter {
    display: none;
}

#dateFilterInputGroup > #dateRangeFilterInput {
    background-color: white;
    border-width: 0 0 1px 0;
    text-align: center;
    font-size: 0.9em;
}

#sincroIcon {
    padding: 5px;
    cursor: pointer;
}

#sincroIcon > i {
    font-size: 0.8em;
    padding-right: 3px;
}

.client-table-actions, .client-edit-user-table-actions {
    display: flex;
}

.client-table-action-item, .client-edit-user-table-action-item {
    flex: 1;
}

.client-table-action-item i, .client-edit-user-table-action-item i {
    cursor: pointer;
}

.client-table-action-item i.locked, .client-edit-user-table-action-item i.locked {
    cursor: default;
}

.viewer-role {
    display: none;
    cursor: forbidden;
}

.masterClientIcon {
    color: #c3c8ce;
    font-size: 0.8rem;
    padding-left: 0.5rem;
}

.client-relations-action-col, .client-edit-users-table-action-col {
    width: 80px; 
}

.client-relations-action-col i {
    cursor: pointer;
}

.language-menu-item {
    padding-left: 40px;
}

.language-menu-item > img {
    width: 20px;
    top: -1px;
    position: relative;
}

#loading {
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
}

.form-user-pass-date {
    display: inline-block;
    width: 36.5%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.indexBody {
    min-height: calc(100vh - 250px);
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

btn-filter {
    padding-left: 0px;
    padding-inline: 0px 0.5rem;
    font-size: 0.2rem
}

#integrationEventsTable {
    font-size: 0.54rem;
}

.integrationContract {
    font-size: 0.54rem;
}
/*********************
    Add form input menores
*********************/
.form-control-xs {
    height: calc(1em + .375rem + 2px) !important;
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}
/*********************
    Corrigir processing para nao ficar transparente
*********************/
.dataTables_processing {
    z-index: 1001;
}
#select2-productInput-container {
    font-size: 1.0em !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da!important;
}

.accordion {
    font-family:Verdana,sans-serif;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 0.8rem 1.4rem;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

a.accordion:hover {
    color: #444;
    background-color: #ccc;
}

.panel {
    padding: 10px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

button:disabled{
    border: none !important;
}

.bg-light{
    color: black;
}

.bg-warning {
    color: black;
}

.list-group-item.active {
    background-color: #6c757d;
    border-color: #6c757d;
}

.dataTables_wrapper{
    line-height:2;
}