
#container {
  padding-left: 300px;
}

#content {
  padding: 20px;
}

@media only screen and (max-width : 992px) {
  #container {
    padding-left: 0px;
  }
}
.tabla-ventas{
  width: 90%;
  margin-left: 5%;
}
[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}
.separator {
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}
.container{
  display: flex;
  flex-direction: column;
  align-items: center;
  /*width: 50%;
  padding-left: 25%;*/
}
.header-bar{
  text-transform: uppercase;
  justify-content: center;
}
.ventas-row {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.ventas-content {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: space-around;
  align-items: center;
}

.tabla-header{
  /*background-color: red;*/
}

.tabla-inscripciones {
    width: 50%;
    margin-left: 25%;
}
.profile{
  text-align: center;
  padding-top: 10px;
}
.name{
  font-size: 20px;
}

.lista-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.lista-titulo{
    display: flex;
    justify-content: center;
}
.error{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn:focus{ 
  background-color: #e5e5e5 
}
.waves-effect:focus{
  background-color: #e5e5e5 
}
.switch label input[type=checkbox]:checked+.lever {
  background-color: rgba(114, 26, 50, 0.4);
}

.switch label input[type=checkbox]:checked+.lever:after {
  background-color: #721a32;
}
.label-pagos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: larger;
    color: black;
}
.comprobante-pagos{
    font-size: large;
    color: black;
}
.label-options{
    font-size: large;
    color: black;
}
.cupon-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.header-datos-bancarios{
    height: 73px;
}
.button-datos-bancarios{
    display: flex;
    justify-content: flex-end;
    margin-right: 70px;
}
.list-datos-bancarios{
    margin-left: 15px;
}
.data-datos-bancarios{

}
.title-datos-bancarios{
    color: gray;
    margin: 0;
}
.description-datos-bancarios{
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}
.desactivar-link{
    pointer-events: none;
    cursor: default;
}
select {
  display: flex !important;
}
.importe-usd {
  color: rgb(141, 141, 141);
  font-size: 12px;
}