@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Roboto:400,700,900&display=swap&subset=latin-ext");
@keyframes loader {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }
html {
  min-width: 100%;
  min-height: 100%; }

body {
  width: 100%;
  min-height: 100vh;
  background-color: #0f70b7;
  background-image: linear-gradient(to bottom right, #0f70b7, #0D619E); }
  body .app {
    display: flex;
    width: 100%;
    min-height: 100vh; }
    body .app .container {
      display: flex;
      width: 100%;
      padding: 67px 0 0;
      justify-content: space-between;
      flex-direction: column; }
      body .app .container .content {
        width: 100%;
        height: 100%;
        padding: 15px;
        box-sizing: border-box; }
    body .app .loader {
      position: fixed;
      display: none;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      background-color: #D1D1CD; }
      body .app .loader .loader-icon .fas {
        font-size: 40px; }
    body .app .loading {
      display: flex; }
      body .app .loading .loader-icon .fas {
        animation-name: loader;
        animation-duration: 1.5s;
        animation-iteration-count: infinite; }
    body .app .row {
      display: flex;
      width: 100%;
      margin: 0;
      padding: 0;
      box-sizing: border-box; }
      body .app .row .col {
        box-sizing: border-box; }
    body .app .text {
      margin: 0;
      line-height: 1.4em; }
      body .app .text .first-line {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 24px; }
    body .app .title {
      color: #D1D1CD; }
    body .app .sub-text {
      color: #a5b4bd; }
    body .app .img-responsive {
      display: block;
      width: 100%;
      height: auto; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto'; }
  body p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #D1D1CD; }
  body ul, body ol {
    margin: 0;
    padding: 0; }
    body ul li, body ol li {
      list-style: none; }
      body ul li a, body ol li a {
        text-decoration: none; }
  body i {
    position: relative; }
  body *[data-title]:hover:after {
    content: attr(data-title);
    position: absolute;
    padding: 8px;
    top: 20px;
    left: 0;
    text-align: center;
    font-size: 13px;
    font-family: 'Open Sans';
    background-color: #042338;
    color: #D1D1CD;
    z-index: 10; }

@media screen and (min-width: 768px) {
  header {
    width: 100%;
    padding: 15px 0;
    top: 0; }

  .sidebar {
    display: block;
    width: 60px;
    max-width: 180px; }

  footer p {
    text-align: right;
    font-size: 14px; } }
@media screen and (max-width: 767px) {
  header {
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #042338; }

  .sidebar {
    display: none;
    position: fixed;
    max-width: 180px;
    height: 100%;
    top: 67px;
    left: 0;
    bottom: 0; }

  .active-nav {
    display: block; }

  footer p {
    text-align: center;
    font-size: 12px; } }
@media screen and (min-width: 576px) {
  .about .profile__photo {
    margin-right: 50px; }

  .row {
    flex-direction: row; } }
@media screen and (max-width: 575px) {
  .about .profile__photo {
    margin-bottom: 30px; }
  .about .cv .tools {
    flex-wrap: wrap; }

  .row {
    flex-direction: column; } }
header {
  position: fixed;
  box-sizing: border-box;
  z-index: 12; }

.sidebar {
  padding: 15px 0;
  background-color: #042338;
  z-index: 11;
  transition: .5s; }
  .sidebar .icon-text {
    display: none; }

.active-nav {
  width: 100%;
  transition: .5s; }
  .active-nav .icon-text {
    display: inline-block;
    transition: 2s; }

footer {
  width: 100%;
  padding: 15px;
  align-self: flex-end;
  box-sizing: border-box; }
  footer p {
    margin: 15px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 400;
    color: #a5b4bd; }

button {
  padding: 10px 20px;
  background: none;
  border: none;
  cursor: pointer; }

.btn {
  display: block;
  min-width: 100px;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  font-family: 'Open Sans';
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75); }

.btn-default {
  background-color: #2e5063;
  border-color: #38b7e6;
  color: #38b7e6;
  transition: .3s; }
  .btn-default:hover {
    background-color: #30657d;
    transition: .3s; }

.upload-btn {
  padding: 20px 5px;
  border: 2px solid #D1D1CD;
  border-radius: 3px;
  box-sizing: border-box; }
  .upload-btn.highlights {
    border-color: #042338; }

#nav-toggle i {
  font-size: 20px;
  color: #D1D1CD; }

.social-btns ul li a {
  color: #D1D1CD;
  transition: .3s; }
  .social-btns ul li a:hover {
    color: #38b7e6;
    transition: .3s; }

.form {
  margin: 15px 0; }
  .form__group {
    width: 100%;
    margin-bottom: 20px; }
    .form__group .text-small {
      text-align: center;
      font-family: 'Open Sans';
      font-size: 12px; }
  .form__label {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700; }
  .form__field {
    padding: 10px;
    font-family: 'Open Sans';
    border: 2px solid;
    border-radius: 3px;
    background: none;
    box-sizing: border-box; }
    .form__field::placeholder {
      color: #D1D1CD; }
    .form__field:-ms-input-placeholder {
      color: #D1D1CD; }
  .form__alert {
    display: none; }
    .form__alert-msg {
      padding: 10px;
      border: 2px solid;
      border-radius: 3px;
      box-sizing: border-box; }
      .form__alert-msg .close-btn {
        float: right;
        cursor: pointer; }
    .form__alert.active-msg {
      display: block; }
    .form__alert.success-msg .form__alert-msg {
      border-color: #1ece80;
      color: #1ece80; }
    .form__alert.error-msg .form__alert-msg {
      border-color: #f32260;
      color: #f32260; }
  .form .g-recaptcha {
    margin-bottom: 20px; }
    .form .g-recaptcha > div {
      box-sizing: border-box; }

.login-form .form__label, .login-form .form__field {
  color: #D1D1CD; }
.login-form .form__field {
  width: 100%;
  max-width: 300px; }
  .login-form .form__field:focus {
    color: #38b7e6;
    border-color: #38b7e6;
    outline: #38b7e6; }

.upload-form .form__label, .upload-form .form__field {
  color: #D1D1CD; }
.upload-form .form__field:focus {
  color: #38b7e6;
  border-color: #38b7e6;
  outline: #38b7e6; }

.delete-form {
  margin: 10px 0 0; }
  .delete-form .form__group {
    margin: 0; }

.main-nav {
  position: fixed;
  max-width: 180px; }
  .main-nav ul {
    width: 100%;
    margin: 0;
    padding: 0; }
    .main-nav ul li {
      width: 100%;
      list-style: none; }
      .main-nav ul li a {
        display: block;
        padding: 8px 15px;
        min-width: 60px;
        text-decoration: none;
        text-align: left;
        font-size: 20px;
        box-sizing: border-box;
        color: #D1D1CD;
        transition: .3s; }
        .main-nav ul li a .fab, .main-nav ul li a .fas, .main-nav ul li a .far {
          width: 30px;
          text-align: center; }
        .main-nav ul li a .icon-text {
          width: 100px;
          margin-left: 15px;
          text-transform: uppercase;
          font-family: 'Roboto';
          font-weight: 700;
          font-size: 14px; }
        .main-nav ul li a:hover {
          background-color: #0f70b7;
          color: #042338;
          transition: .3s; }
      .main-nav ul li .active {
        background-color: #0f70b7; }

.user-nav li {
  position: relative; }
  .user-nav li a[data-title]:hover:after {
    width: auto;
    top: 20px;
    left: 50px;
    z-index: 15; }

.panel .content .logo {
  margin-bottom: 30px; }
  .panel .content .logo .img-responsive {
    display: block;
    max-width: 151px;
    height: auto; }

.panel {
  position: relative; }
  .panel .content {
    display: flex;
    justify-content: center;
    align-items: center; }
    .panel .content .dataTables_wrapper {
      margin: 30px 0;
      font-family: 'Open Sans'; }
      .panel .content .dataTables_wrapper .dataTables_length {
        margin-bottom: 15px; }
        .panel .content .dataTables_wrapper .dataTables_length label {
          color: #D1D1CD; }
        .panel .content .dataTables_wrapper .dataTables_length select {
          background: none;
          border: 2px solid #D1D1CD;
          border-radius: 3px;
          color: #D1D1CD; }
      .panel .content .dataTables_wrapper .dataTables_filter {
        margin-bottom: 15px; }
        .panel .content .dataTables_wrapper .dataTables_filter label {
          color: #D1D1CD; }
        .panel .content .dataTables_wrapper .dataTables_filter input {
          background: none;
          border: 2px solid #D1D1CD;
          border-radius: 3px;
          color: #D1D1CD; }
      .panel .content .dataTables_wrapper .dataTables_info {
        color: #D1D1CD; }
      .panel .content .dataTables_wrapper .dataTables_paginate span .paginate_button {
        background: none;
        border: 2px solid #D1D1CD;
        border-radius: 3px;
        color: #D1D1CD; }
    .panel .content .table {
      margin-bottom: 30px;
      border-spacing: 0 10px; }
      .panel .content .table thead th, .panel .content .table thead td, .panel .content .table tbody th, .panel .content .table tbody td {
        font-family: 'Open Sans';
        color: #D1D1CD; }
      .panel .content .table tbody tr {
        padding: 15px 10px;
        background-color: rgba(0, 0, 0, 0.1);
        border: 1px solid #D1D1CD;
        box-sizing: border-box; }

.upload-form .form__field {
  width: 100%; }
.upload-form .upload-btn {
  position: relative;
  font-family: 'Open Sans';
  color: #D1D1CD; }
  .upload-form .upload-btn::-webkit-file-upload-button {
    visibility: hidden; }
  .upload-form .upload-btn::before {
    content: 'Choose file';
    display: block;
    min-width: 100px;
    max-width: 200px;
    margin: 30px auto 0;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Open Sans';
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    color: #D1D1CD;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    background-color: #2e5063;
    border-color: #38b7e6;
    color: #38b7e6;
    transition: .3s; }

/*# sourceMappingURL=main.css.map */
