﻿/*
* Ondiss
* https://m.ondiss.com.ar
* Copyright 2019, 
* Create: Leonel Trevisan by Ondiss
* 
*/
/*Bonus acordion*/

.header-bonus{
    display:grid;
}

.bonus-name {
    color:#fff;
    text-transform: uppercase;
    float:left;
    line-height:30px;
    font-weight: bolder;
}

.read-info{
    float:right;
    line-height:30px;
    color: white;
    text-decoration: none;
    font-weight:bold;
}

.bonus-terms {
    text-align: left;
    line-height:25px;
}

.bonus-detail{
    border: 1px solid #d5692c;
    padding: 5px;
}

.bonus-description{
    line-height: 25px;
}

.bonus-detail ul{
    padding-inline-start:0px;
    margin: 5px 0;
}

.bonus-detail li{
    list-style-type: none;
    line-height: 25px;
    border-bottom: 1px solid #444;
}

.bonus-button{
    line-height: 20px;
    padding-left: 5px;
    margin-top: 10px;
    color:white;
}

.bonus-view{    
    text-decoration: none;
    background: #d5692c;
    border: solid 1px #d5692c;
}

.bonus-cancel{    
    background: #F62815;
    border: solid 1px #F62815;
    cursor: pointer;
}

.bonus-status{
    line-height:25px;
} 

.bonus-cancelled{
    color: deeppink;
}

.bonus-done{
    color:greenyellow;
}

.bonus-finished{
    color: orchid;
}

.bonus-expiration{
    line-height:25px;
    clear: both;
}

.btn-yes{ 
    background: #36c22e;
    display: inline-block;
    height: 30px;
    color: #fff !important;
    text-decoration: none !important;
    width: calc( 98.5% / 2 );
    font-size: 13px !important;
    line-height: 30px;
    text-align: center;
}

.btn-no{
    background: #F62815;
    display: inline-block;
    height: 30px;
    color: #fff !important;
    text-decoration: none !important;
    width: calc( 98.5% / 2 );
    font-size: 13px !important;
    line-height: 30px;
    text-align: center;
}

.btn-container>div{
    width: calc( (100vw / 2) - 15.5px);
    margin: 1px;
}

.register-bonus-content .ui-btn-text{
    font-weight: 400;
}