/**
 * i4S ERP ( Application ) For PHP > 5.2
 *
 * Default theme sheet style
 *
 * @author    Haroldo Mitsumi Murata <suporte@iquattro.com.br>
 * @copyright Copyright (C) 2012 IQUATTRO SOLU��ES E SISTEMAS (http://www.iquattro.com.br)
 * @package   Iqlib
 * @since     2008/06/16
 * @version   $Id: sheet.css 122 2008-09-24 20:44:27Z haroldo $
 * @license   See license.txt
 *
 */

/*## PAGE DEFAUTLS ##########################################################*/

/** ALL Page defaults **/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Trick on IE */
html{
	
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#fff; /*color background - only works in IE */
	font-size:80%; /*set default font size */
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
}

body {
	
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
    background-color:#fff;
    margin: 0;
    padding: 0;
}

#body_block {
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	width:100%; /* set height to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
/*
    background-image:  url("images/page_bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    */
}

a { 
    color: #404040;
    cursor: pointer;
}


a:link,
a:visited,
a:active
{ text-decoration: none; color: #404040; }

a:hover
{ text-decoration: underline; color: #404040; }

a:hover img {
    cursor: pointer;
}

/** HTML Elements **/


/* Default Upppercase for all inputs */
/*
input, select, textarea, option {
    text-transform: uppercase;	
}
*/

input.notnull,
select.notnull,
textarea.notnull
{
	background-color:#ffe5c6 !important;
}

/*
.notnull .dijitReset {
    background-color:#ffe5c6 !important;
}

.notnull .dijitTextBox .dijitDateTextBox {
    background-color:#ffe5c6 !important;
    border: 1px solid #b3b3b3 !important;	
}
*/

.notnull * {
    background-color:#ffe5c6 !important;
}

input.uneditable,
select.uneditable,
textarea.uneditable {
	background-color:#cdcdcd;
}

.textarea_container {
	
}

.textarea_info_max{

    float: left;
}
.textarea_info_count {
	
}

.textarea_info {
	text-align: right;
	padding-right: 10px;
}


button:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="file"] > input[type="button"]:focus {
    outline: 1px dashed #ffffff; 
}

textarea:disabled, 
input:not([type]):disabled, 
input[type="text"]:disabled, 
input[type="password"]:disabled, 
input[type="search"]:disabled {
	background-color:#cdcdcd;
}

textarea:readonly, 
input:not([type]):readonly, 
input[type="text"]:readonly, 
input[type="password"]:readonly, 
input[type="search"]:readonly {
    background-color:#cdcdcd;
}

input[type="text"], 
input[type="password"], 
input[type="search"],
textarea, select{
	border: 1px solid #b3b3b3;	
	margin: 0;
}

.fixed_select option {
    font-family: Fixed, 'Courier New', Terminal, Console;
    font-size: 14px !important;
}

/** Common Classes **/

code {
	font-family: 'Courier New', Fixed, Terminal, Console
}

pre.code {
    font-family: 'Courier New', Fixed, Terminal, Console;
	border: solid 1px #444;
	background-color: #e0e0e0;
	padding: 0.1in;
	margin: 0.2in;
	clear: right;
	display: block;
}

pre.code * {
	font-family: 'Courier New', Fixed, Terminal, Console
}

img.spacer {
	border: 0;
	width: 1px;
	height: 1px;
}

img.default
{
    padding:  0;
    border-width: 0;
    margin:   0;
}

.input_right {
	text-align: right;
}

.left_icon_block {
    padding: 1px 2px 2px 20px;
    height: 30px; 	
}


h1, h1 a, h1 a:hover {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
	
    border-bottom: 2px solid #75a5ec;
    padding: 2px 6px 2px 6px;
    background-color:#e0e0e0;
}


h2, h2 a, h2 a:hover {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid #a4c1ec;
    padding: 2px 6px 2px 6px;
    background-color:#f0f0f0;
}

h3, h3 a, h3 a:hover {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid #d0dffe;
    padding: 2px 6px 2px 6px;
    background-color:#cad7ec;
}

hr {
    border: #a0a0a0 1px solid;
    color: #a0a0a0;
    height: 1px;
    size: 1px;
}

li {
	padding: 3px;
}

p {
    text-indent: 3em;
    text-align: justify;
    margin: 0px;
    padding: 6px;
}

table, tr, td {
	border-collapse: collapse;
    border-spacing: 0;
}

ul {
    padding: 2px 0px 2px 0px;
    margin: 0px 0px 0px 20px;
    list-style-position: outside;
}

li {
    padding: 3px;
    padding: 3px 2px 0px 3px;
    white-space: nowrap;
    vertical-align: top;
}

/*## MISC HELPERS ################################################################################*/

.hover_light_yellow:hover {
    background-color: #f9f999;
}

.hover_light_blue:hover {
    background-color: #94b9ef;
}

/*## DIALOGS #####################################################################################*/

img.dialog_icon
{
    position: fixed;
    padding:  5px;
    border-width: 0px;
    margin:   0;
    float: left;
    height: auto;
    vertical-align: top;
}

div.dialog_message
{
    padding:  5px;
    margin-left: 50px;
    width: auto;
    vertical-align: top;
}

.dialog_contents
{
    padding: 5px;	
}

.dialog_controls
{
	margin-top: 4px;
	padding: 0px;
	text-align: center;
	background-color: #3677c7;
}

/*## BODY CONTENTS ###############################################################################*/

div.content_clean  {
    padding: 100px;
    vertical-align: top;
}

div.content_block {
    padding: 0px;
	margin-left: -5px;
    vertical-align: top;
}

div.report_block {
	margin: 5px;
    vertical-align: top;
}

#inner_block {
	padding-left: 5px;
}

div.content_error {
    padding: 100px;
    vertical-align: top;
}

div.content_block_text {
    padding: 0; 
}


div.content_block_left {
	border: 0;
	width: 49%;
    margin: 0;
    padding: 0px;
    float: left;
}

div.content_block_right {
    border: 0;

    margin:0 0 0 50%;
    padding: 0px;   
   
}

hr.content_block_cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0; padding:0;
	border: none;
	visibility: hidden;
}


img.content_conner_image {
    border: 0;
    margin: 0;
    padding: 10px;
    float: right;
    position: relative;
    top: -45px;
    
}

div.content_block_middle {
    height: 48px; 	
    padding: 5px 5px 5px 30px;
}

div.content_block_middle img{
    vertical-align: middle;
    padding-right: 10px;
}


div.content_block_middle span {
    vertical-align: middle;
}


/* HOME */

.footer_block {
    
    padding: 2px 0px 2px 0px;
    vertical-align: top;
    color: #505050;
    text-align: center;
    font-size: 9px;
}

.footer_block * {
    font-size: 9px;
    color: #505050;
}

.footer_block a:link, 
.footer_block a:visited,
.footer_block a:active
{
    font-size: 9px;
    color: #505050;
}

.home_content_block {
    width: 100%;
    height: 500px;
    text-align: center;
    align: center;
}

.home_conner_info {
    
}

.login_conner_info {
    width: 350px;
    height: 150px;
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 10px;
}

div.home_browser_line {
    height: 32px;   
    padding: 2px 2px 2px 15px;
	vertical-align: bottom;
    font-size: 10px;
    color: #404040;
}

div.home_browser, div.home_browser * {
    font-size: 10px;
    color: #404040;
}

div.home_browser_line img{
    vertical-align: middle;
    padding-right: 5px;
}

div.home_browser_line span {
    vertical-align: middle;
}

/*## FORMS THEME #################################################################################*/

.form_error_block_error {

}
.form_error_list_error {
    padding: 0;
    margin: 0px 0px 0px 20px;
}
.form_error_list_error li {
    font-size: 10px;
}

/*## MESSAGE THEME ###############################################################################*/

.message_default,
.message_error {
    padding: 5px;
    margin: 0px 0px 0px 20px;
}

.message_error {
	background-color: #fdbdbd;
}

.message_default {
   background-color: #9ded9d;
}

/*## TABLE LIST THEME ############################################################################*/

table.table_list th
{
    background-color: #699ad7;
    color: #ffffff;
    padding: 2px;
}

tr.row_even {
    padding: 2px;
    background-color: #e0e0e0;
}

tr.row_odd {
    padding: 2px;
    background-color: #f0f0f0;
}

tr.row_header {
	background-color: #3677c7;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
}

/*## MODULE LAYOUT ###############################################################################*/

.module_left_menu {
    padding: 2px 5px 2px 8px;
    margin: 0px 0px 0px 12px;
    list-style-position: outside;
}

.module_left_submenu {
    padding: 2px 0px 2px 0px;
    margin: 0px 0px 0px 12px;
    list-style-position: outside;
}

.module_left_menu li {
    color: #ffffff;
    padding: 3px 2px 0px 3px;
    white-space: nowrap;
    vertical-align: top;
}

.module_left_menu a
{
	vertical-align: top;
    color: #ffffff;
}

.module_left_menu a:hover {
    background-color: #2b79ec;
    text-decoration: none;
}

/** FOr white Background **/

.module_left_white_menu {
    padding: 2px 5px 2px 8px;
    margin: 0px 0px 0px 12px;
    list-style-position: outside;
}


.module_left_white_menu li {
    color: #000;
    padding: 3px 2px 0px 3px;
    white-space: nowrap;
    vertical-align: top;
}

.module_left_white_menu a
{
	vertical-align: top;
    color: #000;
}

.module_left_white_menu a:hover {
    background-color: #75a5ec;
    text-decoration: none;
}

/*## REPORTS #####################################################################################*/


.report_image_logo {
    float: right;
}

.report_image_logo img {
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.report_header_background {

    vertical-align: top;
    	
}

.report_header_desc {
	vertical-align: top;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    padding: 1px 3px 1px 3px;
    background-color: #dadada;
}

.report_header_value
{
	vertical-align: top;
	background-color: #ffffff;
	padding: 2px 4px 2px 4px;
}

.report_header_title {
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	background-color: #a8bddc;
}

.report_header_title2 {
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
}


.report_header_title3 {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 6px 2px 6px;
    background-color:#5a8edc;
}

.report_header_logo_title {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid #a4c1ec;
    padding: 2px 6px 2px 6px;
    background-color:#f0f0f0;
}

.report_body_background {
    background-color: #ffffff; /*#9cb6dc;*/
}

.report_title{
	background-color: #a8bddc;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	color: #000000;
	vertical-align: top;
}

.report_row_even td {
	background-color: #ffffff;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}

.report_row_odd td {
    background-color: #f0f0ff;
    padding: 2px 4px 2px 4px;
    vertical-align: top;
}

.report_row_obs td {
    background-color: #ffd19f;
    padding: 2px 4px 2px 4px;
    vertical-align: top;
}

.report_row_error td {
    background-color: #ff7878;
    padding: 2px 4px 2px 4px;
    vertical-align: top;
}

.report_row_total td {
    background-color: #a8bddc;
    padding: 2px 4px 2px 4px;
    vertical-align: top;
    font-weight: bold;
}

.report_row_blank td{
    background-color: #ffffff;
    vertical-align: top;
}

/*## DEBUG WINDOW ################################################################################*/

#debug_window {
	z-index:5;
	border: 1px solid #808080;
    width: 50%;
    height: 200px;
    position: absolute; 
    bottom: 0px;
    right: 20px;
    overflow: hidden;

}
#debug_background {
	position:absolute;
	background-color: #afcaf2;
    filter:alpha(opacity=80);
    opacity:0.8;
    -moz-opacity:0.8;
    z-index:1;
	top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

#debug_header {
	z-index:2;
    position:absolute;
    border-bottom: 1px solid #808080;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 25px;
    padding: 5px 0px 0px 26px;
    margin: 0px;
    overflow: hidden;
    color: #FFFFFF;
    font-weight: bold;
}

#debug_action_warning {
	display: none;
	position: absolute;
	top: 5px;
    left: 5px;;
}

#debug_controls {
	z-index:2;
	position:absolute;
	top: 5px;
	right: 5px;
}

#debug_action_clean, #debug_action_toggle, #debug_action_close {
    padding: 5px;	
}

#debug_contents {
	z-index:2;
	position:absolute;
	overflow: auto;
	top: 30px;
	width: 99%;
	height: 150px;
    font-size: 10px;
    padding: 4px;
}

#debug_contents *{
	font-size: 10px;
}

/*## MODULE DESENV ###############################################################################*/

/*## CHAT ########################################################################################*/

.chat_sidenav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    border-left: 2px #fff solid;
    display: none;
    z-index: 110;
    background-color:rgba(230,230,230,0.9);
}

.chat_sidenav_border_arrow_close {
    position: absolute;
    top: 25%;
    z-index: 111;
    left: -5px;
    background-image: url(images/sidenav-arrow.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 47px;
}

.chat_sidenav_button_close {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 5px 10px 5px 10px;
    background-color: #c0c0c0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 50;
}

.chat_sidenav_button_close:hover {
    background-color: #b0b0c0;
}

.chat_sidenav_container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.chat_sidenav_body_block {
    margin: 10px 10px 10px 15px;
    width: 250px;
}

.chat_sidenav_user_list {
    margin: 0px 0px 0px 10px;
}
.chat_sidenav_user_list li {
    padding: 1px 1px 0px 1px;
}
.chat_sidenav_user_list li a {
    font-size: 10px;
    font-weight: bold;
}
.chat_user_list_refresh {
    background-image: url(images/refresh.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    background-color: transparent;
    border: none;
}
.chat_user_list_refresh:hover {
    background-color: transparent;
    border: none;
}


/*## CALENDAR ####################################################################################*/

.calendar_sidenav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    min-width: 80px;
    border-left: 2px #bbb solid;
    display: none;
    z-index: 110;
    background-color:rgba(250,250,254,0.95);
}

.calendar_sidenav_border_arrow_close {
    position: absolute;
    top: 25%;
    z-index: 111;
    left: -5px;
    background-image: url(images/sidenav-arrow.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 47px;
}

.calendar_sidenav_button_close {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 5px 10px 5px 10px;
    background-color: #b0b0b0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 50;
}

.calendar_sidenav_button_close:hover {
    background-color: #a0a0b0;
}

.calendar_sidenav_container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.calendar_sidenav_body_block {
    /*margin: 10px 10px 10px 15px;*/
    height: 630px;
    /*width: 250px;*/
}

.calendar_sidenav_column_block {
    vertical-align: top;
    border-right: 1px solid #e0e0e0;
    width: 240px;
    position: relative;
    height: 100%;
}

.calendar_sidenav_user_list {
    margin: 0px 0px 0px 10px;
}
/*
.chat_sidenav_user_list li {
    padding: 1px 1px 0px 1px;
}
.chat_sidenav_user_list li a {
    font-size: 10px;
    font-weight: bold;
}
*/
.calendar_refresh_icon {
    background-image: url(images/refresh.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    background-color: transparent;
    border: none;
}

.calendar_refresh_icon:hover {
    background-color: transparent;
    border: none;
}

.calendar_sidenav_column_container {
    padding: 5px;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}

.calendar_item_container,
.calendar_item_container_today{
    margin-left: 18px;
    position: relative;
    padding: 2px;
    font-size: 12px;
}
.calendar_item_container_today {
    background-color: #fcf8e3;
}

.calendar_item_container {

}

.calendar_item_box {
    width: 10px;
    height: 10px;
    position: absolute;
    left: -15px;
    top: 3px;
    background-color: #f0f0f0;
}

.calendar_item_circle {
    width: 10px;
    height: 10px;
    position: absolute;
    left: -15px;
    top: 3px;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.calendar_item_container:hover {
    background-color: #ffdf80;
    cursor: pointer;
}
.calendar_item_container_today:hover {
    background-color: #ffdf80;
    cursor: pointer;
}

.calendar_date_row_before,
.calendar_date_row_after,
.calendar_date_row_today{
    background-color: #f0f0f0;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.calendar_date_row_today {
    background-color: #fcc97b;
    /*#fcf8e3*/
}

.calendar_date_row_before,
.calendar_date_row_after,
.calendar_date_row_today,
.calendar_date_row_before span,
.calendar_date_row_after span,
.calendar_date_row_today span{
    font-weight: bold;
    font-size: 12px;
}

.calendar_date_row_before {
    color: #808080;
}

.calendar_date_row_after {
    color: #808080;
}

.calendar_date_row_today {
    color: #000000;
}




/*## DOJO ########################################################################################*/
.helpIconDropDownInput {
    vertical-align: top !important;
    margin-top: 2px !important;
}

.helpIconDropDownInput .dijitArrowButtonInner {
    display: none !important;
}

.helpIconDropDownInput .dijitButtonNode {
    background: none !important;
    color: #444 !important;
    padding: 0 !important;
    font-size: 11px !important;
    border: 0  !important;
}


.helpIconDropDownLabel {
    vertical-align: middle !important;
    margin-left: 2px !important;
}

.helpIconDropDownLabel .dijitArrowButtonInner {
    display: none !important;
}

.helpIconDropDownLabel .dijitButtonNode {
    background: none !important;
    color: #444 !important;
    padding: 0 !important;
    font-size: 10px !important;
    border: 0  !important;
}

.helpIconDropDownLabel .dijitButtonNode img {
    height: 10px !important;
}