@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

.button-large{
    padding: 3.5rem 5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* MODAL */
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.15;
    color: #949494;
    font-size: 16px;
    font-weight: 300;
    background-color: #ededed;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modaledit {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modaldelete {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #695f5f;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* The Close Button */
.closeedit {
    color: #695f5f;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeedit:hover,
.closeedit:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.closedelete {
    color: #695f5f;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closedelete:hover,
.closedelete:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.closedeletetanker {
    color: #695f5f;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closedeletetanker:hover,
.closedeletetanker:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close7 {
    color: #695f5f;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close7:hover,
.close7:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close8 {
    color: #695f5f;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close8:hover,
.close8:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close9 {
    color: #695f5f;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close9:hover,
.close9:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 5px 0;
    background-color: rgb(255, 255, 255);
    color: #414a8b;
}

.modal-header h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #ededed;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    -webkit-box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    -moz-box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    border: none;
    border-bottom: 8px solid #414a8b;
    border-radius: 0;
    padding: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

/* The Modal (background) */
.confirm-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 45px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #ededed;
}

/* Modal Content */
.confirm-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    -webkit-box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    -moz-box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    border: none;
    border-bottom: 8px solid #414a8b;
    border-radius: 0;
    padding: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    left: -10px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #695f5f;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.modal-content form {
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.homebtn {
    width: 100%;
    height: 75px;
    text-align: center;
    font-size: 19px;
}
.hometitle {
    width: 312px;
    height: 140px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #6f90ab;
    border-color: #3490dc;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.loader:after {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8) url(/public/gif_loader2.gif) no-repeat 50% 50%;
    visibility: visible;
    z-index: 5000;
}
body.loader::after {
    position: fixed;
}
.error {
    color: red;
    font-size: 13px;
}
input.error, select.error, textarea.error  {
    border-color: red;
}
.add-category {
    position: relative;
    margin-top: 4px !important;
}

.img-circle {
    display: flex;
    width: 139.5px;
    height: 177px;
    background-color: #414A8B;
    color: white;
    font-size: 23px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    background-image: url('https://socrates.oelmek.com.cy/public/front/avatar.png');
    position: relative;
}

.edit-pencil {
    width: 32px;
    height: 32px;
    background-color: #3f8930;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: auto;
    cursor: pointer;
}

.filter_members {
    margin-bottom: 10px;
}
.bgcontent {
    background: white;
    padding: 15px;
    position: relative;
    top: 30px;
    margin-bottom: 30px;
}
.multiselect {
    height: 160px;
}
.multiselect.categories {
    height: 380px;
}
.scrollbox.categories {
    max-height: 500px;
}
.euro{
    position: relative;
}
.euro input{
    padding-left:15px;
}
.euro::before {
    position: absolute;
    content: "€";
    left: 5px;
    top: 0;
    display: flex;
    bottom: 0;
    align-items: center;
    font-weight: 500;
}

.form-check-label.disabled {
    opacity: 0.5;
}

.pencil_edit_image {
    background: bisque;
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    top: 21px;
    left: 70px;
}
.topSocrates{
    color: #414A8B;
    font-size: 26px;
    font-weight: bold;
    padding-right: 15px;
}
.topSubtitle {
    color: #949494;
    font-size: 18px;
}
.loginCard {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.title22pt {
    font-size: 22pt;
}
.title20pt {
    font-size: 20pt;
}

.mainColorTitle {
    color: #414A8B;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 2em;
}

.borderBottomWithGreyColor {
    border-bottom: 1pt solid #7DA19D;
    padding-bottom: 5px;
}

.loginInput {
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 300;
    height: auto;
    outline: 0;
}

::-webkit-input-placeholder {
    color: #949494;
}
::-moz-placeholder {
    color: #949494;
}
:-ms-input-placeholder {
    color: #949494;
}
:-moz-placeholder {
    color: #949494;
}
.loginInput::placeholder{
    color: #949494;
}

.login-btn {
    background: #414A8B;
    border-radius: 30px;
    min-width: 240px;
    color: #FFFFFF;
    font-size: 20px;
    border: none;
    font-weight: 300;
    padding: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    outline: 0;
}

.login-btn:hover {
    background: black;
}

.card .checkbox-container {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align:center;
    padding: 40px 0px;
}
.card .circular-container {
    background-color:#0067FF;
}

.input-title {
    clear: both;
    padding: 22px 0px 0px 0px;
    font-size: 16px;
    color: rgba(255,255,255,.6);
    font-weight: 300;
}

/* Styling Checkbox Starts */
.checkbox-label {
    position: relative;
    margin: auto;
    cursor: pointer;
    clear: both;
    font-weight: 300;
}

.checkbox-label.right {
    padding-right: 35px;
    width: 100%;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}

.checkbox-label .checkbox-custom {
    position: relative;
    top: 0px;
    left: 0px;
    height: 1em;
    width: 1em;
    background-color: transparent;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 1px solid rgba(65,74,139,0.5);
    display: inline-block;
}

.checkbox-label.right .checkbox-custom {
    position: absolute;
    left: auto;
    right: 0;
}

.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
    webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 0.3em;
    top: -0.35em;
    width: 0.6em;
    height: 1.1em;
    border: 1px solid #414A8B;
    border-width: 0 3px 3px 0px;
    background-color: transparent;
    border-radius: 2px;
}
/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
/*All*/
a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    outline: 0;
}
a:focus, a:hover {
    color: inherit;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .35s ease;
    transition: all .55s ease;
    outline: 0;
    text-decoration: none;
}
b {
    font-weight: 900;
}
textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="file"] {
    display: none;
}
::-webkit-input-placeholder {
    opacity:1;
}
::-moz-placeholder {
    opacity:1;
}
:-ms-input-placeholder {
    opacity:1;
}
:-moz-placeholder {
    opacity:1;
}
.underline, a.underline:hover, a.underline:focus {
    text-decoration: underline;
}
.grid {
    max-width: 1200px;
    margin: 0 auto;
}
.row {
    margin-left:-15px;
    margin-right:-15px;
}
.col,
.col-15 {
    padding-left:15px;
    padding-right:15px;
}
.row-2 {
    margin-left:-2px;
    margin-right:-2px;
}
.col-2 {
    padding-left:2px;
    padding-right:2px;
}
.row-5 {
    margin-left:-5px;
    margin-right:-5px;
}
.col-5 {
    padding-left:5px;
    padding-right:5px;
}
.row-7 {
    margin-left:-7px;
    margin-right:-7px;
}
.col-7 {
    padding-left:7px;
    padding-right:7px;
}
.row-10 {
    margin-left:-10px;
    margin-right:-10px;
}
.col-10,
.padding-10 {
    padding-left:10px;
    padding-right:10px;
}
.row-20 {
    margin-left:-20px;
    margin-right:-20px;
}
.col-20 {
    padding-left:20px;
    padding-right:20px;
}
.row-25 {
    margin-left:-25px;
    margin-right:-25px;
}
.col-25 {
    padding-left:25px;
    padding-right:25px;
}
.row-30 {
    margin-left:-30px;
    margin-right:-30px;
}
.col-30 {
    padding-left:30px;
    padding-right:30px;
}
.row-35 {
    margin-left:-35px;
    margin-right:-35px;
}
.col-35 {
    padding-left:35px;
    padding-right:35px;
}
.row-40 {
    margin-left:-40px;
    margin-right:-40px;
}
.col-40 {
    padding-left:40px;
    padding-right:40px;
}
.row-50 {
    margin-left:-50px;
    margin-right:-50px;
}
.col-50 {
    padding-left:50px;
    padding-right:50px;
}
.row-70 {
    margin-left:-70px;
    margin-right:-70px;
}
.col-70 {
    padding-left:70px;
    padding-right:70px;
}
.row-80 {
    margin-left:-80px;
    margin-right:-80px;
}
.col-80 {
    padding-left:80px;
    padding-right:80px;
}
.row-100 {
    margin-left:-100px;
    margin-right:-100px;
}
.col-100 {
    padding-left:100px;
    padding-right:100px;
}
.paddingleft_none {
    padding-left:0px !important;
}
.paddingright_none {
    padding-right:0px !important;
}

.v-align-middle {
    vertical-align:middle;
}
.overflow-hidden {
    overflow: hidden;
}
.visibility-hidden {
    visibility:hidden;
}
.uppercase {
    text-transform:uppercase;
}
.bold {
    font-weight:bold;
}
.block {
    display:block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display:flex;
}
.flex-wrap {
    display:flex;
    flex-wrap:wrap;
}
.flex-between {
    display:flex;
    justify-content: space-between;
}
.flex-wrap-between {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.flex-center {
    display:flex;
    justify-content: center;
}
.flex-wrap-center {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.flex-right {
    display:flex;
    justify-content: flex-end;
}
.flex-wrap-right {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.flex-all-center {
    display:flex;
    justify-content: center;
    align-items:center;
}
.flow-column {
    flex-flow:column;
}
.flex-vertical-center {
    display:flex;
    align-items:center;
}
.flex-bottom {
    display:flex;
    align-items:flex-end;
}
.flex-wrap-bottom {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
}
.image-link img.over, .image-link:hover img.normal {
    display:none;
}
.image-link:hover img.over {
    display:inline-block;
}
.visible-phone {
    display:none !important;
}
.photo-landscape img, img.photo-landscape {
    width: 100%;
    height: auto;
}
.photo-portrait img, img.photo-portrait {
    width: auto;
    height: 100%;
}
.container {
    padding-right: 80px;
    padding-left: 80px;
    max-width: none;
}
.container .container {
    padding-right: 0;
    padding-left: 0;
}
.main-title {
    font-size: 22px;
    color: #414a8b;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1.5em;
}
.front-main .bottom-navbar {
    margin-top: -1.5rem;
}
.title {
    font-size: 20px;
    font-weight: 400;
    color: #606060;
}
.title.purple-color {
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 40px;
}
.tab-box.even-padding > .title.purple-color {
    margin-top: 0;
}
.title small {
    display: block;
}
.tab-box {
    -webkit-box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    -moz-box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    background-color: white;
    padding: 10px 30px;
    overflow: hidden;
    min-height: 100px;
}
.tab-box.even-padding {
    padding: 30px;
}
table {
    width: 100%;
}
.tab-box table {
    margin: 0;
}
.purple-color {
    color: #414a8b;
}
.scrollbox {
    border: 1px solid rgba(96, 96, 96, 0.25);
    scrollbar-color: #c7c7c7 white;
    scrollbar-width: thin;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
}
.scrollbox .even {
    margin-bottom: 10px;
}
select.form-control {
    background: url('https://socrates.oelmek.com.cy/public/front/select-arrow.png') no-repeat center right 10px;
    padding-right: 40px;
}
.custom-file {
    max-width: 165px;
    overflow: hidden;
}
.custom-file-upload {
    margin: 0;
    background-color: #949494;
    color: white;
    font-weight: 900;
    padding: 10px;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.custom-file-upload:hover {
    background-color: #000;
}
.custom-radio {
    position: relative;
}
.custom-radio input,
.form-check-label input {
    margin: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}
.custom-radio input + span {
    display: inline-block;
    background-color: #ededed;
    height: 16px;
    width: 38px;
    border-radius: 10px;
    position: relative;
}
.custom-radio input + span::before {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #cc0d0d;
    content: "";
    display: block;
    left: 0;
    top: -2px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
    box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.custom-radio input:checked + span::before {
    left: 18px;
    background-color: #01a680;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(1,166,128,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(1,166,128,0.42);
    box-shadow: 0px 0px 8px 0px rgba(1,166,128,0.42);
}
.form-control-add {
    width: calc(100% - 35px);
    float: left;
}
.form-control-add-group {
    width: 35px;
    text-align: right;
    float: left;
}
.form-control-add-icon,
.form-control-remove-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: white;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.form-control-add-icon {
    background-color: #3f8930;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(63,137,48,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(63,137,48,0.42);
    box-shadow: 0px 0px 8px 0px rgba(63,137,48,0.42);
}
.form-control-remove-icon {
    background-color: #cc0d0d;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
    box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
}
.form-control-add-icon:hover,
.form-control-remove-icon:hover {
    background-color: black;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
}
.checkbox-item {
    margin-bottom: 5px;
}
.form-group.inline-block .checkbox-item {
    margin-bottom: 25px;
}
.form-group.inline-block .checkbox-item:last-child {
    margin-bottom: 0;
}
.form-check-item {
    margin-bottom: 15px;
}
.form-check-label input + span {
    border: 1px solid #414a8b;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
}
.form-check-label input + span::after {
    content: "";
    background-color: #414a8b;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
.form-check-label input:checked + span::after {
    opacity: 1;
}
.btn.btn-add span {
    font-size: 25px;
    line-height: 0;
    margin-right: 5px;
}
.btn-action {
    min-width: 23px;
    min-height: 23px;
    padding: 0;
    background: no-repeat center transparent;
    background-size: contain;
}
.btn-edit {
    background-image: url('https://socrates.oelmek.com.cy/public/front/edit-ic.png');
}
.btn-delete {
    background-image: url('https://socrates.oelmek.com.cy/public/front/delete-ic.png');
}
.btn-subcategory {
    background-image: url('https://socrates.oelmek.com.cy/public/front/subcategory-ic.png');
}
.btn-members {
    background-image: url('https://socrates.oelmek.com.cy/public/front/members-ic.png');
}
.btn-answers {
    background-image: url('https://socrates.oelmek.com.cy/public/front/subcategory-ic.png');
}
.btn-load-more {
    border-radius: 0;
}
.btn-no-more {
    border-radius: 0;
    background-color: #949494;
    color: white;
    border-color: #949494;
}
.btn-close-modal,
.btn-close-modal.active {
    padding: 0;
    background-color: transparent;
    color: #949494;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    margin-right: 20px;
}
.btn-close-modal.active:hover {
    color: black;
}
.button-group .btn {
    margin-top: 10px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #414a8b !important;
    background: #414a8b !important;
    color: white !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #e3342f !important;
    background: #e3342f !important;
    color: white !important;
}
.inline-dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.inline-dot.active {
    background-color: #3f8930;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(1,166,128,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(1,166,128,0.42);
    box-shadow: 0px 0px 8px 0px rgba(1,166,128,0.42);
}
.inline-dot.inactive {
    background-color: #cc0d0d;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
    box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
}
/*Custom Radio Buttons*/
.radio-switch {
    border: none;
    margin-bottom: 2em; /* demo value */
    padding: 0;
    white-space: nowrap;
}

.radio-switch__inner {
    display: inline-block;
    position: relative;
}
.radio-switch--hide-legend legend {
    font-size: 2px;
    opacity: 0;
    position: absolute;
}
.radio-switch label {
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.radio-switch input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    height: 100%;
    opacity: .00001;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 3;
}
.radio-switch input:first-of-type {
    left: 0;
}
.radio-switch input:last-of-type {
    right: 0;
}
.radio-switch input:not(:checked):hover + label {
    text-decoration: underline;
}
.radio-switch label:first-of-type {
    padding-right: 55px;
}
.radio-switch label:last-child {
    margin-left: -45px;
    padding-left: 55px;
}
.radio-switch:focus-within label:first-of-type:after {
    /*box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2196f3;*/
}
.radio-switch.focus-within label:first-of-type:after {
    /*box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2196f3;*/
}
.radio-switch label:first-of-type:before,
.radio-switch label:first-of-type:after {
    content: "";
    height: 16px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    vertical-align: middle;
}
.radio-switch label:first-of-type:before {
    background: #cc0d0d;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
    box-shadow: 0px 0px 8px 0px rgba(204,13,13,0.42);
    border-radius: 100%;
    position: absolute;
    right: -3px;
    transition: right .2s ease-in-out;
    width: 20px;
    height: 20px;
    z-index: 2;
    top: -2px;
}
_:-ms-fullscreen, :root .radio-switch label:first-of-type:before {
    right: -.2em;
}
.radio-switch label:first-of-type:after {
    background: #ededed;
    border-radius: 1em;
    margin: 0 1em;
    transition: background .2s ease-in-out;
    width: 40px;
}
.radio-switch input:first-of-type:checked ~ label:first-of-type:after {
    /*background: #2196f3;*/
}
.radio-switch input:first-of-type:checked ~ label:first-of-type:before {
    right: 17px;
    background-color: #01a680;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(1,166,128,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(1,166,128,0.42);
    box-shadow: 0px 0px 8px 0px rgba(1,166,128,0.42);
}
_:-ms-fullscreen, :root .radio-switch input:first-of-type:checked ~ label:first-of-type:before {
    right: 1.8em;
}
.radio-switch input:last-of-type:checked ~ label:last-of-type {
    z-index: 1;
}
table.table tbody tr:hover .radio-switch label:first-of-type::after {
    background-color: white;
}
/*Tables*/
table.table tr {
    position: relative;
    z-index: 1;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
table.table tr.active-trow {
    background-color: #7da19d;
    color: white;
}
table.table tr::before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: -30px;*/
    /*right: -30px;*/
    /*z-index: -1;*/
    /*opacity: 0;*/
    /*background-color: #e8e8e8;*/
    /*-webkit-transition: all .35s ease;*/
    /*-moz-transition: all .35s ease;*/
    /*-o-transition: all .35s ease;*/
    /*transition: all .35s ease;*/
}
table.table td {
    position: relative;
}
table.table td.radio-switch {
    text-align: center;
}
table.table tbody tr:hover,
table.table tr.active-trow:hover {
    color: #949494;
    background-color: #e8e8e8;
}
table.table tbody tr.not-hover:hover {
    background-color: transparent;
}
table.table tbody tr:hover::before {
    /*opacity: 1;*/
}
.responsive-table-th-phone {
    display: inline-block;
    font-weight: bold;
    color: #414a8b;
    margin-right: 10px;
}
/*Menu*/
.header-nav {
    padding: .5rem 0;
}
.navbar.bg-white,
.navbar.bg-white.shadow-sm {
    -webkit-box-shadow: 7px 7px 14px 0px rgba(30,84,181,0.28) !important;
    -moz-box-shadow: 7px 7px 14px 0px rgba(30,84,181,0.28) !important;
    box-shadow: 7px 7px 14px 0px rgba(30,84,181,0.28) !important;
    z-index: 2;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: inherit;
}
#navbarDropdown {
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    color: #606060;
}
#navbarDropdown::after {
    display: none;
}
#navbarDropdown img {
    vertical-align: middle;
}
#navbarDropdown:hover {
    color: #414a8b;
}
.bottom-navbar {
    flex-direction: row;
    color: #606060;
    font-size: 18px;
    font-weight: 300;
}
.bottom-navbar .nav-item a {
    padding: 25px 0;
    display: inline-block;
}
.bottom-navbar .nav-item.active a,
.bottom-navbar .nav-item a:hover {
    -webkit-box-shadow: inset 0px 4px 0px 0px rgba(65,74,139,1);
    -moz-box-shadow: inset 0px 4px 0px 0px rgba(65,74,139,1);
    box-shadow: inset 0px 4px 0px 0px rgba(65,74,139,1);
}
.bottom-navbar .nav-item.active a {
    font-weight: bold;
}
.bottom-menu-toggle {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-top: 25px;
    color: #414A8B;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    letter-spacing: 1px;
    cursor: pointer;
}
.bottom-menu-toggle .lnr.lnr-chevron-down {
    position: absolute;
    right: 0;
    top: 0;
}
#categories[1]-error {
  margin-left: 5px;
}
/*Login*/
.socrates-login-title {
    color: #414a8b;
    font-size: 23px;
    font-weight: bold;
}
/*Stoixeia Kathigiton*/
.search-input {
    border: none;
    border-bottom: 1px solid rgba(96, 96, 96, 0.25);
    font-weight: 300;
    padding: 5px 30px 5px 0;
    background: url('https://socrates.oelmek.com.cy/public/front/search-ic.png') no-repeat right center;
    max-width: 195px;
}
.search-input.green {
    background: url('https://socrates.oelmek.com.cy/public/front/search-green-ic.png') no-repeat right center;
}
.filter_members p {
    font-size: 14px;
    color: #ababab;
}
/*Dinamika Stoixeia*/
.navbar.navbar-tabs-box {
    padding: 0;
    position: relative;
}
.navbar.navbar-tabs-box::after {
    content: "";
    display: block;
    position: absolute;
    background-color: white;
    height: 20px;
    bottom: -20px;
    left: 0;
    right: 0;
}
.navbar.navbar-tabs-box .nav-link {
    padding: 10px 25px;
}
.navbar.navbar-tabs-box .nav-link.active {
    font-weight: 400;
    color: #414a8b;
    background-color: white;
    -webkit-box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    -moz-box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
    box-shadow: 2px 2px 14px 0px rgba(15,53,114,0.23);
}
.dynamics-title-left {
    width: 250px;
    float: left;
}
.dynamics-title-right {
    width: calc(100% - 250px);
    float: left;
}
.form-control.datepicker {
    padding: .375rem 0.60rem;
}
.modal-content .members {
    max-height: 210px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.highlight {
    background: yellow;
    font-weight: bold;
}
/*Footer*/
footer {
    background-color: #414a8b;
    color: white;
    padding: 5px 20px;
    margin-top: 50px;
}
#content_messages table tr th .number, #content_messages table tr td .number {
    width: 20px;
}
#content_messages table thead {
    display: block;;
}
#content_messages table tbody {
    display: block;;
    overflow-y: auto;
    max-height: 400px;
}
.failedSmsTable tr td.message, .smsTable tr td.message{
    text-align: justify;
    padding-right: 20px;
}
.upload-csv-report-subtitle {
    padding: 10px 10px;
    background-color: #7da19d;
    color: #fff;
}
table.report-table {
    overflow-y: scroll;
    max-height: 300px;
    display: block;
}
table.report-table tbody {
    width: 100%;
    display: inline-table;
}
#upload_report {
    width: 100%;
    display: inline;
}
button[type='submit']:disabled {
    cursor: not-allowed;
}
.table-content {
    padding:0 20px;
}
/*Responsive*/
@media only screen and (min-width:770px) {
    .bottom-menu-toggle {
        display: none;
    }
    .responsive-table-th-phone {
        display: none;
    }
}
@media only screen and (max-width:1200px) {
    /*All*/
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    /*Menu*/
    .navbar.navbar-tabs-box .nav-link {
        font-size: 16px;
    }
}
@media only screen and (max-width:1024px) {
    /*All*/
    html,
    body {
        overflow-x: hidden;
    }
    body {
        font-size: 14px;
    }
    .main-title {
        font-size: 20px;
    }
    .mainColorTitle {
        font-size: 20px;
    }
    .title.purple-color {
        font-size: 20px;
    }
    .loginInput {
        font-size: 16px;
    }
    .login-btn {
        font-size: 18px;
    }
    .btn {
        font-size: 16px;
    }
    .filter_members p {
        font-size: 12px;
    }
    .modal-header h2 {
        font-size: 20px;
    }
    .modal-content {
        font-size: 16px;
    }
    .dynamics-title-left,
    .dynamics-title-right {
        width: 100%;
    }
    .navbar.navbar-tabs-box .nav-link {
        padding: 10px 15px;
        font-size: 12px;
    }
    /*Tables*/
    .overflow-table {
        overflow-x: auto;
    }
    .overflow-table table {
        min-width: 500px;
    }
    .table thead th {
        font-size: 16px;
    }
    .table-sm td,
    .table-sm th {
        padding: 10px .5rem;
    }
    /*Menu*/
    .topSocrates {
        font-size: 23px;
    }
    .topSubtitle {
        font-size: 16px;
    }
    #navbarDropdown {
        font-size: 18px;
    }
    .bottom-navbar {
        font-size: 15px;
    }
    /*Login*/
    .socrates-login-title {
        font-size: 20px;
    }
}
@media only screen and (max-width:769px) {
    /*All*/
    body {
        font-size: 12px;
    }
    .main-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .mainColorTitle {
        font-size: 16px;
    }
    .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .title.purple-color {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .loginInput {
        font-size: 14px;
    }
    .login-btn {
        font-size: 16px;
    }
    .btn {
        font-size: 14px;
    }
    .btn.btn-add span {
        font-size: 20px;
    }
    .tab-box {
        padding: 10px 15px;
    }
    .tab-box.even-padding {
        padding: 15px;
    }
    .tab-box form .btn,
    .dynamics-title-right .btn,
    .filter_members .btn {
        width: 100%;
        margin-top: 10px;
    }
    .form-group {
        margin-bottom: 1.5em;
    }
    .card {
        padding: 15px;
    }
    .filter_members p {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .search-input,
    .search-input.green {
        max-width: 100%;
        width: 100%;
        background-size: 15px;
    }
    .filter_members .search-input {
        margin-bottom: 10px;
    }
    .text-right-phone {
        text-align: right;
    }
    .modal {
        padding-top: 90px;
    }
    .modal-content {
        padding: 15px;
        font-size: 14px;
    }
    .modal-header h2 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .btn-close-modal, .btn-close-modal.active {
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .modal-content .btn-close-modal + .login-btn {
        width: 100%;
    }
    .img-circle {
        width: 70px;
        height: 70px;
    }
    .navbar-tabs-box .navbar-nav {
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .navbar.navbar-tabs-box .nav-link {
        padding: 5px;
    }
    .navbar.navbar-tabs-box::after {
        height: 15px;
        bottom: -15px;
    }
    .front-main .bottom-menu-toggle {
        margin-top: 0;
    }
    .front-main .bottom-navbar {
        margin-top: 0;
    }
    /*Tables*/
    .table thead th {
        font-size: 14px;
    }
    .responsive-table .table,
    .responsive-table .table tbody,
    .responsive-table .table tbody tr,
    .responsive-table .table tbody td {
        display: block;
    }
    .responsive-table .table thead {
        display: none;
    }
    .responsive-table .table tbody tr {
        padding: 10px;
    }
    .responsive-table .table tbody td {
        padding: 2px 0;
    }
    .responsive-table .table tbody td.hide-phone {
        display: none;
    }
    /*Menu*/
    .topSocrates {
        font-size: 16px;
        padding-right: 5px;
    }
    .topSubtitle {
        font-size: 12px;
    }
    #navbarDropdown span {
        display: none;
    }
    #navbarDropdown img {
        max-height: 30px;
    }
    #navbarText {
        display: none;
    }
    .bottom-menu-toggle.active + #navbarText {
        display: block;
    }
    .bottom-navbar {
        font-size: 14px;
        padding-top: 20px;
        display: block;
    }
    .bottom-navbar > li {
        margin-bottom: 10px;
    }
    .bottom-navbar > li:last-child {
        margin-bottom: 0;
    }
    .bottom-navbar .nav-item a {
        padding: 0;
    }
    .bottom-navbar .nav-item.active a,
    .bottom-navbar .nav-item a:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #414a8b;
    }
    .dropdown-menu {
        position: absolute;
        margin: 9px 0 0;
    }
    /*Login*/
    .socrates-login-title {
        font-size: 18px;
    }
}

@media only print {
   table.report-table {
     overflow-y: unset;
   }
   .upload-csv-report-subtitle {
     padding: 10px 10px;
     background: #7da19d;
     color: #fff;
    }
}
