.mr-5{
    margin-right: 10px;
}
.panel-school > .panel-heading-main{
    background: -webkit-linear-gradient(top, rgb(222, 238, 250) 0%, rgb(252, 255, 255) 100%);
	background: -o-linear-gradient(top, rgb(222, 238, 250) 0%, rgb(252, 255, 255) 100%);
	background: -ms-linear-gradient(top, rgb(222, 238, 250) 0%, rgb(252, 255, 255) 100%);
	background: -moz-linear-gradient(top, rgb(222, 238, 250) 0%, rgb(252, 255, 255) 100%);
    background: linear-gradient(to bottom, rgb(222, 238, 250) 0%, rgb(252, 255, 255) 100%);
    border: 1px solid #add3f2;
}
.panel-school{
    border-radius: 0px!important;
}
.panel-title{
    color: #6790c7;
    font-size: 14px;
}
.panel-title a:hover, .panel-title a:active, .panel-title a:focus{
    text-decoration: none;
}
.fa-caret-down{
    color: #6790c7;
}
.fa-caret-right{
    color: #6790c7;
}
.cash-flow-toggle-menu-panel-body{
    background: #f7f7f7;
}
.top-30{
    margin-top: 30px;
}
.cash-flow-toggle-menu-panel {
    background: #f7f7f7;
    margin-bottom: 0px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px!important;
}
.inner-panel{
    padding: 0px 15px;
    border-bottom:1px solid #e1e1e1;
}
.list-items-ml{
    padding-left: 15px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    border-top:1px solid #e1e1e1;
    color: #555;
    font-size: 12px;
}
.list-unstyled{
    margin-bottom: 0px;
}
.cashflow-menu-text-blue{
    color: #6790c7;
}
.cashflow-menu-text-green{
    color: #21ab57;
}
.cashflow-menu-text-red{
    color: #e34444;
}