body {
  font-size: 10pt;
}

html {
  font-size: 10pt;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.tab-link {
  color:#01244d;
}

.main-link {
  font-size: 11pt;
  margin-right: 5px;
}

.form-control {
  padding: .2rem .5rem
}

.form-select {
  padding: .2rem .5rem
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
	bottom: .5em;
}

.table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}
        
.scrolltable thead {
  position: sticky; 
  top: 0px; 
  background: #fff;
}

.footer {
  position: fixed;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
}

.searchInput {
    background-image: url('../search.png'); 
    background-position: 10px 9px; 
    background-size: 20px 20px;
    background-repeat: no-repeat; 
    width: 100%; 
    font-size: 16px; 
    padding: 8px 20px 8px 40px; 
    border: 1px solid #ddd; 
    border-radius: 5px;
    margin-bottom: 20px; 
}

.navbar-brand {
     padding: 0px;
}
.navbar-brand>img {
	  height: 100%;
	  padding: 15px;
	  width: auto;
}

.xlink {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer
}
.xlink:hover,
.xlink:focus {
  color: #23527c;
  text-decoration: underline;
}
.xlink:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.hiddenlink {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
}
.hiddenlink:hover,
.hiddenlink:focus {
  color: #333333;
  text-decoration: none;
}

.greentext {
	color: green;
}

.redtext {
	color: red;
}

/* LOADER 4 */

#loader-4 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #01244d;
  margin: 35px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

.yellow-highlight { 
 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    padding-left: 3px; 
 
 	background: #ffff70;
 
} 

.unused-hidden {
	display: none;	
}

.unchanged-hidden {
	display: none;	
}

.has-format-error {
	background-color: #ffe5e0;
}
