/*============================================ Start General Classes ============================================*/
body {
    color: #888;
    font-family: arial;
    font-size: 13px;
    margin: 0;
    padding: 46px 0 0 0;
    background: #eeeeee;
    line-height: 18px;
}

a, div, td, li, p, span, input, select, textarea {
    font-family: inherit;
}

    a:link, a:active, a:visited {
        color: #367fc9;
        text-decoration: none;
        cursor: pointer !important;
    }

    a:hover {
        color: #367fc9;
        text-decoration: underline;
    }

    a.more {
        color: #962e32;
        text-decoration: none;
    }

        a.more:hover {
            text-decoration: underline;
        }

ul, ol {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
}

p, div, form {
    margin: 0px;
    padding: 0px;
}

img, a img {
    border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "Times New Roman";
}

h1 {
    color: #1e2b5b;
    margin: 0 0 8px 0;
    padding: 0 0 5px 0px;
}

    h1 a {
        color: #1e2b5b !important;
        cursor: pointer !important;
    }

h2 {
    color: #000;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0px;
}

    h2 a {
        color: #000 !important;
        cursor: pointer !important;
    }

h3 {
    color: #1e2b5b;
    margin: 0 0 8px 0;
    padding: 0 0 5px 0px;
}

    h3 a {
        color: #1e2b5b !important;
        cursor: pointer !important;
    }

h4 {
    color: #000;
    margin: 0 0 8px 0;
    padding: 0 0 5px 0px;
}

    h4 a {
        color: #000 !important;
        cursor: pointer !important;
    }

h5 {
    color: #464646;
    margin: 0 0 8px 0;
    padding: 0 0 5px 0px;
}

    h5 a {
        color: #464646 !important;
        cursor: pointer !important;
    }

h6 {
    color: #000;
    margin: 0 0 8px 0;
    padding: 0 0 5px 0px;
}

    h6 a {
        color: #000 !important;
        cursor: pointer !important;
    }

h1, .h1 {
    font-size: 26px;
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 14px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 10px;
}

input, textarea, select {
}

textarea {
    resize: none;
}

.imageBorder {
    border: 1px #aaa solid;
}

.imageBorder5px {
    border: 5px #aaa solid;
}

.imageLeft {
    float: left;
    margin: 0px 7px 0px 0px;
}

.imageRight {
    float: right;
    margin: 0px 0px 0px 7px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clr {
    clear: both;
    padding: 0 !important;
    margin: 0 !important;
}

.readMoreBut {
    width: auto;
    font-size: 13px;
    margin: 0;
}

    .readMoreBut a {
        color: #fff;
        padding: 6px 16px;
        display: block;
        background: #962e32;
        border-radius: 3px;
    }

        .readMoreBut a:hover {
            background: #84282c;
            text-decoration: none;
        }

.mt6 {
    margin-top: 6px;
}

.mr6 {
    margin-right: 6px;
}

.ml6 {
    margin-left: 6px;
}

.mb6 {
    margin-bottom: 6px;
}

/*============================================ End General Classes ============================================*/

/*-- Start Loading Page --*/
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../images/loading-x.gif) center no-repeat #fff;
}
/*-- End Loading Page --*/

.topBar {
    width: 100%;
    background: #1e2b5b;
}

.topNewsTicker div {
    width: 10%;
    background: #35416c;
    color: #969daa;
    font-size: 22px;
    margin: 6px 1% 6px 0;
    line-height: 35px;
    float: left;
    border-radius: 4px;
    padding: 0;
    font-family: "Times New Roman";
    text-align: center;
}

ul.marquee { /* required styles */
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden; /* optional styles for appearance */
    width: 89%;
    float: left;
    height: 42px; /* height should be included to reserve visual space for the marquee */
}

    ul.marquee li { /* required styles */
        position: absolute;
        top: -999em;
        left: 0;
        display: block;
        white-space: nowrap;
        line-height: 47px;
        color: #9aa0b6;
        font-size: 13px; /* keep all text on a single line */ /* optional styles for appearance */
    }

.topControlBar ul {
    margin: 0 47px 0 0;
    padding: 0;
    width: auto;
    float: right;
}

    .topControlBar ul:first-child {
        margin: 0;
        padding: 0;
    }

.topControlBar > div {
    float: right;
    width: 82%;
}

.topControlBar ul.nav > li {
    margin: 6px 0 6px 12px;
    padding: 0;
    display: inline-block;
    line-height: normal;
    float: right;
}

    .topControlBar ul.nav > li > a {
        margin: 0;
        padding: 0;
        position: relative;
        background: none;
        border: 0px solid #f00;
    }

        .topControlBar ul.nav > li > a:hover, .topControlBar ul > li > a:focus, .topControlBar ul > li.open > a {
            background: none !important;
        }

        .topControlBar ul.nav > li > a i {
            color: #969db3;
            font-size: 20px;
            text-align: center;
            background: #35416c;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            line-height: 37px;
        }

        .topControlBar ul.nav > li > a span {
            position: absolute;
            right: -5px;
            top: 0px;
            background: #d40006;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            padding: 0;
            margin: 0;
            text-align: center;
            line-height: 20px;
        }

.topControlBar .notificationsMenu {
    border: 0;
    top: 41px;
    width: 350px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .topControlBar .notificationsMenu > ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        overflow-y: scroll;
        height: 408px;
    }

        .topControlBar .notificationsMenu > ul > li .topControlBar .logOutHome > ul > li {
            width: 100%;
            float: left;
        }

        .topControlBar .notificationsMenu > ul > li > a, .topControlBar .notificationsMenu .viewAllHome a {
            width: 100%;
            float: left;
            padding: 6px 10px;
            margin: 0;
            line-height: 0;
            border-bottom: 1px solid #eee;
        }

            .topControlBar .notificationsMenu > ul > li > a:hover, .topControlBar .notificationsMenu .viewAllHome a:hover, .topControlBar .logOutHome a:hover {
                background: #f5f5f5;
            }

    .topControlBar .notificationsMenu img {
        width: 55px;
        height: 55px;
        margin: 0 10px 0 0;
        padding: 5px;
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 50%;
        float: left;
    }

    .topControlBar .notificationsMenu h1 {
        margin: 0;
        padding: 9px 0 0 0;
        font-size: 18px;
        float: left;
        width: 75%;
    }

    .topControlBar .notificationsMenu span {
        line-height: 16px;
        font-size: 12px;
        color: #bcbcbc;
        font-family: Arial;
    }

        .topControlBar .notificationsMenu span.date {
            line-height: 16px;
            font-size: 11px;
            color: #bcbcbc;
            font-family: Arial;
            float: left;
            width: 100%;
        }

    .topControlBar .notificationsMenu .viewAllHome {
        width: 100%;
        float: left;
        background: #f5f5f5;
        padding: 0;
        margin: 0;
    }

        .topControlBar .notificationsMenu .viewAllHome h1 {
            padding: 0px;
            text-align: center;
            width: 100%;
            line-height: 28px;
        }

        .topControlBar .notificationsMenu .viewAllHome a {
            padding: 0px 10px;
            text-align: center;
        }

.topControlBar .logOutHome {
    border: 0;
    top: 41px;
    width: 220px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .topControlBar .logOutHome > ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .topControlBar .logOutHome i {
        border-radius: 50%;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background: #eee;
        margin: 0 14px 0 0;
        color: #ccc;
    }

    .topControlBar .logOutHome a {
        width: 100%;
        float: left;
        padding: 8px 15px;
        margin: 0;
        line-height: 0;
        border-bottom: 1px solid #eee;
    }

    .topControlBar .logOutHome h1 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        float: left;
        width: 100%;
    }

.topControlBar ul ul {
    margin: 0;
    border-radius: 0;
}

.searchBox {
    width: 100%;
    position: relative;
    margin: 0;
    border: 0px solid #f00;
}

    .searchBox input {
        height: 35px;
        color: #7d8298;
        padding: 0px 29px 0px 6px;
        width: 0px;
        background: #35416c;
        border: 0;
        display: inline-block;
        position: absolute;
        top: 6px;
        right: 0;
        z-index: 10;
        transition: width .5s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        cursor: pointer;
        border-radius: 20px;
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }

        .searchBox input:focus {
            width: 100%;
            z-index: 1;
            background: #35416c;
            cursor: text;
            opacity: 1;
            filter: alpha(opacity=100); /* For IE8 and earlier */
        }

    .searchBox button {
        width: 35px;
        background: none;
        border: 0;
        cursor: pointer;
        padding: 0;
        margin: 0;
        transition: opacity .4s ease;
        position: absolute;
        top: 6px;
        right: 0;
        z-index: 2;
        display: inline-block;
    }

        .searchBox button i {
            color: #969db3;
            font-size: 18px;
            text-align: center;
            background: #35416c;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            line-height: 37px;
        }

    .searchBox ::-webkit-input-placeholder {
        color: #7d8298;
    }

    .searchBox :-moz-placeholder { /* Firefox 18- */
        color: #7d8298;
    }

    .searchBox ::-moz-placeholder { /* Firefox 19+ */
        color: #7d8298;
    }

    .searchBox :-ms-input-placeholder {
        color: #7d8298;
    }

.logoBar {
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #e9e9e9;
    margin: 0;
    background-color: #f8f8f8;
    background: -webkit-linear-gradient(#eaeaea, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eaeaea, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eaeaea, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eaeaea, #fff); /* Standard syntax (must be last) */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fff',GradientType=0 )progid:DXImageTransform.Microsoft.MotionBlur(strength=13, direction=310) progid:DXImageTransform.Microsoft.Blur(pixelradius=2) progid:DXImageTransform.Microsoft.Wheel(duration=3); /* IE6-9 */
}

.logo {
    width: auto;
    margin: 16px 0;
}

.txtLogo {
    width: auto;
    font-family: "Times New Roman";
    font-size: 22px;
    text-transform: uppercase;
    line-height: 93px;
    padding: 16px;
    color: #1d2a5c;
}

.userImg {
    width: auto;
}

    .userImg img {
        width: 77px;
        height: 77px;
        border-radius: 50%;
        border: 1px solid #dedede;
    }

/*================================================ Start Drop Down Menu ====================================================================*/
.navbar-default {
    border: 0 !important;
    background: none !important;
    float: left;
    width: 100%;
    margin: 0;
}

    .navbar-default .navbar-collapse {
        padding: 0 !important;
    }

#cssmenu {
    width: auto;
    z-index: 999;
    margin: 0;
    position: relative;
    font-size: 14px;
    float: right;
}

    #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
    }

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

    #cssmenu.align-right > ul > li {
        float: left;
    }

    #cssmenu > ul > li {
        float: left;
        display: inline-block;
        margin: 0;
        font-size: 16px;
        border-left: 1px solid #fff;
        border-right: 1px solid #eaeaea;
    }

        #cssmenu > ul > li:first-child {
            border-left: 0;
        }

        #cssmenu > ul > li:last-child {
            border-right: 0;
        }

    #cssmenu.align-center > ul {
        float: none;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    #cssmenu > ul > li > a {
        font-family: "Times New Roman";
        height: 125px;
        padding: 20px 12px 0;
        text-decoration: none;
        color: #858585;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        background: rgba(248, 205, 83, 0);
        font-size: 20px;
        text-align: center;
    }

        #cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
            background: rgba(248, 205, 83, 1);
            color: #fff;
        }

        #cssmenu > ul > li > a span {
            float: left;
            width: 100%;
        }

        #cssmenu > ul > li > a i {
            color: #d7d7d7;
            font-size: 36px;
            line-height: 48px;
            -moz-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }

        #cssmenu > ul > li:hover > a i, #cssmenu > ul > li > a:hover i, #cssmenu > ul > li.active > a i {
            color: #fff;
        }

    #cssmenu ul ul, #cssmenu ul ul ul {
        position: absolute;
        left: -9999px;
        margin: 0;
        font-size: 12px;
        opacity: 0;
        background: #f8cd53;
        padding: 15px 0;
        float: left;
        width: 260px;
        -webkit-transition: top 0.3s ease, opacity 0.3s ease-in;
        -moz-transition: top 0.3s ease, opacity 0.3s ease-in;
        -ms-transition: top 0.3s ease, opacity 0.3s ease-in;
        -o-transition: top 0.3s ease, opacity 0.3s ease-in;
        transition: top 0.3s ease, opacity 0.3s ease-in;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu > ul > li:hover > ul {
        top: 125px;
        left: 0;
        opacity: 1;
    }

    #cssmenu > ul > li:last-child:hover > ul {
        left: -122px;
    }

    #cssmenu ul ul > li:hover > ul {
        left: 261px;
        top: 0;
        opacity: 1;
    }

    #cssmenu ul ul li {
        padding: 0 15px;
        width: 100%;
        float: left;
    }

        #cssmenu ul ul li a {
            text-decoration: none;
            padding: 11px 12px;
            width: 100%;
            color: #ab8d3a;
            border-bottom: 1px solid #ecc34f;
            border-top: 1px solid #ffd355;
            float: left;
        }

        #cssmenu ul ul li:first-child a {
            border-top: 0;
        }

        #cssmenu ul ul li:last-child a {
            border-bottom: 0;
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a, #cssmenu ul ul li a:hover {
            color: #fff;
            background: #e7bf4d;
        }

        #cssmenu ul ul li.has-sub {
        }

            #cssmenu ul ul li.has-sub span {
                font-size: 14px;
            }
/*================================================ End Drop Down Menu ====================================================================*/

.mainContainer {
    width: 100%;
    margin: 30px 0 0 0;
}

    .mainContainer > .container {
        position: relative;
    }

    .mainContainer input, .mainContainer textarea {
        border: 1px solid #d5d5d5;
        border-radius: 3px;
    }

.homeLeftBar input, .homeLeftBar textarea {
    width: 100%;
}

.homeLeftBar button {
    margin: 20px auto -35px;
    padding: 0px 30px;
    background: #1e2b5b;
    color: #78809d;
    font-size: 12px;
    line-height: 32px;
    border-radius: 3px;
    transition: all .4s ease;
    border: 0;
    width: auto;
    display: table;
}

    .homeLeftBar button:hover {
        text-decoration: none;
        color: #fff;
    }

    .homeLeftBar button i {
        font-size: 15px;
        margin: 0 5px 0 0;
        color: #78809d;
        padding: 5px 0 0 0;
    }

.botBoxReadMor {
    margin: 30px auto -15px;
    width: 100%;
    float: left;
}

    .botBoxReadMor a {
        width: auto;
        display: table;
        padding: 0px 18px;
        background: #1e2b5b;
        color: #78809d;
        font-size: 12px;
        line-height: 32px;
        border-radius: 3px;
        margin: 0 auto;
        transition: all .4s ease;
    }

        .botBoxReadMor a:hover {
            text-decoration: none;
            color: #fff;
        }

        .botBoxReadMor a i {
            float: left;
            font-size: 18px;
            margin: 2px 5px 0 0;
            color: #78809d;
            padding: 5px 0 0 0;
        }

        .botBoxReadMor a p {
            float: left;
        }

div.titleLine {
    width: 100%;
    float: left;
    padding: 10px 0px 15px;
}

    div.titleLine div {
        width: 100%;
        float: left;
        height: 1px;
        border-right: 60px solid #1e2b5b;
        background: #e2e2e2;
    }

/*-- Start Home Left Bar --*/
.homeLeftBarGlobal {
}

.homeLeftBar {
}

    .homeLeftBar > div {
        width: 100%;
        float: left;
        background: #fff;
        border-color: #f8cd53;
    }

        .homeLeftBar > div:not(:first-child) {
            margin-top: 25px;
            padding: 20px 15px;
        }

            .homeLeftBar > div:not(:first-child) h1 {
                margin: 0;
                padding: 0;
            }

.homeProfile {
    margin: 90px 0 15px 0;
    border-top: 2px solid;
}

    .homeProfile img {
        margin: -90px auto 0;
        background: #fff;
        border: 1px solid #e9e9e9;
        padding: 5px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
    }

    .homeProfile div.profileTitle {
        border-left: 5px solid #f8cd53;
        width: 100%;
        float: left;
        padding: 0 15px;
        font-family: "Times New Roman";
    }

        .homeProfile div.profileTitle h1, .homeProfile div.profileTitle span {
            margin: 0;
            padding: 0;
        }

        .homeProfile div.profileTitle span {
            font-size: 14px;
        }

    .homeProfile div.titleLine {
        padding: 20px 15px;
    }

    .homeProfile div.profileTitle span.floatR {
        color: #1e2b5b;
    }

    .homeProfile > h1 {
        width: 100%;
        float: left;
        margin-bottom: 12px;
    }

        .homeProfile > h1 a {
            color: #888 !important;
        }

            .homeProfile > h1 a i {
                color: #bf9d40;
                background: #f8cd53;
                text-align: center;
                width: 44px;
                line-height: 40px;
                margin: 0 10px 0 0;
                transition: all .4s ease;
            }

            .homeProfile > h1 a:hover {
                text-decoration: none;
                color: #1e2b5b !important;
            }

                .homeProfile > h1 a:hover i {
                    margin: 0 20px 0 0;
                    color: #fff;
                }

    .homeProfile .botBoxReadMor {
        margin-top: 24px;
    }

.homeLinks {
    border-top: 2px solid;
}

    .homeLinks ul {
        padding: 0;
        margin: 0;
    }

    .homeLinks li::before {
        content: "\f105";
        font: normal normal normal 16px/1 FontAwesome;
        margin: 0 10px 0 -15px;
        color: #f8cd53;
    }

    .homeLinks li {
        list-style: none;
        margin: 0 8px 0 15px;
        padding: 0 0 12px 0;
    }

        .homeLinks li a {
            color: #888;
            font-size: 13px;
            transition: all .4s ease;
        }

            .homeLinks li a:hover {
                text-decoration: none;
                color: #1e2b5b;
            }

.homeAnnouncement {
    padding: 0 !important;
}

    .homeAnnouncement ul {
        padding: 20px 15px;
    }

.homeAsk {
    margin: 0 0 15px 0;
    border-top: 2px solid;
}
/*-- End Home Left Bar --*/

/*-- Start Home Center Bar --*/
.homeCenterBar {
}

    .homeCenterBar .homeWritePost {
        width: 100%;
        float: left;
        background: #fff;
        padding: 15px;
        margin: 0 0 50px 0;
        position: relative;
        overflow: visible !important;
    }

        .homeCenterBar .homeWritePost::after {
            content: '';
            position: absolute;
            top: 30px;
            left: -60px;
            width: 0;
            height: 0;
            border-top: 0px solid transparent;
            border-bottom: 35px solid transparent;
            border-right: 60px solid #fff;
        }

        .homeCenterBar .homeWritePost > input {
            width: 100%;
            float: left;
            padding: 0 8px;
            line-height: 50px;
            margin-bottom: 10px;
            font-size: 15px;
            height: 50px;
        }

        .homeCenterBar .homeWritePost > button {
            border-radius: 3px;
            padding: 0 30px;
            line-height: 30px;
            border: 0;
            background: #1e2b5b;
            color: #fff;
            float: right;
        }
/* Attach File*/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.homeCenterBar .homeWritePost .box {
    margin: 0 5px 0 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

    .homeCenterBar .homeWritePost .box label {
        font-size: 22px;
    }

.inputfile-4 + label {
    cursor: pointer;
}

    .inputfile-4:focus + label, .inputfile-4.has-focus + label, .inputfile-4 + label:hover {
        color: #722040;
    }

    .inputfile-4 + label figure {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #d2d2d2;
        display: block;
        padding: 0px;
        margin: 0;
        text-align: center;
        line-height: 35px;
    }

    .inputfile-4 + label:hover figure {
        background-color: #ddd;
    }

    .inputfile-4 + label svg {
        width: 60%;
        height: 88%;
        fill: #fff;
    }

@media screen and (max-width:50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}
/* Attach File*/
.homeCenterBar .homeWritePost a, .homeCenterBar .homeWritePost label {
    float: left;
    width: 35px;
    height: 35px;
    margin: 0 5px 0 0;
    cursor: pointer;
    border-radius: 50%;
    background: #d2d2d2;
    padding: 0px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 19px;
    cursor: pointer;
    display: block;
}

    .homeCenterBar .homeWritePost a:hover, .homeCenterBar .homeWritePost label:hover {
        text-decoration: none;
        background-color: #ddd;
    }

.homeCenterBar .homePostes > div {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    margin: 0 0 55px 0;
}

    .homeCenterBar .homePostes > div:last-child {
        margin: 0;
    }

    .homeCenterBar .homePostes > div div.postContent {
        width: 100%;
        float: left;
        position: relative;
        padding: 0 0 0 90px;
    }

        .homeCenterBar .homePostes > div div.postContent > img {
            width: 80px;
            height: 80px;
            margin: 0;
            padding: 5px;
            background: #fff;
            border: 1px solid #e9e9e9;
            border-radius: 50%;
            position: absolute;
            top: -50px;
            left: 0;
        }

        .homeCenterBar .homePostes > div div.postContent h1 {
            margin: 0;
            padding: 0;
            font-size: 22px;
        }

        .homeCenterBar .homePostes > div div.postContent span {
            line-height: 26px;
            font-size: 11px;
            color: #bcbcbc;
            font-family: Arial;
        }

        .homeCenterBar .homePostes > div div.postContent > div {
            width: 100%;
            float: left;
            padding: 0;
            margin: 10px 0 20px 0;
            position: relative;
        }

            .homeCenterBar .homePostes > div div.postContent > div p {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0;
            }

            .homeCenterBar .homePostes > div div.postContent > div img {
                padding: 0 0 10px;
            }

    .homeCenterBar .homePostes > div iframe {
        width: 100%;
        height: 260px;
        float: left;
        border: 0;
        position: relative;
    }

    .homeCenterBar .homePostes > div div.postControls {
        width: 100%;
        float: left;
        border-top: 1px solid #ddd;
        padding: 10px 0 0 0;
        font-size: 12px;
    }

        .homeCenterBar .homePostes > div div.postControls > div > a {
            margin: 0 15px 0 5px;
            cursor: pointer;
        }

            .homeCenterBar .homePostes > div div.postControls > div > a:last-child {
                margin: 0 0 0 5px;
            }

        .homeCenterBar .homePostes > div div.postControls > div:first-child > a {
            color: #888;
            float: left;
        }

            .homeCenterBar .homePostes > div div.postControls > div:first-child > a:hover {
                text-decoration: none;
            }

        .homeCenterBar .homePostes > div div.postControls > div > i {
            font-size: 14px;
            color: #f8cd53;
            float: left;
        }

        .homeCenterBar .homePostes > div div.postControls > div .likeWord {
        }

        .homeCenterBar .homePostes > div div.postControls > div .displayNone {
            display: none;
        }

        .homeCenterBar .homePostes > div div.postControls > div .unlikeWord {
            color: #ccc !important;
        }

.homeCenterBar div.accordion, .homeCenterBar div.accordion1 {
    overflow: hidden;
}

.homeCenterBar .accordion-section-title, .homeCenterBar .accordion-section-title1 {
    transition: all linear 0.15s;
}

.homeCenterBar .postComents {
    float: left;
    width: 100%;
    display: none;
    margin: 5px 0 0 0;
}

    .homeCenterBar .postComents > div:first-child {
        float: left;
        width: 100%;
        padding: 15px;
        background: #eee;
        margin: 15px 0 0;
        position: relative;
    }

.postComents .addComment div {
    overflow: hidden;
    padding-right: 70px;
}

.postComents .addComment input {
    width: 100%;
    padding: 0 8px;
    line-height: 30px;
    height: 32px;
}

.postComents .addComment button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    padding: 0 24px;
    line-height: 32px;
    border: 0;
    background: #1e2b5b;
    color: #fff;
}

.homeCenterBar .homePostes > div div.postControls .postComents > div:not(.addComment) > div {
    float: left;
    width: 100%;
    padding: 15px 15px 15px 75px;
    background: #eee;
    margin: 15px 0 0;
    position: relative;
}

.homeCenterBar .homePostes > div div.postControls .postComents > div > div > img {
    width: 55px;
    height: 55px;
    margin: 0;
    padding: 5px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 10px;
}

.homeCenterBar .homePostes > div div.postControls .postComents > div > div h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.homeCenterBar .homePostes > div div.postControls .postComents > div > div span {
    line-height: 26px;
    font-size: 11px;
    color: #bcbcbc;
    font-family: Arial;
}

.homeCenterBar .homePostes > div div.postControls .postComents > div > div p {
    width: 100%;
    float: left;
    margin: 0;
}

.homeCenterBar .homePostes > div div.postControls .postComents > div > div > a {
    width: 100%;
    float: right;
    margin: 0;
    text-align: right;
}

/*-- Start Home Popup Window --*/
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40%;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1100;
    opacity: 0;
    background: rgba(0,0,0,0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

button.md-close, .innerCenterBar button.md-close {
    position: absolute !important;
    top: 12px !important;
    right: 10px !important;
    background: #1e2b5b !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 50% !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 18px !important;
}

    button.md-close i, .innerCenterBar button.md-close i {
        padding: 2px 0 0 0 !important;
        margin: 0 !important;
        color: #fff !important;
        font-size: 13px;
    }

/* Content styles */
.md-content {
    background: #fff;
    position: relative;
    border-radius: 0px;
    margin: 0 auto;
}

    .md-content > h1 {
        margin: 0;
        padding: 12px 18px;
        background: rgba(0,0,0,0.1);
        border-radius: 0;
    }

    .md-content > div {
        margin: 0;
        padding: 20px;
        background: #fff;
        float: left;
        width: 100%;
        overflow-y: scroll;
        max-height: 400px;
    }

.peopleWhoLikeThis > div {
    position: relative;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    padding: 8px 0;
}

    .peopleWhoLikeThis > div:last-child {
        border: 0;
    }

    .peopleWhoLikeThis > div > img {
        width: 55px;
        height: 55px;
        margin: 0 10px 0 0;
        padding: 5px;
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 50%;
        float: left;
    }

    .peopleWhoLikeThis > div > h1 {
        margin: 0;
        padding: 20px 0 0 0;
        font-size: 18px;
    }

        .peopleWhoLikeThis > div > h1 > span {
            line-height: 26px;
            font-size: 11px;
            color: #bcbcbc;
            font-family: Arial;
        }

.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.searchAboutStudent .form-inline {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

    .searchAboutStudent .form-inline .form-group {
        width: 37%;
    }

        .searchAboutStudent .form-inline .form-group input {
            width: 100%;
        }

.searchAboutStudent .checkbox-inline {
    font-weight: normal;
    padding-left: 17px;
    margin: 0 0px 16px 0;
    width: 47%;
}

    .searchAboutStudent .checkbox-inline input[type=checkbox] {
        margin: 2px 0 0 -17px;
    }

.searchAboutStudent button, .searchAboutStudent button:hover, .searchAboutStudent button:active {
    border-radius: 3px;
    padding: 0 30px;
    line-height: 34px;
    border: 0;
    background: #1e2b5b;
    color: #fff;
}

.wikipediaSearch .form-inline {
    border-bottom: 0;
}

    .wikipediaSearch .form-inline .form-group {
        width: 80%;
        margin: 10px 0;
    }

.profilPopup {
    padding-left: 220px !important;
}

    .profilPopup img {
        margin: 0 0 0 -200px;
        background: #fff;
        border: 1px solid #e9e9e9;
        padding: 5px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        float: left;
    }

    .profilPopup p {
        font-size: 15px;
        padding: 20px;
        border-bottom: 1px solid #eee;
        float: left;
        width: 100%;
        letter-spacing: 1px;
    }

        .profilPopup p strong {
            font-size: 16px;
            color: #1e2b5b;
            font-weight: normal;
        }

        .profilPopup p:nth-child(2) {
            margin-top: 27px;
        }
/*-- End Home Popup Window --*/

/*-- End Home Center Bar --*/

/*-- Start Home Right Bar --*/
.homeRightBarGlobal {
}

.homeRightBar {
}

    .homeRightBar > div:not(:first-child) {
        margin-top: 25px;
    }

    .homeRightBar > div {
        width: 100%;
        float: left;
        background: #fff;
        border-color: #1e2b5b;
        padding: 20px 15px;
    }

        .homeRightBar > div h1 {
            margin: 0;
            padding: 0;
        }

.homeBarLink {
    padding: 0 !important;
    line-height: 14px;
}

    .homeBarLink a {
        width: 100%;
        float: left;
        display: block;
    }

        .homeBarLink a i {
            text-align: center;
            float: left;
            width: 60px;
            line-height: 65px;
            position: relative;
            margin: 0 20px 0 0;
            font-size: 30px;
            transition: all .4s ease;
        }

        .homeBarLink a:hover i {
            margin: 0 30px 0 0;
        }

        .homeBarLink a i::after {
            content: '';
            position: absolute;
            top: 14px;
            right: -10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 8px 15px;
            transition: all .4s ease;
        }

        .homeBarLink a:hover i::after {
            right: -15px;
        }

        .homeBarLink a div {
            width: auto;
            float: left;
            padding: 8px 0 0 0;
        }

            .homeBarLink a div h1 {
                padding: 0;
                margin: 0;
            }

            .homeBarLink a div span {
                font-size: 13px;
                color: #bcbcbc;
            }

.hometimeTable {
}

    .hometimeTable a {
        cursor: pointer;
    }

    .hometimeTable i {
        background: #1e2b5b;
        color: #a5aabd;
    }

        .hometimeTable i::after {
            border-color: transparent transparent transparent #1e2b5b;
        }

.homeGalleryBar {
}

    .homeGalleryBar a {
        cursor: pointer;
    }

    .homeGalleryBar i {
        background: #f8cd53;
        color: #bf9d40;
    }

        .homeGalleryBar i::after {
            border-color: transparent transparent transparent #f8cd53;
        }

    .homeGalleryBar h1 {
        color: #bf9d40;
    }

.homeNews {
    border-top: 2px solid;
    font-size: 13px;
    margin-bottom: 15px;
}

    .homeNews > a {
        width: 100%;
        float: left;
        color: #888;
    }

    .homeNews img {
        margin: 0 0 8px 0;
    }

    .homeNews h3 {
        padding: 0;
        margin: 0;
        font-family: Arial;
        font-size: 15px;
        width: 100%;
        float: left;
    }

    .homeNews span {
        font-size: 12px;
        color: #bcbcbc;
        margin-bottom: 6px;
        width: 100%;
        float: left;
    }

    .homeNews .botBoxReadMor {
        margin: 30px auto -35px;
    }
/*-- End Home Right Bar --*/

.footer {
    width: 100%;
    background: #1e2b5b;
    text-align: center;
    color: #fff;
    padding: 40px 0;
    margin: 20px 0 0 0;
}

    .footer a {
        color: #f8cd53;
    }

.homeLeftBarGlobal, .homeRightBarGlobal {
    position: relative;
}

.homeLeftBar, .homeRightBar {
    float: left;
    width: 262px;
    bottom: 200px;
    transition: all 0.8s ease 0s;
}

.scrollBottom {
    position: fixed;
    bottom: 119px !important;
    transition: all 0.8s ease 0s;
}

/*-- Start Home Poll --*/

.homePoll {
    position: relative;
    overflow: hidden;
}

    .homePoll .pollQuestion p {
        width: 100%;
        float: left;
        background: #eee;
        padding: 12px 8px;
        margin: 0 0 10px 0;
    }

    .homePoll input {
        width: auto;
    }

    .homePoll div.radio {
        width: 100%;
        float: left;
        margin: 5px 0;
        font-size: 12px;
    }

.pollQuestion, .pollViewResults {
    width: 100%;
    float: left;
    position: absolute;
    padding: 25px 15px;
}

    .pollQuestion button, .pollViewResults button {
        margin: 6px 0 0 0;
        float: right;
    }

    .pollViewResults h1 {
        width: 100%;
        float: left;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 10px 0 !important;
    }

        .pollViewResults h1 span {
            width: 100%;
            float: left;
            font-size: 20px;
        }

    .pollViewResults .progress {
        height: 6px;
    }

        .pollViewResults .progress .progress-bar {
            background-color: #f8cd53;
        }

.pollQuestionStand {
    left: 0;
}

.pollQuestionAim {
    left: 100%;
    transition: all 0.5s ease 0s;
}

.pollViewResultsStand {
    right: -100%;
}

.pollViewResultsAim {
    right: 0%;
    transition: all 0.5s ease 0s;
}


/*-- End Home Poll --*/


/*-- End Home Page --*/




/*-- Start Inner Pages --*/

.innerSubMenu {
    width: 100%;
    float: left;
    background: #e3e3e3;
}

    .innerSubMenu .container div {
        width: auto;
        float: right;
    }

        .innerSubMenu .container div a {
            width: auto;
            float: left;
            display: block;
            padding: 0 15px;
            line-height: 49px;
            font-size: 15px;
            color: #858585;
            border-bottom: 2px solid #e3e3e3;
            margin: 0 2px;
        }

            .innerSubMenu .container div a:hover {
                text-decoration: none;
                border-bottom: 2px solid #f8cd53;
            }

            .innerSubMenu .container div a.selectedInnerMenu, .innerSubMenu .container div a.selectedInnerMenu:hover {
                background: #eee;
                border-bottom: 2px solid #eee;
            }

.innerCenterBar > h1 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 59px 0 0 0;
    font-size: 45px;
    line-height: 31px;
}

.innerCenterBar > div {
    width: 100%;
    float: left;
    background: #fff;
    border-top: 2px solid #1e2b5b;
    padding: 40px 20px 20px;
}

    .innerCenterBar > div > h1 {
        margin: 0;
    }

.innerCenterBar div.tabs, .innerCenterBar .myInfo, .innerCenterBar table, .innerCenterBar div.chart-wrap, .innerCenterBar .controlBottons, .innerCenterBar .evaluation, .innerCenterBar .timetable, .innerCenterBar .messagingInbox {
    margin-bottom: 40px;
}

.myInfo {
    float: left;
    width: 100%;
}

    .myInfo > div {
        border-bottom: 1px solid #ddd;
        padding: 12px 0;
    }

        .myInfo > div:last-child {
            border-bottom: 0px;
        }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 3px solid #ddd;
    line-height: 30px;
    background: #eee;
}

.table-responsive, div.chart-wrap, div.form {
    width: 100%;
    float: left;
}

.innerCenterBar .form-horizontal {
    margin-top: 50px;
}

    .innerCenterBar .form-horizontal .control-label {
        text-align: left;
    }

.innerCenterBar input[type=checkbox], .innerCenterBar input[type=radio] {
    margin-left: -20px;
}

.innerCenterBar input, .innerCenterBar select {
    border: 1px solid #ddd;
}

    .innerCenterBar input[type=file] {
        border: 0;
        padding: 0;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}

    .fileUpload span {
        margin: 0;
        padding: 0px 30px;
        background: #1e2b5b;
        color: #78809d;
        font-size: 12px;
        line-height: 32px;
        border-radius: 3px;
        transition: all .4s ease;
        border: 0;
        width: auto;
        float: right;
        cursor: pointer;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        left: 0px;
        margin: 0;
        padding: 0;
        font-size: 22px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

.browseButton {
    padding: 5px !important;
    background: none !important;
    border: 0 !important;
    padding: 8px 0 !important;
}

.innerCenterBar button, input[type="submit"], input[type="button"] {
    margin: 15px 0;
    padding: 0px 30px;
    background: #1e2b5b;
    color: #78809d;
    font-size: 12px;
    line-height: 32px;
    border-radius: 3px;
    transition: all .4s ease;
    border: 0;
    width: auto;
    float: right;
}

    .innerCenterBar button:hover, input:hover[type="submit"], input:hover[type="button"] {
        text-decoration: none;
        color: #fff;
    }

    .innerCenterBar button i {
        font-size: 15px;
        margin: 0 5px 0 0;
        color: #78809d;
        padding: 5px 0 0 0;
    }

/*-- Start Cahnge Icon for radio and checkbox --*/
.checkbox label, .radio label {
    padding-left: 0;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        margin: 0;
        cursor: pointer;
        line-height: 21px;
        padding: 0 0 0 40px;
        min-height: 21px;
    }

    input[type="checkbox"] + label {
        background: url(../images/check_sheet.png) left top no-repeat;
    }

    input[type="radio"] + label {
        background: url(../images/radio_sheet.png) left top no-repeat;
    }

    input[type="checkbox"]:checked + label {
        background: url(../images/check_sheet.png) left -600px no-repeat;
    }

    input[type="radio"]:checked + label {
        background: url(../images/radio_sheet.png) left -600px no-repeat;
    }
/*-- End Cahnge Icon for radio and checkbox --*/




/*-- Start On/Off Switch --*/
.controlBottons {
    width: 100%;
    float: left;
}

    .controlBottons input[type="checkbox"] + label {
        background-image: none;
    }

.onOffSwitch {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}

    .onOffSwitch .row > div:first-child {
        padding-top: 10px;
    }

    .onOffSwitch:last-child {
        border-bottom: 0;
    }

.switch {
    float: left;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: 0;
        user-select: none;
    }

input.cmn-toggle-round + label {
    padding: 6px;
    width: 72px;
    height: 36px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background .4s;
}

    input.cmn-toggle-round + label:after, input.cmn-toggle-round + label:before {
        display: block;
        position: absolute;
        top: 3px;
        3eft:3px;
        bottom: 1px;
        content: "";
    }

    input.cmn-toggle-round + label:before {
        right: 1px;
        background-color: #f1f1f1;
        border-radius: 60px;
        transition: background .4s;
    }

    input.cmn-toggle-round + label:after {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0 0px 0px rgba(0,0,0,.3);
        transition: margin .4s;
    }

input.cmn-toggle-round:checked + label:before, input.cmn-toggle-round:checked + label {
    background-color: #f8cd53;
}

    input.cmn-toggle-round:checked + label:after {
        margin-left: 30px;
    }
/*-- End On/Off Switch --*/

.evaluation {
    float: left;
    width: 100%;
}

    .evaluation > div {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 20px 0 30px 0;
    }

        .evaluation > div:last-child {
            border-bottom: 0;
        }

    .evaluation h1 {
        background: #1e2b5b;
        color: #fff;
        margin: 0;
        padding: 8px 15px;
        border-radius: 3px;
        font-family: Arial;
        font-size: 16px;
    }

    .evaluation ol {
        margin: 20px 5px;
    }

    .evaluation textarea {
        margin: 15px 0 0 0;
    }

.birthday {
    float: left;
    width: 100%;
}

    .birthday > div {
        position: relative;
        border-bottom: 0px solid #ddd;
        float: left;
        width: 48%;
        padding: 12px 0;
    }

        .birthday > div:last-child {
            border: 0;
        }

        .birthday > div > img {
            width: 90px;
            height: 90px;
            margin: 0 10px 0 0;
            padding: 5px;
            background: #fff;
            border: 1px solid #e9e9e9;
            border-radius: 50%;
            float: left;
        }

        .birthday > div > h1 {
            margin: 0;
            padding: 35px 0 0 0;
            font-size: 20px;
        }


.timetable {
    width: 100%;
    float: left;
}

.calendarControl {
    margin: 0 0 20px 0;
}

    .calendarControl .monthControl {
        width: auto;
        float: left;
        background: #1d2a5c;
        color: #fff;
        padding: 4px 24px 4px 12px;
        border-radius: 3px;
        margin: 0 0 10px 0;
    }

        .calendarControl .monthControl div, .calendarControl .monthControl p {
            width: auto;
            float: left;
            margin: 0;
            padding: 4px 0;
        }

        .calendarControl .monthControl div {
            border-right: 1px solid #616b8e;
            padding-right: 13px;
        }

        .calendarControl .monthControl p {
            margin: 0 0 0 21px;
        }

        .calendarControl .monthControl a {
            background: none;
            padding: 0 8px;
            margin: 0;
            border: 0;
        }

            .calendarControl .monthControl a:hover, .calendarControl .monthControl a:focus {
                background: none;
                text-decoration: none;
            }

            .calendarControl .monthControl a i {
                color: #fff;
            }

.calendarRightBut {
    float: right;
}

    .calendarRightBut button {
        background: #1d2a5c;
        padding: 0 20px;
        color: #fff;
        line-height: 32px;
        font-size: 13px;
        float: none;
        margin: 0;
    }

        .calendarRightBut button:hover, .calendarRightBut button:visited, .calendarRightBut button:active, .calendarRightBut button:focus {
            background: #fdba15;
            color: #fff;
            box-shadow: 0 !important;
        }

        .calendarRightBut button.active {
            background: #fdba15;
        }

.calendarTable {
    width: 100%;
}

    .calendarTable table {
        width: 98%;
        float: right;
        margin: 0;
    }

    .calendarTable th {
        background: #1d2b5d;
        border-right: 1px solid #616b8e;
        color: #fff;
        font-weight: normal;
    }

    .calendarTable span {
        width: 100%;
        float: left;
        padding: 16px;
    }

    .calendarTable th:first-child {
        width: 20%;
    }

    .calendarTable th:last-child {
        border: 0px;
    }

    .calendarTable td {
        border-bottom: 1px solid #d2d5df;
        text-align: justify;
    }

        .calendarTable td:first-child {
            border-bottom: 1px solid #fff;
            background: #e5e5e5;
            vertical-align: top;
        }

        .calendarTable td > div {
            padding: 25px 16px;
        }

            .calendarTable td > div div {
                font-size: 24px;
            }

        .calendarTable th th:first-child, .calendarTable td td:first-child {
            width: 65%;
        }

            .calendarTable th th:first-child span, .calendarTable td td:first-child span {
                padding-left: 0 !important;
            }

        .calendarTable th th, .calendarTable td td {
            background: none !important;
            border-bottom: 0;
        }

        .calendarTable td tr {
            border-top: 1px solid #e9e9e9;
        }

            .calendarTable td tr:first-child {
                border-top: 0;
            }

        .calendarTable td td:first-child {
            border: 0;
        }

    .calendarTable .activeDay {
        color: #fff;
        background: #fdba15 !important;
    }


.messagingInbox {
    width: 100%;
    float: left;
}

    .messagingInbox .messagingActions {
        width: 100%;
        float: left;
        background: #1e2b5b;
    }

        .messagingInbox .messagingActions a {
            width: auto;
            float: left;
            margin: 0 1px 0 0;
            padding: 0 15px;
            font-size: 12px;
            text-transform: uppercase;
            line-height: 46px;
            color: #fff;
        }

            .messagingInbox .messagingActions a:hover {
                background: #f8cd53;
                text-decoration: none;
            }

            .messagingInbox .messagingActions a.selected {
                background: #f8cd53;
            }

    .messagingInbox .messagingSearch {
        width: auto;
        float: right;
        margin: 4px;
    }

        .messagingInbox .messagingSearch input {
            width: auto;
            float: left;
            background: #35416c;
            border: 0;
            height: 38px;
            color: #969db3 !important;
            border-radius: 0;
        }

            .messagingInbox .messagingSearch input::-webkit-input-placeholder {
                color: #969db3;
            }

            .messagingInbox .messagingSearch input:-moz-placeholder {
                color: #969db3;
            }

            .messagingInbox .messagingSearch input::-moz-placeholder {
                color: #969db3;
            }

            .messagingInbox .messagingSearch input:-ms-input-placeholder {
                color: #969db3;
            }

            .messagingInbox .messagingSearch input::-ms-input-placeholder {
                color: #969db3;
            }

            .messagingInbox .messagingSearch input:placeholder-shown {
                color: #969db3;
            }

        .messagingInbox .messagingSearch div {
            width: auto;
            float: left;
        }

            .messagingInbox .messagingSearch div button {
                margin: 0;
                background: #35416c;
                height: 38px;
                padding: 0 10px;
                color: #969db3;
                border-radius: 0;
            }

    .messagingInbox > h1 {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 15px 0;
    }

        .messagingInbox > h1 a {
            float: right;
        }

            .messagingInbox > h1 a:hover {
                text-decoration: none;
            }

            .messagingInbox > h1 a:first-child {
                margin: 0 0 0 20px;
            }

.inboxList {
    width: 100%;
    float: left;
}

    .inboxList > div {
        width: 100%;
        float: left;
        background: #eee;
        border-bottom: 1px solid #ddd;
        padding: 15px 25px;
        margin: 0;
        cursor: pointer;
    }

    .inboxList .readMessage {
        background: #f5f5f5;
    }

    .inboxList h2 {
        width: auto;
        float: left;
        padding: 0;
        margin: 0;
        color: #1e2b5b;
    }

        .inboxList h2 span {
            width: 100%;
            float: left;
            padding: 0;
            margin: 5px 0 0 0;
            color: #777;
            font-family: Arial;
            font-size: 13px;
        }

.inboxList-details {
    width: auto;
    float: right;
    padding: 2px 0 0 0;
    margin: 0;
    color: #777;
}

    .inboxList-details a {
        float: right;
        padding: 0;
        margin: 0 0 0 10px;
        color: #777;
        font-size: 18px;
    }

        .inboxList-details a:hover {
            text-decoration: none;
        }

    .inboxList-details > span {
        float: right;
        padding: 0;
        margin: 0;
        color: #777;
        font-size: 20px;
    }

    .inboxList-details .timing {
        width: 100%;
        float: right;
        padding: 4px 0 0 0;
        font-size: 12px;
    }

        .inboxList-details .timing span {
            width: auto;
            float: right;
        }

            .inboxList-details .timing span:first-child {
                margin: 0 0 0 10px;
            }

.newMessage .form-horizontal {
    margin: 15px 0 0;
    width: 100%;
    float: left;
}

.form-horizontal .control-label {
    padding-top: 9px;
}

.newMessage input {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
}

.form-control, .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
}

.newMessage textarea {
    border: 0;
    padding: 0;
}

.newMessage .fileUpload span {
    padding: 0 15px;
}

.readMall {
    margin: 15px 0 0;
    width: 100%;
    float: left;
}

    .readMall > div:first-child {
        width: auto;
        float: right;
    }

    .readMall > div:last-child {
        width: auto;
        float: left;
    }

    .readMall > div:first-child {
        font-size: 22px;
    }

        .readMall > div:first-child a {
            float: right;
            margin: 0 0 0 20px;
            color: #1e2b5b;
        }

            .readMall > div:first-child a:hover {
                text-decoration: none;
            }

    .readMall > div:nth-child(2) p {
        margin: 0 0 5px 0;
        font-size: 12px;
    }

    .readMall > div:nth-child(2) a {
        margin: 0 12px 0 0;
    }

        .readMall > div:nth-child(2) a i {
            margin: 0 3px 0 0;
            font-size: 15px;
            color: #777;
        }

    .readMall > p {
        margin-bottom: 20px;
    }

.innerCenterBar > div h1 .teacherName {
    font-family: Arial;
    font-size: 14px;
    color: #666;
}

.studentName {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

    .studentName ul {
        padding: 0;
        margin: 0;
    }

    .studentName li::before {
        content: "\f105";
        font: normal normal normal 16px/1 FontAwesome;
        margin: 0 10px 0 -15px;
        color: #f8cd53;
    }

    .studentName li {
        list-style: none;
        margin: 0 2% 0 15px;
        padding: 0 0 12px 0;
        float: left;
        width: 20%;
    }

        .studentName li a {
            color: #888;
            font-size: 13px;
            transition: all .4s ease;
            cursor: pointer;
        }

            .studentName li a:hover {
                text-decoration: none;
                color: #1e2b5b;
            }

.oneSubject {
    float: left;
    width: 100%;
}

    .oneSubject .homePostes {
        float: left;
        width: 100%;
        padding: 55px 0 0 0;
    }

        .oneSubject .homePostes > div {
            background: #eeeeee;
        }

    .oneSubject .postComents > div:first-child {
        background: #fff;
    }

    .oneSubject .homeWritePost {
        margin: 0 0 15px 0;
    }

.innerCenterBar .homePostes button, .innerCenterBar .homeWritePost button {
    border-radius: 0;
    margin: 0;
}

.innerCenterBar .homeWritePost {
    background: #eeeeee;
}

    .innerCenterBar .homeWritePost::after {
        border-bottom: 0;
        border-right: 0;
    }

.teachersName {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    max-height: 315px;
    overflow: hidden;
    overflow-y: auto;
}

    .teachersName > div {
        position: relative;
        border-bottom: 0px solid #ddd;
        float: left;
        width: 100%;
        padding: 4px 0;
    }

        .teachersName > div:last-child {
            border: 0;
        }

        .teachersName > div > img {
            width: 70px;
            height: 70px;
            margin: 0 10px 0 0;
            padding: 5px;
            background: #fff;
            border: 1px solid #e9e9e9;
            border-radius: 50%;
            float: left;
        }

        .teachersName > div > h1 {
            margin: 0;
            padding: 25px 0 0 0;
            font-size: 20px;
            float: left;
        }

    .teachersName ul {
        padding: 0;
        margin: 0;
    }

    .teachersName li::before {
        content: "\f103";
        font: normal normal normal 16px/1 FontAwesome;
        margin: 0 7px 0 -15px;
        color: #f8cd53;
    }

    .teachersName li {
        list-style: none;
        margin: 0 8px 0 15px;
        padding: 0 0 12px 0;
    }

        .teachersName li a {
            font-size: 13px;
            transition: all .4s ease;
        }

            .teachersName li a:hover {
                text-decoration: none;
                color: #1e2b5b;
            }

.surveyResult div {
    width: 100%;
    float: left;
    padding: 20px;
    background: #eee;
    margin: 0 0 20px 0;
}

    .surveyResult div strong {
        margin: 0 0 14px 0;
        width: 100%;
        float: left;
        font-size: 15px;
        font-weight: normal;
    }

    .surveyResult div p {
        margin: 0 0 14px 16px;
        width: 100%;
        float: left;
        line-height: 22px;
    }

    .surveyResult div span {
        background: #1e2b5b;
        border-radius: 4px;
        padding: 2px 8px;
        margin: 0 6px 0 0;
        color: #fff;
        font-size: 12px;
        float: left;
        line-height: 20px;
        text-align: center;
        width: 44px;
    }

.exam {
    width: 100%;
    float: left;
}

    .exam .examTitle {
        width: 100%;
        float: left;
        background: #f8cd53;
        position: relative;
    }

        .exam .examTitle h1 {
            color: #9d8237;
            width: 100%;
            float: left;
            text-align: center;
            padding: 15px 0 35px 0;
        }

    .exam .examStep {
        width: 100%;
        float: left;
        position: relative;
        margin: 0 0 20px 0;
    }

        .exam .examStep div {
            width: 65px;
            height: 65px;
            background: #1e2b5b;
            padding: 14px 8px 0;
            border-radius: 50%;
            margin: -35px auto 0;
        }

            .exam .examStep div p, .exam .examStep div span {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0;
                text-align: center;
            }

            .exam .examStep div p {
                color: #fff;
                text-transform: uppercase;
            }

            .exam .examStep div span {
                color: #f8cd53;
                clear: both;
            }

    .exam .examQuestion {
        width: 100%;
        float: left;
        border-radius: 4px;
        background: #e5e5e5;
        padding: 15px;
        font-size: 18px;
        text-align: center;
        color: #1e2b5b;
        line-height: 24px;
    }

        .exam .examQuestion img {
            margin: 15px auto 10px;
            /*max-width: 300px;*/
            border: 1px solid #ccc;
        }

        .exam .examQuestion span {
            margin: 0 8px;
            color: #aaa;
        }

            .exam .examQuestion span span {
                margin: 0 5px;
                color: #888;
            }

    .exam .examAnswers {
        float: left;
        background: url(../images/bgExam.gif) no-repeat center 50px;
        padding: 20px;
        min-height: 420px;
    }

        .exam .examAnswers .form-group {
            float: left;
            width: 100%;
        }

        .exam .examAnswers .examButtons {
            width: 100%;
            float: left;
            border-top: 1px solid #ddd;
            margin: 40px 0 0 0;
            padding: 20px 0 0 0;
        }

            .exam .examAnswers .examButtons input {
                margin-left: 5px;
            }

        .exam .examAnswers input[type="checkbox"] + label img, .exam .examAnswers input[type="radio"] + label img {
            margin: 0;
            width: 150px !important;
            border: 1px solid #ddd;
            padding: 4px;
            margin-bottom: 4px;
        }

        .exam .examAnswers .fileUpload {
            margin: 0 auto;
            width: 100px;
            float: none;
            cursor: pointer;
        }

            .exam .examAnswers .fileUpload input.upload {
                width: 100px;
                cursor: pointer;
            }

        .exam .examAnswers input[disabled] {
            width: 100%;
            text-align: center;
        }

        .exam .examAnswers .answerNum {
            font-size: 18px;
            line-height: 36px;
            float: left;
        }

.examAnswers [data-draggable="target"] {
    list-style-type: none;
    width: 150px;
    height: 110px;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
    border: 1px solid #ccc;
}

.examAnswers .leftBarMatch [data-draggable="target"], .examAnswers .rightBarMatch .staticBar img {
    background: #f5f5f5;
}

.examAnswers [data-draggable="item"] {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 110px;
    font-size: 20px;
    padding: 0;
    color: #1e2b5b;
    font-family: "Times New Roman";
    text-align: center;
}

.examAnswers .itemDragText {
    padding: 40px 5px;
}

.matchQuestion img {
    width: 150px;
    height: 110px;
}

.examAnswers .rightBarMatch span {
    background-color: rgba(255,255,255,0.6);
}

.examAnswers .rightBarMatch {
    position: relative;
}

.examAnswers .staticBar img {
    margin-bottom: 20px;
}

.examAnswers .targetBarMatch {
    position: absolute;
}

.examAnswers .rightBarMatch .targetBarMatch img {
    padding: 0 80px 60px 0;
}


.examArabic {
    direction: rtl;
}

    .examArabic .rightBarMatch .col-xs-6, .examArabic .leftBarMatch .col-xs-12, .examArabic .row > .col-xs-6 {
        float: right !important;
    }

    .examArabic input[type="checkbox"] + label, .examArabic input[type="radio"] + label {
        padding: 0 40px 0 0;
    }

    .examArabic input[type="checkbox"] + label {
        background: url(../images/check_sheet.png) right top no-repeat;
    }

    .examArabic input[type="radio"] + label {
        background: url(../images/radio_sheet.png) right top no-repeat;
    }

    .examArabic input[type="checkbox"]:checked + label {
        background: url(../images/check_sheet.png) right -600px no-repeat;
    }

    .examArabic input[type="radio"]:checked + label {
        background: url(../images/radio_sheet.png) right -600px no-repeat;
    }

    .examArabic .form-group .row .col-lg-3 {
        float: right;
    }

    .examArabic .col-sm-5, .examArabic .answerNum {
        float: right !important;
    }

.correctAnswer, .yourAnswer {
    float: left;
    width: 100%;
    background: #fcebba;
    margin: 0 0 25px 0;
    padding: 20px;
    color: #505050;
}

.yourAnswer {
    background: #e5e5e5;
}

    .correctAnswer h2, .yourAnswer h2 {
        border-bottom: 1px solid #e9d9ab;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        color: #1e2b5b;
    }

    .yourAnswer h2 {
        border-bottom: 1px solid #d5d5d5;
    }

    .correctAnswer img, .yourAnswer img {
        margin: 0;
        width: 150px !important;
        border: 1px solid #e9d9ab;
        padding: 4px;
        margin-bottom: 4px;
    }

    .yourAnswer img {
        border: 1px solid #d5d5d5;
    }

    .correctAnswer p, .yourAnswer p {
        margin: 0 0 10px 0;
    }

.correction .examAnswers {
    min-height: 1px;
    margin: 0 0 30px 0;
}

/*-- End Inner Pages --*/
































@media screen and (max-width: 1199px) {

    .md-modal {
        width: 50%;
    }

    .homeLeftBar, .homeRightBar {
        width: 213px;
    }

    .homeBarLink a div span {
        font-size: 12px;
    }
}


@media screen and (max-width: 1024px) {
}


@media screen and (max-width: 991px) {

    .topNewsTicker div {
        width: 20%;
    }

    ul.marquee {
        width: 79%;
    }

    .txtLogo {
        display: none;
    }

    .homeLeftBar, .homeRightBar {
        width: 100%;
    }

    .scrollBottom {
        position: relative !important;
        bottom: 0 !important;
    }

    .md-modal {
        width: 74%;
    }

    .homeLeftBar, .homeCenterBar {
        margin-bottom: 40px;
    }

    .studentName li {
        width: 29%;
    }
}


@media screen and (max-width: 767px) {

    .topNewsTicker {
        display: none;
    }

    .logo {
        margin: 12px auto;
        text-align: center;
        width: 100%;
    }

        .logo img {
            margin: 0px auto;
        }

    .md-modal {
        width: 90%;
    }

    .searchAboutStudent .form-inline .form-group {
        width: 100%;
    }

    .navbar-right .dropdown-menu {
        left: -350%;
    }

    /*============================================ Start Drop Down Menu ============================================*/

    .navbar-default {
        margin: 0;
        background: #f8cd53 !important;
    }

    #cssmenu {
        width: 100%;
    }

        #cssmenu > ul.open {
            display: block;
        }

        #cssmenu #menu-button {
            display: block;
            text-decoration: none;
            font-size: 12px;
            font-weight: bold;
            padding: 12px 25px;
            cursor: pointer;
            color: #fff;
        }

        #cssmenu.align-right > ul {
            float: none;
        }

        #cssmenu.align-center > ul {
            text-align: right;
        }

        #cssmenu > ul > li > ul {
            top: 0px !important;
        }

        #cssmenu > ul > li, #cssmenu.align-right > ul > li {
            float: left;
            display: block;
            margin: 0;
            padding: 0;
            width: 100%;
            border-right: 0;
            border-left: 0;
        }

            #cssmenu > ul > li > a {
                height: 45px;
                line-height: 45px;
                padding: 0 15px;
                margin: 0;
                color: #fff;
                text-align: left;
                float: left;
                width: 100%;
                border-bottom: 1px solid #ecc34f;
                border-top: 1px solid #ffd355;
            }

                #cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
                    background: #e7bf4d;
                }

                #cssmenu > ul > li > a i {
                    float: left;
                    color: #fff;
                    font-size: 22px;
                    margin: 0 10px 0 0;
                    line-height: 45px;
                }

                #cssmenu > ul > li > a span {
                    float: left;
                    width: auto;
                }

            #cssmenu ul ul, #cssmenu ul li:hover > ul, #cssmenu > ul > li > ul, #cssmenu ul ul ul, #cssmenu ul ul li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul li:hover > ul, #cssmenu.align-right > ul > li > ul, #cssmenu.align-right ul ul ul, #cssmenu.align-right ul ul li:hover > ul {
                right: 0;
                left: auto;
                top: auto;
                opacity: 1;
                width: 100%;
                position: relative;
                text-align: right;
                display: block;
            }

        #cssmenu ul ul {
            float: left;
            margin: 0;
            padding: 0 15px;
        }

            #cssmenu ul ul li {
                width: 100%;
                padding: 0;
            }

                #cssmenu ul ul li a {
                    height: 40px;
                    line-height: 40px;
                    width: 100%;
                    box-shadow: none;
                    padding: 0 35px;
                    text-align: left;
                    margin: 0;
                }

                #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
                    background: #e7bf4d;
                }

            #cssmenu ul ul ul {
                padding: 0 15px;
                float: left;
                width: 100%;
                margin-top: 0;
                margin-left: 0;
            }

                #cssmenu ul ul ul li a {
                    padding-left: 35px;
                    text-align: left;
                }

                #cssmenu ul ul ul li:hover > a, #cssmenu ul ul ul li.active > a {
                }

            #cssmenu ul ul li:first-child > a, #cssmenu ul ul li:last-child > a {
                border-radius: 0;
                text-align: left;
            }

            #cssmenu ul ul li.has-sub span {
                text-align: left;
            }

    .navbar-collapse.in {
        overflow-y: hidden;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0;
    }

    .navbar-toggle {
        border: 0 !important;
    }

    .navbar-default .navbar-toggle {
        margin-left: 8px;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff !important;
        }

        .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #fff !important;
        }

    .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
        background-color: #e7bf4d !important;
    }

    /*============================================ End Drop Down Menu ============================================*/


    .innerSubMenu {
        display: none;
    }

    .studentName li {
        width: 45%;
        margin: 0 1% 0 10px;
    }
}


@media screen and (max-width: 603px) {

    .messagingInbox .messagingSearch {
        width: 100%;
        float: left;
    }
}


@media screen and (max-width: 568px) {

    .searchAboutStudent .checkbox-inline {
        width: 100%;
    }

    .birthday > div {
        width: 100%;
    }

    .exam .examQuestion img {
        max-width: 100%;
    }
}


@media screen and (max-width: 480px) {

    .navbar-right .dropdown-menu {
        position: fixed;
        left: 0;
        top: 47px;
        width: 98% !important;
    }

    .examAnswers [data-draggable="target"], .matchQuestion img {
        width: 100px;
        height: 80px;
    }
}


@media screen and (max-width: 384px) {

    .homeCenterBar .homePostes > div div.postContent {
        padding: 34px 0 0 0;
    }

    .studentName li {
        width: 100%;
        margin: 0 0 0 10px;
    }
}




@media screen and (max-width: 320px) {

    .homeCenterBar .homePostes > div div.postContent span {
        width: 100%;
        line-height: 20px;
    }

    .homeCenterBar .homePostes > div div.postContent p {
        margin-top: 0;
    }

    .postControls > .floatR {
        float: left;
    }
}


@media screen and (max-width: 318px) {

    .topControlBar ul {
        margin: 0 40px 0 0;
    }

        .topControlBar ul > li {
            margin: 6px 0 6px 5px;
        }

            .topControlBar ul > li > a i {
                font-size: 18px;
                width: 30px;
                height: 30px;
                line-height: 32px;
            }

    .searchBox button i {
        width: 30px;
        height: 30px;
        line-height: 29px;
    }

    .searchBox input {
        height: 30px;
    }
}


@media screen and (max-width: 240px) {
}
