.fc-header {
    height: 40px;
    background-color: #fff;
}

.fc-header .fc-button {
    background: transparent;
    border: none;
    box-shadow: none;
    text-shadow: none;
    margin: 0;
    height: 40px;
    line-height: 18px;
    padding: 10px;
}

.fc-header-title h2 {
    font-size: 15px;
    line-height: 40px;
    margin: 0;
}

.panel .fc-content {
    margin: -1px;
}

.fc-content .fc-widget-header{
    background-color: #fff;
}

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: #e8e8e8;
    font-weight: normal;
}

.fc-content .fc-event {
    padding: 4px 6px;
}

.fc-event {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



/*
Voucher Printing
*/
.body_part .logo {
    width: 40px;
    float: left;
    height: 40px;
    margin: 6px 8px 0px;
}
.body_part .title_container {
    float: left;
    text-align: left;
    width: 200px;
}
.body_part .title_container p {
    margin:0px;
}
.body_part .school_name {
    font-weight: bold;
    font-size: 14px;
}
.body_part .branch_location {
    font-size: 12px;
}
.body_part .bank_detail {
        padding: 9px;
    background: #e0e0e0 !important;
    clear: both;
    margin: 10px 8px;
    float: left;
    border-radius: 3px; 
    text-align: center;
    width: 94%;
    font-size: 11px;
}
.body_part .bank_branch_location {
    display: block;
    clear: both
}
.bank_account_detail {
    text-align: center;
    clear: both;
}

.student_info_container td {
    padding: 1px 10px 0px;

}
.student_info_container {
    margin-top: 10px;
    font-size: 11px;
}
.heads_container td{

    margin: 4px !important;
    padding: 4px !important;
    border: 1px solid #e0e0e0;
}

.voucerh_month_title{
    background: #e0e0e0 !important;
    text-align: center;
    font-weight: bold;
    padding: 2px 0px;
    border-radius: 2px;
    margin-top: 8px;
}
.none {
    display: none !important;
}
/* Hide all Sorting Icons for Detault Table */
.default_fpTable .dataTables_wrapper .sorting:after {
    color: transparent !important;
}
.clear { clear: both; }
.no_screen 
{ display: none; }
.highlight_row td {
    border-top: 3px solid #2d3142 !important;
    padding-top: 5px !important;
}


.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card:hover {
    background: #6a6392;
    color: white;
}
.card:hover .btn-info{
    color: #716b97 !important;
    background-color: #ffffff;
    border-color: #ffffff;
}
.card:hover h3, .card:hover p, .card.active h3, .card.active p, .card.active div {
    color: #fff !important;
}
.card.active {
    background: #242830;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
nav.nav-primary ul.nav>li {
    margin-bottom: 0px !important;
}
nav.nav-primary ul.nav>li>a {
    padding: 7px 17px !important;
}
.nav-primary li>a>i {
    border: 0px !important;
}