/* Minification failed. Returning unminified contents.
(14,20): run-time error CSS1036: Expected expression, found '@screen-xs'
(14,20): run-time error CSS1034: Expected closing parenthesis, found '@screen-xs'
(36,20): run-time error CSS1036: Expected expression, found '@screen-sm'
(36,20): run-time error CSS1034: Expected closing parenthesis, found '@screen-sm'
(59,20): run-time error CSS1036: Expected expression, found '@screen-md'
(59,20): run-time error CSS1034: Expected closing parenthesis, found '@screen-md'
(82,20): run-time error CSS1036: Expected expression, found '@screen-lg'
(82,20): run-time error CSS1034: Expected closing parenthesis, found '@screen-lg'
(508,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(510,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
(525,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(527,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
(706,1): run-time error CSS1019: Unexpected token, found '@import'
(706,9): run-time error CSS1019: Unexpected token, found '"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"'
 */
.chosen-container{
    width:100% !important;
}



@media print {
    a [href]:after {
        content: none !important;
    }
}


@media (max-width: @screen-xs) {
    .ecom-responsive-font-1 {
        font-size: 4.30vw !important;
    }

    .ecom-responsive-font-2 {
        font-size: 5.40vw !important;
    }

    .ecom-responsive-font-3 {
        font-size: 6.50vw;
    }

    .ecom-responsive-font-4 {
        font-size: 7.60vw;
    }

    .ecom-responsive-font-5 {
        font-size: 8.70vw;
    }
}

@media (max-width: @screen-sm) {
    .ecom-responsive-font-1 {
        font-size: 4.30vw !important;
    }

    .ecom-responsive-font-2 {
        font-size: 5.40vw !important;
    }

    .ecom-responsive-font-3 {
        font-size: 6.50vw;
    }

    .ecom-responsive-font-4 {
        font-size: 7.60vw;
    }

    .ecom-responsive-font-5 {
        font-size: 8.70vw;
    }
}


@media (max-width: @screen-md) {
    .ecom-responsive-font-1 {
        font-size: 3.30vw !important;
    }

    .ecom-responsive-font-2 {
        font-size: 4.40vw !important;
    }

    .ecom-responsive-font-3 {
        font-size: 5.50vw;
    }

    .ecom-responsive-font-4 {
        font-size: 6.60vw;
    }

    .ecom-responsive-font-5 {
        font-size: 7.70vw;
    }
}


@media (max-width: @screen-lg) {
    .ecom-responsive-font-1 {
        font-size: 3.30vw !important;
    }

    .ecom-responsive-font-2 {
        font-size: 4.40vw !important;
    }

    .ecom-responsive-font-3 {
        font-size: 5.50vw;
    }

    .ecom-responsive-font-4 {
        font-size: 6.60vw;
    }

    .ecom-responsive-font-5 {
        font-size: 7.70vw;
    }
}



@media screen {
    td {
        vertical-align: middle;
        overflow: -webkit-paged-y !important;
    }
}

.navbar-toggle {
    display: block;
}

#tb > table > tbody > tr:nth-of-type(odd) > td {
    background-color: #f9f9f9 !important;
}


.fullscreen {
    z-index: 9999;
    width: 100%;
    height: 100%;
    /*position: fixed;*/
    top: 0;
    left: 0;
    background: #FFFFFF;
    /*overflow: scroll;*/
}



th.verticalTableHeader {
    /* Something you can count on */
    height: 100px;
    white-space: nowrap;
    width: 30px;
}

    th.verticalTableHeader > span {
        width: 30px;
        max-width: 30px !important;
        color: black;
        text-align: center;
        white-space: nowrap;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg) !important;
        display: table-cell;
        margin-right: -2vw !important;
        margin-left: -2vw !important;
        height: auto;
        text-indent: -20px;
    }



td.verticalTablecell {
    /* Something you can count on */
    height: 100px;
    white-space: nowrap;
    width: 30px;
}

    td.verticalTablecell > span {
        width: 30px;
        max-width: 30px !important;
        color: black;
        text-align: center;
        white-space: nowrap;
        -webkit-transform: rotate(-70deg);
        -moz-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        -o-transform: rotate(-70deg);
        transform: rotate(-70deg) !important;
        display: table-cell;
        margin-right: -2vw !important;
        margin-left: -2vw !important;
        height: auto;
        text-indent: -35px;
    }




div.bootstrap-table > div.fixed-table-toolbar > div.bs-bars.pull-left > div > span {
    height: 30px;
    width: 60px;
    margin: 2px;
    cursor: pointer;
    text-align: center;
}

table > thead > tr > th {
    text-align: -webkit-center !important;
}

table.dataTable tbody tr {
    /*background-color: #fcf8e3 !important;*/
}

div.dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr > th {
    background-color: #47748b !important;
    color: navajowhite;
}

table.dataTable tbody tr.group,
table.dataTable tbody tr.group:hover {
    background-color: #d2ccaf !important;
}


.field-validation-error {
    color: red !important;
}




/*****************************************************************************************/

body {
    font-family: "Greta Arabic",Cairo,Tahoma;  
	
}

#basicModal > div > div > div.modal-body > div > ul > li.dropdown.open > ul {
    position: inherit !important;
}

.resulttable {
    font-size: 1vh !important;
    padding-left: .1em !important;
    padding-right: .1em !important;
    right: -1em !important;
    width: 100% !important;
}



table > thead > tr.resultheader > th {
    background-color: lightgray !important;
    border: black solid 2px !important;
    color: black;
    vertical-align: middle;
    white-space: pre-line !important;
    text-align: center;
    padding: 0px !important;
    /*max-width: 30px !important;*/
}

table > tbody > tr.resultbody > td {
    border: black solid 1px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap !important;
    /*width: 6vw !important;*/
}


#topmenu {
    background-color: #025169;
    position: fixed;
    width: 100%;
    z-index: 555;
    height: 8% !important;
}


a {
    color: #348b96;
    text-decoration: none;
}

#loading-indicator {
    position: fixed;
    left: 50%;
    right: 50%;
    top: 30%;
}

.rotate p {
    margin: 0 -100%;
    display: inline-block;
}

.rotate {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    -moz-transform: rotate(-90.0deg);
    -ms-transform: rotate(-90.0deg);
    -o-transform: rotate(-90.0deg);
    -webkit-transform: rotate(-90.0deg);
    transform: rotate(-90.0deg);
    /*white-space: nowrap;*/
    margin: 0px !important;
    padding: 0px !important;
}

    .rotate:before {
        content: '';
        padding-top: 110%; /* takes width as reference, + 10% for faking some extra padding */
        display: inline-block;
        vertical-align: middle;
    }




.verticalTableHeader p {
    /*margin: 0 -100%;*/
    display: inline-block;
}

    .verticalTableHeader p:before {
        content: '';
        width: 0;
        /*padding-top: 110%;*/ /* takes width as reference, + 10% for faking some extra padding */
        display: inline-block;
        vertical-align: middle;
    }

table {
    text-align: center;
    /*table-layout: fixed;*/
    /*font-size: 1vh !important;
    padding-left: .1em !important;
    padding-right: .1em !important;
    right: -1em !important;
    width: 100% !important;*/
}


.ecom-2x {
    font-size: calc(1vw + 2vh) !important;
}

.ecom-responsive-font-1 {
    font-size: 1.30vw;
}

.ecom-responsive-font-2 {
    font-size: 2.40vw;
}

.ecom-responsive-font-3 {
    font-size: 3.50vw;
}

.ecom-responsive-font-4 {
    font-size: 4.60vw;
}

.ecom-responsive-font-5 {
    font-size: 5.70vw;
}

.bigHr {
    background-color: black !important;
    color: dimgrey !important;
    border: solid 1px dimgrey !important;
    height: 3px !important;
    width: 120% !important;
}

.rcorners {
    border-radius: 25px !important;
    border: 2px solid rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin: 5px !important;
    width: auto !important;
    height: auto !important;
}

.circle {
    background: transparent;
    display: inline-block;
    width: 45px;
    height: 4em;
    /*padding: 1em;*/
    border: 3px dotted red !important;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 0in !important;
}

.pagebreak {
    page-break-after: always !important;
}



    body {
        /*background: #eee url(https://i.pinimg.com/736x/eb/8b/1c/eb8b1cb8a636a5ac962f5b3391881017.jpg);*/
        background-color:#eee;
    }

    html, body {
        position: relative;
        height: 100%;
    }

    .login-container {
        position: relative;
        width: 300px;
        margin: 80px auto;
        padding: 20px 40px 40px;
        text-align: center;
        background: #fff;
        border: 1px solid #ccc;
    }

    #output {
        position: absolute;
        width: 300px;
        top: -75px;
        left: 0;
        color: #fff;
    }

        #output.alert-success {
            background: rgb(25, 204, 25);
        }

        #output.alert-danger {
            background: rgb(228, 105, 105);
        }


    .login-container::before, .login-container::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 3.5px;
        left: 0;
        background: #fff;
        z-index: -1;
        -webkit-transform: rotateZ(4deg);
        -moz-transform: rotateZ(4deg);
        -ms-transform: rotateZ(4deg);
        border: 1px solid #ccc;
    }

    .login-container::after {
        top: 5px;
        z-index: -2;
        -webkit-transform: rotateZ(-2deg);
        -moz-transform: rotateZ(-2deg);
        -ms-transform: rotateZ(-2deg);
    }

    .avatar {
        width: 100px;
        height: 100px;
        margin: 10px auto 30px;
        border-radius: 100%;
        border: 2px solid #aaa;
        background-size: cover;
    }

    .form-box input {
        width: 100%;
        padding: 10px;
        text-align: center;
        height: 40px;
        border: 1px solid #ccc;
        ;
        background: #fafafa;
        transition: 0.2s ease-in-out;
    }

        .form-box input:focus {
            outline: 0;
            background: #eee;
        }

        .form-box input[type="text"] {
            border-radius: 5px 5px 0 0;
            text-transform: lowercase;
        }

        .form-box input[type="password"] {
            border-radius: 0 0 5px 5px;
            border-top: 0;
        }

    .form-box button.login {
        margin-top: 15px;
        padding: 10px 20px;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    -webkit-keyframes fadeInUp {
        0%;

    {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    }

    keyframes fadeInUp {
        0%;

    {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }



.fa-2x {
    font-size: 2em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}


.main-menu:hover, nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
}

.main-menu {
    background: #fbfbfb;
    border-left: 1px solid #808080;
    position: fixed;
    top: 40px;
    bottom: 0;
    height: 100%;
    right: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
}

    .main-menu > ul {
        margin: 7px 0;
    }

    .main-menu li {
        position: relative;
        display: block;
        width: 250px;
    }
    li.separator {
            background-color: #025169;
            height: 1px;
        }

        .main-menu li > a {
            position: relative;
            display: table;
            border-collapse: collapse;
            border-spacing: 0;
            /*color:#999;*/
            font-family: Tahoma;
            font-size: 14px;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .nav-text {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 190px;
        font-family: 'Tahoma', sans-serif;
    }

    .main-menu > ul.logout {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

a:hover, a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav ul, nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

    .main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
        color: #fff;
        background-color: #5fa2db;
    }

.area {
    float: right;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}


nav.main-menu li.dropdown.open > ul {
    width: 100%;
    right: 2px;
    text-align: justify;
    position: absolute;
}


/* Colors/style dropdown box*/
nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*allows nav box to use 100% width*/
nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
    padding: 0 0px 0 0px;
}

/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    /*background: #fafafa;*/
    /*font-family: 'Greta Arabic' !important;*/
    /*background-image: url('../images/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-image: url(//www.ifta-learning.net/moodle/pluginfile.php/1/theme_essential/pagebackground/1513584118/b-3.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: auto;
    opacity: 1.5;
}

p {
    font-family: "Greta Arabic",Cairo,Tahoma; 
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    margin-top: 30px !important;
    /*padding-top:60px !important;*/
}
#other > nav.navbar.navbar-default.navbar-fixed-top.container-fluid.hidden-print,
body > div.wrapper > nav.navbar.navbar-default.navbar-fixed-top.container-fluid.hidden-print {
    background-color: #11659d;
    color: white;
    padding: 0 !important;
}
#other > nav.navbar.navbar-default.navbar-fixed-top.container-fluid.hidden-print > div.navbar-header > a,
   body > div.wrapper > nav.navbar.navbar-default.navbar-fixed-top.container-fluid.hidden-print > div.navbar-header > a {
        color: white;
    }
#other > nav.navbar.navbar-default.navbar-fixed-top.container-fluid.hidden-print .navbar-toggle .icon-bar,
    body > div.wrapper > nav.navbar.navbar-default.navbar-fixed-top.container-fluid.hidden-print .navbar-toggle .icon-bar {
        background-color: white;
    }



#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #11659d; /*#7386D5 ;*/
    color: #fff;
    transition: all 0.3s;
    /* Firefox */
    height: -moz-calc(100% - 30px) !important;
    /* WebKit */
    height: -webkit-calc(100% - 30px) !important;
    /* Opera */
    height: -o-calc(100% - 30px) !important;
    /* Standard */
    height: calc(100% - 30px) !important;
    right: 0;
    list-style: none;
    margin: 0;
    overflow-y: auto !important;
    padding: 0;
    position: sticky;
    top: 50px;
    z-index: 1;
    /*font-family: 'Greta Arabic' !important;*/
}


/*#region tree */

.nav-text {
    font-size: 18px;
}

.list-unstyled, .list-unstyled ul, .list-unstyled li {
    position: relative;
}

    .list-unstyled ul {
        list-style: none;
        padding-right: 32px;
        font-size: 10px !important;
    }

    .list-unstyled li::before, .list-unstyled li::after {
        content: "";
        position: absolute;
        right: -12px;
    }

    .list-unstyled li::before {
        border-top: 1px solid #fff;
        top: 9px;
        width: 8px;
        height: 0;
    }

    .list-unstyled li::after {
        border-left: 1px solid #fff;
        height: 100%;
        width: 0px;
        top: 2px;
    }

    .list-unstyled ul > li:last-child::after {
        height: 8px;
    }

/*#endregion */

#sidebar.active {
    min-width: 120px;
    max-width: 120px;
    text-align: center;
}

    #sidebar.active .sidebar-header h3 {
        display: none;
    }

    #sidebar.active .sidebar-header strong {
        display: block;
    }

#sidebar ul li a {
    text-align: right;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #1c7cad; /*#6d7fcc;*/
}

    #sidebar .sidebar-header strong {
        display: none;
        font-size: 1.8em;
    }

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

    #sidebar ul li a i {
        margin-right: 10px;
    }

/*#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #47748b;
}*/


a[data-toggle="collapse"] {
    /*position: relative;*/
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    left: 20px;
    font-family: "Greta Arabic",Cairo,Tahoma; 
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}



ul.CTAs {
    padding: 20px !important;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

/*a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}*/



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 95%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    margin-right: 20px;
    font-family: "Greta Arabic",Cairo,Tahoma; 
        background-color: #fff;
    /*margin: 0 275px 5px 60px;
    min-height: 1000px;*/
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {


    .nav-text {
        font-size: 16px !important;
    }

    .list-unstyled ul {
        list-style: none;
        padding-right: 20px;
    }

    #sidebar {
        width: auto;
        min-width: 100%;
        /*max-width: 100%;*/
        text-align: center;
        margin-left: -80px !important;
    }

    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        /*display: none;*/
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

        #sidebar ul li a span {
            font-size: 0.85em;
        }

        #sidebar ul li a i {
            margin-right: 0;
            display: block;
        }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}


/*.df-hide{
    display:none;
}*/

