/*******************************************************
 * Copyright (C) 2019 www.sch.gr info@sch.gr
 *
 * This file is part of Postmaster sch.gr project.
 *
 * Postmaster can not be copied and/or distributed without the express
 * permission of www.sch.gr
 *******************************************************/
/*
    Created on : Jan 14, 2019, 12:12:28 PM
    Author     : Stergatu Lena <stergatu@cti.gr>
Edited: 16/1/2026
*/
body {
    background: url('/img/back1.png'),url('/img/back2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, bottom right;
/*    -webkit-background-size: cover;
    -moz-background-size: cover;*/
    /*background-size: cover;*/
    /*-o-background-size: cover;*/
}

.fixed-top {
    background: white;
}
header{
    margin-bottom:  50px;
}
div.navbar-brand{
    padding-left: 20px;
    padding-right: 50px;
}
.list-inline {
    display: flex;
    justify-content: center;
}

li.list-group-item {

    border: 0 !important;
    /*margin: 0px;*/
    padding: 10px 10px;
}

li.nav-item {
    padding-inline-end:15px; 
    padding-inline-start: 15px;
    border-right: 1px solid lightgrey;
}
.alert-warning {
    color: black;
}

.list-group-item a, .mb-0 a, .list-group-horizontal-md li a {
    color: #0a65c7!important;
}
.btn-primary {
    background: #0071EB
}