/* Common classes */

.clearfloat {
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.inline-li-elements {
    margin: 0;
    padding: 0;
    font-size: 0;
}

ul.socials li, ul.thumbnails li {
    margin: 0 4px 0 0;
}

ul.thumbnails li img:hover {
    cursor: pointer;
    opacity: 0.5;
}

ul.inline-li-elements li {
    display: inline-block;
    list-style: none;
}

/* Layout styles */

.deal-values {
    font-weight: bold;
    color: #5d6169;
    background: url(images/discount_bg_bt2.jpg) bottom center no-repeat;
}

.deal-values ul {
    font-size: 0;
}

.modal-deal-page .deal-values ul li {
    color: white;
    font-size: 18px;
    width: 98px;
    border-left: 1px solid white;
    padding: 9px 0;
    text-align: center;
    background: #002E52;
}

.deal-values ul li:first-child {
    border-left: none;
}

.deal-values li div:first-child {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 3px;
}

/* Deal Discount Config Component*/

.config-box-viewport {
    padding: 25px 50px 50px 50px;
    background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    text-align: center;
}

.config-box-viewport input[type=button], .config-box-button {
    color: white;
    font-weight: bold;
    border: 1px solid #679e13;

    background: #79c802;
    background: -webkit-linear-gradient(#79c802, #669900); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#79c802, #669900); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#79c802, #669900); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#79c802, #669900); /* Standard syntax */
}

.config-box-button-disabled {
    border: 1px solid #adadad;
    background: #e6e6e6;
    background: -webkit-linear-gradient(#e6e6e6, #adadad); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e6e6e6, #adadad); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e6e6e6, #adadad); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e6e6e6, #e6e6adadade6); /* Standard syntax */
}

.config-box {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #666666;
    margin-bottom: 20px;
}

.config-box small {
    font-size: 95%;
}

.config-box form input[type=text] {
    font-size: 14px;
    padding: 3px;
    border: 1px solid #bbbbbb;
}

.config-box-header {
    background: -webkit-linear-gradient(#5b9cd6, #5a9bd5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5b9cd6, #5a9bd5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5b9cd6, #5a9bd5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5b9cd6, #5a9bd5); /* Standard syntax */
    background: #5b9cd6;
    border: 1px solid #3175b2;
    color: white;
    font-size: 22px;
    padding: 10px 0;
}

.confix-box-setting-title {
    background-color: #eaeaea;
    border-bottom: 1px solid #3175b2;
    padding: 9px 0;
    color: #333333;
    font-size: 15px;
    font-weight: bolder;
}

.config-box-row {
    padding: 3px 0;
}

.config-box-group {
    padding: 10px 0;
}

.config-box .datepicker-container {
    padding: 9px 0;
    color: #333333;
}

.config-box .datepicker-container h3 {
    font-size: 15px;
    font-weight: bolder;
    margin: 0;
    padding: 0;
}

.config-box-content label {
    text-align: right;
    padding-right: 5px;
    font-size: 14px;
    color: #5b9cd6;
    display: inline-block;
}

.config-box-content {
    padding-bottom: 20px;
    background: white;
}

.config-box-bg-gray {
    background: #eaeaea;
}

.deal-discount-config .paypal-label {
    background: #eaeaea;
    padding: 10px 0;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.deal-discount-config .paypal-label strong {
    background: url(../images/icon_paypal_agree.png) left center no-repeat;
    padding: 2px 0 2px 25px;
}

.config-box .ui-datepicker-calendar {
    width: 100%;
}

.config-box .ui-datepicker-prev {
    float: left;
}

.config-box .ui-datepicker-next {
    float: right;
}

.config-box .ui-datepicker-header {
    padding-right: 20px;
    padding-left: 20px;
}

/* Fixed for modals*/

.modal-deal .modal-content {
    background: none;
    border: none;
    box-shadow: inherit;
    font-size: 12px;
}

.modal-deal .modal-dialog {
    margin: 0 auto;
}

/* Deal Page Edition Menu*/
.page-edition-menu h5 {
    color: black;
    font-size: 12px;
    padding-left: 25px;
    text-decoration: underline;
    padding-bottom: 0;
    margin-bottom: 0;
}

.page-edition-menu .checkeable {
    display: inline-block;
    width: 15px;
    background: url(../images/deal_menu_inactive.png) no-repeat left center;
}

.page-edition-menu .checked {
    background: url(../images/deal_menu_active.png) no-repeat left center;
}

.dealpage_completation_percent {
    background: url(../images/bg_discount_ball.png) no-repeat center;
    line-height: 76px;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bolder;
    padding: 15px;

}

/* Delete when Optin Page Editor Menu is fixed*/
.page-edition-menu .activemenu a, .page-edition-menu .activemenu a:hover {
    color: #ffffff;
}

.modal-deal .modal-dialog .modal-body {
    background-color: transparent !important;
}

/* Deal Analityc */
.panel-min {
    padding: 17px 0 0 0;
}

.panel-min .panel {
    width: 47%;
    float: left;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 4px;
}

.panel-min .panel-heading {
    height: 120px;
    padding: 10px 5px;
}

/* For printing in Deal Page Analytic */
@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}

/* voucher pages styles and deal subscribe*/
.voucher {
    padding: 0 4px;
}

i.voucher-ico-money{
    background:url(../images/voucher_icon_money.png) no-repeat ;
    display: block;
    width: 16px;
    height: 16px;
}

.voucher .well {
    background-color: #fafafa;
    border-color: #eaeaea;
}

.voucher .well.white {
    background-color: white;
}

.voucher .well h4 {
    font-weight: 600;
    font-size: 1.5em;
    margin-top: -5px;
}

.voucher .well h5 {
    font-weight: 700;
    font-size: 1.3em;
    color: #000000;
    margin-top: -2px;
}

.voucher-head-line {
    font-weight: normal;
    font-size: 1.6em;
}

.voucher .row {
    margin-bottom: 10px;
}

.voucher .well .terms-holder h1,
.voucher .well .terms-holder h2,
.voucher .well .terms-holder h3,
.voucher .well .terms-holder h4,
.voucher .well .terms-holder h5,
.voucher .well .terms-holder h6{
    margin-bottom: 10px;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2em;
    color: black;
}

.voucher .well .terms-holder {
    font-size: inherit;
    color: #999999;
}

.voucher .well .terms-holder  ul li {
    margin-left: -10px;
    margin-bottom: 4px;
}

.voucher .well ul li input[type='checkbox'] {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.voucher .well .box{
    background-color: white ;
    position: relative;
}

.voucher .well .box .box-title{
    position: absolute;
    top: -12px;
    left: 10px;
    background: white;
    padding: 2px 10px;
}

ul.cards{
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}


ul.cards li{
    margin: 0 !important;
    border: 1px solid #f5f5f5;
    padding: 1px;
}

ul.cards li:last-child{
    margin-right: 0;
}

.col-deal-off {
    background-color: #2ec46a;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .col-deal-off-holder {
        padding-left: 15px;
        padding-right: 5px;
    }

    .col-deal-price-holder {
        padding-left: 5px;
        padding-right: 15px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-deal-off-holder {
        padding-left: 15px;
        padding-right: 5px;
    }

    .col-deal-price-holder {
        padding-left: 5px;
        padding-right: 15px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .col-deal-off-holder {
        padding-left: 15px;
        padding-right: 5px;
    }

    .col-deal-price-holder {
        padding-left: 5px;
        padding-right: 15px;
    }
}

.col-deal-off i, .col-deal-price i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 15px;
    font-style: normal;
    text-shadow: none;
}

.col-deal-price {
    color: #ffffff;
    background-color: #c0c0c0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.deal-voucher-number {
    background-color: #2e94c4;
    color: white;
}

.deal-voucher-number i {
    font-size: 70%;
    font-style: normal;
    display: block;
    color: #f5f5f5;
    font-weight: normal;
}

.col-deal-off, .col-deal-price, .deal-voucher-number {
    position: relative;
    padding: 18px 10px 10px 10px;
    font-size: 1.5em;
    font-weight: bolder;
    text-align: center;
}

.deal-details-box {
    margin-bottom: 20px !important;
    padding-left: 10px;
}

.barcode-holder {
    position: relative;
    margin-left: 50%;
    width: 100%;
    height: 90px;
}

.voucher-container {
    border: 1px solid #c0c0c0;
    padding: 10px;
    border-radius: 8px;
    background: white;
    overflow: hidden;
}

.voucher-container .terms h1,
.voucher-container .terms h2,
.voucher-container .terms h3,
.voucher-container .terms h4,
.voucher-container .terms h5,
.voucher-container .terms h6 {
    font-size: inherit !important;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

.voucher-container .terms ul{
    margin-left: 0;
    padding: 0;
}

.voucher-container .terms ul li{
    margin-left: 18px;
}

.panel-voucher-preview{
    width: 380px;
    margin: 5px auto 0 auto;
    padding: 15px;
    background-color: #f5f5f5;
}

.panel-voucher-preview .voucher{
    background-color: white;
    border: solid 10px white;
}

.not-available-page .not-available-title {
    margin: 0 auto;
    background-color: #25aa73;
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding: 30px 0;
}

.not-available-page .not-available-title h1 {
    font-size: 32px;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.not-available-page .not-available-title h1 i {
    margin-right: 10px;
}

.not-available-page .not-available-info {
    margin: 20px auto;
    width: 1024px;
}

.not-available-page .not-available-info p:nth-child(1) {
    text-align: center;
    font-size: 14px;
}

.not-available-page .not-available-info p:nth-child(2) {
    text-align: center;
    font-size: 12px;
}