/* CSS Document d'estils */
table {
    font-size: 12px;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    background-color: #FFF;
    color: #666;
}

#pagina {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

#capsa {
    text-align: center;
}

#capsaText {}

.botonsInici {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.quadratInici {
    padding: 20px;
    justify-content: center;
    text-align: center;
    margin: 25px;
    background-color: #dd5833;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 0;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 1.5em;
    display: flex;
    align-items: center;    
}

.saltLinia {
    clear: both;
    height: 0;
}

#passos {
    /* display: flex;
	flex-direction: row;
	flex-wrap: nowrap;	 */
}

.pas {
    border: 1px solid #cbc4b8;
    min-height: 35px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0px;
    z-index: 7;
    padding: 5px 0px 0px 0px;
    margin-right: 0;
    color: #444444;
    text-align: center;
    display: flex;
    justify-content: center;
}

.fonsPas {
    display: flex;
    align-items: center;
    background-color: yellowgreen;
    position: absolute;
}

.barra {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: red;
}

#passos .active {}

.pas a {
    font-weight: normal;
}

#passos .active a {
    font-weight: bold;
}

.step-indicator {
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-top: 20px;
}

.step-indicator li:after {
    left: 50%;
}

.step-indicator li:after {
    background-color: #999;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 15px;
    box-sizing: border-box;
}

.step-indicator li.last-item:after {
    display: none;
}

.step-indicator li {
    display: table-cell;
    position: relative;
    float: none;
    padding: 0;
}

.step-indicator li a {
    width: 200px;
}

.step-indicator .step {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #999;
    color: #999;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 25px;
    height: 30px;
    width: 30px;
}
.form-control {
    border: 1px solid #999;
}


/* input[required]:invalid,
select[required]:invalid,
textarea[required]:invalid {
    border: 1px solid red;
} */

.step-indicator li.active .step {
    background-color: #4183D7;
    /* border: 1px solid #333; */
    color: #FFF;
}

.step-indicator .caption {
    display: none;
    color: #999;
    padding: 11px 16px;
}

.step-indicator li.active .caption {
    color: #4183D7;
}

.formPas {
    display: none;
}

.formPas.active {
    display: block;
}

.containerSegAnt {
    margin-bottom: 6rem;
}

.pasIcona {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: green;
}

a {
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #4183D7;
}

.seguent::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f101";
    padding-left: 5px;
}

.anterior::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f100";
    padding-right: 5px;
}


/* input.seguent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight:bold;
	background-color:#DCDCDC;
	color: #494b4c;
	border:0;
	padding-right:50px;
	background-image: url('../imatges/fletxa_seg.png');
	background-repeat: no-repeat;
	background-position: right center;
	
}
input.anterior{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight:bold;
	background-color:#DCDCDC;
	color: #494b4c;
	border:0;
	padding-left:50px;
	background-image: url('../imatges/fletxa_ant.png');
	background-repeat: no-repeat;
	background-position: left center;
	
} */

.inputUPPER {
    /* text-transform: uppercase; */
}

.titol {
    font-weight: bold;
}

.taulafixada {
    width: 100%;
}

.ambVores {
    border-collapse: separate;
    border: 2px solid #494b4c;
    border-radius: 10px;
    padding: 5px;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /*z-index: 1;*/
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}


.diaSessio {
    font-weight: bold;
}


label {
    display: inline-block;
}

.imgQR{
    

}

@media (min-width: 576px) {
    #passos {
        /* display: flex;
	flex-direction: row;
	flex-wrap: nowrap; */
    }
    .step-indicator .caption {
        display: block;
    }
    .step-indicator .step {
        font-size: 20px;
        height: 50px;
        line-height: 45px;
        width: 50px;
    }
    .step-indicator li:after {
        top: 26px;
    }
    .botonsInici {
        display: flex;
        justify-content: center;
        flex-direction: row;        
    }
}