@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);
.imgOptions {
  cursor: pointer;
}

.flex-hack {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.flex-content {
  flex: 1;
}

textarea {
  resize: none;
}

.full-bg {
  background-image: url(/images/bg.jpg?eaed8d0af914e07ebe3cde11de969fb1);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transform: translateZ(0);
  background-size: cover;
  background-color: #464646;
  font-family: "Lato";
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.logo-box {
  margin-top: 15px;
}

.botoesEscolha {
  margin-top: 100px;
}

.botoesEscolha-box {
  margin-top: 15px;
}

.botaoVoltar-Box, .clubesEscudos-box {
  margin-top: 100px;
}

.clubeMain-Box {
  margin-top: 15px;
}

.clubeCampanha-Box {
  margin-top: 30px;
}

.no-margin-vertical {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.col-sorteados {
  border-left: 1px solid #eee;
}

.sorteioNumeros {
  font-size: 35px;
  padding: 15px;
}

.btn-ghost {
  background: transparent;
  border: 3px solid white;
  font-size: 22px;
  border-radius: 0px;
  color: white;
  min-width: 300px;
}

.btn-ghost:hover {
  color: white;
  background: rgba(255, 255, 255, 0.3);
}

.img-clube {
  width: 80px;
  height: 80px;
  opacity: 0.6;
}

.img-clube:hover {
  opacity: 1;
  cursor: pointer;
}

.btn-ghost:focus {
  color: white;
}

.center-content {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.panel-clube {
  color: black;
  padding: 5px;
  cursor: pointer;
}

.panel-sorteio {
  color: black;
}
.panel-sorteio ul li:hover {
  background: whitesmoke;
}

.btn-sorteio {
  max-width: 200px;
  margin: 0 auto;
}

.no-border-sides {
  border-left: 0px;
  border-right: 0px;
}

.title-sorteados {
  background: whitesmoke;
  padding: 10px;
}

.vencedorBoxAnuncio {
  position: absolute;
  margin-top: 15px;
  width: calc(100% - 30px);
  font-size: 18px;
  background: white;
  padding: 15px;
  z-index: 999;
}

.sorteioMachine {
  margin-top: 30px;
  background: white;
  padding: 15px;
}

.totalGanhadores {
  margin-top: 20px;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 50%;
  font-size: 3em;
  font-weight: bolder;
  color: #fff;
}

.color-black {
  color: black;
}

/* 
 * Don't modify things marked with ! - unless you know what you're doing
 */
/* ! vertical layout */
.multiSelect .vertical {
  float: none;
}

/* ! horizontal layout */
.multiSelect .horizontal:not(.multiSelectGroup) {
  float: left;
}

/* ! create a "row" */
.multiSelect .line {
  padding: 2px 0px 4px 0px;
  max-height: 30px;
  overflow: hidden;
  box-sizing: content-box;
}

/* ! create a "column" */
.multiSelect .acol {
  display: inline-block;
  min-width: 12px;
}

/* ! */
.multiSelect .inlineBlock {
  display: inline-block;
}

/* the multiselect button */
.multiSelect > button {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c6c6c6;
  padding: 1px 8px 1px 8px;
  font-size: 14px;
  min-height: 38px !important;
  border-radius: 4px;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: normal;
  background-color: #fff;
  background-image: linear-gradient(#fff, #f7f7f7);
}

/* button: hover */
.multiSelect > button:hover {
  background-image: linear-gradient(#fff, #e9e9e9);
}

/* button: disabled */
.multiSelect > button:disabled {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #ddd;
  color: #999;
}

/* button: clicked */
.multiSelect .buttonClicked {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* labels on the button */
.multiSelect .buttonLabel {
  display: inline-block;
  padding: 5px 0px 5px 0px;
}

/* downward pointing arrow */
.multiSelect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 1px 12px !important;
  vertical-align: middle;
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}

/* the main checkboxes and helper layer */
.multiSelect .checkboxLayer {
  background-color: #fff;
  position: absolute;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 278px;
  display: none !important;
}

/* container of helper elements */
.multiSelect .helperContainer {
  border-bottom: 1px solid #ddd;
  padding: 8px 8px 0px 8px;
}

/* helper buttons (select all, none, reset); */
.multiSelect .helperButton {
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 26px;
  font-size: 13px;
  border-radius: 2px;
  color: #666;
  background-color: #f1f1f1;
  line-height: 1.6;
  margin: 0px 0px 8px 0px;
}

.multiSelect .helperButton.reset {
  float: right;
}

.multiSelect .helperButton:not(.reset) {
  margin-right: 4px;
}

/* clear button */
.multiSelect .clearButton {
  position: absolute;
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 22px;
  width: 22px;
  font-size: 13px;
  border-radius: 2px;
  color: #666;
  background-color: #f1f1f1;
  line-height: 1.4;
  right: 2px;
  top: 4px;
}

/* filter */
.multiSelect .inputFilter {
  border-radius: 2px;
  border: 1px solid #ccc;
  height: 26px;
  font-size: 14px;
  width: 100%;
  padding-left: 7px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  color: #888;
  margin: 0px 0px 8px 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* helper elements on hover & focus */
.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
  border: 1px solid #ccc;
  color: #999;
  background-color: #f4f4f4;
}

.multiSelect .helperButton:disabled {
  color: #ccc;
  border: 1px solid #ddd;
}

.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
  border: 1px solid #66AFE9 !important;
  outline: 0;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.065), 0 0 5px rgba(102, 175, 233, 0.6) !important;
}

/* container of multi select items */
.multiSelect .checkBoxContainer {
  display: block;
  padding: 8px;
  overflow: hidden;
}

/* ! to show / hide the checkbox layer above */
.multiSelect .show {
  display: block !important;
}

/* item labels */
.multiSelect .multiSelectItem {
  display: block;
  padding: 3px;
  color: #444;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  position: relative;
  min-width: 278px;
  min-height: 32px;
}

/* Styling on selected items */
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
  background-image: linear-gradient(#e9e9e9, #f1f1f1);
  color: #555;
  cursor: pointer;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #d9d9d9;
}

.multiSelect .multiSelectItem .acol label {
  display: inline-block;
  padding-right: 30px;
  margin: 0px;
  font-weight: normal;
  line-height: normal;
}

/* item labels focus on mouse hover */
.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover {
  background-image: linear-gradient(#c1c1c1, #999) !important;
  color: #fff !important;
  cursor: pointer;
  border: 1px solid #ccc !important;
}

/* item labels focus using keyboard */
.multiSelect .multiSelectFocus {
  background-image: linear-gradient(#c1c1c1, #999) !important;
  color: #fff !important;
  cursor: pointer;
  border: 1px solid #ccc !important;
}

/* change mouse pointer into the pointing finger */
.multiSelect .multiSelectItem span:hover,
.multiSelect .multiSelectGroup span:hover {
  cursor: pointer;
}

/* ! group labels */
.multiSelect .multiSelectGroup {
  display: block;
  clear: both;
}

/* right-align the tick mark (&#10004;) */
.multiSelect .tickMark {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 10px;
}

/* hide the original HTML checkbox away */
.multiSelect .checkbox {
  color: #ddd !important;
  position: absolute;
  left: -9999px;
  cursor: pointer;
}

/* checkboxes currently disabled */
.multiSelect .disabled,
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover ~ span {
  color: #c4c4c4 !important;
  cursor: not-allowed !important;
}

/* If you use images in button / checkbox label, you might want to change the image style here. */
.multiSelect img {
  vertical-align: middle;
  margin-bottom: 0px;
  max-height: 22px;
  max-width: 22px;
}

.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
  list-style-type: none;
  margin-top: 5px;
  text-align: center;
  /* NOTE: Browsers automatically add 40px of padding-left to all lists, so we should offset that, otherwise the legend is off-center */
  -webkit-padding-start: 0;
  /* Webkit */
  -moz-padding-start: 0;
  /* Mozilla */
  padding-left: 0;
  /* IE (handles all cases, really, but we should also include the vendor-specific properties just to be safe) */
}

.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: smaller;
  cursor: default;
}

.chart-legend-icon,
.bar-legend-icon,
.line-legend-icon,
.pie-legend-icon,
.radar-legend-icon,
.polararea-legend-icon,
.doughnut-legend-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.navbar-nav {
  margin: 7.5px 15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.date-time-picker span.form-control-feedback {
  position: relative;
  display: inline-block;
}

.busy {
  position: relative;
}

.busy::before {
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  background-color: #FFF;
  opacity: 0.3;
  z-index: 15;
}

.weak-font-color {
  color: #BABABA;
}

.popover-maxwidth-container .popover {
  max-width: none;
}

.green-font {
  color: #338A33;
  font-weight: bold;
}

.wrapper {
  overflow-x: scroll;
  white-space: no-wrap;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

table.table tbody tr.selected {
  background-color: #babaca;
}

table.table tbody tr.selected:hover {
  background-color: #b0b0ca;
}

.td {
  display: table-cell;
  width: 15px;
}

.box {
  border: 1px solid #000;
  margin: 6px;
  height: 35px;
  padding: 5px;
  text-align: center;
  border-radius: 7px;
  width: 60px;
  cursor: pointer;
}

.secao-data-modal {
  width: 290px;
}

.top-menu li img {
  height: 20px;
}

.dl-horizontal dt.breakline {
  white-space: normal;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.divisor-box {
  border: solid 1px #BABACA;
  border-radius: 4px;
  padding: 5px 15px 0 35px;
  margin-bottom: 10px;
}

.tooltip-print .tooltip-inner {
  padding: 15px;
  background-color: #f2dede;
  color: #a94442;
}

.chart-y-label {
  transform: rotate(270deg);
  transform-origin: left top 0;
  float: left;
  margin-top: 25%;
}

@media only print {
  .hide-from-print {
    display: none;
  }
  h1.print {
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
  }
  h2.print {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
  }
  h3.print {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
  }
  .panel-body.print {
    padding: 2px 15px;
  }
}
.nav.navbar-nav.top-menu li.active::before {
  content: " ";
  height: 100%;
  width: 100%;
  background-color: #FFB464;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

nav.navbar.navbar-default.top-bar.ingresso-bar {
  padding: 0 0 0 0;
}

.navbar-default.bk-orange {
  background-color: #FF8E27;
}

.nav.navbar-nav.top-menu li.active {
  position: relative;
}

.nav.navbar-nav.top-menu li.active a {
  background-color: transparent;
  z-index: 10;
}

nav.middle-bar {
  border-radius: 0px;
  margin: 2px 0 2px 0;
}

nav.navbar-inverse.middle-bar {
  background-color: #444;
}

nav.navbar-inverse.bottom-bar {
  background-color: #DADADA;
  color: #333333;
  border-color: #DADADA;
}

nav.navbar-inverse.bottom-bar .navbar-nav > li > a {
  color: #3A3A3A;
}

nav.navbar-inverse.bottom-bar .navbar-nav > li > a:hover {
  color: #6A6A6A;
}

.bottom-bar.navbar-inverse .navbar-nav.top-menu li.active::before {
  background-color: #AAAAAA;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
}

ul.top-menu li a div {
  color: #000;
}

.bk-orange ul.top-menu li:hover a div {
  color: #555;
}

.bk-orange ul.top-menu li:hover {
  background-color: #EEA353;
}

.bottom-bar ul.top-menu li:hover {
  background-color: #BBBBBB;
}

.venda.box {
  border: 1px solid #000;
  margin: 6px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border-radius: 7px;
  width: 30px;
  cursor: pointer;
}

.venda.box.selecionada {
  background-color: #282828;
  border-color: #282828;
  color: #FFFFFF;
}

.venda.box.ocupada {
  background-color: #FC2727;
  border-color: #FC2727;
  color: #FFFFFF;
}

.venda.box.reservada {
  background-color: #235273;
  border-color: #235273;
  color: #FFFFFF;
}

.venda.box.header {
  border: none;
}

.venda.box.vaga {
  background-color: #289e38;
  border-color: #289e38;
  color: #FFFFFF;
}

.venda.box.espaco {
  background-color: #FEFEFE;
  border-color: #EAEAEE;
  color: #FFFFFF;
}

.evento-data-modal {
  width: 450px;
}

.venda .btn-primary.active,
.venda .btn-primary:active,
.venda .btn-primary:hover {
  background-color: #289e38;
}

.venda .btn-primary.btn-lg.btn-block {
  height: 65px;
}

.venda .table-content {
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .venda-cadeiras .modal-dialog {
    width: 450px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .venda-cadeiras .modal-dialog {
    width: 650px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .venda-cadeiras .modal-dialog {
    width: 800px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1350px) {
  .venda-cadeiras .modal-dialog {
    width: 950px;
  }
}
@media only screen and (min-width: 1351px) {
  .venda-cadeiras .modal-dialog {
    width: 1300px;
  }
}
.steps li {
  cursor: pointer;
}

h2.step {
  cursor: pointer;
}

@media only print {
  .relatorio-leitura table tr td,
  .relatorio-leitura table tr td span,
  .relatorio-leitura span,
  .relatorio-leitura .panel.panel-default,
  .relatorio-leitura .panel.panel-default table,
  .relatorio-leitura .panel.panel-default tr td,
  .relatorio-leitura .panel.panel-default tr th,
  .relatorio-leitura .panel.panel-default tr td span {
    font-size: 12px;
  }
  .relatorio-leitura h1,
  .relatorio-leitura h2 {
    font-size: 16px;
  }
  .relatorio-leitura h3,
  .relatorio-leitura h4 {
    font-size: 14px;
  }
  .relatorio-leitura h1,
  .relatorio-leitura h2,
  .relatorio-leitura h3,
  .relatorio-leitura h4 {
    margin-top: 5px;
  }
  .relatorio-leitura .panel.panel-default table tr th {
    padding: 2px;
  }
  .relatorio-leitura .panel.panel-default table tr td {
    padding: 2px;
  }
  .relatorio-leitura .panel.panel-default table {
    margin-bottom: 5px;
  }
}
body {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
  font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.2857em;
  margin: calc(2rem - 0.14285em) 0em 1rem;
  font-weight: bold;
}

/* GLOBAL */
* {
  margin: 0px;
  padding: 0px;
}

body, label {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
  font-smoothing: antialiased;
}

html, body {
  min-height: 100%;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow: auto;
  padding-bottom: 40px;
}

.bk-purple {
  background: #723c83 !important;
}

.no-padding {
  padding: 0px !important;
}

/* APP TOP BAR */
.navbar-app {
  height: 50px;
  background-color: black;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
}
.navbar-app ul {
  margin: 0;
}
.navbar-app li {
  width: 150px;
  text-align: center;
  height: 50px;
}
.navbar-app img {
  margin-top: 8px;
}
.navbar-app .torcedor-bg-top {
  background-color: black;
}
.navbar-app .ingresso-bg-top {
  background-color: #d66703;
}
.navbar-app .loja-bg-top {
  background-color: #014562;
}
.navbar-app .parceiros-bg-top {
  background-color: #659725;
}
.navbar-app .ingresso-portal-bg-top {
  background-color: #C02626;
}
.navbar-app .portal-img-top {
  margin-top: 0px !important;
  margin-left: 18px !important;
}
.navbar-app .cliente-bg-top {
  background-color: #333;
}
.navbar-app .cliente-img-top {
  margin-top: 4px;
}

/* TOP BAR */
.menu-admin {
  font-size: 12px;
  margin-bottom: 0px;
  color: white !important;
  border: 0px;
  border-radius: 0px;
}
.menu-admin .active-menu-admin {
  background: rgba(113, 3, 132, 0.8);
}
.menu-admin .active-menu-admin:hover {
  background: rgba(113, 3, 132, 0.8);
}
.menu-admin li:hover {
  background: rgba(113, 3, 132, 0.8);
}
.menu-admin li img {
  margin-top: 1px;
}
.menu-admin li div {
  margin-top: 1px;
}
.menu-admin .sair-admin {
  color: white;
}

#navBarAppModal .nav li a:hover {
  background: transparent;
}

/* ALERTS */
.alert-danger ul {
  list-style: none;
}

/* PAGINA INICIAL */
.card-content-admin {
  background: white;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 15px;
  margin-top: 15px;
  border-radius: 5px;
}

.btn-action-fixed {
  right: 0px;
  position: fixed;
  margin-right: -5px;
}

/* FOOTER */
.footer {
  position: relative;
  margin-top: -40px;
  height: 40px;
  clear: both;
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.conteudo-footer {
  padding-top: 10px;
}

@media (max-width: 991px) {
  .navbar-app {
    height: auto;
  }
}
.alert_space {
  margin-top: 10px;
}

.separador-hr {
  border-color: rgba(34, 36, 38, 0.15);
  margin-bottom: 0;
}
