.c_card {
    clear: both;
    height: 190px;
}
h1.cq {
    font-size: 1.375rem;
    padding: 3px;
    text-align: center;
    margin: 20px auto auto;
}
.f_card {
    margin-left: 10px;
    width: 18.5%;
    float: left;
    margin-right: 4px;
}

.f_card3 {
    margin-left: 10px;
    width: 23.5%;
    float: left;
    margin-right: 4px;
}
.ca_name {
    text-align: center;
    background: white;
    padding: 14px;
    font-size: 13px;
    margin-top: 9px;
    border-radius: 3px;
    font-weight: bold;
    border: 1px solid #9e9e9e;
}
.ca_vale {
    text-align: center;
    background: white;
    padding: 14px;
    font-size: 14px;
    margin-top: 9px;
    border-radius: 3px;
    font-weight: bold;
    border: 1px solid #9e9e9e;
}
.c_card_2 {
    clear: both;
    height: 190px;
}
h1.cq_2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.375rem;
    margin-top: 0;
}
.f_card_2 {
    margin-left: 10px;
    width: 48%;
    float: left;
    margin-right: 4px;
}
/*.select2-container {*/
/*    width: 100% !important;*/
/*}*/
@media only screen and (max-width: 780px){
    .c_card {
        height: 435px!important;
    }
    h1.cq {
        font-size: 1.375rem;
        margin-bottom: 14px!important;
        padding: 3px;
        text-align: center;
        margin: auto;
        margin-top: 20px;
    }
    .f_card {
        margin-left: 0px;
        width: 48%!important;
        float: left;
        margin-right: 4px;
    }
    .c_card_2 {
        height: 205px!important;
    }
    .c_card_2 {
        clear: both;
        height: 190px;
    }
    .f_card_2 {
        margin-left: 0px;
        width: 48%!important;
    }

}
.cs_table th {
    min-width: 154px;
}
.cs_table td {
    min-width: 154px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 24px!important;

}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 34px!Important;
}
.add_icon form i {
    width: 14px;
}
.add_icon button.btn {
    width: 33px;
}