

._rtl .fa-angle-right:before {
    content: "\f104";
}

._rtl .fa-angle-left:before {
    content: "\f105";
}

._rtl .fa-chevron-left:before {
    content: "\f054";
}

._rtl .fa-chevron-right:before {
    content: "\f053";
}

._rtl .glyphicon.glyphicon-chevron-left:before {
    content: "\e080";
}

._rtl .glyphicon.glyphicon-chevron-right:before {
    content: "\e079";
}

.uib-datepicker-popup.dropdown-menu {
    display: table;
}

.ui-select-bootstrap.dropdown > .ui-select-match > .btn-default {
    box-shadow: none;
}

.ui-select-multiple.ui-select-bootstrap {
    padding: 5px 5px 1px 5px;
    min-height: 31px;
}

._rtl .ui-select-bootstrap .ui-select-toggle > .caret {
    right: initial;
    left: 10px;
}

._rtl .ui-select-bootstrap > .ui-select-match > .btn {
    text-align: right !important;
    direction: rtl;
}

.m-auto {
    margin: auto;
}
/* 
	-------------------------------------------------------------------------------------------
	kendo
	-------------------------------------------------------------------------------------------
*/
.k-grid-filter.k-state-active {
    background-color: #c3e1f3;
}

.k-webkit .k-rtl .k-dropdown-wrap .k-input, .k-webkit .k-rtl .k-numeric-wrap .k-input {
    margin-right: auto;
}

.k-list-scroller {
    overflow-x: hidden;
    overflow-y: auto;
}

.k-grid-content > table {
    border-bottom: 1px solid #dbdbdb !important;
}

/* 
	-------------------------------------------------------------------------------------------
	tabled
	-------------------------------------------------------------------------------------------
*/

.table-bordered-dark,
.table-bordered-dark > thead > tr > th,
.table-bordered-dark > tbody > tr > th,
.table-bordered-dark > tbody > tr > td {
    border-color: #aaa;
}

    .table-bordered-dark > thead > tr > th {
        background-color: #f5f5f5;
    }

.table-k-detail-template {
    width: auto;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border: 1px solid #aaa !important;
    margin-bottom: 10px;
}

    .table-k-detail-template th,
    .table-k-detail-template td {
        padding: 2px 5px;
        border: 1px solid #aaa !important;
    }

    .table-k-detail-template th {
        background-color: #f5f5f5;
    }

.dv-inline-dates {
}


.tbl-inline-dates {
    border-width: 0 !important;
    width: auto !important;
    border-spacing: 4px !important;
}

.dv-inline-dates > div {
    display: inline-block;
    margin: 5px;
}

.dv-inline-dates > div,
.tbl-inline-dates td {
    padding: 0;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 13px;
    background-color: #f5f5f5;
    vertical-align: top;
}

    .dv-inline-dates > div.today,
    .tbl-inline-dates td.today {
        border-color: #666;
    }

    .dv-inline-dates > div > ._header,
    .tbl-inline-dates td > ._header {
        background-color: #f5f5f5;
        border-bottom: 1px solid #ccc;
        padding: 3px 10px;
    }

    .dv-inline-dates > div.today > ._header,
    .tbl-inline-dates td.today > ._header {
        background-color: #286090;
        color: #fff;
    }

    .dv-inline-dates > div > ._footer,
    .tbl-inline-dates td > ._footer {
        background-color: #f5f5f5;
        border-bottom: 1px solid #ccc;
        padding-top: 7px;
        padding-bottom: 7px;
    }

.reject-reason {
    width: 100px;
    display: block;
}

.dv-inline-dates > div > ._body,
.tbl-inline-dates td > ._body {
    padding: 5px 5px;
}

.dv-inline-dates > div._active,
.tbl-inline-dates td._active {
    background-color: #f7ecb5;
}

.dv-inline-dates > div.today,
.tbl-inline-dates td.today {
    background-color: #e4b9b9;
}

.dv-inline-dates > div.requestWaiting,
.tbl-inline-dates td.requestWaiting {
    background-color: #ffff80;
}

.dv-inline-dates > div.requestRejected,
.tbl-inline-dates td.requestRejected {
    background-color: #f28787;
}

.dv-inline-dates > div.has-worker,
.tbl-inline-dates td.has-worker {
    background-color: #c1e2b3 !important;
}

.dv-inline-dates > div.colseWithOutWorker,
.tbl-inline-dates td.colseWithOutWorker {
    background-color: #add4e0 !important;
}

.dv-inline-dates > div .hbox {
    width: auto;
}

    .dv-inline-dates > div .hbox > div > label {
        padding: 0;
        margin: 0;
    }

    .dv-inline-dates > div .hbox > div {
        text-align: center;
        vertical-align: middle;
    }

        .dv-inline-dates > div .hbox > div.col-select {
            width: 25px;
            text-align: left;
        }

        .dv-inline-dates > div .hbox > div.col-icon {
            width: 25px;
            text-align: left;
        }

/* 
	-------------------------------------------------------------------------------------------
	catalog list
	-------------------------------------------------------------------------------------------
*/

.catalog-list {
    padding: 0;
    height: 270px;
    overflow: auto;
}

    .catalog-list li {
        list-style-type: none;
    }

    .catalog-list ul {
        list-style-type: none;
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-list li > a {
        display: block;
        position: relative;
        margin: 3px 0 8px 20px;
    }

._rtl .catalog-list li > a {
    margin: 0 35px 8px 0;
}

._rtl .catalog-list li .collapse-wrap {
    float: right;
    margin-top: 4px;
    margin-right: -5px;
}

.catalog-list li > a:before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: -20px;
    background: url(../img/checkbox-unchecked.svg) no-repeat center center;
    background-size: cover;
    content: " ";
}

._rtl .catalog-list li > a:before {
    left: auto;
    right: -20px;
}

.catalog-list li.checked > a:before {
    background-image: url(../img/checkbox-checked.svg);
}

.catalog-list li.partial > a:before {
    background-image: url(../img/checkbox-partial.svg);
}


.catalog-list > li {
    padding-bottom: 25px;
}

    .catalog-list > li > a {
        font-size: 18px;
        border-bottom: 3px solid #333;
        padding-bottom: 5px;
    }

        .catalog-list > li > a:before {
            top: 7px;
        }

.catalog-list-sub > li {
    padding-top: 10px;
    padding-left: 10px;
}

._rtl .catalog-list-sub > li {
    padding-top: 10px;
    padding-right: 10px;
}

.catalog-list-sub > li > a {
    font-size: 16px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

    .catalog-list-sub > li > a:before {
        top: 5px;
    }


.assign-buttons {
    position: absolute;
    top: 0;
    left: 7px;
}

.assign-buttons-container {
    position: relative;
}
/*@font-face {
  font-family: "Aharoni Bold";
  src: url("../fonts/ahronbd.ttf") format("truetype");
}
.k-widget {
  font-family: "Aharoni Bold";
}*/



a.exists_assignments_link {
    text-decoration: underline;
}

    a.exists_assignments_link:hover {
        color: #286090;
    }

.select-period {
    background-color: #f3f3f4;
    width: 11%;
    display: inline;
    padding: 0 0;
    margin-right: 0.16em;
    margin-top: 0;
    margin-bottom: 0;
    /* position: absolute; */
    height: 28px;
}

.copy-period-checkbox {
    width: 22px;
    height: 22px;
}


.education-ministry-info {
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

/*@media (min-height: 768px) {
    .calendar-attendance-wrapper {
        overflow: scroll;
        max-height: 100px;
    }
}*/

@media (max-height: 767px) {
    .calendar-attendance-wrapper {
        overflow: scroll;
        max-height: 550px;
    }
}


.calendar-attendance .fc-body {
    background: white;
}

.calendar-attendance .fc-head {
    background: white;
}

.new-attendance {
    font-size: 1.5em;
    margin-top: 22px;
    margin-bottom: 10px;
}

    .new-attendance > i {
        position: relative;
        left: 5px;
        top: 4px;
    }

.workers-attendance {
    padding-right: 0;
}


.admin-approve-label {
    font-size: 15px;
    font-weight: bold;
}

.add-absence-worker[disabled] {
    background-color: #eee;
}

.date-picker {
    cursor: pointer;
    background-color: #fff;
}

.login-wrapper {
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -50px;
}

    .login-wrapper * {
        flex: 0 0 auto;
    }

.register form {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.login-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: white;
    width: 400px;
    height: 380px;
    /*top: -27vh;*/
    padding-top: 100px;
    border-radius: 7px;
    position: relative;
    /*left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)*/
}
.reset-password-form {
/*    height: 415px;*/
}
.error_password {
    height: 420px;
}

.register .logo {
    position: absolute;
    /*margin-bottom: -20%;*/
    top: -20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 230px;
    /*top: -40%;*/
    border-radius: 100%;
    background-color: white;
    padding: 5px;
    z-index: 10;
}

.banner_login {
    background: url(../img/banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
    margin-bottom: 15vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}



.register .logo object {
    position: relative;
    width: 100%;
    height: 100%;
    top: 20px;
}

.register .copyright {
    width: 80%;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #b6b6b6;
    position: relative;
    top: 40px;
    padding-top: 20px;
    border-top: 3px solid #d6d6d6;
}

.register .show-password {
    position: absolute;
    background: none;
    z-index: 100;
    margin-left: 14%;
    top: 77%;
    width: 28px;
}

    .register .show-password i {
        height: 100%;
        width: 100%;
        font-size: 30px;
    }

.register .label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register input {
    text-align: right;
    height: 100%;
    width: 95%;
}

.input-top, .input-bottom {
    text-align: right;
    margin: 0 auto 0 auto;
    width: 80%;
    color: black;
    height: 50px;
    /*display: flex;
    justify-content: flex-start;
    align-items: center;*/
    padding: 0 10px;
    border: 1px solid #b6b6b6 !important;
    border-radius: 8px !important;
    margin-bottom: 5px;
    position: relative;
}

.checkbox-a {
    text-decoration: underline;
    color: blue
}

.input-top:after, .input-bottom:after {
    content: '';
    background: url(../img/account-outline.png) no-repeat center;
    background-size: 80%;
    width: 20px;
    height: 20px;
    top: 15px;
    position: absolute;
    right: 10px;
}

.input-bottom:after {
    background: url(../img/lock-outline.png) no-repeat center;
    background-size: 80%;
    width: 20px;
    height: 20px;
    position: absolute;
}

.login-form {
    flex-direction: column;
}

.input-top input, .input-bottom input {
    margin-left: 8px;
    padding-right: 35px;
    width: 95%;
    text-align: right;
    font-size: 24px;
    border: none !important;
    background: none !important;
    outline: none !important;
}

.register .button {
    height: 50px;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 30px;
    width: 80%;
    margin:  auto 0 auto;
    background-color: #3379aa;
    border: none;
    outline: none;
    color: white;
}

    .register .button .span {
        color: white;
        font-size: 30px;
    }

.register input::-moz-placeholder {
    color: #b6b6b6;
}

.register input:-ms-input-placeholder {
    color: #b6b6b6;
}

.register input::-webkit-input-placeholder {
    text-indent: 0;
    color: #b6b6b6;
}


.mode-button {
    color: black;
    margin: 20px auto 0 auto;
    width: 100px;
    text-align: center;
    display: block;
    position: relative;
    text-decoration: underline;
}

.shown {
    display: flex;
    flex-direction: column;
}

.hidden {
    display: none;
}

.forgot-password-hint {
    height: 60px;
    font-size: 18px;
    color: $graytext;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px 0 20px 0;
}

.input {
    border-radius: 5px !important;
    border: none !important;
}

@media (min-device-width : 1000px) {
    .login-form {
        /*top: -30vh;*/
    }
}

@media (max-device-width : 340px) {

    .register .banner_login {
        height: 34vh;
    }
    /*.register .logo {
        width: 210px;
        height: 210px;
        top: 10vh;
        padding: 5px;
    }*/
    .register .logo object {
        position: relative;
        width: 100%;
        height: 100%;
        top: 20px;
    }
}

@media (min-device-width : 340px) and (max-device-width : 540px) {
    .register .banner_login {
        height: 40vh;
    }
    /*.register .logo {
        width: 180px;
        height: 180px;
        top: 10vh;
        padding: 5px;
    }*/
    .register .logo object {
        position: relative;
        width: 100%;
        height: 100%;
        top: 20px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {

    .register .banner_login {
        height: 40vh;
    }
    /*.register .logo {
        width: 180px;
        height: 180px;
        top: 10vh;
        padding: 5px;
    }*/

    .register object {
        position: relative;
        width: 100%;
        height: 100%;
        top: 20px;
    }
}


.new *, .new *:before, .new *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}




.new {
    padding: 5px;
}

    .new .check-label {
        position: relative;
    }

    .new .form-group {
        display: block;
    }

        .new .form-group input {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer;
        }

        .new .form-group label {
            position: relative;
            cursor: pointer;
            margin: 5px;
        }

            .new .form-group label:before {
                content: '';
                -webkit-appearance: none;
                background-color: transparent;
                border: 2px solid #f48751;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                padding: 10px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 5px;
            }

        .new .form-group label {
            transition: 0.5s ease all;
        }

            .new .form-group label:hover {
            }

                .new .form-group label:hover:before {
                    /*background-color: #f48751;*/
                    transition: 0.5s ease all;
                    opacity: 0.7;
                }

                .new .form-group label:hover:after {
                    transition: 0.5s ease all;
                    /*border-color: white !important;*/
                    opacity: 0.7;
                }

    .new .checkbox-link {
        color: #f48751;
        text-decoration: underline;
    }

        .new .checkbox-link:hover {
            color: #f48751;
            opacity: 0.8;
            text-decoration: underline;
        }

    .new .form-group input:checked + label:after {
        transition: 0.5s ease all;
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #f48751;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.cur-pointer {
    cursor: pointer;
}

.table-style {
    height: 40px;
}

.logo-profill {
    display: none;
}


div.month .k-scheduler-content > div[role=gridcell],
div.timeline .k-scheduler-content > div[role=gridcell],
div.timelineWeek .k-scheduler-content > div[role=gridcell] {
    height: 22px !important;
    border-radius: 2px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-radius: 2px;
    cursor: default;
    position: absolute;
    overflow: hidden;
    background: #b2e1ff 0 -257px url(textures/highlight.png) repeat-x;
}

    div.month .k-scheduler-content > div[role=gridcell] div[uib-tooltip]::before,
    div.timeline .k-scheduler-content > div[role=gridcell] div[uib-tooltip]::before,
    div.timelineWeek .k-scheduler-content > div[role=gridcell] div[uib-tooltip]::before {
        content: " ";
        font-weight: bold;
        left: 0;
        right: 3px;
        display: block;
        opacity: .55;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        box-sizing: content-box;
    }

.error_message_hours {
    padding: 0;
}

.link-bold {
    text-decoration: underline;
    font-weight: bold;
    color: #0f67f5;
}

.button-add-absence {
    height: 4vh;
    width: 6vw;
    background-image: linear-gradient(to right, #19a9d5, #097292);
    border: none;
    border-radius: 15px;
    color: white;
    font-size: 1.1vw;
    box-shadow: 0px 0px 20px 1px grey;
    margin: 3px;
}

.k-file.k-file-invalid {
    background-color: #ecb6b6;
}

.grecaptcha-badge {
    visibility: hidden;
}
.c-table {
    border-collapse: collapse;
    width: 100%;
}

    .c-table td, .c-table th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .c-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .c-table tr:hover {
        background-color: #ddd;
    }

    .c-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #ccccd1;
        color: white;
    }
.flex {
    display: flex;
}
.file-directive{
    justify-content: space-between;
}
.file-directive button {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 4px;
    justify-content: center;
}

.file-directive .file-name{
    max-width: 92px;
}
.gfile {
    color: rgba(0, 0, 0, 0);
    width: 86px;
}
.pointer-event-none{
    pointer-events: none;
}

.k-link.k-event-delete > .k-icon.k-si-close {
    background-color: white;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

#scheduler .custom-event .ng-binding {
    color: black;
}

.enhancement-worker .k-more-events.k-button {
    margin: 0;
    border: 0;
    background-color: white;
    cursor: default;
}

.k-combobox-clearable .k-input {
    padding-right: 0px;
}

.k-dropdown-wrap.k-state-default .k-icon.k-i-close {
    left: 45px;
    right: initial;
}

.k-scheduler-monthview .k-scheduler-table td {
    height: 134px !important;
}

.group-row {
    /* min-width: 86px !important; */
    background-color: yellow;
}

div.month .k-scheduler-content > div[role=gridcell] div[uib-tooltip]::before {
    position: relative;
}

.checkbox-item {
    margin-left: 5px !important;
}