﻿@import url("/Common/Theme.Primedrinks_new.css?17416");

/* Table Records*/
.ListRecords_Header {
    color:#FFFFFF;
    background:#A27305;
    line-height: 18px;
    padding: 1px 6px 1px 6px;
    border-right: 1px solid white;
    font-size: 14px;
}

.RootLine {
    background: #A9A9A9 url(/RichWidgets/img/Bar_Gradient.png?16562) repeat-x top;
    line-height: 18px;
    margin: 1px 1px 1px 1px;
    padding: 1px 6px 1px 6px;
    border-top: 0px solid #cccccc;
    border-right: 0px solid #efefef;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #efefef;
    vertical-align: middle;
}

.RootLine:hover {
    background-color: #396EFF;
}

.FirstLine {
    background: #D9D9D9 url(/RichWidgets/img/Bar_Gradient.png?16562) repeat-x top;
    line-height: 18px;
    margin: 1px 1px 1px 1px;
    padding: 1px 6px 1px 6px;
    border-top: 0px solid #cccccc;
    border-right: 0px solid #efefef;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #efefef;
    vertical-align: middle;
}

.FirstLine:hover {
    background-color: #396EFF;
}

.SecondLine {
    background: #FAFAFA url(/RichWidgets/img/Bar_Gradient.png?16562) repeat-x top;
    line-height: 18px;
    margin: 1px 1px 1px 1px;
    padding: 1px 6px 1px 6px;
    border-top: 0px solid #cccccc;
    border-right: 0px solid #efefef;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #efefef;
    vertical-align: middle;
}

.SecondLine:hover {
    background-color: #FFCA58;
}

.EditRecord_SectionTitle {
    color: #A27305;
    font-size: 12px;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 1px;
    margin-bottom: 5px;
    border-bottom: 1px solid #A27305;
}

input[type=radio],
input[type=checkbox] {
    margin: 0px 3px 0px 4px;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
}

.prime-checkbox .fa-check-square, .prime-checkbox .fa-square {
    font-size: 25px;
}

.fotos-container {
    cursor: pointer;
    background: white;
    border-radius: 2px;
    position: relative;
}

.fotos-container input {
    display: none;
}

.fotos-container .icons {
    font-size: 35px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.Tabs_TabBody {
    margin-top: 42px;
}

li.Tabs_TabOn {
    background: white;
    border-bottom: 1px solid white;
}

.Counter {
    padding: 5px;
}

.Counter.Red {
    background-color: #A27305;
}

.Counter.Green {
    background-color: #388E3C;
}

.Counter_number {
    font-size: 1.5em;
}

/* charts */
.am-chart {
    width: 100%;
    height: 450px;
}

.am-chart-small {
    height: 200px;
}

.am-chart-vendedor {
    height: 130px;
    width: 120%;
    margin-left: -10%;
}

.amcharts-Label.amcharts-AxisLabel {
  color: #B8BDC1;
  font-size: 12px;
  fill: currentColor;
}

.amcharts-Tooltip-group {
  z-index: 9999;
}

.clear-tooltip {
  padding: 1rem;
  z-index: 9999;
}
.clear-tooltip b {
  color: #bea365;
}
.clear-tooltip h4 {
  color: #000 !important;
  margin: 0;
}
.clear-tooltip small {
  color: #a49698;
}
@media (min-width: 768px) {
  .clear-tooltip .flex-row {
    display: flex;
  }
  .clear-tooltip .flex-row > * {
    margin-right: 1rem;
  }
  .clear-tooltip .flex-row > *:last-child {
    margin-right: 0;
  }
}
.clear-tooltip .text-gold {
  color: #dfcc8f;
}
.clear-tooltip .text-silver {
  color: #c1c7cc;
}

.amcharts-AmChartsLogo-group {
  display: none !important
}