nav {
    border: 1px solid whitesmoke;
    padding: 5px;
    border-radius: 8px;
    background: #f2f2f2;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    min-width: 283px;
    position: relative;
}

/* MAIN-MENU */
.main-menu {
    padding: 10px 0px;
    margin-top: 0px;
    /*text-align: center;*/
}

.main-menu a {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #000000;
    margin: 0px 2px 1px 2px;
}

.main-menu a.active, .main-menu a:hover {
    background: #054F87;
    color: #FFFFFF;
    text-decoration: none;
}

.stats-icon {
    margin-right: 5px;
    margin-top: -5px;

}

.btn-brown {
    color: #fff;
    background-color: #663300;
    border-color: #663300;
    text-transform: uppercase;
    min-width: 150px;

}

.btn-brown:hover {
    color: #663300 !important;
    background-color: #fff;
    border-color: #663300;
}

.btn-brown:focus {
    color: #fff;
}

.btn-red {
    color: #fff;
    background-color: #e30505;
    border-color: #e30505;
    text-transform: uppercase;
    min-width: 150px;

}

.btn-red:hover {
    color: #e30505 !important;
    background-color: #fff;
    border-color: #e30505;
}

.btn-red:focus {
    color: #fff;
}

.btn-green {
    color: #fff;
    background-color: #229822;
    border-color: #229822;
    text-transform: uppercase;
    min-width: 150px;

}

.btn-green:hover {
    color: #229822 !important;
    background-color: #fff;
    border-color: #229822;
}

.btn-green:focus {
    color: #fff;
}

.btn-gray {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
    text-transform: uppercase;
    min-width: 150px;

}

.btn-gray:hover {
    color: #808080 !important;
    background-color: #fff;
    border-color: #808080;
}

.btn-gray:focus {
    color: #fff;
}

.btn-bpo {
    color: #fff;
    background-color: #048;
    border-color: #048;
    text-transform: uppercase;
    min-width: 150px;
}

.btn-bpo:hover {
    color: #048 !important;
    background-color: #fff;
    border-color: #048;
}

.btn-bpo:focus {
    color: white;
}

.form-control {
    height: 30px;
    border-radius: 2px;
}

.form-group label {
    font-weight: 200;
    font-size: 16px;
}

.input-margin-5em {
    margin-right: 5em;
}

.input-margin-115px {
    margin-right: 115px;
}

.input-margin-53px {
    margin-right: 53px;
}

.form-container {
    border: 1px solid gainsboro;
    padding: 40px;
    margin-top: 2em;
    margin-bottom: 2em;

}

.input-size-230px {
    float: left;
    width: 230px;
}

.input-size-190px {
    float: left;
    width: 190px;
}

.message-error {
    color: #b94a48;
}

.bpo-table {
    width: 100%;
    margin: 0 0 24px 0;
    text-align: left;
    border: 1px solid #bbb;
    border-collapse: separate;
}

.bpo-table th {
    padding: 10px 20px 10px 10px;
    text-align: left;
    background-color: #054F87;
    color: #FFFFFF;
    text-shadow: 0 1px 1px #000000;
    font-weight: 100;
    line-height: 18px;
    font-size: 100%;
}

.bpo-table td {
    padding: 8px 0 10px 10px;
    background-color: #fff;
    border-top: 1px solid #bbb;
}

.show-more {
    text-align: center;
}

.show-more button {
    width: 50%;
}

.datepicker-input {
    background-color: #ffffff !important;
}

.info-tab {
    text-transform: uppercase;
    text-align: center;
}

.title-journal {
    font-size: 30px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.subtitle-journal {
    font-size: 20px;
    text-align: center;
    margin-bottom: 1em;
}

.breadcrumb {
    margin-top: 10px;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: black;
    content: "\003e";
}

/* --------PAGINATION --------*/
.paginator select {
    display: inline-block;
    width: auto;
    height: 26px;
    padding: 2px 4px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-decoration: none;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right;
    color: #009dde;
}

.pager .previous > a, .pager .previous > span {
    float: left;
    color: #009dde;
}

.paginator nav {
    margin-top: 0;
    border: none;
    padding: 0;
    border-radius: 0;
    background: none;
    text-align: center;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.modal-error-title {
    font-weight: bold;
    font-size: 20px;
    color: #bc1717;
}

.modal-success-title {
    font-weight: bold;
    font-size: 20px;
    color: #38a438;
}

/*BOOTSTRAP MODAL BUG FIX*/
.body-fix[style] {
    overflow: auto;
    padding-right: 0 !important;
}

/*-----------------------*/

.copyright {
    font-size: 10px;
    color: #FFFFFF;
    padding: 12px 40px 18px 40px;
    background-color: #424242;
    font-family: "Open Sans";
    font-weight: 300;
}

.customSearchButtons {
    margin-top: 11px;
    margin-bottom: 1em;

}

.form-control:disabled {
    background: white;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.title-view {
    font-size: 30px;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 15px;
}

.bpo-table-sorter {
    background-image: url(../images/sort.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 4px 18px 4px 4px;
    white-space: normal;
    cursor: pointer;
}

.popover-content {
    width: 150px;
}

.bpo-color-i {
    background-color: #054F87 !important;
}

.home-page-info-wrapper{
    padding: 1em 1.4em;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    -moz-background-size: 1px 30%;
    background-size: 1px 30%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    margin-top:20px;
}

.home-page-info-text-part{
    text-align: justify;
    text-justify: inter-word;
}