body {
  min-width: 700px !important;
}
.page-content-wrapper {
  background-color: #fff;
}
.search-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 10px;
}
.search-container>div:first-child {
  /*max-width: 1315px;*/
}
.search-container>div:not(:first-child)>button {
  min-width: 70px !important;
}
.search-item {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin: 0 5px;
}
.search-item>div {
  display: inline-block;
  vertical-align: top;
}
.search-item>div:last-child>input,
.search-item>div:last-child>select {
  width: 184px !important;
}
.search-item .input-daterange input {
  width: 228px;
}
.search-item-title {
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 5px 0px 5px;
  width:70px;
}
.main-button-wrapper {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

.hidden {
  display: none !important;
}

span.good {
  color: #337ab7;
}
span.normal {
  color: #5cb85c;
}
span.bad {
  color: #f0ad4e;
}
span.very-bad {
  color: #d9534f;
}

.modal-header, .modal-body, .modal-footer {
  padding: 15px;
}
.modal-header {
  background-color: #4679cc;
  color: white;
}
.modal-header button {
  color: #fff !important;
}
.custom-tab {
  width: 100%;
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #d4d6dc;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 43px;
  height: 43px;
  background-color: #fff;
}
.custom-tab>li {
  display: inline-block;
  text-align: center;
  line-height: 37px;
  width: 120px;
  cursor: pointer;
}
.custom-tab>li:hover {
  text-decoration: underline;
}
.custom-tab>li.selected {
  border-bottom: 3px solid #115dcb;
  color: #115dcb;
}
.custom-tab>li.disabled {
  cursor: none;
}
/*.table th, td {*/
/*  overflow:hidden;*/
/*  text-overflow:ellipsis;*/
/*  white-space:nowrap;*/
/*}*/
@media screen and (min-width: 1700px) {
  .modal-xxl {
    max-width: 1640px;
  }
}
@media screen and (max-width: 1700px) {
  .modal-xxl {
    max-width: 900px;
  }
}
@media screen and (max-width: 950px) {
  .modal-xxl {
    max-width: 500px;
  }
}
.page-header-user-info {
  display: flex;
  align-items: center;
}
.page-header-user-info>a {
  color: #acc7f2;
  padding: 0 10px;
}
body.mobile-view-activated .page-header-user-info>a {
  color: #4679cc;
  padding: 0 10px;
}
.page-header-user-info>a:first-child {
  cursor: default;
}
.page-header-user-info>a:not(:first-child):hover {
  font-weight: 600;
}
.page-header-user-info>a+a {
  border-left: 2px solid #6e96d7;
}
.page-header-user-info>ul {
  border: 1px solid #d4d6dc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  padding: 0;
}
.page-header-user-info>ul>li {
  width: 100%;
  padding: 8px;
  cursor: pointer;
  color: #555;
}
.page-header-user-info>ul>li:hover {
  font-weight: 600;
}
.page-footer {
  padding: 32px 200px;
  margin-top: 60px;
  box-shadow: 0 0 10px 0 rgba(37,74,135,.13);
  align-items: flex-start;
  background-color: #444;
}
.page-footer-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  color: #fff;
}
.page-footer-list>li {
  padding: 5px 0;
}
.page-footer-list>li:first-child {
  font-weight: 600;
}
.page-footer-list>li:last-child {
  padding-top: 20px;
}
.page-footer-list>li>span {
  padding: 0 10px;
}
.page-footer-list>li>span>span:first-child {
  padding-right: 5px;
}
.page-footer-list>li>span+span {
  border-left: 1px solid #d4d6dc !important;
}
.page-footer img {
  width: 150px;
  margin-top: 10px;
}
.modal-footer {
  padding-top: 0;
}
input, select {
  border-color: #d4d6dc !important;
}
input:focus, select:focus {
  border-color: #4679cc !important;
}
.input-group .btn-outline-default {
  border-color: #d4d6dc !important;
}
.input-group>.input-group-append>span {
  border-color: #d4d6dc;
}
.table .thead-light-c th {
  background-color: rgba(136, 106, 181, 0.04);
  border-color: rgba(0,0,0,0.1);
  font-weight: 600;
  color: #666;
}

tbody td {
  color: #444;
}

.btn-custom {
  color: #fff;
  background-color: #74abe3;
  border-color: #74abe3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn-custom:hover {
  color: #fff;
  background-color: #60a0e0;
  border-color: #60a0e0;
}
.btn-danger-custom {
  color: #fff;
  background-color: #ee4257;
  border-color: #ee4257;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn-danger-custom:hover {
  color: #fff;
  background-color: #da3348;
  border-color: #da3348;
}
.badge-danger {
  color: #fff;
  background-color: #ee4257;
}
.btn-info {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
}