/* Phones */
@media screen and (max-width: 767px) {
    .dues_table {
        font-size: 12px;
    }
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.group-items{
    margin-top: 5px;
    margin-bottom: 5px;
}

#ex1Slider .slider-selection{
    background: #fb0f0f;
}

#ex1Slider .slider-handle {
    background: black;
}

#ex1Slider .slider-tick.in-selection  {
    background: black !important;
}

.button_show_div,
.send_email_pdf_button_div{
    background: black;
    padding: 5%;
    cursor: pointer;
    margin-bottom: 5%;
}

.button_show_div .inner_left,
.send_email_pdf_button_div .inner_left{
    display: inline;
    float: left;
    color: #e41515;
    font-weight: bold;
    text-align: left;
    width:15%;
    font-size: 25px;
}

.group-items ul li {
    margin-bottom: 0px;
}

/* Important part */
#dues_table .modal-dialog{
    overflow-y: initial !important
}
#dues_table .modal-body{
    height: 50vh;
    max-height: 70vh;
    overflow-y: auto;
}

#dues_table .btn-default{
    background-color: #e41515;
    border: #e41515;
}


.button_show_div .inner_right p,
.send_email_pdf_button_div .inner_right p{
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 20px;
}


.button_show_div:hover,
.send_email_pdf_button_div:hover{
    background: #e41515;
    color: white;
    font-weight: bold;
    padding: 5%;
    cursor: pointer;
    margin-bottom: 5%;
}

.button_show_div:hover .inner_left,
.send_email_pdf_button_div:hover .inner_left{
    color: white;
}

.button_show_div{
    margin-top: 5%;
}


html body 
.dues_table {
    margin-top: -10px;
    border-collapse: collapse;
    width: 100%;
    display: none;
    
}

.dues_table th{
  text-align: center;
  padding: 8px;
  font-size: 18px;
}

.dues_table td {
  text-align: center;
  padding: 8px;
  font-size: 16px;
}

.dues_table tr:nth-child(even) {background-color: #f2f2f2;}

html body .slider.slider-horizontal {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

html body .button_dues{
    background: #e41515;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5%;
    color: white;
    font-size: 18px;
    padding: 5px;
    border-radius: 8px;
}

html body .prefix .input-group-addon {
    border: 0px solid;
    background-color: rgb(236, 239, 243);
    color: rgb(136, 136, 136);
}

html body .error_message{
    margin: auto;
    width: 80%;
    color: #e41515;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5%;
}

.inputs_forms {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin: 0;
}

.suffix .inputs_forms {
    border-radius: 4px 0px 0px 4px;
}
.suffix .input-group-addon {
    border-left: 0;
    border-radius: 0px 4px 4px 0px;
}
.prefix .inputs_forms {
    border-radius: 0px 4px 4px 0px;
}
.prefix .input-group-addon {
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}
.presuffix .inputs_forms {
    border-radius: 0px;
}
.input-group-addon.prefix {
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}
.input-group-addon.suffix {
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}