/*
    ********************************************************************
    STILI COMUNI A TUTTI I MODULI DELL'APPLICAZIONE
    LE MODIFICHE A QUESTO FILE COMPORTANO LA MODIFICA
    DEGLI STILI DI TUTTI I MODULI, QUINDI PRESTARE LA MASSIMA ATTENZIONE
    ********************************************************************
*/
html, body {
    font-family: Barlow;
    margin: 0;
	background: linear-gradient(0deg, rgba(239,239,242,1) 83%, rgba(250,250,250,1) 64%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 89%) !important;
    width: 100%;
    height: 100%;
}
h4 {  
    font-size: 20px;
    color: #3a4042;
}
label {
    font-size: 15px;
    color: #3a4042;
    font-weight: bold;
}
input[type="text"],
input[type="search"],
input[type="number"],
input[type="password"] {
    height: 28px !important;
    padding-top: 8px;
}

select {
    height: 28px !important;
    padding: 0px !important;
}

input[type="button"] {
    height: 28px;
    padding-top: 1px !important;
}
.tab-pane {
  padding: 16px;
  box-shadow: 0px 0px 3px 0px #50515a38;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 8px;
  background-color: white !important;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

main {
  margin-top: 2px;
  margin-left: 300px;
  height: 100%;
}

.nav-item.r2go-tab a {
  color: #50515a; 
   font-size: 19px !important;
     font-weight: bold !important;
}

.nav-item.active.r2go-tab a {
  color: #ec0000;
  font-size: 19px !important;
  font-weight: bold !important;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:visited, .btn-primary.btn-servizio-incluso, .btn-primary.btn-servizio-incluso:disabled {
  background-color: #ec0000;
  color: #ffffff;
  border: 1px solid #ec0000;
}

  .btn-primary:hover {
    background-color: #ffffff;
    color: #ec0000;
    border: 1px solid #ec0000;
  }

.r2go-standard-btn {
  width: 200px;
}

.tab-content {
  padding-bottom: 15px;
 /*background-color: #fff !important;*/
}

.tab-content .row > div {
  margin-bottom: 20px;
}

.r2go-standard-btn {
  width: 200px;
}

th {
  font-size: 15px;
  color: #3a4042;
}
td {
  font-size: 15px;
}

.module-title {
  padding: 25px 0px 10px 0px;
  background-color: #ec0000;
  color: #ffffff;
  height: 90px;
}

.module-main-container {
  padding-top: 20px;
  width: 100%;
  min-height: 100%;
  background-color: #efeff2 !important;
  padding-bottom: 200px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #efeff2 !important;
  border-color: #dee2e6 #dee2e6 #efeff2 !important;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-left: -1px !important;
}


.module-detail-container {
    display: flex;
    width: 73% !important;
    margin: 0 auto;
}
.module-title-container {
  margin: 0 auto;
  width: 93%;
}
.divSfondo {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 100%;
  padding-bottom: 200px;
}
.titleBandaRossa {
    font-weight: 500;
    font-size: 25px !important;
    font-family: 'Barlow';
    float: left;
}
.module-title-icon {
  display: inline-block;
  
    float: left;
    margin-right: 10px;
    width: 8%;
}
.dashboard-item-sub-offerte{
    width: 216px;
    height: 29px;
    padding: 2px;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    border: none;
    margin-left: 60px;
    cursor: pointer;
    margin-top: 3%;
}
.divTitle {
  justify-content: left;
  margin-top: -75px;
  color: white;
  font-weight: bold;
  margin-left: 25%;
  text-align: left;
  font-size: 66px;
  align-items: baseline;
}
.header-moduli {
    font-weight: 400;
    text-align: center;
    font-size: 2.3rem;
    display: flex;
    margin-bottom: 2% !important;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    line-height: 10rem;
    width: 72% !important;
    border-radius: 15px;
    left: 0;
    right: 0;
    background-repeat: no-repeat !important;
    background-size: cover;
    margin: 0 auto;
    background-position: center;
    padding: 7px 0px 10px 0px !important;
    margin-bottom: 0px;
    color: #ffffff;
    height: 102px;
}
.module-title-text {
  vertical-align: middle;
  font-size: 20px;
  padding-left: -20px;
  color: #ffffff;
  display: inline-block;
  
}

footer {
    width: 100%;
    height: 77px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-position: center;
    right: 0;
    background-image: url(https://scbstorage.azureedge.net/images/back-footer.png);
    background-repeat: no-repeat!important;
    background-size: contain;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
  background-color: #ec0000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ec0000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.form-control:disabled {
  background-color: #e9ecef !important;
  opacity: 0.8 !important;
  border: none !important;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

  .slider.round:before {
    border-radius: 56%;
  }

.c-btn {
    min-height: 0px !important;
    padding: 0px 0px 0px 5px !important;
    height: 28px !important;
}
.selected-list .c-angle-down, .selected-list .c-angle-up {
    height: 18px !important;
}



.alert-danger {
  color: #3a4042 !important;
  background-color: #d8d9de !important;
  border-color: #3a4042 !important;
}
