/* code listing for blog/css/main.css */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  margin: 0px;
  height: 100%;
  width: 100%;
  overflow: auto;
}
body {
  font-family: "Inter", sans-serif !important;
  margin: 0px;
  min-height: 100%;
  width: 100%;
}
.app-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh !important;
  justify-content: space-between;
  overflow-x: hidden;
}
button.btn {
  border-radius: 99999px !important;
}
/* edw orizei to xrwma twn diegrammenwn */
tbody tr.hidden > td {
  background-color: rgba(235, 8, 8, 0.298);
}

#userslist tr td {
  word-wrap: break-word;
  max-width: 120px !important;
  /* text-overflow: ellipsis; */
}
@media (max-width: 485px) {
  #userslist tr td {
    word-wrap: break-word;
    width: 100%;
    max-width: 250px !important;
  }
  #userslist tr td.user-arrow {
    word-wrap: break-word;
    width: 100%;
    width: 50px !important;

    padding: 6px 0px !important;
  }
}
#userslist tbody tr:hover {
  cursor: pointer;
  background-color: var(--primary) !important;
  color: white !important;
}

#userslist tbody tr:hover .subordinate {
  cursor: pointer;
  /* background-color: var(--primary) !important; */
  color: white !important;
}

.subordinate {
  color: #2196f3;
}
#grid table th:last-child,
table td:last-child,
.k-grid td:last-child {
  overflow: visible;
}

/* old css apo katw */

.k-tabstrip-items.k-reset {
  text-align: left !important;
}

.km-pane-wrapper {
  position: relative !important;
}

select {
  line-height: 1.5 !important;
}

li.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  li.nav-item {
    justify-content: center;
  }
}

.forum-item {
  border: 1px solid skyblue;
  text-align: center;
  margin: 5px;
  border-radius: 5px;
}

.login-container form label {
  font-size: 0.9rem;
}

input.form-control {
  height: 10px !important;
}

table.k-selectable tbody td {
  text-align: center;
}

.k-state-selected {
  background-color: rgba(68, 142, 211, 0.2) !important;
  color: black !important;
}

.navbar-nav li {
  background-color: transparent !important;
  position: relative;
}

.navbar-nav li a {
  position: relative;
  z-index: 2;
}

.navbar-nav li.nav-item:not(:last-child, .darkModeButton, .active):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 12px;
  width: 0%;
  transition: height 0.6s;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.35);
  transform: translateY(-15px) translateX(2.5%);
}

.navbar-nav li.nav-item:hover:after {
  width: 95%;
  height: 45px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
}
.darkModeButton {
  cursor: pointer;
  width: 50px;
  color: white !important;
}

@media (max-width: 992px) {
  .navbar-nav li:not(:last-child, .active):after {
    width: 0;
  }
}
.navbar-nav li.nav-item:not(:last-child, .darkModeButton, .active):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 12px;
  width: 0%;
  transition: height 0.6s;
  z-index: 0;
  background-color: white!;
  transform: translateY(-15px) translateX(2.5%);
}

.navbar-nav li.nav-item:hover:after {
  width: 0%;
  height: 45px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
}

.rounded-full {
  border-radius: 300000px !important;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  border-color: #c0392b !important;
}

/* .navbar-nav li a {
  transition: 0.4s;
  color: #ffffff;
}
.navbar-nav li a:hover {
  background-color: #ffffff;
  color: var(--primary) !important;
  padding: 28px 10px;
} */

.navbar-nav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 100%;
  transition: all 0.6s;
  background-color: white;
}
/* .navbar-nav li.active a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 2px;
  width: 100%;
  transition: all 0.6s;
  background-color: white;
} */
/* FOOTER */
footer * {
  color: #f0ebeb;
}

.dplan-link {
  text-decoration: none;
  color: white;
  text-shadow: 0 0 4px white;
}

.dplan-link:hover {
  color: white;
  text-decoration: none;
  text-shadow: 0 0 10px white !important;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#userslist_filter input.form-control,
#deptlist_filter input.form-control,
#projlist_filter input.form-control {
  height: 20px !important;
}

/*Select2 styles gia ta multiselect menu */
select.form-control {
  height: 32px !important;
}

.select2-container--default .select2-selection--multiple {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
}

.select2-selection.select2-selection--multiple {
  border: 0 !important;
  box-shadow: inset 0 -1px 0 #ddd !important;
  border-radius: 0px !important;
}

.select2-dropdown {
  z-index: 99999 !important;
}
.form-group {
  display: flex !important;
}

/* #grid table tr.k-master-row td:nth-last-child(2) {
  display: none !important;
} */

.footer > .jumbotron {
  background-color: slategray;
  color: whitesmoke;
  text-align: center;
}

.glyphicon-plus {
  cursor: pointer;
  font-size: 11px;
  margin-left: 3px;
  text-align: right;
  /*  width: 100%;*/
}

.edittodo {
  margin-bottom: 3px;
}

.hidetodo {
  margin-right: 1px;
  margin-bottom: 2px;
}

.completed_percentange {
  padding-right: 11px;
}

.footer > .jumbotron p {
  font-size: 14px;
}

.footer > .jumbotron a {
  color: #ffffff;
}

form {
  margin-bottom: 20px;
}

.maintext {
  margin: 10px 0 10px 0px;
}

img.logo {
  max-width: 150px;
  max-height: 150px;
  filter: drop-shadow(2px 4px 8px #585858);
}

#phrase {
  margin-top: 5px;
}

.messagestable {
  background-color: #9acfea;
  overflow-y: auto;
  height: 200px;
}

/*table { 
    table-layout: fixed; 
}*/

table th,
table td {
  overflow: hidden;
}

/*td{ 
    width:25%;    
}*/

#todolist thead tr th {
  z-index: 10;
}

#todolist td {
  height: 91px;
  min-width: 90px;
}

#todolist td.focus {
  width: 100%;
}

#todolist {
  table-layout: auto;
}

div.scrolling {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.otherStaffHeader {
  background-image: url(../js/tablesorter/blue/desc.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  width: 120px;
}

.doodle_logo {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}

.completed {
  background-color: greenyellow !important;
}

#calendar {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 10px;
}

#overflow {
  height: 250px;
  overflow: auto;
}

#submit_department {
  margin-left: 37%;
}

#submit_project {
  margin-left: 37%;
}

#submit_user {
  margin-left: 37%;
}

#add_edit_form .select2 {
  width: 100% !important;
}

/*#todolist tbody tr:hover td {
    background-color: #FFFFFF;
} */

.active_selection {
  background-color: #bdc3c7 !important;
}

/* edw orizei to xrwma twn oloklhrwmenwn */
td.f20-completed {
  background-color: #ff7b0088;
}
td.f50-completed {
  background-color: #ff7b00e8;
}
td.f80-completed {
  background-color: #c9cc05;
}
td.f90-completed {
  background-color: #04b84f;
}
td.fully-completed {
  background-color: #007a33;
}

/* FullCalendar */
/* Ετοιμο το καλενταρ για Mobile, αλλα πρώτα θελει fix το φοοτερ στο ιδιο view. */

@media only screen and (max-width: 768px) {
  .fc-header-toolbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .fc-header-toolbar div:first-child {
    margin: 5px;
  }
  .fc-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .fc-left button {
    margin-left: auto;
  }
}

/*#fullscreen_toggle{*/
/*float:right;*/
/*}*/

/*Media css*/

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  #add_project {
    margin-top: 11%;
  }
  #add_department {
    margin-top: 11%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #add_project {
    margin-top: 12%;
  }
  #add_department {
    margin-top: 12%;
  }
}

@media (min-width: 768px) {
  #add_project {
    margin-top: 11%;
  }
  #add_department {
    margin-top: 11%;
  }
}

@media (max-width: 768px) {
  #add_project {
    margin-top: 18%;
  }
  #add_department {
    margin-top: 18%;
  }
}

@media print {
  #navigation,
  .alert,
  .alert-info,
  .btn,
  .footer,
  .printhide,
  #time,
  #priority_colors,
  .row.toolbar {
    display: none !important;
  }
  body {
    font-size: 12px;
  }
  #print_time {
    display: block !important;
  }
  #overflow {
    height: auto !important;
    overflow: hidden !important;
  }
  #todolist td {
    height: 100%;
  }
  div.scrolling {
    overflow: hidden;
  }
  div.messagestable {
    height: initial;
  }
}

.modal-footer,
.modal-header {
  padding: 10px;
}

.modal-body {
  padding: 5px;
}

#time {
  position: absolute;
  top: 20%;
  left: 1%;
  width: 230px;
}

#sums {
  text-align: right;
  margin-right: 5%;
  margin-top: 1%;
}

#income_sum {
  margin-right: 10px;
}

#graph_buttons {
  position: absolute;
  top: 5%;
  left: 1%;
}

#print_time {
  display: none;
  position: absolute;
  top: 10%;
}

.selected_view {
  display: none;
  border: 0px;
}

.title {
  text-align: center;
  padding-bottom: 10px;
}

#time_picker tbody td {
  text-align: center;
  border: 1px groove grey;
  cursor: pointer;
}

#time_picker {
  table-layout: auto;
  width: 15%;
  border-collapse: separate;
}

#priority_colors {
  position: absolute;
  top: 70%;
  left: 1%;
  width: 180px;
}

#priority_table tr td {
  text-align: center;
}

.priority1 {
  background-color: #c0392b;
}

.priority2 {
  background-color: #f39c12;
}

.priority3 {
  background-color: #3498db;
}

.priority4 {
  background-color: #27ae60;
}

.priority5 {
  background-color: #bdc3c7;
}

.node {
  cursor: pointer;
}

.node text {
  font: 10px sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

/* Grid & panelbar Styles */

#panelbar #item1 > span,
#panelbar #item2 > span,
#panelbar #item3 > span {
  background-color: #2196f3;
  color: White;
  background-image: none !important;
}

#etaireies-table tr.selected,
#tmimata-table tr.selected,
#erga-table tr.selected,
#tickets-table tr.selected,
#tickets-deleted-table tr.selected {
  background-color: #2196f3 !important;
  color: white;
}

.card input.form-control {
  height: 25px !important;
  font-size: 14px !important;
}

.card input.form-control:focus {
  border: 1px solid #2196f3 !important;
}

.k-grid-content {
  min-height: 80% !important;
}
.checkbox-group {
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
  transition: color 0.4s, background-color 0.4s, border-color 0.4s,
    box-shadow 0.4s;
  color: white;
  background-color: #2196f3;
}

.ticket-div {
  box-sizing: border-box;
  border-radius: 5px;
}
.k-master-row {
  overflow: auto;
}

/* FORM CONTAINER */
.form-container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  /* background: rgb(2,0,36);
  background: linear-gradient(133deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 100%); */
  background-color: #2196f3;
}
.form-container .form {
  background-color: white !important ;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#scheduleTmhma,
#scheduleCompany {
  color: white !important ;
}
#scheduleCompany option,
#scheduleTmhma option {
  color: black !important ;
}

#tickets-info .form-control:focus,
#erga-info .form-control:focus,
#tmimata-info .form-control:focus,
#etaireies-info .form-control:focus {
  border: 1px solid #2196f3 !important ;
  box-shadow: none !important;
}
#item1 span.k-link {
  z-index: 99;
  cursor: pointer;
}

.display-4 {
  font-size: 4rem;
}

@media only screen and (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.325rem + 2.9vw);
  }
}

@media only screen and (max-width: 480px) {
  .display-4 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media only screen and (max-width: 350px) {
  .display-4 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
#login-form .card input.form-control {
  height: 25px !important;
  font-size: 14px !important;
  /* border-radius:25px; */
}

/* Landing page */
#contact-landing-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray;
  opacity: 1; /* Firefox */
}
#contact-landing-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: gray;
}
#contact-landing-form::-ms-input-placeholder {
  /* Microsoft Edge */
  color: gray;
}
#contact-landing-form button.btn {
  border-radius: 0.25rem !important;
}

/* Lightbox */
.img-div {
  cursor: pointer;
  width: 100%;
  z-index: 20;
  border-radius: 0.25rem;
}

.img-div:hover {
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: scale(1.03);
  z-index: 25;
}
.img-div img {
  z-index: 20;
  width: auto !important;
}

.expired {
  background-color: #ffc966 !important;
}
.modal-open {
  overflow-y: hidden !important;
}

/* ATCB BUTTON */
.atcb_button:focus {
  outline: none !important;
}
.todo-atcb .atcb_list {
  box-sizing: border-box;
  min-height: max-content;
  color: rgb(51, 51, 51);
  background-color: transparent;
  display: block;
  right: 560%;
  top: 30%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 55px;
  z-index: 80;
  flex-direction: row-reverse;
}

#grid,
#grid2,
#grid3 {
  min-height: 600px;
}

.whitelogo {
  filter: brightness(0) invert(1);
}
.f-w-32 {
  width: 11rem !important;
}

/* USER TABLE FIX MOBILE */
.user-arrow {
  min-height: 32px !important;
  height: 100%;
  max-width: 50px !important;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th.dtr-control:before {
  left: 35% !important;
}

.navbar-landing {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.card-admin {
  overflow: auto !important;
}
