button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    left: auto !important;
    border: 1px solid transparent;
    border-color: #00bcd4;
    border-radius: 0px;
    background: #00bcd4;
    color: #fff;
}
.form-group {
    margin-bottom: 15px;
}

.well input[type="radio"] + label, input[type="checkbox"] + label{
    position: relative;
}

.well{
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff !important;
    margin-bottom: 0;
    padding: 30px 30px 20px;
    border-radius: 0;
    border: 0;
    /* box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05); */
    display: block;
}

.input-group {
    z-index: 1;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}


.well .input-group-addon {
    border-right: 1px solid #f0efef;
    border-top: 0 solid #f0efef;
    border-left: 0 solid #f0efef;
    border-bottom: 0 solid #f0efef;
    background-color: #f5f6f8;
    border-radius: 0 !important;
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 15px;
    text-align: center;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.well .form-control {
    background-color: #f5f6f8;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 50px;
    text-transform: none;
}

.well .dropdown-menu {
    background-color: #fff;
    border-top: 1px solid #f0efef;
    border-left: 1px solid #f0efef;
    border-bottom: 0 solid #f0efef;
    border-right: 1px solid #f0efef;
    box-shadow: none !important;
    padding: 10px;
    width: 100%;
}
.well button{
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    position: absolute;
    right: -2px;
    text-transform: uppercase;
    top: 0;
    width: 122px;
    z-index: 11;
    background: #337ab7 !important;
    border-color: #337ab7 !important;
    border-radius: 0 !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.well .dropdown-menu {
    background-color: #fff;
    border-top: 1px solid #f0efef;
    border-left: 1px solid #f0efef;
    border-bottom: 0 solid #f0efef;
    border-right: 1px solid #f0efef;
    box-shadow: none !important;
    padding: 10px;
    width: 100%;
}

.coupon-wrap h1 {
    line-height: 1 !important;
    margin: 0 0 30px;
    padding: 0 0 10px;
    letter-spacing: -0.2px;
    position: relative;
    font-weight: 300;
    font-size: 52px;
    text-transform: capitalize;
    display: block;
}


.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before
.well .checkbox {
    margin-top: 0;
}

.well label{
    margin-bottom:0px;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

.well .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    -webkit-transition: border 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    font-size: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-left: -24px;
    border-radius: 0;
}
.well .checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -24px;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 9px;
    padding-left: 4px;
    padding-top: 2px;
}
.well .checkbox input[type="checkbox"], .well .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.well input[type="checkbox"].styled:checked + label:after, .well input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #fff;
}

.well input[type="checkbox"]:checked + label::before {
    border-color: #292929;
    background-color: #222;
}
