﻿/* CSS Document */

.noPadding {
    padding: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.StudentDashboard_wrapper {
    position: relative;
    width: 100%;
}

.StudentDashboard_wrapper_OverLay {
    width: 100%;
    float: left;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: -1;
}

.StudentDashboard_wrapper_inner {
    width: 100%;
    float: left;
    margin: 0px;
    direction: ltr;
    z-index: 100;
    position: relative;
}


.speedCalcBox {
    display: block;
    background: #fff;
    /*padding: 10px;*/
    position: absolute;
    top: 0;
    margin-left: 247px;
}

.speedCalcBoxtable tr td {
    border: 1px solid #e6e6e6;
    padding: 4px;
}

.speedCalcBoxGreenColor {
    background: #C2D69B;
}

.speedCalcBoxtable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    color: #505050;
    /*border: 2px solid gray;*/
    font-size: .8em;
    display: unset;
}

.speedCalcBoxtable thead tr th {
    text-align: center;
    font-weight: 500;
}

.StudentDashboard_wrapper_inner_heading {
    width: 100%;
    float: left;
    background: url(../images/studentdashboard_headingbg.png) repeat-x;
    margin: 0px;
    padding: 0px 30px;
    font-size: 15px;
    color: #6d6b6b;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #fff;
}

    .StudentDashboard_wrapper_inner_heading i.fa {
        color: #6d6b6b;
        margin-right: 10px;
        line-height: 45px;
    }


.StudentDashboard_wrapper_inner_NotRegistered {
    width: 100%;
    float: left;
    margin: 0px 0px;
    padding: 30px 30%;
    font-size: 24px;
    color: #000;
    background: #fff;
    line-height: 30px;
    background: #fff;
    font-weight: 100;
}

    .StudentDashboard_wrapper_inner_NotRegistered a {
        color: #3498db;
        text-decoration: underline;
    }

    .StudentDashboard_wrapper_inner_NotRegistered i.fa {
        color: #fff;
        margin-right: 10px;
        line-height: 60px;
        float: left;
        height: 60px;
        width: 60px;
        background: #f44336;
        border-radius: 100%;
        text-align: center;
    }



.RegisterForCourses_wrapper_OverLay {
    width: 100%;
    float: left;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 10;
}

/*.RegisterForCourses_wrapper{ 
width:90%;
float:left;
background:#fff;
position:absolute;
z-index:100;
margin:0px;
padding:15px;
left:5%;
top:2%;
border-radius:5px;}*/


.StudentDashboard_wrapper_inner > a.closebtn {
    width: 15px;
    float: right;
    margin: 0px;
    padding: 0px;
    height: 15px;
    line-height: 15px;
    color: #f44336;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
}

.RegisterForCourses_wrapper_heading {
    width: 100%;
    float: left;
    margin: 20px 0px 10px 0px;
    padding: 0px 0px;
    /*font-family:'Open Sans';*/
    font-weight: bold;
    font-size: 16px;
    color: #b8870c;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.RegisterForCourses_wrapper_BottomArea {
    width: 100%;
    float: left;
    /*background: #ecf0f1;*/
    margin: 0px;
    /*padding: 00px 5px 20px;*/
}


    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 {
        padding-left: 5px;
        padding-right: 5px;
        background: #ecf0f1;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox {
            width: 100%;
            float: left;
            margin: 0px 0px 0px 0px;
            padding: 10.5px 0px;
            border-bottom: 1px solid #c2c6c8;
            position: relative;
        }

            .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox.bordernone {
                border: none;
            }

            .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox span.imgs {
                float: left;
                margin-right: 10px;
                width: 25px !important;padding:0 !important;
            }

                .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox span.imgs img {
                    max-width: 100%;
                    height: auto;
                }

            .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox span.headingtext {
                width: 85%;
                float: left; /*font-family:'Open Sans';*/
                font-weight: normal;
                color: #0277bd;
                font-size: 16px;
                line-height: 18px;
                text-transform: uppercase;
            }

                .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox span.headingtext b {
                    font-size: 12px;
                    color: #7f8c8d;
                    line-height: 14px;
                    font-weight: normal;
                    text-transform: none;
                }

            .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright {
                float: left;
                margin: 0px;
                padding: 0px;
                width: calc(100% - 35px);
                position: relative;
            }


                .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright span.headingtext {
                    width: 100%;
                }


.openlanguagebox,
.openspeedbox,
.openspeedboxinfo,
.openlanguagebox1 {
    display: none;
}

.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox,
.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1,
.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedbox {
    background: #d8dee3 !important;
    padding: 10px !important;
    border-radius: 5px !important;
    position: relative !important;
    z-index: 1000 !important;
    width: 100% !important;
    top: 0px !important;
    right: 0px !important;
    margin: 0px !important;
    float: left;
}

.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox,
.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 {
    top: 0px !important;
    font-size: 90%;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox:before,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1:before,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedbox:before {
        bottom: 100%;
        right: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(216, 222, 227, 0);
        border-bottom-color: #d8dee3;
        border-width: 10px;
        margin-left: -10px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox:before,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1:before {
        right: 75%;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox input[type=text],
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 input[type=text] {
        width: 100%;
        float: right;
        border: 0px;
        line-height: 20px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox .popupTxt_Languages_SJ,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 .popupTxt_Languages_SJ {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        color: #44474a;
        height: 247px;
        overflow-x: hidden;
        overflow-y: auto;
    }


        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox ul,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 ul,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedbox ul,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox .popupTxt_Languages_SJ .clsLanguageSJ,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 .popupTxt_Languages_SJ .clsTimezoneSJ {
            width: 100%;
            float: left;
            padding: 0px 16px 0px 0px;
            margin: 0px;
            color: #44474a;
        }

@-moz-document url-prefix() {
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox .popupTxt_Languages_SJ .clsLanguageSJ {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        color: #44474a;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 .popupTxt_Languages_SJ .clsTimezoneSJ {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        color: #44474a;
    }
}


.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedbox ul {
    height: 100px;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox ul li,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 ul li,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedbox ul li,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox .popupTxt_Languages_SJ .clsLanguageSJ span.clsLanguageSJ_row,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 .popupTxt_Languages_SJ .clsTimezoneSJ span.clsLanguageSJ_row {
        list-style: none;
        color: #44474a;
        width: 100%;
        float: left;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox ul li input[type="radio"],
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 ul li input[type="radio"],
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedbox ul li input[type="radio"],
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox .popupTxt_Languages_SJ .clsLanguageSJ span.clsLanguageSJ_row input[type="radio"],
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 .popupTxt_Languages_SJ .clsTimezoneSJ span.clsLanguageSJ_row input[type="radio"] {
            margin: 4px 0 0;
            line-height: normal;
            width: 10%;
            float: left;
        }

        ul.clsTimezoneSJ li label,
        ul.clsLanguageSJ li label,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 ul li label,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox ul li label,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox .popupTxt_Languages_SJ .clsLanguageSJ span.clsLanguageSJ_row label,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 .popupTxt_Languages_SJ .clsTimezoneSJ span.clsLanguageSJ_row label {
            width: 88%;
            float: left;
            margin: 0px 0px 0px 2% !important;
            padding: 0px;
        }

        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox ul li .radio-inline,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox ul li .checkbox-inline,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 ul li .radio-inline,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 ul li .checkbox-inline,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedbox ul li .radio-inline,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedbox ul li .checkbox-inline {
            display: inline-block;
            padding-left: 6px;
            margin-bottom: 0;
            font-weight: normal;
            vertical-align: middle;
            cursor: pointer;
            width: 88%;
            float: left;
            word-wrap: break-word;
        }

.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedboxinfo {
    background: #fff !important;
    padding: 0px !important;
    position: absolute !important;
    z-index: 1000 !important;
    width: 100% !important;
    top: 30px !important;
    left: 0px !important;
    margin: 0px !important;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedboxinfo .closebutton {
        width: 25px;
        float: right;
        height: 25px;
        color: red;
        background: #fff !important;
        position: absolute;
        top: -12px;
        left: 310px;
        text-align: center;
        line-height: 22px;
        border-radius: 100%;
        border: 1px solid #ccc;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedboxinfo .speedCalcBox .col-md-12.col-sm-12.col-xs-12 {
        padding: 0px;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedboxinfo .speedCalcBox .col-md-12.col-sm-12.col-xs-12 .table-responsive .speedCalcBoxtable {
            background: #fff;
        }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openspeedboxinfo .speedCalcBox {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright span.headingtext {
    float: left; /*font-family:'Open Sans';*/
    font-weight: normal;
    color: #2c3e50;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright span.headingtext b {
        font-size: 12px;
        color: #3e4445;
        line-height: 14px;
        font-weight: normal;
        text-transform: none;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright span.headingtext b.golden {
            font-weight: bold;
            color: #967e2a;
        }

.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright a.informationbtn {
    width: 14px;
    float: right;
    height: 14px;
    margin: 2px 0px 2px 10px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    background: #00baba;
    position: absolute;
    top: 0px;
    right: 25px;
    cursor: pointer;
}


.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright .radiobuttonsbar {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 11px; /*font-family:'Open Sans';*/
    color: #3e4445;
    line-height: 20px;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright .radiobuttonsbar label {
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright .radiobuttonsbar input[type=radio] {
        min-width: 10px;
        float: left;
        margin: 4px 10px 0px 0px;
        padding: 0px;
    }



.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .selectmenu,
.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .selectmenu .btn-group.bootstrap-select,
.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .selectmenu .btn-group.bootstrap-select button.btn.dropdown-toggle.btn-default {
    width: 100%;
    float: left;
    margin: 0px;
    border-radius: 0px;
    color: #666;
    background: #f7fbfc;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .selectmenu .btn-group.bootstrap-select button.btn.dropdown-toggle.btn-default span.bs-caret {
        right: 10px;
        position: absolute;
    }

    /*.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox select{ position: absolute !important;
				bottom: 0;
				left: 50%;
				display: block !important;
				width: .5px !important;
				height: 100% !important;
				padding: 0 !important;
				opacity: 0 !important;
				border: none;}*/

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .selectmenu .btn-group.bootstrap-select div.dropdown-menu.open {
        overflow: visible !important;
        padding: 0px !important;
        border: 0px !important;
        min-width: 100% !important;
        min-height: 0px !important;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .selectmenu .btn-group.bootstrap-select div.dropdown-menu.open ul {
            width: 100% !important;
        }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .selectmenu .btn-group.open .dropdown-toggle {
        box-shadow: none !important;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .selectmenu .btn-group.bootstrap-select div.dropdown-menu.open ul li a span.glyphicon {
        display: none;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .selectmenu .btn-group.bootstrap-select div.dropdown-menu.open ul li a {
        padding: 3px 10px !important;
    }


.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .customcontent_text {
    float: left; /*font-family:'Open Sans';*/
    font-weight: bold;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    margin: 10px 0px;
}


.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .radiobuttonsbar_customcontent {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 32px;
    padding: 0px;
    font-size: 11px; /*font-family:'Open Sans';*/
    color: #3e4445;
    line-height: 20px;
}


    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .radiobuttonsbar_customcontent input[type=radio] {
        margin-right: 5px;
        margin-top: 5px;
        float: left;
    }



.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider,
.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue {
    width: 90%;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 0px;
    color: #666;
    text-align: center;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .number_one,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .number_seven,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .number_one,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .number_seven {
        float: left;
        font-size: 10px;
        color: #4b4b4b;
        margin: 4px 0px 0px 0px;
        padding: 0px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .number_seven,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .number_seven {
        float: right;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .number_middle,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .number_middle {
        float: none;
        font-size: 10px;
        color: #4b4b4b;
        margin: 0px;
        padding: 0px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .slider.slider-horizontal .tooltip.top {
        display: none;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .slider.slider-horizontal,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .slider.slider-horizontal {
        width: 100% !important;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .slider.slider-horizontal .slider-track,
        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .slider.slider-horizontal .slider-track {
            background: #d0d0d0;
        }

            .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .slider.slider-horizontal .slider-track .slider-handle,
            .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .slider.slider-horizontal .slider-track .slider-handle {
                background: #fff;
                border: 1px solid #d0d0d0;
                opacity: 1;
            }

            .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .slider.slider-horizontal .slider-track .slider-selection {
                background: #e2be40;
                border: none;
                box-shadow: none !important;
            }

            .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .slider.slider-horizontal .slider-track .slider-selection {
                background: #2765a4;
                border: none;
                box-shadow: none !important;
            }


.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .customcontent_text_withborderbottom {
    float: left; /*font-family:'Open Sans';*/
    font-weight: bold;
    color: #967e2a;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    padding: 10px 13px 0px;
    width: 100%;
}



.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .PopUpBox1 {
    background: #fafeff;
    padding: 10px;
    border-radius: 0px;
    position: relative;
    z-index: 100;
    width: 100%;
    top: 0px;
    left: 0px;
    float: left;
    margin-top: 20px;
    border: 1px solid #e3e3e3;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .PopUpBox1 ul li {
        margin: 3px 0px;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .PopUpBox1 ul li a {
            text-decoration: none;
            color: inherit;
            padding-left: 5px;
        }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .PopUpBox1 input.txtLanguage {
        width: 100%;
    }


.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10, {
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 5px;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .RegisterForCourses_wrapper_heading2 {
        width: 100%;
        float: left;
        margin: 7px 0px 10px 0px;
        padding: 0px 0px;
        /*font-family:'Open Sans';*/
        font-weight: bold;
        font-size: 14px;
        color: #634906;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .row {
        /*width: 100%;
        float: left;
        margin: 0px;
        padding: 10px 0px 20px;*/
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .row.borderbottom {
            /*border-bottom: 1px solid #c2c6c8;*/
        }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .RegisterForCourses_wrapper_heading2 b {
        color: #231a02;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar {
        min-width: 10px;
        float: left;
        margin: 0px 30px 0px 0px;
        padding: 0px;
        font-size: 18px; /*font-family:'Open Sans';*/
        text-transform: uppercase;
        color: #7f8c8d;
        line-height: 18px;
        cursor: pointer;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar input,
        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar label {
            cursor: pointer;
        }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar span {
        }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar span b {
                color: #000;
                font-weight: normal;
            }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar input[type=radio] {
            margin-right: 10px;
            /*margin-top: 20px;*/
            float: left;
        }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar.active,
        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar.active span b {
            color: #2980b9;
            cursor: text;
        }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar.active span b {
                font-weight: bold;
            }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar.active input,
            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar.active label {
                cursor: text;
            }


    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox {
        width: 100%;
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 0px 10px;
        background: #fff;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .headingarea {
            width: 100%;
            float: left;
            margin: 0px 0px 0px 0px;
            padding: 0px;
            border-bottom: 1px solid #c2c6c8;
        }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .headingarea .headingarea_left {
                float: left;
                margin: 2px 0px;
                padding: 0px 0px;
                /*font-family:'Open Sans';*/
                font-weight: normal;
                font-size: 14px;
                color: #694c06;
                line-height: 30px;
                text-transform: capitalize;
            }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .headingarea .headingarea_right {
                float: right;
                margin: 2px 0px;
                padding: 0px 0px 0px 20px;
                /*font-family:'Open Sans';*/
                font-weight: normal;
                font-size: 14px;
                color: #000;
                line-height: 30px;
                text-transform: capitalize;
                border-left: 1px solid #d0d3d4;
            }


        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .progress_date_area {
            width: 100%;
            float: left;
            margin: 0px 0px 0px 0px;
            padding: 10px 0px;
        }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .progress_date_area .datearea,
            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .progress_date_area .inprogressarea {
                float: right;
                margin: 0px 0px 0px 10px;
                padding: 0px 0px 0px 10px;
                /*font-family:'Open Sans';*/
                font-weight: normal;
                font-size: 12px;
                color: #6d4c41;
                line-height: 20px;
                text-transform: capitalize;
                border-left: 1px solid #d0d3d4;
            }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .progress_date_area .inprogressarea {
                color: #347a73;
                border: none;
            }

                .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .progress_date_area .datearea i,
                .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .progress_date_area .inprogressarea i {
                    color: inherit;
                    margin-right: 10px;
                }


        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table {
            width: 100%;
            float: left;
            margin: 0px 0px 10px 0px;
            padding: 0px;
        }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td,
            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th {
                border-right: 1px solid #d0d3d4; /*font-family:'Open Sans';*/
                font-size: 12px;
                color: #b8860b;
                text-align: center;
                width: 13%;
                padding: 2px;
            }


                .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td,
                .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td table tr td {
                    font-size: 12px;
                    color: #000;
                    font-weight: bold;
                }

                    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td a {
                        font-size: 11px;
                        color: #428bca;
                        font-weight: normal;
                        text-decoration: underline;
                    }

                        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td a.joinbtn {
                            text-decoration: none;
                        }

                    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-last-child(1),
                    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th:nth-last-child(1),
                    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-last-child(2),
                    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th:nth-last-child(2) {
                        border: none;
                    }

/*.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td table tr th{/*font-family:'Open Sans';*/ font-size:12px; color:#000; text-align:center;
}

*/ .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td table tr th {
    border-right: 1px solid #d0d3d4;
    /*font-family: 'Open Sans';*/
    font-size: 12px;
    color: #b8860b;
    text-align: center;
    width: 13%;
    font-weight: 600;
    padding: 2px;
}


.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2),
/*.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th:nth-child(2){ width:40%}*/
.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th:nth-child(2) {
    width: 9%;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2) table tr th,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2) table tr td {
        width: 30%;
        border: none !important;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2) table tr th:nth-child(3),
        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2) table tr td:nth-child(3) {
            width: 40%;
        }


.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(3),
.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th:nth-child(3) {
    width: 15%;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(3) table tr th,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(3) table tr td {
        width: 50%;
        border: none !important;
    }

.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(4),
/*.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th:nth-child(4){ width:20%}*/
.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th:nth-child(4) {
    width: 10%;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(4) table tr th,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(4) table tr td {
        width: 50%;
        border: none !important;
    }

.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(5),
.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th:nth-child(5) {
    width: 12%;
}


.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td a.joinbtn {
    float: right;
    margin: 0px;
    padding: 10px;
    background: #2c3e50;
    border-radius: 2px;
    text-align: center; /*font-family:'Open Sans';*/
    font-size: 12px;
    color: #fff;
}



.StudentDashboard_wrapper_inner_ApplicationStatusArea {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px;
}

    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-8.col-md-8 {
        padding: 30px 10%;
        background: #fff;
        float: right;
    }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-8.col-md-8 .col-lg-6.col-md-6 { /*font-family:'Open Sans';*/
            font-weight: 100;
            font-size: 24px;
            text-align: left;
            line-height: 26px;
        }

            .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-8.col-md-8 .col-lg-6.col-md-6 span {
                cursor: pointer;
            }

            .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-8.col-md-8 .col-lg-6.col-md-6:nth-child(2) {
                line-height: 52px;
                color: #4c997f;
            }

            .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-8.col-md-8 .col-lg-6.col-md-6:nth-child(3) {
                line-height: 52px;
                color: #c0392b;
            }

    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 {
        padding-left: 0px;
    }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa {
            width: 100%;
            float: left;
            margin: 0px;
            padding: 24px 20%;
            background: #ffe7a0;
            /*font-family:'Open Sans';*/
            font-weight: 100;
            color: #000;
            font-size: 24px;
            line-height: 24px;
            cursor: pointer;
        }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .CurrentCourses {
            width: 100%;
            float: left;
            margin: 0px;
            padding: 24px 20%;
            background: #dcedc8;
            /*font-family:'Open Sans';*/
            font-weight: 100;
            color: #000;
            font-size: 24px;
            line-height: 24px;
            cursor: pointer;
        }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .PaymentReminder {
            width: 100%;
            float: left;
            margin: 0px;
            padding: 30px 16%;
            background: #FFEBEE;
            /*font-family:'Open Sans';*/
            font-weight: 100;
            color: #000;
            font-size: 24px;
            line-height: 24px;
            cursor: pointer;
            position: relative;
        }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa img {
            float: left;
            margin: 0px 15px 0px 0px;
        }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa span {
            float: left;
            margin: 10px 0px 0px 0px;
        }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .CurrentCourses img {
            float: left;
            margin: 0px 15px 0px 0px;
        }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .CurrentCourses span {
            margin: 10px 0px 0px 0px;
        }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .PaymentReminder img {
            float: left;
            margin: 0px 15px 0px 0px;
        }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .PaymentReminder span {
            float: left;
            margin: 20px 0px 0px 0px;
        }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .PaymentReminder .NotificationCount {
            width: 30px;
            float: left;
            margin: 0px;
            padding: 0px;
            height: 30px;
            border-radius: 100%;
            background: #C0392B;
            text-align: center;
            line-height: 30px;
            color: #fff;
            font-size: 12px;
            position: absolute;
            top: 20px;
            left: 23%;
        }


/*ALI ANWAAR*/

.SpAllContentContainer,
.clsCourseContentContainer {
    width: 100%;
    float: left;
    margin: 8px 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #e3e3e3;
}

    #spAllContent,
    .clsCourseContentContainer ul.clsCourseContent_222,
    .clsCourseContentContainer ul.clsAyahContent {
        width: 100%;
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        max-height: 300px;
        overflow-y: scroll;
    }

        .spAllContent_row,
        .clsCourseContentContainer ul.clsCourseContent_222 li,
        .clsCourseContentContainer ul.clsAyahContent li {
            width: 100%;
            float: left;
            margin: 0px;
            padding: 3px 0px;
            list-style: none;
        }

            .spAllContent_row input[type=checkbox],
            .clsCourseContentContainer ul.clsCourseContent_222 li input[type=checkbox],
            .clsCourseContentContainer ul.clsAyahContent li input[type=radio] {
                width: 12px;
                float: left;
                height: 12px;
                margin: 5px 5px 0px 0px;
                padding: 0px;
            }

            .spAllContent_row label,
            .clsCourseContentContainer ul.clsCourseContent_222 li label,
            .clsCourseContentContainer ul.clsAyahContent li label {
                width: calc(100% - 17px);
                float: left;
                margin: 0px 0px 0px 0px;
                padding: 0px;
                font-size: 12px;
                font-weight: 700;
                line-height: 20px;
            }

    .SpAllContentContainer .btn,
    .clsCourseContentContainer .poppubtnsBox .btn,
    .clsCourseContentContainer .poppubtnsBox .btn {
        float: right !important;
    }

.ayahPopu {
    z-index: 9999;
}


#AyahDetail {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
th.colToRemoveAtRoot, td.colToRemoveAtRoot {
    width: 25px;
}
th.colToRemoveAtRoot:last-child, td.colToRemoveAtRoot:last-child {
    width: 20% !important;
}

@media(max-width:1600px) {
    .StudentDashboard_wrapper_inner_NotRegistered {
        padding: 30px 25%;
    }
    .CourseAssHead{
         padding-left: 1.7% !important;
     }
}

@media(max-width:1366px) {

    .StudentDashboard_wrapper_inner_NotRegistered {
        padding: 30px 20%;
    }

    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa {
        padding: 24px 10%;
    }
     .CourseAssHead{
         padding-left: 1.9% !important;
     }

}

@media(max-width:768px) {

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox span.imgs {
        width: 15%;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox span.headingtext,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright {
        width: 85%;
    }
}

@media (max-width:1400px) {
     .CourseAssHead{
         padding-left: 1.4% !important;
     }
}

@media (max-width:1920px) {
     .CourseAssHead{
         padding-left: 1.4% !important;
     }
}

@media (max-width:1680px) {
     .CourseAssHead{
         padding-left: 1.6% !important;
     }
}
 
 
@media (max-width:1440px) {
     .CourseAssHead{
         padding-left: 1.9% !important;
     }
}

@media(max-width:1024px) {

    .CourseAssHead{
         padding-left: 2.6% !important;
     }

    .StudentDashboard_wrapper_inner_NotRegistered {
        padding: 30px 15%;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox span.imgs img {
        max-width: 25px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox span.headingtext,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright {
        font-size: 15px;
        position: relative;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright span.headingtext {
            font-size: 15px;
        }

    /*.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright a.informationbtn {
            position: absolute;
            top: 5px;
            right: 0px;
        }*/


    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .number_one,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .number_seven,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .number_one,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .number_seven,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .number_middle,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .number_middle {
        font-size: 9px;
        line-height: 20px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .PopUpBox1 ul li a {
        font-size: 11px;
    }


    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright .radiobuttonsbar {
        margin-bottom: 0px;
    }

    

    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-8.col-md-8 {
        padding: 30px 0px;
    }


    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa img {
        margin: 13px 10px 12px 0px;
        max-width: 40px;
    }

    #stu-Headingboxes .stu-Headingboxes .assigImg,
    #stu-Headingboxes .stu-Headingboxes .upcoming-assignments .upcomingImg,
    #stu-Headingboxes .stu-Headingboxes .submitted-assignments .submitImg {
        width: 30%;
    }

    #stu-Headingboxes .stu-Headingboxes .total-assignments .total-assignmentsTxt,
    #stu-Headingboxes .stu-Headingboxes .upcoming-assignments .total-assignmentsTxt,
    #stu-Headingboxes .stu-Headingboxes .submitted-assignments .submitted-assignmentsTxt {
        width: 70%;
        margin-right: 0px;
        padding-right: 25px;
    }


    #stu-Headingboxes .stu-Headingboxes .total-assignments {
        height: 111px;
    }

    .poppubtnsBox {
        width: 100%;
    }

    .popUpBtn {
        width: 48%;
        margin: 0px 1% !important;
    }

    div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container {
        height: auto !important;
    }


    .SpAllContentContainer select, .filtering input, select {
        height: auto !important;
    }

    #divCourseContentPopUp_222 {
        overflow: hidden !important;
    }
}


@media(max-width:960px) {

    a.worldmap {
        right: 5px !important;
    }

    .StudentDashboard_wrapper_inner_NotRegistered {
        padding: 30px 10%;
    }

    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-8.col-md-8 {
        width: 100%;
        padding: 30px 10%;
    }

        /*.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox span.headingtext,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright {
        width: 100%;
        margin-top: 5px;
    }*/


        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-8.col-md-8 .col-lg-4.col-md-4 {
            width: 33%;
        }

    .StudentDashboard_wrapper_inner_ApplicationStatusArea > .col-lg-4.col-md-4 {
        width: 100%;
        padding: 0px;
    }

    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa {
        padding: 30px 25%;
        line-height: 40px;
    }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa > span > br {
            display: none;
        }


    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2),
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th:nth-child(2) {
        width: 34%;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(4),
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th:nth-child(4) {
        width: 26%;
    }


    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .selectmenu .btn-group.bootstrap-select button.btn.dropdown-toggle.btn-default span.filter-option.pull-left {
        width: 100%;
        overflow: hidden;
        text-align: left;
    }
}


@media(max-width:800px) {


    .StudentDashboard_wrapper_inner_NotRegistered {
        padding: 30px 5%;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .number_one,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .number_seven,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .number_one,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .number_seven,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider .number_middle,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider_blue .number_middle {
    
        overflow: hidden;
    }


    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td table tr th,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td, .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th {
        font-size: 10px;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td,
        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td table tr td {
            font-size: 9px;
        }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(5) a.joinbtn {
                padding: 5px 20px;
            }

    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa {
        padding: 30px 20%;
        line-height: 40px;
    }
}

@media(max-width:768px) {
    a.worldmap,
    a.informationbtn {
        position: initial !important;
    }

    .StudentDashboard_wrapper_inner_NotRegistered {
        padding: 30px 3%;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar {
        margin: 0px 10px 0px 0px;
    }
}


@media(max-width:600px) {

    a.worldmap {
        left: 120% !important;
    }

    a.informationbtn {
        left: 120% !important;
    }

    .StudentDashboard_wrapper_inner_NotRegistered {
        font-size: 15px;
        line-height: 20px;
    }

        .StudentDashboard_wrapper_inner_NotRegistered i.fa {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .RegisterForCourses_wrapper_BottomArea > .col-lg-2.col-md-2.col-sm-2.col-xs-2 {
        width: 100%;
        padding: 0px 0px 20px 0px;
        border: none;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox span.headingtext {
        width: auto;
        margin-top: 0px;
    }

    /*.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright a.informationbtn {
            position: relative;
            top: auto;
        }*/


    .RegisterForCourses_wrapper_BottomArea > .col-lg-10.col-md-10.col-sm-10.col-xs-10 {
        width: 100%;
        padding: 0px;
    }

    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-8.col-md-8,
    .StudentDashboard_wrapper_inner_ApplicationStatusArea > .col-lg-4.col-md-4 {
        padding: 30px;
    }

    .StudentDashboard_wrapper_inner_ApplicationStatusArea > .col-lg-8.col-md-8 .col-lg-4.col-md-4 {
        width: 100%;
        padding: 10px 0px;
        margin-bottom: 10px;
        text-align: center;
        background: #f5f5f5;
    }

    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa {
        text-align: center;
        line-height: 24px;
    }

        .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa img {
            float: none;
            margin: 0px;
            max-width: 66px;
        }
}

@media only screen and (max-width: 1024px), (min-device-width: 220px) and (max-device-width: 1024px) {
    td:before {
        left: 0px;
        width: 100%;
        text-align: left;
        padding-right: 0px;
        font-weight: bold;
        white-space: nowrap;
        font-size: .8em;
        text-transform: uppercase;
        padding: 8px 5px;
        background-color: #8fe9d8;
    }
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 540px), (min-device-width: 220px) and (max-device-width: 540px) {


    .StudentDashboard_wrapper_inner_NotRegistered {
        font-size: 13px;
        line-height: 20px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .headingarea .headingarea_left,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .headingarea .headingarea_right {
        font-size: 10px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox .headingarea .headingarea_right {
        padding-left: 5px;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar {
        width: 100%;
        margin: 0px 0px 10px 0px;
        padding: 0px 20px;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar span br {
            display: none;
        }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar span {
            /*margin-top: 16px;*/
        }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar span b {
                margin-left: 5px;
            }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .radiobuttonsbar {
        font-size: 14px;
    }

    .StudentDashboard_wrapper_inner_NotRegistered span {
        width: 100%;
        float: left;
    }

    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-8.col-md-8 .col-lg-4.col-md-4,
    .StudentDashboard_wrapper_inner_ApplicationStatusArea .col-lg-4.col-md-4 .SearchAndJoinNewHalqa {
        font-size: 14px;
    }


    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr th,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-last-child(1),
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-last-child(2),
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-last-child(3),
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-last-child(4),
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-last-child(5) {
        width: auto;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table > tbody > tr:nth-child(1) {
        display: none;
    }


    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(1) table > tbody > tr:nth-child(2) > td,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2) table > tbody > tr:nth-child(2) > td,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(3) table > tbody > tr:nth-child(2) > td,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(4) table > tbody > tr:nth-child(2) > td,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(5) table > tbody > tr:nth-child(2) > td {
        padding-top: 0px;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(1) table > tbody > tr:nth-child(2) > td:before,
        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2) table > tbody > tr:nth-child(2) > td:before,
        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(3) table > tbody > tr:nth-child(2) > td:before,
        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(4) table > tbody > tr:nth-child(2) > td:before,
        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(5) table > tbody > tr:nth-child(2) > td:before {
            content: "";
        }


    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2) table tr th,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2) table tr td,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2) table tr th:nth-child(3),
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(2) table tr td:nth-child(3) {
        float: left;
        width: 33%;
    }


    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(3) table tr th,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(3) table tr td {
        float: left;
        width: 50%;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(4) table tr th,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(4) table tr td {
        float: left;
        width: 50%;
    }


    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(5) {
        padding-bottom: 20px;
        padding-top: 20px;
    }

        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-child(5) a.joinbtn {
            float: none;
        }


    /* Force table to not be like tables anymore */
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table thead,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tbody,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table th,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td,
    .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }


        .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td {
            /* Behave  like a "row" */
            border: none;
            background: #eee;
            position: relative;
            padding: 30px 0px 5px;
            margin-bottom: 5px;
        }

            /*
	Label the data
	*/
            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-of-type(1):before {
                content: "Assignment";
            }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-of-type(2):before {
                content: "Course (Halqa)";
            }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-of-type(3):before {
                content: "Content";
            }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-of-type(4):before {
                content: "Others";
            }

            .RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td:nth-of-type(5):before {
                content: "";
            }
}

/*Added by shehzad on May 10, 2017 */

@media screen and (min-width: 768px) {
    .modal-dialog.modal-search {
        width: 100%;
        /*margin: 30px auto;*/
    }
}

.XtraSpan {
    min-width: 10px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.selectpickercontent {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 7px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    background: #f7fbfc;
}

/*Temp css*/
.PopUpBox_123 {
    background: #d8dee3;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    width: 257px;
    top: 830px;
    /*right: -34px;*/
}

.clsCourseContent_222 .clsAyahContent {
    list-style: none;
}

.clsAyahContent {
    list-style: none;
}

.ayahPopu {
    z-index: 9999;
}

.ExamResult_DetailedArea_colorboxesarea span.colorboxes {
    width: 40px;
    float: left;
    margin: 0px 0px 10px 10px;
    padding: 0px;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    height: 34px;
    color: #fff;
    /* cursor: pointer; */
}

.redcolorbox {
    background: #e74c3c;
    cursor: pointer;
}

.greencolorbox {
    background: #5cb85c;
    cursor: pointer;
}

.spnSJBest {
    float: right !important;
}

.spnSJLeast {
    float: right !important;
}

.popupTxt_Languages_SJ {
    width: 100%;
    float: left;
}

.chosen-container.chosen-container-multi {
    width: 100% !important;
    float: left;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 3px 5px !important;
    padding: 6px 20px 6px 6px;
    background: #b49841;
    background-clip: padding-box;
    color: #fff;
    line-height: 13px;
    cursor: default;
    font-size: 11px !important;
}

.chosen-container {
    font-size: 11px !important;
}

ul.clsTimezoneSJ li {
    width: 100%;
    float: left;
    margin: 0px 0px 3px 0px;
    padding: 0px;
}

    ul.clsTimezoneSJ li input {
        width: 10%;
        float: left;
    }

    ul.clsTimezoneSJ li label {
        width: 88%;
        float: left;
        margin: 0px 0px 0px 2%;
    }

.RegisterForCourses_wrapper_BottomArea .col-lg-10.col-md-10.col-sm-10.col-xs-10 .whitebox table.Categories_Listing_Table tr td table tr td a {
    text-decoration: underline;
}

.popUpBtn {
    float: right;
    margin: 0px 2px !important;
}

.imgBoxDB,
.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright span.headingtext b.golden {
    width: 100%;
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 25px;
}

#divPartOfQuran {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    display: block;
}


table#tblCourseStudentSettings thead {
    padding-right: 16px;
}

td.courseSetting .float-right:nth-child(1) {
    float: left;
    margin: 0px;
    padding: 0px;
}

    td.courseSetting .float-right:nth-child(1) img {
        max-width: 100%;
        width:19px;height:18px;object-fit:contain;
    }

td.courseSetting .float-right:nth-child(2) {
    width: calc(100% - 19px);
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
}


.CoursesAssignmentHeading {
    /*font-family:'Open Sans';*/
    font-weight: 100;
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
}

.LightBlueBoxes {
    background: #E0F2F1;
    position: relative;
}

.LightGreyBoxes {
    background: #EFEBE9;
}

section#progresschartBoxes,
section#stu-Headingboxes {
    padding: 10px;
}

.rowmarginnone {
    margin: 0px !important;
}

.nav-sm .container.body .right_col {
    padding-left: 0px;
    padding-right: 0px;
}

.pageBlocker {
    z-index: 1000;
    border: none;
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    position: absolute;
}


.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox .popupTxt_Languages_SJ .clsLanguageSJ span.clsLanguageSJ_row .inputdiv,
.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 .popupTxt_Languages_SJ .clsTimezoneSJ span.clsLanguageSJ_row .inputdiv {
    width: 10%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox .popupTxt_Languages_SJ .clsLanguageSJ span.clsLanguageSJ_row .inputdiv input,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 .popupTxt_Languages_SJ .clsTimezoneSJ span.clsLanguageSJ_row .inputdiv input {
        width: auto;
        float: left;
        height: auto;
        margin: 4px 0px 0px 0px;
        padding: 0px;
    }

.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox .popupTxt_Languages_SJ .clsLanguageSJ span.clsLanguageSJ_row .labeldiv,
.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 .popupTxt_Languages_SJ .clsTimezoneSJ span.clsLanguageSJ_row .labeldiv {
    width: 90%;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #44474a;
}

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox .popupTxt_Languages_SJ .clsLanguageSJ span.clsLanguageSJ_row .labeldiv label,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 .popupTxt_Languages_SJ .clsTimezoneSJ span.clsLanguageSJ_row .labeldiv label {
        width: 100% !important;
        float: left !important;
        margin: 0px !important;
        padding: 0px !important;
    }


.searchcriteriabox {
    background: #6CB7DA;
    margin-left: -5px;
    margin-right: -5px;
    padding: 9.5px;
}
#EditProfilePage .row.searchcriteriabox > div {
    padding:10.5px 0px !important;
}
.RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright{padding:0 !important;width:100% !important;}

    .searchcriteriabox img {
        height: 20px;
        margin-right: 10px;
    }

    .searchcriteriabox .rowbox span.headingtext {
        color: #fff !important;
        width: 100% !important;
    }

#divSearch,
#divSearchBottom {
    width: 50%;
    float: left;
    margin: 10px 25%;
    padding: 0px;
}

    #divSearch button,
    #divSearchBottom button {
        width: 100%;
        margin: 0px;
        padding: 10px;
        height: auto;
    }


.searchcriteriaboxright {
    background: #61A2DA;
    margin-left: -5px !important;
    margin-right: -5px !important;
    padding: 20px 10px !important;
    width: calc(100% + 10px) !important;
}

    .searchcriteriaboxright img {
        height: 20px;
    }


    .searchcriteriaboxright .headingtext {
        /*font-family: 'Open Sans';*/
        font-weight: normal;
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase;
    }

.floatDir {
    float: right;
}

#divRegisterd > .threeboxtable {
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding: 0px;
    border: none;
}

    #divRegisterd > .threeboxtable > tbody > tr > td { /*font-family: 'Open Sans';*/
        font-weight: 100;
        color: #000;
        font-size: 24px;
        line-height: 24px;
        padding: 40px 10px 40px 40px;
        text-align: center;
        width: 33%;
        border-right: 10px solid #EFEBE9;
        position: relative;
        cursor: pointer;
    }

        #divRegisterd > .threeboxtable > tbody > tr > td > div {
            min-width: 10px;
            float: none;
        }

            #divRegisterd > .threeboxtable > tbody > tr > td > div > .NotificationCount {
                width: 30px;
                float: left;
                margin: 0px;
                padding: 0px;
                height: 30px;
                border-radius: 100%;
                background: #C0392B;
                text-align: center;
                line-height: 30px;
                color: #fff;
                font-size: 12px;
                position: absolute;
                top: 35px;
                left: 66px;
            }

            #divRegisterd > .threeboxtable > tbody > tr > td > div > span {
                text-align: left;
                float: left;
            }

            #divRegisterd > .threeboxtable > tbody > tr > td > div > img {
                float: left;
                margin-right: 10px;
            }


        #divRegisterd > .threeboxtable > tbody > tr > td:nth-child(1) {
            background: #ffe7a0;
        }

        #divRegisterd > .threeboxtable > tbody > tr > td:nth-child(2) {
            background: #dcedc8;
        }

        #divRegisterd > .threeboxtable > tbody > tr > td:nth-child(3) {
            background: #FFEBEE;
            border-right: none;
        }

            #divRegisterd > .threeboxtable > tbody > tr > td:nth-child(2) > div > span,
            #divRegisterd > .threeboxtable > tbody > tr > td:nth-child(3) > div > span {
                margin-top: 15px;
            }

@media (max-width:1030px) {
    #divRegisterd > .threeboxtable > tbody > tr > td {
        font-size: 18px;
    }

    .speedCalcBoxtable {
        width: 410px !important;
    }
}

@media (max-width:1024px) {

    .openspeedboxinfo .closebutton {
        left: auto !important;
        right:3px;top:-20px;
    }
}

@media (max-width:768px) {

    #divRegisterd > .threeboxtable > tbody > tr > td {
        width: 100%;
        float: left;
        border: none;
    }

    .rowbox div.headingright span.headingtext {
        margin-left: 8px;
    }

    #divSearchBottom button {
        width: auto;
    }

    .speedCalcBoxtable {
        width: 410px !important;
    }
}

@media (max-width:540px) {

    .speedCalcBoxtable {
        width: 305px !important;
    }

    .openspeedboxinfo .closebutton {
        left: 288px !important;
    }

    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox,
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .openlanguagebox1 {
        font-size: 100%;
    }
}

@media (max-width:400px) {

    #divRegisterd > .threeboxtable > tbody > tr > td > div > .NotificationCount {
        left: 49%;
    }

    #divRegisterd > .threeboxtable > tbody > tr > td > div > img {
        float: none;
    }

    #divRegisterd > .threeboxtable > tbody > tr > td > div > span {
        width: 100%;
        float: left;
        text-align: center;
    }

    #divRegisterd > .threeboxtable > tbody > tr > td {
        padding-left: 10px;
    }

    .speedCalcBoxtable {
        width: 305px !important;
    }
}
 
#SearchJoinNewHalqaDialog .modal-dialog .modal-content .modal-header {
    background: #9AEAD8;
}

#divCourseSettingsDetail .modal-dialog .modal-content .modal-header,
#loginAlertToJoinCourse .modal-dialog .modal-content .modal-header,
#freeCourseJoinedWithoutLogin .modal-dialog .modal-content .modal-header {
    background: #3498DB;
}

    #loginAlertToJoinCourse .modal-dialog .modal-content .modal-header .modal-title,
    #freeCourseJoinedWithoutLogin .modal-dialog .modal-content .modal-header .modal-title {
        color: #fff;
    }

#courseDetailDialog .modal-dialog {
    max-width: 850px;
}
.ClickforDetailsBtn{float:left !important;margin-bottom:20px !important;}
#dvCourseStudentSettings{margin-top:0 !important;}
.container.test{max-width:100% !important;}
.courseDetail_Class, .fadeInLeft.TeacherCourseDetail {
    padding: 0 !important;
}
.teacherDetail-courseNameTxt .table.CourseHalqaUpperTable > tbody > tr > td, table.CourseHalqaUpperTable > thead > tr > th {
    padding: 0 5px !important;
}
.teacherDetail-courseNameTxt .table.CourseHalqaUpperTable{margin-bottom:10px !important;}
.joinBtnExplore {
    margin-top: 5px
}
#courseDetailDialog {
    z-index: 10000;
}
div#AssignmentTypeModal{z-index:10010}
div#AssignmentTypeModal::after{
    content: "";
    background: rgba(0,0,0,0.5);
    display: block;
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#loginAlertToJoinCourse {
    z-index: 10012;
}

    #loginAlertToJoinCourse .modal-dialog {
        width: 90%;margin-left:auto;margin-right:auto;
    }

.matchingFields {
    background: #c5e1a5 !important;
}

a.worldmap {
    width: 16px;
    float: right;
    height: 16px;
    border-radius: 100%;
    color: #fff !important;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background: #00baba;
    position: relative;
    top: 3px;
    right: 0px;
    cursor: pointer;
}

#timeZoneWorldMapModal .modal-dialog .modal-content .modal-header {
    background: #3498DB !important;
    display: inline-block !important;
}

    #timeZoneWorldMapModal .modal-dialog .modal-content .modal-header .modal-title {
        color: #fff !important;
        font-size: 20px !important;
        float: left;
        width: 100%;
    }

    #timeZoneWorldMapModal .modal-dialog .modal-content .modal-header .modal-title-note {
        color: #fff !important;
        font-size: 14px !important;
        float: left;
        width: 100%;
        display: none;
    }

button.close {
    float: right !important;
}

.btn-primary,
.btn-success,
.btn-danger {
    color: #fff !important;
}
.search-head-w a{background:#2c3e50;color:#FFF !important;font-size:12px;float:right;height:24px;width:54px;text-align:center;display:none;line-height:24px;cursor:pointer}
.search-head-w span.selected-value{float:right;color:#8e7b3f;font-size:12px;margin-right:10px;display:none;line-height:24px;}
.search-head-w img{max-width:25px;margin-right:5px}
.search-body-w{padding-left:30px;}
.result-thumbnails{margin:20px 0;display:none}
.result-thumbnails .thumb{box-shadow:none}
.result-thumbnails .thumb a{position:relative;display:block;color:#937614;text-align:center;font-size:12px;margin-bottom:20px;font-weight:bold}
.result-thumbnails a img{width:100%;display:block;margin-bottom:5px}
.result-thumbnails a .badge{position:absolute;top:0;right:0;font-size:12px}
.search-head-w span.selected-value.des{display:block;width:100%;padding:0 40px;}
.searchcriteriaboxright.green{background:#86B97E;text-align:center;margin-bottom:10px;display:none}
.searchcriteriaboxright.blue{text-align:center;margin-bottom:10px;display:none;}
.searchcriteriaboxright.green a, .searchcriteriaboxright.blue a{color:#FFF !important;text-decoration:none;width:100%;text-align:center;}
.searchcriteriaboxright.green a span, .searchcriteriaboxright.blue a span{margin-right:10px;font-size:20px;}
.div-courses-offered-container,.searchGrid, .poppubtnsBox{display:none}
.openlanguagebox .poppubtnsBox{display:block}
.search-body-w .rangeslider, .search-body-w .rangeslider_blue, .search-body-w .rangeslider + P{margin:0 -16px !important;width:calc(100% + 0px) !important;}
.dropdown.bootstrap-select.form-control{margin-top:10px;}
body.modal-open{height:100vh;overflow:hidden;}
body.modal-open {
    padding-right: 17px !important;
}
@media (max-width:991px) {
    .searchGrid {display:block;}
    .FindTutorHeaderContent, #divSearch, .table-courses-offered-container, #EditProfilePage .fadeInDown,.mySearchCri,.mySearchEnd{display:none;}
    .RegisterForCourses_wrapper_BottomArea .searchcriteriabox{margin:0 !important;}
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox{border:none;padding:0 !important;margin-bottom:5px;}
    .search-body-w{padding:15px !important;background:#e1edf0;display:none}
    #timezonebox .headingright .form-group .radiobuttonsbar_customcontent, .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox .rangeslider{margin:0 !important;}
    .search-head-w{font-size:12px;text-transform:uppercase;background:#ebeff0;padding:10px 7px;line-height:24px;}
    .search-head-w.open{background:#e1edf0;}.selected-value b{font-weight:normal;}
    .search-head-w img{width:20px}
    .search-head-w a, .search-head-w span.selected-value{display:block;text-transform:none;}
    .search-head-w#speedbox span.selected-value.full{position:absolute;z-index:0;width:auto}
    .FindTutorBody{padding:0 5px !important;}
    .RegisterForCourses_wrapper_BottomArea > div.col-md-2{padding:0 !important;background:none !important;}
    .RegisterForCourses_wrapper_BottomArea .headingright, #timezonebox .headingright .header_tz .headingtext{width:100% !important;}
    #divSearchBottom{width:100% !important;background:#68a5d8;padding:7px 0;text-align:center;margin:10px 0 !important;}
        #divSearchBottom button{width:100px !important;margin:0 auto !important;border-radius:0;float:none !important;height:35px;line-height:15px;}
    .RegisterForCourses_wrapper_BottomArea .col-lg-2.col-md-2.col-sm-2.col-xs-2 .rowbox div.headingright a.informationbtn{display:inline-block;float:none;position:static}
    .searchcriteriaboxright .headingtext{text-align:center !important;}
    .result-thumbnails, .searchcriteriaboxright.green, .searchcriteriaboxright.blue{display:block}
.search-head-w span.selected-value.des{width:auto;padding:0;}
#spResultBox_new .FTSrchResults{border:none !important;background:none;width:25%;padding:10px 0;flex:0 0 25%;max-width:25%;}
#spResultBox_new .FTSrchResults .FTSearchResultRow{flex-direction:column;font-size:12px;position:relative;justify-content:center}
.teacherName.FTHeader{position:relative;display:block;color:#937614;text-align:center;font-size:12px;margin-bottom:20px;font-weight:bold;width:100%;max-width:100%;line-height:13px;height:40px;}
.row.FTSearchResultRow .user-pic{max-width:100%;}
.row.FTSearchResultRow .courseCount{position: absolute;
    top: 0;
    right: 0;
    background: #28a745;
    color: #FFF;    display: inline-block;
    padding: .5em .8em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;}
.div-courses-offered-container{display:flex;flex-wrap:wrap;justify-content:center;width:100%}
.div-courses-offered-container a{display:flex;justify-content:center;align-items:center;width:calc(33.33% - 10px);max-width:110px;line-height:normal;font-size:13px;min-height:110px;color:#000;background:lightgreen;padding:15px;border-radius:15px;margin:5px;text-align:center;cursor:pointer;overflow-wrap:break-word;word-break:break-all;}
.div-courses-offered-container a[studypurpose="Recitation (Tilawa/ Tajweed)"]{background:#78e08f;}
.div-courses-offered-container a.CourseName[studypurpose="Memorization (Hifz)"]{background:#ffea00;}
.div-courses-offered-container a.CourseName[studypurpose="Revision"]{background:#4bcffa;}
.teacher-profile-link, .teacher-profile-link + div{width:100%;flex:0 0 100%;max-width:100%;}
.teacherName.FTHeader{width:auto;margin:0;}.courses-offered-header{color:#000 !important;}
#EditProfilePage .row > div{padding:0;}
.teacher-profile-link .row.FTSearchResultRow{align-items:center;}
    .backToSearch,.backToSearchResult {
        cursor:pointer;
    }
    .poppubtnsBox{display:block}
    #spResultBox_new{display:flex;flex-wrap:wrap;width:100%;}
    .searchCourse-bg-odd{margin-top:-10px}    
    .mainContainerSearchCourse{min-height:10px !important;}
    #speedboxinfo + a + .selected-value.valSpeed, #timezonebox .search-head-w span{max-width:calc(100% - 160px);white-space:nowrap;overflow:hidden}
    .teacher-detail-separator{border:none !important;}
    .SpAllContentContainer select, .filtering input{width:100%;}
    .FTSearchResultRow .statistics .value, .row.FTSearchResultRow .statistics > div .rating-cont{width:100%}
    .FTSearchResultRow .statistics .value .gBigTxt, .FTSearchResultRow .statistics .value .gSmlTxt{float:none !important;display:inline-block;vertical-align:middle}
    .ratingstars .fa-star, .ratingstars .fa-star-half-empty, .ratingstars .fa-star-o{color:#f4c43d}
    #divCourseContentPopUp_222{overflow:visible;}
    .row.FTSearchResultRow  .statistics > div{width:50% !important;flex:0 0 50% !important;max-width:50% !important;margin-bottom:15px;padding:0}
    select#selSurahs{width:100% !important;}
    .search-body-w .rangeslider, .search-body-w .rangeslider_blue, .search-body-w .rangeslider + P{margin:0 !important;width:100% !important;}
    .statistics{display:flex;flex-wrap:wrap;}
    .right_col #EditProfilePage .container{padding:0 !important;}
    #tutorProfileModal .modal-body{padding:30px 10px 0 !important;}
    .selected-value.full{width:100%;display:block;padding-left:100px;}
    .mySearchEnd .searchcriteriaboxright{display:none}.mySearchEnd .searchcriteriaboxright.blue{display:block}
}
@media (min-width:992px) {
.mySearchCri, .mainContainerSearchCourse .mySearchEnd{display:block !important;}
.RegisterForCourses_wrapper_BottomArea .searchcriteriabox{margin:0 -5px !important;}
}
.row.FTSearchResultRow .courseCount.female{background:#dc3545}
.row.FTSearchResultRow .courseCount + div.head{font-size:0 !important;}
.row.FTSearchResultRow .rating-cont img{width:15px;}.row.FTSearchResultRow .ratingstars i{font-size:10px;}
@media screen and (max-width:450px){
    .search-head-w#speedbox span.selected-value.full{width:100%;position:static;padding:0 15px}
}
