/**
* Template Name: Area Riservata Assisai
* Updated: 23 Maggio 23 with Bootstrap v5.2.3
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  background: #f6f9ff;
  color: #333;
  position: relative;
  min-height: 100vh;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.text-green{
  color:#2eca6a!important;
}

.text-red{
  color: #FF0000!important;
}

.text-orange{
  color:#FF6C2F!important;
}

.text-yellow{
	color:#ca9801!important;
}

#ctl00_cphContenuti_TblComunicazioni .text-yellow{
	color:#fff!important;
}

.text-blu{
  color:#01c1ea!important;
}

legend {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid lightgrey;
  text-transform: uppercase;
}


.spinner-border {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  margin-right: 10px;
  --bs-spinner-border-width: 0.1em;
}

#btnTutorial {
  background: #FF6C2F;
  color: #fff;
  justify-content: center;
}

li {
  list-style: none;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 0px 20px 30px;
  transition: all 0.3s;
  position: relative;
  min-height: 100vh;
  padding-bottom: 200px !important;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
    padding-bottom:350px !important
  }
}

.w-md-25{
  width: 25% !important;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 40px;
}

.pagetitle h1 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #FF6C2F;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f8804c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}


/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #e0f8e9;
  border-color: #d1e7dd;
}

.bg-success-light-nota {
  background-color: #2699d6;
  border-color: #2699d6;
  color:#fff;
}

.bg-success-light-nota a { color:#fff!important;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}




/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 15px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

.card-body {
  padding: 0 15px 15px 15px;
  font-size: 15px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

.h-card-xxs{
  min-height: 180px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  text-align: center;
  border: 1px solid #FF6C2F;
}

.h-card-xs{
  min-height: 230px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

.h-card-m{
  min-height: 410px;
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #333;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #8F918E;
  font-weight: 600;
}

.breadcrumb a {
  color: #8F918E;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #8F918E;
}

.breadcrumb .breadcrumb-item::before {
  color: #8F918E;
}

.breadcrumb .active {
  color: #333;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 2;
  background-color: #fff;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .logo {
    width: 300px;
  }
}

.logo img {
  max-height: 50px;
  margin-right: 6px;
}


.header {
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #FF6C2F;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 20px;
  padding: 0 5px;
  cursor: pointer;
  color: #8F918E;
  background-color: #EBF0EC;
  border-radius: 5px;
  margin-left: -15px;
}

@media screen and (max-width:800px){
  .logo{
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo img{
    margin-right: 40px;
    margin-left: 10px;
    max-height: 30px;
  }
}



/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
  padding: 0;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav li{
 margin: 0;
}



.header-nav .nucleo-item {
  padding: 15px 10px;
  transition: 0.3s;
  min-width: 240px;
  border-bottom: 1px solid var(--bs-dropdown-divider-bg);
  margin: 0;
}

.header-nav .nucleo-item a {
  display: flex;
  align-items: center;
}

.header-nav .nucleo-item img {
  margin: 0 10px 0 5px;
  max-height: 40px;
  
}

.header-nav .nucleo-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .nucleo-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .nucleo-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .nav-profile img {
  max-height: 40px;
  background-color:#efefef;
  padding: 5px;
  margin-left: 10px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}


.dropdown-footer a {
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;

}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
    width: 100% !important;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #FF6C2F;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.img-nav-link {
  width: 20px;
  margin-right: 10px;
}

.sidebar-nav .nav-link.collapsed {
  color: #333;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #FF6C2F;
  background: #f6f9ff;
}


.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #FF6C2F;
}


.customer-care {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
}

.customer-care h5 {
  text-align: center;
  color: #FF6C2F;
  font-weight: 700;
  font-size: 16px;
}

.customer-care span{
    text-align: center;
    font-size: 14px;
}

.social{
  text-align: center;
}


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
  padding-top: 10px;;
  border-radius: 15px;
}



.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}


/* Codice iscritto */
.insured-card{
  background-color: #FF6C2F;
  color: #fff;
  text-align: center;
}

/* Comunica con Assidai */
.comunication-card{
  border: 1px solid #FF6C2F;
}


/* Piano sanitario */
.plan-card{
  border: 1px solid #FF6C2F;
  text-align: center;
}

/* Ricerca ente sanitario */
.ente-card{
  border: 1px solid #FF6C2F;
  text-align: center;
}
/* Andrea 20230720 */
.ddFamiliari ul {
    margin-bottom: 0!important;
}
/* Fine Andrea 20230720 */
/* Nucleo familiare */
.list-card{
  border: 1px solid #2699d6; /*#83CCD6*/
  text-align: center;
}

.item-list-familiari{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 3px;
}

.item-list-familiari:hover {
  background: #f6f9ff;
}

.dati{
  text-align: left;
  margin-left: 10px;
  color: #000;
}

.dati h5{
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 0;
}

/*Lista documenti*/

.item-list-doc{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3 ;
}

.item-list-doc:hover {
  background: #f6f9ff;
}

/*Banner*/
.banner-card{
  background-color: #fff;
  border: 1px solid #2699d6;
  padding: 1px 0 !important;
  background-image: url('https://servizi.assidai.org/templates/assets/img/banner_v1.png'); 
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*Banner*/
.banner-card-old{
  background-color: #fff;
  border: 1px solid #2699d6;
  padding: 1px 0 !important;
  background-image: url('https://servizi.assidai.org/templates/assets/img/banner-strutture_sanitarie.jpg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*Button*/



.btn_orange{
  background-color:#FF6C2F;
  color:#fff;
  padding: 10px 15px;
  border: 1px solid #FF6C2F;
}


.btn_orange_ouline{
  border: 1px solid #FF6C2F;
  color:#FF6C2F;
  padding: 10px 15px;
}

.btn_blu{
  background-color:#2699d6;
  color:#fff;
  padding: 10px 15px;
  border: 1px solid #2699d6;
}

.btn_blu:hover{
  background-color:#6c757d;
  color:#fff;
}



.btn_orange:hover{
  background-color:#6c757d;
  color:#fff;
}

.btn_orange_ouline:hover{
  border: 1px solid #2699d6;
  color:#6c757d;
}
.btn_aqua_ouline{
  border: 1px solid #2699d6;
  color:#2699d6;
  background-color: #fff;
  padding: 10px 15px;
}

.btn_aqua_ouline:hover{
  border: 1px solid #6c757d;
  color:#6c757d;
  background-color: #fff;
}
/* OLD
.btn_aqua_ouline{
  border: 1px solid #83CCD6;
  color:#83CCD6;
  background-color: #fff;
  padding: 10px 15px;
}

.btn_aqua_ouline:hover{
  border: 1px solid #6c757d;
  color:#6c757d;
  background-color: #fff;
}
*/
.btn-outline-secondary {
  background: #FF6C2F;
  color: #ffffff;
  border: 0;
}

.btn-outline-secondary:hover{
  background:#6c757d;
}
/*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/
    .footerLogin{
        padding: 20px 30px;
        font-size: 13px;
        transition: all 0.3s;
        border-top: 1px solid #cddfff;
        background-color: #2D2D2D;
    }
    .footer {
      padding: 20px 30px;
      font-size: 13px;
      transition: all 0.3s;
      border-top: 1px solid #cddfff;
      background-color: #2D2D2D;
      position: absolute;
      bottom: 0;
      width: calc(100% - 300px) !important;
      height: 130px !important;
    }
    .copyright {
      display: flex;
      flex-direction: column;
      color: #999DA7
    }
    .utility {
      font-size: 13px;
    display: flex;
    flex-direction: column;
    text-align: end;
    color: #fff;
    }
    
    @media  screen and (max-width: 1199px){
      .footer{
        width: 100% !important;
    }
    }
    @media screen and (max-width:768px){
      .footer{
        height: 250px !important;
      }
      .copyright{
        text-align: center;
      }
     .copyright img{
        margin: auto;
      }
       .utility {
        text-align: center;
        flex-direction: column;
        padding-top: 2em;
      }
    }


/*--------------------------------------------------------------
# PAGE LOGIN/RESET PASSWORD
--------------------------------------------------------------*/

.bg-img{
  background-image: url('https://servizi.assidai.org/templates/assets/img/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}


/*--------------------------------------------------------------
# PAGE NUCLEO FAMILIARE
--------------------------------------------------------------*/


.title-posizione{

}

.posizione-assidai{
  font-weight: 700;
}

/*--------------------------------------------------------------
# TABLE
--------------------------------------------------------------*/

table>tbody {
  vertical-align: middle;
}

td {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# BLOCCO ACCESSO
--------------------------------------------------------------*/

.accesso {
  /*background: #cfe2ff;   color: #084298; */
  border-radius: 10px;
  padding: 5px;
   background: #2699d6;   color: #fff;
  font-size: .875em;
}

.accesso .card-header {
  /*background: #084298;  color: #fff; */
    background: #fff;  color: #2699d6;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  margin-right: 10px;
}

/*--------------------------------------------------------------
# PAGE COMUNICA CON ASSIDAI
--------------------------------------------------------------*/
.modal-header {
  background: #FF6C2F;
  color: #fff;
}

.modal-title {
  font-size: 20px;
}

hr.start {
  border: 1px dashed #83CCD6;
}

#buttonSearch{
  background: transparent;
  border: 0;
  position: relative;
  left: -30px;
}


/*--------------------------------------------------------------
# STATI
--------------------------------------------------------------*/

.status{
  width:120px;
}

/*Attivo*/

.stato-attivo{
  /* background-color: #68caf63b;  color:#68caf6 */
  background-color: #2699d6;  color:#ffffff; text-align:center;
}


/*Non attivo*/

.stato-non-attivo{
  background-color: #efefef;
  color:#737373; text-align:center;
}

/*In corso*/

.stato-verifica{
  background-color: #fff3cd;
  color:#ffc000; text-align:center;
}