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

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

body.landing {
  color:black;
}

body {
    background: #1e1e1e;
}

a {
    color: #dd5702;
}

.arkanari {
  background: #333132;
  height: 60px;
  padding-left: .5rem;
  padding-top: .6rem;
  width: 100%;
}


/********** 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;
}

.btn-pos {

  position: relative;
  padding: 10px 2px;
  margin: 0 0 10px 10px;
  min-width: 60px;
  height: 40px;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}

/********** 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;
}

.folio {
  background: red;
  color: white;
  font-size: 1.5rem;
}

.total {
  background: green;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.ticket {
  margin:0;
  padding:0;
  position: -webkit-sticky;
  position: fixed;
  bottom:0;
  right:25px;
  width:20%;
}
