﻿.addPadding{
    padding:10px;
}
.customMdToolBar{
    padding:0px 0px;font-size:30px;
}

.highlightHover:hover {
    background: #F5F5F5;
}

.marginTop20 {
    margin-top: 20px;
}

.marginBottom5 {
    margin-bottom: 20px;
}

.marginTopBottom5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.fixedSaveButton {
    position: absolute;
    right: 20px;
    bottom: 70px;
}

#pageLoader {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background-color: black;
        z-index: 9999;
        opacity: 0.5;
        display: none;

}
