@import url('https://fonts.googleapis.com/css?family=Cabin');/* Start grid css for location - relationListView */
.ng-admin-entity-date .ng-admin-field-location.ng-admin-type-referenced_list .ng-admin-column-actions.ng-scope {width: 20% !important;}.ng-admin-entity-date .ng-admin-field-locationID.ng-admin-type-referenced_list .ng-admin-column-name.ng-admin-type-string {width: 15% !important;}.ng-admin-entity-date .ng-admin-field-locationID.ng-admin-type-referenced_list .ng-admin-column-eventID.ng-admin-type-reference:nth-child(2) {width: 15% !important;}/* End grid css for location - relationListView */
/* Start grid css for activity - relationListView */
.ng-admin-entity-participant .ng-admin-field-activity.ng-admin-type-referenced_list .ng-admin-column-actions.ng-scope {width: 20% !important;}.ng-admin-entity-participant .ng-admin-field-activityID.ng-admin-type-referenced_list .ng-admin-column-name.ng-admin-type-string {width: 19% !important;}/* End grid css for activity - relationListView */
/* Start grid css for event - dashboardWidget */
div.ng-admin-entity-event .ng-admin-column-name.ng-admin-type-string {width: 30% !important;}
div.ng-admin-entity-event .ng-admin-column-startTime.ng-admin-type-string {width: 30% !important;}
/* End grid css for event - dashboardWidget */
/* Start grid css for event - dashboardWidget */
div.ng-admin-entity-event .ng-admin-column-name.ng-admin-type-string {width: 19% !important;}
div.ng-admin-entity-event .ng-admin-column-activityID.ng-admin-type-reference:nth-child(3) {width: 19% !important;}/*  Relation */
/* End grid css for event - dashboardWidget */
/* Start grid css for date - relationListView */
.ng-admin-entity-participant .ng-admin-field-date.ng-admin-type-referenced_list .ng-admin-column-actions.ng-scope {width: 20% !important;}.ng-admin-entity-participant .ng-admin-field-dateID.ng-admin-type-referenced_list .ng-admin-column-eventID.ng-admin-type-reference:nth-child(1) {width: 31% !important;}.ng-admin-entity-participant .ng-admin-field-dateID.ng-admin-type-referenced_list .ng-admin-column-startDateTime.ng-admin-type-datetime {width: 69% !important;}.ng-admin-entity-participant .ng-admin-field-dateID.ng-admin-type-referenced_list .ng-admin-column-eventID.ng-admin-type-reference:nth-child(3) {width: 28% !important;}/* End grid css for date - relationListView */
/* Start grid css for event - listView */
div.ng-admin-entity-event .ng-admin-column-name.ng-admin-type-string {width: 26% !important;}
/* End grid css for event - listView */
/* Start grid css for participant - listView */
div.ng-admin-entity-participant .ng-admin-column-firstName.ng-admin-type-string {width: 19% !important;}
div.ng-admin-entity-participant .ng-admin-column-lastName.ng-admin-type-string {width: 31% !important;}
div.ng-admin-entity-participant .ng-admin-column-gender.ng-admin-type-choice {width: 17% !important;}
/* End grid css for participant - listView */

:root {
    --MenuBg: #153061;
    --MenuText: #ffffff;
    --MenuHoverMain: #ffffff;
    --MenuHoverSub: #ffffff;
    --MenuActive: #5a95ff;
    --Primary: #021840;
    --LinkColor: #00276e;
    --InputBorderColor: #bac2d0;
    --PageHeader: #f0f5ff;
    --Icons: #bac2d0;
    --FontColor: #000000;
    --InputBg: #ffffff;
    --InputHeight: 34px;
    --FontSize: 14px;
    --H3Size: 24px;
    --H2Size: 30px;
    --H1Size: 36px;
    --HeadingColor: #000000;
    --FontFamily: "Cabin";
}.navbar-default {
    background-color: var(--MenuBg) !important;
    border:none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.navbar-default a{
	color:var(--MenuText);
    font-weight: 500;
}

.navbar-brand, .navbar-brand {
    color: var(--MenuText) !important;
}

#page-wrapper {
    margin: 0 !important;
}

.nav > li > a:hover, .nav > li > a:focus {
	color: white;
}

.menuToggle.btn.btn-default {
    display: none;
}.ui-select-multiple.ui-select-bootstrap { width: inherit !important; }