:root {
    --orange: #ff7516;
}

html, body,  table, .table {
    color: #363940 !important;
}

.frontend-activation table {
    font-size: 1em;
}

.container {
    padding: 0 !important;
}

#dashboardContainer iframe {
    border:0;
}

@media (min-width: 1200px) {
    #dashboardContainer  {
        max-width: 2048px !important;
    }
}
.navbar {
    padding: 0 !important;
    position: fixed !important;
}

.navbar-nav .nav-link {
    padding-right: 20px;
}

.dropdown-menu {
    padding: 0 !important;
}
/*.container-xl, .container-lg, .container-md, .container-sm, .container*/



.sidebar .nav-dropdown-items .nav-item span, .sidebar .nav-dropdown-toggle span{
    font-size: 10px;
    font-weight: bold;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #fff; background-color: #2f353a; border-color: #fff; }

.intuizi-tabs {
    border-bottom-color: var(--intuizi-color);
}

.intuizi-tabs .nav-link { color: #9A9A9A; }

.intuizi-content {
    border-color: var(--intuizi-color);
}

.intuizi-tabs .active {
    color: #fff !important;
    border-color: var(--intuizi-color) !important;
    background-color: var(--intuizi-color) !important;
    font-weight: 600;
}

/* Navbar container */
.navbar-second {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 1px solid #c8ced3;
}

/* Links inside the navbar */
.navbar-second a {
    float: left;
    color: #73818f;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

/* The dropdown container */
.navbar-second .dropdown {
    float: left;
    overflow: hidden;
}

/* Dropdown button */
.navbar-second .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar-second a:hover, .dropdown:hover .dropbtn {color: #000;/* background: #20a8d8; */text-decoration: none;padding: 16px;}

/* Dropdown content (hidden by default) */
.navbar-second .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.navbar-second .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.navbar-second .dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.navbar-second  .dropdown:hover .dropdown-content {
    display: block;
}

.poiLocationsTable td span { padding: 10px; border-radius: 30px; }
.verified { background: #4dbd74; color: #fff; }
.unverified { color: #23282c;}

.allHiddenButtons .form-inline { float: left; margin-right: 10px; margin-bottom: 10px; }

.wrapper-bar {
    margin: auto;
    width: 100%;
    display: block;

}
.progress-card {
    z-index: -99;
    border: 0 !important;
    padding-top: 20px;
    background:#fff;
    margin-bottom: 0px !important;
}
.progressbar {
    counter-reset: step;
    z-index:100;
}
.progressbar li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 50px;
    height: 50px;
    content: counter(step);
    counter-increment: step;
    line-height: 50px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #ff7516;
}
.progressbar li.active:before {
    border-color: #ff7516;
}
.progressbar li.active + li:after {
    background-color: #ff7516;
}

.input-daterange .input-group-text { border-radius: 0 !important; }

.endpoints {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto !important;
}
.endpoints .endpoint-partner {
    border: 1px solid #f1f1f1;
    flex-basis: 18%;
    margin: 5px;
    opacity: .4;
    max-height: 80px;
}

.endpoints .endpoint-partner:hover {
    opacity:1;
}
.endpoints .endpoint-partner a {
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
.endpoints .endpoint-partner a img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;  }

.endpoint-section {
    box-shadow: 1px 1px 2px 1px grey;
    padding: 1.5em;
    opacity: .5;
    }

@media only screen and (max-width: 768px) { .endpoints .endpoint-partner { flex-basis: auto; } }

.area {
    box-shadow: 1px 1px 2px 1px grey;
    padding: 1.5em;
    }
.area i, .area span, .createActivation i {     color: #ff7516; }

.area .area-item {
    border: 1px solid #ff7516;
    padding: 10px;
}

.area .area-divider {
    color: #ff7516;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    border: 1px solid #ff7516;
}
.active { opacity: 1 !important; }


/*
 *  STYLE 2
 */

.endpoints::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.endpoints::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.endpoints::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ff7516;
}


.featureDropdown label {
    margin: 2px 3px;
    padding:0px;
    white-space: nowrap;
}

.featureDropdown hr  {
    margin: 5px;
    padding:0px;
}

.featureDropdown .dropdown-menu  {
    position: relative;
    height: 200px;
    overflow-y:scroll;
    width: 100%;
    padding: 0;
    left: -13px !important;
}

.featureDropdown .dropdown-toggle { width: 100%; padding: 0px; text-align: left; }
.featureDropdown .dropdown-toggle:after { display:none; }
.featureDropdown .dropdown-toggle  i { float: right; }
.featureDropdown a{  color: #768192; }
.featureDropdown a:hover{  color: #ff7516; }

#citySelect, #dmaSelect {
    text-transform:capitalize;
}
.activation-details-inline { padding: 0; }
.activation-details-inline li:before{
    content:"\2022";
    padding-right: 5px;
}
.activation-details-inline li{
    display:inline-block;
    margin-left: 5px;
}
.activations-page a {color: #ff7516;}
.activations-page a:hover {color: #768192;}

.list-capital-letters {   text-transform: capitalize; }

.hide-toggle { display: none; }

.toggle-button { color: #ff7516; text-decoration: underline; cursor:pointer;}

.warning { color:#ff0000; }

.createActivation .form-control:focus{
    border-color: #ff7516;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(255, 117, 22, 0.6);
}

.createActivation .locationRow { display: none; }

.audienceExplorer .boxes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 30px;
}

.audienceExplorer .box {
    margin: 1em;
    padding: 0px;
    width: 22%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .8);
    position: relative;
}

@media only screen and (max-width: 991px) {
    .audienceExplorer .box { width: 100%; }
}

.audienceExplorer .box-header {
    color: #fff;
    background-color: #ff7516;;
    margin-bottom: 0rem;
    padding: 0.5rem 0.5rem;
    font-size:1.1em;
}

.audienceExplorer .box-footer {
    border-top: 1px solid #c9c9c9;
    padding: 0.5em;
}
.audienceExplorer .box-footer p i { color: #ff7516 }
.audienceExplorer .box-footer p { margin: 5px 0px; padding: 0;}

.audienceExplorer .box-text {
    padding: 0.5em;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.audienceExplorer .box-text .full-details { min-height: 250px; display: none; }
.audienceExplorer .box-text .less-details { padding: 20px; }


.audienceExplorer .box-text ul {
    padding-left: 1.5em;
    width: 50%;
}

.audienceExplorer .box-divider {
    clear: both;
    color: #ff7516;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ff7516;
    border-top: 1px solid #ff7516;
    margin-bottom: 10px;
}

.audienceExplorer .box-actions {
    padding: 0.5em;
    margin: auto;
    text-align: center;
}

.btn-full-black {
    background: #37474f !important;
    color: #fff !important;
}
.btn-intuizi-full {
    border: 1px solid #ff7516 !important;
    color:#fff !important;
    background: #ff7516 !important;
    padding: 5px 20px !important;
}
.btn-intuizi {
    border: 1px solid #ff7516 !important;
    color: #ff7516 !important;
    padding: 5px 20px !important;
}

.btn-intuizi:hover, .btn-intuizi.active {
    background: #ff7516 !important;
    color: #fff !important;
}


.queryButtons input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.queryButtons label {
    display: inline-block;
    background-color: #fff;
    padding: 10px 30px;
    color: #ff7516;
    border: 1px solid #ff7516;
    cursor:pointer;

}

.queryButtons input[type="radio"]:checked + label {
    background-color:#ff7516;
    border-color: #ff7516;
    color: #fff;
}


.orange-color { color: #ff7516; }

.cursor-pointer { cursor: pointer; }

.frontend-activation table ul li { margin-top: 3px; }

#dot {
    background-color: #FB7E42;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.newNotification {
    background: #F8F8F8;
    cursor: pointer;
}

.oldNotification {
    cursor: default;
    opacity: 0.5;

}
.nav-button {
    color: #fff;
    background: #c5c5c5;
    border-radius: 50%;
    padding: 8px;
    font-size: 21px;
}

.breadcrumb-item a {
    color: #ff7516;
}

.breadcrumb-item a:hover {
    color: #ff7516;

}

.submitDiv button {
    background-color: #ff7516;
    color: #fff;
    border: 1px solid #ff7516;
    border-radius: 10px;
    padding: 5px 25px;
}

.submitDiv button:hover, .submitDiv button:active, .submitDiv button:focus {
    background-color: #fff !important;
    color: #ff7516 !important;
    border: 1px solid #ff7516 !important;
    border-radius: 10px  !important;

}

.sub-headline {
    text-decoration: underline;
    text-decoration-color: var(--intuizi-color);
}

.intuizi-list {
    list-style-type: none;
}

.intuizi-list li {
    line-height: inherit;
    font-size: 16px;
}
.intuizi-list li::before {
    content: "\25A0";
    color: var(--intuizi-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    margin-right: 0.2em;
}

.activations-filter .row .info-data {
    border: 2px solid #fb7e42;
    border-radius: 5px;
    color: #fb7e42;
    font-size: 1.25rem;
    font-weight: bold;
}

.activations-filter .row .info-label {
    color: #fb7e42;
}

.list-no-bullets-no-padding-left {
    padding-left: 0;
    list-style: none;
}

.custom-input .custom-input .v-input__control .v-input__slot .v-text-field__slot input, .custom-input .v-input__control .v-input__slot .v-select__slot input {
    text-transform: capitalize;
    color:rgba(0,0,0,.6);
}

.select2-selection {
    border: 1px solid #e4e7ea !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
    font-size: 0.875rem !important;
}

.select2-search__field, .select2-selection__choice {
    margin: 0 5px 5px 0 !important;
}

