h1 {
    color: #78ab46;
}

footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    background-color: #ccc
}

footer p {
    padding: 15px;
}
table button{
	background-color: transparent !important;
	border: solid thin transparent !important;
	cursor: pointer;
	 transition: 1.5s; 
	 transform: translateX(0px);
	 opacity: 50%;
	 height:30px !important;
}
table button:hover{
	  transition: ease-in-out;
  	  transition: .3s; 
  	  transform: translateY(-1px);
  	  opacity: 100%;
}
td{
	text-align: left;
  vertical-align: middle !important;
  font-size:12px !important;
}
thead{
	font-size:12px;
}

.error-message {
    color: #a94442;
}

.error-message:first-letter {
    text-transform: capitalize;
}


#profileImage {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(22,52,88);
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  font-weight: 500;
  /* margin: 20px 0; */
}

span.step {
  background: #cccccc;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}
.navFont{
	font-size: 13px;
	font-weight: 500;
	text-decoration:none !important;
	color: black !important;
}
.opacity100{
        opacity: 100%;
        transition-timing-function: ease-in-out; 
        transition: 0.9s;
        border: solid thin transparent;
        text-align: center;
        width: 100px;
        
    }
    .opacity100:hover{
        opacity: 60%;
        transform: translateY(-5px);
        transition-timing-function: ease-in-out; 
        transition: 0.3s;
        border-bottom: solid thin #7d99b9;
    }
    .LeftButtonNav{
    	color: #c8c7c9 !important;
        opacity: 25%;
        transition-timing-function: ease-in-out; 
        transition: 0.9s;
        text-align: center;
        cursor:pointer;
        max-height:25px !important;
        
    }
       .LeftButtonNav:hover{
        color: black !important;
        opacity: 100% !important;
        transform: translateY(-5px);
        transition-timing-function: ease-in-out; 
        transition: 0.3s;
        cursor:pointer;
        max-height:25px !important;
        
    }
    .LeftButtonNav:focus{
            transform: translateY(-15px);
             transition-timing-function: ease-in-out; 
        transition: 1.3s;

    }
        .LeftButtonNavSELECTED{
    	color: rgb(17,91,170) !important;
    	border-bottom: solid thin rgb(17,91,170);
        transition-timing-function: ease-in-out; 
        transition: 0.0s;
        text-align: center;

        
    }
    .LeftButtonNav p{
   display:none;
  transition-timing-function: ease-in-out; 
   transition: 0.9s;
   }
       .LeftButtonNav:hover p{
   display:block;
   transition-timing-function: ease-in-out; 
   transition: 0.2s;
   
   }
   .wrapperleft {
    display: flex;
    justify-content: left;
}
.wrapperRight {
    display: flex;
    justify-content: flex-end;
}
.noborder{
    border-color: transparent !important;
}
.wrapper {
    display: flex;
    justify-content: center;
}
.wrapperv2{
  margin-right: auto;
  margin-left:  auto;
  display: flex;
}
.leftNavButtonBody{
	box-shadow: 0 8px 14px #ababab;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}
#container{
	display: table;
}
.opensans {
    font-family: "Open Sans", sans-serif;
  }
 @media screen and (max-width: 991px) {
    .navToolsHeight {
      height:180px !important;
      box-shadow: 0 0px 0px #ababab;
      }
      .PaddingAboveSearchBar{
       padding-Top:20px !important;
       }
       .PaddingAboveFooter{
       padding-top: 40px;
       }
      .col100Width{
      width: 100% !important;
      }
      #logo{
      display:none !important;
      }
      #signIn{
            display:none !important;
      }
      #MobileNavOptions{
      		margin-top:70px !important;
      }
      #mobileLogo{
      display: block !important;
      }
      .PaddingMobileButton{
     padding:0px !important;
      }
      .MobileIconSmall i{
      font-size:20px !important;
      padding:0px !important;
      }
      .PaddingMobileButtonTitle p{
       display:block;
      }
      #searchBar100{
      width:70% !important;
      }
        i.iconFontMobile {
      font-size:17px!important;
      margin-top:-8px !important;
      }
      p.buttonFontMobile {
	    font-size:9px!important;
	    font-weight: 600;
	    margin-left: -6% !important;
   	 }
   	 .mobileSearchBar{
   	   width:25% !important;
   	 }
   	 .MobileFilterButton{
   	   width:15% !important;
   	 }
   	 .MorepaddingLeft{
   	 padding-left:5%
   	 }
   	 .tablePaddingMobile{
   	 padding:2%!important;
   	 }
   	 td{
   	 font-size:11px !important
   	 }
   	 button i{
   	 font-size: 20px !important}
    }
    #mobileLogout{
    font-size:11px !important
    }
    .SearchButton{
	  width:10%;
	  height:0;
	  font-size:11px !important;
	   content: 'sdsadsadsaearch'; 
	  color:#fff;
	  text-align:center;
	  line-height:0;
	  padding:18px 0;
	  border: solid thin #fbfbfb;
	  border-radius:10px;
	  background-color: rgb(14, 115, 187);
	  transition: 1.5s; 
	  transform: translateX(0px);
	  padding: 18px;
	  cursor: pointer;
	}
	
.SearchButton:hover{
  box-shadow: 0 8px 14px #ababab;
  background-color: rgb(38, 153, 236);
  transition: ease-in-out;
  transition: .3s; 
  transform: translateY(-1px);
}

.SearchButton:active{
  background-color: rgb(255, 255, 255);
}

.FilterButton{
	  width:40px;
	  height:0;
	  color:#fff;
	  text-align:center;
	  line-height:0;
	  padding:18px 0;
	  border: solid thin #fbfbfb;
	  border-radius:50px;
	  background-color: rgb(14, 115, 187);
	  transition: 1.5s; 
	  transform: translateX(0px);
	  padding: 18px;
	  cursor: pointer;
	}
.FilterButton:hover{
  box-shadow: 0 8px 14px #ababab;
  background-color: rgb(38, 153, 236);
  transition: ease-in-out;
  transition: .3s; 
  transform: translateY(-1px);
}
.FilterButton:active{
  background-color: rgb(255, 255, 255);
}

/* Define styles for pending rows */
.row-pending {
    background-color: #fff3cd; /* Change to the desired color */
}

/* Define styles for submitted rows */
.row-submitted {
    background-color: #d4edda; /* Change to the desired color */
}
