/*
 * Stylesheet for CGSP-OFT
 * © 2020 Planair SA
 */

@font-face {
    font-family: 'Josefin Slab';
    font-style: normal;
    src: local('Josefin Slab Regular'), url(../fonts/JosefinSlab-Regular.ttf);
}

body {
    /*font-family: 'Josefin Slab';*/
    color: #333333;
}

h2.error-page-title {
    font-size: 3rem;
}

h3 {
    border-bottom: 2px solid #a5382a;
    padding: 5px;
    color: #a5382a;
}

h4 {
    padding: 5px;
    color: #bb574a;
}

a {
    color: #a5382a;
}

legend {
    font-size: 1.2rem;
    color: #969696;
}

i.bigger-icon {
    font-size: larger;
}

div.row p {
    text-align: justify;
}

img.app-logo {
    max-height: 40px;
}

img.picture-thumb {
    display: block;
    max-width: 500px;
    height: 300px;
}

img.state-icon {
    max-width: 32px;
    max-height: 32px;
    padding-right: 10px;
}

img.state-icon-big {
    max-width: 64px;
    max-height: 64px;
    padding: -20px;
}

nav#rm2022-navbar {
    border-bottom: 1px solid #2aa562;
    box-shadow: 0 2px 2px 1px rgba(85, 62, 102, 0.19999999999999996);
}

div.content {
    padding-top: 40px;
}

.btn.btn-info {
    background-color: #1b6d40;
    color: #ffffff;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.error {
    color: #CC0000;
}

#image_template {
    background-image: url("../images/banner.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 65%;
    text-align: center;
    font-family: "Josefin Slab";
    color: white;
    text-transform: uppercase;
    padding: 70px 0px 100px 0px;
}

#image_template span.title {
    background-color: #333333;
    padding: 10px;
}

a.title {
    color: #ffffff;
    text-decoration: none;
}

a:hover .title {
    color: #ffffff;
    text-decoration: none;
}

a.drilldown {
    border-bottom: 1px dashed #a5382a;
}

a:hover .drilldown {
    color: #0056b3;
    text-decoration: none;
}

body > div.container-fluid, footer > div.container-fluid {
    margin-top: 3em;
}

div.task-complete {
    background-color: #e4fff0;
}

div.task-pending {
    background-color: #e7f0ff;
}

div.task-warn {
    background-color: #ffffe3;
}

/* Financial report table */

.red-borders {
    border-left: 2px solid #CC0000 !important;
    border-right: 2px solid #CC0000 !important;
}

.black-borders {
    border-top: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
}

table tr.green {
    background-color: #dfffed
}

table tr.darkblue {
    background-color: #d4e0ff;
}

table tr.lightblue {
    background-color: #cdf1ff;
}

table tr.purple {
    background-color: #f0d6ff
}

table tr.yellow {
    background-color: #fffbdb;
}