header#grp-header {
    position: absolute;
    z-index: 1000;
    float: left;
    clear: both;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


header#grp-header #grp-navigation {
    background-image: linear-gradient(rgb(3, 16, 53),rgba(0, 77, 251, 0.4));
    /*linear-gradient(#EE2F34,#FF8E90);*/
    }
    
a, table thead th a, .grp-pulldown-container .grp-pulldown-handler, .grp-filter .grp-row a { color:#00728A; margin:0; }
header#grp-header #grp-navigation a { color:white; }
button, input[type="submit"], input[type="button"] {color: #2B3C57;border-color: #2B3057;background-image: linear-gradient(#CED8EB,#EDF6F7);padding: 5px 10px;height: 28px;font-weight: bold;}

header#grp-header #grp-navigation ul li.grp-collapse.grp-open>ul {
position: absolute;
z-index: 1010;
display: block;
margin: -1px 0 0 -1px;
width: 202px;
border-top: 1px solid #072AD2;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
background: #758DD4;
}


.grp-fixed-footer {
position: fixed;
z-index: 900;
float: left;
bottom: 0;
left: 0;
margin: 0;
padding: 10px 20px 5px;
width: 100%;
border-top-color: rgb(236, 11, 20);
border-top-style: double;
border-top-width: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006F83), color-stop(100%, #0589A3));
background-image: -webkit-linear-gradient(#006F83,#0589A3);
background-image: -moz-linear-gradient(#006F83,#0589A3);
background-image: -o-linear-gradient(#006F83,#0589A3);
background-image: linear-gradient(#006F83,#0589A3);

}

fieldset.grp-module .grp-row label.required{color:#00728A;}
.grp-tr, .grp-tabular .grp-table .grp-tbody .grp-td{white-space: normal;}
