.fl {
    float: left;
}

.fr {
    float: right;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.clear-both {
    clear: both;
}

.load {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .8)
}

.load > .preloader {
    display: block;
    height: 100%;
}
.load > .preloader p {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 35%;
    left: 0px;
}
.load > .preloader .pl-circular {
    width: 40px;
}
.mdl-data-table tbody tr td{
    /*text-align: center!important;*/
}
#datatable_processing{
    color: #f00;
}
.content-body{
    position: relative;
}

.nav-level-2.active .nav-sub li:not(.active) a{
    color: #90a4b1!important;
}

.form-group .help-block{
    display: inline-block;
    color: #aaaaaa;
}