/*========================== CUSTOM CSS ==========================*/

body {
    overflow-x: hidden;
}

.login-info a {
    cursor: text !important;
}

.login-info a:hover {
    color: #c0bbb7 !important;
}

.img {
    max-width: 100%;
}

#logo-group {
    width: 220px !important;
    /*margin: 8px 0;*/
}

#logo-group>span {
    width: 100%;
}

.login_header {
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin: 0px;
}

.login_page_logo {
    float: left;
    text-align: center;
    padding: 20% 15%;
}

.login_page_mobile {
    float: right;
    position: relative;
    top: -40px;
}

.thanks_page_content {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10%;
    font-family: Lucidatypewriter, monospace;
}

.thanks_page {
    text-align: center;
    border: 2px solid #CECECE;
    margin: 10%;
    padding: 10%;
    background: #fff;
}

.text_wrap {
    overflow: hidden;
    text-overflow: ellipsis;
}

.no_padding {
    padding: 0px;
}

.no_margin {
    margin: 0px;
}

.bulletin_save_btn_style {
    text-align: right;
}

.bulletin_save_btn_style input[type="submit"] {
    margin: 1%;
}

.bulletin_list_student_detail {
    border: 1px solid #d4d4d4;
    padding: 1%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.textbold {
    font-weight: bold;
}


/*10/05/2017 backend logo changes*/

.custom_header_style {
    background: #fff !important;
}

.custom_logo_style {
    margin-top: 13px !important;
    margin-left: 13px !important;
}

.custom_logo_style img {
    width: 170px !important;
}

.remove_quota_mapping {
    color: red;
    margin: 9px;
}

.remove_course_quota_mapping {
    color: red;
    margin: 9px;
}

.remove_degree_quota_mapping {
    color: red;
    margin: 9px;
}


/*========================== Student detail: page align ==========================*/

.align_right {
    text-align: right;
}

.bold {
    font-weight: bold;
}


/*========================== End Student detail: page align ==========================*/


/*========================== Student Registration Page Accordion ==========================*/

.icon .accordion-toggle :after {
    font-family: 'FontAwesome';
    float: right;
    color: grey;
    content: "\f067";
}

.icon .accordion-toggle.collapsed:after {
    content: "\f068";
}

.panel-title :after {
    font-family: 'FontAwesome';
    float: right;
    color: grey;
    content: "\f068";
}

.panel-title .accordion-toggle.collapsed:after {
    content: "\f067";
}

.ui-datepicker {
    z-index: 100 !important;
}


/*========================== End Student Registration Page Accordion ==========================*/


/*========================== Student registration page input box margin ==========================*/

.input_box {
    margin-bottom: 5%;
}

.no_padding-left {
    padding-left: 0px !important;
}


/*========================== End Student registration page input box margin ========================== */


/*========================== Login / forgot password / reset password Page CSS ==========================*/

.auth_bg_img {
    background: url("../img/home-banner.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3% 0;
}

.auth_page_content {
    padding: 15% 10%;
}

.auth_page_content h2 {
    color: #001759;
    font-weight: 500;
}

.auth_page_content h1 {
    color: #001759;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.auth_content {
    margin: 10%;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    border-radius: 10px;
}

.auth_custom_field {
    display: inline-block;
    width: 80%;
    border-radius: 5px !important;
}

.auth_button-style {
    font-weight: bold;
}

.auth_button-style {
    background: #0095da;
    border-color: transparent;
    font-weight: bold;
}

.signup_button-style {
    background: #0095da;
    border-color: transparent;
    font-weight: bold;
}

.auth_button-style:hover {
    background: #0095da;
    border-color: #0095da;
}

.signup_button-style:hover {
    background: #0095da;
    border-color: #0095da;
}

.auth_button-style[disabled] {
    background: #0095da;
}

.forgot_password_link a {
    color: #272727;
}

.content_img {
    text-align: center;
    padding: 10% 10% 5% 10%;
}

.content_img .fa {
    font-size: 70px;
}

.content_description {
    text-align: center;
    padding: 0 10% 10% 10%;
}

.content_description h5 {
    font-weight: bold;
}

.space_footer {
    margin-bottom: 5%;
}

.page-footer {
    bottom: 0px;
    width: 100%;
    position: absolute;
}

.footer_without_login {
    padding-left: 0px !important;
    text-align: right;
}

.forgot_password_page_content {
    margin: 10%;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    border-radius: 10px;
    padding-bottom: 4%;
}

.reset_password_page_content {
    margin: 5%;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    border-radius: 10px;
    padding-bottom: 4%;
}


/*========================== End Login / forgot password / reset password Page CSS ==========================*/


/*========================== Student register- Academic qualification accordion CSS ==========================*/

.clear {
    clear: both;
}

.right {
    text-align: right;
}

.add_new_row_btn_style {
    text-align: right;
}

.add_new_school_block .smester_block {
    /*background: #3276b1; padding: 6px 12px; color: #fff;*/
    font-weight: bold !important;
    /* border-radius: 3px;*/
}

.add_new_school_block:hover {
    color: #fff;
}

.right a:focus {
    color: #fff;
}

.add_new_row_a_style {
    background: #3276b1;
    padding: 6px 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.add_new_row_a_style:hover {
    color: #fff;
}

.add_new_row_btn_style a:focus {
    color: #fff !important;
}

.school_block {
    border: 5px solid #ccc;
    padding: 3%;
    margin-bottom: 2%;
    border-radius: 5px;
}

.graduation_block {
    border: 5px solid #ccc;
    padding: 3%;
    margin-bottom: 2%;
    border-radius: 5px;
}

.school_detail_heading h2,
.subject_detail_heading h2 {
    text-align: center;
    font-weight: bold;
}

.college_detail_heading h2 {
    text-align: center;
    font-weight: bold;
}

.remove_school_block {
    float: right;
}


/*========================== End Student register- Academic qualification accordion CSS ==========================*/


/*========================== About us page CSS ==========================*/

.aboutus_page {
    background: #fff;
    padding: 2% 5% 5%;
    border: 1px solid #ccc;
}

.page_heading {
    padding: 2% 0%;
}

.page_heading h1 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}


/*========================== End About us page CSS ==========================*/


/*========================== Term Condition page CSS ==========================*/

.termcondition_page {
    background: #fff;
    padding: 2% 5% 5%;
    border: 1px solid #ccc;
}

.page_heading {
    padding: 2% 0%;
}

.page_heading h1 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}


/*========================== End Term Condition page CSS ==========================*/


/*========================== Contact us page CSS ==========================*/

.contactus_page {
    background: #fff;
    padding: 2% 5% 5%;
    border: 1px solid #ccc;
}

.page_heading {
    padding: 2% 0%;
}

.page_heading h1 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.contact_form {
    padding: 5% 5% 3%;
    border: 2px solid #d7d7d7;
    border-radius: 5px;
    background: #eee;
}

.font-bold {
    font-weight: bold;
}

.input_box_style {
    letter-spacing: 2px;
}


/*========================== End Contact us page CSS ==========================*/


/*========================== Footer Menu CSS ========================== */

.footer_menu_ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu .footer_menu_ul .footer_menu_li a {
    color: #fff;
}


/*========================== End Footer Menu CSS ========================== */


/*========================== Manage Configure Alert==========================*/

.configure_alert_style {
    margin: 13px;
}


/*========================== End Manage Configure Alert==========================*/


/*college_register page changes: 25/10/2016*/

.total_marks_font_style {
    font-size: 18px;
    font-weight: bold;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1% 0;
    text-align: center;
}

.college_marks_font_style {
    font-size: 18px;
    font-weight: bold;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1% 0;
    text-align: center;
}


/*20/01/2017 changes: alert_configure_blade*/

.filter_student_block {
    border: 2px solid #ddd;
    padding: 2%;
    background: #fff;
    border-radius: 5px;
}

.filter_student_title h3 {
    margin: 0px;
}

.college_filter_first_block {
    padding: 0 30px 0 15px !important
}

.college_filter_second_block {
    padding: 0 15px 0 30px !important
}


/*04/05/2017 changes: alert_configure_blade*/

.student_related_details {
    padding: 15px 15px 0px 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.bold {
    font-weight: bold !important;
}


/*31/01/2017 Changes: Manage Configure List page=> Dragable divs*/

.remove_alert {
    float: right !important;
}


/*.remove_alert:before {
	
	background-color: #a90329 !important;
	border-color: #900323 !important;
	color: #fff !important;
}*/

.custom_course {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 0px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.custom_course h2,
.custom_course h3 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 400;
}

/*.single_course {
    border: 2px solid #ddd;
    margin-bottom: 5px;
    padding: 2px;
}*/

.college_name {
    padding: 5px;
}


/*03/02/2017 changes: */

.custom_show_manage_page_padding {
    padding: 0 30px;
}

.custom_course {
    margin-bottom: 40px;
    border: 1px solid #ddd;
    padding: 0px;
    background: #F5F5F5;
    border-radius: 3px;
}

.custom_course h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    font-family: sans-serif;
    margin-top: 0px;
}

.custom_course h3 {
    margin: 10px 0;
    font-size: 16px;
}

.course_group {
    margin-top: 20px;
}

.create_school_block {
    display: none;
}

.school_autocomplete,
.university_autocomplete,
.college_autocomplete,.multiple_select {
    width: 100%;
}

.panel-title a {
    display: block;
}


/*01/06/2017 change: university course mapping page*/

.smester_block {
    border: 5px solid #ccc;
    padding: 3%;
    margin-bottom: 2%;
    border-radius: 5px;
}

.smester_block .semester_detail_heading h2 {
    text-align: center;
    font-weight: bold;
}

.custom_hyphen:after {
    content: '-';
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
}


/*20/07/2017 changes: university degree mapping css*/

.eligibility_block {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}

.eligibility_block_title {
    text-align: center;
}

.eligibility_block_title h1 {
    font-weight: bold;
}


/*22/08/2017 changes:*/

.custom_sm_remove_btn {
    border-radius: 50px !important;
    padding: 0px !important;
    line-height: 17px !important;
    width: 20px;
    height: 20px;
}


/* 15/01/2018 */

.custom-button-size {
    height: 100%;
    width: 100%;
}


/* 16/01/2018 */

.scrollStyle {
    max-height: 200px;
    overflow-y: scroll;
}


/* 16/01/2018 */

.custom-heigts {
    min-height: 200px;
}


/* dashboard colour change to Gray added at 17/01/2018 */

.custom-button-colour {
    background-color: #e7e7e7;
    color: black;
}


/*19/09/2017 changes:*/

.custom_add_service_parameter {
    margin-bottom: 15px;
}

.custom_add_service_parameter .remove_icon {
    text-align: center;
    display: block;
    height: 32px;
    padding: 6px;
    width: 32px;
    margin: 0 auto;
    background: #e2e2e2;
    color: #d43f3a;
    cursor: pointer;
}


/*05/10/25017 changes:*/

.btn.btn-labeled.btn-success.custom_success_btn {
    display: block;
    margin: 5px 0;
}


/*12/10/2017 changes:*/

.service_parameter_block {
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
}


/*12/12/2017 changes: spinner css*/

#loading-img {
    background: url('../img/ajax-loader.gif') center center no-repeat;
    height: 100%;
    z-index: 20;
}

.overlay {
    background: #e9e9e9;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

hr {
    border-color: #ccc !important;
}
/*----*/
.category-title
{
    background: #999 ;
    padding: 5px;
    color: #FFF;
}
.remove-red
{
    background: red;
    color: #000;
    padding: 4px 8px;
    border-radius: 50%;
    transition: 2s;
}
.remove-red:hover
{
    background: #000;
    transition: 2s;
}
.remove-red:hover > fa
{
    background: #000 !important;
}
.c-black
{
    color:#000!important;
}
.c-black:hover
{
    color:red !important;
}
.first_tab {
    border-left-width: 0;
    background: #ff8c00 !important;
    color: #fff !important;
    font-size: 14px !important;
}
.second_tab {
    border-left-width: 0;
    background: green !important;
    color: #fff !important;
    font-size: 14px !important;
}
.third_tab {
    border-left-width: 0;
    background: purple !important;
    color: #fff !important;
    font-size: 14px !important;
}
.third_tab a, .second_tab a, .first_tab a {
    color: #fff !important;
}
.box-shadow .active {
    -webkit-box-shadow: 0px 5px 14px 5px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 5px 14px 5px rgba(0,0,0,0.35);
box-shadow: 0px 5px 14px 5px rgba(0,0,0,0.35);
}

/*================================================= Media Query =================================================*/


/*========================== FOOTER ALIGNMENT MEDIA QUERY ==========================*/

@media screen and (max-width: 767px) {
    .no_padding-left {
        margin-bottom: 15px;
    }
    .footer_without_login {
        text-align: center;
    }
    .page-footer {
        text-align: center;
    }
    .login_footer_copyright {
        text-align: center;
    }
}


/*========================== End  FOOTER ALIGNMENT MEDIA QUERY ==========================*/