.has-errors
{
	border-color: #a94442; 
}  

.has-errors:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

#page-wrapper {
    width: 100%;
}

.bg-gradient-primary {
  background-image:linear-gradient(180deg,#607d8b 10%,#899da7 100%);
}

.btn-primary {
  color: #fff;
  background-color: #607d8b;
  border-color:#546c77;
}

.text-primary {
  color: #607d8b!important;
}

a {
  color: #5c7986;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: transparent;
}

a:hover {
  color:rgba(169, 169, 169);
  border-color: #546c77;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #607d8b;
  border-color: #546c77;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #546c77;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

.topbar-button-search:hover {
  background-color: darkgrey;
}

.btn-link:hover {
  color: #546c77;
  text-decoration: underline;
}

.btn-link {
  font-weight: 400;
  color: #546c77;
  text-decoration: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  background-color: #607d8b;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  content: '-';
  background-color: #607d8b;
}

.topbar .dropdown-list .dropdown-header {
  background-color: #43535b;
  border: 1px solid #43535b;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff;
}


@media (min-width: 576px) {
  .topbar .dropdown {
    position: relative;
  }
  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  .topbar .dropdown-list {
    width: 24rem !important;
  }
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }

  
  
}