/* * {
    box-sizing: border-box;
} */

body {
    background-color: #F2F2F2;
}


.fa-user:before {
    content: "\f007";
    font-size: 16px;
}

#calendar .fc-event-title {
    white-space: normal;
}

.navbar {
    background-color: #ffffff;
}

.btn-main {
    background-color: #001c40;
    color: white;
}

ul li {
    list-style-type: none;
}

/*.card{
    background-color:#001c40;
}

.card_link{
    color: white;
}

.container-card-group{
    position: relative;
    top:50px;
}*/

.nav-link {
    color: rgb(136, 136, 136);

}

.btn-primary {
    color: white;
}

.nav-item {
    color: white;
}

.nav-link:active {
    color: white;
}

/*icona indexGestionale*/
.fas {
    color: white;
}

.far {
    color: white;
}

/*loginForm*/
.formLogin {
    position: absolute;
    top: 30%;
    background-color: #dcd6d6;
    border: 1px solid #00b74a;
    border-radius: 5px;
}

.linea {
    border-bottom: 1px solid #ced4da;
}

.fc-day-sat,
.fc-day-sun {
    background-color: #dee9f2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


/* footer {
    width: 100%;
} */

/*gestioneUtenti*/
.mul-select {
    width: 100%;
}

/*hrRapportini*/
#paginazione a {
    font-size: 18px;
}

.bollini a {
    /* position: relative; */
    display: inline-block;
    margin: 0 2px;
    padding: 5px;
    width: 0;
    border-radius: 50%;
    background: yellow;
    /* -webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff; */
    background: yellow;
    padding: 6px;
    /* -webkit-box-shadow: none;
	box-shadow: none; */

}

#nomeUtente {
    color: white;
}

#pickPersonModalBody li:hover {
    border-width: 0 0;
    background-color: #0d6efd;
    color: #FFFFFF;
    cursor: pointer;
}

#logout {
    position: relative;

}

#bottoneModal {
    max-width: 28px;
    position: relative;
    left: -5px;
    max-height: 33px;
    bottom: -34px;
}

#bottoneEliminaRapportino {
    position: sticky;
    right: 75.5%;
}

#areaTesto {
    padding: 1%;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100px;
}

#TxtArea {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 210px;
    max-height: 210px;
}

#SaveButton {
    font-size: 16px;
    color: white;
    position: sticky;
}

#btnDeleteUser {
    width: 59px;
}

#deleteTitle {
    position: relative;
    right: 12px;
}

#aggiungiUtente {
    position: relative;
    top: 70%;
}

.tooltip-inner {
    background-color: #5c5c5c;
}

.img-profile {
    position: relative;
    left: 22.5%;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    object-fit: cover;
}

.img-profile-small {

    left: 0;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    top: 20px;
}

.loading-icon {
    display: none;
}

.spinner-border {
    height: 20px;
    width: 20px;
}

#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
}

.rapportino_durataAttivitaCard {
    margin-top: 10px;
    border-radius: 15px;
    background-color: white;
    height: 110px;
}

.MClass {
    color: #1c1c1c;
    font-size: 15px;
    text-align: center;
    position: relative;
    top: 13%;
}

#replica_calendar td {
    border: 1px solid #DEDEDE;
    padding: 7px 29px;
    color: #333333;
    text-align: center;
}

#replica_calendar .heading-row td {
    font-weight: 700;
    color: #777777;
}


#replica_calendar td.row-selector-full {
    padding: 7px 0px;
}

#replica_calendar td .fas {
    color: #777777;
}

#replica_calendar td.weekend-cell {
    background: #ECECEC;
}

#replica_calendar td.replica_cell_disabled {
    background: #CCCCCC;
    color: #666666;
}

#replica_calendar td.replica_cell.selected {
    background: #1266f1;
    color: white;
}

#replica_calendar td.replica_cell.currentDay {
    background: #00b74a !important;
    color: white;
}

#replica_calendar td.blocked-cell {
    background: #ff2b41 !important;
    color: white;
}

#replica_calendar td.warning-cell {
    background: #fbff2b !important;
    color: white;
}

#tabCandidati .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #00b74a;
    border-color: #00b74a;
    border-radius: 5px;
}

#tabCandidati .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: #00b74a;
    border-radius: 5px;
}

#btn-search {
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    white-space: nowrap;
    border-radius: 20px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    z-index: 0;
    position: relative;
}

#btn-reset {
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    white-space: nowrap;
    border-radius: 20px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    z-index: 0;
    position: relative;
}

.inputSkill {
    background-image: none
}

.inputSkill::after {
    content: none;
}

.messageContainer .error-message {
    border: 1px solid #811211;
    border-radius: 4px;
    color: #811211;
    background-color: #fcd3d2;
    padding: 12px;
    align-content: center;
}

.messageContainer .success-message {
    border: 1px solid #3ea66d;
    border-radius: 4px;
    color: #3ea66d;
    background-color: #dcf8e7;
    padding: 12px;
    align-content: center;
}

.messageContainer .warning-message {
    border: 1px solid #ccaf50;
    border-radius: 4px;
    color: #ccaf50;
    background-color: #fff7df;
    padding: 12px;
    align-content: center;
}

/**.input-field .pills {    
    border-radius: 20px;
    border: 0;  
    padding-right: 30px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    min-height: 40px;
    border-radius: 20px; 
    display: flex;
    display: -ms-flexbox;   
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}**/

.advanced-search {
    background-color: #fff;
    padding: 30px 15px;
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    margin-bottom: 15px;
}

.search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e4e4e4;
    background-color: #fff;
    margin: 15px 0 16px;
    padding: 8px;
    min-height: 64px;
    overflow: hidden;
}

.search-icon {
    color: black;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: .1;
    cursor: pointer;
}

.search__result,
.search-filter-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.search-input {
    border: none;
    flex-grow: 1;
    padding: 10px 15px;
}

.search__reset {
    color: #627999;
    border: none;
    background: none;
    margin-right: 15px;
    transition: .35s;
    cursor: pointer;
}

.buttonRounded {
    border-radius: 100px;
    margin-right: 8px
}

#inputRicercaCandidato:focus {
    outline: none;
}

#tabAnagrafica,
#tabCompetenze,
#tabDocumenti,
#tabBenefit,
#tabNote {
    position: relative;
    bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 10px 0 5px -2px rgb(233, 233, 233);
    margin-top: 5px;
    padding: 30px 50px;
    height: auto;


}

.btnPage {
    height: 82px;
    font-size: 20px;
}

.badge23 {
    display: inline-block;
    padding: 0.30em .4em;
    font-size: 75%;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #fff;
}

.candidate-info {
    color: #5b5b5b;
    font-size: 15px;
}

.current-occupation,
.current-location,
.education {
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;

    clear: left;
}

hr.divider {
    border-bottom: solid rgba(0, 0, 0, .125);
    /*background: #a2a2efb8;
    height: 1px;*/
}

.skills-container>ul>li {
    float: left;
    display: block;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #00b74a;
}

.contacts-container {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-left: 1px;
    font-size: 13px;

}

.contacts-container .horiziontal {
    display: inline;
    border-left: 2px solid;
    padding-left: 0.3em;

}

.wrapper {
    width: 100%;
    margin-top: 48px;
    margin-left: 16px
}

@media(max-width:992px) {
    .wrapper {
        width: 100%
    }
}

.panel {
    margin-bottom: 5px
}

.panel-title {
    margin-bottom: .0rem
}

.panel-collapse {
    background: #fff;
    border-bottom: 1px solid #d5d5d5
}

.panel-heading {
    padding: 0;
    border: 0;
    padding: 9px 3px !important;
    border-radius: 4px;
}

.panel-body {
    padding: 13px
}

.panel-title>button {
    padding: 10px;
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.panel-default>.panel-heading {
    color: #282b2f;
    background-color: #ffffff !important;
    /*border-bottom: 1px solid #d5d5d5*/
}

.option-input {
    position: relative;
    top: -8.66667px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 24px;
    width: 24px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000
}

.option-input:hover {
    background: #9faab7
}

.option-input:checked::before {
    height: 24px;
    width: 24px;
    position: absolute;
    display: inline-block;
    font-size: 14.66667px;
    text-align: center;
    line-height: 26px
}

.option-input:checked::after {
    display: block;
    position: relative;
    z-index: 100
}

.checkboxDiv input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -4px !important;
    margin-top: 9px
}

input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px
}

.ml-10 {
    margin-left: 10px;
    font-size: 12px;
    color: #080808
}

.filter-button.btn-out {
    outline: 1px solid #fff;
    outline-offset: -5px
}

.filter-button {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 11px;
    padding: 10px 19px;
    cursor: pointer;
    color: #fff
}

.refine {
    padding: 0px 0px !important
}

.candidate-details {
    justify-content: space-between;
    padding: 4px 16px 0;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(64 81 110 / 10%);
    border: 1px solid #d3d3d3;
    /**border-left: 6px solid #0c75ff;**/
}

.candidate-name {
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.titleContainerBordered {
    background: #fff;
    border: 1px solid #d5d5d5;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 4px;
}

.titleContainerForm {
    background: #fff;
    border-bottom: 1px solid lightgrey;
    font-size: 21px;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 4px;
}

.filter-reset {
    color: #627999;
    border: none;
    background: none;
    transition: .35s;
    cursor: pointer;
    float: right;
}

.pillCompetenza,
.filterLabel {
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 20px;
}

.iframe-size {
    width: 100%;
    height: 100%;
}

.table.tabellaCandidati th {
    border: 0;
}

.table.tabellaCandidati {
    min-width: 650px;
}

.inputBenefitRow {
    display: flex;
    align-items: center;
    height: 5rem;
    vertical-align: middle;
    border-bottom: 1px solid rgba(189, 193, 200, 0.5);
}

.inputBenefitRow .inputCifra,
.inputBenefitRow .inputQuantita {
    margin-left: 1rem;
}

.inputBenefitRow .benefitInput {
    margin-left: 1rem;
}

.textMutedSmall {
    color: #757575 !important;
    font-size: .875em;
    font-weight: 400;
}

.texBoldSmallMb1 {
    font-weight: 700 !important;
    margin-bottom: 0.25rem !important;
    font-size: .875em;
}

.texBoldSmallMb0 {
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    font-size: .875em;
}

.buttonFixedHeight {
    height: 36px;
    max-width: 57px;
}

.buttonContentCenterM1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}


.rowFlexAlignCenterJustifyCenter {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.divFlexAlignCenter {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.checkboxLabelInlineCenterContainer {
    position: absolute;
    top: 60%;
    /**60%**/
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0.375rem 0.75rem;
}

.buttonWrapperFixedBottomEnd {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.buttonWrapperFixedBottomEnd>button {
    position: relative;
    top: 30%
}

.verticalAlignMiddle {
    vertical-align: middle !important;
}

.roundedCorners5px {
    border-radius: 5px;
}

.pLeftRight {
    padding-left: 12px;
    padding-right: 12px;
}

#navbar_title:hover{
    cursor: pointer;
}

span > a{
    color:rgb(136, 136, 136);
}