/* Add here all your CSS customizations */

:root {
    --theme-color: #3788d8;
}

/* Fix: Override theme.css .panel-actions a sizing for .btn elements */
.panel-actions .btn {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 13px;
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    padding: 8px 12px;
    border-radius: 3px;
}
.panel-actions .btn:hover,
.panel-actions .btn:focus {
    color: #fff;
    opacity: 0.9;
}
.panel-actions .btn i {
    margin-right: 4px;
}

/* Spacing between checkbox and label */
input[type="checkbox"] + label {
    margin-left: 6px;
}
input[type="radio"] + label {
    margin-left: 6px;
}

thead {
    background: var(--theme-color);
    color: #ffff;
    font-size: 16px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    font-size: 15px;
    font-weight: 600;
    color: #020e30;
}

.dataTables_wrapper table thead th {
    padding-right: 21px !important;
    text-align: center !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600 !important;
    font-size: 15px;
    color: #1d2d46;
    text-transform: capitalize;
}

ul.nav-main li .nav-children li a,
.fc .fc-toolbar .fc-button {
    text-transform: capitalize;
}

.widget-summary .summary-icon {
    margin-right: 15px;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.px-5 {
    padding: 0 15px;
}

.input-search {
    display: flex;
    align-items: center;
    background: var(--theme-color);
    padding: 5px 10px;
    color: #fff;
    border-radius: 6px;
}

.input-search .form-control {
    background: transparent;
    color: #fff;
    border: 0;
    box-shadow: unset;
    font-size: 17px;
}

.input-search .form-control option {
    color: #000;
}

.input-search .search-calender {
    font-size: 18px;
    color: #fff;
}

.header .search {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.input-search .search-calender {
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
}

.role-part-edit h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);
}

.action-table-width {
    width: 120px !important;
}

.action-table-width-3 {
    width: 180px !important;
}

.box-tools {
    margin-bottom: 20px;
}

.table-bordered>thead>tr>th {
    text-align: center;
}

.student-info {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    background: var(--theme-color);
    padding: 10px;
}

.student-info .d-flex {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.student-info .d-flex h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
}

.student-info .d-flex p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
}


.table>tbody>tr.primary>td {
    background-color: #fff !important;
    color: #000;
}

.halfday.pull-right {
    font-size: 15px;
}

.halfday.pull-right b {
    margin-left: 8px;
}

.required-field {
    color: red;
}

.fields-admit {
    display: flex;
    flex-wrap: wrap;
}

.fields-admit .form-group {
    width: 150px;
}

.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
    border-top-color: #555;
    border-top-width: 3px;
    border-left: none;
    border-right: none;
    background: #4CAF50;
    color: #fff;
}

.nav-tabs.nav-justified li a {
    font-size: 16px;
    font-weight: 600;
}

.feemaster {}

.feemaster .transport_fee_line {
    font-size: 15px;
    color: var(--theme-color);
    font-weight: 600;
    margin-top: 25px;
}

.feemaster .form-group {
    margin-bottom: 8px;
}

.feemaster hr {
    margin: 5px 0 5px 0;
}

.reportlists {
    padding-left: 0;
}

.reportlists li {
    list-style: none;
    padding: 10px;
    font-size: 18px;
}

.reportlists li a {
    border: 1px solid #dadada;
    list-style: none;
    background-color: #ffffff;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    display: flex;
}

.reportlists li a i {
    margin-right: 14px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.fc-scrollgrid .fc-col-header-cell a
{
    color: #fff;
}

.red {
    color: red;
}