/* Myriad Pro */
@font-face {
    font-family: 'Myriad Pro';
    src: url('/static/fonts/MyriadPro-Regular.eot');
    src: local('Myriad Pro Regular'), local('MyriadPro-Regular'),
    url('/static/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/MyriadPro-Regular.woff') format('woff'),
    url('/static/fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.topbar_wrapper {
    z-index: 10000;
}

.offer-item__logo {
    border: 0;
}

div.offer-payouts-container {
    height: 36px;
    color: #777777;
    display: block;
    position: relative;
    overflow: hidden;
}

div.offer-payouts-container div.bborder {
    left: 0;
    top: 0;
    right: 0;
    z-index: 1100;
    border: 1px #c8c8c8 solid;
    border-radius: 7px;
    position: absolute;
    width: 100%;
    height: 36px;
}

div.offer-payouts-container.dd, div.offer-payouts-container:hover {
    overflow: visible !important;
}

div.offer-payouts-container.dd ul.offer-payouts, div.offer-payouts-container:hover ul.offer-payouts {
    border: 1px #c8c8c8 solid;
}

ul.offer-payouts {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #ffffff;
    z-index: 10;
    border-radius: 7px;
    border: 1px transparent solid;
    font-size: 15px;
}

ul.offer-payouts:after {
    font-family: 'liknot' !important;
    content: "\e90e";
    display: inline-block;
    float: right;
    color: #30213b;
    position: absolute;
    right: 18px;
    font-size: 0.8em;
    top: 9px;
}

ul.offer-payouts li {
    padding: 7px 0 6px 15px;
    margin: 0;
    list-style: none;
    display: inline-block;
    min-width: 50%;
    max-width: 100%;
    width: auto;
    white-space: nowrap;
    border-radius: 7px;
    overflow: hidden;
    color: #4e4d4d;
}

span.oico {
    display: inline-block;
    min-height: 16px;
    min-width: 16px;
    margin-bottom: -1px;
}

.oico.gspr {
    background: url("/assets/img/g_sprite.png") center bottom no-repeat;
}

.oico.lspr {
    background: url("/assets/img/l_sprite.png") center bottom no-repeat;
}

.oico.pspr {
    background: url("/assets/img/p_sprite.png") center bottom no-repeat;
}

.offer-item__right {
    padding-left: 266px;
}

.oiprifx {
    padding-right: 0 !important;
}

.offer-item__body__value.gpr {
    vertical-align: middle;
    text-align: left;
    padding-left: 0;
    padding-right: 0 !important;
}

.offer-item {
    padding: 23px 48px;
    border-radius: 0;
    border: 0;
    font-family: 'Myriad Pro';
}

.offers-list .offers-selected, .offer-filters, .offer-filters .btn {
    font-size: 15px;
    font-family: 'Myriad Pro';
}

.offer-filters {
    padding: 20px 31px;
}

.offer-filters .btn {
    margin-top: 20px;
    display: block;
}

.offer-filters__box__header .title {
    font-weight: 500;
    font-size: 16px;/
}

.offer-filters .checkbox {
    padding-left: 13px !important;
}

.offer-filters .checkbox label {
    font-size: 14px;
}

.offer-item__id {
    font-size: 14px;
    color: #fff;
    background: #a6a2a8;
    padding: 4px 12px 3px 12px;
    border-radius: 7px;
    margin-right: 10px;
    vertical-align: middle;
}

.offer-item__header {
    position: relative;
}

.offer-item__header-title {
    font-size: 22px;
    color: #555555;
    text-decoration: none;
    font-weight: 300;
    vertical-align: middle;
}

.offer-item__btn {
    font-size: 15px;
    text-transform: uppercase;
}

.offer-item__body__value {
    color: #4e4e4e;
    font-size: 16px;
}

.offer-item__info_icons {
    position: absolute;
    top: 0;
    right: 0;
}

.offer-item:hover {
    box-shadow: 0 0 0 1px #5ccc65;
    transition: all ease .2s;
    border: 0;
}

.btn-gray2-filled {
    background: #797cf3;
    color: #fff;
}

.btn-gray2-filled:hover {
    background: #797cf3;
    color: #fff;
}

.btn-orange-filled {
    background: #ffa200;
    color: #fff;
}

.btn-success-filled:hover {
    background: #e9ebf2;
    color: #939393;
    box-shadow: none;
}

.offer-item__left {
    float: left;
    width: 218px;
}

.offer-filters__box {
    border-bottom: 0;
    padding: 0;
}

.offer-filters__box__header {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all ease .15s;
    position: relative;
    margin-bottom: 0;
}

.offer-filters__box__header:before {
    font-family: 'liknot' !important;
    content: "\e90e";
    display: inline-block;
    color: #30213b;
    font-size: 0.8em;
    margin: 0 9px 0 0;
}

.offer-filters__box__header:after {
    display: none;
}

.offer-filters .step20 {
    margin-left: 20px;
}

.offer-filters .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer-filters__box .title {
    margin-bottom: 4px;
}

.checkbox label::before {
    width: 13px;
    height: 13px;
    left: 0;
    top: 3px;
    margin-left: -13px;
    border-radius: 0;
}

.checkbox label::after {
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0px;
    top: 3px;
    margin-left: -13px;
    border: 1px solid #cccccc;
    background-color: #fff !important;
    color: #9497f5 !important;
    padding: 0;
}

.popover {
    z-index: 10000;
}