/* CHARISMA THEME CSS*/

/*@import url(https://fonts.googleapis.com/css?family=Shojumaru);*/


.navbar .navbar-inner {
    background: none;
    border-radius: 0;
}

.navbar h3 {
    float: left;
    font-family: "montserrat";
    font-size: 14px;
    color: #424951;
    font-weight: normal;
    margin-top: 10px;
    margin-left: 8px;
}

.top-home-btn, .logo {
    float: left;
}

.top-home-btn {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #fff !important;
    background: #424951;
    font-size: 25px;
    margin-right: 10px;
}

.logo {
    width: 35px;
    height: auto;
    margin: 4px 0 0;
}

.navbar {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

    .navbar .navbar-inner {
        padding: 0;
        width: 100%;
        float: left;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    }

    .navbar .container-fluid {
        width: 100%;
        float: left;
        padding: 0;
    }


.profile-icon img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.top-search {
    border: #ccc solid thin;
    display: inline-block;
    border-radius: 30px;
    padding: 0 10px;
    margin-top: 4px;
    padding-right: 5px;
}

.login-main-menu {
    color: #424951;
    cursor: pointer;
    float: right;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: auto;
    position: relative;
}

.navbar #ctl00_UpSearchData {
    float: right;
}

.top-right {
    position: relative;
}

#login {
    margin: 0;
    left: auto;
    right: -20px;
}

#triangle {
    width: 335px;
    height: auto;
    background-size: 100% 100%;
}

.navbar .dxeButtonEditSys {
    border-radius: 0;
    border: none;
    /*height:45px;*/
}



.student-icon {
    width: auto;
    height: auto;
    margin-top: 2px;
    float: left;
}

    .student-icon a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 18px;
        border: #aaa solid thin;
        text-align: center;
        border-radius: 50%;
        display: block;
        color: #aaa;
    }

    .student-icon .active-user {
        background: var(--primary-color);
        border-color: #fff;
        color: #fff;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

.navbar .dxeButtonEditButton_BlackGlass {
    background: #ccc;
    border-color: #ccc;
    display: none;
}

.search-part input[type="submit"] {
    font-family: "Ionicons";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    margin-top: 3px;
    font-size: 18px;
    text-align: center;
    line-height: 16px;
    padding: 0;
}

    .search-part input[type="submit"]:hover {
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    }

.user-inr-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    /*margin-top: 5px;
    margin-right: 10px;*/
}

.login-main-menu {
    color: #424951;
    cursor: pointer;
    float: right;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: auto;
    position: relative;
}

.name-main-menu {
    padding: 12px 10px;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
}

/* all module menu css  */

#all-modules {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    background: rgba(66,73,81,0.97);
    z-index: 1000001;
    text-align: center;
    box-shadow: 0 7px 20px 0 rgba(0,0,0,0.5);
    transition: none !important;
    display: block;
    overflow: auto;
}


    #all-modules h3 {
        color: #fff;
        margin: 20px 0;
		font-family:"montserrat";
		font-weight:normal;
    }

.modules-lists {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

    .modules-lists h4 {
        margin-top: 10px;
        color: #8c939b;
        font-size: 12px;
        line-height: 14px;
    }

    .modules-lists .icon-main {
        background: rgba(255,255,255,0.05);
        color: #fff;
    }

    .modules-lists li a:hover .icon-main, .modules-lists li.active a .icon-main {
        background: var(--primary-color);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
        font-size: 35px;
    }

    .modules-lists li a:hover h4, .modules-lists li.active a h4 {
        color: var(--primary-color);
    }

    .modules-lists li {
        text-align: center;
        display: inline-block;
        float: none;
        padding: 10px 15px;
        width: 100px;
        vertical-align: top;
        box-sizing:border-box;
    }

        .modules-lists li a {
            display: block;
            position: relative;
        }

            .modules-lists li a .notify-me {
                color: #fff;
                width: 25px;
                height: 25px;
                text-align: center;
                line-height: 25px;
                font-size: 11px;
                font-family: "montserrat";
                top: -10px;
                right: -10px;
                z-index: 500;
            }

.close-modules {
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #353a40;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 2;
}

.icon-main {
    position: relative;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 15px;
    background: #fff;
    font-size: 30px;
    line-height: 70px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    z-index: 2;
    color: #747b82;
}

.icon-sm {
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 55px;
}

.modules-lists .icon-main {
    background: rgba(255,255,255,0.05);
    color: #fff;
}

.modules-lists li a:hover .icon-main, .modules-lists li.active a .icon-main {
    background:#019934;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    font-size: 35px;
	transition:all 0.4s ease;
}


.modules-lists h4 {
    margin-top: 10px;
    color: #8c939b;
    font-size: 12px;
    line-height: 14px;
    font-family:"montserrat";
    font-weight:normal;
}

.modules-lists li a:hover {
    text-decoration: none !important;
}

    .modules-lists li a:hover h4, .modules-lists li.active a h4 {
        color: #fff;
        text-decoration: none !important;
		font-weight:normal !important;
    }

.all-module-search {
    position: relative;
    width: 100%;
    float: left;
}

.search-big-box, #all-modules .tab-content {
    width: 85%;
    float: none;
    text-align: left;
    margin: auto;
}

.search-big-box {
    position: relative;
}

.search-box-inr {
    width: 50%;
    float: none;
    position: relative;
    margin: auto;
}

.search-big-box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 55px !important;
    line-height: 55px !important;
    vertical-align: middle;
    width: auto;
}

.search-big-box input {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    height: 55px !important;
    line-height: 55px;
    color: #fff;
}

    .search-big-box input[type="text"] {
        width: 100% !important;
        border: none !important;
        border-bottom: #aaa solid thin !important;
        border-radius: 0 !important;
        position: relative !important;
    }

    .search-big-box input[type="submit"] {
        font-family: "Ionicons";
        font-size: 25px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .search-big-box input[type="text"]:focus {
        border-bottom-color: #019934 !important;
		box-shadow:none !important;
    }

.tab-content h3 {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #666 solid thin;
}

.vertical-scroll, .vertical-scroll div, .horizontal-scroll, .horizontal-scroll div {
    transition: none !important;
}

.inner-list-links {
    width: 100%;
    float: left;
}

    .inner-list-links li {
        width: 32.7%;
        padding-right: 20px;
        margin-bottom: 10px;
        float: none;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

        .inner-list-links li a {
            display: inline-block;
            padding-left: 30px;
            color: #ccc;
            font-family: "montserrat-light";
            position: relative;
        }


            .inner-list-links li a::before {
                font-family: "Ionicons";
                position: absolute;
                left: 0;
                font-size: 18px;
                content: '\f2f8';
                display: block;
                color: #fff;
            }

            .inner-list-links li a:hover {
                color: #fff;
				text-decoration:none;
            }

        .inner-list-links li.inner-list-heading {
            width: 100%;
            font-family: "montserrat";
            text-transform: uppercase;
            padding-top: 15px;
            margin-top: 15px;
            border-top: rgba(255,255,255,0.2) solid thin;
        }

            .inner-list-links li.inner-list-heading .submenuheader {
                color: #fff;
            }

			
			
			
.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.imgQucklink {
    background: none !important;
    border: medium none;
    box-shadow: none !important;
    color: #fff !important;
    font-family: "Ionicons" !important;
    font-size: 25px !important;
    line-height: 22px !important;
    padding: 0;
    cursor: pointer !important;
    width: 25px;
    height: 25px;
}

.back-btn {
    background: #353a40 none repeat scroll 0 0;
    color: #fff;
    left: 0;
    padding-right: 10px;
    position: fixed;
    top: 0;
    display: none;
    cursor: pointer;
}

#AddQuickLink input[type="submit"] {
    width: 27px !important;
}

.top-user {
    position: relative;
    float: right;
    width: auto;
    height: auto;
}

.profile-icon-inr {
    float: right;
    padding: 9px 25px 9px 10px;
    cursor: pointer;
    position: relative;
}

    .profile-icon-inr:hover {
        background: #cccccc;
    }


    .profile-icon-inr::after {
        position: absolute;
        font-family: "Ionicons";
        display: block;
        content: '\f3d0';
        right: 8px;
        top: 15px;
        color: #666;
        font-size: 15px;
    }

#toggle-login {
    font-size: 22px;
    line-height: normal;
}

.login-main-menu {
    height: auto;
    line-height: normal;
}

@media only screen and (max-width:900px) {
    .back-btn {
        display: block;
    }
}

@media only screen and (max-width:480px) {
    .back-btn span {
        display: none;
    }
}

/* all module menu css end */

.mCSB_scrollTools .mCSB_draggerRail {
    background: none !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(0,0,0,0.4) !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #019934 !important;
}

button.btn, input[type="submit"].btn {
    height: auto !important;
}

.profile-toggle {
    width: 150px;
    background: #fff;
    border: #ccc solid thin;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
    position: absolute;
    border-radius: 3px;
    display: none;
    transition: none;
    right: 0;
    min-width: 200px;
    padding: 0;
    top: 40px;
	z-index:1;
}

    .profile-toggle ul li {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

        .profile-toggle ul li a {
            display: block;
            width: 100%;
            text-align: left;
            color: #424951;
            font-family: "open-sans";
            font-size: 14px;
            padding: 10px;
            border-bottom: #ccc solid thin;
            box-sizing: border-box;
        }

            .profile-toggle ul li a:hover {
                background: #424951;
                color: #fff;
            }

    .profile-toggle > ul {
        margin: 0;
    }

/* side bar*/

.sidebar-nav {
    padding: 9px 0;
}

.sidebar-nav {
    padding: 9px 0;
    padding-bottom: 9px;
}

.nav .nav-header {
    background: none;
    color: #424951;
    text-align: left;
    font-family: "montserrat";
    font-size: 14px;
    margin-bottom: 5px;
}

.nav.nav-tabs.nav-stacked.main-menu img {
    float: left;
    padding-left: 7px;
    padding-right: 8px;
    padding-top: 9px;
    width: 16px;
}

.sidebar-nav .nav-tabs.nav-stacked > li > a {
    font-family: "open-sans";
    color: #666;
    border: none !important;
    border-bottom: #ccc solid thin !important;
    border-top: #ccc solid thin !important;
    font-size: 14px !important;
    padding: 10px;
}

.nav.nav-tabs.nav-stacked.main-menu img {
    display: none;
}

.sidebar-nav .nav-tabs.nav-stacked > li > a:hover {
    border-bottom: #ccc solid thin !important;
    border-top: #ccc solid thin !important;
}

.nav.nav-tabs.nav-stacked.main-menu > li:hover:not(.nav-header) a {
    color: var(--primary-color);
    border-bottom: #ccc solid thin !important;
}

.nav.nav-tabs.nav-stacked.main-menu > li:hover:not(.nav-header) {
    border: none !important;
}

.inner-list-links ul {
    margin: 0;
}

.tooltip {
    z-index: 100000002;
}

#RemoveQuickLink > div > input {
    border-radius: 10px;
    color: #424951 !important;
    font-size: 12px;
    background: transparent none repeat scroll 0 0;
    border-radius: 39px;
    text-decoration: none;
    opacity: 1;
    position: absolute;
}

    #AddQuickLink:hover,
    #RemoveQuickLink:hover,
    #RemoveQuickLink > div > input:hover {
        color: var(--primary-color) !important;
    }
/* side bar design end */

.side-icon {
    width: auto;
    float: left;
    position: absolute;
    left: 5px;
    top: 11px;
}

.sidebar-nav li {
    position: relative;
}


.sidebar-nav .nav-tabs.nav-stacked > li > a {
    padding-left: 25px;
}

.sidebar-nav li:hover .side-icon {
    color: var(--primary-color);
}

.top-search {
    position: relative;
}

    .top-search input.btnSearch {
        margin-left: 300px;
    }

    .top-search input[type="text"] {
        height: 26px !important;
        position: absolute;
        top: 3px;
        right: 42px;
        width: 270px;
        text-transform: capitalize;
        border: #f5f5f5 solid thin !important;
        font-family:"open-sans";
        color:#424951;
    }

    
/* top-UI automcompletre CSS DO NO TOUCH OR EDIT*/
.emp-stndnt-table {
    width: 550px !important;
    padding: 10px;
    background: #fff;
    border: #ccc solid thin;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    z-index: 100;
    right: 0 !important;
    left: auto !important;
    position: absolute !important;
    top:40px !important;
}

.srch-student-table {
    width: 850px !important;
   
}

.srch-first {
    width: 10%;
    text-align: center;
}

.srch-stdnt-sem{
     width: 5%;
    text-align: center;
}

.emp-stndnt-table li {
    list-style: none;
    white-space: nowrap;
    position: relative;
    font-size: 12px;
    color: #424951;
    padding:0;
    box-sizing: border-box;
    border-bottom: #ccc solid thin;
    float: left;
    width: 100%;
    cursor:pointer;
    
}



    .emp-stndnt-table li div {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        padding: 5px 7px;
        box-sizing: border-box;
        white-space: normal;
        font-family: "montserrat-light";
        font-size: 12px;
        text-transform:capitalize;
    }

.emp-stndnt-table .ui-state-focus {
    background: #ccc;
    color:#000;
    border:none !important;
}

.srch-emp-nm {
    width: 55%;
}

.srch-emp-dprtmnt {
    width: 30%;
    text-transform:uppercase !important;
}

.emp-stndnt-table li:first-child {
    color: #fff;
    border-bottom: #424951 solid thin;
    padding: 0;
    background: #424951;
    font-family: "montserrat";
    cursor:default;
}

.srch-stdnt-nm {
    width: 35%;
}

.srch-roll-no {
    width: 15%;
    word-break: break-word;
    position: relative;
    text-transform:uppercase !important;
}



.srch-enroll-no {
    width: 15%;
    word-break: break-word;
    position: relative;
    text-transform:uppercase !important;
}

.srch-stdnt-dprtmnt {
    width: 20%;
    word-break: break-word;
    position: relative;
     text-transform:uppercase !important;
}

.emp-stndnt-table li:first-child .srch-roll-no, .emp-stndnt-table li:first-child .srch-stdnt-dprtmnt, .emp-stndnt-table li:first-child .srch-enroll-no,
.emp-stndnt-table li:first-child .srch-emp-dprtmnt {
    text-transform:capitalize !important;
}

/*end*/

.modules-lists ul{
    margin:0 !important;
}

.welcome-h4{
    display:none;
}


@media only screen and (max-width:730px){
    .emp-stndnt-table{
          width:490px !important;
          overflow:auto !important;
    }
    
    .srch-student-table {
        width: 600px !important;
        overflow:auto;
    }

    .emp-stndnt-table li div{
        white-space:nowrap;
    }

     .emp-stndnt-table li{
         width:auto !important; 
     }

    .srch-first{
        width:60px;
    }

    .srch-stdnt-nm {
        width: 230px;
    }

    .srch-roll-no, .srch-enroll-no{
        width:120px;
    }

    .srch-stdnt-dprtmnt{
        width:180px;
    }

    .srch-emp-nm{
           width:250px;
    }

    .srch-emp-dprtmnt{
        width:250px;
    }

    .srch-student-table {
        width: 600px !important;
        overflow:auto;
    }
}

@media only screen and (max-width:640px){
     .emp-stndnt-table {
         width:90% !important;
         float:none;
         margin:auto;
     }
}

.inner-list-links li a:hover::before {
  color: #019934;
}