/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.page-content {
    background: #eff3f8;
    padding-top: 25px; 
	 padding-bottom: 0px; 
}
h1 {
    color: #d33 !important;
    font-size: 17pt !important;
    font-weight: 500 !important;
}
h2 {
    color: : #d33;
    font-size: 14pt !important;
    font-weight: 500 !important;
}
h3 {
    color: : #d33;
    font-size: 13pt !important;
    font-weight: 500 !important;
}
h4 {
    color: : #d33;
    font-size: 12pt !important;
    font-weight: 500 !important;
}

.popup-modal{
        margin-top: 5px !important;
    margin-bottom: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;    
    font-style: normal !important;
    font-variant: normal !important;    
    line-height: 26.4px !important;
}
