/*------------------------*/
/*------ CLEAN BASE ------*/
/*------------------------*/
body {
    background-color: #FFFFFF;
}
/******************** Font ********************/
@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black.eot');
    src: url('../fonts/lato-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black.svg#latoblack') format('svg'),
		 url('../fonts/lato-black.otf') format('opentype'),
         url('../fonts/lato-black.ttf') format('truetype'),
         url('../fonts/lato-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latosemibold';
    src: url('../fonts/lato-semibold.eot');
    src: url('../fonts/lato-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-semibold.svg#latosemibold') format('svg'),
		 url('../fonts/lato-semibold.otf') format('opentype'),
         url('../fonts/lato-semibold.ttf') format('truetype'),
         url('../fonts/lato-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.svg#latoregular') format('svg'),
		 url('../fonts/lato-regular.otf') format('opentype'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato-italic.eot');
    src: url('../fonts/lato-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-italic.svg#latoitalic') format('svg'),
		 url('../fonts/lato-italic.otf') format('opentype'),
         url('../fonts/lato-italic.ttf') format('truetype'),
         url('../fonts/lato-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* fixes chrome font rendering */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'latoblack';
        src: url('../fonts/lato-black.svg#latoblack') format('svg');
    }
    @font-face {
        font-family: 'latosemibold';
        src: url('../fonts/lato-bold.svg#latosemibold') format('svg');
    }
    @font-face {
        font-family: 'latoregular';
        src: url('../fonts/lato-regular.svg#latoregular') format('svg');
    }
    @font-face {
        font-family: 'latoitalic';
        src: url('../fonts/lato-italic.svg#latoitalic') format('svg');
    }
}
html, body, label, input, select, button, textarea {
    font-family: 'latoregular', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.429em;
}
/*-------------------------*/
/*---------- CSS ----------*/
/*-------------------------*/
body {
    color: #2a3349;
    padding: 0;
}
i {
    font-family: 'latoitalic', sans-serif;
    font-style: normal;
}
b, strong {
    font-family: 'latosemibold', sans-serif;
    font-weight: normal;
}
a, a:link, a:visited, a:hover, a:focus, #menu li a, .table-striped tbody > tr:nth-child(2n+1) > td a, .table-striped tbody > tr:nth-child(2n+1) > th a, .table-striped tbody > tr:nth-child(2n+1) > td a.btn.btn-link, .table-striped tbody > tr:nth-child(2n+1) > th a.btn.btn-link, .view a i.fa, .view a i.fa-solid, .view button i.fa, .view button i.fa-solid, .actions a i.fa, .actions a i.fa-solid, .actions button i.fa, .actions button i.fa-solid, .toolbar a i.fa, .toolbar a i.fa-solid, .toolbar button i.fa, .toolbar button i.fa-solid, #action a i.fa, #action a i.fa-solid, #action button i.fa, #action button i.fa-solid, #a_listResults, .view a, .view button, .actions a, .actions button, .toolbar a, .toolbar button, #action a, #action button, .btn-link {
    color: #ba2025;
}
h1 {
    font-size: 30px;
    line-height: 1.2em;
    color: #383838;
    font-family: 'latoblack', sans-serif;
    font-weight: normal;
}
h2 {
    font-size: 24px;
    margin: 20px 0 10px 0;
    color: #383838;
    line-height: 30px;
    font-family: 'latoblack', sans-serif;
    font-weight: normal;
}
h3 {
    font-size: 20px;
    font-family: 'latosemibold', sans-serif;
    font-weight: normal;
}
h4, h5, h6 {
    font-family: 'latosemibold', sans-serif;
    font-weight: normal;
}
/* Tables */
th {
    background-color: #bfbfbf;
    font-family: 'latosemibold', sans-serif;
    font-weight: normal;
    border-top: 0;
}
th, td {
    border-left: 1px solid #FFFFFF;
}
/* Header */
.navbar-inverse .navbar-inner {
    background: none;
    border: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom, 
.navbar-static-top {
    margin: 0;
}
#logo {
    background: url("../images/logo.png") no-repeat 0 0;
    border: 0;
    float: left !important;
    margin: 20px 20px 20px 30px;
    padding: 0;
    width: 190px;
    height: 35px;
}
#logo a {
    width: 100%;
    padding: 35px 0 0 0;
}
/* responsive logo */
@media screen and (max-width: 480px) {
    #logo {
    	width: 30px;
    	background: url("../images/logo.png") no-repeat right top;
    }
    #logo a {
        padding: 35px 0 0 0;
    }
}
.navbar-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0;
}
.navbar .nav {
    margin: 15px 10px 0 0;
    position: inherit;
    font-size: 16px;
}
.navbar-inverse .divider-vertical {
    border: 0;
}
.navbar .divider-vertical {
    height: auto;
    margin: 0;
    display: none;
}
#opacheader {
    display: none;
}
/* Main */
.main {
    margin: 0;
    padding: 20px 30px;
}
.breadcrumb a {
    color: #383838;
}
.breadcrumb > li > .divider {
    color: #383838;
}
/* responsive main */
@media screen and (max-width: 767px) {
    .maincontent {
        margin-top: 30px;
    }
}
