﻿

.btn-search, .btn-search:hover, .btn-search:focus {
    background: #ef502600 !important;
    border: 1px solid #d2d6de;
    border-left: none;
}

.btn-search {
    color: #aaa !important;
}

.btn-search:hover, .btn-search:focus {
    color: #777 !important;
}

.form-group .input-group input.form-control {
    border-right: none;
}

.brand-dishd2h .widget-header {
    background: linear-gradient(to left, OrangeRed, purple) !important;
}
.brand-zing .widget-header {
    background: linear-gradient(to left,#6773e2, #1e4893) !important;
}
.box {
    margin-bottom: 2px;
}

.box:first-child:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
}
.brand-dishd2h .box:first-child:before {
    background: linear-gradient(to left, OrangeRed, purple);
}
.brand-zing .box:first-child:before {
    background: linear-gradient(to left,#6773e2, #1e4893) !important;
}
#tab2 .box {
    border: 1px solid #ddd;
    border-top: 3px solid;
}

#tab2 .box-primary {
    border-top-color: #3c8dbc;
}

.nav-tabs-custom .nav-tabs li.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: -4px;
    left: 0;
    border-radius: 10%;
}

.brand-dishd2h .nav-tabs-custom .nav-tabs li.active:before {
    background: linear-gradient(to left, OrangeRed, purple);
}
.brand-zing .nav-tabs-custom .nav-tabs li.active:before {
    background: linear-gradient(to left,#6773e2, #1e4893);
}
.more-link {
    position: relative;
    bottom: -104px;
    right: 57px;
}

.icon-danger {
    color: #EB5E28;
}

.icon-success {
    color: #7AC29A;
}

.text-center {
    text-align: center;
}

.carousel-control {
    display: none;
}


.offer-card h3, .offer-card h6 {
    margin-top: 1px;
    margin-bottom: 2px
}

.nav-tabs > li > a, .nav-tabs > li > a:focus {
    border: none;
}

.nav-tabs > li.active:hover {
    border-top: 2px solid #4C8FBD;
}

.nav > li > a {
    padding: 10px 15px;
}

.nav-tabs-custom > .tab-content {
    min-height: 70vh;
    border: 0;
    border-top: 1px solid #ddd;
}

.card:first-of-type {
    margin-left: 0;
}

.card:last-of-type {
    margin-right: 0;
}

.nav-tabs-custom {
    margin: 0 -5px 0 -5px;
}

.ticker {
    background: #fff;
    margin-top: -5px;
    margin-bottom: -5px;
    padding: 5px;
}

.box-body > table {
    margin-top: -10px;
    margin-bottom: -10px !important;
}

div.middle:nth-of-type(odd) div.inner {
    color: #fff;
    font-weight: 600;
}
.brand-dishd2h div.middle:nth-of-type(odd) div.inner {
    background-color: OrangeRed;
}
.brand-dishd2h.d2h-main div.middle:nth-of-type(odd) div.inner {
    background-color: purple;
}
.brand-zing div.middle:nth-of-type(odd) div.inner {
    background-color: #1e4893;
}

div.middle:nth-of-type(even) div.inner {
    background-color: #d2d6de;
}

div.inner {
    display: table-cell;
    padding: 5px;
}

/*Keep it separte*/
div.inner:first-of-type {
    border-radius: 20px 0px 0px 20px;
}

div.inner:last-of-type {
    border-radius: 0px 20px 20px 0px;
}

div.middle {
    display: table-row;
}

div.outer {
    display: table;
    width: 100%;
    text-align: center;
}

.round {
    height: auto;
    border-radius: 25px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    padding-right: 0;
    width: 100%;
}
.brand-dishd2h .round {
    background-color: #bc2043 !important;
}
.brand-zing .round {
    background-color: #2e66c9 !important;
}

.brand-dishd2h .transaction-summary .col:first-of-type .round {
    background-color: purple !important;
}

.brand-dishd2h .transaction-summary .col:last-of-type .round {
    background-color: OrangeRed !important;
}

.brand-zing .transaction-summary .col:first-of-type .round {
    background-color: #1e4893 !important;
}
.brand-zing .transaction-summary .col:last-of-type .round {
    background-color: #6773e2 !important;
}
.round .round-label {
    position: relative;
    color: #fff;
    height: 100%;
    min-height: 44px;
    border-radius: 25px;
    -ms-transform: translate(-4%,50%);
    transform: translate(-4%,50%);
}

.round .round-label h4 {
    margin: 0;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.round .table-box {
    background: #fff;
    border: 1px solid #ccc;
    height: auto;
    position: relative;
    border-radius: 25px;
    margin-right: -12px;
}

.round .table-box .table-overlay {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.round .table-box .table-overlay .row:nth-of-type(even) {
    background-color: #ccc;
}



.eclipse {
    display: flex;
    border-radius: 40px;
    padding: 1px;
    margin-bottom: 10px;
}
.brand-dishd2h .eclipse {
    background: linear-gradient(to left,OrangeRed, purple);
}
.brand-zing .eclipse {
    background: linear-gradient(to left,#6773e2, #1e4893);
}
.eclipse .elipse-label {
    padding: 1px;
    display: flex;
    margin: 0;
    position: relative;
    top: 29px;
    left: -1px;
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

.eclipse .elipse-label .eclipse-figure {
    padding: 4px;
    margin: 4px;
    background: #ffffff9e;
    border-radius: 40px;
    font-size: 25px;
    min-width: 71px;
    text-align: center
}

.eclipse .elipse-label .eclipse-title h3 {
    vertical-align: middle;
    color: #fff;
    top: -4px;
    position: relative;
    font-size: 20px;
    padding: 0 5px 5px 0;
}

.eclipse .eclipse-table {
    color: #fff;
    border: 1px solid #fff;
    font-size: 10px;
    margin: 5px 10px 5px 0;
}
.eclipse .eclipse-table .row {
    border-top:1px solid #fff;
    padding:0px;
}
.eclipse .eclipse-table .row:first-of-type {
    border-top: 0px;
}
.brand-dishd2h .eclipse .eclipse-table .row:nth-of-type(odd) {
    background-color: #b54859;
}
.brand-dishd2h .eclipse .eclipse-table .row:nth-of-type(even) {
    background-color: #da4d37;
}
.brand-zing .eclipse .eclipse-table .row:nth-of-type(odd) {
    background-color: #1e4893;
}

.brand-zing .eclipse .eclipse-table .row:nth-of-type(even) {
    background-color: #2e66c9;
}
.eclipse .eclipse-table .row .col {
    border-left: 1px solid #fff;
    padding: 0px;
    text-align: center
}
.eclipse .eclipse-table .row .col:first-of-type {
    border-left: 0px;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #eee;
}

.eclipse-table > table.table > tbody > tr > td,
.eclipse-table > table.table > tbody > tr > th {
    padding: 2px 4px 2px 4px;
}

.widget-panel {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

input[type=text]:focus {
    border-color: none;
}

.search-btn-group {
    padding: 0px;
    display: inline;
    width: 100%;
}

.search-btn-group a.btn {
    font-size: 9px;
    /*padding: 5px;*/
    padding:3px;
}

.btn-dark {
    background: #333 !important;
}

.brand-dishd2h .btn-dish {
    background: OrangeRed !important;
}

.brand-zing .btn-dish {
    background: #6773e2 !important;
}

.btn-dark:hover, .btn-dark:focus {
    background: #666 !important;
    color: #eee !important;
}

.btn-dish:hover, .btn-dish:focus {
    background: #f17d2a !important;
    color: #eee !important;
}

.brand-dishd2h ul#offers-on-vc li:nth-of-type(odd) {
    background: OrangeRed;
    color: #fff;
    font-size: 14px;
}
.brand-dishd2h.d2h-main ul#offers-on-vc li:nth-of-type(odd) {
    background: purple;
    color: #fff;
    font-size: 14px;
}
.brand-zing ul#offers-on-vc li:nth-of-type(odd) {
    background: #1e4893;
    color: #fff;
    font-size: 14px;
}

/*ul#offers-on-vc li:nth-of-type(odd)::before {
    display: inline-block;
    background: linear-gradient(to left,OrangeRed,purple);
}*/
ul#offers-on-vc li:nth-of-type(even) {
    text-decoration: none;
}

/*.navbar-nav .dropdown-menu > li > a:hover {
    background: linear-gradient(to left, #ef5027, purple);
    color: #fff !important;
    border: 1px solid #ef5027;
}

b:hover {
    color: #fff !important;
}*/

.sticky-footer {
    width: 100%;
    display: inline;
    min-height: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 600;
    box-shadow: 3px 1px 7px 1px #000;
    z-index: 1;
}
.brand-dishd2h .sticky-footer {
    background: OrangeRed;
}
.brand-zing .sticky-footer {
    background: #1e4893;
}
.sticky-footer marquee {
    margin: 5px;
}
.sticky-footer > marquee > ul.list-inline{
    margin: 0;
}
.sticky-footer > marquee > ul.list-inline > li {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}


.modal .modal-dialog .modal-content {
    display: block;
}
.modal .modal-dialog .modal-content::before {
    background: linear-gradient(to left, #ef5027, purple);
    height: 3px;
    width: 100%;
}
.btn-search {
    padding: 6px;
}
.model{
    background:#fff;
}
.form-control {
    height:34px!important;
}

.wizard-button{
    position:relative;
    top:0;
    right:0;
}
.blink_me {
    text-decoration: underline;
    color: orangered;
}
.blink_me::after {
    animation: blinker 1s linear infinite;
    content: url('/assets/images/bootstrap-colorpicker/alpha-horizontal.png');
    position:fixed;
    top:0;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}