@import url("font-awesome/css/fontawesome-all.css");
@import url("micons/micons.css");
@import url("fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap');

/*@font-face {
    font-family: 'Tajawal', sans-serif;
    src: url('../fonts/29LTBukra-Regular.eot');
    src: url('../fonts/29LTBukra-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/29LTBukra-Regular.woff2') format('woff2'), url('../fonts/29LTBukra-Regular.woff') format('woff'), url('../fonts/29LTBukra-Regular.ttf') format('truetype'), url('../fonts/29LTBukra-Regular.svg#29LTBukra-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Tajawal', sans-serif;
    src: url('../fonts/AJannatLT.eot');
    src: url('../fonts/AJannatLT.eot?#iefix') format('embedded-opentype'), url('../fonts/AJannatLT.woff2') format('woff2'), url('../fonts/AJannatLT.woff') format('woff'), url('../fonts/AJannatLT.ttf') format('truetype'), url('../fonts/AJannatLT.svg#AJannatLT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'A-Jannat-LT-Bold';
    src: url('../fonts/AJannatLT-Bold.eot');
    src: url('../fonts/AJannatLT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AJannatLT-Bold.woff2') format('woff2'), url('../fonts/AJannatLT-Bold.woff') format('woff'), url('../fonts/AJannatLT-Bold.ttf') format('truetype'), url('../fonts/AJannatLT-Bold.svg#AJannatLT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul {
    padding-right: 0 !important;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

body {
    position: relative;
    font-family: 'Tajawal', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.765;
    color: #555555;
    background-image: url(../../../Content/images/hero-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #eef5f9;
}

    body:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        top: 0;
        z-index: -1
    }


.navbar-brand img {
    width: 200px;
}

.wss-btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0,0,0,0.6);
    padding: 0 20px;
    color: #FFF !important;
    border-radius: 3px;
    font-family: 'Tajawal', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    border: 0 !important;
    text-decoration: none;
}

    .wss-btn:hover {
        background: #fff;
        color: #333 !important;
    }

    .wss-btn i {
        position: relative;
        top: 2px;
        left: 2px;
    }

a.wss-portal {
    display: block;
    color: #FFF !important;
    text-decoration: none !important;
    text-align: center;
    margin-bottom: 100px;
    cursor: pointer;
}

    a.wss-portal .wss-icon {
        margin-bottom: 20px;
    }

        a.wss-portal .wss-icon i {
            position: relative;
            top: 0px;
            color: #1a8ab8;
            font-size: 50px;
            transition: all ease 0.3s;
        }

    a.wss-portal:hover .wss-icon i {
        position: relative;
        top: -10px;
    }

    a.wss-portal .wss-text h3 {
        font-family: 'Tajawal', sans-serif;
    }


.sidebar {
}

    .sidebar ul {
        text-align: center
    }


        .sidebar ul li {
            display: inline-block;
        }

            .sidebar ul li a:hover:after {
                background: #FFF;
            }

            .sidebar ul li a {
                position: relative;
                display: block;
                color: #fff;
                background: rgba(0,0,0,0.2);
                right: 14px;
                font-size: 15px;
                padding: 10px 30px;
                text-decoration: none;
                cursor: pointer;
                transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -o-transition: all ease 0.3s;
            }

                .sidebar ul li a i {
                    position: relative;
                    top: 5px;
                    right: -10px;
                    font-size: 18px;
                    transition: all ease 0.3s;
                    -webkit-transition: all ease 0.3s;
                    -moz-transition: all ease 0.3s;
                    -o-transition: all ease 0.3s;
                }

                .sidebar ul li a:hover i {
                    right: -6px;
                }

                .sidebar ul li a:hover,
                .sidebar ul li a:hover i {
                    color: #1a8ab8;
                }

/* Inner Pages */


.sub-header {
    background-color: #111;
    line-height: 1rem !important;
    padding: 6px 30px;
}

    .sub-header img {
        width: 250px;
    }

    .sub-header a.user-button {
        float: left;
        background-color: #FFF;
        display: inline-block;
        height: 37px;
        padding: 0 20px;
        line-height: 37px;
        color: #333;
        margin-top: 5px;
        border-radius: 3px;
        font-size: 14px;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
    }

        .sub-header a.user-button:hover {
            background-color: rgba(255,255,255,1);
            color: #1b8ab9;
        }

        .sub-header a.user-button i {
            position: relative;
            top: 3px;
        }

.sub-footer {
    padding-top: 3rem !important;
    padding-bottom: 3rem;
    background-color: #111111;
    color: rgba(255, 255, 255, 0.3);
    position: relative;
}

    .sub-footer h3 {
        color: #fff;
        margin-bottom: 22px;
        font-family: 'Tajawal', sans-serif;
    }

    .sub-footer p {
        color: #fff;
        font-size: 16px;
    }

    .sub-footer a {
        color: #1b8ab9;
    }

.sub-contact-main {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
}

.pace-progress {
    position: absolute;
    background: #1a8ab8;
    height: 6px;
    top: 0;
    width: 100%;
}


/*  Tables Styles */

.portlet {
    background-color: #fff;
    margin: 0.5rem 0 2rem 0;
    width: 100%;
    border-radius: 3px;
}

    .portlet .portlet-title {
        background: #111;
        color: #fff;
        clear: both;
        padding: 1rem;
        border-radius: 2px;
    }

        .portlet .portlet-title .caption {
            display: inline-block;
        }

        .portlet .portlet-title .actions {
            display: inline-block;
            float: left
        }


.ws-button {
    background: #f1f1f1;
    color: #333;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
}

    .ws-button:hover {
        text-decoration: none;
    }

.portlet-form label {
    font-family: font-family: 'Tajawal', sans-serif !important;
}

.portlet-content {
    padding: 20px 30px;
}

table, th, td {
    font-family: font-family: 'Tajawal', sans-serif !important;
}

td {
    font-size: 14px !important;
}

th {
    font-size: 14px;
}


.table-centered,
.table-centered th,
.table-centered td {
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination {
    background-color: #f2f3f2;
    display: inline-block;
    padding: 2px 20px;
}

    .pagination li a {
        padding: 0 5px;
        color: #929292;
        font-size: 14px;
    }

    .pagination li.active a {
        color: #1b8ab9 !important;
        font-weight: bold;
    }


.portlet-body label {
    font-family: font-family: 'Tajawal', sans-serif !important;
}

.btn-save {
    background: 4px 10px;
    border-radius: 3px;
    background-color: #1b8ab9;
    font-family: font-family: 'Tajawal', sans-serif !important;
    color: #fff;
    border: 0;
    height: 37px;
    line-height: 37px;
    padding: 0 30px;
    margin: 0 !important;
    margin-top: 40px !important;
}

    .btn-save:hover {
        background-color: #333;
        color: #fff;
    }

.btn-table {
    background: #1b8ab9;
    color: #FFF !important;
    height: 30px;
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 12px;
    border: 0 !important;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    cursor: pointer
}


    .btn-table:hover {
        text-decoration: none;
        background: #333;
        color: #FFF;
    }

/*ui-select-match-item*/


.nomargin {
    margin: 0 !important;
}

ul.tabs-nav {
    list-style: none;
    padding-right: 0 !important;
}

.tab-active a {
    background: #333;
    color: #fff;
}

.tabs-nav li {
    display: inline-block
}

    .tabs-nav li a {
        background: #1b8ab9;
        color: #FFF;
        height: 30px;
        display: inline-block;
        padding: 0 15px;
        line-height: 30px;
        border-radius: 3px;
        font-size: 14px;
        border: 0 !important;
        text-decoration: none;
    }

    .tabs-nav li.tab-active a {
        background: #333;
        color: #fff;
    }

.full-select input {
    width: 100% !important;
    margin-bottom: 20px;
}

ul.ver-inline-menu {
    list-style: none;
    padding-right: 0 !important;
}

    ul.ver-inline-menu li a {
        background: #1b8ab9;
        padding: 2px 10px;
        margin-bottom: 4px;
        display: block;
        color: #fff;
        border-radius: 3px;
        font-size: 16px;
    }

        ul.ver-inline-menu li a:hover {
            background: #333;
            color: #fff;
        }

.priv-content .panel-title {
    margin: 0;
    font-size: 16px;
    padding-right: 10px;
    background: #1b8ab9;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .priv-content .panel-title a {
        color: #FFF;
        font-weight: normal;
    }

.priv-content ul {
    list-style: none;
}

    .priv-content ul li {
        display: block;
        list-style: none;
    }

        .priv-content ul li input {
            margin-bottom: 0;
        }

.priv-content span {
    display: inline-block;
    font-size: 14px;
}

.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* this hide the default checkbox */
    top: 8px;
}

    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .checkbox input:checked ~ .check {
            background-color: #6EB54E;
        }

            .checkbox input:checked ~ .check:after {
                display: block;
            }

    .checkbox .check {
        position: absolute;
        top: -14px;
        left: 6px;
        height: 17px;
        width: 17px;
        background-color: white;
        border: 2px solid #6EB54E;
        border-radius: 3px;
    }

        .checkbox .check:after {
            content: "";
            position: absolute;
            display: none;
            left: 4px;
            top: 0px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 1.5px 1.5px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.ui-select-choices {
    opacity: 1;
    position: absolute;
    background: #FFF;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
    z-index: 999;
    height: 250px;
    display: block;
    padding: 5px 10px;
}

    .ui-select-choices span {
        font-size: 16px;
    }


.scheduler-border {
    background: #fbfbfb;
    border: 1px solid #eef5f9;
    padding: 0 20px;
}

.ui-select-width .ui-select-container {
    width: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

input {
    margin-bottom: 15px;
    border-radius: 0 !important;
}

h4.modal-title {
    text-align: right;
    float: right;
    width: 100%;
    font-size: 16px;
}

.modal-footer {
    display: none;
}

.tab-3 .collapse:not(.show) {
    display: block;
}

.navbar-toggler {
    border: 0 !important;
}

.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-toggler:focus {
    outline: 0 !important;
}


.navbar-nav a {
    color: #FFF;
}

/*.home-container {
    padding-top:400px;
}*/

@media only screen and (max-width: 767px) {
}


@media only screen and (min-width: 991px) {

    .navbar-nav {
        visibility: hidden;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar {
        display: none !important;
    }

    .home-container {
        padding-top: 80px;
    }

    .navbar-nav {
        background: rgba(0,0,0,0.3);
    }

        .navbar-nav a {
            color: #FFF;
            display: block;
            width: 100%;
            background: rgba(0,0,0,0.2);
            margin-bottom: 2px;
            padding: 3px 8px;
            border-radius: 3px;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
        }

            .navbar-nav a:hover {
                background: rgba(0,0,0,0.4);
            }
}



@media only screen and (max-width: 1720px) {
}




@media only screen and (max-width: 1720px) {
    .sidebar {
        padding-top: 100px;
    }

    .min-vh-100 {
        min-height: unset !important;
    }


    .home-container {
        margin-top: 60px;
    }
}

.nav-pills {
    margin-bottom: 20px;
}

    .nav-pills li a {
        background: #1b8ab9;
        color: #FFF;
        height: 30px;
        display: inline-block;
        padding: 0 15px;
        line-height: 30px;
        border-radius: 3px;
        font-size: 14px;
        border: 0 !important;
        text-decoration: none;
        margin-left: 4px;
    }

        .nav-pills li a.active {
            background: #333;
            color: #fff;
        }

.portlet-content .tabs {
    border-radius: 5px;
    padding: 0 10px 10px 10px;
}

.portlet-content .tabs-nav li a {
    border-radius: 0 0 3px 3px;
}

.created-for-section h1 {
    color: #fff;
    font-family: 'Tajawal', sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.created-for-section {
    margin-bottom: 80px;
}

.form-body button {
    margin: 0 15px;
}

.modal-header .close {
    font-size: 14px;
    padding: 5px;
    padding-top: 15px;
}

.modal-header .close {
    margin: 0;
    font-size: 19px;
    padding-top: 3px !important;
    padding-left: 5px !important;
}

#footer {
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
}

    #footer p {
        color: #959291;
        margin: 0;
        padding: 0;
    }

        #footer p a {
            color: #1b8ab9
        }

.ui-select-highlight {
    font-weight: bold;
}

.ui-select-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.sweet-alert h2 {
    font-size: 18px;
    font-weight: bold;
}

.sweet-alert button {
    padding: 5px 20px;
    font-size: 14px;
}

.sweet-alert {
    padding: 50px 100px;
}

    .sweet-alert button {
        margin: 0px 5px 0 5px
    }

    .sweet-alert .sa-icon {
        width: 80px;
        height: 80px;
        border: 4px solid gray;
        -webkit-border-radius: 40px !important;
        border-radius: 40px !important;
        border-radius: 50% !important;
        margin: 0 auto 20px auto;
    }



header nav.navbar .dropdown-menu {
    right: auto !important;
    top: 80% !important;
}


.ui-select-search {
    position: absolute;
    width: 100% !important;
    text-decoration: none;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    border: 0;
}

.ui-select-match-item {
    background: #1b8ab9;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 12px;
    margin-bottom: 5px;
}

    .ui-select-match-item .close {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        padding-left: 5px;
    }

    .ui-select-match-item span:last-child {
        padding-left: 5px;
    }


.ui-select-match {
    position: relative;
    z-index: 2;
}

.ui-select-container.ng-empty {
}

.ui-select-container.ng-not-empty {
    height: auto;
}


.navbar-brand {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}


body.ltr .sidebar ul li a i{
    position: relative;
    top: 5px;
    left: -10px;
    font-size: 18px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

button.wss-btn:focus {
    outline: unset !important;
}