/*
* Override default values. Created by SRH; 2022
*/

body {
    font-family: 'montserrat', Helvetica, Arial, sans-serif;
}


.brandcolor {
    background-color: #32a02d;
    background-image: none;
    color: white;
   text-shadow: none;
    font-family: 'montserrat', Helvetica, Arial, sans-serif;
}

.container .brandcolor {
    background-color: #32a02d;
}

.brandcolor .navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
    color:white !important;

}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'montserrat', Helvetica, Arial, sans-serif;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #32a02d;
    border-color: #32a02d;
    background-image:  linear-gradient(to bottom, #32a02d 0%, #32a02d 100%); 
}

.panel-default > .panel-heading {
    letter-spacing: 0.7px;
    color: #32a02d;
    font-size: 18px;
}

.panel-info > .panel-heading {
    letter-spacing: 0.7px;
    color: #32a02d;
    font-size: 16px;
}

.panel-info > .panel-heading {
    color: #000000;
    background-color: #CBEB03;
    border-color: #CBEB03;
    background-image: linear-gradient(to bottom, #CBEB03 0%, #CBEB03 100%);
}

.panel-primary > .panel-heading {
    letter-spacing: 0.7px;
    font-size: 18px;
}

.flat span:hover, .flat span.active,
.flat span:hover:after, .flat span.active:after{
    background: #CBEB03;
    color:black;
}

.flat a:hover, .flat a.active,
.flat a:hover:after, .flat a.active:after{
    background: #CBEB03;
    color:black;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #32a02d;
    background-position: 0 -15px;
    background-image:  linear-gradient(to bottom, #32a02d 0%, #32a02d 100%);
}

.modal-header, h5, .close {
    background-image:  linear-gradient(to bottom, #32a02d 0%, #32a02d 100%);
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.dx-widget {
    font-family: 'montserrat', Helvetica, Arial, sans-serif;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #32a030 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #32a030 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#32a030));
    background-image: linear-gradient(to bottom, #CBEB03 0%, #CBEB03 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
    background-color: #32a030;
}                                                  
