@media only screen and (min-width : 1200px) {
    .container { max-width: 2500px; }
}

#card-fa-totalweight {
    background-color: #f16f5e; //#ff2407;
}

.card-fa-red {
    background-color: #f16f5e;
}

.card-fa-yellow {
    background-color: #ffc107;
}

.card-fa-green {
    background-color: #4fd007;
}

.bg-info-lgrey {
    background-color: #DDDDDD;
}

.bg-info-bc {
    background-color: #aaaaaa; //#00b7b2;
}

.btn-primary-bc {
    background-color: #00b7b2;
}

label {
    margin-bottom: .1rem;
}

/* Overrides list-group-item from Bootstrap */
.btn-cen-st {
    font-size:smaller;
}

.spacer { margin:0; padding:0; height:20px; }
.spacer-small { margin:0; padding:0; height:15px; }

.vcenter {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

input.form-control {
    padding: .1rem .1rem;
}
button.form-control {
    padding: .1rem .1rem;
}
select.form-control {
    padding: .1rem .1rem;
}
select.form-control:not([size]):not([multiple]) {
    //height: calc(2.25rem + 2px);
    height: calc(1.8rem);
}
input.es-input {
    background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC) right center no-repeat;
    //background: white;
}

input, select, option {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr td:last-child{
    width:1%;
    white-space:nowrap;
}

.fas-border {
    border:1px solid black;
    padding: 4px 6px;
}

.list-group-item {
    padding: 1px 10px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index:2;
    color:#ffffff;
    background-color:#8494a0;
    border-color:#054475;
    border-width: 3px;
}

.list-group-item.hide-print-active, .list-group-item.hide-print-active:hover, .list-group-item.hide-print-active:focus {
    z-index:2;
    color:#ffffff;
    background-color:#8494a0;
    border-color:#054475;
    border-width: 3px;
}

span.keep-space {
    white-space: pre-wrap;
    font-family: monospace, "Courier New", Courier;
}

.bc-top-menu > .col-sm {
    margin-bottom: auto!important;
    margin-top: auto!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

.bc-top-menu > .col-sm > div {
    padding-bottom: 0!important;
    padding-top: 0!important;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;

}

.bc-menu {
    border-radius: 5px;
}
.bc-btn-menu {
    width: 100%;
    background: #00b7b2 !important;
    color: white !important;
    font-size: smaller;
}
.bc-btn-menu:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.bc-form {
    flex-grow: 0.8;
    width: 70%;
}

input.es-input {
    -webkit-border-top-right-radius: 4px !important;
    -moz-border-top-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.large_card {
    margin-top: 50px;
    margin-bottom: auto;
    background: linear-gradient(#aaaaaa, #dddddd);
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.large_card .form-control[readonly] {
    background-color: #BBBBBB
}

.bc-label-30 {
    width: 30%;
}
.bc-label {
    width: 70%;
}
.input-group .input-group-text {
    width: 100%;
}

.bc-units {
    float: left;
    width: 200px;
}

.user_card {
    height: 400px;
    width: 350px;
    margin-top: 50px;
    margin-bottom: auto;
    background: linear-gradient(#aaaaaa, #dddddd);
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.small_brand_logo_container {
    height: 72px;
    width: 72px;
    top: 0px;
    border-radius: 50%;
    background: #00b7b2;
    padding: 5px;
    text-align: center;
}
.brand_logo_container {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -35px;
    border-radius: 50%;
    background: #00b7b2;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid white;
}
.form_container {
    margin-top: 100px;
}
.login_btn {
    width: 100%;
    background: #00b7b2 !important;
    color: white !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.form_btn {
    width: 100%;
}
.form_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.balloon_btn {
    background: #50373e !important;
    color: white !important;
}
.burner_btn {
    background: #0057b2 !important;
    color: white !important;
}
.basket_btn {
    background: #007742 !important;
    color: white !important;
}
.tank_btn {
    background: #505752 !important;
    color: white !important;
}


.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #00b7b2 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c0392b !important;
}


/* @include media-breakpoint-only(md) { */
@media (min-width: 768px) and (max-width: 991.98px) {
    .large_card h1 {
	font-size: 1.5rem;
    }
    .large_card h2 {
	font-size: 1.5rem;
    }

    #tank_list {
	font-size: 80%;
	font-weight: 400;
    }

}

@page {
    margin-top: 0cm;
    margin-bottom: 0cm;
    margin-left: 0cm;
    margin-right: 0cm;
}

@media print {
    /* les styles d'impression commencent ici */
    body {
	margin-top:0 !important;
        font-size: 28px;
    }

    .col-print-6 {width:50%; float:left;}
    
    .hide-print {
	visibility: hidden;
    }

    #tank_list {
	font-size: 80%;
	font-weight: 400;
    }

    li:not(.hide-print-active) {
	display:none;
    }

    .pagepreak { 
	page-break-after: always; 
    } 
}

.bc-hide {
    display: none;
    visibility: hidden;
}

.bc-none {
    display: none;
}
