
/********** BEEPHARMA **********/
/*************************************/

.landing {
  background: #fff url(../images/arkanari/farmacia.svg) repeat;
}

body.landing {
  color:black;
}

a {
    color: #dd5702;
}

.tipocambio input {
    width: 250px;
    background: #fff url(../images/icon-exchange.png) no-repeat 95% center;
    float: left;
    padding: 18px 20px;
    border: 0;
    border-right: 1px solid #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 50px;
    font-size: 14px;
}

/********** NAV STYLES **********/
/*************************************/

.nav-bracket .children > li > a:hover,
.nav-bracket .children > li > a:active,
.nav-bracket .children > li > a:focus {
    text-decoration: none;
    color: #ffa900;
}

/********** BUTTON STYLES **********/
/*************************************/

.btn-beepharma {
    background: #1e1e1e;
    color: #fff;
}
.btn-beepharma:hover {
    background: #333;
    color:#fff;
}

/********** RIGHT PANEL **********/
/*************************************/

.rightpanel .nav-tabs {
    background: #000;
}
.rightpanel .nav-tabs > .active > a,
.rightpanel .nav-tabs > .active > a:hover,
.rightpanel .nav-tabs > .active > a:focus {
    background: #1e1e1e;
    color: #fff;
}

.nota {
    background: #fff;
}

.folio-receta {
    color: #fff;
    background: #651e3c;
    font-weight: bold;
    font-size: 1.6rem;
    width: 160px;
    border: 0;
}

.titulos-receta {
    color:#651e3c;
    font-weight: bold;
}

.icono-datos{
    margin:1rem 1rem 1rem 0;
}


.option_rojo{
    color: red;
}

@media print
{
    .noprint {display:none;}
}
