.dialogWide .modal-dialog{width:70%;}
label.error{
    color:red;
    font-weight: normal;
}
.top-message{top: 0px;left: 0px;
             position: fixed;
             z-index: 9999;
             color: #000;
             width: 100%;
             text-align: center;
             padding: 13px 0px;
             box-shadow: 0px 3px 7px #035b19;}
.dataTables_wrapper select, input[type="search"]{

    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-info:hover, .btn-info:active, .btn-info.hover {background-color: #0786a5;}
.close-search{background-color: #0786a5;}
.box-body table.table{width:100% !important;}
.btn-connect{background-color: #232d32;color: #fff;border-color: #232d32;margin-left: 3px;}
.btn-connect:hover,.btn-connect:focus{color: #fff;background: #656565;}
.btn-view-code{background: #3F51B5;margin-left: 3px;color: #fff;padding-right: 6px;padding-left: 6px;margin-right: 3px;}
.btn-view-code:hover,.btn-view-code:focus{color:#fff;background: #5367d2;}
a.more-searches{background-color: #00c0ef;border-color: #00acd6;color:#fff;}
a.more-searches:hover, a.more-searches:active {background-color: #0786a5;color:#fff;}
.code-table thead tr th:last-child,.code-table tbody tr td:last-child,.code-table thead tr th:nth-child(6),.code-table tbody tr td:nth-child(6){display:none;}
.offer-url:hover{color: #035482;font-weight: 600;}
.event-inner-details{    
    background: #f3f3f3;
    padding: 8px 15px 0px 15px;
    box-shadow: 0px 0px 10px #7e7e7e;}
.saved-event-spin {float: left;margin: 6px 23px; font-size: 15px}
[type=checkbox]:checked+label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #4285F4 #4285F4 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}
[type=radio]+label, [type=checkbox]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 16px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
[type=checkbox]:indeterminate+label:before {
    left: -10px;
    top: -11px;
    width: 10px;
    height: 22px;
    border: none;
    border-right: 2px solid #4285F4;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox]:disabled:checked+label:before {
    border-color: transparent rgba(0, 0, 0, .46) rgba(0, 0, 0, .46) transparent
}

[type=checkbox]:disabled:not(:checked)+label:before {
    border: none;
    margin-left: 2px;
    margin-top: 2px;
    background-color: rgba(0, 0, 0, .46)
}

[type=checkbox]:disabled:indeterminate+label:before {
    border-right: 2px solid rgba(0, 0, 0, .46);
    margin-left: 0;
    margin-top: 0;
    background-color: transparent
}

[type=checkbox][class*=filled-in]+label:after,
[type=checkbox][class*=filled-in]+label:before {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    z-index: 1;
    border-style: solid;
    border-width: 2px;
    top:0;
}

[type=checkbox][class*=filled-in]+label:after {
    border-radius: 2px;
    height: 20px;
    width: 20px
}

[type=checkbox][class*=filled-in]+label:before {
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox][class*=filled-in]:not(:checked)+label:before {
    width: 0;
    height: 0;
    border-style: 3px;
    border-color: transparent;
    left: 6px;
    top: 10px
}

[type=checkbox][class*=filled-in]:not(:checked)+label:after {
    background-color: white;
    border-color: #5a5a5a;
    top: 0;
    z-index: 0
}

[type=checkbox][class*=filled-in]:checked+label:before {
    top: 2px;
    left: 1px;
    width: 8px;
    height: 13px;
    border-color: transparent #fff #fff transparent
}

[type=checkbox][class*=filled-in]:checked+label:after {
    border-color: #3c8dbb;
    background-color: #3c8dbb;
    z-index: 0
}

[type=checkbox][class*=filled-in]:disabled:not(:checked)+label:before {
    background-color: transparent;
    border-color: #BDBDBD
}

[type=checkbox][class*=filled-in]:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

[type=checkbox][class*=filled-in]:disabled:checked+label:before {
    background-color: transparent
}

[type=checkbox][class*=filled-in]:disabled:checked+label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD
}

[type=checkbox].filled-in-danger:checked+label:after {
    background-color: red;
    border-color: red
}
.stubhub-section ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.stubhub-section ul li{
    width: 49%;
    display: inline-block;
    padding: 0 10px 0 20px;
}
.price-zone-level.saved-panel {
    padding: 0 15px;
}
li [type=radio], li [type=checkbox] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.custom-heading {
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px solid #cfcfcf;
    padding: 7px 0px;
    margin-top: 0;
}
.bgShadow {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px #ddd;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.setting-plan{text-align: left;}
label.custom-label {
    font-size: 12px !important;
}
ul.tm-zone-level,ul.tm-section-level {
    max-height: 50vh !important;
    overflow-y: auto;
    text-align: left;
}
/*.saved-zone-container .mail-trigger-section:nth-child(3){display:none;}*/
.saved-zone-container .stubhub-section.col-md-6.col-sm-12.mail-trigger-section{display:none;}
h6.custom-headings {
    font-weight: bold;
    font-size: 17px;
    padding: 7px 0px 15px;
    text-decoration: underline;
    text-transform: capitalize;
}
@keyframes blink {50% { color: transparent }}
.loader__dot { animation: 1s blink infinite }
.loader__dot:nth-child(2) { animation-delay: 250ms }
.loader__dot:nth-child(3) { animation-delay: 500ms }
span.loader__dot { font-size: 30px;line-height: 2px;display:none;}
.price-range .ui-widget-header {background: #0366b7;}
#price_amount{background: #eaeaea;}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #4e4e4e;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #339abc;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.select-radios{list-style: none;}
.box-body.table-responsive.no-padding {
    overflow: hidden;
}
a.btn-back{background-color: #00acd6;border-color:#00acd6;color: #fff;}
a.btn-back:hover{color:#fff;background-color: #0a97bb;}
.btn-delete{margin:0px 5px;background-color: #656565;border-color: #656565;}
.group-delete{margin-right: 10px;}
button.btn.btn-primary.pull-left.group-delete {margin-left: 10px;}
.code-table tbody tr td.dataTables_empty{display: block;}
img.ticket_seller_logo {width: 110px;}
.dialogWide > .modal-dialog {
    width: 90% !important;
}
.dialogWide.history-graph .modal-body{height: 550px;overflow-y: scroll;}
.active-menu{color: #fff;
             background: #1e282c;
             border-left-color: #3c8dbc;}
.reset-password-link{float: right; padding: .85rem 0.13rem;}
input[name="remember_me"]{position: static !important; margin-left: 0px !important;}
.select-radios{width:100%;float:left;}
.select-radios .custom-radio [type="radio"]:checked + label, .custom-radio [type="radio"]:not(:checked) + label {
    font-weight: normal;
    font-size: 14px !important;
}
.price-zone-level.saved-panel label{
    font-weight: normal;
    font-size: 14px !important;
}
.bgShadow label.custom-label {
    font-weight: normal;
    font-size: 14px !important;
}
#search-table-0>thead:first-child>tr:first-child>th {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}
td.details .innerDetails{
    box-shadow: 0px 0px 10px #ccc;
    padding: 8px;
    background: #f9f9f9;
}
#search-table-0.dataTable.no-footer {
    border-bottom: 1px solid #c4c4c4;
}
.bulk-save-trackevent input[type="checkbox"]{display:none;}
#target-zone,#target-price{}
.d-none{display:none;}
/**pagination class**/
.pagination{float: right;}
.pagination .page-link{box-sizing: border-box;
                       display: inline-block;
                       min-width: 1.5em;

                       margin-left: 2px;
                       text-align: center;
                       text-decoration: none !important;
                       cursor: pointer;
                       *cursor: hand;
                       color: #333 !important;
                       border: 1px solid transparent;
                       border-radius: 2px;}
.pagination .page-link a{padding: 0.5em 1em;    color: #333 !important;}
.pagination .curlink{
    padding: 0.5em 1em;
    color: #333 !important;
    border: 1px solid #979797;
    /* background-color: white; */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    /* background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%); */
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    /* background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); */
}
.graph-select{position: absolute;z-index: 9;right: -4px;top: -66px;width: 200px;}
.graph-select .form-control{border: 1px solid #070707; width: 84%; float: left;background: #fff;}
.graph-select img.loader{width: 16%;float: left;}
.graph-accordion .tab-pane{margin-top: 14px;}
.d-inline-block{display:inline-block;}
.d-block{display: block;}
.track-graph-group i.show{position: absolute;top: 10px;right: 15px;display: block;}
label[for="group-select"]::after{content:"Select All";padding: 8px;}
label[for="group-select"] {
    margin-top: 5px;
}
.ci-pagination{margin:0px;text-align: right;}
.pagination-content{padding: 0.5em 1em; display: inline-block;}
.multiple-track-section{}
.multiple-track-section select.form-control{width: inherit;}
.multiple-track-section label.multiple-track-label{width: 55%;}
.group-select-loader{position: absolute;
                     right: 85px;
                     top: 4px;
}