﻿/* Please use this css file for any overriding styles that you want. */

.mx-wrapper {
    margin-bottom: 0;
}

.mx-combobox .mx-combobox-input {
    height: calc(2.85rem + 2px);
}

.mx-autocompletebox .racTokenList {
    min-height: calc(3.25rem + 2px);
    padding: 0.9rem 1rem !important;
}

.mx-datepicker .RadInput_Default input[type="text"] {
    padding: 0.55rem 0.75rem 0.2rem 0.75rem !important;
    height: calc(3.25rem + 2px);
}

.mx-companyname-span 
{
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif!important;
}
a.rpLink.rpExpandable.rpExpanded{
    background-color:#1C476A!important;
 
}

.mx-panelbar ul.rpRootGroup li.rpItem a.rpLink {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 10px;
    font: inherit;
    color:#c4d92f!important;
    border-color: rgba(0, 0, 0, 0.125);
    border-width: 1px;
    font-weight: 600;
    }
    .mx .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }