.margitop{ 
	margin-top:0;
	padding:0;
}


.navbar-light .nav-item .nav-link.active,
.navbar-light .nav-item:focus .nav-link,
.navbar-light .nav-item:hover .nav-link {
	color: #ffffff;
	background-color: #ff9900;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.tabsettings {
    bottom:3rem;
	width: 4rem;
}

.ui-autocomplete {
	z-index: 9999;
}
.ui-menu-item {
	padding: 3px 1em 5px 1em;
}

.card-box {
    padding: 3px 1em 5px 1em;
    color: rgb(101, 101, 101);
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #bebbbb;
   
}
.card-box:hover {
    background-color: #b8daf9;
    border-radius: 5px;
    border: 1px solid #b8daf9;
}
.right-cross{
    float: right;
    color:rgb(221, 221, 221);
    font-size: 0.9em;    
}
.right-cross:hover{
    color:red;
}

.small-text{
    color:rgb(87, 85, 85);
    font-size: 0.7em;
    float: right;
  

}
.normal-text{
    color:rgb(53, 52, 52);
    font-size: 0.9em;

}

.cust-border {
    padding: 3px 1em 5px 1em;
    color: rgb(101, 101, 101);
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #bebbbb;
   
}

.note-box {
    padding:3px 1em 3px 1em;
    color: rgb(101, 101, 101);
    border-radius: 5px;
    background-color: #f7f5f1;     
}
.note-box:hover {
    background-color: #b8daf9;
  
}

.mytable {
    border-collapse: collapse;
    border: 1px solid black;
    table-layout: auto;
    width:100%;
  } 
th {
    border: 1px solid black;
    padding: 10px;
    max-width: 280px;
    background-color:rgb(163, 209, 255);
  }
  
 .mtd {
    border: 1px solid black;
    padding: 10px;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  

    
.mydiv:hover {
  color: blue;
}

#abc.custom-file-label,
#abc.custom-file-label::after {
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}

.anyClass {
    height:400px;
    overflow-y: scroll;
  }
