/* CSS Document */

@font-face {

    font-family: 'Chroma';
    src: url('/fonts/ChromaST-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Chroma';
    src: url('/fonts/ChromaST-Medium.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

#form-delete-person,
.form-delete-person {
    position: fixed;
    z-index: 3;
    left: 0;
    padding-top: 5%;
    padding-left: 33%;
    width: 100%;
    padding-right: 33%;
    height: 100%;
    background-color: rgba(245, 245, 245, 0.8);
}


.form-delete-person {

    padding-top: 10%;
    padding-left: 10%;
    width: 100%;
    padding-right: 10%;

}


body {
    
    font-family: 'Chroma', Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    overflow-y: auto;
    background-color: #f4f4f4;
    width: 100% !important;
    text-align: center !important;
}


#pagecontent {
    position: relative;
    overflow: visible !important;

    width: 98%;
    max-width: 1980px;

    min-height: 100%;
    padding-top: 10px;
    padding-bottom: 150px;

    float: left;

    background-color: #f4f4f4;
    margin: 59px 1% 0 1% !important;

    text-align: left;

}


/*NAVBAR*/

.btn-default {
    border-color: transparent !important;
    background-color: transparent;
}

.form-control {
    box-shadow: 0 0 0 transparent;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.cerca {
    background-color: #fff200 !important;
    border-radius: 10px !important;
    margin: 0px 4px !important;
}

.btn-default:hover {
    border-color: transparent !important;
    border-radius: 10px !important;
    background-color: #ccc !important;
}

.btn-default:active {
    border-radius: 10px !important;
    background-color: #fff200 !important;
}


.navbar-toggle {
    margin: 0 !important;
    transform: translate(0%, 50%);
    background-color: white;
    border-color: transparent !important;
}


.navbar {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.4);
}


.navbar div.container-fluid {

    width: 98%;
    max-width: 1980px;
    margin: 0 1% 0 1% !important;
}

/* / NAVBAR */


.footer div.container-fluid {
    -webkit-box-shadow: 0px -2px 3px 0px rgba(190, 190, 190, 0.2);
    -moz-box-shadow: 0px -2px 3px 0px rgba(190, 190, 190, 0.2);
    box-shadow: 0px -2px 3px 0px rgba(190, 190, 190, 0.2);
}

a.telnum {
    color: #000;
    /* background-color: #fff200; */
    padding: 4px;
    text-decoration: none;
    margin-bottom: 3px;
    font-size: 15px;
    opacity: 0.85;
    transition: all .25s ease-in;
    background-repeat: no-repeat;
    background-position: 4px 95%;
    background-size: 99% 2px;
    background-image: linear-gradient(120deg, #fd0, #fd0);
}


a.telnum:hover {
    opacity: 1;
    background-size: 99% 72%;
    background-position: 4px 65%;
    color: #111 !important;
}


a.saveContact {
    color: #fff200;
    background-color: #000;
    padding: 4px;
    margin: 7px;
    font-size: 8px;
    position: absolute;
    right: 0px;
    top: -7px;
    line-height: 1.5;
    text-decoration: none;
}

a.saveContact:hover {
    color: #111;
    background-color: #fff200;
    text-decoration: none !important;
}

a.saveContact:active {
    text-decoration: none !important;
}


.grouptitle {
    color: black;
    font-size: 12pt;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #f4f4f4;
    padding-bottom: 90px;
    width: 100%;
}

.division-name {
    color: #fff200 !important;
}


.grouptitle>span {

    padding: 6px 9px !important;
    color: #f4f4f4;
    line-height: 120%;
    font-weight: bold;
    margin: 6px 0 8px 0px;
    min-width: 98.8%;
    background-color: #111;
    font-size: 14pt;
    margin-bottom: 25px;
    border-radius: 3px;
}

.grouptitle>span.stick {
    position: sticky;
    top: 94px;
    z-index: 2;
}


.grouptitle-search {
    background: transparent;
    padding-bottom: 2px;

}

.grouptitle-search>span {
    margin: -6px 0 12px 0px;
    padding-bottom: 9px;
    min-width: 100%;
    border-bottom: solid 0px;

}

.groupsubtitle {
    position: relative;
    font-weight: bold;
    font-size: 11pt;
    min-width: 100%;
}

.groupsubtitle>span {
    float: left;
    background-color: #b0b0b0;
    padding: 6px 9px !important;
    line-height: 110%;
    margin: 8px 0 8px 0px;
    min-width: 98.8% !important;

    font-size: 13pt;
}

.arrow {
    float: right;
}

.number1,
.number2 {
    font-size: 10pt;
    background-color: #f8f8f8;
    width: 24.25%;
    min-height: 90px;
    border: solid 1px #ccc;
    padding: 12px 0 12px 0;
    margin: 0;
    position: relative;
    /* border-radius: 9px; */
}


.number1:hover,
.number2:hover {
    background-color: #f4f4f4;
}

.number1 span.person-name,
.number2 span.person-name {
    font-weight: 500;
    font-size: 12pt;
    float: left;
    width: 80%
}


.number1 span.person-numbers,
.number2 span.person-numbers {
    float: left;
    white-space: nowrap;
    width: 94px;
    min-width: auto;
    text-align: left !important;
    margin: 5% 16px 0 0 !important;
}

#pagecontent span.glyphicon {
    float: right;
    position: relative;
    margin: 2px 5px 0 5px;
    background: #fff;
    padding: 3px;
    width: auto;
    min-width: auto !important;
}

#pagecontent span.group-edit {
    float: left;
    margin: 10px 3px 0 -30px;
    border: solid 1px #000 !important;
    z-index: 3;
}

#pagecontent .groupsubtitle span.group-edit {
    float: left;
    margin: 3px 3px 0 -30px;
    border: solid 1px #ccc !important;
}


#pagecontent div.input-group {
    position: relative;
    background-color: #eee;
    padding: 10px 10px;
    min-width: 92%;
    text-align: left;
}

#pagecontent div.input-group input.form-control {
    position: relative !important;
    max-width: 88% !important;
    float: left !important;

}

#pagecontent div.input-group span.input-group-btn {
    float: left !important;
    margin-left: 1px;
    position: relative !important;
}



/* Remove padding */
.row.no-padding,
span.no-padding {
    margin-right: 0;
    margin-left: 0;
}

.row.no-padding>[class^="col-"],
.row.no-padding>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

p {
    margin: 0;
}

.container.no-padding {
    padding: 0;
}

body.nav-padding {
    margin-top: 90px;
}



#nav-logo {

    margin-left: 11px;
    max-height: 54px;
    margin-top: 12px;
}

#bs-example-navbar-collapse-1 {

    max-width: 900px;
    float: right;
    margin: 10px 20px 0 0;
}

.navbar-brand {
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 160px;
}

#navbar-footer {
    padding-left: 45px;
}

.content-page-padding {
    padding-left: 60px;
    padding-right: 25px;
}

.navbar-mobile>div.container-fluid {
    padding-bottom: 15px;
}

.navbar>div.container-fluid {
    padding-right: 25px;
}

.navbar-mobile>div.container-fluid>div.navbar-collapse {
    margin-top: 15px;
}

.navbar-header {
    height: 60px;
}

.btn-clicked {
    background-color: #fff200;
}

.nav-search-bar {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 45px;
}

.link-no-padding {
    padding: 0;
}

nav.navbar {
    background-color: white;
}

.nav-no-padding {
    padding: 0px;
}

footer {
    position: fixed;
    height: 100px;
    bottom: -3px;
    width: 100%;
    background-color: white;
    margin-bottom: 0px;
    z-index: 2;
    border-top: solid 1px #ccc;
}

footer img {
    max-width: 900px !important;
    margin: 3px auto;
}



.form-group-edit,
.form-person-edit,
.form-addPerson,
#form-delete-person {
    display: none;
}


.login-no-padding {
    padding-top: 0px !important;
}

.login-wapper {
    margin-top: 30px;
}

.login-nav {
    padding-top: 22px;
}

button#presPer,
button#presGro {
    border-radius: 10px;
}

@media (max-width: 1440px) {

    .number1,
    .number2 {
        width: 32.25%;
        margin: 2px 0.6% 12px 0 !important;
    }
}


@media (max-width: 1145px) {

    #bs-example-navbar-collapse-1 {
        max-width: 600px;
    }

    .cont-num {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 879px) {

    .number1,
    .number2 {
        width: 49%;
        margin: 2px 0.8% 12px 0 !important;

    }

    .grouptitle>span {
        position: sticky;
        top: 94px;
        z-index: 2;
    }

}

@media (max-width: 837px) {

    #bs-example-navbar-collapse-1 {
        max-width: 520px;
    }
}


@media (max-width: 767px) {
    .content-page-padding {
        padding-left: 5px;
        padding-right: 5px;
    }

    .number1,
    .number2 {
        width: 98.5%;
        margin: 2px 0% 12px 0 !important;

    }

    #nav-logo {
        margin-left: 10px;
        max-height: 35px;
        margin-top: 6px;
    }

    .grouptitle>span,
    .grouptitle>span.stick,
    .grouptitle-search span:first-child {

        position: sticky;
        top: 74px;
        z-index: 2;
        margin-bottom: 20px;
    }


    .navbar-collapse {
        min-width: 99% !important;
        border: 0px;
        margin: 0;
        white-space: nowrap;
        padding: 0 1% 0 0;
    }

    .navbar-collapse .btn-group {
        position: relative;
        margin: 12px 0 0 6px;
        float: left;
        width: auto;
        clear: none;
    }

    .navbar-collapse .input-group {
        position: relative;
        margin: 12px 0 0 06px;
        float: left;
        clear: none;
        max-width: 72%
    }

    #pagecontent {
        margin: 0 1% !important;
    }
}


/*  LOG PAGE */
#statistic {
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 100;
}

#logResult {
    position: relative;
    top: 0;
}


/*.navbar-collapse {
gap	min-height:280px;
	max-height:400px;
}*/

.row.no-padding.group-23.groupsubtitle {
    display: flex;
    flex-direction: column;
}

.cont-num {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.grouptitle>span {
    width: 100%;
}

.number1,
.number2 {
    width: 100%;
}

.row.justify-content-center.login-form {
    display: flex;
    justify-content: center;
}

.login-form .card-body {
    background-color: #fff;
    padding: 40px 30px;
}

.row.justify-content-center.login-form>div {
    max-width: 350px;
}


.header_nav_custom {
    text-align: right;
    color: #000000;
    width: 100%;
    margin: 0;
    position: relative;
    float: right;
    clear: both;
    padding: 0;
}

.header_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 30px;
    position: relative;
    height: auto;
    margin: 0;
}

.header-brand {
    display: block;
    width: 90%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
    min-height: 32px;
    max-height: 32px;
}

.main_container {
    float: left !important;
}

.container {
    max-width: 1024px;
    float: left;
}

.form-group .form-control {
    width: 100%;
    display: block;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 9px 2% 9px 2%;
    border: solid #c0c0c0 1px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    height: auto;
    box-sizing: border-box;
}

.header-brand {
    min-height: 50px;
    max-height: 50px;
    width: 100%;
}

.form-group .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 27px;
    line-height: 22px;
    margin-right: 15px;
    /* margin-bottom: 5px; */
    color: #a1a1a1;
}

.form-group .checkbox input {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    cursor: pointer;
    margin: 0;
}

.form-group input,
.form-group label {
    width: 100%;
    display: flex;
}

.pf-c-button.pf-m-primary {
    width: 100%;
    max-width: 100%;
    left: auto;
    margin: 10px 0px;
    position: relative;
    text-align: center;
    border: none;
    font-family: 'Chroma-Black', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    color: #000000;
    background-color: #fff200;
    font-weight: bold;
    display: inline-block;
    padding: 10px 10px 7px 10px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 1.5;
}

.form-arrow-link {
    margin-bottom: 1rem;
    font-size: 16px;
}

.form-arrow-link a {
    position: relative;
    background-image: linear-gradient(#fff200, #fff200);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in;
    font-size: 16px;
    font-weight: 300;
    left: auto;
    margin: 0;
    text-decoration: none;
    color: #111;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.main_container {
    float: right;
}

.main_container {
    padding-top: 60px;
}

.main_container {
    position: relative;
    padding: 60px 0 50px 0;
    clear: both;
}

.login-form-wrapper {
    width: 50%;
    max-width: 400px;
}

.header_nav_custom {
    text-align: right;
    color: #000000;
    margin: 0;
    position: relative;
    float: right;
    clear: both;
    padding: 0;
    width: 50%;
}

.main_container {
    position: relative;
    padding: 60px 0 50px 0;
    clear: both;
    width: 50%;
}

.login-form-wrapper {
    width: 50%;
    max-width: 400px;
    padding-left: 50px;
    margin-left: 10%;
}

.login-form-title {
    font-weight: 700;
    font-size: xx-large;
    line-height: 1.5;
}

.bg-header {
    height: 10vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-right {
    height: 70vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden !important;
}

/* .right-bg {
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 700px;
}  */

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #fd0;
  border: 1px solid #fd0;
}

.row {
    margin-right: 0 !important;
}

.form-group {
    margin-top: 15px;
}

@media (max-width: 1700px) {
    .bg-header {
        background-position-y: 0px;
    }
}

@media (max-width: 1180px) {

    .cont-num {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media (max-width: 879px) {

    .cont-num {
        grid-template-columns: 1fr 1fr;
    }

    .container {
        max-width: 1024px;
    }

    .bg-right {
        height: 50vh;
    }
}

@media (max-width: 572px) {

    .cont-num {
        grid-template-columns: 1fr;
    }

    .header_content {
        float: right;
        align-items: flex-end;
    }

    .bg-right {
        height: 30vh;
    }
}