@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-Bold.ttf") format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-BoldItalic.ttf") format('truetype');
    font-weight: BoldItalic;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-Italic.ttf") format('truetype');
    font-weight: Italic;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-Light.ttf") format('truetype');
    font-weight: Light;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-LightItalic.ttf") format('truetype');
    font-weight: LightItalic;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-Medium.ttf") format('truetype');
    font-weight: Medium;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-MediumItalic.ttf") format('truetype');
    font-weight: MediumItalic;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-SemiBold.ttf") format('truetype');
    font-weight: SemiBold;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-SemiBoldItalic.ttf") format('truetype');
    font-weight: SemiBoldItalic;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-Thin.ttf") format('truetype');
    font-weight: Thin;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../dist/manserv/IBMPlexSans-ThinItalic.ttf") format('truetype');
    font-weight: ThinItalic;
}

body{
    font-family: 'IBM Plex Sans', 'Myriad Pro', 'sans-serif';
}
#cabecalho{
    background-color: rgb(255,103,29);
    padding: 12px;
    color: white;
    vertical-align: bottom;
    font-size: 18px;
}
#cabecalho img{
    display: inline-block;
    margin: 0;
    margin-right: 12px;
}
.logo{
    text-align: center;
}


.luser{
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: bottom;
    border: solid 2px #DDD;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    background-color: white;
    color: #DDD;
    overflow: hidden;
}
.luser i{
    line-height: 74px;
}

body.size-sm .luser{
    width: 60px;
    height: 60px;
    font-size: 26px;
}
body.size-sm .luser i{
    line-height: 54px;    
}


.luser:first-child{
    margin-right: -12px;
}
.luser:last-child{
    margin-left: -12px;
}
.luser.comp{
    font-size: 30px;
}
.luser.comp .fa-sync{
    position: absolute;
    left: 40px;
    top: 20px;
    font-size: 20px;
}
.i-fa{
    position: relative;
}
.i-fa:not(.in)
{
    padding-left: 32px;    
}
.i-fa.in>input{
    padding-left: 32px;
}
.i-fa>i:first-child{
    position: absolute;
    bottom: 12px;
    left: 0;
}
.i-fa.in>i:first-child
{
    left: 8px;
    color: #AAA;
}
.i-fa.in>i:first-child
{
    left: 8px;
    color: #AAA;
}

body.size-sm .i-fa.in>i:first-child{
    top: 7px;
}

.login,.problemas{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#conteudo{
    flex: 1;
}
#rodape{
    font-size: 12px;
    padding: 12px;
}
#rodape p{
    margin: 0;
}
.modal.zoom
{
    opacity:1;
    transform:scale(1);
    -webkit-animation-name: modal_zoom;
    -webkit-animation-duration: .2s;
    animation-name: modal_zoom;
    animation-duration: .2s;
}

#btn_mu,#btn_po{
    border: solid 1px #EEE;
    background-color: white;
    box-shadow: -3px 3px 0 rgba(0,0,0,.2), 3px 3px 3px rgba(0,0,0,.1);
}

#btn_mu:hover,
#btn_po:hover{
    background-color: rgba(0,0,0,.1);
}

@-webkit-keyframes modal_zoom
{
    from
    {
        opacity: 0;
        transform:scale(.9);
    }
    to
    {
        opacity: 1;
        transform:scale(1);
    }
}
@keyframes modal_zoom
{
    from
    {
        opacity: 0;
        transform:scale(.9);
    }
    to
    {
        opacity: 1;
        transform:scale(1);
    }
}
