#searchclear {
    position: absolute;
    right: 118px;
    top: 0;
    bottom: 0;
    height: 18px;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    color: #ccc;
}
#searchclear:hover{
  color: #AAA;
}
#searchclear:active{
  color: #888;
}

#searchclear2 {
    font-size: 18px;
    cursor: pointer;
    color: #ccc;
}
#searchclear2:hover{
  color: #AAA;
}
#searchclear2:active{
  color: #888;
}

.muted-link{
  color: #868e96 !important;
}

.muted-link:hover{
  color: #565e66 !important;
  text-decoration: none;
}

.highlight{
  background: rgba(51, 181, 229, 0.2);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(51, 181, 229, 0.3);;
  padding: .5px;
  border-radius: 5px;
}

.sorting {
  position: relative;
  cursor: pointer;
  padding-right: 30px!important;
}

.sorting-asc, .sorting-desc{
  border-bottom-color: #AAA !important;
}

.sorting::after, .sorting::before{
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0;
}

.sorting::after {
  border-top-color: #ddd;
  top: 24px;
}

.sorting::before {
  border-bottom-color: #ddd;
  top: 12px;
}

.table-sm .sorting::after {
  top: 18px !important;
}

.table-sm .sorting::before {
  top: 6px !important;
}

.sorting-asc::before{
  border-bottom-color: #666;
}

.sorting-desc::after{
  border-top-color: #666;
}

.nav-tabs .nav-link{
  color: rgb(41, 161, 209);
}

.nav-tabs .nav-link:hover:not(.active){
  color: rgb(11, 121, 169);
}

#add_btn_container{
  border: solid 1px rgba(0, 0, 0, 0);
  border-bottom-color: #ddd;
}

.list-icon{
  color: #666;
  font-size: 1.5em;
}

.list-delete-icon{
	color: #AAA;
	font-size: 1.2em;
}
.list-delete-icon:hover{
	color: #666;
}

.asteriskField {
    color: #868e96;
    margin-left: 3px;
}

.navbar{
  box-shadow: 0px 2px 8px #AAA;
}

.headerlink{
  color: rgba(0, 0, 0, 0)!important;
}

.headerlink2{
  font-size: 0.6em!important;
}

.table-link{
	color: #222;
}

.table-link:hover{
	color: #444;
	text-decoration: none;
}

@font-face {
  font-family: "Fira Sans bold";
  src: url(FiraSans-Bold.ttf);
}

@font-face {
  font-family: "Fira Sans";
  src: url(FiraSans-Regular.ttf);
}

@font-face {
  font-family: "Cookie";
  src: url(Cookie-Regular.ttf);
}
