#personalTemplateList {
    text-align: left;
}
#favoriteBlocks {
    width: 100%;
    height: 300px;
}
#filter-events {
    max-height: 400px;
    overflow-y: auto;
}
#event-table {
    width: 100%;
}
#filter-events-data tr {
    height: 50px;
}
#favoriteBlocks {
    width: 100%;
    height: 300px;
}
.modal-title{
    text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
    .header-template-right {
        float: right;
        text-align: center;
    }

    .navbar{
        text-align: center;
        margin: auto;
    }
}
#filter-events table thead th {
    vertical-align: middle;
}
#filter-events .card-body{
    padding:10px;
}
#filter-events .card-title {
    margin-bottom: 5px;
}

.modal-body .form-group+.form-group {
     margin-top:0px !important;
}

#filter-form .form-group+.form-group {
     margin-top:0px !important;
}
.screen-loader .loaderWrapper, .screen-loader .loaderWrapper+.loader-text:not(:empty){
    display: inline-block; vertical-align: middle;
}


