﻿/* CHECKBOX */

.containerCB {
    font-family: Tahoma, Verdana, Arial;
    display: block;
    position: relative;
    /*padding-top: 5px;*/
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerCB input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
}

.checkmark[disabled] {
    background-color: green;
}

/* On mouse-over, add a grey background color */
.containerCB:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCB input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCB input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCB .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Containers
----------------------------------------------------------------------------------------------------*/

.container {
    width: 960px;
    min-height: 400px;
    top: 0px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

.container_4 {
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 960px;
    min-height: 400px;
    text-align: left;
    z-index: 1;
}

#headerUA {
    clear: both;
    position: relative;
    top: 0px;
    left: 0px;
    height: 160px;
    z-index: 1;
}

#container_staging {
    clear: both;
    position: absolute;
    top: 50px;
    right: 25px;
    z-index: 202;
}

#container_sitemappath {
    clear: both;
    position: absolute;
    top: 180px;
    left: 260px;
    z-index: 1;
}

#menuUA {
    height: 32px;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 128px;
    z-index: 101;
}

/************
***MENU****
************/

#displayname {
    overflow: hidden;
    width: 176px;
    height: 31px;
    float: left;
    left: 0px;
    z-index: 101;
}

    #displayname span {
        line-height: 31px;
        vertical-align: middle;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        padding-left: 16px;
        z-index: 101;
    }

#icon1 {
    float: left;
    text-align: left;
    left: 0px;
    width: 64px;
    height: 32px;
    overflow: hidden;
    z-index: 101;
}

#menuitens, #ctl00_menuitens {
    float: left;
    left: 0px;
    width: 600px;
    height: 32px;
}

#icon2 {
    float: left;
    left: 0px;
    width: 120px;
    height: 32px;
    overflow: hidden;
    z-index: 101;
}

#space {
    height: 64px;
    width: 100%;
    top: 160px;
    left: 0px;
    position: absolute;
    z-index: 1;
}

#bodycontent {
    width: 100%;
    position: absolute;
    top: 64px;
    left: 0px;
    min-height: 400px;
    display: block;
    z-index: 1;
}

    #bodycontent #content_left {
        vertical-align: top;
        position: relative;
        top: 0px;
        left: 0px;
        width: 208px;
        float: left;
        margin: 0px 16px 0px 16px;
        z-index: 1;
    }

    #bodycontent #content_center {
        vertical-align: top;
        position: relative;
        top: 0px;
        left: 0px;
        width: 448px;
        float: left;
        margin: 0px 16px 0px 16px;
        z-index: 1;
    }

    #bodycontent #content_center_2 {
        vertical-align: top;
        position: relative;
        top: 0px;
        left: 0px;
        width: 688px;
        float: left;
        margin: 0px 16px 0px 16px;
        z-index: 1;
    }

    #bodycontent #content_center_1 {
        vertical-align: top;
        position: relative;
        top: 0px;
        left: 0px;
        width: 928px;
        float: left;
        margin: 0px 16px 0px 16px;
        z-index: 1;
    }

    #bodycontent #content_right {
        vertical-align: top;
        position: relative;
        top: 0px;
        left: 0px;
        width: 208px;
        float: left;
        margin: 0px 16px 0px 16px; /*z-index:1;*/
    }

.header_center {
    width: 100%;
    text-align: left;
    line-height: 27px;
    background-color: #1A7798;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

    .headerBG span, .header_center span {
        margin-left: 8px;
    }

.Subheader_Center {
    margin-top: 15px;
    font-size: 12px; /*color: #8ed300;*/
    color: #0099BA;
    font-weight: bold;
}

.auth {
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.auth_entrada {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
}

    .auth_entrada a {
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000088;
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        vertical-align: middle;
        padding-left: 5px;
    }

        .auth_entrada a:hover {
            color: #4F81BD;
            font-size: 12px;
        }

.auth_entrada_img {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    width: 20px;
    float: left;
}

    .auth_entrada_img img {
        padding-right: 10px;
        width: 16px;
    }

.auth_info {
    position: absolute;
    left: 0px;
    top: 31px;
}

#footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 16px;
    display: table;
    position: relative;
    bottom: 0px;
    left: 240px;
    width: 720px;
    height: 40px;
}

    #footer a {
        margin-top: 20px;
        color: #888888;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        font-family: Tahoma, Verdana, Arial;
        line-height: 40px;
    }

        #footer a:hover {
            color: #4F81BD;
            text-decoration: none;
            font-weight: bold;
        }

ul.menu_ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
    height: 32px;
    width: 100%;
    z-index: 500;
}

.menu_ul li {
    list-style-type: none;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.menu_ul ul a {
    display: block;
    line-height: 32px;
    text-decoration: none;
}


#container_staging {
    clear: both;
    position: absolute;
    top: 50px;
    right: 25px;
    z-index: 202;
}

a.hyperlink {
    text-decoration: none;
    font-size: 12px;
    color: #9d9d9d;
    font-family: Tahoma, Verdana, Arial;
}

    a.hyperlink:visited {
        text-decoration: none;
        font-size: 12px;
        color: #9d9d9d;
        font-family: Tahoma, Verdana, Arial;
    }

    a.hyperlink:hover {
        text-decoration: none;
        font-size: 12px;
        font-family: Tahoma, Verdana, Arial;
        color: #1A7798;
    }

a.hyperlink2 {
    text-decoration: none;
    font-size: 12px;
    color: #404040;
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
}

    a.hyperlink2:hover {
        text-decoration: none;
        font-size: 12px;
        font-family: Tahoma, Verdana, Arial;
        color: #1A7798;
        font-weight: bold;
    }


/* stylesheet for Education Pages -- October 10, 2005 */
/* explicit properties solve many cross browser viewing issues */

/* begin style specifications for the dropdown menu system */
div.zone {
    position: absolute;
    left: 248px;
    width: 464px;
    height: 32px;
    TOP: 128px;
    border: 0px solid black;
    text-align: left;
}

div.zone2 {
    position: absolute;
    top: 157px;
    left: 763px;
    width: 32px;
    height: 2px;
    border: 0px solid black;
    text-align: left;
}

div.zone3 {
    position: absolute;
    top: 157px;
    left: 730px;
    width: 32px;
    height: 2px;
    border: 0px solid black;
    text-align: left;
}

table.cl2 {
    position: absolute;
    padding: 0;
    margin-top: 0px;
    visibility: hidden;
    width: 232px;
    border: 0px solid yellow;
    z-index: 500;
}

table.cl2stream {
    position: absolute;
    margin-top: 3px;
    visibility: hidden;
    width: 199px;
    border: 0px solid yellow;
    z-index: 500;
}

table.cl2search {
    position: absolute;
    margin-top: 3px;
    visibility: hidden;
    width: 199px;
    border: 0px solid yellow;
    z-index: 500;
}



#stream {
    left: -5px;
    border: 0px solid yellow;
    width: 32
}

#sid0 {
    left: 0px;
}

td.cl1 {
    color: #9d9d9d;
    margin-left: 0px;
    border: 0px solid yellow;
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    vertical-align: middle;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: center;
    /*/text-indent:8px;*/
}

.cl1over {
    color: #ffffff;
    margin-left: 0px;
    border: 0px solid yellow;
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    list-style: none;
    height: 32px;
    vertical-align: middle;
    cursor: pointer;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    /*text-indent:8px;*/
}

.greenback {
    background: #9D9B9C;
}

td.cl2 {
    background: #d3d3d3;
    color: #555555;
    width: 216px;
    height: 32px;
    margin-top: 0px;
    border: 0px solid black;
    padding-top: 0px;
    padding-left: 8px;
    vertical-align: middle;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    filter: alpha(opacity=95);
    opacity: .95;
    -moz-opacity: .95;
}

.cl2over {
    background: #9D9B9C;
    width: 216px;
    height: 32px;
    margin-top: 0px;
    border: 0px solid white;
    padding-top: 0px;
    padding-left: 8px;
    vertical-align: middle;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    cursor: pointer;
    filter: alpha(opacity=95);
    opacity: .95;
    -moz-opacity: .95;
}

.cl2i {
    background: #d3d3d3;
    color: #555555;
    width: 14px;
    height: 32px;
    margin-top: 0px;
    border: 0px solid black;
    padding-top: 0px;
    padding-left: 0px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    cursor: pointer;
    filter: alpha(opacity=95);
    opacity: .95;
    -moz-opacity: .95;
}

.cl2iover {
    background: #9D9B9C;
    color: #555555;
    width: 14px;
    height: 32px;
    margin-top: 0px;
    border: 0px solid black;
    padding-top: 0px;
    padding-left: 0px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    cursor: pointer;
    filter: alpha(opacity=95);
    opacity: .95;
    -moz-opacity: .95;
}

.cls {
    background-color: Transparent;
    height: 2px;
    width: 2px;
}


td.cl2stream {
    background: #d3d3d3;
    color: #555555;
    width: 200px;
    height: 32px;
    margin-top: 5px;
    border: 0px solid black;
    padding-top: 5px;
    padding-left: 16px;
    vertical-align: middle;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    filter: alpha(opacity=95);
    opacity: .95;
    -moz-opacity: .95;
}


td.cl2streamover {
    background: #9D9B9C;
    width: 200px;
    height: 32px;
    margin-top: 5px;
    border: 0px solid white;
    padding-top: 5px;
    padding-left: 16px;
    vertical-align: middle;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    cursor: pointer;
    filter: alpha(opacity=95);
    opacity: .95;
    -moz-opacity: .95;
}

td.cl2search {
    background: #d3d3d3;
    color: #555555;
    width: 200px;
    height: 32px;
    margin-top: 5px;
    border: 0px solid black;
    padding-top: 5px;
    padding-left: 16px;
    vertical-align: middle;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    filter: alpha(opacity=95);
    opacity: .95;
    -moz-opacity: .95;
}

td.cl2searchover {
    background: #9D9B9C;
    width: 200px;
    height: 32px;
    margin-top: 5px;
    border: 0px solid white;
    padding-top: 5px;
    padding-left: 16px;
    vertical-align: middle;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    cursor: pointer;
    filter: alpha(opacity=95);
    opacity: .95;
    -moz-opacity: .95;
}

a.cl2, a.cl2stream, a.cl2stream:hover {
    color: #555555;
    text-decoration: none;
}

    a.cl2:hover {
        color: white;
        text-decoration: none;
    }

.labelMenu {
    color: #9d9d9d;
    margin-left: 0px;
    border: 0px solid yellow;
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    vertical-align: middle;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
}

a.menu {
    color: White;
    text-decoration: none;
}

    a.menuwhite, a.menuwhite:hover, a.menu:hover {
        color: White;
        text-decoration: none;
    }

/* gecko list hack */
/* end style specifications for dropdown menu system */







f.gray {
    color: #4f4b4a;
}

.gray50 {
    color: #716F6E;
}

#contenttable {
    POSITION: relative;
    TOP: 24px;
    height: 512px;
}

/* begin style specifications for the dropdown menu system */
div.zone {
    position: absolute;
    left: 248px;
    width: 464px;
    height: 32px;
    TOP: 128px;
    border: 0px solid black;
    text-align: left;
}

div.zone2 {
    position: absolute;
    top: 157px;
    left: 763px;
    width: 32px;
    height: 2px;
    border: 0px solid black;
    text-align: left;
}

div.zone3 {
    position: absolute;
    top: 157px;
    left: 730px;
    width: 32px;
    height: 2px;
    border: 0px solid black;
    text-align: left;
}

.but {
    margin-top: 2px;
    background-color: #9C9A9A;
    border: none 0px white;
    color: Black;
    text-align: center;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.button {
    margin-top: 2px;
    background-color: #9D9B9C;
    border: none 0px white;
    color: White;
    text-align: center;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    height: 18px;
}

.buttonhover {
    /*1447A0*/
    margin-top: 2px;
    background-color: #0099BA;
    border: none 0px white;
    color: White;
    cursor: pointer;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.button:hover {
    background-color: #0099BA;
    cursor: pointer;
}

.buttonD3 {
    margin-top: 2px;
    background-color: #9D9B9C;
    border: none 0px white;
    color: White;
    text-align: center;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 30px;
    min-width: 140px;
}

.buttonD3hover {
    /*1447A0*/
    margin-top: 2px;
    background-color: #0099BA;
    border: none 0px white;
    color: White;
    cursor: pointer;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.buttonD3:hover {
    background-color: #0099BA;
    cursor: pointer;
}

.buttonD3[disabled] {
    background-color: lightgray;
}



.div_border_background_light {
    text-align: left;
    width: 100%;
    border: 1px solid #DAE9EE;
    background-color: #DAE9EE;
}

.title {
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial;
    font-weight: 900;
}

.tableHeader {
    border: 0px;
    background-color: #F7A30A;
    color: White;
    padding: 4px;
    text-indent: 3px;
}

.txtbox {
    background-color: #E0E0E0; /* #D7D7D7;*/
    color: Blue;
    border: none;
    color: black;
    padding-left: 5px;
    text-align: left;
}

.radioButtonbox {
    /*background-color: #E0E0E0;#D7D7D7;*/
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px; /*9pt;*/
    border: none;
    color: black;
    text-align: left;
    border: 2px;
    border-color: #D7D7D7;
}

.treeview {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px; /*9pt;*/
    text-decoration: none;
    color: Gray;
}

.spacer {
    color: #F7A30A;
}

/*.popupMenu
{
	position: absolute;
	visibility: hidden;
	background-color: #AAFFFF;
	opacity: .9;
	filter: alpha(opacity=90)	
}

.popupHover
{
		background-image: url(images/);
		background-repeat: repeat-x;
		background-position: left top;
		background-color: #F5F7F8;
	}*/


/*body 
{
	font-family: Tahoma;
	font-size: 12px;
	color: black;
}*/

body {
    margin: 0px 0px 12px 0px;
    background-color: White;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px; /*9pt;*/
    text-align: center;
    width: 100%;
    height: 100%;
}

td {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    LINE-HEIGHT: 17px
}
/*
p
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

a
{
	color: #386000;
	text-decoration: none;
}

a:hover 
{
	color: #9D9B9C;
}

input 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

textarea
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

select
{
	background-color: #D7D7D7;
	border-style: none;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}*/

/*.default
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: black;
}*/

.errorLabel {
    /*background-color: #F0D91A;*/
    color: red;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
}

.sucessLabel {
    color: #32CD32;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
}

.gridviewCSS a {
    width: 100%;
    color: #333333;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
}

.gridviewUnderlineCSS a {
    width: 100%;
    color: #333333;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial;
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
}

.tableCSS {
    text-align: left;
    width: 100%;
}

.tableInquerito2 {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    text-align: left;
}

.header {
    /*    font-size: 14px;
    color: White;
    font-family: Tahoma;
    font-weight: bold;*/
    font-size: 12px;
    font-family: Tahoma,Verdana,Arial;
    font-weight: 800;
}

.subheader {
    font-size: 12px;
    /*color: #8ed300;*/
    color: #0099BA;
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
}

.headerBG {
    border: 0px;
    background-color: #0099BA;
    color: White;
    padding: 4px;
    text-indent: 3px;
    /*background-color: #8ed300;
	text-align: center;*/
}

.headerBG_Red {
    border: 0px;
    background-color: Red;
    color: White;
    padding: 4px;
    text-indent: 3px;
}

.headerBG_Orange {
    border: 0px;
    /*background-color: #F7A30A;*/
    background-color: #a1d887;
    color: White;
    padding: 4px;
    text-indent: 3px;
}

.hyperlink0000 {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px; /*9pt;*/
    text-decoration: none;
    color: #66C3D5;
}


/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ModalWindow {
    border: solid 1px #c0c0c0;
    background: White;
    padding: 0px 10px 10px 10px;
    position: absolute;
    top: -1000px;
}

.confirm {
    background-color: White;
    padding: 10px;
    width: 370px;
}

/* CollapsiblePanel*/
.collapsePanel {
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 100%;
    height: 30px;
    background-image: url(images/bg-menu-main.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}


/********************************************/
/* TABELAS */

.tcAlignCenter {
    text-align: center;
}

table.tabelaStyle1 {
    background-color: White;
    width: 100%;
    border-collapse: collapse;
}

    table.tabelaStyle1 td {
        margin-right: 2px;
    }

table.tabelaStyleInqueritoPEA {
    border-style: solid;
    border-color: white;
    background-color: Transparent;
}

    table.tabelaStyleInqueritoPEA tr, table.tabelaStyleInqueritoPEA td {
        border: solid 0px #000000;
        line-height: 20px;
    }


table.sample1 {
    width: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: #0099BA;
    border-left-width: 0px;
    border-right-width: 0px;
}

table.sampleWarning {
    width: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: #FFA500;
    border-left-width: 0px;
    border-right-width: 0px;
    background-color : #FFA500;
}

    table.sample1 td {
        line-height: 20px;
    }

td.linhameio {
    border-top-color: #66c3d5;
    border-top-style: solid;
    border-top-width: 1px;
}

.bgray {
    background-color: #c0c0c0;
}

.indica {
    color: #6e6e6e;
    font-weight: bold;
}
