﻿.preheader {
    width: 100%;
    background-color: #232936;
    height: 30px;
    line-height: 24px;
}


    .preheader a {
        color: #fff;
    }

        .preheader a:hover {
            opacity: .5;
            transition: 0.5s;
        }

.menubar {
    background-color: #232936;
    width: 100%;
    top: 80px;
}
    .menubar {
        width: 100%;
        top: 0px;
        position: relative;
        z-index: 99;
    }
.header {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    background-color: #fff;
      background-image: url(/portal/sms/home/images/txture.jpg);
    border-bottom: 4px solid #232936;
}
.slider {
    width: auto;
    text-align: center;
    background-color: #7879b9;
    background-image: url(/portal/sms/home/images/black-lozenge.png);
}
.citizen_login_btn {
    background-color: #02035a;
    border-radius: 10px;
    border: 2px solid #fff;
    width: 30%;
    margin: 0 auto;
    display: block;
}


    .citizen_login_btn:hover {
        background-color: #3839B3;
       
    }
.category {
    font-size: 16px;
    color: #74ACF9;
}
    .main_heading::before {
        content: "";
        display: inline-block;
        height: 4px;
        position: relative;
        vertical-align: middle;
        width: 3%;
        background-color: #02035a;
    }

    .main_heading::after {
        content: "";
        display: inline-block;
        height: 4px;
        position: relative;
        vertical-align: middle;
        width: 3%;
        background-color: #02035a;
    }
.btn {
    border: 1px solid #02035a;
    text-align: center;
    display: inline block;
    cursor: pointer;
    color: #000;
    padding: 10px 20px;
}
.btn:hover {
    color: #fff;
    background-color: #02035a;
    transition: 0.8s;
}
.signin_button {
    background-color: #5d6b8b;
    border: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
}

    .signin_button:hover {
        background-color: #232936;
        transition: 0.5s;
    }
.icn_area {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #02035a;
    text-align: center;
}

    .icn_area:hover {
        background-color: #282983;
        transition: 0.2s;
    }

.footer {
    width: 100%;
    background-color: #232936;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.btn_submit {
    background-color: #232936;
}

    .btn_submit:hover {
        opacity:.9;
        cursor: pointer;
    }
.fp_area {
    width: 49%;
    background-color: #f5f5f5;
    border-radius: 30px;
    padding: 0 15px 15px 15px;
    margin: 73px auto;
    border-bottom: 4px solid #0099dd;
    text-align: center;
}
.login_area {
    width: 60%;
    background-color: #f5f5f5;
    border-radius: 30px;
    padding: 20px;
    margin: 40px auto;
    border-bottom: 4px solid #0099dd;
}
.profile_title {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #232936;
    position: relative;
    margin: 0 0 10px 0;
}
.left_border {
    width: 50px;
    height: 4px;
    background-color: #232936;
    position: absolute;
    left: 0;
    bottom: 0;
}
.filter-button {
    text-align: center;
    border-radius: 5px;
    color: #000;
    /*padding: 10px 20px;*/
    border: none;
    background-color: #B2D2FF;
    padding: 0px 10px;
    line-height: 45px;
}

    .filter-button:hover {
        text-align: center;
        color: #ffffff;
        background-color: #003B8A;
        transition: 0.5s;
        border-radius: 5px;
        border: none;
    }

    .filter-button.active {
        background-color: #003B8A;
        color: white;
    }
      /*notification_btn_css*/

.notification_btn {
    float: right;
    margin: 250px -68px 0px 0px;
    vertical-align: middle;
    position: relative;
    z-index: 99;
    transform: rotate(-90deg);
    border-radius: 10px 10px 0 0;
    width: 181px;
}

    .notification_btn a {
        color: #fff;
        background-color: #232936;
        padding: 10px 50px;
        border-radius: 10px 10px 0 0;
    }
/*notification_btn_css*/
/* BlueCitizenstyles.css  */

#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #71bdff;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #000;
    background-color: #71bdff;
    transition: 0.5s;
}

#cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    background: #232936;
    color: #fff;
}

#cssmenu ul ul li a {
    padding: 10px 7px 16px 22px;
    font-size: 12px;
    color: #000;
    background: #78B5FF;
    background-color: #fff;
    border-bottom: 1px solid #4d0075;
}



#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #000;
    background-color: #6fa4f1;
    transition: 0.5s;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #C8A0DE;
}

/* vertical */


#vertical_tab_nav li a.selected {
    background: #232936;
    color: #ffffff;
}
#vertical_tab_nav li a:hover {
	background-color: #d6d7d9;
    transition: 0.5s;
	
}
#vertical_tab_nav ul li ul a {
	display: block;
	font-size: 15px;
	color: #000;
	padding: 12px 10px;
	    background-color: #d6d7d9;

}
/* add for button theme not working properly in login  */
.btn_form {     
    border: none;
    padding: 10px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
    background-repeat: no-repeat;
    background-position: calc(100% - 96px) calc(1em + -6px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    min-width: 120px;
}

.marksheetheader_d-none
{display:none !important;}


.photoStudentProfilePhoto {
    text-align: center;
    border: 3px double #ccc;
    margin: 10px auto;
    height: 198px;
    width: 177px;
}

.imgph {
        width: 100%;
        height: 78%;
    }