@font-face {
  font-family: latoregular;
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: latolight;
  src: url("../fonts/Lato-Light.ttf");
}
@font-face {
  font-family: latoblack;
  src: url("../fonts/Lato-Black.ttf");
}
@font-face {
  font-family: latobold;
  src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: latoregular;
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: latolight;
  src: url("../fonts/Lato-Light.ttf");
}
@font-face {
  font-family: latoblack;
  src: url("../fonts/Lato-Black.ttf");
}
@font-face {
  font-family: latobold;
  src: url("../fonts/Lato-Bold.ttf");
}
.pink-btn {
  background-color: #e94867;
  border-radius: 25px;
  color: white;
  outline: none;
  border: none;
  padding: 2px 24px;
  font-family: latoregular;
  font-size: 14px;
}
.pink-btn:hover, .pink-btn:focus {
  background-color: #d33a57;
  color: white;
  text-decoration: none;
}

.orange-btn {
  background-color: #f39369;
  border-radius: 25px;
  color: white;
  outline: none;
  border: none;
  padding: 2px 24px;
  font-family: latoregular;
  font-size: 14px;
}
.orange-btn:hover, .orange-btn:focus {
  background-color: #e2784a;
  color: white;
  text-decoration: none;
}

.error {
  font-family: latolight;
  font-size: 14px;
  color: #e94867;
  margin-bottom: 15px;
  text-align: left;
  margin-top: -20px;
}

.error-modal {
  margin-top: 15px;
}

.login {
  width: 100%;
}
.login .row {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .login .row {
    display: block;
  }
}
.login .login-img {
  height: 100vh;
  background: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .login .login-img {
    height: 40vh;
  }
}
.login .login-img img {
  margin-top: 15px;
  margin-left: 5px;
}
.login .login-img .login-img__footer {
  position: absolute;
  bottom: 0;
  padding: 15px;
  padding-bottom: 50px;
}
.login .login-img .login-img__footer .login-img__title {
  font-family: latoblack;
  font-size: 36px;
  color: white;
  text-shadow: 2px 3px 9px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .login .login-img .login-img__footer .login-img__title {
    font-size: 24px;
  }
}
.login .login-img .login-img__footer .login-img__subtitle {
  font-family: latolight;
  font-size: 18px;
  color: white;
}
.login .login-form-container__nav {
  padding: 15px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  background-color: white;
  position: absolute;
}
.login .login-footer {
  padding: 20px;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #d8dee3;
  font-family: latoregular;
  font-size: 14px;
  text-align: center;
}
.login .login-footer a {
  color: #e94867;
  text-decoration: undeline;
}
.login .login-form-container {
  padding: 0;
  background-color: #f5f6f8;
  min-height: 70vh;
  display: flex;
  flex-wrap: wrap;
}
.login .login-form {
  align-self: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.login .login-form__title {
  font-family: latoblack;
  color: #353535;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #d8dee3;
  padding-bottom: 15px;
}
.login .title-hr {
  width: 100px;
  border: 0;
  border-top: 4px solid #e94867;
  margin-top: -3px;
}
.login .input-img {
  text-align: center;
  background-color: white;
  border: 1px solid #eef2f5;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 1px 2px 2.91px 0.09px rgba(0, 0, 0, 0.15);
}
.login .input-img img {
  width: 20px;
  margin-right: 5px;
  float: left;
  position: absolute;
}
.login .input-img input {
  border: 0;
  width: 100%;
  padding-left: 40px;
  font-family: latolight;
  font-size: 14px;
  color: #777777;
}
.login .input-img input:focus {
  outline: none;
}
.login .vl {
  border-right: 2px solid #eef2f5;
  height: 40px;
  width: 32px;
  position: absolute;
  margin-top: -8px;
}

.modal .modal-dialog {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.modal .modal-content {
  border-radius: 5px;
  border: 0;
}
.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-header .pink-line {
  width: 100%;
  height: 2px;
  color: #e94867;
}
.modal .modal-footer {
  background-color: #f5f6f8;
  border-top: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal .modal-btn--pink {
  background-color: #e94867;
  border-radius: 25px;
  color: white;
  outline: none;
  border: none;
  padding: 4px 24px;
  font-family: latobold;
  font-size: 16px;
  border: 2px solid #e94867;
  margin-bottom: 5px;
}
.modal .modal-btn--pink:hover, .modal .modal-btn--pink:focus {
  background-color: #d33a57;
  border: 2px solid #d33a57;
  color: white;
  text-decoration: none;
}
.modal .modal-btn--cancel {
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #e94867;
  color: #e94867;
  outline: none;
  padding: 4px 24px;
  font-family: latobold;
  font-size: 16px;
  margin-bottom: 5px;
}
.modal .modal-btn--cancel:hover, .modal .modal-btn--cancel:focus {
  background-color: #e94867;
  color: white;
  text-decoration: none;
}
.modal .add-satatus-img {
  text-align: center;
  margin-bottom: 30px;
}
.modal .add-satatus-img img {
  width: 40px;
}
.modal .add-status-title {
  font-family: latoregular;
  font-size: 18px;
  text-align: center;
  color: #666666;
  margin-bottom: 40px;
}
.modal .add-status-form {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.modal .add-status-form input[type=text], .modal .add-status-form input[type=password], .modal .add-status-form select {
  width: 100%;
  border: 0;
  border-radius: 25px;
  padding: 5px 18px;
  box-shadow: 1px 1px 3.88px 0.12px rgba(0, 0, 0, 0.15);
  font-family: latolight;
  font-size: 14px;
  margin-bottom: 10px;
}
.modal .add-status-form input[type=text]:focus, .modal .add-status-form input[type=password]:focus, .modal .add-status-form select:focus {
  outline: none;
}
.modal .add-status-form label {
  text-align: left;
  font-family: latoregular;
  font-size: 14px;
  display: block;
  margin-left: 10px;
  color: #666666;
  font-weight: initial;
  margin-top: 15px;
}
.modal .add-status-form .pink-btn {
  padding: 5px 24px;
  width: 100%;
}
.modal .select-statuses {
  padding-left: 40px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.modal .select-statuses label {
  display: block;
  font-family: latoregular;
  font-size: 14px;
  font-weight: initial;
}
.modal .select-statuses label input {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
  .modal-body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body {
  background-color: #f5f6f8;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.header .header-nav {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.15);
  padding: 15px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.header .header-nav .header-nav__img {
  float: left;
}
.header .header-nav .header-nav__menu {
  display: inline;
  float: right;
}
.header .header-nav .header-nav__menu img {
  width: 20px;
  margin-right: 5px;
}
.header .dropdown {
  display: inline-block;
}
.header .dropdown button {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: latoregular;
  font-size: 14px;
  color: #9697a1;
}
.header .dropdown .dropdown-menu {
  margin-top: 10px;
  text-align: center;
}
.header .dropdown .dropdown-menu a {
  color: black;
}
.header .dropdown .dropdown-menu a:hover {
  text-decoration: none;
}

.content .vl-left {
  border-left: 1px solid #dee4ef;
  height: 100%;
  position: fixed;
  z-index: 0;
  left: 124px;
}
@media only screen and (max-width: 767px) {
  .content .vl-left {
    left: 34px;
  }
}
.content .left-nav {
  background-color: white;
  padding: 40px 12px;
  position: fixed;
  top: 200px;
  left: 100px;
  border-radius: 50px;
  box-shadow: 1px 1px 2.94px 0.06px rgba(0, 0, 0, 0.15);
}
.content .left-nav .items {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
  cursor: pointer;
}
.content .left-nav .items img {
  width: 25px;
  padding-bottom: 5px;
  opacity: 0.2;
}
.content .left-nav .items:hover, .content .left-nav .items:focus {
  border-bottom: 1px solid #e94867;
}
.content .left-nav .items:hover img, .content .left-nav .items:focus img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .content .left-nav {
    left: 10px;
  }
}
.content .container {
  padding-left: 100px;
}
.content .container-dashboard {
  margin-left: 150px;
  margin-right: 150px;
}
@media only screen and (max-width: 1200px) {
  .content .container-dashboard {
    margin-left: 100px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .content .container-dashboard {
    margin-left: 100px;
    margin-right: 15px;
  }
}
.content .content__title {
  margin-top: 200px;
  font-family: latoregular;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.content .searchfield__labels {
  text-align: left;
  font-family: latolight;
  color: #777777;
  margin-left: 10px;
  margin-bottom: 5px;
}
.content .content__search {
  text-align: center;
}
.content .content__search input[type=text], .content .content__search select {
  width: 100%;
  border: 0;
  border-radius: 25px;
  padding: 5px 18px;
  box-shadow: 1px 1px 3.88px 0.12px rgba(0, 0, 0, 0.15);
  font-family: latolight;
  font-size: 14px;
  margin-bottom: 10px;
}
.content .content__search input[type=text]:focus, .content .content__search select:focus {
  outline: none;
}
.content .content__search .content__search-button {
  text-align: left;
  margin-top: 26px;
}
.content .content__search .content__search-button .pink-btn {
  padding: 5px 30px;
}
.content .content-searched-for {
  margin-top: 50px;
}
.content .content-searched-for .searched-for-text {
  font-family: latolight;
  font-size: 16px;
}
.content .content-searched-for .searched-for-text span {
  font-style: italic;
  color: #9697a1;
}
.content .content-searched-for .searched-for-result {
  text-align: right;
  font-family: latoblack;
  font-size: 14px;
}
.content .content-searched-for .searched-for-result span {
  color: #e94867;
}
.content .filters {
  margin-top: 50px;
  text-align: right;
  margin-bottom: 5px;
}
.content .filters .bullelements {
  color: #9697a1;
}
.content .filters a {
  color: #9697a1;
  font-family: latolight;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}
.content .filters a:hover, .content .filters a:focus {
  color: #000000;
  outline: none;
}
.content .dashboard-table {
  background-color: white;
  padding: 10px;
  box-shadow: 1px 1px 3.88px 0.12px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
}
.content .dashboard-table .row {
  margin: 0;
}
.content .dashboard-table .dashboard-table-lables {
  font-family: latolight;
  font-size: 14px;
  color: #c0c3cc;
}
.content .dashboard-table .dashboard-table-lables a {
  color: #c0c3cc;
  text-decoration: underline;
}
.content .dashboard-table .dashboard-table-lables-row {
  border-bottom: 1px solid #eff0f4;
  padding-bottom: 5px;
  margin-left: -10px;
  margin-right: -10px;
}
.content .dashboard-table .dashboard-table-lists {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eff0f4;
  margin-left: -10px;
  margin-right: -10px;
}
.content .dashboard-table .dashboard-table-lists .pink-btn, .content .dashboard-table .dashboard-table-lists .orange-btn {
  padding: 2px 10px;
}
.content .dashboard-table .dashboard-table-name {
  font-family: latoblack;
  font-size: 13px;
  margin-bottom: 5px;
}
.content .dashboard-table .dashboard-table-name a {
  color: #000;
  font-size: 14px;
}
.content .dashboard-table .dashboard-table-name:hover, .content .dashboard-table .dashboard-table-name:active, .content .dashboard-table .dashboard-table-name:focus {
  color: #000;
}
.content .dashboard-table .dashboard-table-position {
  font-family: latoregular;
  font-size: 13px;
  color: #f39369;
}
@media only screen and (max-width: 768px) {
  .content .dashboard-table .dashboard-table-position {
    margin-bottom: 10px;
  }
}
.content .dashboard-table .dashboard-table-technologies {
  display: inline-block;
  border: 1px solid #dee4ef;
  border-radius: 25px;
  padding: 3px 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .content .dashboard-table .dashboard-table-technologies {
    margin-bottom: 10px;
  }
}
.content .dashboard-table .dashboard-table-technologies img {
  width: 10px;
  float: right;
  margin-top: 5px;
  margin-left: 10px;
  cursor: pointer;
}
.content .dashboard-table .attachments-container {
  display: flex;
}
.content .dashboard-table .dashboard-table-attachments {
  display: inline-block;
  position: relative;
}
.content .dashboard-table .dashboard-table-attachments span {
  text-align: center;
  width: 40px;
  margin: 0 auto;
  margin-top: 5px;
  display: block;
  overflow: hidden;
}
.content .dashboard-table .dashboard-table-attachments img {
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
.content .dashboard-table .dashboard-table-attachments .hover-overlay-img {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 50px;
  text-align: center;
  height: 50px;
  display: none;
}
.content .dashboard-table .dashboard-table-attachments .hover-overlay-img img {
  margin-top: 10px;
  width: 20px;
  cursor: pointer;
}
.content .dashboard-table .dashboard-table-attachments:hover .hover-overlay-img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .content .dashboard-table .dashboard-table-attachments {
    margin-bottom: 10px;
  }
}
.content .dashboard-table .dashboard-table-select {
  border: 1px solid #dee4ef;
  border-radius: 25px;
  padding: 3px 15px;
  width: 100%;
}
.content .dashboard-table .dashboard-table-select:focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  .content .dashboard-table .dashboard-table-select {
    margin-bottom: 10px;
  }
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.paginator-container {
  text-align: right;
}
.paginator-container .pagination > .active > a,
.paginator-container .pagination > .active > a:focus,
.paginator-container .pagination > .active > a:hover,
.paginator-container .pagination > .active > span,
.paginator-container .pagination > .active > span:focus,
.paginator-container .pagination > .active > span:hover {
  background-color: #e94867;
  border: none;
  border-radius: 50%;
  color: white;
}
.paginator-container .pagination > li > a,
.paginator-container .pagination > li > span {
  border: none;
  background-color: transparent;
  color: #9697a1;
}
.paginator-container .pagination .next img,
.paginator-container .pagination .previous img {
  width: 15px;
}

/*select2*/
.select2-container .select2-selection--single {
  border: none;
  -webkit-box-shadow: 1px 1px 3.88px 0.12px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3.88px 0.12px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  outline: none;
  margin-bottom: 10px;
}

.select2 {
  width: 100% !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 25px !important;
  border: 0px !important;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  outline: none;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:focus,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
  outline: none;
}

.select2-selection--multiple {
  border-radius: 25px !important;
  border: 0px !important;
  box-shadow: 1px 1px 3.88px 0.12px rgba(0, 0, 0, 0.15) !important;
  font-family: latolight;
  font-size: 14px;
  text-align: left;
  padding-left: 18px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  box-shadow: 1px 1px 3.88px 0.12px rgba(0, 0, 0, 0.15);
  margin-top: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 1px solid #666666;
  outline: none;
}

.select2-results ul li {
  font-family: latolight;
  font-size: 14px;
}
.select2-results ul li:hover {
  background-color: #f5f6f8;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f5f6f8;
  color: black;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: latolight;
  font-size: 14px;
  text-align: left;
  padding-left: 18px;
}

.select2-selection--single {
  border-radius: 25px !important;
  border: none !important;
  padding: 5px 18px !important;
  box-shadow: 1px 1px 3.88px 0.12px rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 10px !important;
  width: 100% !important;
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 20% !important;
  top: 70% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: transparent !important;
  border-radius: 25px !important;
  border: 1px solid #dee4ef !important;
}

/*Dropzone*/
.dropzone {
  border: 1px solid #dee4ef !important;
  border-radius: 5px;
}
.dropzone .dz-message {
  font-size: 18px;
  font-family: latolight;
}

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