﻿.logo {
    width: auto;
    vertical-align: middle;
    height:60px;
}
.press {
    display: block; /* Remove bullet points; allow greater control of positioning */
    padding: 0; /* Override defaults for lists */
    margin: 0; /* Override defaults for lists */
    width: 100%; /* Get the row full width */
}

    .press li {
        display: inline-block; /* Get all images to show in a row */
        width: 25%; /* Show 4 logos per row */
        text-align: center; /* Centre align the images */
    }

@media (max-width: 960px) and (min-width: 501px) {
    .press li {
        width: 50%;
    }
    /* Show 2 logos per row on medium devices (tablets, phones in landscape) */
}

@media (max-width: 500px) {
    .press li {
        width: 100%;
    }
    /* On small screens, show one logo per row */
}
.menu {
    font-size: 1.2rem;
    margin-bottom: 1%;
    background-color: #96bc33;
    color: azure;
}
.box-custom, .card-custom {
    border-radius: 10px;
}
.btncolorcreate {
    background-color: #D0EB6B;
    /*border-color: #707070;*/
    font-size: inherit;
    color: inherit;
    font-size: .8rem;
}
.tableheader {
    color: #000000 !important;
    background-color: #D0EB6B !important;
}
.iconcolor {
    color: #D0EB6B;
}
.txtboxround {
    border-radius: 30px !important;
    border-color: #000000 !important;
    border: 1px solid #000000 !important;
    padding: .2rem .74rem;
    font-size: .8rem;
    height: 32px !important;
    /*width: 176px !important;*/
}
.txtboxround_Avance {
    border-radius: 30px !important;
    border-color: #000000 !important;
    border: 1px solid #000000 !important;
    padding: .2rem .74rem;
    font-size: .8rem;
}
.txtboxroundDate {
    border-radius: 30px 0px 0px 30px !important;
    border-color: #000000 !important;
    border: 1px solid #000000 !important;
    padding: .2rem .74rem;
    font-size: .8rem;
    height: 32px !important;
    /*width: 176px !important;*/
}