/* compiled by scssphp v0.0.12 on Mon, 07 Dec 2020 15:13:37 +0200 (0.0938s) */

/* Media Breakpoints */
@-webkit-keyframes slideInLeft {
  0% {
    margin-left: -9999px;
    opacity: 0; }

  75% {
    opacity: 0; }

  95% {
    opacity: 0.5; }

  100% {
    margin-left: -10px;
    opacity: 1; } }

@keyframes slideInLeft {
  0% {
    margin-left: -9999px;
    opacity: 0; }

  75% {
    opacity: 0; }

  95% {
    opacity: 0.5; }

  100% {
    margin-left: -10px;
    opacity: 1; } }

@keyframes moveInRight {
  0% {
    transform: translateX(-100px); }

  100% {
    transform: translate(0); } }

@keyframes logoAnimation {
  0% {
    opacity: 0.2; }

  100% {
    opacity: 1; } }

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  box-sizing: border-box; }

.message {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0.6rem 1rem; }
  .message.error {
    background-color: #c13e41; }
  .message.success {
    background-color: #4ead7d; }

strong {
  font-weight: 500; }

.main {
  width: 100%;
  min-height: calc(100% - 7.2rem);
  display: flex; }
  .main_left {
    width: 24rem;
    background-color: #2e414f;
    z-index: 1;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 1240px) {
  .main_left {
    width: 100%;
    display: none; } }
  .main_right {
    width: calc(100% - 22rem); }
    .main_right .content {
      width: 100%;
      padding: 2rem 3rem 3rem 3rem; }
      @media screen and (max-width: 1240px) {
  .main_right .content {
    padding: 2rem 1.6rem 3rem 1.6rem; } }
    @media screen and (max-width: 1240px) {
  .main_right {
    width: 100%; } }
  @media screen and (max-width: 1240px) {
  .main {
    flex-direction: column;
    margin: 5.2rem 0 0 0;
    min-height: auto; } }

.tooltip {
  position: relative; }
  .tooltip .tooltiptext {
    visibility: hidden;
    min-width: 14rem;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    line-height: 120%;
    transition: opacity 0.3s; }
    .tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent; }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1; }

.hidden {
  display: none; }

.form_head {
  width: 100%;
  margin: 2rem 0 1.4rem 0;
  border-bottom: 2px solid #2e414f; }
  .form_head h2 {
    display: inline-block;
    background-color: #2e414f;
    padding: 0.4rem 1.4rem;
    font-size: 1.7rem;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
  .form_head .expand {
    float: right;
    margin: 0 1rem 0 0;
    font-size: 2rem;
    cursor: pointer; }

.ui-datepicker {
  z-index: 20 !important; }

.col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .col_2 .col {
    width: calc(50% - 2.5rem); }
    @media screen and (max-width: 768px) {
  .col_2 .col {
    width: 100%; } }

.col_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .col_3 .col {
    width: calc(33.33333% - 2.5rem); }
    @media screen and (max-width: 768px) {
  .col_3 .col {
    width: 100%; } }

.col_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .col_4 .col {
    width: calc(25% - 2.5rem); }
    @media screen and (max-width: 1240px) {
  .col_4 .col {
    width: 100%; } }

body {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  color: #333;
  font-weight: 400; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 2.4rem; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 2.2rem; }

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 400; }

a {
  color: #4e8097;
  transition: all 0.3s;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

p {
  margin-bottom: 2rem; }

img {
  display: block;
  max-width: 100%; }

.btn, .btn:link, .btn:visited {
  padding: 0.8rem 1.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 0.3rem;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #4e8097;
  border: 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-transform-style: preserve-3d; }

.btn.red {
  background-color: #c13e41; }

.btn.green {
  background-color: #4caf50; }

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .3); }

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3); }

.btn1, .btn1:link, .btn1:visited {
  margin: 0 0 2rem 0;
  padding: 0.8rem 3rem;
  text-decoration: none;
  display: inline-block;
  color: #4e8097;
  background-color: #fff;
  border: 1px solid #4e8097;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  border-radius: 3px; }

.btn1:hover {
  color: #fff;
  background-color: #4e8097; }

.btn1:active {
  color: #fff;
  background-color: #4e8097; }

.btn2, .btn2:link, .btn2:visited {
  margin: 2rem 0;
  padding: 0.8rem 4.5rem;
  text-decoration: none;
  display: inline-block;
  color: #4e8097;
  background-color: #fff;
  border: 1px solid #4e8097;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-transform-style: preserve-3d; }

.btn2:hover {
  text-decoration: underline; }

.btn2:active {
  text-decoration: underline; }

.reset {
  margin: 1.4rem 0 0 0;
  text-align: right;
  -webkit-appearance: none;
  background: #555;
  color: #fff;
  padding: 1rem 3rem;
  transition: all 0.2s;
  border: 0;
  border-radius: 0.3rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-transform-style: preserve-3d; }
  .reset:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3); }

.action-buttons {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  .action-buttons::after {
    content: "";
    display: table;
    clear: both; }
  .action-buttons li {
    margin: 0 0 0 0.6rem; }
    .action-buttons li a {
      display: block;
      padding: 0.8rem 1.4rem;
      font-size: 1.4rem;
      font-weight: 400;
      border-radius: 0.3rem;
      transition: all 0.2s;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      -webkit-backface-visibility: hidden;
      -webkit-transform: scale(1);
      -webkit-transform: translate3D(0, 0, 0);
      -webkit-transform-style: preserve-3d; }
      .action-buttons li a i {
        padding: 0 0.5rem 0 0; }
      .action-buttons li a:hover {
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .3); }
    .action-buttons li .add {
      color: #fff;
      background-color: #4ead7d; }
    .action-buttons li .filter {
      color: #fff;
      background-color: #6a6a6a; }
    .action-buttons li .reorder {
      color: #fff;
      background-color: #c13e41; }
    .action-buttons li .update {
      color: #333;
      background-color: #4e8097; }

.blink {
  /* Safari 4+ */
  -webkit-animation: blink-effect 1s infinite;
  /* Fx 5+ */
  -moz-animation: blink-effect 1s infinite;
  /* Opera 12+ */
  -o-animation: blink-effect 1s infinite;
  /* IE 10+, Fx 29+ */
  animation: blink-effect 1s infinite; }

@-webkit-keyframes blink-effect {
  0%, 49% {
    background-color: #dc3545; }

  50%, 100% {
    background-color: #2e414f; } }

.top-action-btn {
  display: flex;
  justify-content: flex-end;
  margin: -2rem 0 0 0;
  padding: 0;
  list-style: none; }
  .top-action-btn li {
    padding: 0 0.5rem; }
    .top-action-btn li a {
      display: block;
      font-size: 2rem;
      color: #333;
      text-decoration: none; }
      .top-action-btn li a:hover {
        color: #4e8097; }
    @media screen and (max-width: 768px) {
  .top-action-btn li {
    padding: 0 1rem; } }
  .top-action-btn .status-btn {
    position: relative; }
    .top-action-btn .status-btn p {
      font-size: 2rem;
      cursor: pointer; }
    .top-action-btn .status-btn ul {
      display: none;
      position: absolute;
      top: 3rem;
      right: 0;
      border-radius: 0.3rem;
      overflow: hidden;
      z-index: 100;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); }
      .top-action-btn .status-btn ul li {
        margin: 0;
        padding: 0;
        background-color: #555;
        color: #fff;
        padding: 0.2rem 1rem;
        font-size: 1.3rem;
        border-bottom: 1px solid #999;
        white-space: nowrap;
        cursor: pointer; }
        .top-action-btn .status-btn ul li:hover {
          background-color: #fff;
          color: #333; }
        .top-action-btn .status-btn ul li.active {
          background-color: #858585;
          color: #fff; }
        .top-action-btn .status-btn ul li:last-child {
          border: 0; }
        @media screen and (max-width: 768px) {
  .top-action-btn .status-btn ul li {
    font-size: 1.8rem; } }
  .top-action-btn p {
    margin: 0; }
  @media screen and (max-width: 576px) {
  .top-action-btn {
    margin: 0 0 -1rem 0; } }

.default_form .input {
  width: 100%;
  margin-bottom: 2rem; }
  .default_form .input label {
    display: block;
    font-size: 1.6rem;
    padding: 0 0 0.4rem 0; }
  .default_form .input label.error {
    padding: 0.3rem 0.8rem;
    display: inline-block;
    color: #ff6262;
    font-size: 1.4rem; }
    .default_form .input label.error:after {
      content: none; }
  .default_form .input input, .default_form .input textarea, .default_form .input select {
    padding: 0 1rem;
    font: inherit;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s; }
    .default_form .input input[type=checkbox], .default_form .input textarea[type=checkbox], .default_form .input select[type=checkbox] {
      width: auto;
      float: left;
      margin-top: 0.4rem;
      margin-right: 0.5rem; }
    .default_form .input input:active, .default_form .input textarea:active, .default_form .input select:active, .default_form .input input:focus, .default_form .input textarea:focus, .default_form .input select:focus {
      border-bottom: 1px solid #4e8097;
      outline: none;
      box-shadow: 0 0 5px #ddd;
      transition: all 0.3s; }
  .default_form .input textarea {
    display: block;
    padding: 1rem;
    height: 155px; }
  .default_form .input input.error, .default_form .input textarea.error {
    border: 1px solid #ff6262; }
  .default_form .checkbox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; }
  .default_form .checkbox label {
    cursor: pointer; }
  .default_form .col_multiple {
    display: flex; }
  .default_form .col_multiple .input {
    margin-right: 3rem; }
    .default_form .col_multiple .input:last-child {
      margin-right: 0; }
    @media screen and (max-width: 576px) {
    .default_form .col_multiple .input {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 576px) {
    .default_form .col_multiple {
      display: block; } }
  .default_form .submit {
    margin: 2rem 0 0 0;
    text-align: right; }
  .default_form .submit input {
    -webkit-appearance: none;
    border: 1px solid #4e8097;
    background: #4e8097;
    color: #fff;
    padding: 1.2rem 3rem;
    transition: all 0.3s;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 3px; }
    .default_form .submit input:hover, .default_form .submit input:focus {
      background: #fff;
      color: #4e8097;
      transition: all 0.3s;
      cursor: pointer; }
  .default_form .form_head {
    width: 100%;
    margin: 2rem 0 1.4rem 0;
    border-bottom: 2px solid #2e414f; }
  .default_form .form_head h2 {
    display: inline-block;
    background-color: #2e414f;
    padding: 0.4rem 1.4rem;
    font-size: 1.7rem;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    color: #fff; }
  .default_form .col_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .default_form .col_2 .col {
    width: calc(50% - 2rem); }
    @media screen and (max-width: 768px) {
    .default_form .col_2 .col {
      width: 100%; } }
  .default_form h3 {
    margin: 0 0 1rem 0;
    color: #666; }

.filters {
  display: none; }

.group-form {
  width: 100%;
  display: flex; }
  .group-form .small-form {
    margin-right: 3rem; }
  .group-form .small-form:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .group-form .small-form {
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
  .group-form {
    flex-wrap: wrap; } }

.year-filter {
  display: flex;
  margin: 1rem 0;
  padding: 0;
  list-style: none; }
  .year-filter li {
    margin: 0 0.6rem 0.4rem 0; }
  .year-filter li a {
    display: block;
    background-color: #555;
    color: #fff;
    border-radius: 3px;
    padding: 0.4rem 1rem;
    font-size: 1.4rem; }
  .year-filter li.active a {
    background-color: #4e8097;
    color: #333; }

.small-form {
  width: 100%;
  margin: 2rem 0 0 0;
  padding: 2rem;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  .small-form h3 {
    font-size: 1.8rem;
    margin: 0 0 1.2rem 0; }
  .small-form .input {
    width: 100%;
    margin-bottom: 1rem; }
  .small-form .input label {
    display: block;
    font-size: 1.4rem;
    padding: 0 0 0.2rem 0; }
  .small-form .input label.error, .small-form .input .error-message {
    padding: 0.3rem 0.8rem;
    display: inline-block;
    color: #ff6262;
    font-size: 1.4rem; }
    .small-form .input label.error:after, .small-form .input .error-message:after {
      content: none; }
  .small-form .input input, .small-form .input textarea, .small-form .input select {
    padding: 0 1rem;
    font: inherit;
    font-size: 1.4rem;
    width: 100%;
    height: 3.4rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s; }
    .small-form .input input[type=checkbox], .small-form .input textarea[type=checkbox], .small-form .input select[type=checkbox] {
      width: auto;
      float: left;
      margin-top: 0.4rem;
      margin-right: 0.5rem; }
    .small-form .input input:active, .small-form .input textarea:active, .small-form .input select:active, .small-form .input input:focus, .small-form .input textarea:focus, .small-form .input select:focus {
      border-bottom: 1px solid #4e8097;
      outline: none;
      box-shadow: 0 0 5px #ddd;
      transition: all 0.3s; }
  .small-form .input input.error, .small-form .input select.error, .small-form .input textarea.error, .small-form .input .form-error {
    border: 1px solid #ff6262; }
  .small-form .input.file input {
    background-color: #fff;
    padding: 0.5rem 1rem;
    height: auto; }
  .small-form .submit {
    display: inline-flex;
    margin: 1.4rem 0.6rem 0 0; }
  .small-form .submit input {
    -webkit-appearance: none;
    background: #4e8097;
    color: #fff;
    padding: 1rem 3rem;
    transition: all 0.2s;
    border: 0;
    border-radius: 0.3rem;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
    -webkit-transform: translate3D(0, 0, 0);
    -webkit-transform-style: preserve-3d; }
    .small-form .submit input:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, .3); }
  .small-form .col_multiple {
    display: flex; }
  .small-form .col_multiple .input {
    margin-right: 3rem; }
    .small-form .col_multiple .input:last-child {
      margin-right: 0; }
    @media screen and (max-width: 576px) {
    .small-form .col_multiple .input {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 576px) {
    .small-form .col_multiple {
      display: block; } }
  .small-form .reset-file {
    font-size: 1.3rem;
    color: #fff;
    background-color: #888;
    padding: 0.4rem 1rem;
    cursor: pointer;
    border-radius: 3px; }
  .small-form .current-file {
    margin: 2rem 0 0 0; }
  .small-form.fixed {
    max-width: 60rem; }
  .small-form.fixed .submit {
    text-align: right;
    display: block; }
  @media screen and (max-width: 1240px) {
    .small-form.fixed {
      max-width: 100%; } }

.reorder-items {
  width: 100%;
  margin: 2rem 0 0 0;
  padding: 2rem;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  .reorder-items ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .reorder-items ul li {
    margin: 1rem 0;
    padding: 0.8rem 1rem;
    background-color: #fff;
    cursor: move;
    border-radius: 0.3rem; }
  .reorder-items .submit {
    display: inline-block;
    margin: 1.4rem 0.6rem 0 0; }
  .reorder-items .submit input {
    -webkit-appearance: none;
    background: #4e8097;
    color: #fff;
    padding: 1rem 3rem;
    transition: all 0.2s;
    border: 0;
    border-radius: 0.3rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
    -webkit-transform: translate3D(0, 0, 0);
    -webkit-transform-style: preserve-3d; }
    .reorder-items .submit input:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, .3); }

.ajax-btn {
  position: relative; }
  .ajax-btn_content {
    position: absolute;
    right: 0.2rem;
    top: 0.4rem;
    display: flex; }
  .ajax-btn_content input {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    cursor: pointer; }
  .ajax-btn_content label {
    display: inline-block !important;
    font-size: 1.4rem !important;
    padding: 0 0 0 0.4rem !important;
    cursor: pointer; }

.forgot_password {
  display: flex;
  align-items: center;
  height: 100%; }

#pagenums {
  margin: 3rem 0 2rem 0; }
  #pagenums ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
  #pagenums ul li {
    margin: 0 0.4rem; }
    #pagenums ul li a {
      display: block;
      padding: 0.4rem 1rem;
      text-decoration: none;
      color: #888; }
    #pagenums ul li.active a {
      color: #fff;
      background-color: #4e8097;
      border-radius: 3px; }
    #pagenums ul li:hover a {
      color: #fff;
      background-color: #4e8097;
      border-radius: 3px; }
  #pagenums .text {
    margin: 1rem 0 0 0;
    font-size: 1.4rem; }

.breadcrumbs {
  width: 100%;
  background-color: #eee; }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 1.6rem;
    font-size: 1.4rem; }
  .breadcrumbs ul li {
    margin-right: 1rem; }
    .breadcrumbs ul li i {
      margin-right: 1rem; }
    .breadcrumbs ul li a {
      color: #4e8097; }

.std-table {
  position: relative;
  margin: 3rem 0 3rem 0;
  padding: 0;
  width: 100%;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-collapse: inherit; }
  .std-table tr {
    background-color: #f8f8f8;
    border-bottom: 1px solid #d2d2d2; }
  .std-table tr .sticky-header {
    position: sticky;
    top: 0;
    z-index: 10; }
    @media screen and (max-width: 1240px) {
    .std-table tr .sticky-header {
      top: 5rem; } }
  .std-table tr th {
    padding: 1rem 2rem;
    background-color: #2e414f;
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: left;
    /*white-space: nowrap;*/
    border-right: 1px solid #395162; }
    .std-table tr th a {
      color: #b6ceda; }
      .std-table tr th a i {
        padding: 0 0 0 0.4rem;
        font-size: 1.8rem; }
      .std-table tr th a:hover, .std-table tr th a:focus {
        text-decoration: none; }
    .std-table tr th:first-child {
      -webkit-border-top-left-radius: 0.8rem;
      -moz-border-radius-topleft: 0.8rem; }
    .std-table tr th:last-child {
      border-right: 0;
      -webkit-border-top-right-radius: 0.8rem;
      -moz-border-radius-topright: 0.8rem; }
  .std-table tr td {
    position: relative;
    padding: 1.5rem 1.5rem;
    vertical-align: top;
    font-size: 1.4rem;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #f0f0f0; }
    .std-table tr td h3 {
      font-size: 1.6rem;
      font-weight: 500;
      margin: 0 0 1rem 0;
      line-height: 120%; }
      .std-table tr td h3 a {
        color: #333; }
      .std-table tr td h3.no-margin {
        line-height: 110%;
        margin: 0; }
    .std-table tr td strong {
      font-size: 1.6rem;
      font-weight: 500; }
    .std-table tr td p {
      margin: 0.5rem 0 0 0; }
    .std-table tr td ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .std-table tr td ul li {
        margin: 0.2rem 0; }
    .std-table tr td .file-link {
      font-size: 1.6rem; }
    .std-table tr td:last-child {
      border-right: 0; }
    @media screen and (max-width: 768px) {
    .std-table tr td {
      min-height: 4rem;
      padding: 1rem 1.4rem; } }
  .std-table tr .action-link {
    width: 5rem;
    padding: 1.5rem 1rem; }
    .std-table tr .action-link ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0;
      padding: 0;
      list-style: none; }
      .std-table tr .action-link ul li {
        width: 100%;
        padding: 0 0.5rem;
        margin: 0; }
        .std-table tr .action-link ul li a {
          display: block;
          font-size: 1.6rem;
          color: #333;
          text-decoration: none; }
          .std-table tr .action-link ul li a:hover {
            color: #4e8097; }
        @media screen and (max-width: 768px) {
    .std-table tr .action-link ul li {
      display: flex;
      align-items: center;
      justify-content: center; } }
      @media screen and (max-width: 768px) {
    .std-table tr .action-link ul {
      flex-wrap: nowrap; } }
    @media screen and (max-width: 768px) {
    .std-table tr .action-link {
      width: 100%; } }
  .std-table tr .papers {
    width: 10%; }
  .std-table tr .date {
    width: 9%; }
  .std-table tr .active {
    width: 10rem; }
  .std-table tr .created {
    width: 17rem; }
  .std-table tr:hover {
    background-color: #fff; }
  .std-table tr:last-child {
    border: 0; }
  .std-table .project-count {
    border: 0; }
  .std-table .project-count td {
    padding: 0.2rem 2rem 0.2rem 2rem;
    background-color: #d2d2d2;
    color: #333;
    font-size: 1.4rem; }

@media screen and (max-width: 768px) {
  .std-table {
    border: 0; }

  .std-table caption {
    font-size: 1.3em; }

  .std-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  .std-table tr {
    border-bottom: 1rem solid #666 !important;
    display: block; }

  .std-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right; }

  .std-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }

  .std-table td:last-child {
    border-bottom: 0; }

  .institution-table tr {
    border-bottom: 1px solid #d2d2d2 !important; }

  .institution-table td {
    border-bottom: 0 !important; } }

.centered {
  text-align: center; }
  @media screen and (max-width: 768px) {
  .centered {
    text-align: right; } }

.footer {
  background-color: #fff; }

.header {
  position: relative;
  width: 100%;
  min-height: 5rem;
  padding: 1rem 2rem;
  overflow: auto;
  border-top: 2px solid #4e8097; }
  .header_logo {
    float: left;
    animation-name: logoAnimation;
    animation-duration: 2s;
    margin: 0 0 0 1rem; }
  .header_logo a {
    display: block; }
    .header_logo a:hover, .header_logo a:focus {
      background-color: transparent; }
  .header_logo img {
    display: block;
    height: 5rem; }
    @media screen and (max-width: 1240px) {
    .header_logo img {
      padding: 0.8rem 0; } }
  @media screen and (max-width: 1240px) {
    .header_logo {
      margin: 0 0 0 5%; } }
  .header_links {
    float: right; }
  .header_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .header_links ul li a {
      display: block;
      padding: 5px 10px;
      color: #333;
      font-size: 1.4rem; }
      .header_links ul li a:hover, .header_links ul li a:focus {
        color: #4e8097;
        text-decoration: none; }
      .header_links ul li a i {
        padding: 0 0.1rem 0 0;
        font-size: 1.6rem; }
        @media screen and (max-width: 1240px) {
      .header_links ul li a i {
        font-size: 2rem; } }
      @media screen and (max-width: 1240px) {
      .header_links ul li a {
        font-size: 0px; } }
  @media screen and (max-width: 1240px) {
    .header_links {
      height: 5rem;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media screen and (max-width: 1240px) {
  .header {
    position: fixed;
    padding: 0 6rem 0 0;
    height: 5.2rem;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 4px 3px -3px #a4a4a4; } }

.mobile-menu {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0px;
  top: 2px;
  z-index: 200;
  width: 5rem;
  height: 5rem;
  color: #fff;
  background-color: #333;
  text-align: center;
  font-size: 2rem;
  box-sizing: border-box; }
  .mobile-menu:hover, .mobile-menu:focus {
    text-decoration: none; }
  @media screen and (max-width: 1240px) {
  .mobile-menu {
    visibility: visible !important; } }

nav {
  position: sticky;
  top: 0; }

#menu {
  width: 100%;
  margin: 0;
  padding: 0 0 0 0;
  list-style: none; }
  #menu li {
    position: relative;
    border-bottom: 1px solid #395162; }
  #menu li a {
    display: block;
    padding: 0.8rem 1.5rem;
    color: #b6ceda;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 300;
    transition: all 0.3s; }
    #menu li a:hover, #menu li a:focus {
      background-color: transparent;
      background: #d8e4eb;
      color: #2e414f; }
    #menu li a i {
      padding: 0 0.6rem 0 0;
      font-size: 1.6rem; }
      @media screen and (max-width: 1240px) {
    #menu li a i {
      font-size: 1.8rem; } }
    @media screen and (max-width: 1240px) {
    #menu li a {
      font-size: 1.8rem; } }
  #menu li ul.submenu {
    padding: 0 0 0.5rem 0; }
    #menu li ul.submenu li {
      border: 0; }
      #menu li ul.submenu li a {
        padding: 0.6rem 1rem 0.6rem 3rem;
        font-size: 1.4rem; }
      @media screen and (max-width: 1240px) {
      #menu li ul.submenu li a {
        font-size: 1.7rem; } }
      #menu li ul.submenu li i {
        font-size: 1.4rem; }
      @media screen and (max-width: 1240px) {
      #menu li ul.submenu li i {
        font-size: 1.7rem; } }
      #menu li ul.submenu li.active a {
        color: #fff; }
        #menu li ul.submenu li.active a:hover, #menu li ul.submenu li.active a:focus {
          color: #2e414f; }
  #menu li.active a {
    color: #fff; }
    #menu li.active a:hover, #menu li.active a:focus {
      color: #2e414f; }
  #menu li.blink a {
    color: #fff !important; }
    #menu li.blink a:hover {
      background-color: #dc3545 !important; }

.summary-boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -1rem 2rem -1rem; }
  .summary-boxes .box {
    position: relative;
    padding: 0 1rem 0 1rem;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%; }
  .summary-boxes .box .small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 2rem;
    position: relative; }
    .summary-boxes .box .small-box .inner {
      padding: 1rem;
      color: #fff; }
    .summary-boxes .box .small-box .inner h3 {
      font-size: 2.4rem;
      font-weight: 600; }
    .summary-boxes .box .small-box .inner p {
      margin: 0.6rem 0 1rem 0;
      font-size: 1.4rem; }
    .summary-boxes .box .small-box .icon {
      color: rgba(0, 0, 0, .15);
      z-index: 0;
      font-size: 6rem; }
    .summary-boxes .box .small-box .icon i {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      transition: all 0.5s; }
    @media screen and (max-width: 576px) {
      .summary-boxes .box .small-box .icon {
        font-size: 4rem; } }
    .summary-boxes .box .small-box .small-box-footer {
      background: rgba(0, 0, 0, .1);
      color: rgba(255, 255, 255, .8);
      display: block;
      padding: 0.3rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      z-index: 10;
      font-size: 1.4rem; }
    .summary-boxes .box .small-box .small-box-footer:hover, .summary-boxes .box .small-box .small-box-footer:focus {
      background: rgba(0, 0, 0, .15);
      color: #fff; }
    .summary-boxes .box .small-box:hover .icon {
      font-size: 6.6rem; }
    @media screen and (max-width: 576px) {
    .summary-boxes .box .small-box {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 768px) {
    .summary-boxes .box {
      max-width: 50%;
      flex: 0 0 50%; } }
  @media screen and (max-width: 576px) {
    .summary-boxes .box {
      max-width: 50%;
      flex: 0 0 100%;
      padding: 0 0.5rem 0 0.5rem !important; } }
  .summary-boxes .bg-info1 {
    background-color: #17a2b8; }
  .summary-boxes .bg-info2 {
    background-color: #28a745; }
  .summary-boxes .bg-info3 {
    background-color: #ffc107; }
  .summary-boxes .bg-info4 {
    background-color: #dc3545; }

.charts .col_multiple {
  display: flex; }
  .charts .col_multiple .row {
    width: 100%;
    margin-right: 3rem;
    margin-bottom: 2rem;
    background-color: #f2f2f2;
    min-height: 40rem;
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2); }
    .charts .col_multiple .row:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
    .charts .col_multiple .row {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .charts .col_multiple {
      flex-wrap: wrap; } }

.project_create {
  margin: 0 0 6rem 0; }
  .project_create .input {
    width: 100%;
    margin-bottom: 2rem; }
  .project_create .input label {
    display: block;
    font-size: 1.6rem;
    padding: 0 0 0.4rem 0; }
  .project_create .input label.error {
    padding: 0.3rem 0.8rem;
    display: block;
    color: #fff;
    background-color: #ff6262;
    font-size: 1.3rem;
    line-height: 130%; }
    .project_create .input label.error:after {
      content: none; }
  .project_create .input input, .project_create .input textarea, .project_create .input select {
    padding: 0 1rem;
    font: inherit;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s; }
    .project_create .input input[type=checkbox], .project_create .input textarea[type=checkbox], .project_create .input select[type=checkbox] {
      width: auto;
      float: left;
      margin-top: 0.4rem;
      margin-right: 0.5rem; }
    .project_create .input input:active, .project_create .input textarea:active, .project_create .input select:active, .project_create .input input:focus, .project_create .input textarea:focus, .project_create .input select:focus {
      border-bottom: 1px solid #4e8097;
      outline: none;
      box-shadow: 0 0 5px #ddd;
      transition: all 0.3s; }
  .project_create .input textarea {
    display: block;
    padding: 1rem;
    height: 20rem; }
  .project_create .input input.error, .project_create .input textarea.error, .project_create .input select.error {
    border: 1px solid #ff6262; }
  .project_create .col_multiple {
    display: flex; }
  .project_create .col_multiple .input {
    margin-right: 3rem; }
    .project_create .col_multiple .input:last-child {
      margin-right: 0; }
    @media screen and (max-width: 576px) {
    .project_create .col_multiple .input {
      width: 100%;
      max-width: 100% !important;
      margin-right: 0; } }
  @media screen and (max-width: 576px) {
    .project_create .col_multiple {
      display: block; } }
  @media screen and (max-width: 768px) {
    .project_create .dynamic-block_1 {
      display: flex; }
      .project_create .dynamic-block_1 .input {
        margin-right: 0.8rem; } }
  @media screen and (max-width: 768px) {
    .project_create .dynamic-block_2 {
      display: flex;
      flex-wrap: wrap; }
      .project_create .dynamic-block_2 .input {
        width: 31% !important;
        margin-right: 2.33333%; } }
  .project_create .image_upload {
    position: relative;
    width: calc(50% - 2.5rem);
    height: 15.7rem;
    margin: 0 3rem 0 0;
    background-color: #fff;
    border: 1px solid #c9c9c9; }
  .project_create .image_upload a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15.5rem;
    text-decoration: none;
    color: #333;
    cursor: pointer; }
    .project_create .image_upload a p {
      text-align: center;
      margin: 0;
      padding: 0; }
    .project_create .image_upload a i {
      font-size: 7rem;
      color: #777; }
    .project_create .image_upload a strong {
      display: block;
      padding: 1rem 0 0 0; }
  .project_create .image_upload .image-preview {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }
  .project_create .image_upload .remove-image {
    position: absolute;
    bottom: 0;
    right: 0.4rem;
    font-size: 2rem;
    color: #ef2c2c;
    cursor: pointer; }
  @media screen and (max-width: 576px) {
    .project_create .image_upload {
      width: 50%;
      margin: 0 0 2rem 0; } }
  .project_create .submit {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 90;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); }
  .project_create .submit input {
    -webkit-appearance: none;
    background: #4e8097;
    color: #fff;
    padding: 1.2rem 3rem;
    transition: all 0.3s;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 3px;
    border: 0; }
    .project_create .submit input:hover, .project_create .submit input:focus {
      background: #3fb629;
      color: #fff;
      transition: all 0.3s;
      cursor: pointer; }
  .project_create h3 {
    margin: 0 0 1rem 0;
    color: #666; }
  .project_create .form_info {
    display: block;
    margin: -0.5rem 0 0.4rem 0;
    font-size: 1.3rem;
    color: #555; }

.ck-editor__editable_inline {
  min-height: 300px; }

.companyFields {
  display: none; }

.form_papers {
  margin: -0.5rem 0 2rem 0;
  height: 81rem;
  overflow-y: scroll;
  padding: 0 0.8rem 0 0; }
  .form_papers .checkbox {
    width: 100%;
    background-color: #f2f2f2;
    display: block;
    margin: 10px 0;
    position: relative;
    border-radius: 5px; }
  .form_papers .checkbox:hover {
    background-color: #e1e1e1; }
  .form_papers .checkbox .fancy_label {
    padding: 12px 20px;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden; }
    .form_papers .checkbox .fancy_label .status-color {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      background-color: #acacac;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      z-index: -1; }
    .form_papers .checkbox .fancy_label:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      background-color: #4ead7d;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      z-index: -1; }
    .form_papers .checkbox .fancy_label:after {
      width: 32px;
      height: 32px;
      content: '';
      border: 2px solid #888;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
      background-repeat: no-repeat;
      background-position: 2px 3px;
      border-radius: 3px;
      z-index: 2;
      position: absolute;
      right: 2rem;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 200ms ease-in; }
    @media screen and (max-width: 576px) {
      .form_papers .checkbox .fancy_label:after {
        right: 1rem; } }
    @media screen and (max-width: 576px) {
    .form_papers .checkbox .fancy_label {
      padding: 12px 10px; } }
  .form_papers .checkbox .fancy_input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden; }
  .form_papers .checkbox .status {
    position: absolute;
    display: none;
    top: 0.9rem;
    right: 70px;
    z-index: 10;
    min-width: 11rem;
    height: 3rem;
    padding: 0 1rem;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    color: #333; }
    @media screen and (max-width: 768px) {
    .form_papers .checkbox .status {
      min-width: 10rem; } }
    @media screen and (max-width: 576px) {
    .form_papers .checkbox .status {
      right: 50px; } }
  .form_papers .checkbox .toggle_details {
    display: none;
    position: absolute;
    top: 0;
    right: 190px;
    left: 0;
    height: 4.8rem;
    padding: 1.1rem 0 0 0;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 10;
    color: #fff;
    text-align: right; }
    @media screen and (max-width: 768px) {
    .form_papers .checkbox .toggle_details {
      font-size: 0;
      right: 160px; } }
  .form_papers .checkbox .last-change {
    visibility: hidden;
    position: absolute;
    top: 0;
    height: 4.8rem;
    display: flex;
    align-items: center;
    right: 220px;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    color: ; }
    @media screen and (max-width: 768px) {
    .form_papers .checkbox .last-change {
      display: none; } }
  .form_papers .checkbox .details {
    display: none; }
  .form_papers .checkbox .fields {
    padding: 0.2rem 1rem 0.2rem 1rem;
    background-color: #ddd;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
    .form_papers .checkbox .fields_col {
      display: flex; }
    .form_papers .checkbox .fields_col .input {
      margin-bottom: 1rem;
      margin-right: 2rem; }
    .form_papers .checkbox .fields_col .input:last-child {
      margin-right: 0; }
    @media screen and (max-width: 576px) {
 }
    @media screen and (max-width: 576px) {
 }
    .form_papers .checkbox .fields input, .form_papers .checkbox .fields select {
      height: 2.6rem;
      font-size: 1.3rem;
      border: 1px solid #fff; }
    .form_papers .checkbox .fields label {
      padding: 0;
      font-size: 1.3rem; }
  .form_papers .checkbox .fancy_input:checked ~ .status {
    display: block;
    /*.fancy_input:checked ~ .fields {
			display: none;
		}*/ }
  .form_papers .checkbox .fancy_input:checked ~ .toggle_details {
    display: block; }
  .form_papers .checkbox .fancy_input:checked ~ .last-change {
    visibility: visible; }
  .form_papers .checkbox .fancy_input:checked ~ .fancy_label .status-color {
    transform: translate(-50%, -50%) scale3d(160, 160, 1);
    opacity: 1; }
    .form_papers .checkbox .fancy_input:checked ~ .fancy_label:after {
      background-color: #4e8097;
      border-color: #fff; }
  @media screen and (max-width: 768px) {
  .form_papers {
    height: 50rem !important; } }

.checkbox__2 {
  width: 100%;
  max-width: 37.8rem;
  margin: 1rem 0 4rem 0;
  counter-reset: total; }
  .checkbox__2 input {
    opacity: 0;
    position: absolute; }
  .checkbox__2 label {
    position: relative;
    display: block;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 0.5em 1em 0.5em 5em;
    box-shadow: 0 1px 2px rgba(100, 100, 100, .5) inset, 0 0 10px rgba(100, 100, 100, .1) inset;
    cursor: pointer;
    text-shadow: 0 2px 2px #fff; }
  .checkbox__2 label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.7em;
    width: 3em;
    height: 1.2em;
    border-radius: 0.6em;
    background: #eee;
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(100, 100, 100, .5) inset, 0 0 10px rgba(100, 100, 100, .2) inset; }
  .checkbox__2 label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.5em;
    width: 1.4em;
    height: 1.4em;
    border: 0.25em solid #fafafa;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ddd;
    background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
    transform: translateY(-50%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .5); }
  .checkbox__2 label, .checkbox__2 label::before, .checkbox__2 label::after {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .checkbox__2 label:hover, .checkbox__2 input:focus + label {
    color: black; }
  .checkbox__2 label:hover::after, .checkbox__2 input:focus + label::after {
    background-color: #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5); }
  .checkbox__2 input:checked {
    counter-increment: total; }
  .checkbox__2 input:checked + label::before {
    background: #4ead7d; }
    .checkbox__2 input:checked + label::after {
      transform: translateX(2em) translateY(-50%); }
  .checkbox__2 .total::after {
    content: counter(total);
    font-weight: bold; }

.ui-autocomplete {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.5); }
  .ui-autocomplete li {
    transition: none;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e2e2e2; }
  .ui-autocomplete li a {
    transition: none;
    display: block;
    padding: 8px 14px; }
    .ui-autocomplete li .ui-state-active {
      transition: none;
      background-color: #fceec5;
      color: #333;
      text-decoration: none;
      border: 1px solid #c5c5c5; }

.status_block .pdf {
  min-width: 4rem;
  margin: 3.4rem 0 0 0; }
  .status_block .pdf i {
    color: #333;
    cursor: pointer;
    font-size: 2.4rem;
    color: #c13e41; }
    .status_block .pdf i:hover {
      color: #ff6262; }
  .status_block .remove_status {
    min-width: 1.5rem;
    margin: 3.4rem 0 0 0; }
  .status_block .remove_status i {
    color: #333;
    cursor: pointer;
    font-size: 1.8; }
    .status_block .remove_status i:hover {
      color: #ff6262; }

.grey-box {
  width: 100%;
  margin: -1.4rem 0 0 0;
  padding: 2rem 2rem 1rem 2rem;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.project-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 0; }
  .project-row .col {
    width: 100%; }
  .project-row .col-head {
    width: 100%;
    margin: 0 0 0 0;
    border-bottom: 2px solid #555; }
    .project-row .col-head h3 {
      display: inline-block;
      background-color: #555;
      padding: 0.4rem 1.4rem;
      font-size: 1.7rem;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      color: #fff;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
  .project-row .col-inner {
    padding: 2rem;
    background-color: #f2f2f2;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
    .project-row .col-inner ul {
      margin: 0.5rem 0 2rem 0;
      padding: 0;
      list-style: none; }
    .project-row .col-inner ul li {
      margin: 0.4rem 0;
      font-size: 1.6rem; }
    .project-row .col-inner ul li span {
      font-weight: 500; }
  .project-row .col.col2 {
    width: calc(50% - 1.5rem); }
  .project-row .col.col3 {
    width: calc(33.33333% - 2rem); }
  .project-row .col.col4 {
    width: calc(25% - 0.75rem); }

.modal {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }
  .modal_body {
    position: relative;
    margin: 3rem auto 1rem auto;
    padding: 0.6rem;
    background-color: #fff;
    border-radius: 0.5rem; }
  .modal_body .close-modal {
    position: absolute;
    font-size: 2rem;
    top: -1rem;
    right: -1rem;
    z-index: 1001;
    background-color: red;
    border-radius: 3rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer; }
  .modal .map {
    width: 94%;
    height: 70%;
    max-width: 100rem; }

#map {
  width: 100%;
  height: 100%; }

.projects_map {
  width: 100%;
  min-height: 65rem;
  margin: 2rem 0 0 0;
  border-radius: 0.5rem; }

#pac-input {
  width: calc(100% - 20px);
  max-width: 360px;
  top: 10px !important;
  left: 210px !important;
  border: 0;
  padding: 0 1rem;
  height: 4rem;
  border-radius: 0.3rem; }
  @media screen and (max-width: 768px) {
  #pac-input {
    left: 10px !important;
    top: 60px !important; } }

.steps-log {
  width: 100%;
  height: 15rem;
  overflow-y: scroll;
  margin: 0 0 1.5rem 0;
  border-radius: 0.3rem; }
  .steps-log ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .steps-log ul li {
    padding: 0.5rem 1rem;
    line-height: 120%; }
    .steps-log ul li p {
      margin: 0;
      padding: 0;
      font-size: 1.4rem; }
    .steps-log ul li p strong {
      font-size: 1.5rem; }
    .steps-log ul li p span {
      font-size: 1.3rem;
      color: #797979;
      font-style: italic; }

.expense {
  width: 100%;
  margin: 1rem 0;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.3rem; }
  .expense tr:hover {
    background-color: #f4f4f4; }
  .expense tr:last-child td {
    border-bottom: 0;
    border-top: 1px solid #666;
    white-space: nowrap; }
  .expense .total {
    font-weight: 600; }
  .expense .total td {
    padding: 1.5rem 0 1rem 0; }
  .expense .total:hover {
    background-color: transparent; }
  .expense td {
    padding: 0.5rem 0.5rem;
    border-bottom: 1px dashed #ddd; }
  .expense td:last-child {
    width: 20%;
    text-align: right; }

.disabled {
  pointer-events: none;
  background-color: #ddd; }

.papers {
  margin: 0 0 6rem 0; }
  .papers .grey-box {
    padding: 2rem 1rem 1rem 1rem; }
  .papers .grey-box ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .papers .grey-box ul li {
      position: relative;
      margin: 0 0 1rem 0;
      padding: 1rem 1rem;
      background-color: #fff;
      border-radius: 0.3rem; }
    .papers .grey-box ul li .info {
      width: calc(100% - 3rem);
      display: flex;
      flex-wrap: wrap;
      min-height: 5rem; }
    .papers .grey-box ul li .info_block {
      width: 50%;
      line-height: 120%; }
    .papers .grey-box ul li .info.task-info {
      min-height: auto; }
    .papers .grey-box ul li p {
      margin: 0;
      padding: 0;
      font-size: 1.4rem;
      line-height: 110%; }
    .papers .grey-box ul li h4 {
      margin: 0 0 0.4rem 0;
      font-size: 1.6rem;
      font-weight: 500; }
    .papers .grey-box ul li h4 a {
      color: #333; }
    .papers .grey-box ul li .date {
      padding: 0.6rem 0 0 0;
      text-align: center; }
    .papers .grey-box ul li .name {
      padding: 0.2rem 0 0 0;
      text-align: center; }
    .papers .grey-box ul li .details {
      display: none;
      margin: 0.8rem 0 0 0; }
    .papers .grey-box ul li .task-title {
      padding: 0.4rem 3rem 0.4rem 0;
      min-height: 2.8rem;
      font-size: 1.4rem;
      line-height: 110%; }
    .papers .grey-box ul li .task-details {
      padding: 0.6rem 0.6rem;
      overflow: auto; }
    .papers .grey-box ul li .switch {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      cursor: pointer; }
    .papers .grey-box ul li .switch i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.6rem;
      height: 2.6rem;
      cursor: pointer;
      font-size: 1.6rem;
      border-radius: 0.3rem;
      color: #fff;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); }
    .papers .grey-box ul li .switch ul {
      display: none;
      position: absolute;
      top: 2.8rem;
      right: 0;
      border-radius: 0.3rem;
      overflow: hidden;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      z-index: 20; }
      .papers .grey-box ul li .switch ul li {
        margin: 0;
        padding: 0;
        background-color: #555 !important;
        color: #fff;
        padding: 0.2rem 1rem;
        font-size: 1.3rem;
        border-bottom: 1px solid #999;
        white-space: nowrap;
        cursor: pointer;
        border-radius: 0; }
        .papers .grey-box ul li .switch ul li:hover {
          background-color: #fff !important;
          color: #333; }
        .papers .grey-box ul li .switch ul li.active {
          background-color: #858585 !important;
          color: #fff; }
        .papers .grey-box ul li .switch ul li:last-child {
          border: 0; }
        @media screen and (max-width: 768px) {
        .papers .grey-box ul li .switch ul li {
          font-size: 1.8rem; } }
    .papers .grey-box ul li .update {
      position: absolute;
      top: 3.8rem;
      right: 0.5rem; }
    .papers .grey-box ul li .update i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.6rem;
      height: 2.6rem;
      cursor: pointer;
      font-size: 1.6rem;
      border-radius: 0.3rem;
      color: #fff;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); }
    .papers .grey-box ul li .fields {
      padding: 0.8rem; }
    .papers .grey-box ul li .fields .fields_col {
      display: flex; }
      .papers .grey-box ul li .fields .fields_col .input {
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 1.5rem; }
        .papers .grey-box ul li .fields .fields_col .input label {
          display: block;
          padding: 0;
          font-size: 1.3rem; }
        .papers .grey-box ul li .fields .fields_col .input input, .papers .grey-box ul li .fields .fields_col .input select {
          width: 100%;
          height: 2.6rem;
          padding: 0 0.5rem;
          font-size: 1.3rem;
          border: 1px solid #fff; }
        .papers .grey-box ul li .fields .fields_col .input button {
          width: 100%;
          height: 2.6rem;
          border: 0;
          background-color: #fff;
          color: #333;
          font-size: 1.4rem;
          font-weight: 500;
          border-radius: 0.3rem;
          -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
          cursor: pointer; }
        .papers .grey-box ul li .fields .fields_col .input:last-child {
          margin-right: 0; }
  @media screen and (max-width: 768px) {
      .papers .grey-box .status-col {
        display: none; } }
  .papers .grey-box #status-col-1 li {
    background-color: #acacac; }
    .papers .grey-box #status-col-1 li .details {
      background-color: #ddd; }
  .papers .grey-box #status-col-2 li {
    background-color: #f08487; }
    .papers .grey-box #status-col-2 li .details {
      background-color: #ebbabb; }
  .papers .grey-box #status-col-3 li {
    background-color: #e7e24e; }
    .papers .grey-box #status-col-3 li .details {
      background-color: #eae9ac; }
  .papers .grey-box #status-col-4 li {
    background-color: #82d56c; }
    .papers .grey-box #status-col-4 li .details {
      background-color: #bde3ac; }

.mobile-inst {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }
  .mobile-inst li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.2rem 0 0.4rem 1.2rem !important;
    font-size: 1.3rem;
    font-weight: 400; }
  .mobile-inst li i {
    font-size: 1.6rem;
    padding: 0 0 0 0.2rem; }
  .mobile-inst .status-color-1 i {
    color: #acacac; }
  .mobile-inst .status-color-2 i {
    color: #f08487; }
  .mobile-inst .status-color-3 i {
    color: #e7e24e; }
  .mobile-inst .status-color-4 i {
    color: #82d56c; }
  @media screen and (max-width: 768px) {
  .mobile-inst {
    display: flex;
    justify-content: flex-end; }
    .mobile-inst-title h3 {
      text-align: left;
      font-size: 1.8rem !important; } }

@media screen and (max-width: 768px) {
    .hide-md {
      display: none !important; } }

.tasks {
  margin: 0 0 6rem 0; }
  .tasks .grey-box {
    padding: 2rem 1rem 1rem 1rem; }
  .tasks .grey-box ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .tasks .grey-box ul li {
      position: relative;
      margin: 0 0 1rem 0;
      padding: 1rem 1rem;
      background-color: #fff;
      border-radius: 0.3rem; }
    .tasks .grey-box ul li .task-info {
      width: calc(100% - 3.5rem);
      display: flex;
      align-items: center;
      margin: 0 0 0.4rem 0; }
    .tasks .grey-box ul li .task-info h4 {
      margin: 0;
      font-size: 1.6rem;
      font-weight: 500; }
      .tasks .grey-box ul li .task-info h4 a {
        color: #333; }
    .tasks .grey-box ul li .task-info i {
      margin-left: auto;
      font-size: 1.4rem; }
    .tasks .grey-box ul li p {
      margin: 0;
      padding: 0;
      font-size: 1.4rem;
      line-height: 130%; }
    .tasks .grey-box ul li .details {
      display: none;
      margin: 0.8rem 0 0 0; }
    .tasks .grey-box ul li .task-title {
      padding: 0.4rem 3.5rem 0.4rem 0;
      min-height: 3.4rem;
      font-size: 1.5rem;
      line-height: 116%; }
    .tasks .grey-box ul li .task-details {
      padding: 0.6rem 0.6rem;
      overflow: auto; }
    .tasks .grey-box ul li .floatingBtn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.6rem;
      height: 2.6rem;
      cursor: pointer;
      font-size: 1.6rem;
      border-radius: 0.3rem;
      color: #fff;
      background-color: #2e414f; }
    .tasks .grey-box ul li .switch {
      position: absolute;
      top: 1rem;
      right: 1rem;
      cursor: pointer; }
    .tasks .grey-box ul li .switch ul {
      display: none;
      position: absolute;
      top: 2.8rem;
      right: 0;
      border-radius: 0.3rem;
      overflow: hidden;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      z-index: 20; }
      .tasks .grey-box ul li .switch ul li {
        margin: 0;
        padding: 0;
        background-color: #2e414f !important;
        color: #fff;
        padding: 0.2rem 1rem;
        font-size: 1.4rem;
        border-bottom: 1px solid #999;
        white-space: nowrap;
        cursor: pointer;
        border-radius: 0; }
        .tasks .grey-box ul li .switch ul li:hover {
          background-color: #fff !important;
          color: #2e414f; }
        .tasks .grey-box ul li .switch ul li.active {
          background-color: #4e8097 !important;
          color: #fff; }
        .tasks .grey-box ul li .switch ul li:last-child {
          border: 0; }
        @media screen and (max-width: 768px) {
        .tasks .grey-box ul li .switch ul li {
          font-size: 1.8rem; } }
    .tasks .grey-box ul li .update {
      position: absolute;
      top: 4.6rem;
      right: 1rem; }
  @media screen and (max-width: 768px) {
      .tasks .grey-box .status-col {
        display: none; } }
  .tasks .grey-box #status-col-1 li {
    background-color: #c5c5c5; }
    .tasks .grey-box #status-col-1 li .details {
      background-color: #ddd; }
  .tasks .grey-box #status-col-2 li {
    background-color: #ff9b9d; }
    .tasks .grey-box #status-col-2 li .details {
      background-color: #ebbabb; }
  .tasks .grey-box #status-col-3 li {
    background-color: #eae764; }
    .tasks .grey-box #status-col-3 li .details {
      background-color: #eae9ac; }
  .tasks .grey-box #status-col-4 li {
    background-color: #98dc87; }
    .tasks .grey-box #status-col-4 li .details {
      background-color: #bde3ac; }
