/*!
* Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
*/
body {
  overflow-x: hidden;
  background-color: white;
}

a:hover {
  text-decoration: none;
}


#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

@media (max-width: 768px) {
  #sidebar-wrapper {
    display: none ;
  }
}


/* ----------------------------*/
/* ------ MEDIA QUERIES -------*/
/* ----------------------------*/
@media print {
  @page {
    size: landscape;
    .table {
      page-break-inside: avoid;
      transform: scale(.1);}
      ;}

      .footer {
        display: none;
      }

      .menu {
        display: none;

      }

      .btn-group, .btn {
        display: none;
      }

      .linha {
        font-size: xx-small;
      }

      .nav {
        display: none;
      }

      .welcome {
        display: none;
      }

      .imprimir {
        display: none !important;
      }

      a:after {
        display: none !important;
      }

      .prova {
        margin: 10px;
      }

      .bib{
        font-size: 10px;
        font-weight: bold;
        width: 10px;
      }
      .nome {
        font-size: 10px;
        width: 10px;
      }
      .aff {
        font-size: 10px;
        width: 10px;
      }

      .print_footer {
        display: block !important;        
        font-size: 8px;
        position: fixed;
        bottom: 0;
      }

      .print_header {
        /* position: fixed; */
        top: 0px;
      }


    }
  }
  
  body {
    margin-bottom: 60px; /* Margin bottom by footer height */
  }

  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px; /* Set the fixed height of the footer here */
    line-height: 30px; /* Vertically center the text there */
    background-color: #f5f5f5;
  }

/*
.home {
background-image: url('/img/athletics.jpg'); 

/* Full height */
height: 100%;

/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.2;
}
*/

.sb {
  color: white;
  top: 0px !important;
}

.sb_1x1 {
  background-color: #5c2683;

}

.sb_1x1>div.topo {
  font-size: 20px;
  text-align: center;
  color: white;
}

.sbtv {
  /*  background-color: #00FF00; */
}

.sbtv_topo {
  margin-top: 150px;
  font-size: 20px;
  text-align: center;
  color: black;
}

.sbtv_titulo {
  display: inline-block;
  margin-top: 150px;
  width: 60%;
  text-align: center;
  height: 50px;
  font-size: xx-large;
  color: black;
}

.sbtv_sb {
  margin: 20px 200px 200px 200px;
}

.sbtv_sb {
  background-color: #343a407d;
}

.sbtv_table {
  background-color: rgba(255, 255, 255, 0.5) !important ;
  color: black !important;
}

.sb_completo {
  background-color: #5c2683;
  width: 100vw;
  height: 100vh;
}
.sb_completo>div.topo {
  height: 50px;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
}

.sb_completo  {
  font-size: xx-large;
}


.quadros_titulo {
  display: inline-block;
  width: 60%;
  text-align: center;
  /* height: 50px; */
  font-size: xx-large;
  color: white;
}

.clock {
  width: 19%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: xx-large;
  background-color: white;
  color: black;
}


.quadros_pub {
  width: 19%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: xx-large;
  background-color: white;
  color: black;
}

.sbmrc th {
  text-align: center;
}

.sbmrc .sbmrc_faltas {
  text-align: center;
}

.alerta {
  background-color: red;
}

/* SignIn Form */

.signin {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.juizes {
  padding: 15px;
}

.table>thead>tr>th {
  text-align: center;
}

.table.bib {
  vertical-align: middle;
}

#prova td{
  vertical-align: middle;
  padding: .3rem;
}

#prova .prova-bib{
  text-align: center;
  font-weight: bold;
}


#prova .hora {
  text-align: center;
  font-size: small;
}

button.start {
  margin-top: 20px;
  height: 80px;
  font-size: xx-large;

}

button.end {
  margin-top: 20px;
  height: 80px;
  font-size: xx-large;

}

div#prova {
  overflow-x: auto;
}

div#pit {
  overflow: auto;

}

.conteudo {
  overflow: auto;

}

.aviso {
  background-color: #F5F0D2;
  border: #ffeb3b6e;
  color: black;
}

.aviso_active {
  background-color: #FF9800;
  border: #FF9800;
  color: white;
}

.aviso_active.disabled {
  background-color: yellow;
  border: #FF9800;
  color: black;
  opacity: 1 !important;
}

.table#prova{
  border: 2px solid black;
}

tr {
  vertical-align: middle;
}

#prova>table>thead>tr>th {
  vertical-align: middle;
  border-bottom: 2px solid black;
}

#pitlane td {
  vertical-align: middle;
}

th.aviso {
  background-color: yellow;
}

th.nd {
  background-color: red;
}

.nd {
  background-color: #dc35456b;
  border: #dc35456b;
  color: black;
}

.nd_active {
  color: #fff;
  background-color: #dc3545;
  border: 3px solid #DC3545;
}

.nd_active.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  opacity: 1 !important;
}

.nds {
  color: red;
  margin: 5px;
}

/*
.sbnd {
font-size: 20px;
background-color: red;
padding: 10px;
margin: 5px;
text-transform: uppercase;
}
*/

.sbmrc {
  display: flex;
  flex-direction: column;  
}

.sbmrc th {
  font-size: 16px;
  line-height: 40spx;
  padding: 1em;
}

.sbmrc tr {
  font-size: 16px;
  line-height: 16px;
}

.sbmrc td {
  padding: 1.5em;
}

.sbmrc span {
  font-size: 16px;
}

.sbmrc .sbnd {
  font-size: 16px;
  background-color: red;
  padding: 12px;
  margin: 12px;
  text-transform: uppercase;
}

.sbmrcgrd th {
  font-size: 8px;
  line-height: 8px;
  padding: 0.5em;
}

.sbmrcgrd tr {
  font-size: 8px;
  line-height: 8px;
}

.sbmrcgrd td {
  padding: 0.5em;
}

.sbmrcgrd span {
  font-size: 8px;
}

.sbmrcgrd .sbnd {
  font-size: 16px;
  background-color: red;
  padding: 12px;
  margin: 12px;
  text-transform: uppercase;
}

.sbmrc-body {
    background-color: black;

}

.sbmrc-athlete-list {
    display: grid;
}

.sbmrc-athlete {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid green;
  height: 18px;
}

.sbmrc-bib {
  font-size: 15px;
  color: #ffffff;
}

.sbmrc-nds {
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-start;
  align-items: center;
}

.sbmrc-nd {
  color: #ff0000;
  font-size: 19px;
  padding-left: 20px;
  padding-bottom: 5px;  
}

.marcha-arq-menu {
    display: block;
    padding-top: 15px;
}

.marcha-juiz-inactivo {
  background-color: gray;
}

.print_footer {
      display: none;
}

.card-bg-red {
  background-color: #CC0001;
  color: white;
}
.card-bg-red a {
  color: white;
  text-decoration: none;
}
.cards-aalisboa .card-header{
  text-align: center;
  background-color: darkred;

}
