body {
    background: linear-gradient(to right, #3d0997, #d45899);
}


/* Dashboard Styles */

.pie-chart {
    margin: 0;
    padding: 10px;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* height: 100vh; */
    /* background: #0d0c2d; */
}

.go_btn {
    background: #fff!important;
    color: #000!important;
    border-radius: 20px !important;
    padding: 7px 15px;
    box-shadow: 0px 1px 7px #00000045 !important;
    margin-bottom: 6px;
}

.pie-chart .box {
    /* width: 100%; */
}

.text-bold {
    font-weight: 700;
    text-align: center;
}

.btn-sub {
    border-radius: 15px !important;
    padding: 5px 20px 5px 20px;
    background: #ce327a;
    color: #fff;
    border: none;
}

.display-inline {
    display: inline-block;
}

.pie-chart .box h2 {
    display: block;
    text-align: center;
    color: #fff;
}

.pie-chart .box .chart {
    position: relative;
    width: 90%;
    height: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 160px;
    height: 160px;
    color: #ce327a;
    border-radius: 10px;
}

.pie-chart .box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    border-radius: 10px;
}

.p-10 {
    padding: 5px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.dash_layout {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px !important;
    padding: 11px;
    display: inline-flex;
    min-height: 130px;
    margin-bottom: 20px;
    min-width: 260px;
}

@media only screen and (max-width: 992px) {
    .dash_layout {
        min-width: 300px;
    }
}

@media only screen and (min-width: 1000px) {
    .dash_layout {
        min-width: 240px;
    }
}

.school_news_layout {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* min-height: 730px; */
    /* border-radius: 10px !important;
    padding: 11px; */
}

.main_layout h3,
h4 {
    font-weight: 600;
}

.main_layout h3 {
    color: #fff
}

.text_layout {
    padding: 11px;
    padding-bottom: 40px;
}

.text_layout p {
    font-size: 12px;
    padding-top: 3px;
}

.dash_text {
    padding-top: 28px;
}

.dash_text h3 {
    font-weight: 700;
    font-size: 30px;
}

.w-80 {
    max-width: 80%;
}

.clr_blue {
    color: #3188ed;
}

.clr_dark_blue {
    color: #4d47c5;
}

.clr_pink {
    color: #b71662;
}

.clr_purple {
    color: #8067a8;
}


/* .clr_purple {
    color: #8067a8;
} */

.dash_img {
    padding-left: 11px;
}

.dash_img img {
    width: 100px;
}


/* Dashboard Styles */

.form-body {}

.form .form-actions {
    border: none!important;
}

.page-content {
    /* padding: 0 !important; */
}

.white {
    color: #fff;
}

.w-300 {
    width: 250px;
}

.w-220 {
    width: 220px;
}

.fa-cloud-download,
.fa-print,
.fa-refresh {
    color: #e21b1b;
}

.portlet-title h3 {
    font-weight: 600;
}

.portlet-body {
    border-radius: 20px !important;
    box-shadow: 0px 1px 14px #00000045;
}

.page-title {
    /* margin: 15px; */
}

.portlet>.portlet-title>.actions>.btn {
    background: #fff!important;
    color: #000!important;
    border-radius: 20px !important;
    padding: 7px 15px;
    box-shadow: 0px 1px 7px #00000045 !important;
    margin-bottom: 10px;
}


/* .page-header.navbar
{
    background: #ffffff;
    box-shadow: 0px 1px 14px #bebebe;
} */

.breadcrumb {
    /* padding-top: 17px; */
    float: right;
    color: #fff;
}

.breadcrumb li a {
    color: #fff!important;
}

.portlet.box.blue {
    margin: 15px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.page-title {
    color: #862d8d;
}

.portlet.blue,
.portlet.box.blue>.portlet-title,
.portlet>.portlet-body.blue {
    /* background-color: #3598dc; */
    background: none;
}

.w-100 {
    width: 100%;
}

.mar-t-10 {
    margin-top: 10px;
}

.btn.blue:not(.btn-outline) {
    /* width: 20%; */
}

.form-control:focus {
    border: 0;
    outline: 0;
    border: 1px solid #a25dd5;
}

input:focus {
    border-color: #ccc !important;
}

.group {
    position: relative;
    margin-bottom: 35px;
    margin-left: 40px;
}

.inputMaterial {
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    display: block;
    width: 90%;
    border: none;
    border-bottom: 1px solid #75757547;
}

.inputMaterial:focus {
    outline: none;
}

.label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.inputMaterial:focus~label,
.inputMaterial:valid~label {
    top: -15px;
    font-size: 12px;
    color: #a25dd5;
}

.bordered>thead>tr>th {
    border: 1px solid #d5d5d5 !important;
}

.label-top {
    top: -15px;
    font-size: 14px;
    color: #a25dd5;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 90%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #a25dd5;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

.inputMaterial:focus~.bar:before,
.inputMaterial:focus~.bar:after {
    width: 50%;
}

#standard,
#section,
#fees_payment_schedule_id {
    width: 100% !important;
    height: 100%;
    box-shadow: 0px 1em 2em -1.5em rgba(0, 0, 0, 0.5) !important;
    border-radius: 3px;
    padding: 10px 15px;
}

option {
    height: 100%;
    padding: 1.5em 2em;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

table.table {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 15px !important;
    border: none;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
}

.table {
    width: auto!important;
    display: inline-block!important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.table-color thead tr {
    /*background-color: #000;*/
}

tr:nth-child(even) {
    background: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}

tr:nth-child(odd) {
    background: #FFF
}

th {
    background-color: #d3d3d3 !important;
    color: #474545;
    padding: 11px 11px 8px !important;
}

.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td {
    border: none !important;
}

.table>thead:first-child>tr:first-child>th {
    /* border: none !important; */
    /* text-align: center; */
}

.table-bordered>tbody>tr {
    border-bottom: 1px solid #f0f0f0;
}

th a {
    color: #474545;
}

.table>tbody>tr>td {
    padding: 20px 10px;
    color: #333;
}

tr:nth-child(odd) {
    background-color: #fff;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
    border-bottom: 1px solid #6c7ae0 !important;
}

td.button-column a {
    margin-right: 5px;
}

.wrap {
    position: absolute;
    right: 0;
    top: 40%;
    width: 350px;
    left: 0;
    margin: 0 auto;
}

.table>tbody>tr.info>td {
    background-color: #fff;
}


/* select starting stylings ------------------------------*/

.select2-container--default .select2-selection--single {
    position: relative !important;
    font-family: inherit;
    background-color: transparent !important;
    width: 100%;
    padding: 10px 10px 10px 0 !important;
    font-size: 15px;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    margin-top: -10px !important;
}

.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}


/* Remove focus */

.select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(137, 134, 134, 0.34) !important;
}

.select2-container--default .select2-selection--single {
    outline: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    margin-top: -12px;
}


/* Use custom arrow */

.select .select-text {
    /*appearance: none;*/
    /*-webkit-appearance:none*/
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
}


/* LABEL ======================================= */

.select-label {
    color: rgba(0, 0, 0, 0.26);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 6% !important;
    top: 10px;
    transition: 0.2s ease all;
}


/* active state */

.select-text:focus~.select-label,
.select-text:valid~.select-label {
    color: #2F80ED;
    top: -20px !important;
    transition: 0.2s ease all;
    font-size: 14px;
}

.select-label {
    color: #2F80ED;
    top: -25px !important;
    transition: 0.2s ease all;
    font-size: 14px;
}


/* BOTTOM BARS ================================= */

.select-bar {
    position: relative;
    display: block;
    width: 100%;
}

.select-bar:before,
.select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2F80ED;
    transition: 0.2s ease all;
}

.select-bar:before {
    left: 50%;
}

.select-bar:after {
    right: 50%;
}


/* active state */

.select-text:focus~.select-bar:before,
.select-text:focus~.select-bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.demo-width-class {
    width: 400px;
}

.radio {
    z-index: 9999;
}

.page-title {
    color: #fff;
    font-size: 25px;
    /* background: -webkit-linear-gradient(#be36ea, #ee986c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.page-title {
    color: #fff;
    /* background: -webkit-linear-gradient(#be36ea, #ee986c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-weight: 600;
}