﻿/* v.4.17 - 10/2/2022 pg */

legend {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px !important;
    line-height: 33px;
    color: #606060;
}

/* Checkbox & Radio */
input[type=checkbox], input[type=radio] {
    opacity: 100;
}

.uneditable-input {
    color: #993300;
    border-radius: 0;
    background-color: #f9f9f9;
}

/*input, select {
    color: #555 !important;
}*/

input[disabled],
select[disabled],
.control-group input[disabled],
.control-group select[disabled] {
    color: #993300 !important;
    background-color: #f9f9f9 !important;
}

.btn-toolbar {
    background-color: #efeded !important;
    min-height: 40px !important;
}

.multiline {
    white-space: normal;
    height: auto;
}

.alert {
    font-size: 13px;
}

/*wait div*/
.wait {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 30px;
    margin: auto;
    background-color: #FFE377;
    bottom: 0px;
    left: 0px;
    padding-bottom: 6px;
    text-align: center;
}

.page-content .page-header:first-child {
    margin: 0 0 0px;
    /*max-height: 45px;*/
}

.icon-padding {
    padding-left: 25px;
}

.print_section {
    background-color: #666666;
}

.print_section_preview {
    /*max-width: 800px;*/
    background-color: #fff;
    padding: 25px 50px;
    margin: 20px auto;
}

.print_section_buttons {
    max-width: 800px;
    margin: 20px auto;
}

.header {
    padding-left: 6px;
    border-bottom: 4px solid;
    font-weight: bold;
}

.header-small {
    background-color: #FBFBFB;
    border-bottom: 1px solid #666666;
}

.hero-unit {
    padding: 25px;
    margin-bottom: 14px;
    line-height: 21px;
}

.panel {
    border-bottom: solid 1px #DFDFDF;
    border-right: solid 1px #DFDFDF;
    background-color: #F7F7F7;
    padding: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
}

    .panel.cyan {
        background-color: #EAFBFC;
    }

    .panel.blue1 {
        background-color: #F4F4FC;
    }

    .panel.green {
        background-color: #eefeec;
    }

    .panel.warn {
        background-color: #fff0e4;
        border: 1px solid #fec6b0;
    }

    .panel.white1 {
        background-color: #fff;
    }

.nav-pills {
    margin-bottom: 3px;
}

.dropdown-menu {
    margin-top: -1px;
}

@media (max-width: 480px) {
    .media .pull-left {
        float: left;
    }

    .media .pull-right {
        float: right;
    }
}

@media (max-width: 979px) {
    .priceBullets p {
        font-size: 15px;
    }

    .priceBullets .price {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .priceBullets:hover {
        margin-top: 0px;
    }

    .priceBullets p {
        font-size: 20px;
    }

    .priceBullets .price {
        font-size: 18px;
    }
}

.media {
    padding: 6px;
    border-bottom: solid 1px #E2E2E2;
    margin-top: 1px;
}

.media-body a {
    text-decoration: none;
}

.media-body h5 {
    color: #080808;
}

.media-heading {
    color: #080808;
    line-height: 20px;
    font-size: 15px;
}

    .media-heading a {
        text-decoration: none;
    }


.media:hover {
    background-color: #fbf8e6;
}

.media-list hr {
    margin: 2px 0;
    border-bottom: 1px dotted #CCCCCC;
}

.hover-unstyled:hover {
    text-decoration: none;
}

.margin-bottom5 {
    margin-bottom: 5px !important;
}

#bio li {
    margin-bottom: 10px;
}

.green1 {
    background-color: rgb(25, 151, 1) !important;
}

.badge-0 {
    background-color: #B7CEFF !important;
    color: #666666 !important;
}

.badge-1 {
    background-color: #FFBFBF !important;
    color: #666666 !important;
}

.badge-2 {
    background-color: #D5EEFF !important;
    color: #666666 !important;
}

.badge-3 {
    background-color: #E9DB79 !important;
    color: #666666 !important;
}

.badge-4 {
    background-color: #99FF99 !important;
    color: #666666 !important;
}

.badge-5 {
    background-color: #FFCC66 !important;
    color: #666666 !important;
}

.badge-6 {
    background-color: #CCFFFF !important;
    color: #666666 !important;
}

.badge-7 {
    background-color: #CCCCFF !important;
    color: #666666 !important;
}

.badge-8 {
    background-color: #EDDBC9 !important;
    color: #666666 !important;
}

.badge-9 {
    background-color: #99C7FB !important;
    color: #666666 !important;
}


.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.profile-activity img {
    max-width: 40px;
    width: 40px;
}

.profile-activity:hover {
    background-color: inherit !important;
}

.item-list > li {
    border: none 0px;
}

/*--- #timetable */
#timetable td {
    height: 35px;
}

.btn-timetable {
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(228, 228, 228);
    text-shadow: 0 -1px 0 rgba(250,250,250,0.25) !important;
}

    .btn-timetable:hover {
        background-color: rgb(239, 239, 239) !important;
    }

.level-color {
    color: #6A73B4;
}

.level {
    /*font-weight: bold;*/
}

.level-color.header {
    border-bottom-color: #C3C3C3;
}

.level-box {
    border-top: 6px solid #6A73B4;
    border-bottom: 5px solid #b0b0b0;
    border-radius: 10px;
    padding: 0;
}

.level-color-parent {
    color: #9abd69;
}

.level-box-parent {
    border-top: 6px solid #9abd69;
    border-bottom: 5px solid #b0b0b0;
    border-radius: 10px;
    padding: 0;
}
/*----------------------------*/
.teachgroup-color {
    color: #33AFB9;
}

.teachgroup {
    color: #33AFB9;
    font-weight: bold;
}

.teachgroup-box {
    color: #33AFB9;
    border-radius: 10px;
    border-top: 5px solid #16c2bc;
    border-bottom: 5px solid #b0b0b0;
    padding: 0;
}
/*----------------------------*/
.lesson h5 {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: #9d6485;
}

.lesson-box {
    border-top: 6px solid #9d6485;
    border-bottom: 5px solid #b0b0b0;
    border-radius: 10px;
}

.lesson-color {
    color: #9d6485;
}

.lesson {
    color: #9d6485;
    font-weight: bold;
    font-size: 14px;
}
/*----------------------------*/
.grades-color {
    color: #CC9900;
}

.grades {
    color: #CC9900;
    font-weight: bold;
    padding-bottom: 6px;
}
/*----------------------------*/
.student-color {
    color: #336600;
}

    .student-color.header {
        border-bottom-color: #C4DCA3;
    }

/*Check Switch color change*/
input[type=checkbox].ace-switch.ace-switch-6:checked + .lbl::before {
    background-color: #97d88d !important;
}

/*-----------\ COMMUNITY BUTTON /----------------*/
.btn-community {
    background-color: #9E5276 !important;
    border-color: #9E5276 !important;
}

    .btn-community:hover {
        background-color: #783E5A !important;
    }

.btn-community-sch {
    background-color: #72C02C !important;
    border-color: #72C02C !important;
}

    .btn-community-sch:hover {
        background-color: #62A724 !important;
    }

/*-----------\ MEMBER BUTTON /----------------*/
.btn-member {
    background-color: #47ADA6 !important;
    border-color: #47ADA6;
}

    .btn-member:hover {
        background-color: #398C86 !important;
    }

.btn-member-sch {
    background-color: #7A7A7A !important;
    border-color: #7A7A7A !important;
}

    .btn-member-sch:hover {
        background-color: #5A5A5A !important;
    }


.btn-darkgreen {
    background-color: green !important;
    border-color: darkseagreen !important;
    color: #fff;
}

.btn.green {
    color: green !important;
}

.btn.blue {
    color: dodgerblue !important;
}


/*---------- fullcalendar ---------*/
.fc-button-prev, .fc-button-next {
    width: 24px;
}

.border-light {
    border: 1px solid #E4E4E4;
}

/* menu */
.nav-list > li .submenu > li > a:hover {
    background-color: #F8FCFC;
}

.btn-colorpicker {
    width: 25px;
    height: 25px;
}

/*-----*/
.wizard-actions {
    text-align: center;
    margin-top: 10px;
}

/* fix table scrolling */
.th-fixed {
    top: 0;
    position: fixed;
    display: none;
    z-index: 13;
}

/* fix table scrolling */
.td-fixed {
    left: 0;
    position: fixed;
    display: none;
    z-index: 11;
    background-color: #FDFDFD;
}

.icon-school:before {
    content: url(images/school.png);
}

.icon-epafos-sign {
    display: table !important;
    margin: 0 !important;
}

    .icon-epafos-sign:before {
        content: url(/Assets/images/logos/logo-epafos-symbol-white.png);
        display: table-cell;
        padding: 3px 0px 1px 0px;
    }

.icon-epafos:before {
    content: url(/Assets/images/logos/logo-epafos-symbol-blue.png);
}

.non-display {
    display: none !important;
}

.color-member {
    color: #658a5f;
}

.color-student {
    color: #06A2CB;
}

.set-radius {
    border-radius: 4px !important;
}

@media only screen and (max-width: 700px) {
    .navbar .brand {
        display: block;
        float: none;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .navbar .navbar-inner {
        border-bottom-width: 0;
    }

    .ace-nav {
        display: block;
        float: none !important;
        text-align: center;
        font-size: 0;
        background-color: #404040;
        border: 1px solid #DDD;
        border-width: 1px 0;
        letter-spacing: -4px;
        word-spacing: -4px;
    }

        .ace-nav > li {
            display: inline-block;
            float: none !important;
            text-align: left;
            letter-spacing: normal;
            word-spacing: normal;
        }
}

.ace-nav > li:first-child {
    border-left: 1px solid #DDD;
}

.ace-nav > li:last-child {
    border-right: 1px solid #DDD;
}

.ace-nav > li {
    background-color: transparent !important;
}

.pagination ul > li > a {
    cursor: pointer;
}

.middle {
    vertical-align: middle;
}

td.middle {
    vertical-align: middle;
}

/* Pure CSS Calendar Icon */
.calendar {
    margin: .25em 10px 10px 0;
    padding-top: 5px;
    float: left;
    width: 50px;
    background: #ededef;
    font: bold 16px/26px Arial Black, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    text-shadow: #fff 0 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

    .calendar em {
        display: block;
        font: normal bold 11px/20px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #4E4E59;
        background: #FFB3D9;
    }

        .calendar em.mine {
            background: #D5EEFF;
        }

    .calendar:before, .calendar:after {
        content: '';
        float: left;
        position: absolute;
        top: 4px;
        width: 6px;
        height: 6px;
        background: #111;
        z-index: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .calendar:before {
        left: 7px;
    }

    .calendar:after {
        right: 7px;
    }

    .calendar em:before, .calendar em:after {
        content: '';
        float: left;
        position: absolute;
        top: -3px;
        width: 2px;
        height: 10px;
        background: #AEADAD;
        z-index: 2;
    }

    .calendar em:before {
        left: 9px;
    }

    .calendar em:after {
        right: 9px;
    }

.ace-thumbnails > li {
    border: solid 1px #b8b8b8;
}

@media print {
    th.examFinal, td.examFinal {
        color: #993300 !important;
        font-weight: bold;
        background-color: #B5BFC4 !important;
    }

    th.examLevel1, td.examLevel1 {
        color: black;
        background-color: #efefef !important;
        font-weight: bold;
        border-right: 1px solid #b8b8b8 !important;
    }

    th.examLevel2, td.examLevel2 {
        color: #2e3146 !important;
        background-color: #f9f9f9 !important;
        border-right: 1px solid #b8b8b8 !important;
    }

    th.examLevel3, td.examLevel3 {
        color: #484848 !important;
        background-color: white !important;
    }

    th.ShowAvg, td.ShowAvg {
        color: black;
        background-color: #b6b6b6 !important;
        font-weight: bold;
        border-right: 1px solid #b6b6b6 !important;
        border-left: 1px solid #b6b6b6 !important;
    }

    .didPeriodNotes {
        border: 1px solid #e7e7e7 !important;
        padding: 6px;
        font-size: 15px;
    }
}

@media screen {
    th.examFinal, td.examFinal {
        color: #993300;
        font-weight: bold;
        background-color: #B5BFC4;
    }

    th.examLevel1, td.examLevel1 {
        color: black;
        background-color: #efefef !important;
        font-weight: bold;
        border-right: 1px solid #b8b8b8 !important;
    }

    th.examLevel2, td.examLevel2 {
        color: #2e3146 !important;
        background-color: #f9f9f9 !important;
        border-right: 1px solid #b8b8b8 !important;
    }

    th.examLevel3, td.examLevel3 {
        color: #484848 !important;
        background-color: white !important;
    }

    th.ShowAvg, td.ShowAvg {
        color: black;
        background-color: #b6b6b6 !important;
        font-weight: bold;
        border-right: 1px solid #b6b6b6 !important;
        border-left: 1px solid #b6b6b6 !important;
    }

    .didPeriodNotes {
        border: 1px solid #e7e7e7;
        padding: 6px;
        font-size: 15px;
    }

    .selectable {
        cursor: pointer;
    }
}

.mb-0 {
    margin-bottom: 0px;
}
.mb-2 {
    margin-bottom: 2px;
}
.mb-4 {
    margin-bottom: 4px;
}
.mt-0 {
    margin-top:0px;
}
.mt-2 {
    margin-top: 2px;
}
.mt-4 {
    margin-top: 4px;
}

.margin-5 {
    margin: 3px 3px;
}

.margin-10 {
    margin: 10px;
}

.margin-010 {
    margin: 0px 10px;
}

.margin-510 {
    margin: 5px 0px;
}

.margin-05 {
    margin: 0px 5px;
}

.margin-6 {
    margin-bottom: 6px;
    margin-right: 6px;
}

.btn-radius {
    border-radius: 4px !important;
}

#filter-search-input {
    border: 1px solid grey;
}

.filter-well {
    padding: 2px !important;
    margin-bottom: 0px !important;
}

.filter-well2 {
    background-color: #f9f9f9;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    border-left: 6px solid #D7E3E8;
}

.filter-well3 {
    background-color: #f9f9f9;
    /*padding: 2px;*/
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-left: 6px solid #6fb3e0;
}
/*.filter-well3:hover {
        border-left: 6px solid #6fb3e0;
    }*/


li.examspace {
    padding-bottom: 5px;
}

.icon-rantevou:before {
    content: "";
    background: url("../images/rantevou.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 14px;
    top: 8px;
}

.nav-list > li > a:hover > .icon-rantevou:before,
.nav-list > li.active > a:hover > .icon-rantevou:before,
.nav-list > li.active > a:focus > .icon-rantevou:before,
.nav-list > li.active > a > .icon-rantevou:before {
    background: url("../images/rantevou-hover.svg") no-repeat !important;
    background-size: contain !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    left: 14px !important;
    top: 8px !important;
}

.icon-rantevou-white:before {
    content: "";
    background: url("images/rantevou-white.svg") no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 14px;
    top: 8px;
}

.eventmine {
    color: #D5EEFF;
    background-color: #484747;
    padding: 2px 2px 2px 1px;
}

.eventothers {
    color: #FFB3D9;
    background-color: #484747;
    padding: 2px 2px 2px 1px;
}

.picProfile {
    padding: 0;
    border: 1px dotted #D0D8E0 !important;
    position: relative;
    width: 150px;
    height: 230px;
}

    .picProfile:hover {
        background-color: #F4F9FD;
    }

/* Categories filters tree */
.tree1 > ul {
    list-style: none;
    margin-left: 0px;
}

.tree-folder {
    cursor: pointer;
    color: rgb(196, 144, 229);
    vertical-align: middle;
}

/* For colorbox: change close button position. */
#cboxClose {
    margin-top: 12px;
    margin-right: 2px;
}
/* Remove cboxColor 
.widget-toolbar:before {
	border: none;
}*/

@media only screen and (min-width: 480px) {
    .k-media > span > a {
        display: block;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .k-media > a, .k-media > span {
        text-align: center !important;
    }

        .k-media > span > a {
            display: inline-block;
            margin-left: 8px;
        }

    .user-info {
        display: none !important;
    }
}

a.btn.btn-small.new-alert {
    position: relative;
}

    a.btn.btn-small.new-alert::after {
        content: "!";
        top: -2px;
        right: -2px;
        position: absolute;
        line-height: 8px;
        font-size: 10px;
        padding: 2px 1px;
        height: 8px;
        width: 9px;
        color: #000;
        background: #F9EB2D;
        font-weight: bold;
        border-radius: 5px;
    }

table.dscnt {
    background: #EAEAEA;
    border: 1px solid #ddd;
}

    table.dscnt td {
        line-height: 15px;
        border-top: 0;
        color: #707070;
    }

        table.dscnt td:nth-child(2) {
            text-align: right;
        }

    table.dscnt tr {
        color: #707070;
        font-weight: bold;
        background: #f2f2f2;
        background-color: #f3f3f3;
        background-image: -moz-linear-gradient(top,#f8f8f8,#ececec);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#ececec));
        background-image: -webkit-linear-gradient(top,#f8f8f8,#ececec);
        background-image: -o-linear-gradient(top,#f8f8f8,#ececec);
        background-image: linear-gradient(to bottom,#f8f8f8,#ececec);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0);
    }

    table.dscnt .prices {
        border-bottom: 1px solid #EAEAEA;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    table.dscnt .description {
        line-height: 14px;
        font-size: 13px;
        font-style: italic;
        background: #ffffdc;
    }

        table.dscnt .description td {
            padding: 6px 12px;
            font-weight: normal;
        }

    table.dscnt .dates {
        background: #fff;
        color: #1174B5;
        font-weight: normal;
    }

    table.dscnt .paymentBefore {
        background: #fff3d1;
        font-weight: normal;
        font-size: 12px;
    }

    table.dscnt .total {
        background: #fcfcfc;
        font-size: 13px;
        font-weight: bold;
    }

.label-danger {
    background-color: #D15B47 !important;
}

.datepicker {
    z-index: 10000 !important;
}

.santa {
    background-image: url(../images/santa.png);
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    width: 40px;
    height: 43px;
    top: -1px;
    z-index: 1000;
    left: -6px;
}

.p-list {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.inrow {
    margin-right: 10px;
}

.inrow1 {
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
    color: #777;
}

.color-home-phone {
    color: #966F33;
}

.color-phone {
    color: #808000;
}

.color-mobile-phone {
    color: #008000;
}

@media only screen and (max-width: 979px) {
    .cke_toolbar_break {
        display: none !important;
        clear: initial !important;
    }

    a.cke_button {
        padding: 0px 1px !important;
    }

    .cke_toolbar_separator {
        margin: 0px 1px 0 1px !important;
    }
}

/*........ Stud.Progr. tree .......... */
.tree {
    min-height: 20px;
    padding: 6px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .tree li:not(.search-field):not(.search-choice):not(.active-result) {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative;
    }

        .tree li:not(.search-field):not(.search-choice):not(.active-result)::before, .tree li:not(.search-field):not(.search-choice):not(.active-result)::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto;
        }

        .tree li:not(.search-field):not(.search-choice):not(.active-result)::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px;
        }

        .tree li:not(.search-field):not(.search-choice):not(.active-result)::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px;
        }

        .tree li:not(.search-field):not(.search-choice):not(.active-result) span:not(.icon-stack) {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            /*border: 1px solid #999;*/
            background: #e0ebf9;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
        }

        .tree li:not(.search-field):not(.search-choice):not(.active-result).parent_li > span {
            cursor: pointer;
        }

    .tree > ul > li:not(.search-field):not(.search-choice):not(.active-result)::before, .tree > ul > li:not(.search-field):not(.search-choice):not(.active-result)::after {
        border: 0;
    }

    .tree li:not(.search-field):not(.search-choice):not(.active-result):last-child::before {
        height: 30px;
    }

    .tree li:not(.search-field):not(.search-choice):not(.active-result).parent_li > span:hover, .tree li.parent_li > span:hover + ul li:not(.search-field):not(.search-choice):not(.active-result) span {
        background: #feec8a;
        color: #000;
    }

span.icon-stack {
    width: 30px;
}

.color-level1 {
    color: #10568e;
}

.color-level2 {
    color: #3e82b9;
}

.field-validation-error {
    color: rgba(226, 83, 75, 1);
    font-size: 12px;
    display: block;
}

table tbody tr.purple1 > td {
    background-color: #f5dff6;
}

table tbody tr.yellow1 > td {
    background-color: #fcfeb1;
}

form {
    margin-bottom: 5px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.controls.mt5 {
    margin-top: 5px;
}

/* linkItems */
.linkUrl {
    display: block;
    margin-top: 6px;
    padding-left: 6px;
    font-weight: bolder;
}

.linkInfo {
    color: #848484;
    padding-left: 6px;
}

.linkGroupActive {
    background-color: #dbffc6; 
}

/* books */
.publisher {
    color: #a46334;
}

.book {
    color: #08c;
}
/* loginAs */
.loginas {
    border-top: 8px solid red;
}

/* misc */
.liked-color {
    color: red !important;
}

.pointer {
    cursor: pointer;
}

.nav-list > li > a > [class*="fa-"]:first-child {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    text-align: center;
    font-size: 18px;
}

[class^="fa-"].pull-left, [class*=" fa-"].pull-left {
    margin-right: .3em;
}

.web-client-container {
    left: 0 !important;
}