/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

/* TOURS */
/* edit_tour.html */
.coap_formset_details_tour {
    padding: 20px;
    margin-bottom: 10px;
    background-color: aliceblue;
    border: 1px solid antiquewhite;
    border-radius: 10px;

}

.input-lg {
    font-size: 12px;
}

.coap_btn_tile,
.coap_btn_tile_exception {
    cursor: pointer;
    color: white;
    border: 1px solid white;
    border-radius: 15px;
    padding: 2px;
}

.coap_btn_tile:hover {
    background-color: #FF7C2C;
    color: black;
}

.coap_btn_tile_exception:hover {
    background-color: black;
    color: #FF7C2C;
    border: 1px solid black;
}

table strong {
    color:#F57C34;
}

.btn.btn-default {
    margin:5px;
}

.label-info {
    margin: 1px;
}

tr[data-type='FACTURA'][data-paid='True'][data-removed='False'] {
    background-color: #FEF9E1 !important;
}

tr[data-type='FACTURA'][data-paid='False'][data-removed='False'] {
    background-color:#CD5C5C !important;
    color: white;
}

tr[data-removed='True'] {
    background-color:black !important;
    color: white;
}

tr[data-cancelled='True'] {
    background-color: #ff776e !important;
    color: black !important;
}

tr[data-cancelled='True'] a{
    background-color: #ff776e !important;
    color: white !important;
}

tr[data-cancelled='True']:hover a{
    background-color: #ff776e !important;
    color: grey !important;
}

.no_data_found_tables {
    padding: 8px 15px;
    margin-bottom: 17px;
    list-style: none;
    background-color: #f5f5f5;
    color: #CD5C5C;
    border-radius: 3px;
}

