/* Define global variables */
:root {
    --npsglbavesselthemeprimary: #3a7d95;
    --npsglbacampingthemeprimary: #5f3617;
    --npsglbacampgroundthemeprimary: #154c21;
    --npsglbaalsekraftingthemeprimary: #0076d6;
    --npsleftnavcollapsed: 65px;
    --npsleftnavexpanded: 250px;
    }
/*calendar event color*/
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #0f4f7e !important; 
    border-color: #0f4f7e !important; 
}
/*dropdown menues for example in lists*/
.dropdown-menu>li>a {
    color: white !important;
}
.calendar-button {
    color: white !important; 
}
/*fill pages 100% */
.container {
    width:100% !important;
    padding:0 !important;
}
/* move to nps.css. Desired fonts */
h3 {
    font-size: 20px !important;
    font-family: Arial !important;
    padding-left: 28px !important;
}
h2.tab-title {
    display: none !important;
}
h1 {
    font-family: Arial !important;
}
table thead th {
    background: #4B5E26 !important;
    border-bottom: 0px solid #444444 !important;
    color: white;
}
table thead tr th a {
    color: white !important;
}
#content .columnBlockLayout {
    margin: 0 !important;
    padding: 0 !important;
 }
 /*borders on quickviews*/
 .crmquickform-cell{
    border:none !important;
 }
 /*the buttons on any pagination elements */
 .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #0f4f7e !important;
 }
 .modal-header h1 {
    color: black !important;
}
#editVesselDiv {
    text-align: left;
    margin-bottom: 20px;
    display: none;
  }
  /* help icon on a form field label */
.fa-question-circle.column-icon{
    color: darkgray !important;
    font-size: .75em;
    margin-left: 5px;
    cursor: pointer;    
}
/* list filter headers */
.entitylist-filter-option-group .h4 {
    font-size: 16px;
}
.entitylist-filter-option .checkbox {
    margin-top: 0;
    margin-bottom:0;
}