/* new */
.signup-footer a {
    /*color: #060a4f;*/
    color: #003b73;
    font-weight: 600;
  }

  .pageheader .glyphicon, .pageheader .fa {
    border: none;
}
  
/*new*/

.pageheader .glyphicon,
.pageheader .fa::before {
    content: "\f015";
    padding: 6px;
    border: 2px solid #1D2939;
    border-radius: 100%;
    
}
.form-control {
    font-size: 14px;
}

.table th {
    font-weight: 600;
}

.btn-login {
    background-color: #034787;
    border-color: #034787;
    color: white;
}

.btn-login:hover {
    background-color: #003b73;
    border-color: #003b73;
    color: white;
}
.btn-login:focus {
    color: white;
}


.active.nav-active .children {
    display: none;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    display: none;
}


/* tamaños tipo */

.pageheader .breadcrumb li {
   
    font-size: 13px;
}

.pageheader .breadcrumb-wrapper .label {
    font-size: 12px;

}

.panel-heading p {
    font-size: 14px;
}


/* colores */

.pageheader h2 span {
    color: #787878;
}
.pageheader .breadcrumb-wrapper .label {
    color: #787878;
    font-size: 13px;
    text-transform: none;
}
a {
    color: #003b73;
}

a:hover {
    color: #003b73;
}
a:focus {
    color: #003b73;
}

.pageheader .breadcrumb li.active {
    color:#034787;
}

.btn-primary, .btn-primary:focus, .btn-primary:visited, .btn-primary:active {
    background-color: #ff9e00;
    border-color: #ff9e00;
    color: #fff;
}

.btn-primary:hover {
    background-color: #FFAF00;
    border-color: #FFAF00;

}
.nav-bracket .children > li > a {
    font-size: 13.5px;
}
.headermenu .dropdown-menu li a {
    font-size: 13.5px;
}
body {
    font-size: 15px;
}
.pageheader h2 span::before {
    color: #8d8d8d;
}

.panel-footer .btn-default{
   margin-right: 5px;
}

.breadcrumb>li+li:before {
    color: #787878;
    
}

.title_alternativa_result {
    font-size: 20px;
    color: #ff9e00;/*#ffaf00;*/
    margin-left: 30px;
  }
  .title_product_result {
    font-size: 15px;
    font-weight: 400;
    color: #636e7b;
  }
  .text_result .dosis_result{
   color: #000;
    line-height: 30px;    
    font-size: 16px;
    font-weight: 700;
  }


  /*new alternatives result*/

  .header-form-results {
        background-color: #e4e7ea;
        border-radius: 5px;
        padding: 15px;
        font-weight: bold;
        color: black;
        font-size: 15px;
        margin: 30px 0px;
}

.alternatives-options {
   /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;*/
    margin-left: 30px;
}
.alternatives {
    padding: 24px;
}
.alternatives-footer {
    margin-left: 54px;
}

.title-product {

    font-size: 15px;
    font-weight: 400;
    color: #636e7b;
    margin-bottom: 0;
}

.dose-product {
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;

}
.area_recomanation:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #eee;

}


.alts-title {
    font-size: 20px;
    font-weight: 700;
    color: #ff9e00;
    margin-bottom: 20px;
   
}

.alts-question {
    margin-bottom: 20px;
}

.collapse-info-title {
    background-color: #e4e7ea;
    border-radius: 5px;
    font-weight: bold;
    color: black;
    font-size: 15px;
}

.header-form-results a:hover, .header-form-results a:active, .header-form-results a:focus {
    text-decoration: none;
}


.alternatives-footer {
    margin-top: 20px;
}

.collapse-results-header {
    margin: 50px 0 0 0 !important;
}
.footer-alternatives-results .btn-primary {
    margin-right: 15px;
}

#spnError, #spnSuccess {
    margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .content-box-dash {
        margin-top: 120px;
    }
}