﻿@font-face {
    font-family: 'FuturaSB Medela DemiBold';
    src: url('../fonts/FuturaSB Medela DemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'FuturaSB Medela Light';
    src: url('../fonts/FuturaSB Medela Light.otf') format('opentype');
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.styleTextCredit {
    font-size: 16px;
    font-family: 'FuturaSB Medela DemiBold';
    font-weight: bold;    
}

.required {
    color: #F17E00;
}

.styleTextBtn {
    font-family: 'FuturaSB Medela DemiBold';
}

.styleTextBtnFont {
    font-family: 'FuturaSB Medela DemiBold';
    font-size: 12px;
}

.styleLink {
    font-size: 18px;
    font-family: 'FuturaSB Medela DemiBold';
    font-weight: bold;
    color: dimgrey;
}

.styleLinkBlue {
    font-size: 18px;
    font-family: 'FuturaSB Medela DemiBold';
    font-weight: bold;
    color: blue;
}

.styleLinkBlue1 {
    font-size: 16px;
    font-family: 'FuturaSB Medela DemiBold';
    font-weight: bold;
    color: blue;
}

.styleLinkPopUp {
    font-size: 20px;
    font-family: 'FuturaSB Medela DemiBold';
    font-weight: bold;
    color: #F17E00;
}

.description {
    font-family: 'FuturaSB Medela Light';
    font-size: 16px;
    color: dimgrey;
}

.descriptionStep1 {
    font-family: 'FuturaSB Medela Light';
    font-size: 18px;
    color: dimgrey;
}

.descriptionBold {
    font-family: 'FuturaSB Medela DemiBold';
    font-size: 18px;
    color: dimgrey;
}

.descriptionCard {
    font-family: 'FuturaSB Medela Light';
    font-size: 15px;
    color: dimgrey;
}

.tittle {
    font-size: x-large;
    font-family: 'FuturaSB Medela DemiBold';
    font-weight: bold;
    color: dimgrey;
}

.descriptionProduct {
    font-family: 'FuturaSB Medela Light';
    font-size: 16px;
    color: dimgrey;
}

.styleLinkPopUp {
    font-size: 20px;
    font-family: 'FuturaSB Medela DemiBold';
    font-weight: bold;
    color: #F17E00;
    text-align: left;
}

.tittleContact {
    font-size: x-large;
    font-family: 'FuturaSB Medela DemiBold';
    font-weight: bold;
    color: #F17E00;
}

.card-body {
    font-family: 'FuturaSB Medela Light';
    color: dimgrey;
    font-size: 18px;
}

.ml-auto, .mx-auto {
    margin-left: 0px !important;
}

.navbar-nav {
    padding-left: 5px
}

.nav-link {
    font-size: 18px;
    font-family: 'FuturaSB Medela Light';
    font-weight: bold;
    color: dimgrey;
}

.active {
    font-size: 50px;
}

.btnApproval {
    border-radius: 11px;
    width: 220px;
    height: 35px;
    background-color: #F48222;
}

.tooltip-head {
    color: #292626;
    background-color: #e4dfdf;
    padding: 10px 10px 5px;
    border-radius: 4px 4px 0 0;
    text-align: left;
    margin-bottom: -2px; /* Hide default tooltip rounded corner from top */
}

.tooltip-head h3 {
    margin: 0;
    font-size: 18px;
}

.tooltip-inner {
    color: #292626;
    background-color: #e4dfdf;
    padding: 10px 10px 5px;
    border-radius: 4px 4px 0 0;
    text-align: left;
    margin-bottom: -2px;
    max-width: 550px;
}