.button-navbar {
    background-color: #e1e1e1;
}

.bg-white {
    background-color: #E1E1E1!important;
}

.icon-navbar {
    color: #838383;
}

.btn-link:hover {
    text-decoration: underline;
}

.btn-primary {
    color: #000;
    background-color: #094566;
    border-color: #094566;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #000000;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(194, 194, 194, .25);
}

.span-card-title {
    color: #094566;
    font-weight: bold;
    font-family: Allerta, sans-serif;
}

#table-classificacao {
    padding: 20px;
    color: #094566;
}

#header-classifying-table {
    font-weight: bold;
    color: white;
}

th {
    color: #094566;
}

.table , .table-dark, th, td, tr {
    color: white;
}

#tabela-classificacao td, tr, th{
    text-align: center;
    color: white;
}

table td, th {
    color: #000;
}

.border-left-primary {
    border-left: .25rem solid #094566!important;
}

.label-icon {
    margin-right: 20px;
    font-size: 15px;
    font-weight: bold;
}

.form-text-header {
    color: #094566;
}

.btn-dark {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: #094566;
}

label {
    color: #094566;
}

.form-group {
    margin-top: 15px;
}

.row-subimit-btn {
    margin-top: 30px;
}

.card.border-solid {
    border-left: 40px solid #2a2a2a;
    box-sizing: border-box;
}

.input-group-addon {
    background-color: #E1E1E1;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.button-icon {
    margin-left: 20px;
}

#social-networks-pilot-card {
    margin-top: 50px;
}

#carro_reserva_card {
    margin-top: 50px;
}

#card-login {
    width: 500px;
    background-color: rgba(225, 225, 225, 0.7);
}

#body-login {
    background-image: url("../../assets/img/login-wallpaper.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#forgot-password {
    color: rgb(9, 69, 102);
}

#remember-me-login {
    font-weight: bold;
    color: #094566;
}

#login-header {
    color: #2a2a2a;
    font-weight: bold;
    font-family: Allerta, sans-serif;
}

#logo-login {
    width: 200px;
}

.span-category-vote {
    font-family: Allerta, sans-serif;
    font-size: 21px;
    color: #fff;
}

.div-column-label-vote {
    height: 100%;
}

.points-column-vote {
    background-color: #ffffff;
    border-radius: 5px;
    color: #000;
}

#header-voting {
    background-color: #2a2a2a;
}

#name-pilot-card {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f5f5f5;
}

#pilot-social-media-text {
    font-family: Nunito, sans-serif;
    font-size: 24px;
    margin: 0px;
    margin-right: -5px;
    margin-left: -5px;
    color: #f5f5f5;
    font-weight: bold;
}

#info-piloto-card {
    background-color: #ffffff;
    color: #000000;
    font-family: "Saira";
}

#info-social-media-piloto-card {
    background-color: #838383;
    font-family: 'Alfa Slab One', cursive;
    font-weight: normal;
    margin-top: -10PX;
}

.column-pontuacao {
    background-color: #2a2a2a;
    color: #f0f9ff;
    border-radius: 10px;
}

.btn-first-table {
    margin-right: 10px;
}

.btn-table {
    margin-left: 10px;
    margin-right: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked+.slider {
    background-color: #444;
}

input.primary:checked+.slider {
    background-color: #2196F3;
}

input.success:checked+.slider {
    background-color: #8bc34a;
}

input.info:checked+.slider {
    background-color: #3de0f5;
}

input.warning:checked+.slider {
    background-color: #FFC107;
}

input.danger:checked+.slider {
    background-color: #f44336;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.image-container {
    height: 350px;
    margin-bottom: 70px;
}

.image-container img {
    display: block;
    width: auto;
    height: 100%;
    margin-bottom: 10px;
}

.divider-etapa {
    margin-top: 30px;
}

.col-piloto-voto {
    background-color: #000000;
}

.col-voto-logo {
    background-color: #25231f;
    border-radius: 15px 15px 0px 0px;
}

.col-voto-footer-left {
    background: url('/static/assets/img/bgs/OLO2DT0f.jpg');
    background-position: top;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px 15px 0px 0px;

}

.col-voto-footer-right {
    background: url('/static/assets/img/bgs/OLO2DT0.jpg');
    background-position: top;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px 0px 0px 0px;
}

.card-voto {
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.voto-juiz {
    background: rgb(255,0,0);
    background: radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(190,0,14,1) 100%);

    color: #ffffff;
    padding: 15px;
    border-radius: 15px;
}

.image-piloto {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .2s; /* Animation */
    width: auto;
    height: 100%;
    z-index: 4;
}

.votos-resize-img{
    margin-left: 50%;
    transform: translateX(-50%);
}

.image-container-votos {
    overflow: hidden;
    height: 300px;
    width: 300px;
    position: relative;
}

.btn-success {
    background-color: rgba(0, 0, 0, 0);
    color: black;

}


.btn-info {
    background-color: rgba(0, 0, 0, 0);
    color: black;

}

tr.hide-table-padding td {
    padding: 0;
  }
  
  .expand-button {
      position: relative;
  }
  
  .accordion-toggle .expand-button:after
  {
    position: absolute;
    left:.75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
  }
  .accordion-toggle.collapsed .expand-button:after
  {
    content: '+';
  }

@font-face {
	font-family: "Saira";
	src: url('../../static/assets/fonts/Saira/SairaSemiCondensed-Bold.ttf');
}