@import url("media.css");
@import url("utils.css");

a{text-decoration: none;}

a:hover{text-decoration: none;}

.invisible{
  display:none;
}

.globalCursor {
  cursor: pointer;
  text-decoration: none;
}

.fontSize10{
  font-size: 10px;
}

.fontSize11{
  font-size: 11px;
}

.fontSize12{
  font-size: 12px;
}

.fontSize14{
  font-size: 14px;
}

.fontSize16{
  font-size: 16px;
}

.actionIcons {
  cursor: pointer;
  text-decoration: none;
  margin-right: 5px;
}

.iconExtension{
  cursor: pointer;
  text-decoration: none;
  margin: 0 5px;
  font-size: 16px;
}

.centralize{
  text-align: center;
}

.left{
  text-align: left;
}

.right{
  text-align: right;
}

.bold{
  font-weight: bold;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner-h5 { clear: both; width:100%; height: 5px; }
.cleaner-h10 { clear: both; width:100%; height: 10px; }
.cleaner-h20 { clear: both; width:100%; height: 20px; }
.cleaner-h40 { clear: both; width:100%; height: 40px; }

.required:after {
  content:" *";
  color: red;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.table-hover tbody tr:hover input{
  background-color: rgba(0,0,0,0);
}

.btn-dunger {
  color: #fff;
  background-color: #df2d2d;
  border-color: #b53a3a;
}
.btn-dunger:focus,
.btn-dunger.focus {
  color: #fff;
  background-color: #b12f2f;
  border-color: #8b3030;
}
.btn-dunger:hover {
  color: #fff;
  background-color: #b12f2f;
  border-color: #8b3030;
}

.table-hover tbody tr:hover input{
  background-color: rgba(0,0,0,0);
}

input { 
  border: none; 
  outline: none; 
  background-color: transparent;
}

.custom-container {
  margin-right: 0px;
  margin-left: 0px;
}

.custom-input {
  max-width: 200px; /* Defina a largura desejada */
}

.nav-tabs li:active a {
  font-weight: bold;
}

/*Cores###############################################################################################################*/
.globalWhite{color: #FFF;}
.globalRed{color: #F00;}
.globalBlue{color:#0E6EB8;}
.globalTeal{color:teal;}
.globalBlack{color:#000000;}
.globalGray{color:gray}
.globalDarksLateGray{color: darkslategray}
.globalTomato{color: tomato}
.globalMaroon{color: maroon}
.globalGreen{color: green}
.globalYellow{color: yellow}
.globalOrange{color: orange}
.globalBrown{color:brown}
.globalDimgrey{color:dimgrey}
.globalPink{color:pink}
.globalYellowGreen{color:yellowgreen}
.globalGoldenrod{color:#DAA520}
.globalPaleGoldenrod{color:#EE8AAA}
.globalMoccasin{color: #FFE4B5}

.mt5,.mb5,.ml5,.mr5{
  margin-bottom:5px;
}

.mt10,.mb10,.ml10,.mr10{
  margin-bottom:10px;
}

.mt30,.mb30,.m30,.mr30{
  margin-bottom:30px;
}

.panel-heading #nameEvent{
  width: 90%;
  float: left;
}

.panel-heading #iconValue{
  width: 10%;
  float: left;
  text-align: center;
  font-size: 25px;
  color: teal;
}

#temporizador{
  font-size: 3rem; /* Tamanho ajustado */
  color: #e10808; /* Cor vermelha */
  font-weight: bold; /* Negrito */
  text-align: center; /* Centralizado */
  padding: 0 40px;
  
  /* Adicionando estilos ao texto */
  text-shadow: 2px 2px 4px rgba(201, 48, 44, 0.5); /* Sombra sutil no texto */
  letter-spacing: 0.1rem; /* Espaçamento entre caracteres */
  font-family: 'Roboto', sans-serif; /* Fonte elegante e moderna */
  text-transform: uppercase; /* Texto em maiúsculas */
}

/*Menu################################################################################################################*/
h1.page-header {
  margin-top: -5px;
}

.sidebar {
  padding-left: 0;
}

.main-container {
  background: #FFF;
  padding-top: 15px;
  margin-top: -20px;
}

.footer {
  width: 100%;
}

:focus {
  outline: none;
}

.side-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  border-right: 1px solid #e7e7e7;
}
.side-menu .navbar {
  border: none;
}
.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
  background-color: transparent;
  margin-right: -1px;
  border-right: 5px solid #e7e7e7;
}
.side-menu .navbar-nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav li a {
  padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px;
}
.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.side-menu #dropdown .caret {
  float: right;
  margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
  float: right;
}
.side-menu #dropdown > a {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
  padding-left: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
  border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
  margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
  padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
  min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
  display: block;
}
.side-menu #search {
  position: relative;
  z-index: 1000;
}
.side-menu #search .panel-body {
  padding: 0;
}
.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative;
}
.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px;
}
.long-text-in-line{
  white-space: normal;
  word-break: break-all;
}
/* Main body section */
.side-body {
  margin-left: 310px;
}
/* tratamento para responsividade */
.custom-padding {
  padding-left: 2px;
  padding-right: 2px;
}
/* custom padding para telas pequenas */
.custom-padding-mob {
  padding-left: 2px;
  padding-right: 2px;
}

@media (min-width: 768px) {
  .custom-padding-mob {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.custom-table-responsive-1{
  overflow-x: auto;
}

.custom-panel-1 {
  padding-left: 2px;
  padding-right: 2px;
}

@media (max-width: 600px) {
  .custom-table-responsive-1 table,
  .custom-panel {
    padding-left: 2px;
    padding-right: 2px;
  }
}
/* fim - custom padding para telas pequenas */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* fim - tratamento para responsividade */
/* small screen */
@media (max-width: 1000px) { /*hidden menu*/
  .side-menu {
    position: relative;
    width: 100%;
    height: 0;
    border-right: 0;
  }

  .side-menu .navbar {
    z-index: 999;
    position: relative;
    height: 0;
    min-height: 0;
    background-color:none !important;
    border-color: none !important;
  }
  .side-menu .brand-name-wrapper .navbar-brand {
    display: inline-block;
  }
  /* Slide in animation */
  @-moz-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-webkit-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-moz-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @-webkit-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  /* Slide side menu*/
  /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
  .side-menu-container > .navbar-nav.slide-in {
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .side-menu-container > .navbar-nav {
    /* Add position:absolute for scrollable menu -> see top comment */
    position: fixed;
    left: -300px;
    width: 300px;
    top: 43px;
    height: 100%;
    border-right: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    overflow: auto;
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  @-moz-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-webkit-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-moz-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  /* Slide side body*/
  .side-body {
    margin-left: 5px;
    margin-top: 70px;
    position: relative;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Hamburger */
  .navbar-toggle-sidebar {
    border: 0;
    float: left;
    padding: 18px;
    margin: 0;
    border-radius: 0;
    background-color: #f3f3f3;
  }
  /* Search */
  #search .panel-body .navbar-form {
    border-bottom: 0;
  }
  #search .panel-body .navbar-form .form-group {
    margin: 0;
  }
  .side-menu .navbar-header {
    /* this is probably redundant */
    position: fixed;
    z-index: 3;
    background-color: #f8f8f8;
  }
  /* Dropdown tweek */
  #dropdown .panel-body .navbar-nav {
    margin: 0;
  }
}

.menu-inscription{
  margin: 15px;
}
/*Menu################################################################################################################*/

/*Form################################################################################################################*/

.buttons-fixed{
  position: fixed;
  bottom: 20px;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
}

.buttons-fixed button:first-child{
  color: #337ab7;
}

.buttons-fixed button:last-child{
  color: rgb(33 156 33);
}

.buttons-fixed button{
  z-index: 100;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 2px solid;
  font-size: 20px;
  box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 38%);
}

/*Form################################################################################################################*/

/*Footer##############################################################################################################*/

/* Footer for computer */
@media screen and (max-width: 768px) {
  #footer-screen-all {
    display: none;
  }
  
}

@media screen and (min-width: 767px) {
  #footer-screen-celphone {
    display:none;
  }
}
footer{
  background-color: #337ab7;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
}

footer p {
  padding: 10.5px;
  margin: 0px;
  line-height: 100%;
}

footer p a {
  text-decoration: none;
  color: #FFF;
}

footer p a:hover {
  text-decoration: none;
  color: #CCC;
}
/*Footer##############################################################################################################*/


@media screen and (max-width: 768px) {
  #modalBond {
    display:none;
  }
}


/*Bootstrap##############################################################################################################*/

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  margin-right: unset !important;
  margin-left: unset !important;
}
/*Bootstrap##############################################################################################################*/

select[readonly] {
  pointer-events: none;
  touch-action: none;
}