﻿@font-face {
    font-family: 'droidkufi-regular';
    src: url("font/droidkufi-regular.woff2"), url("font/droidkufi-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droidkufi-bold';
    src: url("font/droidkufi-bold.woff.woff2"), url("font/droidkufi-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'customfont';
    src: url("font/customfont.ttf?nbjydj") format("truetype"), url("font/customfont.woff?nbjydj") format("woff"), url("font/customfont.svg?nbjydj#customfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: right;
            padding: 6px 12px;
            line-height: 1.42857143;
            color: #fff;
            text-decoration: none;
            background-color: #8282ab;
            border: 1px solid #8282ab;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-right: 0;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #fad66d;
    border-color: #fad66d;
}
    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}



/*select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 6px);
}*/



.divSearch {
    display: flex;
    margin-top: 0;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.txtSearch {
    width: 100%;
    color: #707070;
    background: #fff;
    border: 1px solid #CECECE;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s ease-out;
    font-size: 16px;
    padding: 0 0.5rem;
}

    .txtSearch:focus {
        border-color: #32547B;
        outline: 0;
    }

.btnSearch {
    border: 1px solid #32547B;
    margin-right: -10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #32547B;
    color: #fff;
    cursor: pointer;
}



.s-article font {
    font-family: 'droidkufi-regular' !important;
}





/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; 
    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 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 500px;
    overflow-y: scroll;
}

/* The Close Button */
.close-model {
    color: #aaaaaa;
    float: left;
    font-size: 45px;
    font-weight: bold;
    /*width: 100%;*/
    text-align: left;
    margin-top: -2%;
}

    .close-model:hover,
    .close-model:focus {
        color: #000;
        cursor: pointer;
    }



/*Sections for forms*/

.FormBuilder-section-btn {
    padding: 3px;
    margin: 0px;
}


.material-icons {
    vertical-align: middle;
    font-size: 17px;
    top: -1px;
    position: relative;
}

.question input {
    margin-top: 5px;
}

.card {
    margin: 5px;
    width: 99%;
}

.move-arrow {
    cursor: pointer;
    font-size: 45px;
}

.section-head {
    margin-bottom: 1rem;
}

.question-title * {
    font-family: 'droidkufi-regular' !important;
}


.pull-left {
    float: left !important;
}


.userprofile-weekbox {
    float: right;
    margin-right: 20px;
}

.sla-box {
    float: right;
    margin-right: 20px;
}

.sla-chkbx {
}

.chkbx {
    width: 20px;
}

label.checkbox-lbl {
    min-width: 49px;
}

.selected-state {
    background: #df0606 !important;
    border: 1px solid #6c0707 !important;
}


div#caseAttachments {
    margin-top: 10px;
}

    div#caseAttachments a {
        margin-left: 10px;
    }

.General-Search-txt {
    width: 100% !important;
}

.txtSearch {
}

.btnSearch {
    border: 1px solid #32547B;
    margin-right: -10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #32547B;
    color: #fff;
    cursor: pointer;
}

.txtSearch {
    width: 100%;
    color: #707070;
    background: #fff;
    border: 1px solid #CECECE;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s ease-out;
    font-size: 16px;
    padding: 0 0.5rem;
}

.divSearch {
    display: flex;
    margin-top: 0;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.siteCMS-Sidebar__top ul {
    font-size: 13px;
}

.siteCMS-Sidebar__top li {
    display: inline-block;
}

.siteCMS-Sidebar__top .lang li:not(:last-child) {
    border-left: 1px solid #fff;
    padding-left: 6px;
    margin-left: 5px;
}

.siteCMS-Sidebar__top a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    color: #fff;
}

.siteCMS-Sidebar__top .lang li.active {
    font-family: 'droidkufi-bold' !important;
    opacity: 1;
    background: #ffffff;
    padding: 4px;
    border: 1px;
    border-radius: 5px;
}

.active a {
    color: #000;
}

.site-header .active a {
    color: #fff;
}


/*start sidebar and sub menu*/

.cms-wrapper > aside.sidebar {
    height: 100vh;
    overflow-y: auto;
    width: 285px;
}
.cms-wrapper > main {
    width: 100%;
}
@media (min-width: 992px) {
    .cms-wrapper > main {
        width: calc(100% - 285px);
    }
}

.cms-wrapper > main >.section {
    height: 100vh;
    overflow-y: auto;
}

ul.new-sidebar-nav {
    overflow: auto;
    background: #9b35af;
    padding-bottom: 55px;
}

    ul.new-sidebar-nav li {
        position: relative;
        cursor: pointer;
    }

    ul.new-sidebar-nav a {
        display: block;
        padding: 0.5rem 1rem;
        color: #fff;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        ul.new-sidebar-nav a:hover {
            color: #fff !important;
            background: #221c68;
        }

    ul.new-sidebar-nav ul.sub-ul li {
        background: #9b35af;
    }

    ul.new-sidebar-nav ul.sub-ul li:hover {
        background: #221c68;
        color: #fff;
    }

    ul.new-sidebar-nav li.has-ul a::after {
        font-family: "Ionicons";
        content: '\2190';
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        padding: 14px 24px 0;
    }



    ul.new-sidebar-nav ul.sub-ul {
        display: none;
        background-color: #9b35af;
        color: #221c68;
    }

        ul.new-sidebar-nav ul.sub-ul li {
            border-bottom: 1px solid #9b9b9b;
            padding-right: 20px;
        }

            ul.new-sidebar-nav ul.sub-ul li a::after {
                display: none;
            }



    ul.new-sidebar-nav li.active a:after {
        /* content: '\e90d'; */
        font-family: "Ionicons";
        content: '\2193';
    }



.new-sidebar-nav a:not([href]) {
    color: #fff !important;
}

    .new-sidebar-nav a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #221c68;
    }



/*end sidebar and sub menu*/



.site-header__logo img {
    height: 40px;
    width: 40px;
}

a.site-header__logo span {
    color: #fff;
}

.login-par {
    float: left;
}

ul.main-menu {
    float: right;
}

.site-header__top {
    background: #32547B;
    color: #fff;
    padding: 4px 0;
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}

.site-header__bottom .avatar img {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.site-header__bottom .avatar {
    position: relative;
    width: 45px;
    height: 45px;
    margin-left: 0.5rem;
}

.custom-head {
    width: 100% !important;
    max-width: 100% !important;
}

.login-par {
    float: left;
}

a.logout {
    margin-top: 5px;
}

html {
    position: relative;
    min-height: 100%;
}


.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.text-white a:hover {
    color: #FFF !important;
}

@media only screen and (max-width: 990px) {
    .cms-wrapper main {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 990px) {
    .add-search-form {
        padding-top: 0.5rem;
        border-top: 2px solid #D9D9D9;
        margin-top: .5rem;
        margin-bottom: .5rem;
        width: 100%;
    }
}

.cms-wrapper {
    min-height: 100vh;
}

.form-group .form-control-upload-image {
    display: block;
    width: 100%;
    padding: 4px 12px 0 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
}

@media screen and (min-width: 992px) {
    main > .section {
        padding: 2rem 0 6rem;
    }
}

#ProfileImg {
    width: 200px;
    height: 200px;
}

.dashboard-title {
    font-size: 26px;
}

#Images > div {
    width: 300px;
    height: 300px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.98);
}

#Images img {
    max-width: 298px;
    max-height: 298px;
}

#Images > div {
    position: relative;
}

#Images > div a {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #000;
    font-family: sans-serif;
}

.uploading-images, .uploading-images-done {
    display: none;
    color: green;
    font-weight: bold;
    margin-bottom: 10px;
}

.uploading-images {
    color: red;
}

.chosen-container-single .chosen-default:hover {
    color: #212529 !important
}

.chosen-single:hover {
    color: #212529 !important
}

.chosen-single {
    height: 35px !important;
    padding: 5px !important;
}

.required:after {
    content: " *";
    color: red;
}

.footer-sub p {
    max-width: 100% !important;
}

.footer-sub {
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #343434 !important;
}