/*This CSS has been written by Karipidis Michael*/

.fb-page,
.fb-page iframe[style],
.fb-page span {
    width: 100% !important;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ShadowBlink {
    0% {
        box-shadow: 0 0 60px 0px #002083a6;
    }

    50% {
        box-shadow: 0 0 60px 70px #00208300;
    }

    100% {
        box-shadow: 0 0 60px 0px #002083a6;
    }
}

@keyframes blinkred {
    0% {
        background-color: #FF000000
    }

    50% {
        background-color: #FF0000
    }

    100% {
        background-color: #FF000000
    }
}

.blink {
    animation: blink 3s ease-in-out infinite !important;
}

.blink-red {
    animation: blinkred 4s ease-in-out infinite !important;
}

@font-face {
    font-family: Comfortaa;
    src: url(../fonts/GothamGreek.woff) format('woff');
}


@font-face {
    font-family: CCode39;
    src: url(../fonts/Code39.ttf);
}

@font-face {
    font-family: VAG;
    src: url(../fonts/VAG.otf);
}

@font-face {
    font-family: Farro;
    src: url(../fonts/Farro-Medium.ttf);
}

@font-face {
    font-family: IBM;
    src: url(../fonts/IBMPlexSans-SemiBold.ttf);
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/GothamGreek.woff);
}

.shift-sub-icon {
    left: -10px;
    position: inherit;
    top: 6px;
}

.shift-sub-icon.fa-stop {
    color: #610000;
}

.pyrsos-danger {
    background-color: rgba(248, 0, 0, 0.616);
    color: white;
}

.pyrsos-success {
    background-color: rgba(7, 207, 0, 0.616);
    color: black;
}

.pyrsos-info {
    background-color: rgba(68, 0, 255, 0.616);
    color: white;
}

.pyrsos-primary {
    background-color: rgba(253, 253, 253, 0.616);
    color: black;
}

.pyrsos-warning {
    background-color: rgba(255, 174, 0, 0.616);
    color: black;
}

.pop-message {
    padding: 5px 5px 5px 5px;

}

.ps-pointer {
    cursor: pointer;
}

.pagination {
    display: inline-block;
}

.login-input {
    width: 100%;
    padding: 3px 20px;
    background-color: transparent;
    box-sizing: border-box;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: solid;
    border-bottom: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

.login-input:focus:not([type=radio]):not([type=checkbox]) {
    border-bottom: 3px solid #555;
    background-color: white;
    color: black;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

a:hover {
    color: inherit !important;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-track {
    background: #929292;
    border-radius: 10px;
}

::-webkit-scrollbar-corner {
    background: #161616;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #414141;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #161616;
    border-radius: 10px;
}

.sheet-table {
    border: 2px solid black;
    background-color: white;
    margin-left: 10px;
    cursor: default;
    table-layout: auto;
    border-collapse: collapse;
}

.sheet-table td {
    border: 1px solid black;
    padding: 5px;
    text-align: center;
}


.sheet-table tr:nth-child(even) {
    background-color: lightgray;
}

p,
h1,
h2,
h3,
h4,
h5,
span {
    font-family: Comfortaa;
}

input::placeholder {
    color: white;
    font-weight: bold;
}

.menutd {
    text-align: center;
}

.pyrsos-tool-tip+.tooltip>.tooltip-inner {
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 15px;
    font-size: 1.5em;
}

.tableTitle {
    text-align: center;
    font-weight: bold;
    border-bottom-style: solid;
    border-width: 5px;
    border-color: black;
}

.tableRow {
    text-align: center;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: black;
    cursor: default;
}

.halfhour_item {
    border-right-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-color: rgba(25, 25, 25, 0.2);
}

.noresults-title {
    text-align: center;
}

.tool {
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.7s, box-shadow 0.7s;
    padding: 10px;
}

.ContentDiv {
    margin-top: 10px;
    background-color: #eee;
    max-width: 95%;
    margin-left: 3%;
    margin-right: 3%;
    border-radius: 9px;
}

.notiButton:hover {
    color: rgb(165, 164, 164);

}

.cmenu {
    width: 150px;
    z-index: 9999;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.cmenu-item {
    height: 20px;
}

.cmenu-item:hover {
    background-color: #6CB5FF;
    cursor: pointer;
}

.user-image {
    width: 45px;
    height: 45px;
    /* padding: 6px; */
}

.py-cursor-pointer {
    cursor: pointer;
}

.pyrsos-elipsis {
    padding: 5px;
    /* display: block;
    display: -webkit-box; */
    overflow-wrap: break-word;
    line-height: 25px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tool-field-text {
    text-align: center;
}

.MainButton {
    color: inherit;
    font-weight: bold;
    font-family: sans-serif;
    text-overflow: clip;
}

.MainButtonContainer {
    padding: 5px;
    text-align: center;
}

.index-images {
    transition: border-style 0.4s, border-width 0.4s, border-color 0.4s, box-shadow 0.4s, width 0.4s, height 0.4s;
}

.BgHoverSize {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 1s;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.BgHoverSize:hover {
    background-size: 150% 150%;
}

.index-images:hover {
    border-color: darkgrey;
    box-shadow: grey 0px 0px 25px;
    width: 120px;
    border-style: solid;
    border-width: 5px;
}

.videostyle {
    position: fixed;
    top: -10%;
    left: -10%;
    width: 150%;
    max-height: 150px;
    z-index: -999;
    padding-top: 0;
}

.toolbar-col {
    border-radius: 5px;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px;
    background-color: #efefef;
    text-align: center;
    cursor: pointer;
}

.affix {
    top: 0;
    width: 100%;
}

.affix+.container-fluid {
    padding-top: 120px;
}

.navigation-bar {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: black;
    z-index: 999;
    transform: translate(Z);
    text-align: center;
}

.MenuLink {
    vertical-align: middle;
    height: 43px;
    color: #b6964b;
}

.MenuItemActive {
    background-color: #eee;
}

.MenuItem {
    font-family: Comfortaa;
    padding-top: -5px;
    transition: padding-top 1s, background-color 1s;
    -webkit-transition: padding-top 1s, background-color 1s;
    padding-left: 20px;
    padding-right: 20px;
    color: #C3C3C3 !important;
    transition: ease-in-out background-color 1s, color 1s !important;
}

.MenuItem:hover {
    color: black !important;
    background-color: #eee !important;
}

.jumbotronstyle {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    background-color: rgba(4, 154, 192, 0.79);
}

.WebsiteHeading {
    color: red;
    font-family: VAG;
    font-size: 70px;
    font-weight: bold;
}

.news-item {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: ease-in-out top 0.4s, border-bottom-style 0.4s, border-bottom-width 0.4s;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    height: 190px;
    top: 0;
    border-bottom-style: none;
    border-bottom-width: 0px;
}

.news-item:hover {
    top: -10px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
}

.adminButtons {
    color: black !important;
    margin: 15px;
    /*border-radius: 50%;*/
    border-style: solid;
    border-width: 2px;
    /*width: 140px;*/
    height: 120px;
    cursor: pointer;
    transition: ease-in-out 0.4s, background-color 0.2s;
}

.SubTitleDiv {
    text-align: center;
}

.sub-col {
    min-height: 60px;
}

.UserHeadings {
    height: auto;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    padding-bottom: 10px;
    transition: ease-in-out 0.4s, border-bottom-width 0.4s;
}

.UserHeadings:hover {
    border-bottom-width: 5px;
}

.ClassMessages {
    height: auto;
    color: white;
    cursor: default;
    font-weight: bold;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #A00002;
    border-bottom-width: 0px;
    padding-bottom: 10px;
    transition: ease-in-out 0.4s, border-bottom-width 0.4s;
}

.UserFunctions {
    border-bottom-style: solid;
    border-bottom-width: 0px;
    cursor: pointer;
    background-color: transparent;
    border-color: #BA9C55;
    border-style: solid;
    border-width: 0px;
    transition: ease-in-out 0.4s, border-bottom-width 0.4s;
}

.UserFunctions:hover {
    border-bottom-width: 5px;
}

.OrderByButtons {
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
    border-style: none;
}

.popover-content hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-color: black;
}

.popover-content p {
    color: darkred;
}

.ProfilePic {
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
    transition: ease-in-out, -webkit-filter 0.4s, filter 0.4s;
}

.ProfilePic:hover {
    -webkit-filter: opacity(70%);
    filter: opacity(70%);
}

.UserColorPanel {
    width: 100%;
    height: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.UserColorSubPanel {
    width: 100%;
    height: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

html {
    box-sizing: border-box;
}

.permition {
    text-align: center;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.cfooter {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}



/*File input*/
[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type="file"]+label {
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}

[type="file"]+label:hover {}

[type="file"]+label.btn-1 {
    -webkit-transition: none;
    transition: none;
}

[type="file"]+label.btn-1:hover {
    top: 2px;
}

[type="file"]+label.btn-2 {
    border-radius: 50px;
    overflow: hidden;
}

[type="file"]+label.btn-2::before {
    color: #fff;
    content: "\e198";
    font-family: "Glyphicons Halflings";
    font-size: 100%;
    height: 100%;
    right: 130%;
    line-height: 3.3;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

[type="file"]+label.btn-2:hover {}

[type="file"]+label.btn-2:hover::before {
    right: 75%;
}

[type="file"]+label.btn-3 {
    overflow: hidden;
}

[type="file"]+label.btn-3 span {
    display: inline-block;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

[type="file"]+label.btn-3::before {
    color: #fff;
    content: "\e198";
    font-family: "Glyphicons Halflings";
    font-size: 130%;
    height: 100%;
    left: 45%;
    line-height: 2.6;
    position: absolute;
    top: -180%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

[type="file"]+label.btn-3:hover {}

[type="file"]+label.btn-3:hover span {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
}

[type="file"]+label.btn-3:hover::before {
    top: 0;
}

.wrapper {
    background-color: #fff;
    border-radius: 1rem;
    margin: 0 auto;
    max-width: 500px;
    padding: 2rem;
    width: 100%;
}

.user-online {
    box-shadow: 0 0 10px #00ff01;
}

.inputError,
.inputError:hover {
    color: #000 !important;
    background-color: #ffdddd !important;
    border-color: red !important
}
#ChatListModalDialog{
    position: fixed ;
    top: 90px ;
    right: 0 ;
    width: 400px ;
    background-color: transparent;
}
#ChatUsersModalDialog{
    width: 400px ;
    background-color: transparent;
}
#ChatListModalDialog .modal-header, #ChatUsersModalDialog .modal-header{
    padding: 5px;
    background-color: #929292;
}
#ChatListModalDialog .modal-content, #ChatUsersModalDialog .modal-content{
    background-color: white;
    color: black;
}
#ChatListModalDialog ::placeholder, #ChatModal ::placeholder, #ChatUsersModalDialog ::placeholder{
    color: #8f8f8f;
    opacity: 1; /* Firefox */
}

#ChatListModalDialog ::-ms-input-placeholder, #ChatModal ::-ms-input-placeholder, #ChatUsersModalDialog ::-ms-input-placeholder{ /* Edge 12 -18 */
    color: #8f8f8f;
}
.ChatList-content{
    overflow-y: scroll;
    overflow-wrap: anywhere;
    height: 500px;
}
.ChatList-content div:hover{
    background-color: #dcdcdc;
}
#chatMessageText:focus{
    outline: none;
}
.chat-users-list div:hover{
    background-color: #dcdcdc;
}
.circle{
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    text-align: center;
    background: #58e169;
    margin-top: 5px;
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
    position: relative;
    margin-bottom: 5px;
}

#noti_message_count{
position: absolute;
top: 4px;
right: 14px;
font-size: smaller;
background-color: red;
color: white;
border-radius: 50%;
width: 20px;
height: 20px;
display:none;
}

.chat_shortcut_bell{
    /* display: none !important; */
    position: absolute;
    top: 4px;
    right: -4px;
    color: red;
}

#minimized_group_chats{
    padding-right: 5px;
    margin-right: 1px;
    margin-left: 20px;
    /* border: white; */
    border-radius: 10%;
    background-color: #099e9e;
    margin-top: 4px;
}

/* accordeon for permission modal new */
.accordion {
    margin-bottom: 24px;
  }
  
  .accordion-container {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    border: 3px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
  }
  
  
  .accordion-item {
    width: 100%;
  }
  .accordion-trigger {
    width: 100%;
    display: block;
    background-color: rgb(250, 250, 250);
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-align: left;
    padding: 2px;
    border: none;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .accordion-trigger:hover{
      background-color: white;
  }
  
  .accordion-icon {
      padding-right: 20px;
    transition: transform 0.5s;
  }
  
  .accordion-item[open] .accordion-icon {
    transform: rotate(45deg);
  }
  
  .accordion-item:not(:first-of-type) .accordion-trigger {
    border-top: 3px solid #eaeaea;
  }

  .toBeDestroyed{
    visibility: hidden;
    display:none;
  }