/*
    ********************************************************************
    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: Yantramanav;
    margin: 0;

    width: 100%;
    height: 100%;
}
h4 {  
    font-size: 20px;
    color: #253773;
}
label {
    font-size: 15px;
    color: black;
    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: 500 !important;
}

.nav-item.active.r2go-tab a {
  color: #c12929;
  font-size: 19px !important;
  font-weight: 500 !important;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
  background-color: #464646 !important;
  color: #ffffff !important;
  border: 1px solid #464646 !important;
  line-height: 1;
  font-weight: 500;
  width: 200px;
}

  .btn-primary:hover {
    background-color: #c12929 !important;
    color: #ffffff !important;
    border: 1px solid #c12929 !important;
    line-height: 1;
    font-weight: 500;
  
  }

  .owl-dt-calendar-table .owl-dt-calendar-cell-selected {
    color: rgba(255,255,255,.85) !important;
    background-color: #c12929 !important;
}

.owl-dt-container-buttons {
  color: black !important; 
}

.owl-dt-control-button {
  color: black !important;
}

  .btn-secondary, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited {
    background-color: #c12929 !important;
    color: #ffffff !important;
    border: 1px solid #c12929 !important;
    line-height: 1;
    font-weight: 500;
    width: 200px;
  }
  
    .btn-secondary:hover {
      background-color: #464646 !important;
  color: #ffffff !important;
  border: 1px solid #464646 !important;
  line-height: 1;
  font-weight: 500;
  
    }
  
    .btn.disabled, .btn:disabled {
      cursor: unset;
  }

.r2go-standard-btn {
  width: 200px;
}

/*.tab-content {
/*  padding-bottom: 15px;*/
 /*background-color: #fff !important;
}*/


.r2go-standard-btn {
  width: 200px;
}

th {
  font-size: 15px;
  color: black;
}
td {
  font-size: 15px;
}

.module-title {
  padding: 25px 0px 10px 0px;
  color: #ffffff;
  height: 90px;
}

.module-main-container {
  padding-top: 20px;
  width: 100%;
  min-height: 100%;
  background-color: white !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: 72%;
  margin: 0 auto;
}

.module-title-container {
  margin: 0 auto;
  width: 70%;
}

.module-title-icon {
  display: inline-block;
  margin-left: -29px;
  width: 8%;
}

.module-title-text {
  vertical-align: middle;
  font-size: 20px;
  padding-left: -20px;
  color: #ffffff;
  display: inline-block;
}

footer {
    width: 100%;
    height: 100px;
    bottom: 0;
    z-index: 1;
    left: 0;
    background-position: right;
    right: 0;
    background-image: url(https://porschestatic.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: #c12929;
}

input:focus + .slider {
  box-shadow: 0 0 1px #c12929;
}

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: #c12929 !important;
    background-color: #f8d7da !important;
    border-color: #c12929 !important;
}
