body {
  padding: 0;
  margin: 0;
  font-family: Nunito, sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

.body-container {
  width: 1440px;
  height: 1020px;
  margin: 0 auto;
}

.body-container > .header {
  height: 90px;
  display: flex;
}

.breadcrumbs {
  font-size: 14px;
  color: #7AB0DF;
  letter-spacing: 0.01px;
  line-height: 19px;
}

.content-box {
  width: 1189px;
  background: linear-gradient(-50deg, #e5e5e5, #fff);
  box-shadow: inset 0 1px 13px 0 rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding: 20px;
}

.logo {
  display: flex;
  width: 210px;
}

.logo img {
  margin: auto;
}

.logo-sub {
  height: 150px;
  display: flex;
  flex-direction: column;
}

.grey-text {
  font-size: 15px;
  color: #9B9B9B;
}

.logo-sub img {
  margin: 10px 10px 0 47px;
}

.logo-sub div:not([class=current]) {
  display: none;
}

#slideshow {
  margin: 80px auto;
  position: relative;
  width: auto;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  height: 150px;
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  transform: rotate(30px);
  transition: 1.2s all ease;
}

.float-box {
  background: #EAEEF5E6;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 99;
}

.float-box-content.scroll-bar {
  max-height: calc(100vh - 180px);
  padding-right: 20px;
}

.float-box-center {
  display: flex;
  position: relative;
  top: 115px;
  text-align: center;
  margin: 0 auto;
}

.float-box-content {
  padding: 0 25px 25px 25px;
  overflow-y: auto;
}

.float-box-inbox {
  position: relative;
  margin: 0 auto;
  opacity: 1;
  background: #FBFBFC;
  box-shadow: 0 4px 10px 0 rgba(0, 45, 89, 0.3);
  border-radius: 4px;
  min-width: 60%;
  max-width: 1340px;
  min-height: 40%;
  max-height: calc(100vh - 220px);
  overflow-y: scroll;
}

.float-box-close {
  overflow: hidden;
  text-align: right;
}

.float-box-content h2,
.float-box-content h4 {
  text-align: left;
  color: #002D59;
}

.float-box-content .user_col_2 input,
.float-box-content .user_col_2 select {
  width: 100%;
}

.float-box-content .user_col_2 select {
  text-align: center;
  text-align-last: center;
}

.float-box-content table {
  min-width: 520px;
}

.float-box-content table .user_row {
  padding: 0 10px !important;
}

.float-box-content .user_col_2 select {
  height: 38px !important;
}

.float-box-content .invalid-feedback {
  color: #B71423;
  font-size: 10px;
}

.float-box-close div {
  display: inline-block;
  width: 30px;
  height: 26px;
  text-align: center;
  background-color: #6F93B6;
  border-radius: 30px;
  position: relative;
  top: -11px;
  right: -12px;
  padding-top: 13px;
  padding-right: 10px;
}

.float-box-close div a {
  color: #fff;
}

.float-box .error {
  font-size: 10px !important;
  display: block;
  margin-bottom: 10px;
}

.user_col_1 {
  color: #002D59;
  font-size: 14px;
}

.preloader {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: grey;
  z-index: 1000000;
  opacity: 0.75;
}

.preloader div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.preloader img {
  width: 135px;
  margin: 0 auto;
}

#flash-container {
  position: fixed;
  width: 100%;
  left: 0px;
  text-align: center;
  top: 100px;
  z-index: 1000;
}

.flash {
  height: 70px;
  opacity: 0.9;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
}

#flash-container .flash-content {
  position: relative;
  top: 35%;
  text-align: center;
}

.flash-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.flash-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.flash-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.flash-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-info {
  background-color: #F8CD30;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info a {
  color: #FFFFFF;
}

table.simple-table-view {
  border: 0;
  width: 99%;
  margin: 10px auto;
  border-spacing: 0 10px;
  border-collapse: separate;
}

table.simple-table-view thead th {
  color: #0D0D0D;
  font-size: 13px;
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #dee1e5;
  font-weight: normal;
}

table.simple-table-view tbody td {
  padding: 5px;
  font-size: 13px;
  color: #9B9B9B;
  border-bottom: solid 1px #EEEFF1;
}

table.simple-table-view tfoot td {
  background-color: #fff;
  color: #00488F;
  font-size: 14px;
  padding: 10px 5px;
  text-align: left;
  border-top: solid 2px #7AB0DF;
  font-weight: normal;
}

#realization-icon {
  transform: rotate(180deg);
}

.download-icon {
  margin-left: 20px;
  width: 20px;
  height: 20px;
}

.download-icon:hover {
  cursor: pointer;
}

#icons-with-draft {
  float: right;
}

#icons-with-no-draft {
  width: 100%;
  float: left;
}

.dark-button {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.01px;
  text-align: center;
  line-height: 24px;
  background-image: linear-gradient(-50deg, #477295, #5B96CE);
  box-shadow: 0 4px 10px 0 rgba(0, 45, 89, 0.3);
  padding: 5px 25px 5px 25px;
  display: inline-block;
  border: 0;
}

.yellow-button {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.01px;
  text-align: center;
  line-height: 24px;
  background: #F8CD30;
  box-shadow: 0 4px 10px 0 rgba(0, 45, 89, 0.3);
  padding: 5px 25px 5px 25px;
  display: inline-block;
  border: 0;
}

.disactive-button {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.01px;
  text-align: center;
  line-height: 24px;
  background: grey;
  box-shadow: 0 4px 10px 0 rgba(0, 45, 89, 0.3);
  padding: 5px 25px 5px 25px;
  display: inline-block;
  border: 0;
}

button:hover {
  cursor: pointer;
}

input:not([type=button]),
textarea,
select {
  background: #FFFFFF;
  border: 1px solid #afb0b5;
  font-size: 15px;
  color: #002D59;
  letter-spacing: 0.01px;
  text-align: center;
}

textarea {
  text-align: left;
}

input:not([type=button])::placeholder {
  color: #BABBBB;
}

.light-button {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.01px;
  text-align: center;
  line-height: 24px;
  background: linear-gradient(-50deg, #6F93B6, #8fb2d3);
  box-shadow: 0 4px 10px 0 rgba(0, 45, 89, 0.3);
  padding: 5px 25px 5px 25px;
  display: inline-block;
  border: 0;
  cursor: pointer;
}

.light-button a {
  color: #FFFFFF;
}

.flex-box-con {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  padding: 5px 15px;
}

.flex-box-con-beetwen {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.flex-divide-3 > * {
  width: 30%;
}

.box-white {
  background: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 10px;
  margin-bottom: 20px;
}

.box-white > * {
  margin: 0 auto;
}

.box-white-2 {
  background: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  padding: 15px;
}

.name-blue {
  font-family: Nunito;
  font-size: 16px;
  color: #002D59;
  letter-spacing: 0.01px;
  line-height: 24px;
}

.description-grey {
  font-family: Calibri;
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0.01px;
  line-height: 30px;
}

.separator-left {
  padding-left: 10px;
  border-left: solid 1px #EEEFF1;
}

.delete-option {
  font-family: Nunito-Regular;
  font-size: 12px;
  color: #FE5B5B;
  letter-spacing: 0.01px;
  text-align: center;
  line-height: 24px;
}

.input-error {
  border-color: #dc3545 !important;
}

.invalid-feedback {
  color: #dc3545;
}

.switch-user {
  margin: -50px 0 15px 0;
}

.tab-content {
  background-color: #FFF;
}

.content {
  border-radius: 4px;
  position: relative;
  background-color: #FFF;
  padding: 15px;
  box-shadow: 0 4px 10px 0 rgba(0, 45, 89, 0.3);
  border-top: 10px solid #F8CD30;
}

.scroll-bar {
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-bar::-webkit-scrollbar-track {
  border-radius: 4px;
}

.scroll-bar::-webkit-scrollbar {
  width: 12px;
}

.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #717070b0;
}

.image-overflow {
  width: 145px;
  height: 145px;
  border: solid 1px #7AB0DF;
  overflow: hidden;
  border-radius: 165px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 232px;
  background-color: #434343;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  right: -91px;
  bottom: 33px;
  z-index: 1;
  padding: 5px;
  font-size: 12px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.require {
  color: red;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.clear {
  clear: both;
}

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

.top-header {
  width: 100%;
  height: 64px;
  background-color: #2F2F2F;
  position: fixed;
  margin: 0;
  z-index: 100;
}

.content {
  margin: 0 auto;
}

.left_menu {
  border: 1px solid;
}

.left_menu a {
  text-decoration: none;
}

.left_menu ul {
  list-style-type: none;
  padding-inline-start: 0px;
  padding: 15px;
  width: 170px;
}

.left_menu ul li {
  margin-bottom: 15px;
}

.bottom_toggle_left_menu {
  position: fixed;
  top: 13px;
  left: 22px;
  z-index: 101;
}

.toggle_menu-icon {
  height: 35px;
}

.float-box {
  background: #a7a7a7ad;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 100;
}

.float-box-center {
  display: flex;
  position: relative;
  top: 160px;
}

.float-box-inbox {
  position: relative;
  margin: 0 auto;
  border: 1px solid;
  background: white;
  padding: 25px;
  opacity: 1;
  width: 80%;
  height: calc(100vh - 220px);
  overflow-y: scroll;
}

.float-box-close {
  position: absolute;
  right: 20px;
  top: 15px;
}

.preloader {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: grey;
  z-index: 1000000;
  opacity: 0.75;
}

.preloader div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.preloader img {
  width: 135px;
  margin: 0 auto;
}

.float-box-content {
  width: 100%;
}

#flash-container {
  position: fixed;
  width: 100%;
  left: 0px;
  text-align: center;
  top: 100px;
  z-index: 1000;
}

.flash {
  height: 70px;
  opacity: 0.9;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
}

#flash-container .flash-content {
  position: relative;
  top: 35%;
  text-align: center;
}

.flash-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.flash-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.flash-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.flash-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

#draft-actions {
  width: 50%;
  float: left;
}

#icons-with-draft {
  width: 50%;
  float: right;
}

#icons-with-no-draft {
  width: 100%;
}

.download-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.download-icon:hover {
  cursor: pointer;
}

.background-toggle-menu {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 20;
}
.background-toggle-menu .background-toggle-wrapper {
  position: sticky;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 801px) {
  .background-toggle-menu {
    display: none;
  }
}

.background-toggle-menu.collapsed {
  display: none;
}

.main-container {
  display: flex;
  max-width: 1480px;
  margin: 0 auto;
}
.main-container #collapse-menu {
  position: absolute;
  transform: translateX(-250px);
  transition: transform 0.3s ease-in-out;
  transition-delay: 0s;
}
@media (min-width: 801px) {
  .main-container #collapse-menu {
    display: flex;
    position: relative;
    transform: translateX(0px);
    z-index: 10;
  }
}
@media (max-width: 800px) {
  .main-container #collapse-menu {
    z-index: 25;
  }
}
.main-container #collapse-menu.collapse.show {
  display: flex;
  transform: translateX(0px);
}
@media (min-width: 801px) {
  .main-container #collapse-menu.collapse.show {
    position: relative;
  }
}
.main-container #collapse-menu.collapsing {
  transition: transform 0s linear;
}
.main-container .main-left-side {
  display: flex;
  flex-direction: column;
  width: 250px;
  background: #fff;
}
@media (max-width: 800px) {
  .main-container .main-left-side {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.main-container .main-left-side .main-left-logo {
  min-height: 80px;
}
.main-container .main-left-side .main-left-logo a {
  margin: auto;
}
.main-container .main-left-side .main-left-logo a img {
  width: 220px;
}
.main-container .main-left-side .main-left-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-container .main-left-side .main-left-sidebar .client-menu {
  text-align: center;
  width: 100%;
  padding: 5px;
}
.main-container .main-left-side .main-left-sidebar .client-menu .client-search-input {
  width: 100%;
  border-radius: 5px;
  padding: 5px;
}
.main-container .main-left-side .main-left-sidebar .client-menu .client-list {
  display: none;
  position: absolute;
  overflow-y: auto;
  max-height: 300px;
  min-width: 175px;
  z-index: 2;
}
.main-container .main-left-side .main-left-sidebar .client-menu .client-list i {
  color: #6F93B6;
}
.main-container .main-left-side .main-left-sidebar .client-menu .client-list ul {
  list-style-type: none;
  padding-inline-start: 6px;
}
.main-container .main-left-side .main-left-sidebar .client-menu .client-list ul li ul {
  display: none;
  list-style-type: none;
  padding-inline-start: 40px;
}
.main-container .main-left-side .main-left-sidebar .menu {
  width: 100%;
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0.01px;
}
.main-container .main-left-side .main-left-sidebar .menu ul {
  padding-left: 6px;
}
.main-container .main-left-side .main-left-sidebar .menu ul li {
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  background: #FFF;
  border-left: solid #dee1e5 6px;
  padding: 25px 0px 25px 35px;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #dee1e5;
  list-style-type: none;
}
.main-container .main-left-side .main-left-sidebar .menu ul li a {
  position: relative;
  font-size: 16px;
  color: #9B9B9B;
  letter-spacing: 0.01px;
  padding-left: 16px;
  bottom: 4px;
  text-decoration: none;
}
.main-container .main-left-side .main-left-sidebar .menu ul li.menu-subgroup {
  height: 25px;
  padding: 0 0 0 44px;
  line-height: 25px;
  border: none;
  border-left: 1px solid #dee1e5;
}
.main-container .main-left-side .main-left-sidebar .menu ul li.menu-subgroup a {
  font-size: 12px !important;
  font-weight: normal;
}
.main-container .main-left-side .main-left-sidebar .menu ul li:active, .main-container .main-left-side .main-left-sidebar .menu ul li:hover {
  background: #E9EDF4;
  border-left: solid #F8CD30 6px;
}
.main-container .main-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.main-container .main-content .main-content-topbar {
  display: flex;
  justify-content: space-between;
}
.main-container .main-content .main-content-topbar .main-toggle-menu {
  display: none;
  position: absolute;
  border: 0;
  background: 0;
  padding: 5px;
}
@media (max-width: 800px) {
  .main-container .main-content .main-content-topbar .main-toggle-menu {
    display: block;
    left: 0;
    top: 0;
    width: 70px;
    z-index: 30;
  }
}
.main-container .main-content .main-content-topbar .main-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 15px 0px 15px;
}
@media (max-width: 800px) {
  .main-container .main-content .main-content-topbar .main-header {
    padding-left: 55px;
  }
}
.main-container .main-content .main-content-topbar .main-header .main-header-search {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.main-container .main-content .main-content-topbar .main-header .main-header-search .search-bar-input-2 {
  display: flex;
  position: relative;
  align-self: center;
  width: 400px;
  border: 1px solid #7AB0DF;
  border-radius: 20px;
  padding: 4px 4px 4px 8px;
}
@media (max-width: 992px) {
  .main-container .main-content .main-content-topbar .main-header .main-header-search .search-bar-input-2 {
    width: 250px;
  }
}
@media (max-width: 576px) {
  .main-container .main-content .main-content-topbar .main-header .main-header-search .search-bar-input-2 {
    width: 150px;
  }
}
.main-container .main-content .main-content-topbar .main-header .main-header-search #search-input {
  height: 30px;
  width: 85%;
  text-align: left;
  border: none;
  font-size: 14px;
  padding: 0;
}
@media (max-width: 576px) {
  .main-container .main-content .main-content-topbar .main-header .main-header-search #search-input {
    width: 80%;
    font-size: 12px;
  }
}
.main-container .main-content .main-content-topbar .main-header .main-header-search .search-btn {
  text-align: left;
  float: left;
  background: white;
  border: none;
}
.main-container .main-content .main-content-topbar .main-header .main-header-search .search-btn:hover,
.main-container .main-content .main-content-topbar .main-header .main-header-search .search-btn-new {
  cursor: pointer;
}
.main-container .main-content .main-content-topbar .main-header .main-header-info {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.main-container .main-content .main-content-topbar .main-header .main-header-info .main-header-languages {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.main-container .main-content .main-content-topbar .main-header .main-header-info .main-header-languages a {
  padding-left: 5px;
}
.main-container .main-content .main-content-topbar .main-header .main-header-info .main-header-languages a:first-child {
  padding-left: 0px;
}
.main-container .main-content .main-content-topbar .main-header .main-header-info .main-header-personal {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main-container .main-content .main-content-topbar .main-header .main-header-info .main-header-personal .main-user-actions .main-user-toggle img {
  width: 34px;
}
.main-container .main-content .main-content-topbar .main-header .main-header-info .main-header-personal .main-user-actions .user-dropdown-menu {
  text-align: center;
  width: 50px;
  min-width: 0;
  font-size: 11px;
  margin-left: 5px;
}
.main-container .main-content .main-content-topbar .main-header .main-header-info .main-header-personal .main-header-cart {
  display: flex;
  align-items: center;
  padding: 0px 5px 7px 5px;
}
.main-container .main-content .main-content-topbar .main-header .main-header-info .main-user-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #00488F;
  font-size: 12px;
}
@media (max-width: 576px) {
  .main-container .main-content .main-content-topbar .main-header .main-header-info .main-user-name {
    font-size: 11px;
  }
}
.main-container .main-content .main-content-topbar .main-header .main-header-info .main-user-name b {
  text-align: center;
}
.main-container .main-content .main-content-topbar .main-header .main-header-info .main-user-name span {
  color: #9B9B9B;
}
.main-container .main-content .main-content-body {
  align-self: center;
  width: 100%;
  max-width: calc(99vw - 250px);
  min-height: 750px;
  background: linear-gradient(-50deg, #e5e5e5, #fff);
  box-shadow: inset 0 1px 13px 0 rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding: 10px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .main-container .main-content .main-content-body {
    max-width: 99vw;
  }
}
.main-container .main-content .main-content-body .content {
  width: 100%;
  border-radius: 4px;
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 45, 89, 0.3);
  border-top: 10px solid #F8CD30;
}

.footer {
  position: fixed;
  text-align: center;
  width: 100%;
  padding: 10px;
  bottom: 0;
  border-top: 2px solid #4180bf;
  background-color: #FFF;
  font-size: 12px;
  z-index: 15;
}
.footer .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9B9B9B;
}
.footer .footer-content * {
  padding-right: 15px;
}
.footer .footer-content *:last-child {
  padding-right: 0;
}
.footer .footer-content .footer-content-logo {
  height: 25px;
}
.footer .footer-content .footer-content-sente {
  height: 12px;
}

.body-container-login {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 700px;
  padding-top: 50px;
  margin: 0;
}
@media (max-width: 768px) {
  .body-container-login {
    max-width: 580px;
  }
}
@media (max-width: 576px) {
  .body-container-login {
    max-width: 100%;
    justify-content: center;
    padding-top: 0px;
  }
}
.body-container-login .login-logo-header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 50px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .body-container-login .login-logo-header {
    padding-bottom: 55px;
    padding-right: 10px;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .body-container-login .login-logo-header {
    padding-bottom: 0px;
    margin-left: 0px;
    padding-right: 15px;
    justify-content: center;
  }
}
.body-container-login .login-logo-header img {
  max-width: 450px;
}
@media (max-width: 768px) {
  .body-container-login .login-logo-header img {
    max-width: 360px;
  }
}
@media (max-width: 576px) {
  .body-container-login .login-logo-header img {
    max-width: 270px;
  }
}
.body-container-login .login-form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 500px;
  text-align: right;
  background-image: linear-gradient(-50deg, #CFD1DD, #ffffff);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 60px 60px 120px 200px;
  color: #FFFFFF;
  z-index: 3;
}
@media (max-width: 768px) {
  .body-container-login .login-form-content {
    max-width: 400px;
    padding: 40px 40px 90px 140px;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 576px) {
  .body-container-login .login-form-content {
    align-items: center;
    padding: 5px 5px 10px 15px;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.06);
  }
}
.body-container-login .login-form-content .login-header {
  text-align: center;
  padding: 10px;
  font-size: 24px;
  color: #030303;
  letter-spacing: 0.01px;
}
@media (max-width: 768px) {
  .body-container-login .login-form-content .login-header {
    padding: 8px;
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .body-container-login .login-form-content .login-header {
    padding: 6px;
    font-size: 18px;
  }
}
.body-container-login .login-form-content .login-form {
  padding-right: 10px;
}
.body-container-login .login-form-content .login-form .login-form-field {
  padding-top: 15px;
}
.body-container-login .login-form-content .login-form .login-form-field .login-input {
  width: 100%;
  padding: 10px;
}
@media (max-width: 768px) {
  .body-container-login .login-form-content .login-form .login-form-field .login-input {
    padding: 8px;
  }
}
@media (max-width: 576px) {
  .body-container-login .login-form-content .login-form .login-form-field .login-input {
    padding: 6px;
  }
}
.body-container-login .login-form-content .login-form .form_action {
  float: right;
  padding: 15px;
  max-width: 255px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .body-container-login .login-form-content .login-form .form_action {
    max-width: 230px;
    padding: 12px;
    margin-top: 18px;
  }
}
@media (max-width: 576px) {
  .body-container-login .login-form-content .login-form .form_action {
    max-width: 200px;
    padding: 8px;
    margin-top: 12px;
  }
}
.body-container-login .login-form-content .login-form .form_action .login-dark-button {
  display: inline-block;
  text-align: center;
  background-image: linear-gradient(-50deg, #477295, #5B96CE);
  box-shadow: 0 4px 10px 0 rgba(0, 45, 89, 0.3);
  padding: 5px 25px 5px 25px;
  border: 0;
  color: #FFFFFF;
  letter-spacing: 0.01px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .body-container-login .login-form-content .login-form .form_action .login-dark-button {
    font-size: 12px;
    padding: 4px 20px 4px 20px;
  }
}
@media (max-width: 576px) {
  .body-container-login .login-form-content .login-form .form_action .login-dark-button {
    font-size: 11px;
    padding: 3px 15px 3px 15px;
  }
}
.body-container-login .login-form-content .forget-password-button {
  display: inline-block;
  font-size: 12px;
  color: #030303;
  line-height: 34px;
}

.cursor-pointer {
  cursor: pointer;
}

.dashboard-header {
  font-size: 16px;
  color: #002D59;
  letter-spacing: 0.01px;
  line-height: 24px;
  margin: 20px 0px;
}

.dashboard div.content-grey {
  font-size: 12px;
  color: #230000;
  letter-spacing: 0.01px;
  line-height: 18px;
}

.dashboard .email-header {
  font-size: 20px;
  color: #002D59;
  letter-spacing: 0.01px;
  line-height: 24px;
  text-align: center;
  width: 500px;
  padding: 50px 0px;
  position: relative;
}

.email-header div {
  position: absolute;
  right: 15px;
  top: 47px;
}

.white-circle {
  width: 30px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 30px;
  position: absolute;
  left: -15px;
  margin-top: -15px;
  display: none;
}

.dashboard .user-panel {
  width: 500px;
  height: 370px;
  align-items: baseline;
}

.dashboard .half {
  width: 220px;
}

.dashboard .data-client,
.dashboard .data-receivers,
.dashboard .data-user {
  width: 570px;
  height: 390px;
}

.dashboard .data-client > div,
.dashboard .data-receivers > div,
.dashboard .data-user > div {
  padding: 0px 20px;
  width: 225px;
}

.data-client .choose-client {
  width: 260px;
  background: #7AB0DF;
  border-radius: 0 4px 4px 0;
  position: relative;
  color: #b2d1ec;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.01px;
  line-height: 18px;
  overflow-y: auto;
  height: 390px;
}

.data-receivers .choose-receiver,
.data-user .choose-user {
  width: 260px;
  background: #00AED7;
  border-radius: 0 4px 4px 0;
  position: relative;
  color: #79d4e9;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.01px;
  line-height: 18px;
  overflow-y: auto;
  height: 390px;
}

.data-client .choose-client div,
.data-receivers .choose-receiver div,
.data-user .choose-user div {
  cursor: pointer;
  opacity: 0.6;
}

.dashboard-index {
  margin-right: 15px;
  border-right: solid 1px;
  padding: 0 15px;
  line-height: 30px;
}

.choose-client table,
.choose-receiver table,
.choose-user table {
  border-spacing: 0 15px;
  font-family: Nunito;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.01px;
  line-height: 24px;
  width: 225px;
}

.dashboard-pos-active .white-circle {
  display: block;
}

.dashboard-pos-active div {
  font-weight: 600;
  opacity: 1 !important;
}

.dashboard-pos-center {
  text-align: center;
}

.dashboard-pos-center div {
  opacity: 1 !important;
  width: 100%;
}

.dashboard-pos-center a {
  color: #FFFFFF;
}

.data-receivers-content,
.data-client-content,
.data-user-content {
  position: relative;
}

.button-new-client {
  right: 0px;
  bottom: 35px;
  position: absolute;
}

.client-tooltip {
  position: absolute;
  left: 10px;
  bottom: 35px;
}

.client-tooltip .additional-option {
  font-family: Nunito-Regular;
  font-size: 12px;
  color: #7AB0DF;
  letter-spacing: 0.01px;
}

.tooltip-note {
  position: absolute;
  top: -80px;
  left: 10px;
  width: 230px;
}

.dashboard-user-pos-hidden,
.dashboard-client-pos-hidden,
.dashboard-receiver-pos-hidden {
  display: none !important;
}

.dashboard-table-info tr td:first-child {
  text-align: center;
}

.dashboard-table-info tr td {
  width: 33%;
}

.dashboard-table-info tr td:nth-child(2) {
  font-size: 16px;
  color: #002D59;
  letter-spacing: 0.01px;
  line-height: 24px;
}

.dashboard-table-info tr td:last-child {
  text-align: center;
  color: #7AB0DF;
  font-size: 28px;
}

.dashboard-about-you {
  font-size: 20px;
  color: #002D59;
  letter-spacing: 0.01px;
  line-height: 24px;
  text-align: left;
  width: 290px;
  margin-top: 40px;
  position: relative;
  margin-left: 40px;
}

.position-inactive {
  text-decoration: line-through !important;
}

.user-form {
  display: flex;
  justify-content: space-between;
  color: #A9A9A9;
  font-size: 14px;
  line-height: 19px;
}

.user-form > div {
  width: 320px;
  margin: 0 20px;
  padding: 20px 0;
}

.user-form input,
.user-form select {
  width: 100%;
  margin: 10px 0;
  height: 36px;
}

.user-form .in-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.user-form .in-line input {
  width: calc(100% - 5px);
}

.user-form .header {
  padding: 15px 0px;
  margin-top: 5px;
  text-align: left;
}

#delivers-list-container .opened {
  display: none;
}

#delivers-list-container .closed {
  display: block;
}

.opened:hover,
.closed:hover {
  cursor: pointer;
}

.equinox .calendar-header {
  background-color: #0aa8e3;
  color: #fff;
  padding: 8px 11px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.equinox .calendar-header:after, .equinox .calendar-header:before {
  content: " ";
  display: table;
}

.equinox .calendar-header:after {
  clear: both;
}

.equinox .calendar-actions {
  float: left;
}

.equinox .month-label {
  text-align: right;
  font-size: 24px;
  float: right;
}

.equinox .month-weeks {
  border: 1px solid #efefef;
  border-top: none;
  background-color: #fafafa;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.equinox .week {
  margin-left: -1px;
  position: relative;
}

.equinox .week:first-child .day {
  border-top: none;
}

.equinox .week-events {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 26px;
}

.equinox .week-events .slot {
  margin: 0;
}

.equinox .week-events .slot > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.equinox .week-events .slot > ul > li {
  box-sizing: border-box;
  display: table-cell;
  margin: 0;
  padding-left: 9px;
  padding-right: 8px;
  width: 14.28571%;
}

.equinox .week-events .slot > ul > li.span-1 {
  width: 14.28571%;
}

.equinox .week-events .slot > ul > li.span-2 {
  width: 28.57143%;
}

.equinox .week-events .slot > ul > li.span-3 {
  width: 42.85714%;
}

.equinox .week-events .slot > ul > li.span-4 {
  width: 57.14286%;
}

.equinox .week-events .slot > ul > li.span-5 {
  width: 71.42857%;
}

.equinox .week-events .slot > ul > li.span-6 {
  width: 85.71429%;
}

.equinox .week-events .slot > ul > li.span-7 {
  width: 100%;
}

.equinox .week-events .event .start-time {
  display: none;
}

.equinox .week-events .event .title {
  white-space: nowrap;
}

.equinox .days-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.equinox .days-container .day {
  box-sizing: border-box;
  display: table-cell;
  width: 14.28571%;
  padding: 8px;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

.equinox .week-header {
  font-size: 10px;
  text-transform: uppercase;
  color: #aaa;
}

.equinox .week-header .day {
  text-align: center;
  background-color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
}

.equinox .date.outside-month .date-label {
  color: #d7d7d7;
}

.equinox .date.current-date {
  background-color: #e7f6fc;
  position: relative;
}

.equinox .date.current-date:before {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #ceeef9;
  z-index: 1;
}

.equinox .date.current-date .date-label {
  color: #0aa8e3;
}

.equinox .date-label {
  text-align: right;
  font-size: 12px;
  color: #888;
}

.equinox .date-events {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 68px;
}

.equinox .event-container {
  box-sizing: border-box;
  min-height: 34px;
  padding-top: 6px;
  margin: 0;
}

.equinox .event-container.continuation .event {
  margin-left: -8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  padding-left: 17px;
}

.equinox .event-container.continued .event {
  margin-right: -8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 14px;
}

.equinox .event {
  display: block;
  box-sizing: border-box;
  min-height: 28px;
  background-color: #fff;
  padding: 7px 6px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 3px;
  box-shadow: 0 1px 1px fade(#efefef, 80%);
  border-left: 3px solid #ffaa3c;
  color: #666;
  position: relative;
  z-index: 2;
}

.equinox .event .start-time {
  display: none;
  float: right;
  color: #bbb;
  margin-left: 4px;
}

.equinox .event .title {
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

/*
*********** OKIENKO FORMULARZA LOGOWANIA ***********
*/
.logo-sub-not-login {
  height: 210px;
  display: flex;
  flex-direction: row;
  margin: 25% 0 0 15%;
}

.logo-sub-not-login div {
  margin-left: 40px;
}

.login-form-content {
  width: 42%;
  min-width: 42%;
  height: 30%;
  min-height: 30%;
  background-image: linear-gradient(-50deg, #CFD1DD, #ffffff);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 65px 40px 50px 0;
  text-align: right;
  color: #FFFFFF;
  display: inline-block;
  z-index: 3;
}

.login-form-content .form_action {
  width: 255px;
  float: right;
}

.form_action {
  margin-top: 20px;
  padding: 15px;
}

.login-header {
  padding: 15px 15px 25px 15px;
  font-size: 24px;
  color: #030303;
  letter-spacing: 0.01px;
  text-align: center;
  margin-right: 2%;
}

.login-content {
  background: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 10px;
}

.login-error {
  text-align: center;
  font-size: 15px;
  padding: 15px;
  float: left;
  width: 40%;
}

/*
*********** OPIS SYSTEMU ***********
*/
.portal-description {
  display: inline-block;
  font-size: 36px;
  color: #002D59;
  letter-spacing: 0.02px;
  margin: 50px 0 0 60px;
}

/*
*********** FORMULARZ REJESTRACJI ***********
*/
.register-form-content {
  display: flex;
  position: relative;
  top: -11%;
  float: right;
  width: 58%;
  border-radius: 4px;
  background: linear-gradient(-50deg, #CFD1DD, #ffffff);
  color: #002D59;
  letter-spacing: 0.02px;
  margin: 0 0 0 5%;
  padding-bottom: 45px;
}

.register-question {
  padding: 10px 0px 10px 45px;
  font-size: 24px;
  color: #002D59;
  letter-spacing: 0.01px;
  margin: 5%;
  width: 26%;
}

.register-contact-info {
  display: flex;
  font-size: 16px;
  color: #230000;
  letter-spacing: 0.01px;
  padding-top: 15%;
}

.register-form {
  padding: 11% 0 0 0;
}

.register-input {
  background: #FFFFFF;
  color: #002D59;
  letter-spacing: 0.01px;
  text-align: center;
  width: 300px;
  height: 38px;
  border: 0 !important;
  font-size: 14px !important;
}

.register-form .form_action {
  width: 280px;
  float: right;
}

.reset-button {
  display: inline-block;
  font-size: 12px;
  color: #7AB0DF;
  letter-spacing: 0.01px;
  line-height: 34px;
  border: 0;
  background-color: transparent;
}

.reset-button:hover {
  text-decoration: none;
}

.register-button {
  margin-left: 47px;
}

@charset "UTF-8";
/* <-- Sterowanie !!! */
.payments-list .extanded {
  background-color: #f0f0f0;
}

.payments-list .border-container {
  border-left: solid 1.5px #f0f0f0;
  border-right: solid 1.5px #f0f0f0;
  border-bottom: solid 1.5px #f0f0f0;
}

.payments-list div[onclick="getPaymentDetailsPayList(this);"].opened .closed {
  display: none;
}

.payments-list div[onclick="getPaymentDetailsPayList(this);"]:not(.opened) .opened {
  display: none;
}

.payments-list-header #onlyExpired:checked + label .unchecked {
  display: none;
}

.payments-list-header #onlyExpired:not(:checked) + label .checked {
  display: none;
}

/* --> Sterowanie !!! */
/* <-- Podsumowanie listy płatności */
.payments-header-title {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #5E8FE5;
  padding: 10px;
  margin: 10px 0;
}

.payments-header-container {
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-around;
  background-color: #f0f0f0;
  padding: 10px 10px 10px 10px;
  margin-bottom: 30px;
  background-color: #FFF;
}

.payments-header-item {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  width: 466px;
  color: #FFFFFF !important;
  padding: 20px 20px 0px 20px;
}

.payments-header-item table th,
.payments-header-item table td {
  padding: 0 10px;
  text-align: right !important;
  color: #FFFFFF !important;
}

.payments-header-item table td {
  border-bottom: none !important;
  font-size: 14px !important;
  font-weight: 100 !important;
}

.payments-header-item th {
  border-bottom: 2px solid #FFFFFF !important;
}

.payments-header-item .title {
  font-family: Nunito;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.payments-header-item .title img {
  margin-right: 20px;
}

.payments-paid {
  background-color: #5E8FE5;
  margin-right: 10px;
}

.payments-unpaid {
  background-color: #FF8D2C;
}

.payments-list-header {
  display: flex;
  justify-content: space-between;
}

/* --> Podsumowanie listy płatności */
/* <-- Filtrowanie listy płatnosci */
.payments-only-expired {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.payments-list-header label {
  color: #A9A9A9;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.payments-list-header label img {
  margin-right: 10px;
}

.payments-list-filter {
  height: 115px;
}

.payments-list-filter label {
  color: #434343;
  font-size: 16px;
}

.payments-list-filter > div {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.payments-list-filter input {
  margin-top: 20px;
}

.payments-list-filter a {
  margin-top: 41px;
}

.payments-list-filter span {
  color: #A9A9A9;
  font-size: 14px;
}

.payments-list-filter span + input {
  margin-left: 3px;
}

.payments-list-filter input[name=symbol] {
  width: 380px;
  padding: 5px;
}

/* --> Filtowanie płatności */
.payments-list table th,
.payments-list table td {
  padding-left: 10px !important;
}

.body-container-login .form_action {
  display: flex;
  justify-content: space-between;
}

.login-info {
  font-size: 12px;
  color: #230000;
  letter-spacing: 0.01px;
  text-align: right;
}

.user-name {
  font-size: 12px;
  color: #00488F;
  letter-spacing: 0.01px;
  text-align: right;
}

.user_form .box-white {
  height: 500px;
}

.form_action {
  text-align: right;
}

.password_change .user_row input,
.user_add_form .user_row input,
.client-data-change-grid input {
  width: 100%;
}

.user_add_form > div {
  margin: 0 auto;
  width: 300px;
}

.client-data-change-grid {
  display: -moz-grid;
  display: grid;
  display: -ms-grid;
  grid-template-areas: "empty data-client empty2 data-receiver empty3";
  grid-template-columns: auto 300px 50px 300px auto;
}

.doc-flex-item {
  width: 33.33%;
  height: 100px;
  margin: 0px 30px;
  padding: 20px 10px;
}

.doc-flex-item > div {
  align-self: center;
  margin-left: 50px;
}

.doc-flex-item i {
  color: #7AB0DF;
  float: left;
}

.new-pos {
  background: #d4edda;
  color: #c3e6cb;
}

.payment-details-header {
  width: 100%;
  display: flex;
  height: 35px;
}

.payment-details-symbol {
  height: 22px;
  width: 354px;
  color: #5E8FE5;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 22px;
  text-align: left;
}

.payment-details-date-title {
  height: 19px;
  width: 91px;
  color: #A9A9A9;
  font-size: 14px;
  letter-spacing: 0.01px;
  line-height: 19px;
}

.payment-details-date-value {
  height: 19px;
  width: 80px;
  color: #434343;
  font-size: 14px;
  letter-spacing: 0.01px;
  line-height: 19px;
  margin-left: 18px;
}

.alert-success {
  color: #8EC464;
}

.alert-error {
  color: #FF0000;
}

.alert-warning {
  color: #FF8D2C;
}

.payment-details-body {
  display: flex;
  justify-content: space-between;
}

.float-box-content .payment-details-body {
  width: 98%;
  margin: 0 auto;
  margin-top: 25px;
}

.payments-list-container {
  background-color: #FFF;
}

.payments-list-container .payment-details-body {
  width: 100%;
}

.payment-details-column {
  color: #434343;
  font-size: 12px;
  letter-spacing: 0.01px;
  line-height: 16px;
  float: left;
  max-width: 32%;
}

.payment-details-column-title {
  height: 19px;
  width: 150px;
  color: #A9A9A9;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.01px;
  line-height: 19px;
}

.account-info {
  color: #434343;
  font-size: 12px;
  margin-top: 12px;
}

.account-info ul {
  list-style: none;
}

.payment-float-box {
  width: 1022px;
}

.content-info-header {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 17px;
  margin-bottom: 10px;
}

.content-info-header a {
  color: #FFFFFF;
}

#newDocumentsInfo {
  background-color: #5E8FE5;
}

#expiredPayments {
  background-color: #F8CD30;
  color: #FFFFFF;
}

#documents-list-header {
  width: 100%;
  margin-top: 16px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
}

.documents-header-column {
  color: #434343;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.01px;
  line-height: 22px;
  width: 376px;
  background-color: #FFFFFF;
  padding: 30px;
  margin-right: 10px;
  border: 1px solid #5E8FE5;
}

.documents-header-column:hover {
  cursor: pointer;
}

.documents-header-column-title {
  color: #A9A9A9;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 24px;
}

.nav-icon {
  margin-top: 40px;
}

.doc-counter {
  color: #A9A9A9;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.03px;
  line-height: 24px;
  text-align: right;
  margin-top: -25px;
}

#rodo #rodoAgreementContent {
  margin-bottom: 20px;
}
