﻿.navbar-brand-text, .font-verdana {
    font-family: Verdana;
}

.page-dark.layout-full::before {
    background-position: center bottom !important;
}

.fiscal-year {
    font-size: 15px;
}

.jqx-grid-column-header {
    font-weight: bold;
}
body{
    font-family: Verdana;
}
.navbar-brand-center {
    position:relative;
}

.form-inline {
   
    display: inline-grid;
    flex-flow: row wrap;
    align-items: center;
}

.add-button{
    position:fixed;
    bottom:56px;
    right:29px;
}

.form-control-label{
    font-size: 0.8rem;
    padding: 0;
}

label{
    margin-bottom: 0;
}


.text-required{
    color:red;
}

