@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=greek');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');



body {
  font-size: 12px;
  font-family: 'Manrope', 'Open Sans', sans-serif;
  
}

:root {
  --bs-body-font-family: 'Manrope', 'Open Sans', sans-serif;
}

a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.form-control {
  margin-bottom: 10px;
}

.sidebar-dash a {
  color: white;
}

.navy-back {
  background-color: #001f3f;
}
.navy {
  color: #001f3f;
}
a.navy {
  color: #001f3f;
}

.blue-back {
  background-color: #0074d9;
}
.blue {
  color: #0074d9;
}
a.blue {
  color: #0074d9;
}

.aqua-back {
  background-color: #7fdbff;
}
.aqua {
  color: #7fdbff;
}
a.aqua {
  color: #7fdbff;
}

.green-back {
  background-color: #55e6c1;
}
.green-back {
  color: #55e6c1;
}
a.green-back {
  color: #fff;
}

.orange-back {
  background-color: #ff851b;
}
.orange {
  color: #ff851b;
}
a.orange {
  color: #ff851b;
}

.red-back {
  background-color: #ff4136;
}
.red {
  color: #ff4136;
}
a.red {
  color: #ff4136;
}

.silver-back {
  background-color: #dddddd;
}
.silver {
  color: #dddddd;
}
a.silver {
  color: #dddddd;
}

.maroon-back {
  background-color: #85144b;
}
.maroon {
  color: #85144b;
}

.white {
  color: white;
}

.white a {
  color: white;
}
.white .close {
  color: white;
}

.modal-small {
  width: 360px;
}

.my-btn {
  border: 0px;
  padding: 4px 10px;
  border-radius: 3px;
}

.main-content-dash {
  padding-top: 20px;
}

.main-row {
  height: 100%;
  margin: 0px;
}

body,
html {
  height: 100%;
}

.sidebar-dash {
  height: 100%;
  background: #222;
  color: white;
  overflow-y: auto;
  overflow-x: auto;
  padding: 0px;
}

.sidebar-inner ul {
  padding: 0px;
}

.sidebar-inner ul li {
  list-style: none;
}

.sidebar-inner {
  height: 100%;
}

.sidebar-inner ul li a {
  border-bottom: 1px solid #424242;
  padding: 5px 10px;
  display: table;
  width: 100%;
}

.sidebar-inner ul li a:hover {
  background-color: #fff;
  color: #222;
  text-decoration: none;
}

.user-info-logout {
  float: right;
}

.user-info {
  padding: 10px 15px;
}

.main-content-dash {
  padding: 0px;
  border: 7px solid #001f3f;
  height: 100%;
  overflow-y: auto;
  width: 88%;
}

.page-title-section {
  padding: 0px 15px;
  font-size: 19px;
  height: 38px;
  line-height: 36px;
  margin-bottom: 0px;
}

.page-content-section {
  padding: 15px;
}

.iframe-containt {
  padding: 15px;
}

.modal-header {
  padding: 2px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header h4 {
  font-size: 17px;
  text-align: center;
  font-weight: normal;
}

.menu-colapse-item {
  padding-left: 10px;
  cursor: pointer;
  padding-top: 10px;
  margin-top: 20px;
}

.active a {
  background-color: white;
  color: #222;
}

.other-type-linked-title {
  padding: 10px 10px;
  font-size: 16px;
}

.border-window {
  border: 10px solid white;
}
/*
.fancybox-content {
    width: 900px !important;
}

*/

.onlist-edit-ul li {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid #b2b2b2;
  cursor: grab;
  background: white;
}

.onlist-edit-ul li strong {
  display: table;
  width: 80%;
  float: left;
}
.onlist-edit-ul {
  padding-left: 0px;
}

.loading-frame {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 15%;
}

.loading-frame-1 {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 15%;
  top: 0px;
  left: 0px;
}

.loading-frame-1 img,
.loading-frame img {
  height: 150px;
}

.toggle.btn {
  min-width: 59px;
  min-height: 25px !important;
  height: 25px !important;
}

.toggle.btn .btn {
  padding: 2px 12px;
}

.sidebar-dash.col-xs-2 {
  width: 12%;
}

.search-tr .form-control {
  padding: 2px;
  height: 21px;
  border-radius: 0px;
  min-width: 50px;
  margin-bottom: 3px;
  font-size: 12px;
}

.disabled {
  background: #eee;
  border: 2px solid #ddd;
  padding: 2px;
  font-size: 11px;
  min-height: 21px;
  margin-bottom: 1px;
}

.td-sum_other_type_field,
.td-two_fields_relation,
.td-money {
  text-align: right;
}

tfoot .td-sum_other_type_field,
tfoot .td-two_fields_relation,
tfoot .td-money {
  padding-right: 3px !important;
}
.form-group {
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  padding: 5px 10px;
}

.word-yes-no {
  padding: 2px;
  font-weight: bold;
  width: 31px;
  display: table;
  text-align: center;
  color: #222;
  border-radius: 4px;
}

.white.word-yes-no {
  color: white;
}
.input-group {
  margin-bottom: 20px;
  width: 100%;
}

.input-group label {
  width: 100%;
}
.new-invoice {
  padding: 50px;
}

#invoice_info_id {
  margin-left: 10px;
  border: 1px solid #a5a5a5;
  height: 27px;
  border-radius: 2px;
}
.view-invoice-number {
  -webkit-transform: rotate(-90deg);
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 51%;
  left: -50px;
}

.view-invoice-number-col.col-md-1 {
  height: 500px;
  position: relative;
}
.view-invoice-number-number {
  color: red;
  margin-left: 10px;
}

.invoice-info-text-col h3 {
  color: #bbb59b;
  font-weight: bold;
}

.view-invoice-header {
  border-bottom: 5px solid;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.view-invoice-body {
  border-top: 5px solid #bbb59b;
  padding-top: 10px;
  margin-top: 2px;
}

.invoice-info-logo-col {
  padding-top: 60px;
  text-align: right;
}

.cust-info.cust-name {
  color: #bbb59b;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}

.view-invoice-customer-info h4 {
  font-weight: 600;
}

.view-invoice-customer-info {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.view-invoice-date {
  display: table;
  float: right;
  font-weight: 600;
}
.date-digits {
  color: #bbb59b;
  font-weight: bold;
}

.view-invoice-products-table {
  margin-top: 40px;
}

.view-invoice-table {
  width: 100%;
}
.view-invoice-table td {
  padding: 4px 10px;
}

.table-firstrow td:nth-child(2) {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.table-firstrow td:last-child {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  text-align: center;
  background: #eaeaea;
  font-weight: 600;
}

.v-inv-td-euro {
  font-weight: 600;
  text-align: center;
}

.v-inv-td-euro {
  font-weight: 600;
  text-align: center;
  border-left: 2px solid;
  border-right: 2px solid;
}

.v-inv-tr-titles {
  color: white;
  font-size: 16px;
  font-weight: 600;
  background: #222;
  text-align: center;
}

.v-inv-tr-titles {
  color: white;
  font-size: 16px;
  font-weight: 600;
  background: #5c5c5c;
  text-align: center;
  border: 2px solid #222;
}

.v-inv-tr-prds td:nth-child(1) {
  text-align: center;
}
.v-inv-tr-prds td:nth-child(2) {
  text-align: left;
}
.v-inv-tr-prds td:nth-child(3) {
  text-align: right;
}
.v-inv-tr-prds td:nth-child(4) {
  text-align: center;
}
.v-inv-tr-prds td:nth-child(5) {
  text-align: right;
}

.v-inv-tr-prds {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.v-inv-tr-prds td {
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  font-weight: 600;
  padding: 5px 10px;
  font-size: 14px;
}

.v-inv-tr-prds td:first-child {
  border-left: 2px solid #222;
}

.v-inv-tr-total-1,
.v-inv-tr-total-2 {
  text-align: right;
  font-weight: 600;
  font-size: 15px;
}

.v-inv-tr-total-1 td:last-child,
.v-inv-tr-total-2 td:last-child {
  text-align: right;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
}

.view-invoice-footer {
  margin-top: 80px;
  border-top: 5px solid #222;
  margin-bottom: 50px;
  padding-top: 5px;
}

.invoice-footer-line.invoice-footer-line-1 {
  font-weight: bold;
  color: #5c5c5c;
}

.invoice-footer-line.invoice-footer-line-1 {
  font-weight: bold;
  color: #bbb59b;
  font-size: 16px;
}

.invoice-footer-info {
  font-size: 14px;
  line-height: 20px;
}

.invoice-footer-line.invoice-footer-line-2 {
  font-weight: bold;
  color: #737373;
  margin-bottom: 10px;
}

.view-invoice-container.container {
  width: 1100px;
}

.edit {
  padding: 15px 30px;
}

#item-edit-form,
#item-new-form {
  border: 2px solid #dfdfdf;
  background: white;
  border-radius: 4px;
}

.fancybox-slide--iframe .fancybox-content {
  background: transparent;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.new-item-area {
  display: table;
  float: right;
}

.pre-panel {
  padding: 30px;
}

.invoice-info-2 .invoice-info-logo-col.col-md-5 {
  padding-top: 10px;
  text-align: right;
  width: 55%;
  padding-right: 0px;
}

.mobile {
  display: none !important;
}

.desktop {
  display: unset;
}

.field-other_type {
  margin-bottom: 16px;
}

.item-edit .select2-container .select2-selection--single,
.edit .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
}

.user-edit-image-col img {
  height: 42px;
  margin-bottom: 12px;
}

.table.user-profile-table th,
.table.user-profile-table td {
  vertical-align: middle;
  padding: 14px 10px;
}

.table.user-profile-table img {
  height: 70px;
}

.user-profile .dash-main-title {
  display: table;
  float: unset;
  margin-bottom: 25px;
  width: 100%;
}

.new-tod-btn {
  background: #58b19f;
  width: 30px;
  display: table;
  float: right;
  color: white;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.info-row .panel .panel-body {
  min-height: 270px;
}

.info-row .panel-heading {
  background: #57606f;

  color: white;
  font-size: 15px;
}

.info-row .panel-heading b {
  font-weight: 400;
}

.info-row .panel-body {
  padding: 15px;
  background: #ddd;

  color: hsla(197, 100%, 20%, 1);
}

.info-row .table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #cdcdcd;
}

.info-row .table-striped > tbody > tr th,
.info-row .table-striped > tbody > tr td {
  border: 0px;
}

.info-row .dash-box-name {
  font-size: 20px;
  padding-right: 10px;
  padding-top: 4px;
  text-align: left;
  font-weight: 400;
}

.info-row .col-md-4 {
  margin-bottom: 30px;
}

.info-row .col-md-2-5 {
  margin-bottom: 30px;
  width: 20%;
}

.info-row .dash-box-iiner {
  background: #57606f;
}

.info-row .dash-box-iiner i {
  color: #909090;
  font-size: 48px;
  opacity: 0.3;
}

.online-user {
  color: #01a846;
}

.offline-user {
  color: #ff4757;
}

.info-row .panel .panel-body {
  min-height: 270px;
  overflow-y: auto;
  height: 270px;
}

.body-items-item-disable-php {
  background: transparent;
}

.body-agents-reports-monthlydata-new-month-php {
  background: transparent;
}

.body-agents-reports-monthlydata-new-month-php .panel {
  max-width: 600px;
  margin: 0 auto;
}

.currency-symbol {
  position: absolute;
}
