/**
* Style file
* Shared between all languages
* =============================
* Author: Ashraf Diab
**/


/* Start general style */

body,
html,
#app {
    height: 100% !important;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
/* width */
/*::-webkit-scrollbar {*/
/*    width: 7px;*/
/*}*/

/* Track */
/*::-webkit-scrollbar-track {*/
/*    box-shadow: inset 0 0 5px grey;*/
/*    border-radius: 10px;*/
/*}*/

/* Handle */
/*::-webkit-scrollbar-thumb {*/
/*    background: #fd6670  !important;*/
/*    border-radius: 10px;*/
/*}*/
.content-wrapper {
    min-height: 2000px !important;
}

table {
    white-space: nowrap !important;
}

.return-btn {
    position: absolute;
    cursor: pointer;
    font-size: 22px;
    width: 35px;
    background-color: #f54d4d;
    color: #fff;
    border-radius: 10px;
    padding: 3px 7px;
    top: 15px;
    left: 20px;
}

.ck.ck-editor__editable_inline {
    height: 200px !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.custom-alert-danger {
    background-color: #dd4b39;
    color: #fff;
}

.custom-alert-success {
    background-color: #00a65a;
    color: #fff;
}

button:active,
a:active,
router-link {
    box-shadow: none !important;
}

button:focus,
a:focus,
router-link:focus {
    box-shadow: none !important;
}

.show-hide-pass {
    position: absolute;
    left: 45px;
    top: 11px;
    cursor: pointer;
}

.add-doc {
    cursor: pointer;
    color: #00a65a;
    transition: all 0.3s;
}

.add-doc:hover {
    color: #218557 !important;
}


/* End general style */


/* Start header style */
.notification-drop-down {
    min-width: 600px !important;
}

.nav-link-active {
    background: #fd6670 !important;
    color: #fff !important;
}

.nav-sub-link-active {
    background-color: #4a5e68 !important;
}

.lang-link-active {
    background-color: #b77306 !important;
    color: #fff !important;
}

.horizontal-navbar {
    height: 50px;
}

.login-page .logo {
    padding: 50px;
    text-align: right;
}

.login-page .logo img {
    width: 250px;
    height: 300px;
    transition: all 0.5s;
}

.login-page .logo img:hover {
    transform: scale(1.2);
}

.login-page .login-form {
    width: 60%;
    float: left;
    padding: 50px;
}

.main-sidebar {
    /*background: #222d32 !important;*/
    background-color: #34444c !important;
     width: 230px !important;
}

.main-sidebar * {
    font-size: 14px !important;
}

.main-sidebar .app-logo {
    background: #fd6670 !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-sidebar .app-logo * {
    font-size: 22px !important;
}

.horizontal-navbar {
    background: linear-gradient(90deg,#ff9b44 0,#fc6075) !important;
}

@media (max-width: 1600px) {
    .login-page .login-form {
        width: 75%;
    }
}

@media (max-width: 1200px) {
    .login-page .login-form {
        width: 85%;
    }
}

@media (max-width: 992px) {
    .login-page .login-form {
        width: 100%;
    }
}

.language-dropdown a {
    cursor: pointer;
}

.language-toggle-dropdown {
    height: 35px !important;
    padding: 10px !important;
    margin-top: 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.language-toggle-dropdown::after {
    display: none;
}

.language-toggle-dropdown * {
    color: #d70909 !important;
}

.category {
    color: #FFF;
    background: #1a2226;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* width: 214px; */
}

.navbar-custom-menu {
    padding: 2px 7px;
    background-color: #b77306;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-custom-menu .main-prof {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-custom-menu .main-prof::after {
    display: none !important;
}

.navbar-custom-menu .main-prof-img {
    margin-top: 1px !important;
}

.navbar-custom-menu .main-prof-name {
    color: #fff !important;
}

.navbar-custom-menu .main-prof-dropdown {
    background-color: #f39c12;
}

.navbar-custom-menu .main-prf-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.navbar-custom-menu .main-prf-btns .prof-btn {
    margin: auto;
}

.navbar-custom-menu .main-prf-btns .prof-btn a {
    background: #f4f4f4;
    border-color: #ddd;
}

.navbar-custom-menu .main-prf-btns .prof-btn a:hover {
    color: #e7e7e7 !important;
    color: #000 !important;
}

.notif-drop {
    height: 280px;
    min-width: 520px;
    overflow: auto;
}

@media (max-width: 666px) {
    .notif-drop {
        min-width: 400px;
    }
}

@media (max-width: 560px) {
    .notif-drop {
        min-width: 300px;
    }
}

@media (max-width: 450px) {
    .notif-drop {
        min-width: 200px;
    }
}


/* End header style */


/* Start homepage style */

.home-title {
    color: #b77306;
}

.chart-row {
    background-color: #fff;
}

.chart-row .chart-title {
    background-color: #ececec;
    color: #000;
    padding: 10px;
}


/* End homepage style */


/* Start employees listy page */

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}


/* End employees listy page */


/* Start add employee page */

.register-box {
    position: relative;
    width: 70% !important;
}

@media (max-width: 1517px) {
    .register-box {
        width: 85% !important;
    }
}

@media (max-width: 1299px) {
    .register-box {
        width: 95% !important;
    }
}

@media (max-width: 1192px) {
    .register-box {
        width: 100% !important;
    }
}

.form-label {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ced4da;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    width: 100%;
}


/* End add employee page */


/* Start attendance page */

.attend-box {
    width: 25% !important;
    margin: auto;
}

.attend-cont {
    background: #d2d6de;
    height: 100% !important;
    padding-top: 120px;
}

@media (max-width: 1445px) {
    .attend-box {
        width: 35% !important;
    }
    .attend-cont {
        padding-top: 100px;
    }
}

@media (max-width: 1192px) {
    .attend-box {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .attend-box {
        width: 70% !important;
    }
    .attend-cont {
        padding-top: 50px;
    }
}

@media (max-width: 575px) {
    .attend-box {
        width: 90% !important;
    }
    .attend-cont {
        padding-top: 20px;
    }
}


/* End attendance page */


/* Start Error 403 */

.error-403 {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-403 * {
    user-select: none;
}

.error-403 h3 {
    font-size: 35px !important;
}

.error-403 p {
    font-size: 20px;
}

@media (max-width: 992px) {
    .error-403 {
        margin-top: 40px;
        flex-direction: column;
        text-align: center;
    }
}


/* End Error 403 */


/* Start vacation page style */

.vacation-page-box {
    width: 60%;
    margin: auto;
}

@media (max-width: 1200px) {
    .vacation-page-box {
        width: 70%;
    }
}

@media (max-width: 1050px) {
    .vacation-page-box {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .vacation-page-box {
        width: 97%;
    }
    .vacation-page-box .logo-row {
        flex-direction: column-reverse;
    }
    .vacation-page-box .logo-row .logo-col {
        text-align: center;
        margin-bottom: 10px;
    }
}

#showPayslipMode .modal-dialog {
    max-width: 800px;
}

/* #addPermissionModal .modal-dialog {
    max-width: 900px;
} */

.personal-img-div {
    position: relative;
    display: flex;
    justify-content: center;
}

.personal-img-div:hover > .edit-personal-link {
    display: block;
}

.edit-personal-link {
    display: none;
    position: absolute;
    bottom: 6px;
    color: #000;
}

.edit-personal-img {
    background: rgba(255, 255, 255, 0.7);
    width: 79px;
    padding: 6px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.table_form_data,
.supplier_form_data,
.donors_form_data {
    border: 1px solid #ccc;
    padding: 0;
    margin-bottom: 10px;
}

.table_form_data_header {
    margin: auto;
    text-align: center;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
    background: #e9ecef;
    padding: 10px;
}

.table_form_data_header div i {
    cursor: pointer;
}

.node-slot {
    width: auto !important;
}

.rich-media-node {
    width: 100% !important;
    margin: 0 20px !important;
    padding: 5px 25px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #f7c616;
    border-radius: 4px;
}

.tree-container {
    height: 1200px !important;
}
