﻿/*   */
body {
    font-family: Arial,Segoe UI;
    font-size: 12px;
}

/* container controles botoes  */
.ctrl {
    background: #eeeeee;
    width: 100%;
    min-height: 30px;
    padding: 7px;
    margin: 7px 0 7px 0;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
}

    .ctrl .ctrlLeft {
        float: left;
        max-width: 50%;
        height: auto;
    }

    .ctrl .ctrlRight {
        float: right;
        max-width: 50%;
        height: auto;
    }

/* layout */
.separadorCabecalho {
    background: #f1f1f1;
    margin: 7px 0 7px 0;
    padding: 3px;
    margin-left: 5px;
    margin-right: -5px;
    font-weight: bold;
    letter-spacing: 0px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}

.bloco {
    display: block;
    overflow: hidden;
    clear: both;
    margin: 7px 0px 7px 0px;
}

.coluna {
    float: left;
    padding-left: 7px;
    padding-bottom: 7px;
    padding-top: 3px;
}

    .coluna label {
        padding-left: 7px;
        margin-top: 4px;
        margin-bottom: 2px;
    }

    .coluna span label {
        float: left;
    }

    .coluna span input {
        margin-left: 3px;
    }

.container_centro {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
}


.left {
    float: left;
}

.right {
    float: right;
}

/* CORES */
.color_bg1 {
    background-color: #f1f1f1;
}

.color_border1 {
    border-color: #d9d9d9;
}

.error {
    color: red;
    font-weight: normal;
}

/* BORDAS */
.border_1 {
    border-width: 1px;
    border-style: solid;
}

.border_2 {
    border-width: 2px;
    border-style: solid;
}

.border_round {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bLeft {
    border-left: 1px solid #e1e1e1;
}


/* op */
.op80 {
    opacity: .80;
    filter: Alpha(Opacity=80);
}

.op60 {
    opacity: .60;
    filter: Alpha(Opacity=60);
}

.op0 {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

/* texto,labels,inputs */
label {
    padding-left: 3px;
    margin-top: 2px;
    font-weight: bold;
    display: block;
}

.labelSub {
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
}

input {
    padding-left: 5px;
    min-height: 1.5em;
    margin-top: 3px;
}

    input[type="button"], input[type="submit"] {
        padding-left: 5px;
        min-height: 2em;
        margin: 3px 0 3px 0;
    }

select {
    height: 1.8em;
    min-height: 1.8em;
    margin-top: 3px;
    padding-left: 5px;
}

input[type="text"] {
    text-align: left;
    margin-right: 7px;
}

input[type="radio"] {
    display: inline;
    float: left;
    text-align: left;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

.radioGroup {
    margin-top: 3px;
    margin-left: 20px;
    text-align: left;
}

    .radioGroup label {
        float: right;
        padding-left: 3px;
        padding-top: 2px;
    }

    .radioGroup input {
        float: left;
        padding-left: 3px;
        padding-top: 2px;
    }

input, select {
    border: 1px solid #7799AA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    input[type="checkbox"] {
        border: none;
    }

hr {
    border: 1px solid #aaaaaa;
}

.destaque {
    background: #eeeeee;
}

.cabecalho {
    display: block;
    clear: left;
    background: #4174B5;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.b {
    font-weight: bold;
}

.b1 {
    font-weight: bolder;
}

.opcao_label {
    background-color: #333333;
    color: #f1f1f1;
    border: 1px solid #e1e1e1;
    font-weight: bolder;
    font-size: 1.2em;
    width: 1.6em;
    height: 1.6em;
    padding-left: 0.8em;
    padding-top: 0.4em;
}

#app_toolbar {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    overflow: hidden;
    padding: 7px;
    background: #e1e1e1;
    border-bottom: 2px solid #d9d9d9;
}

#app_taskbar {
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    overflow: hidden;
    padding: 7px;
    background: #e1e1e1;
    border-bottom: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
}


/* JQuery Botoes que exibem dialogo de confirmação */
.confirma {
}


/** NOTIF BAR CADASTROS */

.notif_bar {
    position: relative;
    margin-left: -8px;
    padding-left: 20px;
    margin-right: 40px;
    height: 20px;
    width: 99.5%;
    border-bottom: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    background: #f1f1f1 url("../images/Star-icon.png") left center no-repeat;
}

.notif_bar_item {
    float: left;
    margin-left: 7px;
}

    .notif_bar_item span {
        font-weight: bold;
    }


/* FORMULARIO FICHA */
.NumCampoFicha {
    display: block;
    position: relative;
    float: left;
    margin-right: 3px;
    margin-top: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background: #000000;
    padding: 4px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/** Login **/
#loginPanel {
    padding: 14px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login_header {
    background: url('../images/Register-icon-64.png') no-repeat left top;
    height: 64px;
    min-height: 64px;
    width: 100%;
    overflow: hidden;
    padding-left: 67px;
    vertical-align: middle;
    font-weight: bold;
}

    .login_header .login_header_text {
        margin-left: 14px;
        margin-top: -7px;
        font-weight: bolder;
        vertical-align: middle;
    }

.login_ico {
}

#LogoPalladioConvWeb {
    background: url(../images/PalladioConveniadoWeb.png) top left no-repeat;
    width: 200px;
    height: 50px;
}

.abs {
    overflow: auto;
}

    .abs ul {
        list-style: none;
        padding-left: 10px;
    }

.abas li {
    float: left;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin-right: 10px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
}

    .abas li:hover {
        box-shadow: 0 -2px 3px #DFDFDF;
        -moz-box-shadow: 0 -2px 3px #DFDFDF;
        -webkit-box-shadow: 0 -2px 3px #DFDFDF;
        font-weight: bold;
        border-color: #c0c0c0;
    }

.abas .ativo {
    background: #ccc;
    border-color: #333;
}

    .abas .ativo a {
        color: #fff;
        font-weight: bold;
        text-shadow: 0 0 5px #999;
    }

#conteudo_atual {
    position: relative;
    width: 880px;
    height: auto;
    padding: 10px;
    clear: both;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 -1px 3px #ccc;
}

#noticia div {
    display: none;
}

.hidden {
    display: none;
}
