﻿@import url('JqueryValidate.css');


/*
Inputs
*/

input[type=text].inputPadrao, select.comboPadrao {
    border: 1px solid #999;
    font-family: Arial;
    font-size: 11px;
}

.checkboxCorretora {
    width: 40px;
    height: 40px;
    background: #ddd;
    margin: 20px 90px;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

    .checkboxCorretora label {
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 1;
        background: #333;
    }

    .checkboxCorretora input[type=checkbox]:checked + label {
        background: #476ca1;
    }

.estiloModal {
    color: #ffffff;
    margin-left: 6px;
    position: relative;
}

.customModalBody {
    width: 600px;
    position: relative;
    background-color: #22344D;
}

.customModalBodyMenor {
    width: 600px;
    height: 30px;
    background-color: #1A283B;
}

#myModal {
    width: 620px;
    height: 500px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-top: -5px;
    margin-left: -300px;
    padding: 20px;
    overflow-y: hidden;
    overflow-x: hidden;
}

/*.checkBoxColor {
    background-color: red;
}*/

.divImagemTopoModal {
    background-image: url('../Images/Corretora/popupCorretoraTopo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 600px;
    height: 68px;
}

.divImagemMensagemModal {
    background-image: url('../Images/Corretora/popupCorretoraMensagem.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 599px;
    height: 86px;
}

.divImagemSetaModal {
    background-image: url('../Images/Corretora/popupCorretoraSeta.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.divImagemBtnEnviar {
    background-image: url('../Images/Corretora/popupCorretoraBtnEnviar.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 71px;
    height: 69px;
    padding-bottom: 5px;
}

/*
Boxes e Botôes
*/
div.boxPadrao {
    border: solid 1px #D3D3D3;
    padding: 15px 10px 15px 30px;
    margin-bottom: 15px;
    width: 908px;
}

    div.boxPadrao span {
        line-height: 20px;
    }

div.boxAtencao {
    background-color: Silver;
    color: White;
}

div.boxPadrao span.Titulo {
    display: block;
    width: 100%;
    background-color: #efefef;
    padding: 5px;
    margin-left: -15px;
    line-height: inherit;
    margin-bottom: 15px;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

input.botaoPadrao {
    height: 40px;
    width: 950px;
}

div.listaBoxPadrao {
}

    div.listaBoxPadrao div.boxPadrao {
        float: left;
        width: inherit;
        margin-right: 10px;
        font-family: Arial;
        font-size: 11px;
    }

    div.listaBoxPadrao div.ultimo {
        margin: 0;
    }

div.listaBotaoPadrao div.botaoPadrao {
    float: left;
}

input.gravarComCancel {
    width: 735px;
}

input.botaoCancel {
    width: 200px;
    margin-left: 15px;
}

input.botaoPesquisa {
    width: 320px;
    margin-left: 15px;
}

input.botaoVoltar {
    width: 150px;
    margin-left: 15px;
}

div.boxLog {
    background-color: #efefef;
}
