/*!
 * FCRF_CHIAVI – components.css
 * Reusable UI components (cards, buttons overrides, etc.)
 */

 /* BOTTONI
-------------------------------------*/


button:focus {outline:none;}

.btn-outline-light {
  text-transform:uppercase;
  font-size:1.1rem;
  font-weight:bold;
  padding: 15px 30px;
}


/* hover del pulsante */
.btn-outline-light:hover{
  border: 1px solid transparent;
  background: #C9974D ;
  color:#fff;
}

.btn-primary {
  background: #3A4066;
  color: #fff;
  border:none;
  font-weight: 300;
}

.btn-primary:hover {
  background: #3A4066;
}

.btn-secondary {
  background:#655e59;
  border-color:#655e59;}

.btn-iscriviti {border-radius: 0px 6px 6px 0px !important;}


.btn-outline-primary-header {
  border:2px solid #ccc;
  padding: 3px 23px;
  border-radius: 4px !important;
}


.prop-body-alt .btn-outline-primary-header {
  border:2px solid #fff;
  padding: 5px 25px;
  color:#fff !important;
  border-radius: 50px !important;
  font-size: 1.15rem;
  text-decoration: none;
}


.btn-outline-primary {
  border:2px solid #3A4066;
  color:#3A4066 !important;
}


.btn-outline-primary:hover {
  background:#3A4066;
  border:2px solid #3A4066;
  color:#fff !important;
}

.btn-secondary {
  background: #80715D;
  border:none;
}

.btn-secondary:hover {
  background: #80715D;
}

.btn-outline-secondary {
  border:2px solid #fff;
  padding: 9px 20px;
  color:#fff !important;
  border-radius: 4px !important;
}

.btn-outline-secondary:hover {
  border:2px solid #fff;
  background: #fff;
  padding: 9px 20px;
  color:#333 !important;
  border-radius: 4px !important;
}

.btn-light {
  color: #4D4D4D;
  font-size: 0.9em;
  border:none;
}

.btn-light:hover {
  border:none;
}


.btn-light.menu-custom a  {color:#333 !important;}


.btn-link {
  color: #222 !important;
  text-decoration: none !important;
  font-size: 1.15rem;
}

.btn-link-alt {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  margin-top: -10px;
}

.btn-home {
  color: #1d223f !important;
  padding: 0;
}

.btn-dx {
  float:right;
}