
body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
}

/* Boton to Top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 35px;
    height: 35px;
    display: block;
    z-index: 9999;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 9px;
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 1px;
}
/* Boton to Top */

a {
    color: $mainColor; 
}
a:hover {
    color: $mainColor;
    text-decoration: underline;
}

.mainButton, .mainButton:visited{
    background: $whiteColor !important;
    color: $thirdColor !important;
    border: solid 1px #ccc!important;
    border-radius: 4px;
    box-shadow: none!important;
    margin: 0px;
    padding: .6rem 1.7rem;
    font-size: .7rem;
}
.mainButton:hover{
    background: $fourColor !important;
    color:$thirdColor !important;
}
.btn.btn-sm {
    padding: .37rem 1.6rem;
    font-size: .64rem;
}

.blueButton {
    background-color: $mainColor!important;
    color: $blackColor;
    box-shadow: none!important;
    padding: .6rem 1.7rem;
    font-size: .7rem;
    border: 1px solid $mainColor;
}
.blueButton:hover {
    background-color: #6986AC!important;
    color: $whiteColor;
    border: 1px solid $secondColor;
}

.blueColor {
    font-size: 26px!important;
    color: $mainColor!important;

}

#bgColor {
    border: none;
    background-color: transparent;
}
.btnOff {
    background-image: url("../img/select-off.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.btnOn { 
    background-image: url("../img/select-on.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 60px;
    height: 60px;
}


.checkOff {
    background: #F6F6F6;
    border: 6px solid #E6E6E6;
    padding: 20px 9px 8px 9px;
    border-radius: 100%;
    .fas {
        color: rgba(255, 255, 255, 0);
        font-size: 30px;
    }
}
.checkOn, .checkOff:hover, .checkOff:active {
    color: $whiteColor;
    padding: 26px 15px 14px 15px;
    border:none;
    border-radius: 100%; 
    background: #c8d6e8;
    background: -moz-linear-gradient(top, #c8d6e8 0%, #c8d6e8 50%, #b0c4de 50%, #b0c4de 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c8d6e8), color-stop(50%, #c8d6e8), color-stop(50%, #b0c4de), color-stop(100%, #b0c4de));
    background: -webkit-linear-gradient(top, #c8d6e8 0%, #c8d6e8 50%, #b0c4de 50%, #b0c4de 100%);
    background: -o-linear-gradient(top, #c8d6e8 0%, #c8d6e8 50%, #b0c4de 50%, #b0c4de 100%);
    background: -ms-linear-gradient(top, #c8d6e8 0%, #c8d6e8 50%, #b0c4de 50%, #b0c4de 100%);
    background: linear-gradient(to bottom, #c8d6e8 0%, #c8d6e8 50%, #b0c4de 50%, #b0c4de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d6e8', endColorstr='#b0c4de', GradientType=0 );
    .fas {
        color: rgba(255, 255, 255, 1);
        font-size: 30px;
    }
}

.borderTextSearch, .control-label {
    padding: 6px 10px 0px 10px;
    font-weight: 400; 
    font-size: 14px;
    color: $thirdColor;
}
.form-control {
    font-size: 12px; 
    padding: .275rem .55rem;
    height: calc(1.3em + .75rem + 2px);
}

.well {
    padding: 20px;
    background: $whiteColor;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.4);
    -webkit-box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.4);
    -moz-box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.4);
    -ms-box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.4);
    -o-box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.4);
}

.marco {
    padding: 20px;
    background: $fourColor;
    border-radius: 4px;
    border: 4px solid #ddd;
    h1 {
        font-weight: bold;
        color: $thirdColor;
    }
    h5 {
        font-weight: bold;
        color: $thirdColor;
    }
}
.marcoBlue {
    padding: 20px;
    background: $fourColor;
    border-radius: 4px;
    border: 4px solid $mainColor;
    h1 {
        font-weight: bold;
        color: $thirdColor;
    }
    h5 {
        font-weight: bold;
        color: $thirdColor;
    }
}


.h3, h3 {
    font-size: 1.35rem;
}
.h4, h4 {
    font-size: 1.15rem;
}
.h5, h5 {
    font-size: 1.05rem;
}
.mainTitle {
    color: $thirdColor;
    font-weight: 600;
    font-size: 26px;
}
hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top-color: #ccc;
}
hr.red {
    margin: 10px 0 30px;
    border-top-color: #DCE0E0;
}
.red {
    color: $mainColor;
}
hr.red:before {
    display: block;
    content: " "
}
hr.red:before {
    width: 35px;
    height: 5px;
    background-color: $mainColor;
    position: absolute; 
}

.breadcrumb {
    padding: .75rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: $whiteColor;
    border-left: 4px solid $mainColor;
    border-radius: 0px;
    font-size: 14px;
    color: $thirdColor;
}
.breadcrumb-item.active {
    color: $fiveColor;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0px;
    content: "";
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
}

.textOptions {
    font-size: 14px;
    color: $thirdColor;
    font-weight: 600;
    margin-bottom: 0px;
}

.size60 {
    max-width: 60px;
    max-height: 60px;
}

.noDecoration, .noDecoration a, .noDecoration a:hover  {
    text-decoration: none!important;
}

.iconHelp {
    font-size: 14px;
    color: #007BBA;
}

.iconTrash {
    font-size: 14px;
    color: $thirdColor;
}
.iconTrash:hover {
    font-size: 14px;
    color: #D0021B;
}

.inputBlue {
    border: 1px solid #003CFF;
}
.inputTotal {
    margin: 0; 
    display: inline-block; 
    font-weight: bold;
    color: $blackColor;
}

.noAsterisco {
    margin-left: 11px;
}

.titTable {
    border: 1px solid #ddd;
    border-radius: 4px;
}
table.table td, table.table th {
    padding: 5px;
}
table, th, td {
    border: 1px solid #ddd;
}
.titTable th {
      font-size: 14px;
      font-weight: bold;
      background: $thirdColor;
}
.titTable td {
    font-size: 14px;
}
.bgTable {
    background: #eaeaea;
}
.iconTable {
    color: #333;
    font-size: 1.5em; 
}
.iconTable:hover {
    color: $mainColor;
    cursor: pointer;
}

.miniTable table th, .miniTable table td {
    font-size: 12px!important;
}

.tableTotal {
    font-size: 16px!important;
}

.close {
    opacity: 1;
    margin-top: -25px!important;
    margin-right: -20px!important;
}

ul.decimal {
    list-style-type: decimal;
}

.nav-tabs .nav-link {
    background: #f6f6f6;
    color: $blackColor!important;
    font-weight: 600;
    border-top: 1px solid #dee2e6!important;
    border-left: 1px solid #dee2e6!important;
    border-right: 1px solid #dee2e6!important;
}
.nav-tabsCheck {
    color: $blackColor;
    font-weight: 600;
    .fas {
        color: #4285f4!important;
    }
}
.nav-tabs .nav-link.disabled {
    background: #f6f6f6;
    color: #aaa!important;
    cursor: default!important;
}


.linkGray, .linkGray:hover {
    color: $thirdColor;
    text-decoration: none; 
}

.myTooltip {
    position: relative;
}

.myTooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.myTooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.myTooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.mostrar {
    width:100%;
    background-color: #fff; 
    padding: 10px;
    display: none;
}
.myCard {
    padding: 0px; 
    background-color: #fff;
}
.myCardBox {
    box-shadow: none;
}
.myCardBody {
    border: 1px solid #ccc;
    background: #FCFCFC;
}

.modalScrollContenedor {
    max-width: 1300px;
} 
