.btnRed {
    background-color: red;
}

.textColorTable {
    color: aliceblue !important;
    text-decoration: aliceblue;
}

.itemRapportDetail {
    background-color: #343a40;
    color: aliceblue;
}

.topBar {
    display: flex;
    flex-direction: row;
    align-items: end;
    direction: rtl;
}

.alert-error {
    background-color: #dc3545 !important;
    color: white;
    font-size: 20px;
    text-align: center;
}

.giveRapportContainer {
    max-width: 30rem;
}

.form-control {
    color: black !important;
}

.resumeText {
    font-size: x-large !important;
    color: #c32938;
}


/*assign full width inputs*/

input[type=text],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/*set a style for the buttons*/

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}


/* set a hover effect for the button*/

button:hover {
    opacity: 0.8;
}


/*set extra style for the cancel button*/

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}


/*centre the display image inside the container*/

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}


/*set image properties*/

img.avatar {
    width: 40%;
    border-radius: 50%;
}


/*set padding to the container*/

.container {
    padding: 16px;
}


/*set the forgot password text*/

span.psw {
    float: right;
    padding-top: 16px;
}


/*set styles for span and cancel button on small screens*/

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}

.form {
    border: none !important;
}

@media (min-width: 768px) {
    .loginPage {
        font-size: xxx-large !important;
    }
    .helpPassword {
        font-size: xx-large !important;
    }
}

@media (min-width: 992px) {
    .loginPage {
        font-size: medium !important;
    }
    .helpPassword {
        font-size: medium !important;
    }
}

.form {
    border: none !important;
}

.helpPassword {
    color: darkgray;
    margin-bottom: 2px;
}

.loginInput {
    line-height: normal !important;
}

.colorTextBox {
    color: white !important;
}

.card-body {
    height: 10rem;
}

.statutRendu {
    border-top: 2px white solid;
    margin-top: 15px;
    padding: 5px;
}

.rapportCard {
    height: 10rem !important;
}