/*
 * Stylesheet for Data Curve
 * © 2019 Planair SA
 */

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

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

h3 {
    background-color: #620900;
    padding: 5px;
    color: #ffffff;
}

h4 {
    background-color: #AA0000;
    padding: 5px;
    color: #ffffff;
}

a {
    color: #AA0000;
}

.btn.btn-info {
    background-color: #620900;
}

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

.error {
    color: #CC0000;
}

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

input:not([type=submit]), select, textarea {
    margin-bottom: .5rem !important;
}

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

.form-text {
    display: block;
    margin-bottom: .5rem !important;
}

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

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

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

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

/*
Customization of Bootstrap's pagination
*/

.pagination > li {
    color: #ffffff !important;
    background-color: #AA0000 !important;
    border-color: #ffffff !important;
}

.pagination > li > a {
    color: #AA0000 !important;
}

.pagination > .disabled > a {
    color: #999999 !important;
}

.pagination > .active > a
{
    color: white !important;
    background-color: #620900 !important;
    border: solid 1px #620900 !important;
}

ul.pagination > li > a:focus,
ul.pagination > li > a:hover,
ul.pagination > li > span:focus,
ul.pagination > li > span:hover {
    z-index: 3;
    color: #ffffff !important;
    background-color: #620900 !important;
    border-color: #ffffff !important;
}



/* Display for social accounts */

div.socialaccount h1 {
    border-bottom: 2px solid #0234db;
    padding: 5px;
    color: #0234db;
    font-size: 2rem;
    text-align: center;
}

div.socialaccount button {
    padding: .5rem 1rem;
    display: inline-block;
    font-weight: 400;
    border-radius: .2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #5a6268;
    border-color: #545b62;
    cursor: pointer;

}

ul.socialaccount_providers li {
    list-style-type: none;
    text-align: center;
}

ul.socialaccount_providers li img {
    border: 1px solid #9c9c9c;
    padding-left: 10px;
    padding-right: 10px;
}