html{
    min-height: 100%;
    height: 100%;
}

body{
    background-color: #EEE;
    position: relative;
    padding-bottom: 100px;
    min-height: 100%;
}

.loading-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.container {
  width: 100%;
}

.fa-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #524f4f;
  font-size: 30px;
}

table.table-row-main {
	margin-bottom: 0 !important;
	border-bottom: 4px solid #0099ff;
    padding:0 5px;
	font-weight: bolder;
    color: #444;
}
.main-div{
 padding-bottom: 50px;
}

.bodycontainer { 
	height: 300px; 
	width: 100%; 
	margin: 0; 
	overflow-y: auto; 
}

.table-scrollable { 
	margin: 0; 
	padding: 0; 
}

.table-header-fixed{
    margin-top: 20px;
}

.table-fixed-width .request {width:7%;}
.table-fixed-width .desc  {width:43%;}
.table-fixed-width .date  {width:5%;}
.table-fixed-width .name  {width:2%;text-align: center;}
.table-fixed-width .resp  {width:20%;}
.table-fixed-width .status  {width:5%;}
.table-fixed-width .headtitle  {width:30%;}
.table-fixed-width .detail  {width:70%;}

.filter-row{
    margin-top:10px;
    margin-bottom:10px;
}

.main-div{
    padding-top: 70px;
}

.navbar-brand{
    color: #0099ff !important;
    font-weight: bolder;
}

.navbar{
    padding: 0 50px !important;
}

.buttons-row{
    margin-top: 30px;
}

.control-btn{
    margin-right: 15px;
}

.status-edit-row{
    margin-top: 15px;
}

.status-edit-row > .form-group{
    margin-bottom: 45px;
}

.status-button-save{
    margin-top: 15px;
}

.fa-times:hover{
    color:red;
}

.fa-plus:hover{
    color:#0099ff;
}

.fa-pencil:hover{
  color:#0099ff;
}

.edittext-lg{
    width: 750px !important;
}

/* Tiago Neves 18.0. */
#mySidenav a {
  position: absolute;
  left: -120px;
  transition: 0.3s;
  padding: 15px;
  width: 150px;
  text-decoration: none;
  font-size: 10px;
  color: black;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0;
}


/* Francisco Neves - 25.3.0 */

#myTopnav {
  position: fixed;
  top: 22px; /* Initially hidden except a small part */
  left: 0;
  width: 100%;
  background-color: #EEE;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  padding: 5px 10px;
  /* z-index: 9999; */
  transition: top 0.3s ease-in-out;
}

#myTopnav:hover {
  top: 50px; /* Moves into full view on hover */
}

#myTopnav a {
  padding: 10px;
  text-decoration: none;
  font-size: 10px;
  color: black;
  border-radius: 4px;
  transition: 0.3s;
  margin: 0 2px;
}

/* Specific background colors */
#new { background-color: #ffffff; }
#danger { background-color: #f2dede; }
#warning { background-color: #fcf8e3; }
#success { background-color: #dff0d8; }
#info { background-color: #d9edf7; }
#closed { background-color: #c7c8c9; }

#myTopnav a:hover {
  opacity: 0.8;
}



/* 

#new {
  top: 80px;
  background-color: #ffffff;
}

#danger {
  top: 140px;
  background-color: #f2dede;
}

#warning {
  top: 200px;
  background-color: #fcf8e3;
}

#success {
  top: 260px;
  background-color: #dff0d8
}

#info {
  top: 320px;
  background-color: #d9edf7
}

#closed {
  top: 380px;
  background-color: #c7c8c9
} */
/* 18.0. */


footer{
	/* Tiago Neves 7.0. */
	height: 170px;
    /* height: 100px;*/
	/* 7.0. */
    background-color: #101010;
    /* Tiago Neves (comentei) position: absolute; */
	position: relative; /* Tiago Neves (acrescentei) */
    bottom: 0;
    width: 100%;

}

footer > ul{
	padding-top: 15px;
}

footer > ul > li{
    line-height: 20px;
    list-style: none; 
    margin-bottom: 5px;
    color: #eee;
}
footer > ul > li > span{
    width: 20px;
    height: 20px;
     display: block;
    border-radius: 50%;    
    margin-right: 8px;   
    float: left; 
    background-color: #FFF;
}

footer > ul > li > span.danger{
    background-color: #ebcccc;
}

footer > ul > li > span.warning{
    background-color: #fcf8e3;
}

/* Tiago Neves 10.0. */
footer > ul > li > span.new{
    background-color: #ffffff;
}
footer > ul > li > span.closed{
    background-color: #00a2ff;
}
footer > ul > li > span.info{
    background-color: #00ccff;
}
/* 10.0. */

footer > ul > li > span.success{
    background-color: #d0e9c6;
}


.form-signin {
  width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin-heading{
  text-align: center;
}

.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  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;
}

#clients_ul {
  margin: 0 auto;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 5px 0 5px;
  border-left: none;
  border-right: none;
}

/* Tiago Neves 6.0. */
/* .fave {
	position: relative;
	visibility:hidden;
	font-size:30px;
	cursor: pointer;
}
.fave:before {
   content: "\2605";
   position: absolute;
   visibility:visible;
}
.fave:checked:before {
   content: "\2606";
   position: absolute;
}*/
.favorite td {
	color: red !important;
}
/* 6.0. */