.navbar-messages .dropdown-toggle,
.navbar-notifications .dropdown-toggle,
.navbar-user .dropdown-toggle,
.navbar-messages.b-nav-dropdown .nav-link,
.navbar-notifications.b-nav-dropdown .nav-link,
.navbar-user.b-nav-dropdown .nav-link {
  white-space: nowrap;
}
.navbar-messages .dropdown-menu,
.navbar-notifications .dropdown-menu {
  overflow: hidden;
  padding: 0;
}
.navbar-user .dropdown-toggle i {
  font-size: 1.15rem;
}
.navbar-settings .dropdown-toggle i {
  font-size: 1.1rem;
}
.sidenav-horizontal .sidenav-menu {
  z-index: 2;
}
.sidenav-horizontal .sidenav-horizontal-prev,
.sidenav-horizontal .sidenav-horizontal-next {
  display: none;
}
@media (min-width: 992px) {
  .navbar-messages .dropdown-menu,
  .navbar-notifications .dropdown-menu {
    margin-top: 0.5rem;
    width: 22rem;
  }
  .navbar-user .dropdown-toggle i {
    font-size: 1.5rem;
  }
  .navbar-settings .dropdown-toggle i {
    font-size: 1.3rem;
  }
  .navbar-user .dropdown-menu,
  .navbar-settings .dropdown-menu {
    margin-top: 0.25rem;
  }
  .navbar-user .dropdown-menu i:before,
  .navbar-settings .dropdown-menu i:before {
    font-size: 1.16rem;
  }
}
.btn-default {
  background-color: #fff;
}
label.required:before {
  color: #d9534f;
  font-weight: bold;
  vertical-align: top;
  content: "* ";
}
.custom-checkbox {
  display: inline;
  line-height: 2.4;
}
.invalid-tooltip {
  width: auto;
  min-width: 250px;
  max-width: 400px;
  font-size: 0.75rem;
}
.input-group-prepend + .form-control {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.trumbowyg-box {
  border-radius: 0.25rem;
  margin: 0 auto 1rem !important;
}
.trumbowyg-box .trumbowyg-editor {
  border-color: #e7e8e8;
}
.trumbowyg-box .trumbowyg-button-pane {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #fff;
}
.trumbowyg-box .trumbowyg-button-pane .trumbowyg-button-group::after {
  border-color: #e7e8e8;
}
.ion-spin {
  -webkit-animation: ion-spin 1s infinite linear;
  animation: ion-spin 1s infinite linear;
}
.ion-spin:before {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
}
@-webkit-keyframes ion-spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ion-spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.file-type-icons {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.file-type-icons.icon-pdf {
  background-image: url('../images/file-types/svg/pdf.svg');
}
.file-type-icons.icon-dwg {
  background-image: url('../images/file-types/svg/dwg.svg');
}
.file-type-icons.icon-file {
  background-image: url('../images/file-types/svg/file.svg');
}
.file-type-icons.icon-docx {
  background-image: url('../images/file-types/svg/doc.svg');
}
.file-type-icons.icon-xlsx {
  background-image: url('../images/file-types/svg/xls.svg');
}
.file-type-icons.icon-jpg {
  background-image: url('../images/file-types/svg/jpg.svg');
}
.file-type-icons.icon-png {
  background-image: url('../images/file-types/svg/png.svg');
}
.file-type-icons.icon-rar {
  background-image: url('../images/file-types/svg/zip-1.svg');
}
.file-type-icons.icon-zip {
  background-image: url('../images/file-types/svg/zip.svg');
}
.file-type-icons.icon-txt {
  background-image: url('../images/file-types/svg/txt.svg');
}
.file-type-icons.icon-ppt {
  background-image: url('../images/file-types/svg/ppt.svg');
}
.table {
  width: 100% !important;
}
.table.fixedHeader-floating {
  width: auto !important;
}
.table.table-va-m td {
  vertical-align: middle;
}
.table.dataTable th.dt-left,
.table.dataTable td.dt-left {
  text-align: left;
}
.table.dataTable th.dt-center,
.table.dataTable td.dt-center {
  text-align: center;
}
.table.dataTable th.dt-right,
.table.dataTable td.dt-right {
  text-align: right;
}
.table.dataTable th.dt-nowrap,
.table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
.table.dataTable thead th.dt-head-left,
.table.dataTable tfoot th.dt-head-left {
  text-align: left;
}
.table.dataTable thead th.dt-head-center,
.table.dataTable tfoot th.dt-head-center {
  text-align: center;
}
.table.dataTable thead th.dt-head-right,
.table.dataTable tfoot th.dt-head-right {
  text-align: right;
}
.table.dataTable thead th.dt-head-nowrap,
.table.dataTable tfoot th.dt-head-nowrap {
  white-space: nowrap;
}
.table.dataTable tbody td {
  word-break: break-word;
}
.table.dataTable tbody td.dt-body-left {
  text-align: left;
}
.table.dataTable tbody td.dt-body-center {
  text-align: center;
}
.table.dataTable tbody td.dt-body-right {
  text-align: right;
}
.table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
.table-striped tbody tr:nth-of-type(2n+1) .text-fade:after {
  background: -moz-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fafafa', endColorstr='#fafafa', GradientType=1);
}
.dataTables_wrapper .dataTables_processing {
  width: 260px !important;
}
.dataTables_wrapper .dataTables_length {
  display: flex;
}
.dataTables_wrapper .dataTables_length label {
  flex-grow: 1;
}
.dataTables_wrapper .dataTables_length label select {
  width: auto !important;
}
.fixedHeader-floating thead tr th:first-child {
  padding-left: 1.5rem;
}
.fixedHeader-floating thead tr th:last-child {
  padding-right: 1.5rem;
}
body {
  position: relative;
  overflow-x: hidden;
}
.page-title i:before {
  font-size: 1.6rem !important;
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.popover {
  max-width: 90%;
}
.modal-open .popover {
  z-index: 1100;
}
.default-style .select2-dropdown {
  z-index: 1110 !important;
}
.default-style .sweet-alert {
  z-index: 1210;
}
.text-fade {
  overflow: hidden;
  position: relative;
  opacity: 1;
  width: auto;
  height: auto;
  /* 3.6em exactly three lines */
}
.text-fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 1.3em;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
/*# sourceMappingURL=styles.css.map */

.not_accepted{
  color: red;
}

.deadline-warning {
  background-color: rgba(255, 165, 0, 0.3) !important; /* Light orange */
}