body {
    font-size: 15px;
    font-family: serif;
}

a {
    color: black;
}

a:hover {
    color: black;
}

.form-group {
    width: 100%;
}

.bold {
    font-weight: bold;
}

span.is_optional_fee {
	color: red;
	font-weight: bold;
}

section#top_header_section {
    padding: 20px 0 15px 0;
    visibility: hidden;
}

section#forms_container {
     padding: 30px 0 30px 0;
}

div.student_info_div div.border_column div{
    border: 1px solid #dee2e6!important;
}

div#unpaid_fee_div div.row:not(.header):nth-child(even) {
    background-color: #e8e6df;
}

div#form4_unpaid_fee_div div.row:not(.header):nth-child(even) {
    background-color: #e8e6df;
}

div.student_info_div div.row:nth-child(even) {
    background-color: #e8e6df;
}

#form1 div.min_height_41 {
    min-height: 41px;
}


.waitCursor {
	cursor: wait !important;
	pointer-events: none;
}

div.pb_wrapper {
    width: 100%;
    height: 15px;
    display: flex;
    align-items: center;
    background-color: #e5e5e5;
    border: 1px solid #ccc;
}

div.pb_wrapper div.pb_wrapper_stage div.pb_wrapper_stage_div {
	height: 13px;
	position: relative;
}

div.pb_wrapper div.pb_wrapper_stage:last-child {
	width: 0;
}

div.pb_wrapper div.pb_wrapper_stage {
    width: 33.33%;
    text-align: center;
    position: relative;
    /* outline: 2px solid #d3d3d3; */
}

div.pb_wrapper div.pb_wrapper_stage:last-child div.pb_wrapper_stage_num {
	left: -25px;
}

div.pb_wrapper div.pb_wrapper_stage div.pb_wrapper_stage_div div.pb_wrapper_stage_num span.icon {
	display: none;
}

div.pb_wrapper div.pb_wrapper_stage div.pb_wrapper_stage_div div.pb_wrapper_stage_num span.icon img {
	width: 15px;
}

div.pb_wrapper div.pb_wrapper_stage.completed div.pb_wrapper_stage_div div.pb_wrapper_stage_num span.icon {
	display: block;
}


div.pb_wrapper div.pb_wrapper_stage.completed div.pb_wrapper_stage_div div.pb_wrapper_stage_num span.num {
	display: none;
}

div.pb_wrapper div.pb_wrapper_stage.completed div.pb_wrapper_stage_div {
	background-color: #2aa306;
}

div.pb_wrapper div.pb_wrapper_stage.completed div.pb_wrapper_stage_div div.pb_wrapper_stage_num {
    background-color: #2aa306;
    color: white;
    /* outline: 2px solid #d3d3d3; */
	border: 0;
}

div.pb_wrapper div.pb_wrapper_stage.processing div.pb_wrapper_stage_div div.pb_wrapper_stage_num {
    width: 36px;
    height: 35px;
    line-height: 34px;
    top: -100%;
    font-size: 22px;
    background-color: #2aa306;
    color: white;

}

div.pb_wrapper div.pb_wrapper_stage div.pb_wrapper_stage_num {
    position: absolute;
    top: -75%;
    left: -5px;
    border: 1px solid #ccc;
	background-color: #e5e5e5;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 18px;
}

@media (max-width: 767px) {

    body {
        font-size: 14px;
    }

    div.student_info_div div.row {
        background-color: #e8e6df;
    }

    section#top_header_section {
        padding: 0;
    }

    section.top_header_section img#school_logo {
        width: 80px;
        margin-bottom: 10px;
    }

    section.top_header_section h2#school_name {
        font-size: 1.3em;
    }

    section.top_header_section h4 {
        font-size: 1em;
    }

    section#forms_container {
        padding: 7px 0 0 0;
    }

    div.student_info_div div.border_column div{
        border: 1px solid #b1b1b1!important;
    }

    div#unpaid_fee_div div.row:not(.header):nth-child(even) {
        background-color: #e8e6df;
    }

    div#form4_unpaid_fee_div div.row:not(.header):nth-child(even) {
        background-color: #e8e6df;
    }

    div.student_info_div div.row:not(.header) {
        margin-bottom: 15px;
    }

    div#unpaid_fee_div div.row {
        padding: 4px;
    }

    div#form4_unpaid_fee_div div.row {
        padding: 4px;
    }

    div#unpaid_fee_div_total div.row {
        padding: 4px;
    }

    .form-group {
        width: auto;
    }

    #form1 .form-group {
        margin-bottom: .25rem!important;
    }

    #form1 .form-group .col-form-label {
        padding-top: 1px;
        padding-bottom: 0;
    }

    #form1 div.min_height_41 {
        min-height: 73px;
    }

}