﻿.Xbuttonicon { /* X button icon */
    content: "\2715";
    position: absolute;
    color: #fff;
    top: 10px;
    right: 20px;
    font-size: 2em;
    color: rgb(249, 173, 74);
}
.punt-verd {
    color: green;
}

.punt-vermell {
    color: red;
}
.punt-taronja {
    color: darkorange;
}
.punt-blau {
    color: blue;
}
.footer-app-csi {
    background-color: #e3f2fd;
    padding: 0.75rem 1.25rem;
    text-align:center;
}
.header-app-csi {
    background-color: #e3f2fd;
}

.text-readonly {
    background-color: #ebedef;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.boto-madsans {
    color: #ffffff;
    background-color: rgb(249, 173, 74);
}
#galeria {
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: rgba(0,0,0,0.8) none 50% / contain no-repeat;
    cursor: pointer;
    transition: 0.3s;
    display: none;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8) none 50% / contain no-repeat;
    cursor: pointer;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}
#overlay.open {
    visibility: visible;
    opacity: 1;
    z-index:100;
}

    #overlay:after { /* X button icon */
        content: "\2715";
        position: absolute;
        color: #fff;
        top: 10px;
        right: 20px;
        font-size: 2em;
        color: rgb(249, 173, 74);
    }

    

.container {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
