body {
    padding-top: 120px;
    padding-bottom: 20px;
}

.fixed-top {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    z-index: 1030;
}

header {
    background-color: #002e54;
    /*background-color: #2ba6cb;*/
    /*border-bottom: 5px solid #2ba6cb;*/
	background-image: url(../CustomStyles/Images/logo);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 200px;	
    padding-bottom: 0px;
    display: unset;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}

div.header-logo {
    /*background-color: #0f1f33;*/
    padding-top: 25px;
}

div.logo {
    width: auto;
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.datepicker { 
    z-index: 1031 !important;
}

.btn-primary {
    background-color: #002e54;
    border-color: #002e54;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {

    padding: 0;
    border-style: none;

}
element {

}
.btn:not(:disabled):not(.disabled) {

    cursor: pointer;

}

.btn-primary:hover {
    background-color: #001c33;
    border-color: #001c33;

}

.btn-primary:focus, .btn-primary.focus {
    background-color: #002e54;
    border-color: #002e54;
    box-shadow: 0 0 0 0.2rem rgba(0, 46, 84, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #002e54;
    border-color: #002e54;
}

a {
    color: #002e54;
}

a:hover {
    color: #001c33;
}