﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
   /*background: #b6b7bc;*/
   background: #10427A;
   font-size: .80em;
   font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
   margin: 0px;
   padding: 0px;
   color: #333;
}

a:link, a:visited
{
   color: #10427A;
   outline: none;
   text-decoration: none;
}

a:hover
{
   color: #F58113;
}

a.link:hover
{
   border-bottom: 1px dotted #F58113;
}

a:active
{
   color: #10427A;
}

p
{
   margin-bottom: 10px;
   line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
   font-size: 1.5em;
   color: #666666;
   font-variant: small-caps;
   text-transform: none;
   font-weight: bold;
   margin-bottom: 0px;
}

h1
{
   font-size: 1.6em;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

h2
{
   font-size: 1.5em;
   font-weight: 600;
}

h3
{
   font-size: 1.2em;
}

h4
{
   font-size: 1.1em;
}

h5, h6
{
   font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
   margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
   width: 960px;
   background-color: #fff;
   margin: 20px auto 0px auto;
   border: 1px solid #10427A;
   -moz-box-shadow: 0 0 10px 5px #c0c0c0;
   -webkit-box-shadow: 0 0 10px 5px #c0c0c0;
   box-shadow: 0 0 10px 5px #c0c0c0;
}

.header
{
   position: relative;
   margin: 0px;
   padding: 0px;
   background: #10427A;
   width: 100%;
}

.header h1
{
   font-weight: normal;
   margin: 0px;
   padding: 0px 0px 0px 20px;
   color: white;
   border: none; /*line-height: 2em;*/
   font-size: 2em;
}

.main
{
   padding: 0px 12px;
   margin: 12px 8px 8px 8px;
   min-height: 420px;
}

.leftCol
{
   padding: 6px 0px;
   margin: 12px 8px 8px 8px;
   width: 200px;
   min-height: 200px;
}

.footer
{
   color: #4e5766;
   padding: 8px 0px 0px 0px;
   margin: 0px auto;
   text-align: center;
   line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
   /*background-color:#3a4f63;*/
   background-color: #F58113;
   width: 100%;
   border: 1px solid #10427A;
   border-width: 0 0 1px;
}

div.hideSkiplink table
{
   margin: 0 auto;
}

div.hideSkiplink a:hover
{
   background: #10427A;
}

div.menu
{
   padding: 4px 0px 4px 8px;
}

div.menu ul
{
   list-style: none;
   margin: 0px;
   padding: 0px;
   width: auto;
}

div.menu ul li a, div.menu ul li a:visited, .menu td a, .menu td.a:visited
{
   background-color: #F58113;
   border: 1px white solid;
   color: white;
   display: block;
   line-height: 16px;
   padding: 4px 20px;
   text-decoration: none;
   white-space: nowrap;
   border-width: 1px 1px 0;
   border: none;
}

div.menu ul li a:hover, .menu td.a:hover
{
   background-color: #bfcbd6;
   color: #465c71;
   text-decoration: underline;
}

div.menu ul li a:active, .menu td.a:active
{
   background-color: #465c71;
   color: #cfdbe6;
   text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
   margin: 1em 0px;
   padding: 1em;
   border: 1px solid #ccc;
}

fieldset p
{
   margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
   display: block;
}

fieldset label.inline
{
   display: inline;
}

legend
{
   font-size: 1.1em;
   font-weight: 600;
   padding: 2px 4px 8px 4px;
}

input.textEntry
{
   width: 320px;
   border: 1px solid #ccc;
}

input.passwordEntry
{
   width: 320px;
   border: 1px solid #ccc;
}

div.accountInfo
{
   width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
   clear: both;
}

.title
{
   display: block;
   float: left;
   text-align: left;
   width: auto;
}

.loginDisplay
{
   font-size: 1.1em;
   display: block;
   text-align: right;
   padding: 10px;
   color: White;
}

.loginDisplay a:link
{
   color: white;
}

.loginDisplay a:visited
{
   color: white;
}

.loginDisplay a:hover
{
   color: white;
}

.failureNotification
{
   font-size: 1.2em;
   color: Red;
   text-align: center;
   width: 100%;
   display: block;
   margin: 0 0 10px;
}

.bold
{
   font-weight: bold;
}

.submitButton
{
   text-align: right;
   padding-right: 10px;
}

/* ********************************************* */

/*para todos os label*/
.main .label
{
   display: inline-block;
   font-weight: normal;
   width: 100px;
   height: 20px;
   line-height: 20px;
}

.main .label.top
{
   vertical-align: top;
}

.link_button
{
   display: block;
   width: 32px;
}

.btn
{
   width: 100px;
   height: 26px;
   line-height: 26px;
   padding: 0;
   margin: 0;
}

.upload
{
   display: block;
   float: right;
   height: 26px;
   margin: 20px 0;
   width: 100px !important;
}

.clear
{
   clear: both;
}

.col_3
{
   display: block;
   float: left;
   width: 30%;
   padding: 0 3% 0 0;
   text-align: center !important;
}



.col_2
{
   float: left;
   width: 48%;
   margin: 0 4% 0 0;
}
.col_2_last
{
   margin: 0;
}

.col_2 input
{
   width: 275px;
}
.col_2 input.no_input
{
   width: 32px;
   float: right;
   margin: 20px 20px 0 0;
}
.col_2 textarea
{
   width: 275px;
}
.col_2 fieldset
{
   height: 220px;
}
.col_2 #tv
{
   height: 180px;
   overflow-y: scroll;
   margin: -10px 0 0;
}

.block_img
{
   display: block;
   text-align: center;
   margin: 0 auto 10px;
}

.col_3 h1
{
   font-weight: bold;
   margin: 0 0 20px;
}

.hidden
{
   display: none;
}



#body_view
{
   background: white;
}
#body_view fieldset
{
   border: 1px solid #999;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   padding: 5px 10px;
   margin: 0 10px 10px;
}
#body_view fieldset legend
{
   padding: 0 5px;
   background: white;
   font-size: 16px;
   margin: 0 0 0 50px;
}
#body_view label
{
   font-weight: bold;
}
#body_view div p
{
   margin: 0;
   padding: 0;
}
#body_view div p label
{
   font-weight: bold;
   width: 150px;
   display: inline-block;
}

/*#imgElement span { display: block; font-size:20px; font-weight:bold; text-align:center; line-height: 48px; height:48px; width:48px; color:red}*/

.marker_red, .marker_blue, .marker_green, .marker_black, .marker_orange, .marker_yellow
{
   position: absolute;
   display: block;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   line-height: 48px;
   /* Type Info */line-height: 52px;
   height: 48px;
   width: 48px;
   z-index: 5px;
}

.marker_red
{
   background: url(../Resources/marker_red.gif);
   color: red;
}
.marker_blue
{
   background: url(../Resources/marker_blue.gif);
   color: blue;
}
.marker_green
{
   background: url(../Resources/marker_green.gif);
   color: green;
}
.marker_black
{
   background: url(../Resources/marker_black.gif);
   color: black;
}
.marker_orange
{
   background: url(../Resources/marker_orange.gif);
   color: orange;
}
.marker_yellow
{
   background: url(../Resources/marker_yellow.gif);
   color: yellow;
}

.toxic_visual
{
	border: 16px solid red;
	border-radius: 16px;
	height: 0;
	width: 0;
	position: relative;
	top: -40px;
	left: 8px;
	z-index: 2;
	opacity: 0.4;
}

.toxic_visual.extra { top: -44px !important; }

.toxic_visual_legend
, .non_toxic_visual_legend
{
	border: 8px solid red;
	border-radius: 8px;
	display: inline-block;
	height: 0;
	width: 0;
	z-index: 2;
	opacity: 0.4;
}
.non_toxic_visual_legend { border-color: white !important; opacity: 0.2 !important; }

#body_animation
{
   background: white;
   overflow: scroll;
}
#body_animation h1
{
   font-weight: bold;
   text-align: center;
   width: 100%;
}




/* ******************************************************************************************** */
.main #login_page
{
   margin: 0 auto;
   width: 400px;
}
.accountInfo label
{
   display: inline !important;
   height: 16px;
   line-height: 16px;
}
.clear.hideSkiplink a:first
{
   display: none;
}

.gridview
{
   border: none;
   border-width: 0px;
   font-size: 12px;
   margin: 0 0 20px;
   overflow-y: scroll;
   width: 100%;
}
/*.gridview th, .gridview td { border: 1px solid #666; border-width: 1px 1px 0 0; height: 16px; line-height: 16px; }*/
.gridview th, .gridview td
{
   border: none;
   border-width: 0px;
   height: 16px;
   line-height: 16px;
}
.gridview th
{
   background: #10427A;
   color: #FFF;
   font-weight: bold;
   height: 20px;
   line-height: 20px;
   text-align: center;
}
.gridview th.master
{
   font-size: 16px;
   height: 20px;
   line-height: 20px;
   text-align: center;
}
.gridview th.slave
{
   background: #10427A;
   color: #333;
}
.gridview td
{
   padding: 2px 0 2px 5px;
   text-align: left;
}
.gridview td.td_center
{
   text-align: center;
}
.gridview .tr_even td
{
   background-color: #f5dcc4;
}
.gridview .tr_odd td
{
   background-color: #FFFFFF;
}
.gridview .tr_selected td
{
   background-color: #EFE !important;
}
.gridview .tfooter
{
   background: #C0C0C0;
   color: #333;
   font-weight: bold;
   height: 20px;
   line-height: 20px;
   text-align: center;
}
.gridview a
{
   color: #10427A;
   text-decoration: none;
}
.gridview a:hover
{
   color: #10427A;
   text-decoration: underline;
}
.gridview th label
{
   height: 16px;
   line-height: 16px;
}
.gridview .tr_center td
{
   text-align: center;
}
.gridview .tr_paging td
{
   height: 14px;
   line-height: 14px;
}


.datatabe, .gridview th, .gridview td
{
   border: none !important;
   border-width: 0;
}

.gridview.dt_small
{
   width: 25% !important;
}
.gridview.dt_medium
{
   width: 50% !important;
}

input[type=text]
{
   background: #FFF;
   border: 1px solid #999;
   font-family: "Lucida Grande" , Verdana, Sans-Serif;
   font-size: 10px;
   height: 16px;
   height: 18px;
   line-height: 18px;
   padding: 2px 0 2px 4px;
}
input[type=password]
{
   background: #FFF;
   border: 1px solid #999;
   font-family: "Lucida Grande" , Verdana, Sans-Serif;
   font-size: 10px;
   height: 16px;
   height: 18px;
   line-height: 18px;
   padding: 2px 0 2px 4px;
}
input[type=image]
{
   outline: none;
}


textarea
{
   background: #FFF;
   border: 1px solid #999;
   font-family: "Lucida Grande" , Verdana, Sans-Serif;
   font-size: 10px;
   height: 16px;
   height: 54px;
   line-height: 18px;
   padding: 2px 0 2px 4px;
}

.customer_filter
{
   margin: 0;
   padding: 0;
}

fieldset
{
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid #CCC !important;
   padding: 10px !important;
   margin: 0 0 20px !important;
}
fieldset legend
{
   font-size: 14px;
   margin: 0;
   padding: 0 20px;
   text-align: center;
}

fieldset.fs_details
{
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid #CCC !important;
   padding: 10px !important;
   margin: 0 20px 20px !important;
}

.main #reports
{
   width: 250px;
   margin: 0 auto;
   padding: 50px 0 0;
}

.main #eu_dds
{
   float: left;
   width: 70%;
}
.main #eu_dds.single
{
   width: 90%;
}
.main #view_div
{
   float: left;
   width: 30%;
}
.main #view_div.single
{
   margin: 0 0 20px;
   width: 10%;
}
.main #view_div.single a
{
   padding: 0;
}
.main #view_div.right a
{
   text-align: right;
}
.main #view_div input
{
   padding: 22px 0 0;
   outline: none;
}
.main #view_div a
{
   margin: 0;
   padding: 22px 0 0;
}

.main #view_div p.c2
{
   float: left;
   width: 50%;
}

.imgAbsoluteText
{
   position: absolute;
   top: 10px;
   left: 10px;
}
.imgAbsoluteText .closeWindow
{
   cursor: pointer;
}
.imgAbsoluteText a
{
   height: 16px;
   line-height: 16px;
}

div.navigation_back
{
}


.btn_filter_16
{
   vertical-align: middle;
}


.ok_cancel_password
{
   margin-left: 440px;
}


.viewFotoLeft, .viewFotoRight
{
   position: fixed;
}

.viewFotoLeft
{
   left: 20%;
   top: 50%;
}
.viewFotoRight
{
   right: 20%;
   top: 50%;
}

.btnNav
{
   cursor: pointer;
}

.version
{
   float: right;
   font-size: 9px;
   font-weight: bold;
   margin-right: 12%;
   color: White !important;
}





#customer_password p
{
   margin: 10px 0;
   padding: 0;
}
#customer_password p .error
{
   color: #A00;
}
#customer_password p label
{
   font-weight: bold;
   display: inline-block;
   padding: 0 10px 0 0;
   text-align: right;
   width: 200px;
}
#customer_password p input[type=password]
{
   padding: 2px 4px;
   width: 200px;
}


.empty_fieldset.msg { background: #EFEFEF; border: 1px solid #C0C0C0; display: block; padding: 10px; width: 100%; }
.empty_fieldset.msg.ok { background: #EFE; border-color: #080; }
.empty_fieldset.msg.info { background: #EEF; border-color: #008; }
.empty_fieldset.msg.error { background: #FEE; border-color: #800; }
.empty_fieldset.msg.warn { background: #FAEB20; border-color: #FFFCCF; }


.box { background: #CCC; border: #666; color: #333; margin: 10px auto; padding: 10px; }
.box.size50 { width: 50%; }
.box.error { background: #FCC; border: #A00; color: #333; }

.mType { /*color: #333;*/ display: block; font-size: 12px; font-weight: bold; line-height: 12px; position: absolute; top: 8px; right: 19px; }

.clickable { cursor: pointer; }

#hlGeneratePw { vertical-align: middle; }

#generatedPw { display: inline-block; font-size: 12px; text-align: right; vertical-align: middle; width: 200px; }
#generatedPw span { border: 1px solid #999; display: inline-block; height: 18px; line-height: 18px; padding: 1px 4px; text-align: center; width: 120px; }
#generatedPw img { display: inline-block; padding: 0 0 0 10px; vertical-align: middle; }

#MyTree .removeFile { padding: 0 0 0 5px; vertical-align: middle; }