@font-face{
    font-family: 'Lato';
    src: url('/css/application/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Lato Bold';
    src: url('/css/application/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face{
    font-family: 'Lato Black';
    src: url('/css/application/fonts/Lato-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    color: #000;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.datepicker {
    color: #333;
}

.container {
	background-color: #FFF;
}

.container-logo {
    width: 100%;
    height: 150px;
    margin: 0;
    background-color: #000;
    border-right: 0;
    border-left: 0;
    
}

.logo {
    width:  100%;
    height: 150px;
    padding: 0;
    text-align: center;
}

.logo img {
    width:  160px;
    margin: 10px 0 0 0;
}

#outer_content_wrapper {
    max-width: 95%;
    width: 1180px;
    margin: 0 auto;
    padding: 3em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #790000;
    font-weight: 600;
}

h1 {
    font-size: 24px;
}

label {
    font-weight: bold;
}

.btn {
    background-color: #790000;
    border-color: #790000;
    border-radius: 4px;
    color: #FFF;
    font-weight:normal;
    transition: background-color .25s ease-out,color .25s ease-out;
}

.btn:hover, 
.btn:active, 
.btn:focus,
.btn.active {
    background-color: #d1962a;
    border-color: #d1962a;
    border-radius: 4px;
    color: #FFF;
    font-weight:normal;
    transition: background-color .25s ease-out,color .25s ease-out;
}

a { 
    color: #494949; 
    font-weight: 600;
}
a:hover, a:focus, a:active { 
    color: #790000; 
    text-decoration: underline; 
    font-weight: 400;
}

.text-primary, .text-danger, em {
    color: #790000;
}
