﻿/*
    Styles CSS spécifiques "session-out", framework MVC.
*/

::-webkit-input-placeholder { /* Edge */
    color: #b0b0b0;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b0b0b0;
}

::placeholder {
    color: #b0b0b0;
}

@media screen and (max-width:479px) {
    #user-card {
        min-width: 120px !important;
    }

    .cgi-user-info .user-code {
        min-width: 120px !important;
    }

    .cgi-user-info > div {
        margin: 0;
        float: left;
        width: 100%;
        text-align: center;
        border: none;
    }

    .cardBox-title {
        font-size: 14px;
        font-weight: bold;
        padding-left: 0;
        line-height: 20px;
    }
}

@media screen and (max-width:380px) {
    .cgi-user-info > div {
        margin: 0;
        float: left;
        width: 100%;
        text-align: center;
        border: none;
    }

    .cardBox-title {
        font-size: 14px;
        font-weight: bold;
        padding-left: 0;
        line-height: 20px;
    }
}
