body{
  width: 1297px;
  background-image: url("../imagens/fundo.jpg");
  max-width: 100%;
  width: 100%;
}

#user{font-size: 10px !important;}

.nav-link{font-size: 13px !important;}

.nav-link{
  color: rgb(25, 135, 84) !important;
  cursor: pointer;
  transition: 0.3s;
}
.nav-link:hover{
  color: rgb(108, 117, 125) !important;
  transform: scale(1.1) !important;
  cursor: pointer;
}

.nav-link:focus{color: rgb(108, 117, 125) !important;}

.nav-link.active{
  color: rgb(108, 117, 125) !important;
  font-weight: bold;
}

table{
  font-size: 12px !important;
  font-weight: bolder !important;
}

table, td{color: rgb(25, 135, 84) !important;}

th{
  color: rgb(116, 113, 113) !important;
  font-weight: bolder !important;
}

/*
table thead tr{
  background-color: #343a40 !important;
}*/

table tbody td{transition: transform 0.3s ease, background-color 0.3s ease !important;}
table tbody td:hover{
  transform: scale(1.1) !important;
  background-color: #d1ecf1 !important;
}

input, label{
  color: rgb(108, 117, 125) !important;
  font-weight: bold !important;
}

select, option{color: #55c96e!important;
background-color: rgb(212, 210, 210) !important;}

input[type="radio"]{
  appearance: none !important;
  width: 13px !important;
  height: 13px !important;
  border-radius: 50% !important;
  border: 2px solid rgb(108, 117, 125) !important;
  background-color: white!important;
  cursor: pointer !important;
}

input[type="radio"]:checked{
  background-color: #55c96e !important;
  border-color: rgb(108, 117, 125) !important;
}

.btn, #btn_e, #btn_a, #btn_v, #btn_s{
  cursor: pointer !important;
  border-color: rgb(108, 117, 125) !important;
  transition: all 0.3s ease !important;
}

.btn, #btn_a, #btn_v, #btn_s{color: white !important;}

.btn{background-color: #55c96e !important;}
.btn:hover{
  background-color: rgb(108, 117, 125) !important;
  border-color: rgb(25, 135, 84) !important;
}

#btn_e{
  background-color: yellow !important;
  color: rgb(108, 117, 125) !important; 
}
#btn_e:hover{
  background-color: rgb(108, 117, 125) !important;
  color: white!important;
  border-color: white !important;
}

#btn_a{background-color: red !important;}
#btn_a:hover{
  background-color: rgb(108, 117, 125) !important;
  border-color: white !important;
}

#btn_v{background-color: #55c96e !important;}
#btn_v:hover{
  background-color: rgb(108, 117, 125) !important;
  border-color: white !important;
}

#btn_s{background-color: red !important;}
#btn_s:hover{
  background-color: rgb(108, 117, 125) !important;
  border-color: rgb(108, 117, 125) !important;
}

#scroll{
  width: 26px !important;
  height: auto !important;
  cursor: pointer !important;;
}