body {
    font-family: "Lato", sans-serif;
    margin: 0;
    background-color: #F7F7F7;
}

.full-layout {
    display: flex;
    flex-direction: column;
}

.header {
    background-color: #222222;
    height: 140px;
    padding: 60px 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-title {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    /* align-self: stretch; */
    /* margin: 0 auto; */
}

.header-description {
    color: #CFCFCF;
    margin: 4px auto;
    text-align: center;
    max-width: 384px;
}

.landing {
    padding: 100px 200px 100px 200px;
    display: flex;
    text-align: justify;
    line-height: 2.5ex;
}

.credits-banner {
    color: #FFFFFF;
    background-color: #222222;
    padding: 20px 0px 0px 50px;
    height: 60px;
}

.navigation-bar {
    background-color: #222222;
    height: 50px;
    display: flex;
    box-shadow: 0 -10px 5px -5px rgba(17, 17, 17, 0.7) inset;
}

.navigation-btn {
    height: 100%;
    width: 200px;
    display: flex;
}

.navigation-btn-selected {
    background-color: #F7F7F7;
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: #079A82;
    font-weight: bold;
    padding: 10px 0 10px 0;
    box-shadow: 15px 0 5px -5px rgba(17, 17, 17, 0.7);
    position:relative;
    z-index:999;
}
.navigation-btn-selected:hover {
    font-weight: bold;
    color: #079A82;
}

.navigation-btn-unselected {
    background-color: #222222;
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: #079A82;
    padding: 10px 0 10px 0;
    box-shadow: 0 -10px 5px -5px rgba(17, 17, 17, 0.7) inset;
}
.navigation-btn-unselected:hover {
    font-weight: bold;
    color: #079A82;
}

.wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 32px;
}

.card {
    margin-bottom: 24px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);
}

.embedded-pdf {
	width: 100%;
	height: 1000px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.pdf-userguide {
	width: 80%;
	height: 100%;
}
.pdf-report {
	width: 80%;
	height: 100%;
}

.contact-details {
    padding: 100px 200px 100px 200px;
    display: flex;
    text-align: justify;
    line-height: 2.5ex;
}

.controlsmenu {
    height: 340px;
    width: 912px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 20px 30px 20px 30px;
    margin: 50px auto 50px auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);
}

.controlsmenu-title {
    margin-bottom: 6px;
    font-weight: bold;
    color: #079A82;
}

.long-higlight-radio {
    color: #303030;
    font-weight: bold;
    background-color: rgba(7, 154, 130, 0.2);
    border-radius: 5px;
    width: 890px;
    height: 40px;
    display: flex;
    align-items: center;
}

/* see userfilters.hours_radio() inputStyle property - this is correcting for that */
.inline-radio {
    margin-left: -300px;
}

.rc-slider-track {
    background-color: #0d6efd;
    border-color: #4e8be6;
    border: solid 1px #4e8be6;
}
.rc-slider-rail {
    background-color: #999999;
    border-color: #a8a8a8;
    border: solid 1px #a8a8a8;
}
.rc-slider-dot {  
    border-color: #a8a8a8;
    border: solid 2px #a8a8a8;
}
.rc-slider-dot-active {  
    border-color: #4e8be6;
    border: solid 2px #4e8be6;
}
.rc-slider-handle {
    background-color: #FFFFFF;
    border-color: #4e8be6;
} 
.rc-slider-handle:hover {
    border-color: #4e8be6;
}
.rc-slider-handle-active:active {
    border-color: #4e8be6;
}
.rc-slider-mark-text {
    color: #5a5a5a;
    font-size: 11pt;
}

.dayschecklist-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    color: rgb(90, 90, 90);
    font-size: 12pt;
}

.license-outlet-row {
    width: 880px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dropdown-halfwidth {
    width: 420px;
}

.dropdown {
    width: 880px;
}

.Select-placeholder {
    color: rgb(90, 90, 90);
}
.Select-menu-outer {
    color: rgb(90, 90, 90);
}
