﻿body {
    font-family: arial,sans-serif;
    font-size: .85em;
}

label {
    height: 30px;
    line-height: 30px;
    padding: 0;

    display: inline-block;
    float: left;
        		
    padding-left: 15px;
}
        
label.lbl-esquerda {
    width: 105px;
}

body.login.investimento label.lbl-esquerda {
    width: 75px;
}
        	
label.lbl-direita {
    width: 50px;
}

.k-mobile .admFixa .lbl-esquerda {
    display: none;
}

.k-mobile .admFixa .editor {
    display: inline-block;
    text-align: right;
}

.k-mobile .admFixa select {
    display: none;
}

.k-mobile #nome, .k-mobile #senha {
    width: 190px;
}

#nome, #senha {
    width: 140px;
}

@media (max-width: 880px) {
    div.editor {
        float: none;
        padding-left: 5px;
    }

    .editor.editor_1_3, .editor.editor_1_2 {
        width: 98%;
    }

    body.login div.areaUtil {
        width: 98%;
        min-width: initial;
    }

    body.login .areaUtil.areaResumo {
        width: 140px;
        /*Ajustando o texto Atendimento Online quando a largura da janela fica muito pequena e comeca a pegar a parte branca do fundo*/
        padding-left: 150px;
    }

    body.login #divLogin {
        margin-top: 10px;
        max-width: none;
        top: 40px;
    }

    body.login.consorciado {
        background: url("kitech/layout/bgHomeMobile.png") no-repeat scroll left top #212121;
        background-position-x: -25px;
    }

    body.login.investimento {
        background: url("../imagens/layout/bgHomeMobileInvestimento.png") no-repeat scroll left top #212121;
        background-position-x: -25px;
        background-position-y: -20px;
    }

    body.login.investimento #divLogin {
        margin-top: 0px;
    }

    div.tituloBox {
        display: none;
    }

    .areaUtil.logo img {
        display: none;
    }

    .areaUtil h2 {
        margin-top: 30px;
    }

    div.conjunto_esquerda {
        width: 37%;
        float: left;
    }

    div.conjunto_direita {
        width: 63%;
        float: right;
    }

    label {
        /* Aumentando o tamanho da linha para que fique proxima do editor */
        line-height: 40px;
        padding-left: 5px;
    }
}

@media (min-width: 881px) {
    .editor.editor_1_3 {
        width: 78%;
    }

    .editor.editor_1_2 {
        width: 22%;
    }

    body.login.consorciado #divLogin {
        margin-top: 100px;
        /*top: 20px;*/
    }
}
        	
div.editor {
    float: left;
    height: 35px;
}
        	
div.linha {
    clear: both;
    height: 35px;
}

#lblErro {
    color: #FF0000;
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

body.login
{
    background: url("kitech/layout/bgHome.png") no-repeat scroll center top #FFFFFF;
}

#divLogin, #divLogout, #divHeader
{
    margin-left: auto;
    margin-right: auto;    
    background-image: none;
    margin-bottom: 0;
    margin-top: 0;
     
    background-color: #F9F9F9;

    border-bottom: 1px solid #c5c5c5;
    border-bottom-color: #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-left-color: #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-right-color: #c5c5c5;
    border-top: 1px solid #c5c5c5;
    border-top-color: #c5c5c5;
}

#divLogin 
{
    max-width: 595px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;   
}

body.investimento #divLogin {
    max-width: 495px;
}

#divLogout
{
    border-style:none;
}

#divLogin, #divLogout 
{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45), 0 0 30px rgba(0, 0, 0, 0.07) inset;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}

.tituloBox {
    background: url("kitech/layout/titGrupo.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    font-size: 14px;
    height: 29px;
    margin-left: -30px;
    margin-top: 5px;
    width: 303px;
    color: #FFFFFF;
}

.tituloBox h5 {
    top: 9px;
    position: relative;
}

.areaUtil h2 {
    text-align: center;
}
.areaResumo .h2, .h2, h2, h3 {
    font-weight: normal;
    color: #fff;
    font-family: tahoma,arial;
    font-size: 24px;
    margin-bottom: 10px;
}

.txtLaranja {
    color: #ea8a37;
}

.areaUtil {
    margin: 0 auto;
    min-width: 595px;
    max-width: 810px;
}

.k-button.btnLaranja, .k-button:hover.btnLaranja {
    background: none repeat scroll 0 0 #e1761a;
    color: #fff;
}