﻿html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body {
    background-color: #FFFFFF;
}

body, table {
    font-family: Arial;
    font-size: 11px;
    /*    color: #333333;*/
    color: #666E7A;
    text-align: left;
}

button {
    font-family: Arial;
    font-size: 11px;
    color: #333333;
    line-height: 14px;
}

#nav {
    margin: 0px;
    text-align: left;
    z-index: 1000;
}

    #nav li {
        margin: 0px;
        cursor: default;
        position: relative;
        line-height: 25px;
        border-bottom: 1px solid #FFFFFF;
        width: 190px;
        float: left;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        padding: 0px;
        background-color: #E9E9E9;
    }

    #nav .libar {
        color: #FFFFFF;
        background-color: #0A0E14;
        border-bottom: 0px;
        width: 100px;
    }

    #nav .abar {
        color: #FFFFFF;
        width: 100px;
    }

    #nav ul {
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 25px;
        left: 0px;
        display: none;
        background-color: #333333;
        list-style: none;
    }

        #nav ul ul {
            top: 0px;
            left: 150px;
        }

    /* Tem hack para IE */
    #nav a {
        display: block;
        margin: 0px;
        padding-left: 5px;
        width: 185px;
        line-height: 25px;
        font-family: Arial;
        font-size: 12px;
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }

        #nav a:hover {
            color: #FFFFFF;
            background-color: #1AA35C;
        }

.tableInputSet {
    border: 0px;
    width: 100%;
    border-collapse: collapse;
}

    .tableInputSet .space {
        font-family: Arial;
        font-size: 1px;
        height: 2px;
    }

.label01 {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #666E7A;
    /*border: 1px solid #DEE1E4;*/
    /*    background-color: #F8F8F8;*/
    width: 150px;
    line-height: 26px;
    padding-left: 6px;
}

.label02 {
    /*    border-bottom: 1px solid #DEE1E4;*/
    line-height: 26px;
}

.input01 {
    margin-left: 4px;
    font-family: Arial;
    font-size: 11px;
    color: #666E7A;
    border: 1px solid #CCCCCC;
    height: 20px;
}

.title01 {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #40444D;
}

.subtitle01 {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #40444D;
    padding-left: 20px;
    background-image: url(imagens/subtitle01.png);
    background-position: 0px center;
    background-repeat: no-repeat;
}

.subtitle02 {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #0A0E14;
    border-bottom: 1px solid #DEE1E4;
    padding-left: 10px;
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.table01 {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #B5B7B8;
    border-left: 1px solid #B5B7B8;
    font-family: Arial;
}

    .table01 th {
        background-color: #66777D;
        text-align: left;
        font-size: 12px;
        color: #FFFFFF;
        padding: 3px;
        border-bottom: 1px solid #B5B7B8;
        border-right: 1px solid #B5B7B8;
        font-weight: bold;
    }

    .table01 td {
        font-size: 11px;
        color: #0A0E13;
        padding: 4px;
        border-bottom: 1px solid #B5B7B8;
        border-right: 1px solid #B5B7B8;
    }

    .table01 tr, .table01 .line01 {
        background-color: #FFFFFF;
    }

    .table01 .line02 {
        background-color: #F8F8F8;
    }

    .table01 a {
        text-decoration: underline;
        font-family: Arial;
        font-size: 11px;
        color: #00974A;
    }

label {
    padding: 3px;
    position: relative;
    top: -1px;
}

.cabecalho {
    height: 50px;
    float: right;
    font-family: Arial;
    font-size: 11px;
    color: #40444D;
    margin-top: 30px;
    text-transform: uppercase;
}

/* ASP.NET WebControls */
.buttonSystem {
    font-family: Arial;
    font-size: 11px;
    /*    color: #333333;*/
    line-height: 14px;
    /*    ---------------------------*/
    /*    background-color: #666e7a;
        color: #fff;
    */
    background-color: #ffd862;
    color: #002c63;
    /*    font-weight: bold;*/
    border: none;
    border-radius: 1.2rem;
    text-transform: uppercase;
    height: 25px;
}

.buttonSystemSecondary {
    font-family: Arial;
    font-size: 11px;
    /*    color: #333333;*/
    line-height: 14px;
    /*    ---------------------------*/
    background-color: #666e7a;
    color: #fff;
    border: none;
    border-radius: 1.2rem;
    text-transform: uppercase;
    height: 25px;
}

/* Menu */
.divMenu {
    background-color: #0A0E14;
    border-bottom: solid 1px #0A0E14;
    border-left: solid 1px #0A0E14;
    border-right: solid 1px #0A0E14;
    height: 27px;
    width: 100%;
}

.menu {
    /*    background-color: #FFFFFF;*/
    background-color: #002c63;
    height: 25px;
}

.menuItem {
    text-align: center;
    /*    background-color: #E9E9E9;*/
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    color: #002c63;
    Height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    /*    border-bottom: solid 1px #0A0E14;*/
}

.menuStyle {
    z-index: 100;
}

.menuItemRoot {
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    /*    color: #002c63;*/
    Height: 30px;
    /*padding-left: 8px;*/
    line-height: 1.33em;
    margin-left: 15px;
}

.subMenuItem {
    background-color: #E9E9E9;
    font-family: Arial;
    font-size: 11px;
    color: #0A0E14;
    Height: 24px;
}

.menuItemSelected {
    /*    background-color: #00974A;*/
    background-color: #ADD8E6;
    /*    color: #FFFFFF;*/
    /*border-top: solid 1px #00974A;
    border-bottom: solid 1px #00974A;*/
}

/* GridView */
.gridViewHeader {
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    /*    background-color: #66777D;*/
    background: rgba(102,110,122,.18);
    /*    color: #FFFFFF;*/
    color: #40444d;
    height: 25px;
    padding-left: 3px;
    border: solid 1px #B5B7B8;
    font-weight: bold;
}

    .gridViewHeader th a {
        font-family: Arial;
        font-size: 12px;
        text-align: left;
        background-color: #66777D;
        color: #FFFFFF;
        height: 25px;
        padding-left: 3px;
    }

.gridViewRow {
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    /*    color: #0A0D13;*/
    color: #666E7A;
    height: 25px;
    padding-left: 3px;
    background-color: #FFFFFF;
    border: solid 1px #B5B7B8;
}

.gridViewAlternateRow {
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    /*    color: #0A0D13;*/
    color: #666E7A;
    height: 25px;
    padding-left: 3px;
    background-color: #F8F8F8;
    border: solid 1px #B5B7B8;
}

.gridViewPager {
    font-family: Arial;
    font-size: 11px;
    color: #B3B7B8;
    border-style: none;
    height: 25px;
    padding-left: 10px;
    margin-left: 10px;
}

    tr.gridViewPager, .gridViewPager td {
        border-color: #B5B7B8;
        padding-left: 10px;
        background-color: #FFFFFF;
    }

    .gridViewPager a {
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        /*        color: #00984A;*/
        color: #0063DE;
        height: 20px;
    }


/* AJAX ToolKit classes */
/* Validator Callout */
.validatorCalloutHighlight {
    font-family: Arial;
    font-size: 11px;
    background-color: #E6E1E2;
    font-style: italic;
}

.customCalloutStyle div, .customCalloutStyle td {
    border: solid 1px Black;
    background-color: #E6E1E2;
    color: #666;
}

.customCalloutStyle .ajax__validatorcallout_popup_table {
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_popup_table_row {
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_cell {
    width: 30px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_table {
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_table_row {
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell {
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}

    .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
        font-size: 1px;
        position: relative;
        left: 1px;
        border-bottom: none;
        border-right: none;
        border-left: none;
        width: 15px;
        background-color: transparent;
        padding: 0px;
    }

        .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
            height: 1px;
            overflow: hidden;
            border-top: none;
            border-bottom: none;
            border-right: none;
            padding: 0px;
            margin-left: auto;
        }

.customCalloutStyle .ajax__validatorcallout_error_message_cell {
    font-family: Arial;
    font-size: 11px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}

.customCalloutStyle .ajax__validatorcallout_icon_cell {
    width: 20px;
    padding: 5px;
    border-right: none;
}

.customCalloutStyle .ajax__validatorcallout_close_button_cell {
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}

    .customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
        border: none;
        text-align: center;
        width: 24px;
        padding: 1px;
        cursor: pointer;
    }

/* UpdateProgress */
.modalPopUpProcessMain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: Gray;
    filter: alpha(opacity=40);
}

.modalPopUpProcessBox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -195px;
    z-index: 2100;
    width: 390px;
    height: 48px;
    border: 1px solid #999;
    background-color: #F8F8F8;
    padding: 2px;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.modalPopUpProcessText {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 13px;
    color: #666;
    text-align: center;
}

/* Validator Callout */

.modalPopUpMainMessage {
    width: 100%;
    height: 100%;
    z-index: 2000;
    padding-top: 25%;
}

.modalPopUpMain {
    width: 100%;
    height: 100%;
    z-index: 2000;
    /*padding-top: 60%;*/
    padding-top: 600px;
}

.modalPopUpLocal {
    /*position: relative !important;*/
    top: -500px !important;
}

.modalPopUp {
    border: 1px solid #999;
    /*    background-color: #F8F8F8;*/
    background-color: #FFFFFF;
    padding: 2px;
    font-family: Arial;
    font-size: 12px;
    /**/
    width: auto;
}

/*.modalPopUpTitle {*/
/*    color: #013A21;*/
/*color: #002c63;
    padding: 3px;
    background-color: #FFFFFF;
    text-align: center;*/
/*padding-left: 10px;*/
/*float: left;*/
/**/
/*width: 95%;
}*/

.testeLucas {
    position: relative;
    top: -700px !important;
}

.modalPopUpTitle {
    /* color: #013A21; */
    color: #002c63;
    padding-top: 3px;
    background-color: #FFFFFF;
    text-align: center;
    /* padding-left: 10px; */
    /* float: left; */
    width: 100%;
}

.modalPopUpCloseButton {
    padding: 3px;
    padding-right: 10px;
    color: #333;
    font-weight: bold;
}

.modalPopUpMessageText {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 13px;
    /*    color: #666;*/
    color: #40444D;
    text-align: left;
}

.watermarked {
    background-color: Gray;
    filter: alpha(opacity=40);
}


/* CalendarExtender */
.ajax__calendar_container {
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}

.ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.ajax__calendar_title, .ajax__calendar_next, .ajax__calendar_prev {
    color: #006F32;
    padding-top: 3px;
}

.ajax__calendar_body {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.ajax__calendar_dayname {
    text-align: center;
    margin-bottom: 4px;
    margin-top: 2px;
    font-size: 9.5px;
}

.ajax__calendar_day {
    text-align: center;
}

    .ajax__calendar_day hover {
        text-align: center;
    }

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #006F32;
    font-weight: bold;
    background-color: #ffffff;
}
