﻿#tabs {
    display: none;
}

.ui-tabs {
    border: none;
}

.ui-widget-header {
    background-image: none;
    background-color: white;
    border-top: none;
    border-left: none;
    border-right: none;
}

.ui-tabs-nav {
    border-radius: 0;
}

* {
    font-family: Arial,Helvetica,sans-serif;
}

.ui-widget {
    font-size: 12px;
}

.ui-tabs .ui-tabs-panel {
    padding: 2px;
}

.TopoPagina {
    width: 100%;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.FiltroGeral {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 20px 0 20px 0;
    padding: 10px 10px 10px 0;
    text-align: center;
}

table.Colunas td, table.Colunas th {
    border: 1px solid black;
    width: 50%;
}

table.Colunas td {
    padding: 10px;
}

.MeusQuestionarios, .OpiniaoSubordinados {
    border: 1px solid black;
    padding: 5px;
    margin: 0 0 10px 0;
}

.titulo {
    margin-top: 10px;
    font-weight: bold;
    font-style: italic;
}

.pergunta {
    width: 100%;
    border-collapse: collapse;
    font-style: normal;
    border-bottom: 1px solid black;
    font-weight: bold;
}

    .pergunta > td:first-child {
        width: 100%;
    }

    .pergunta > td {
        border-right: 1px solid black;
        padding: 1px 5px 1px 5px;
        vertical-align: top;
    }

        .pergunta > td:last-child {
            padding: 0;
        }

        .pergunta > td.perfil {
            color: white;
            background-color: green;
            white-space: nowrap;
            vertical-align: middle;
        }


.titulo > div {
    padding-left: 10px;
}

.titulo .pergunta:first-child {
    margin-top: 5px;
}

.resposta {
    padding: 0 5px 0 5px;
    font-weight: normal;
    color: green;
}


table.respostas,
table.respostasComResumo {
    border-collapse: collapse;
}

    table.respostas td {
        color: black;
        font-weight: normal;
        border-right: 1px solid black;
        text-align: center;
        padding: 0 5px 0 5px;
        white-space: nowrap;
    }

        table.respostas th:last-child, table.respostas td:last-child,
        table.respostasComResumo th:last-child, table.respostas td:last-child {
            border-right: none;
        }

        table.respostas td.selected {
            background-color: black;
            color: white;
        }


    table.respostasComResumo th {
        border-right: 1px solid white;
        background-color: green;
        color: white;
    }

    table.respostasComResumo td {
        color: black;
        font-weight: normal;
        border-top: 1px solid black;
        border-right: 1px solid black;
        text-align: center;
        padding: 0 5px 0 5px;
        white-space: nowrap;
        min-width: 70px;
    }

        table.respostasComResumo td.void {
            font-style: italic;
        }

        table.respostasComResumo td.hasValue {
            font-weight: bold;
        }

.mensagem {
    padding: 10px;
    color: red;
}

h1 {
    font-size: 18px;
    margin: 0;
}

h2 {
    font-size: 14px;
    margin: 0;
}

h3 {
    font-size: 12px;
    margin: 0;
}

label {
    font-size: 12px;
    margin: 0;
}

select {
    min-width: 300px;
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

.Information {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url('/Content/themes/base/images/ui-icons_2e83ff_256x240.png');
    background-repeat: no-repeat;
    background-position: 0px -145px;
}

.clear {
    clear: both;
    height: 0;
}

a.view {
    background-color: white;
    background-image: url('/Areas/AdmLider/Content/Images/view.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 10px 10px 10px 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

    a.view:hover {
        background-color: #ccc;
        text-decoration: none;
        color: black;
    }