/* * * cache admin * * */
.cache_off {
	font-size:15px;
	color:#fff;
	padding: 6px 0 6px 0;
	text-align:center;
	background-color:#666;
}
/* * * header * */
html, 
body {
    height: 100%;
    background-attachment: fixed;
}
body {
    font-family: 'Poppins', sans-serif;
	 font-weight:400;
     font-size: 16px;
     color:#111;
    /* background-image: radial-gradient(ellipse at center bottom, #afbbda, #c6bed7, #d5c4d3, #dcccd1, #ddd5d5);*/
     background-image: radial-gradient(ellipse  at center bottom, rgba(174, 190, 219, 1) 0%, rgba(228, 228, 228, 1) 70%, rgba(228, 228, 228, 1) 100%);
     background-attachment: fixed;
     background-size: 200% 100%;
     background-position: center bottom;
     background-repeat: no-repeat;
     width:100%;
}
a {
    color:#111;	
    text-decoration: none;
}
a:hover {
	text-decoration:none;
	color:#111;	
}
a:focus {
	outline:none;	
	text-decoration:none;
}
button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}
.btn:focus, button:focus {
    box-shadow: 0 0 0 0;
}
.form-control:focus {
    border-color:#B8B5B1;
    outline: 0;
    box-shadow: none;
  }
.btn.focus, .btn:focus, button:focus,  .btn:active:focus {
    box-shadow: none;
    outline: none;
    text-decoration: none;
   
  }
.btn-close:focus {
    box-shadow: 0 0 0 0;
  }

.img-responsive-wrapper {
    overflow: hidden;
}
.img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.img-responsive-wrapper .img-responsive .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom:0;
}
.img-responsive-wrapper .img-responsive .img-wrapper img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.btn-primary {
    color: #fff;
    background-color: #111;
    border-color: #111;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
    fill:#fff;
    padding:10px 24px;
    border-radius: 30px;
  }
.btn-primary svg {
    width:31px;
}
.btn-primary:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.btn-primary:active {
    background-color: #27335B!important;
    border-color: #27335B!important;
}
.btn-secondary {
    color: #111;
    background-color: transparent;
    border-color: #111;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
    fill:#111;
    padding:10px 24px;
    border-radius: 30px;
  }
.btn-secondary svg {
    width:31px;
}
.btn-secondary:hover {
    background-color: transparent;
    border-color: #111;
    color: #111;
}
.btn-secondary:active {
    background-color: #7C86A7!important;
    border-color: #7C86A7!important;
}
.btn-check:active + .btn, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:active {
    color: #fff;
    background-color: #27335B;
    border-color: #27335B;
}
.container {
    max-width: 100%;
}
@media (min-width: 576px) { 
    .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) { 
    .container {
        max-width: 100%;
    }
}
@media (min-width: 992px) { 
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1200px) { 
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1400px) { 
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666666%;
    }
}
.py-xl {
    padding:150px 0;
}
.py-lg {
    padding:90px 0;
}
.py-md {
    padding:60px 0;
}
.py-sm {
    padding:50px 0;
}
.pb-lg {
    padding-bottom:100px;
}
.py-6 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-6 {
    padding-top: 80px;
}
@media (min-width: 768px) {
    .py-xl {
        padding:200px 0;
    }
    .py-lg {
        padding:120px 0;
    }
    .py-md{
        padding:80px 0;
    }
    .py-sm {
        padding:60px 0;
    }
    .pb-lg {
        padding-bottom:120px;
    }
    .py-md-6 {
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
    .pt-6 {
        padding-top: 120px;
    }
}
@media (min-width: 992px) {
    .py-xl {
        padding:270px 0;
    }
    .py-lg {
        padding:160px 0;
    }
    .py-md {
        padding:120px 0;
    }
    .py-sm {
        padding:80px 0;
    }
    .pt-6 {
        padding-top: 120px;
    }
    .pb-lg {
        padding-bottom:160px;
    }
    .py-lg-6 {
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
}

  
/* * * header * */
.header {
    padding:12px 0;
}
.logo {
    max-width:62px;
    display: flex;
}
.btn-icon {
    width:46px;
    min-width: 46px;
    height:46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,1);
    border-radius: 50px;
    margin-left:6px;
}
.btn-icon:hover {
    background-color: rgba(255,255,255,0.7);
}
.btn-icon:active, .btn-icon:focus, .btn-icon.show {
    border:none;
    background-color: rgba(255,255,255,0.7)!important;
}
.btn-icon svg {
    height:20px;
    width:20px;
    fill:#111;
}
.navbar-nav {
    margin-top: 24px;
}
.navbar-expand-lg .navbar-nav .nav-item {
    margin-bottom:10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.9375rem;
    color: #111;
    padding:12px 24px;
    border-radius: 50px;
}
.navbar-nav .nav-link.active {
    background-color: #111;
    color: #fff;
    
}
.dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
    border: none;
    background-color: #F9F9F9;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item.active, .dropdown-item:active {
    background-color: rgba(0,0,0,0.05);
    color:#111;
}
@media (min-width: 576px) {
    .header {
        padding:16px 0;
    }
}
@media (min-width: 768px) {
    .header {
        padding:24px 0;
    }
    .btn-icon {
        width:52px;
        min-width: 52px;
        height:52px;
    }
    .btn-icon svg {
        height:22px;
        width:22px;
        fill:#111;
    }
}
@media (min-width: 992px) {
    .navbar-nav {
        margin-top: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        margin-bottom:0;
    }
    .head-sx {
        width:20%;
    }
    .head-dx {
        width:20%;
    }
    .btn-icon {
        width:56px;
        min-width: 56px;
        height:56px;
    }
    .btn-icon svg {
        height:24px;
        width:24px;
        fill:#111;
    }
}
.dropdown-profile {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
    border: none;
    min-width: 250px;
    background-color: #F9F9F9;
    right: -50px!important;
  }
@media (min-width: 1200px) {
    .dropdown-profile {
        right: -4px!important;
    }
}
.dropdown-profile-top  {
    padding:10px 18px 14px 18px;
    border-bottom:1px solid #D7D2D4;
    text-align: left;
    display: flex;
  flex-direction: column;
}
.mt-profile-top {
    font-size: 1.0625rem;
    font-weight: 500;
    color:#111;
}
.st-profilo-top {
    font-size: 0.8125rem;
    font-weight: 400;
    color:#556081;
}
.dropdown-profile-bottom {
    padding:14px 18px 10px 18px;
}
.dropdown-profile-bottom ul {
    list-style-type: none;
    padding: 0;
    margin:0;
}
.dropdown-profile-bottom ul li a {
    padding:2px 0;
    color:#111;
    display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.table-row{
    cursor:pointer;
}
/* * dashboard * */
.heading-page {

}
.heading-page h1 {
    font-size:1.375rem;
    font-weight: 500;
    margin-bottom:24px;
}
.wrapper-main {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius:20px;
    padding:32px 20px;
    min-height: calc(100dvh - 206px);
}
.table tr th, .table tr td {
    background-color: transparent;
    font-weight: 400;
    vertical-align: middle;
   
}
.table > :not(caption) > * > * {
    border-color: rgba(174, 190, 219, 0.6);
}/*
.table tr {
    border-color: rgba(0, 0, 0, 0.08);
}*/
.table tr td {
    padding-top:16px;
    padding-bottom:16px;
}
.table tr th {
    font-size:0.875rem ;
    color:#686F7C;
}
.table tr td {
    font-size:0.9375rem ;
    color:#111;
}
.table-syl .btn-icon {
    width:46px;
    height: 46px;
    min-width: 46px;
    margin: 0;
    display: inline-flex;
}
.table-syl .btn-icon svg {
    width:20px;
    height: 20px;
}
.page-wrapper {
    padding:32px 0 0 0;
}
table.table>tbody>tr:hover td {
    box-shadow: inset 0 0 0 9999px rgba(174, 190, 219, 0.3);
}
table.table>tbody>tr.active td {
    box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.7);
    font-weight: 500;
}

table.table>tbody>tr.active td .btn-icon {
    background-color: rgba(175, 191, 219, 0.9);
}
table.table>tbody>tr.active td .btn-icon svg {
    fill:#fff;
}
.rescue-code {
    padding:2px 8px;
    border-radius: 8px;
}
.rescue-code-1 {
    background-color: #fff;
    color:#111;
    border:1px solid #CECECF;
}
.rescue-code-2 {
    background-color: #5EBA7D;
    color:#fff;
    border:1px solid #5EBA7D;
}
.rescue-code-3 {
    background-color: #CD6969;
    color:#fff;
    border:1px solid #CD6969;
}
.rescue-code-4 {
    background-color: #111;
    color:#fff;
    border:1px solid #111;
}
.btn-readmore {
    color: #111;
    font-size: 0.9375rem;
    font-weight: 400;
    padding: 10px 24px;
    border-radius: 30px;
    border: 1px solid #111;
    margin-top: 32px;
}
.btn-readmore:hover {
    color: #111;
    background-color: rgba(174, 190, 219, 0.3);
    border: 1px solid #111;
}
@media (min-width: 576px) {
    .wrapper-main {
        padding:32px 24px;
        min-height: calc(100dvh - 220px);
    }
    .page-wrapper {
        padding:40px 0 0 0;
    }
}
@media (min-width: 768px) {
    .wrapper-main {
        min-height: calc(100dvh - 264px);
    }
    .page-wrapper {
        padding:60px 0 0 0;
    }
    .heading-page h1 {
        font-size:1.5rem;
    }
    .table tr td {
        font-size:1rem ;
    }
    .table tr td {
        padding-top:12px;
        padding-bottom:12px;
    }
    .rescue-code {
        padding:4px 10px;
        border-radius: 10px;
    }
    .btn-readmore {
        font-size: 1rem;
        padding: 12px 32px;
        border-radius: 30px;
        margin-top: 32px;
    }
}
@media (min-width: 992px) {
    .wrapper-main {
        padding:32px 32px;
        min-height: calc(100dvh - 288px);
    }
    .page-wrapper {
        padding:80px 0 0 0;
    }
    .heading-page h1 {
        font-size:1.625rem;
    }
    
}
/* * modale dettaglio * */
.modal-rescue-detail .modal-content {
    background-color:#EAEEF5;
    border: none;
}
.modal-rescue-detail .modal-footer {
   border:none;
}
.title-modal {
    font-size:1.1875rem;
    font-weight: 500;
    color:#111;
}
.rescue-name {
    font-size:1.25rem;
    font-weight: 500;
    color:#111;
}
.rescue-data-item {
    background-color: #fff;
    border-radius: 8px;
    align-items: center;
    padding:10px 10px;
    min-height: 54px;
    margin-bottom: 6px;
}
.rescue-data-label {
    width:100%;
    font-size: 0.9375rem;
    color:#5A5A5A;
    margin-bottom: 5px;
}
.rescue-data-value {
    width:100%;
    font-size: 0.9375rem;
    color:#111;
}
.rescue-heading {
    font-size: 0.875rem;
}
.rescue-date {
    font-size: 0.875rem;
}
@media (min-width: 576px) {
    .modal-rescue-detail .modal-dialog {
        max-width: 100%;
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media (min-width: 768px) {
    .rescue-heading {
        font-size: 1rem;
    }
    .rescue-date {
        font-size:1rem;
    }
    .rescue-name {
        font-size:1.3125rem;

    }
    .rescue-data-item {
        display: flex;
    }
    .rescue-data-label {
        width:40%;
        font-size: 1rem;
        margin-bottom: 0;
    }
    .rescue-data-value {
        width:60%;
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .modal-rescue-detail .modal-dialog {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}
.pagination {
   border:none;
   background-color: transparent;
   margin:30px 0 10px 0;
}
.pagination .page-item {
    margin:0 4px;
}
.pagination .page-link {
    border:none;
    background-color: transparent;
    color:#111;
    min-width: 34px;
    text-align: center;
}
.pagination .page-item.active .page-link {
    background-color: #111;
    color:#fff;
    border-radius: 8px;
}
.page-link:focus {
    box-shadow: none;
}
.page-item.disabled .page-link {
    opacity: 0.3;
}
.modal-always-open {
    display: block; opacity: 1 ;
}