/**
* PrestaShop module created by Ing. Frantisek Seda, a guy behind official PrestaShop community ;-)
*
* @author    Ing. Frantisek Seda
* @copyright 2016 Ing. Frantisek Seda
* @license   This program is not free software and you can't resell and redistribute it!!!
*/

/* eventreminder-add-event */
.eventreminder-add-event h2 {
    font: normal 20px/27px "MuseoSlab-500Italic";
}

.eventreminder-add-event .headline {
    font: normal 18px/25px "MuseoSlab-700";
    color: #ae5712;
    margin-bottom: 20px;
}

/* who-celebrate */
.who-celebrate {
    width: auto;
}

.who-celebrate .box {
    width: 20%;
    float: left;
    border: 0px none;
    min-width: 140px;
    text-align: center;
    padding: 0px;
    padding-right: 10px;
    background: transparent;
}

.who-celebrate .box label {
    font: normal 16px/21px "MuseoSlab-500";
    cursor: pointer;
}

.who-celebrate .box img {
    width: 100px;
    padding-bottom: 10px;
}

.who-celebrate .box .radio {
    display: block;
    float: none;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

/* what-celebrate-box */
.what-celebrate-box {
    
}

.what-celebrate-box .checker {
    display: block;
    float: left;
    height: 27px;
    line-height: 27px;
}

.what-celebrate-box .checker span {
    margin-top: 7px;
}

.what-celebrate-box .datepicker {
    width: 100px;
    float: left;
}

.what-celebrate-box label {
    display: block;
    float: left;
    width: 100px;
    font: normal 13px/27px Arial;
}

.what-celebrate-box .input-group-addon {
    padding: 6px 20px 6px 8px;
    float: left;
    cursor: pointer;
}

/* submit-box */
.submit-box * {
    
}

.submit-box label {
    display: block;
    float: left;
    width: auto;
    white-space: nowrap;
    font: normal 13px/27px Arial;
    margin-right: 10px;
    margin-bottom: 5px;
}

.submit-box .email {
    width: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.submit-box button.btn {
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 5px;
}

.submit-box button.button.button-medium span {
    padding: 3px 14px 4px 14px;
}

.submit-box button.button.lnk_view span {
    padding: 3px 14px 4px 14px;
}

.submit-box button.button span i.right {
    margin-right: 0;
    margin-left: 9px;
}

/* eventreminder-table */
.eventreminder-table {
    
}

.eventreminder-table th.item, 
.eventreminder-table th.first_item,
.eventreminder-table th.last_item {
    background-color: #464646;
    color: #fff;
}

.eventreminder-table .btn-link {
    line-height: 23px;
    display: block;
}

.eventreminder-table .btn-link i {
    font-size: 23px;
    line-height: 23px;
    vertical-align: middle;
    padding-right: 5px;
}