body {
    background-color: #282c34 !important;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ff8d01;
}
  
.menu li {
    float: left;
}
  
.menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
  
.menu li a:hover:not(.active) {
    background-color: #db7a04;
}
  
.active {
    background-color: #c54901;
}

.listAccounts {
    border-bottom: solid 1px black;
}

.navbar {
    background: #ff8d01 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_logo {
    font-weight: bold;
    font-size: 20px;
    margin: 15px;
    color: white;
}

.nav_items a {
    margin: 15px;
    color: white;
    position: relative;
    text-decoration: none;
}

.nav_toggle {
    display: none;  
}

@media (max-width: 768px) {
.nav_items {
    position: absolute;
    top: 60px;
    left: 0;
    background: rgb(255, 128, 0);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: -webkit-fill-available;
    transform: translateX(-100%);
    transition: 0.3s ease all;
}

.nav_items.open {
    transform: translateX(0) !important
}

.nav_toggle {
    display: flex !important;
    flex-direction: column;
    margin: 15px;
}

.nav_toggle span {
    width: 30px;
    height: 4px;
    background: white;
    margin-bottom: 5px;
    border-radius: 2px;
    transform-origin: 5px 0px;
    transition: all 0.2s linear;
}

.nav_toggle.open>span {
    transform: rotate(45deg) translate(0px, 0px);
}

.nav_toggle.open>span:nth-child(2) {
    display: none;
}

.nav_toggle.open>span:nth-child(3) {
    transform: rotate(-45deg) translate(-5px, 1px);
}
}

.inputSerch {
    margin-top: 20%;
}

.row_bottom {
    margin-bottom: 20px;
}

.botoms {
    background-color: #ff8d01 !important;
    border-color: #ff8d01 !important;
}

.saveVenue {
    margin-top: 15%;
}

.login-area {
    height: 450px;
    width: 370px !important;
    background-color: white;
    margin-top: 15% !important;
    border-radius: 30px;
    box-shadow: black 2px 2px 15px;
}

.title {
    padding-top: 15pt;
    padding-bottom: 10pt;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    font-size: 35pt;
}

.subtitle {
    padding-bottom: 10pt;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    font-size: 25pt !important;
}

.label-style {
    color: white;
}

.titleAccounts {
    text-align: center !important;
    color: white;
    margin-top: 10% !important;
    margin-bottom: 3%;
}

.headerLogin {
    padding: 4%;
    height: 70px;
    text-align: center;
    background-color: #ff8d01;
    border-radius: 30px 30px 0px 0px;
}

a {
    text-decoration: none !important;
    color: black !important;
}

.dropDownButtom {
    background-color: #f5f5dc;
    width: 100%;
    color: black !important;
}

.dropdown-menu{
    overflow-x: visible;
    overflow-y: scroll;
    max-height: 250px;
    width: 100%;
}

.dropDownMenu {
    width: 100%;
}

.login-btn {
    justify-content: center;
    flex-direction: row;
    display: flex;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    width: 220px;
    padding: 10px;
    box-shadow: 3px 3px 3px rgb(170, 170, 170);
    border-radius: 15px;
}
.btn-text {
    justify-content: center;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    color: rgb(85, 85, 85);
}

/* Google's styles */

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
  }
  
  .gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
  }
  
  .gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  
  .gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
  
  .gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
  }
  
  .gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
  }
  
  .gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
  }
  
  .gsi-material-button:not(:disabled):active .gsi-material-button-state, 
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
  }
  
  .gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }
  
  .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
  }
  

  table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

/* LOADING */

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("http://localhost:8089/static/images/loading.gif") center no-repeat;
}
body{
    text-align: center;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}

/* tabla venues */

.dataTables_wrapper, .dataTables_length, 
.dataTables_wrapper, .dataTables_filter, 
.dataTables_wrapper, .dataTables_info, 
.dataTables_wrapper, .dataTables_processing, 
.dataTables_wrapper, .dataTables_paginate,
.dataTables_wrapper, .dataTables_paginate,
.paginate_button{
    color: white !important;
}

/* venues result table */

.venues_result{
    width: 100%;
    color: white;
    margin-top: 3%;
}

/* Botones */

.botones-fichas{
    margin-top: 15px !important;
}

.resultList{
    padding-top: 15%;
}

.upload{
    padding-top: 25%;
}