header {
    height: 70px;
    background: url(../images/backAddIn.png) scroll left no-repeat #074D6F;
}

body {
    padding-top: 70px;
    color: #484D71;
}

footer {
    border-top: 25px solid #3A3A3A;
    padding-top: 20px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #484D71;
    text-align: center;
}

footer p {
    margin-bottom: 0;
}

#logos {
    margin-top: 5px;
    min-width: 430px;
}

#add-in-logo,#app-logo {
    height: 58px;
    width: 160px;
    margin-left: 30px;
    background-image: url(../images/invesite-logo.png);
    background-size: cover;
}

#inetum-logo {
    height: 65px;
    width: 200px;
    margin-right: 40px;
    background-image: url(../images/Inetum-logo.png);
    background-size: cover;
}

/* Sticky footer styles */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 105px; /* Margin bottom by footer height */
    font-family: "Lato", sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 105px; /* Set the fixed height of the footer here */
}


.btn{
	font-weight: 700;
    padding: 8px 15px;
    line-height: 1.25 !important;
	border-radius: 0;
	box-shadow: none !important;
}

.btn-primary, .btn-primary a {
    color: #FFF;
    background-color: #0B5E7C;
    border: 2px solid #0B5E7C;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
    color: #0B5E7C;
    background-color: white;
    border: 2px solid #0B5E7C;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary.disabled:hover {
    color: #CCC;
    background-color: #1D6786;
    border: 2px solid #1D6786;
}


.btn-secondary, 
.btn-secondary.dropdown-toggle , .show>.btn-secondary.dropdown-toggle {
    color: #0B5E7C;
    background-color: #FFF;
    border: 2px solid #B7CBD6;
}

.btn-secondary:hover {
    color: #0B5E7C;
    background-color: #EEE;
    border: 2px solid #B7CBD6;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #AAA;
    background-color: #EEE;
    border: 2px solid #B7CBD6;
}

.btn-secondary.dropdown-toggle:hover , .show>.btn-secondary.dropdown-toggle:hover {
    background-color: #FFF;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #0B5E7C;
    background-color: #FFF;
    border: 2px solid #B7CBD6;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgba(108,117,125,.5);
}

.btn-success {
	color: #FFF;
	background-color: #00ABA7;
    border: 2px solid #00ABA7;
}

.btn-success:hover {
	color: #00ABA7;
	background-color: white;
    border: 2px solid #00ABA7;
}

.btn-success.disabled, .btn-success:disabled, .btn-success.disabled:hover  {
    color: #FFF;
    background-color: #82CAC8;
    border: 2px solid #00ABA7;
}

.btn-danger {
	color: #FFF;
	background-color: #A23026;
    border: 2px solid #BB3428;
}

.btn-danger:hover {
	color: #A23026;
	background-color: white;
    border: 2px solid #BB3428;
}

a, a:hover, a:active {
    color: #484D71;
}