﻿html,
body {
    height: 100%;
}

body {
    /*
    display: flex;
    align-items: center;
    */
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e9e9e9;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
}

.label-required:after {
    content: "* ";
    color: red;
    font-size: 85%;
}

.titol_seccio {
    text-shadow: 2px 2px 2px #bdbdbd;
}

/* Select2 override */
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: calc(1.5em + .5rem + 5.6px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef;
}

.is-invalid-select2 {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.9rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid-select2:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25) !important;
}