﻿body
{
    font:0.8em tahoma,sans-serif;
    background-color:#cccccc;
    margin-top:0px;
    /*margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;*/
}

a{
outline:none;
}

.page_background
{
     border: 1px solid #aaaaaa ;
      background: #a9abb1 url(../Images/ui-bg_dots-small_75_a9abb1_2x2_gray.png) 50% top repeat;
      padding:6px;
}
.page_titlebar
{
    height:40px;
    /*margin:6px;*/
    text-indent:6px;
     border: 1px solid #bc8731; 
     background: #171821 url(../Images/ui-bg_gloss-wave_75_171821_500x100_black.png) 50% 50% repeat-x;
     color: #ffffff; 
     font-weight: bold;
}
.page_titlebar a 
{
     color: #ffffff; 
}
     
.page_titlebar h3
{
    font-size:1.3em;
    font-weight:bold; 
    display:inline;
}
.page_titlebar_left
{
float:left;
/*width:65%;*/
}
.page_titlebar_right
{
float:right;
/*height:40px;*/
}
.page_container
{
    padding:6px 2px 8px 2px;
    min-height:400px;
}

.module_titlebar
{
    height:20px;
    margin:3px;
    text-indent:3px;
    /*border: 1px solid #aaaaaa !important; 
     background: #a9abb1 url(../Images/ui-bg_dots-small_75_a9abb1_2x2_gray.png) 50% 50% repeat !important;*/
     border: 1px solid #bc8731 !important; 
     background: #171821 url(../Images/ui-bg_gloss-wave_75_171821_500x100_black.png) 50% 50% repeat-x !important;
     color: #ffffff !important; 
     font-weight: bold !important;
}
.module_content
{
 padding:3px; 
 font-size:0.9em !important;
}


/*---------BUTTONS----------*/

.mybutton
{
    cursor:pointer; 
    background-color:Transparent;
    border:1px solid Transparent;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    outline: none;
    display:inline-block;
}

.mybutton:hover
{
    background-color:Transparent;
    cursor:pointer; 
    border:1px solid #cccccc;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
}

.mybutton_disabled
{
border:none;
    cursor:auto;
    opacity: .50; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	
}
.mybutton_disabled:hover
{
border:none;
cursor:auto;	
}
/*input[disabled="disabled"]
{
border:1px solid red;
    background-color:#fff;
    border:none;
    cursor:auto;
    opacity: .35; 
	filter: alpha(opacity=35);
	
}*/
.mybuttonLink
{
    cursor:pointer; 
    display:inline-block;
    background-color:Transparent;
    border:none;
    color:#000000;
    /*font-weight:normal;*/
    text-decoration:underline !important;
}

.button_text
{
    cursor:pointer; 
    background-color:Transparent;
    border:1px solid #cccccc;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    outline: none;
    color:#000000;
    font-weight:bold;
    height:32px;
}

.button_text:hover
{
    background-color:Transparent;
    cursor:pointer; 
    border:1px solid #c77405;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    color:#c77405;
}
/*-----------------------------------*/
/*-------------TOOLBAR--------------*/
.toolbar li
{
	display:inline-block;	
}

.toolbar_button{

background-color:Transparent;
border:1px solid Transparent;
 cursor:pointer; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    outline: none;
    font-weight:bolder;
   /*height:34px;*/
   text-decoration:none;
   padding:8px;
}
.toolbar_button_default{

    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    outline: none;
color:#cacaca !important;
   /*height:34px;*/
}

.toolbar_button_active{
cursor:default; 
}

.toolbar_button_active,.toolbar_button_hover
{
    background:url(../Images/ui-bg_glass_100_fdf5ce_1x400.png) repeat-x 50% 50%;
    
    border: 1px solid #fbcb09;
   /* border-top:ouset 1px #84858a; 
    border-bottom:ouset 2px #84858a;
    border-left:ouset 1px #84858a;
    border-right:ouset 1px #84858a;*/
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    color:#c77405!important;
}

.button_edit_24
{
    width:28px;
    height:28px;
    background:url(../Images/Buttons/edit_24x24.png) 50% 50% no-repeat;
}
.button_new_24
{
    
    width:28px;
    height:28px;
    background:url(../Images/Buttons/file_add_24x24.png) 50% 50% no-repeat;
}
.button_save_24
{
    width:28px;
    height:28px;
    background:url(../Images/Buttons/save_24x24.png) 50% 50% no-repeat;
}
.button_cancel_24
{
    
    width:28px;
    height:28px;
    background:url(../Images/Buttons/cancel_24x24.png) 50% 50% no-repeat;
}
.button_delete_24
{
    display:inline-block;
    width:24px;
    height:24px;
    background:url(../Images/Buttons/recycle_bin_24x24.png) 50% 50% no-repeat;
}
.button_plus_24
{
    
    width:28px;
    height:28px;
    background:url(../Images/Buttons/user_add_24x24.png) 50% 50% no-repeat;
}

.button_habilitacoes_24
{
    width:16px;
    height:16px;
    background:url(../Images/Buttons/scholar.png) 50% 50% no-repeat;
}

.button_registoBiografico_24
{
    width:16px;
    height:16px;
    background:url(../Images/Buttons/education_icon.png) 50% 50% no-repeat;
}

.button_save
{
    width:38px;
    height:38px;
    background:url(../Images/Buttons/save.png) 50% 50% no-repeat;

}

.button_cancel
{
       width:38px;
       height:38px;
   background: url(../Images/Buttons/cancel.png) 50% 50% no-repeat;
      }

.button_back
{
    width:38px;
    height:38px;
   background:url(../Images/Buttons/backward.png) 50% 50% no-repeat;
}

.button_pdf
{
    width:24px;
    height:24px;
   background:url(../Images/Buttons/pdficon_24.png) 50% 50% no-repeat;
}

.button_print
{
    width:38px;
   height:38px;
   background: url(../Images/Buttons/printer.png) 50% 50% no-repeat;
}
.button_avisos
{
    width:38px;
   height:38px;
   background: url(../Images/Buttons/notice_board.png) 50% 50% no-repeat;
}
.button_edit
{
    width:38px;
   height:38px;
    background:url(../Images/Buttons/file_edit.png) 50% 50% no-repeat;
}
.button_delete
{
    width:38px;
   height:38px;
    background:url(../Images/Buttons/file_remove.png) 50% 50% no-repeat;
}
.button_plus
{
    width:38px;
   height:38px;
    background:url(../Images/Buttons/file_add.png) 50% 50% no-repeat;
}

/*Lock Screen While Loading*/
.LockOff {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}
.LockBackground {
	position:absolute;/*Com Absolute por vezes não cobre toda a página verticalmente.*/
	top: 0px;
	left: 0px;
	bottom:0;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.LockPane {
	z-index: 10000;
	position: absolute;
	top: 40%;
	left: 0px;
	/*padding-top: 25%;*/ /*for listView*/
	visibility: visible;
	display: block;
	text-align: center;
	width: 100%;
}
.lockPaneContainer
{
		width: 40%;
	margin-left: auto;
	margin-right: auto;
}
.LockPaneText {
	font-size: large;
	padding: 9px;
}
.LockPaneImage {

z-index: 100000;
    height:20px;
	background: url(../Images/loading.gif) 50% 50% no-repeat;
	border: none;
	padding: 9px;
}

/* TimeEntry styles */
.timeEntry_control {
	vertical-align: middle;
	margin-left: 2px;
}
* html .timeEntry_control { /* IE only */
	margin-top: -4px;
}

/*/////////MASTERPAGE/////////*/
/*/////////MASTERPAGE/////////*/
.master_wrapper
{
   width:1024px;
margin:0 auto;
}

.masterPage_header{
    overflow:hidden;
    padding:5px 0 5px 0;
}

.masterPage_header_left{
width:25%;
float:left;  
}
.masterPage_header_center
{
float:left;
width:50%;
text-align:center;
}
.masterPage_header_right{
width:25%;
float:right;
text-align:right;
}
.link_logOut{
float:none !important;
background:none !important;
font-weight:normal !important;
padding:0 1.2em 0 0 !important;
border:none !important;
}

.master_lbl_escola
{
 font-size:1.4em; 
}
.master_lbl_data
{
 font-size:1em;
 color:#595959;   
}

.master_center
{

    min-height:400px;
    
}
.masterPage_content{
    padding-top:5px;
    padding-left:2px;
    padding-bottom:10px;
}

.master_footer
{
    clear:both;
    height:75px;
    text-align:center;
}


#master_bottom_strip {
/*position: absolute;
bottom:0;
left:0;*/
overflow:hidden;
background-color:#171821;
border: 1px solid #bc8731 !important; 
width:99.9%;
/*z-index:10001;*/
color:#ffffff;
} 

#master_bottom_strip_left {
float:left;
width:50%;
text-align:center;
} 
	
.btn_truncatura_logo{
text-decoration:none;
display:inline-block;
cursor:pointer;color:#bc8731;
height:25px;
padding-top:5px;
}
.btn_truncatura_logo:hover{
color:#ffffff;
}

.btn_truncatura_logo #logo{
background:url('../Images/truncatura_logo_branco_21x21.png') no-repeat;
width:21px;
height:21px;
display:inline-block;
vertical-align:middle;
}

#master_bottom_strip_right {
float:left;
height:25px;
margin-top:5px;
width:50%;
text-align:center;
} 
#sanjotec_logo{
background:url('../Images/sanjotec_logo.png') no-repeat;
width:80px;
height:72px;
display:inline-block;
vertical-align:middle;
}
#sanjotec_text{
display:inline-block;

text-align:justify;
}
.slide-out-div-bottom {
  
  padding-top:10px;
  padding-left:2%;
  padding-right:2%;
  padding-bottom:60px;/*/<= as master_bottom_strip's HEIGHT*/
  width: 96%;
  
  color:#ffffff;
  background-color:#23242c;
  border-top: 1px solid #bc8731 !important; 
}
 #slide-out-div-bottom-left {
  float:left;
  width:48%;
}
#LogoInovar{
background:url('../Images/LogoInovar.png') no-repeat;
width:48px;
height:48px;
display:inline-block;
vertical-align:middle;

}
#slide-out-div-bottom-left h3, #slide-out-div-bottom-left a {
 padding-top:0;
 margin-top:0;
 display:inline-block;
}
#slide-out-div-bottom-left a {
 display:inline-block;
 color:#ffffff;
 text-decoration:none
}

 #slide-out-div-bottom-right {
  float:left;
  width:48%;
  text-align:right;
}

 #truncatura_info_ul {
margin-top:0;
margin-right:0;
margin-bottom:0;
margin-left:60px;
padding:0;
}
#truncatura_info_ul li{
display:inline-block;
padding-right:15px;
}
     
.slide-out-div-bottom .handle{
background: none !important; 
-moz-background-clip: -moz-initial; 
-moz-background-origin: -moz-initial; 
-moz-background-inline-policy: -moz-initial; 
width: 0px; 
height: 0px; 
display: none !important; 
text-indent: -99999px; 
outline-color: -moz-use-text-color; 
outline-style: none; 
outline-width: medium; 
margin-bottom:10px !important;
}

/*////MENU////*/

.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }

.fg-button {display:inline-block; margin:0 4p1040p1020px; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon {clear:left; position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
/*a.fg-button { float:left;  }*/
button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	

	
/*.fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; }*/


/*INFOS*/
.message_container{
padding: 0 .4em;
}
.message_icon{
float: left; margin-right: .3em;
}

.error_msg{
color:Red;
}


/*ALERTS*/
.alert_icon{
float:left; margin:0 7px 0px 0;
}