.menu-extras.topbar-custom{
  display: inline-block;
}

.topbar-custom .nav-link{
  line-height: 50px;
}

#topnav .navigation-menu>li {
  margin-right: -2px !important;
}


.app-search{
  padding-top: 8px;
  padding-right: 10px;
}

.app-search button{
  top: 8px;
}

.wrapper{
  margin: 0;
}


.page-title-box{
  padding: 10px 0;
  color: #4e4e4e;
  font-size: 23px;
}

.page-title-box .page-title{
  font-size: 23px;
}

#topnav .navigation-menu > li .submenu{
  border-radius: 1px;
}

#lgg {
  border-radius: 25%;
  padding: 5px;
  width: 50px;
  float: left;
  margin-top: 0px;
  height: 50px;
}

.topbar-main{
  background: #fefefe;

}

#topnav .navigation-menu li a {
  font-size: 13px !important;
}

#topnav .navbar-custom {
  background-color: none !important;
}

.grid-filter{
  margin-left: 10px;
  margin-top: -5px;
}

.header-right{
  display: none;
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #001489;
  white-space: nowrap;
  background: #dfebff;
}

.filterSelect {
  width: 85%;
  margin-left: 15px;
  border: 2px solid #efefef;
  margin-top: 10px;
  background: #fff;
}


.dropdown-menu.show{
  border: 1px solid rgb(224, 224, 224);
  background: rgb(249, 249, 249);
}

/**datatable*/

.dataTables_wrapper .table-bordered thead th {
  text-transform: uppercase;
  font-size: 11px;
  background: #eceff3; /*#e6e7e8;*/ /*#f3f3f3;*/
  font-weight: bold;
}

.dataTables_wrapper .table thead th {
  padding: 8px;
}

.table.dataTable{
  border-collapse: collapse !important;
}

.dataTables_wrapper .table thead th{
  border-bottom: none;
}

.dataTables_wrapper .dropdown-header {
  padding: 0.4rem 1.5rem;
  color: #212529;
  background: #eceff3;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}

/**/

.not-visible{
  display: none;
}

div.dataTables_processing{
  background: gray;
  color: white;
}

.dataTable .btn{
  padding: .165rem .6rem;
}

.dataTable .btn i {
  font-size: 0.85rem;
}

.notification-list .notify-item .notify-icon{
  margin-top: 10px;
  margin-left: 15px;
}

.notification-list .notify-item{
  padding: 0;
}

.notify-details b{
  font-weight: 500;
}

.dropdown-item, .dropdown-item{
  color: #0a1832;
  text-decoration: none;
}

.dropdown-item:hover{
  color: #0a1832;
  background-color: #eff3f6;
}

.noti-title:hover{
  background-color: #fff;
}

.logotd {
  color:#676767 !important;
}
.topbar-custom .nav-link {
}

.list-inline > li {
  padding-right: 0px !important;
  padding-left: 0px !important;

}

.notification-list .noti-icon {
  font-size: 22px;
  vertical-align: middle;
}

.app-search .form-control, .app-search .form-control:focus {
  border: 1px solid #999999;
  font-size: 13px;
  height: 36px;
  color: #000 !important;
  padding-left: 20px;
  padding-right: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 3px;
  width: 200px;
}

.login-header {
  background:#ffffff;
  /*background: linear-gradient(135deg, rgba(0,20,137,1) 0%, rgba(0,20,137,1) 1%, rgba(0,125,186,1) 100%);*/
}

.header-bg{
  padding-bottom: 0;
  background:#ffffff;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.5);

  /*
  background: linear-gradient(135deg, rgba(0,20,137,1) 0%, rgba(2,106,147,1) 1%, rgba(0,125,186,1) 100%);
  */
  /*background: #007DAC fixed;*/
  /* background-color: rgb(22, 61, 134);*/
}

#topnav .has-submenu.active a {
  color: #333;
}

#topnav .has-submenu.active a:hover {
  color: #555;
}

#topnav .navigation-menu > li:hover a {
  color: #555;
}

#topnav .navigation-menu > li > a {
  display: block;
  color:#333;
  font-size: 15px;
  transition: all 0.5s ease;
  line-height: 18px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

#topnav .navigation-menu > li > a:hover {
  color: #555;
}

.topbar-custom .nav-link {
  color: #555;
}

.gradline {
  background: rgb(254,215,102);
background: linear-gradient(162deg, rgba(254,215,102,1) 10%, rgba(200,68,44,1) 48%, rgba(0,159,183,1) 81%);
}



