﻿/* Cascading Stylesheet for Common Elements */

/* Definicoes gerais */
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: verdana,tahoma,helvetica;
    font-size: 13px;
    height: 100%;
    width: 100%;
}

#content {
    position: absolute;
    top: 25px;
    bottom: 42px;
    left: 0;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-x: auto;
    padding: 10px 5px 20px 5px;
}

#contentPesquisa {
    overflow: auto;
    overflow-x: hidden;
    overflow-x: auto;
    padding: 10px 15px 15px 0px;
}
/* Fim definicoes gerais */

div.ajax__calendar_days table tr td {
    padding-right: 0px;
}

div.ajax__calendar_body {
    width: 215px;
}

div.ajax__calendar_container {
    width: 215px;
}

/* Begin: General */
body.template {
    padding-left: 8px;
    padding-right: 8px;
    font-family: Tahoma, Arial, sans-serif; /*font-size: 10pt;*/
    color: #666666; /* background-color: #EDEDED;*/
}

    body.template input, body.template select {
        border: 1px solid #ccc;
    }




    body.template h1 {
        padding-bottom: 12px;
        border-bottom: 1px dotted #bbbbbb;
        font-size: 1.8em;
        font-family: Trebuchet MS, Arial, sans-serif;
        color: #888888;
    }

span.allcaps {
    font-variant: normal;
}

body.template h2 {
    padding: 0 0 0 20px;
    font-size: 1.3em;
    color: #888888;
}

div.back {
    margin-bottom: -20px;
    position: relative;
    top: -28px;
    padding-left: 5px;
    padding-bottom: 5px;
}

    div.back img {
        position: relative;
        margin-top: 0em;
        padding-left: 8px;
        padding-right: 8px;
        border: none;
        background-color: #ffffff;
    }

    div.back a:link, div.back a:visited {
        color: #839ce7;
        text-decoration: none;
        background-color: #ffffff;
        padding-right: 8px;
        top: -.2em;
        left: .25em;
    }

    div.back a:hover {
        color: #000099;
        text-decoration: underline !important;
    }
/* End: General */

/* Begin: Tables */
body.template table.listview, table.gridview {
    border: 1px solid #dbddff;
    border-bottom: 3px solid #dbddff;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #666666; /*font-size: 8pt;*/
    list-style-type: none;
}

body.template table.detailstable {
    border: 1px solid #dbddff;
    border-bottom: 3px solid #dbddff;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size: 12px;
    list-style-type: none;
}

body.template ul.detailstable {
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size: 8pt;
    list-style-type: none;
}

ul.detailstable input[type="text"] {
    font-size: 10pt;
}

ul.detailstable {
    padding: 2px;
    margin: 0;
}

    ul.detailstable li {
        padding-bottom: 2px;
    }

    ul.detailstable table {
        border: 0;
    }

        ul.detailstable table td {
            border: 0;
            padding-right: 10px;
        }


body.template table.detailsFilter {
    border: 1px solid #dbddff;
    border-bottom: 3px solid #dbddff;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size: 7pt;
    list-style-type: none;
}

body.template ul.detailsFilter {
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size: 7pt;
    list-style-type: none;
    border: 1px solid #dbddff;
    margin-bottom: 2px;
}

ul.detailsFilter input[type="text"] {
    font-size: 8pt;
}

ul.detailsFilter {
    padding: 2px;
    margin: 0;
    width: 98.4%;
}

    ul.detailsFilter li {
        padding-bottom: 2px;
    }

    ul.detailsFilter table {
        border: 0;
    }

        ul.detailsFilter table td {
            border: 0;
            padding-right: 10px;
        }




ul.details {
    padding: 2px;
    margin: 0;
    width: 98.4%;
}

    ul.details li {
        padding-bottom: 2px;
    }



body.template table.newgrid {
    margin-top: 10px;
    margin-bottom: 10px;
}

    body.template table.newgrid caption {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.1em;
        text-align: center;
        color: #000000;
        background-color: #F2F5A9;
        border: 1px solid #BDBDBD;
        border-bottom: 0;
        font-size: 10pt;
        font-weight: 600;
    }

    body.template table.newgrid th {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.1em;
        text-align: left;
        color: #000000;
        background-color: #F2F5A9;
        border: 1px solid #BDBDBD;
        font-size: 8pt;
    }

    body.template table.newgrid td {
        border-left: 0px;
        border-right: 0px;
        color: #000000;
        border-bottom: 1px dotted #dadada;
        font-size: 100%;
    }



body.template table.simplegrid th {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
    text-align: left;
    color: #666666;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #dbddff;
    font-size: 8pt;
}

body.template table.simplegrid td {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
    font-size: 8pt;
}


body.template table.listview th, table.gridview th, table.detailstable th, body.template table.listview td, table.gridview td, table.detailstable td {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
}

body.template table.listview th, table.gridview th, table.detailstable th {
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 100%;
    text-align: left;
    line-height: 1.3em;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
}

body.template table.listview td, table.gridview td, table.detailstable td {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
}

body.template td.bold {
    font-weight: bold;
}

body.template th a:link, body.template th a:visited, body.template th a:hover {
    color: #666666;
    text-decoration: none;
}

body.template td a:link, body.template td a:visited {
    color: #718ABE;
    text-decoration: none;
    padding-right: 6px;
}

body.template td a:hover {
    color: #000099; /* text-decoration: underline !important; */
}


table.gridview {
    width: 98.83%;
}

    table.gridview table td {
        padding-left: .5em;
        padding-right: .5em;
    }

    table.gridview th {
        background-image: url('images/header_back.gif');
    }

table.listview {
    width: 90%;
}

    table.listview td a:link, table.listview td a:visited {
        font-size: 90%;
    }

    table.listview table td {
        padding-left: .5em;
        padding-right: .5em;
    }

    table.listview th {
        background-image: url('images/header_back.gif');
    }

table.detailstable td {
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    vertical-align: top;
}

table.detailstable th {
    background: #FCFDFE;
    vertical-align: top;
}

td.nowrap {
    white-space: nowrap;
}
/* The following modifies the details table */
body.template tr {
    background: #FCFDFE;
}
/* The following modifies the controls in the list table footer */
tr.footer td {
    background: #dbddff;
    height: 1.5em;
    background-image: url('images/header_back.gif');
}

/* The following modifies the selected row in the list table */
tr.selected td {
    background: #fdffb8;
}

/* End: Tables */

/* The following modifies the page number control which exists under the main table */
div.pager {
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
}

span.results1 {
    float: left;
}

span.results2 {
    float: right;
}
/* The following modifies the results per page control which exists under the main table */
div.results {
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -1.75em;
    float: right;
}
/* Set's the appearance of the drop down control*/
.droplist {
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: .80em;
    color: #666666;
}
/* Bottom hyperlink design*/
div.bottomhyperlink {
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 100%;
    margin-top: -3px;
}

    div.bottomhyperlink a:link, div.bottomhyperlink a:visited {
        color: #839ce7;
        text-decoration: none;
        font-family: Tahoma, Arial, Sans-Serif;
        font-size: 100%;
        margin-top: -3px;
    }

    div.bottomhyperlink a:hover {
        color: #000099;
        text-decoration: underline !important;
        font-family: Tahoma, Arial, Sans-Serif;
        font-size: 100%;
    }

    div.bottomhyperlink img {
        position: relative;
        top: 0em;
        padding-right: .4em;
        border: none;
    }


/*LinkButton*/
li.command {
    border-top: 3px solid #9abbe8;
    padding-top: 5px;
}

    li.command a {
        background: transparent url('images/right_blue.png') no-repeat scroll top right;
        color: #444;
        display: block;
        float: left;
        font: bold 11px sans-serif, arial;
        height: 24px;
        margin-right: 6px;
        padding-right: 9px; /* sliding doors padding */
        text-decoration: none;
    }

    li.command span {
        background: transparent url('images/left_blue.png') no-repeat;
        display: block;
        line-height: 14px;
        padding: 5px 0 5px 9px;
    }

    li.command a:active {
        background-position: bottom right;
        color: #000;
        outline: none; /* hide dotted outline in Firefox */
    }

        li.command a:active span {
            background-position: bottom left;
            padding: 6px 0 4px 9px; /* push text down 1px */
        }

/* Antigo 
li.command
{
    padding-top: 15px;
}

li.command a:link, li.command a:visited
{
    color: #718ABE;
    text-decoration: none;
    padding-right: 6px;
}
li.command a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
*/

/* ValidationSummary */


.validationsummary {
    border: 1px solid red;
    color: red;
    margin: 2px 0px;
    padding: 2px;
    background: transparent url(Images/WarningHeader.gif) no-repeat 12px 15px;
    cursor: hand;
}

    .validationsummary ul {
        padding-top: 2px;
        padding-left: 45px;
        list-style: none;
        font-size: 10px;
        color: #000000;
        font-style: italic;
    }

        .validationsummary ul li {
            padding: 2px 0px 0px 15px;
            background-image: url(Images/Warning.gif);
            background-position: 0px 3px;
            background-repeat: no-repeat;
        }

/*
.validationsummary {
	border: 1px solid #b08b34;
	background: transparent url(Images/WarningHeader.gif) no-repeat 12px 30px;
	padding: 0px 0px 13px 0px;
	font-size:12px;
	width:99%;
}
.validationheader {
	left: 0px;
	position: relative;
	font-size: 11px;
	background-color: #e5d9bd;
	color: #56300a;
	height: 14px;
	font-weight: bold;
	border-bottom: 1px solid #b08b34;
	padding-top: 3px;
}
.validationsummary ul {
	padding-top: 5px;
	padding-left: 45px;
	list-style:none;
	font-size: 11px;
	color:#982b12;
	font-style:italic;
}
.validationsummary ul li {
	padding: 2px 0px 0px 15px;
	background-image:url(Images/Warning.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;

}
*/

/* ValidationSummary */


/* wuc_option PopupControlExtender */

.PopupControlExtender {
    visibility: hidden;
}

    .PopupControlExtender ul {
        list-style: none;
        width: 152px;
        font-size: 12px;
        padding-top: 5px;
        margin-top: 2px;
        position: absolute;
        background-color: #F0F0F0;
        border: 1px solid #979797; /*background-image: url(images/menu_ul_bg.png);*/
        background-repeat: no-repeat;
    }

        .PopupControlExtender ul li {
            cursor: pointer;
            left: -39px;
            position: relative;
            width: 190px;
            padding-bottom: 3px;
        }

            .PopupControlExtender ul li a {
                clear: inherit;
                display: block;
                text-decoration: none;
                border-right: 1px solid #333;
                font-size: .75em;
                color: #000000;
                border-right: 0;
                padding: 3px 0 3px 20px;
            }

                .PopupControlExtender ul li a:hover {
                    background-color: #606060 !important;
                    color: #FFFFFF !important;
                }

    .PopupControlExtender li {
        width: auto;
    }

.PopupControlExtenderShowMore {
    cursor: pointer;
    height: 19px;
    width: 19px;
}


/* wuc_option PopupControlExtender */



/* UpdateProgress */

.UpdateProgressModal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.UpdateProgressCenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .UpdateProgressCenter img {
        height: 128px;
        width: 128px;
    }

/* UpdateProgress */


/* Linha HR com texto no meio*/
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .8;
    font-family: Futura, sans-serif;
    font-size: 10pt;
}

    .hr-text:before {
        content: '';
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#151515), to(transparent));
        background: linear-gradient(to right, transparent, #151515, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 .5em;
        line-height: 1.5em;
        color: #151515;
        background-color: #fcfcfa;
    }
/* Linha HR com texto no meio*/
