/** Add css rules here for your application. */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(Roboto-Regular.woff) format('woff'), url('Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Thin';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Thin'), local('Roboto-Thin'), url('RobotoCondensed-Regular.ttf') format('truetype');
}

body, table td, select {
  font-family: Roboto, sans-serif !important;
  font-size: 11px;
}

.centralPanel td{
	height:36px;
}

.mainBody {
 width:100%;
}

.tactive {
    background: white;
}

input:disabled, textarea:disabled {
    color: rgb(22, 22, 22);
    cursor: default;
}

select:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
    color: rgb(22, 22, 22);
}

.loginBody {
    /* The image used */
    background-image: url("loginbg.png");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.loginPanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	height: 23em;
	width: 20em;    
}

.headerButtonsPanel td{
	align:right;
}

.closeButton {
  padding-top: 2px !important;
  padding-right: 3px !important;
  padding-bottom: 2px !important;
  padding-left: 3px !important;
  border: 0px !important;
  background:  none !important;
}

.title {
 width: 100%;
 height: 34px;
 background: rgb(234, 184, 23);
}

.AccordionLayoutPanelHeader {
 width: 100%;
 height: 30px;
 background: rgb(0, 231, 231);
 padding-left: 10px;
 padding-top: 8px;
 font-size: 1.2em;
 font-weight: bold;
 color: #000000;
 text-align: left;
 cursor: pointer;
}

.AccordionLayoutPanelHeader-hovering {
 width: 100%;
 height: 30px;
 background: rgb(0, 231, 129);
}


.AccordionLayoutPanel {
   width:90%;
   left:5%;
   height:115%;
}

.AccordionLayoutPanelContent {
   overflow-y: auto !important;
    margin-top: 10px;
}

.AccordionLayoutPanelContent td {
    height: 1.2em;
}

.overlowAuto td {
    height: 1.2em;
}

.AccordionLayoutPanelContent::-webkit-scrollbar{
   width:12px;
   background-color:#ffffff;
}
.AccordionLayoutPanelContent::-webkit-scrollbar:horizontal{
   height:12px;
}
.AccordionLayoutPanelContent::-webkit-scrollbar-track{
   border:1px #787878 solid;
   border-radius:10px;
   -webkit-box-shadow:0 0 6px #c8c8c8 inset;
}
.AccordionLayoutPanelContent::-webkit-scrollbar-thumb{
   background-color:rgb(0, 231, 129);
   border:1px solid #20aaaa;
   border-radius:16px;
}
.AccordionLayoutPanelContent::-webkit-scrollbar-thumb:hover{
   background-color:#bf4649;
   border:1px solid #20aaaa;
}
.AccordionLayoutPanelContent::-webkit-scrollbar-thumb:active{
   background-color:#ffff00;
   border:1px solid #20aaaa;
}

.rightElement {
 text-align: right;
}


.diaryImage {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.centerElement {
 text-align: center;
}

/** Example rules used by the template application (remove for your app) */
/** margin: 8px 8px 15px 52em; */
.userInfo {
  font-weight: bold;
  color: #777777;
  text-align: right;
}

.mainUserInfo {
  padding-top: 0.2em;
  top: 1em !important;
}

.userInfoText {
  padding-left: 1em;
  padding-top: 0.1em;
  font-size: medium;
  white-space: nowrap;
}

.userInfoList {
  padding-top: 0.1em;
  font-size: medium;
}

.userInfoEmpty {
  width: 30em !important;
}

.userButtons {
 width: 7em !important;
}

.gwt-MenuBar-horizontal {
  background: none !important;
  background: rgb(255, 204, 0) !important;
  border: 0px;
  height: 3em;
}

.gwt-MenuBar .gwt-MenuItem-selected {
	background: rgb(234, 184, 23)  !important;
}

.gwt-MenuBar-vertical .gwt-MenuItem {
   background: white;
  /*background: rgb(255, 204, 0);*/
}

.menuItemCurrentlyChoosen {
   background: rgb(255, 204, 0)  !important;
}

.gwt-MenuBar-vertical .subMenuIcon-selected {
 background: rgb(255, 204, 0)  !important;
}

.gwt-MenuBar-vertical .subMenuIcon {
	background: white;
  /*background: rgb(255, 204, 0) !important;*/	
}

.gwt-MenuBarPopup {
	background: white !important;
	border:2px !important;
	border-style:solid !important;
	border-color:rgb(234,234,234) !important;
}

.gwt-MenuBarPopup .menuPopupTop,
.gwt-MenuBarPopup .menuPopupMiddleLeft,
.gwt-MenuBarPopup .menuPopupMiddleRight,
.gwt-MenuBarPopup .menuPopupBottom {
	display: none !important;
}



/*.menuPopupTopLeft .menuPopupTopCenter .menuPopupTopRight .menuPopupMiddleLeft .menuPopupMiddleCenter .menuPopupMiddleRight .menuPopupBottomLeft 
.menuPopupBottomCenter .menuPopupBottomRight {
	background: white;


.gwt-MenuBarPopup .menuPopupTopCenter {
background: rgb(255, 204, 0) !important;
}

.gwt-MenuBarPopup .menuPopupTopRight {
	
 background: rgb(255, 204, 0) !important;
}

.gwt-MenuBarPopup .menuPopupMiddleRight {
	
 background: rgb(255, 204, 0) !important;
}

.gwt-MenuBarPopup .menuPopupMiddleLeft {
	
 background: rgb(255, 204, 0) !important;
}

.gwt-MenuBarPopup .menuPopupBottomCenter {
 background: rgb(255, 204, 0) !important;
}

.gwt-MenuBarPopup .menuPopupBottomRight {

 background: rgb(255, 204, 0) !important;
}

.gwt-MenuBarPopup .menuPopupBottomLeft {
 background: rgb(255, 204, 0) !important;
}*/

.gwt-Tree .gwt-TreeItem {
   background-color: white;
}

.gwt-MenuBar-horizontal .gwt-MenuItem {
  padding: 9px 10px !important;
  vertical-align: bottom !important;
  color: #333333 !important;
  font-weight: bold !important;
}

.gwt-MenuBar .gwt-MenuItem {
  font-size: medium;
  color: #333333;
  font-weight: bold;
}


td {
  vertical-align:center;
}


.treeComposite td {
  vertical-align:left;
}


.button {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */

.gwt-DialogBox .dialogMiddleCenter {
   height: 100%;
   width: 100%;
   margin-left: auto;
    margin-right: auto;
    display: block;
 }
 

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}


.errorLabel {
  font-size: 1.2em;
  font-weight: bold;
  color: red;
  text-align: center;
  background-color: rgb(213, 247, 243);
  height: 1.25em;
}

.labelRed {
  color: red !important;
}

.errorLabelDialog {
  font-size: 1.2em;
  font-weight: bold;
  color: red;
  text-align: center;
  background-color: #FFFFFF;
  position: absolute;
  top: 37%;
  left: 30%;
  width: 40em;
  height: 0em;      
  z-index: 100;
  align-items: center;
  justify-content: center;
}

.errorShowSmall {
  height: auto !important;
  border-color: red;
  border-style: solid;
  border-width: 1px; 
  padding-bottom: 1em;
}

.errorShow {
  height: auto !important;
  border-color: red;
  border-style: solid;
  border-width: 1px; 
  padding-bottom: 1em;
}

.criteriaButtonsPanel {
  height: 1.5em;
  margin-left: auto;    
  margin-right: auto;
  background-color: rgb(213, 247, 243);
  width:100%;
}

.bottomButtonsPanel {
  height: 1em;
  margin-left: auto;    
  margin-right: 10em !important;
}



.centralPanel {
  margin-left: auto;    
  margin-right: auto;
  margin-top: 1.5em;
  width: 95%;
}

.centralPanel table {
  margin-left: auto;    
  margin-right: auto;
  position: relative !important;
}

.criteriaPanel tr {
  max-height: 35px !important;
}

.criteriaPanel {
  margin-left: auto;    
  margin-right: auto;
  background-color: rgb(213, 247, 243);
}

.criteriaPanel table {
  margin-left: auto;    
  margin-right: auto;
  position: relative !important;
}


.workspacePanel {
  width: 100%;
  border-color: rgb(213, 247, 243); 
  border-style: outset;
  border-width: 1px;
  top:  10px !important;	
}

.titleLabel {
  padding-left: 10px;
  padding-top: 10px;
  font-size: 1.3em;
  font-weight: bold;
  color: #000000;
  text-align: left;
  height: 1.5em;
}


.navButton {  
  width: 120px !important;
}


.criteriaButton {
  display: block;
  padding: 2px 25px !important;
  margin: 2px 10px !important;
  height: 1.7em !important;
}

.compositeButton {
  display: block;
  padding: 2px 25px !important;
  margin: 2px 10px !important;
  height: 1.7em !important;
}

.bottomButton {
  display: block;
  padding: 2px 20px !important;
  margin: 5px 10px !important;
  height: 1.7em !important;
}

.dialogButton {
  display: block;
  padding: 2px 20px !important;
  margin: 5px 10px !important;
  height: 1.7em !important;
}


.thinButton {
  display: block;
  padding: 2px 25px !important;
  margin: 2px 10px !important;
  height: 1.7em !important;
}


.bottomButton, .thinButton, .dialogButton, .criteriaButton, .compositeButton, .loginButton {
  display: block;
  cursor: pointer;
  background-image: -webkit-linear-gradient(#1ab0b7 , #1ab0b7 38%, #1ab0b7);
  font-size: medium;
  font: normal normal bold 1em/2em Roboto;    
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  color: #FFF;
  margin: 0px 5px;
  min-height: 29px;
  min-width: 65px;
  -webkit-user-select: none;
  padding: 0.1em 1.5em; 
  overflow: hidden !important;     
}

.bottomButton :hover, .thinButton :hover , .criteriaButton :hover, .compositeButton :hover{
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.bottomButton :active, .thinButton :active , .criteriaButton :active, .compositeButton :hover {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.bottomButton[disabled], .thinButton[disabled] , .criteriaButton[disabled], .dialogButton[disabled]{
  cursor: default;
  color:  #c0c0c0;
}
.bottomButton[disabled]:hover, .thinButton[disabled]:hover , .criteriaButton[disabled]:hover {
  border: 1px outset #ffffff;
  color:  #c0c0c0;
}

.criteriaLabel {
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  color: #777777;
  text-shadow: #ddd 1px 1px 0;
  overflow: hidden;  
  margin: 2px 15px 0px 15px;
}

.criteriaText , .criteriaListBox, .criteriaDate, .criteriaArea, .criteriaDateBetween {
   margin-top: 0px;
   margin-right: 4px;
   margin-bottom: 2px;
   margin-left: 9px;
   padding-top: 0px;
   font-family: Roboto Thin, sans-serif !important;
   font-size: 12px;   
}

.criteriaListBox {
  height: 1.9em;
  max-width: 18em;
}

.criteriaDateBetween {
  width: 6em;
  height: 1.6em;
}

.dialogLabel, .dialogCheckbox, .CommentCompositeLabel {
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  color: #777777;  
  text-shadow: #ddd 1px 1px 0;
  overflow: hidden;  
  margin: 2px 15px -2px 10px;
}

.horizontalLabel {
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  color: #777777;  
  text-shadow: #ddd 1px 1px 0;
  overflow: hidden;  
  margin: 2px 15px -5px 10px;
  text-align: right;
}

.lowerLabel {
  margin-bottom: -5px !important;
}

.upperButton {
  margin-top: -1px !important;
}

.CommentCompositeCommentField{
    width: 410px;
    height: 90px
}

.CommentCompositeMiddlePanel{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px !important;
}

.CommentCompositePrevButton{
	position: absolute;
	left: 55px;
	top: 7px;
}

.CommentCompositeNextButton{
	position: absolute;
	left: 190px;
	top: 7px;
}

.BankAccountControl{
  margin-left: 0px;
}

.dialogText, .dialogListBox, .dialogDate, .dialogArea, .dialogCurrencyBoxText, .dialogNumberText {
  margin-top: 0px;
  margin-left: 10px;
  min-width: 13em;  
  font-family: Roboto Thin, sans-serif !important;
  font-size: 12px;  
}

.dialogText2 {
  margin-top: 0px;
  margin-left: 10px;
  min-width: 24em;  
  font-family: Roboto Thin, sans-serif !important;
  font-size: 12px;  
}


.richDialogArea {
	margin-top: 0px;
  margin-left: 10px;
  min-width: 12em; 
  width: 350px;
  height:160px;
  border: solid;
  border-width:1px;
  border-color:gray;

}

.richDialogReadOnlyArea {
	pointer-events: none;
}


.bigRichDialogArea {
  min-width: 12em; 
  width: 700px;
  height:600px;
  border: solid;
  border-width:1px;
  border-color:gray;

}

.richDialogReadOnlyArea {
	pointer-events: none;
}

.compositeListBox {
    min-width: 27em; 
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 10px;  
}

.project-tree-dialog-button{
	padding:10px;
	margin:15px;
	margin: 2px 10px;
}

.project-tree-dialog-title-label{
	font-size: 18pt;
 	margin: 20px;
}

.gwt-Tree .gwt-TreeItem {
  padding: 1px 0px;
  margin: 0px;
  white-space: nowrap;
  cursor: hand;
  cursor: pointer;
}
.gwt-Tree .gwt-TreeItem-selected {
  font-weight: bold;
  background: transparent !important;
  font-size: 16px;
}

.gwt-TreeItem-emptyDir {
	font-style: italic;
	font-size: 12px;
	display: none;
}
.gwt-TreeItem .gwt-RadioButton input,
.gwt-TreeItem .gwt-CheckBox input {
  margin-left: 0px;
}

.yellow {
  color: yellow;
} 

.simple {
  width: 3em;
} 

#project-tree-dialog {
    border-style: outset;
    border-width: 3px;
    border-color: gray;
    margin:5px;
}

#project-tree-dialog-right-panel {
    padding:15px;
    height: 32.5em;
}

#project-tree-dialog-central-panel {
    border-color: rgb(213, 247, 243); 
    border-style: outset;
    border-width: 1px;
    min-width: 35em;
    width: 35em;
    height: 32.5em;
	width:100%;
	max-width:100%;
    overflow-y: auto !important;
}

#project-tree-dialog-central-panel::-webkit-scrollbar{
	width:12px;
	background-color:#ffffff;
}
#project-tree-dialog-central-panel::-webkit-scrollbar:horizontal{
	height:12px;
}
#project-tree-dialog-central-panel::-webkit-scrollbar-track{
	border:1px #787878 solid;
	border-radius:10px;
	-webkit-box-shadow:0 0 6px #c8c8c8 inset;
}
#project-tree-dialog-central-panel::-webkit-scrollbar-thumb{
	background-color:rgb(234, 184, 23);
	border:1px solid #20aaaa;
	border-radius:16px;
}
#project-tree-dialog-central-panel::-webkit-scrollbar-thumb:hover{
	background-color:#bf4649;
	border:1px solid #20aaaa;
}
#project-tree-dialog-central-panel::-webkit-scrollbar-thumb:active{
	background-color:#ffff00;
	border:1px solid #20aaaa;
}

#project-tree-dialog-central-panel table {
    margin-left: 0px;
}

#project-tree-dialog-left-panel{
    margin-right:5em;
    height: 32.5em;
    border-color: rgb(213, 247, 243); 
    border-style: outset;
    border-width: 1px;
}

.treeLeftPanelWrapper {
    min-width: 25em;
    width: 25em;
}

.treeRightPanelWrapper {
    min-width: 15em;
    width: 15em;
}

.treeComposite {
    min-width: 35em;
    width: 35em;
}

.thinTreeComposite {
    min-width: 28em !important;
    width: 28em !important;
}


.treeComposite table {
    margin-left: 0px;
}

table.contractorChooserComposite td {
	vertical-align: middle !important;
	padding: 5px;
} 

table.contractorChooserComposite button {
	position: relative;
	right: 95px;
} 
 
 
table.personChooserComposite td {
	vertical-align: middle !important;
	padding: 5px;
} 

table.personChooserComposite button {
	position: relative;
	right: 95px;
} 

table.dirChooserComposite td {
	vertical-align: middle !important;
	padding: 5px;
} 

table.dirChooserComposite button {
	position: relative;
	right: 95px;
}

.valueListBox {
	width:145px;
}
.panelLogin {  
  text-align: left;
}

 h1 {
    position: relative;
    text-align: center;
     text-shadow: #ddd 1px 1px 0;
    margin: 20px 10px 10px 10px !important;
 }
  
 h1.section {
    margin-top: 0;
    font-size: 100%;
    color : rgb(119, 119, 119);
 }
  
 h1.section:before {
    content: "";
    display: block;
    border-top: solid 1px #777777;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
 }
  
 h1.section span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
 }


.panelInset {
  border-style: none;
  border-width: 0px;
  /*border-color: rgb(213, 247, 243); */
  border-spacing: 4px;
 }

.panelThin {
  width: 6em !important;
  max-width: 6em !important;
}

.editLogin {
  width: 14em !important;
  max-width: 14em !important;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 2px;
  margin-left: 15px;
  padding-top: 0px;
  font-family: Roboto Thin, sans-serif !important;
  font-size: 16px;  
}  

.loginLabel {  
  font-family: Roboto;
  font-size: 16px;  
  color: #777777;
  overflow: hidden;
  margin: 2px 15px 0px 15px;
}

.smallLabel {  
  font-family: Roboto;
  font-size: 10px;  
  color: #777777;
  overflow: hidden;
  margin: 1.5em 5px 2px 2px;
  cursor: pointer;
}

.loginButton {
    display: block;
    padding: 2px 25px !important;
    margin: 1em 1em 1em auto !important;
}

.panel2W {
  width: 5em;
  margin-top: 5px;
}

.panel3W {
  width: 7.5em;
}

.panel5W {
  width: 12.5em;
  margin-left: 15px;  
  
}

.panel5WCriteria {
  width: 12.5em;
  margin-left: 15px;  
  top: 11px;
}

.panel6W {
  width: 15em;
}


.panel7W {
  width: 17.5em;
}

.panel10W {
  width: 25em;
}

.panel15W {
  width: 37.5em;
}

.panelNone {
  display: none;
}

.panel4em {
  height: 4em;
}
.panel05H {
  height: 1.25em;
}

.panel1H {
  height: 2.5em;
}

.panel2H {
  height: 5em;
}

.panel3H {
  height: 7.5em;
}

.panel4H {
  height: 10em;
}

.panel5H {
  height: 12.5em;
}

.panel6H {
  height: 15em;
}

.panel7H {
  height: 17.5em;
}

.panel8H {
  height: 20em;
}

.panel9H {
  height: 22.5em;
}

.panel10H {
  height: 25em;
}

.panel11H {
  height: 27.5em;
}

.panel12H {
  height: 30em;
}
   
.panel13H {
  height: 32.5em;
}

.panel14H {
  height: 35em;
}

.panel15H {
  height: 37.5em;
}

.panel16H {
  height: 40em;
}

.panel17H {
  height: 42.5em;
}

.panel18H {
  height: 45em;
}

.panel19H {
  height: 45em;
}

.panel20H {
  height: 45em;
}

.panel21H , .panel22H  {
  height: 52em;
}

.panel23H , .panel24H, .panel25H, .panel30H , .panel31H{
  height: 54em;
}

.panel32H  {
  height: 64em;
}



.labelMargin4px {
    margin-top: 4px;
}

.labelMarginLeft12px {
   margin-left: 12px;
}

.panel25H {
  height: 54em;
}

.panel26H {
  height: 58em;
}

.panel27H {
  height: 60em;
}

.panel28H {
  height: 60em;
}

.panelLongNoTitle {
  height: 48em;
}

.panelLong {
  height: 50em;
}

.marginLeft0 {
  margin-left: 0px !important;
}

/*position the label*/
.dropdown {
  position: relative;
  display: block;
  cursor: pointer;
  width: 5em;
  padding-top: 5px;
  color: #0000AA;
}
.dropdown_input {
  display: none;  
}

.hideElement{
	display:none !important; 
}
/*hide the submenu*/
submenu {
  max-height: 0;
  overflow: hidden;
  max-width: 10em;
  list-style-type: none;
  margin: 0px;
  padding-left: 0em;
  margin-top: 0px;
  margin-bottom: 5px;
  cursor: pointer;
}

ul.submenu:hover {
  max-height: 300px;
}

ul.submenu li {
  padding-top: 8px;	
}	

.dropdown_item {
 cursor: pointer;
}
/*show the submenu when checked*/
.dropdown_input:hover~ul.submenu {
  max-height: 300px;
}

.hidden_element {
  visibility: hidden;
}  

.display_none {
  display: none;
}

.overPaidCell {
	/*background: #f27474 !important;*/
	color: #0000A0;
}

.overTimeCell {
	/*background: #f27474 !important;*/
	color: red;
}

.messageTextPanel{
	font-style: italic;
}
.cellList {
	padding:5px;
	border: 2px solid rgb(234,234,234) !important;
	height:50px;
	width: 150px;
}
#ImageContainer img { width: 32px; height: 32px;}

.logo { height: 50px;}

.footer {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}


/* container properties */
.scrollbar {
	width:100%;
	max-width:100%;
    overflow-y: auto !important;
}

/* customize scrollbar css */
#scrollbar-custom::-webkit-scrollbar{
	width:12px;
	background-color:#ffffff;
}
#scrollbar-custom::-webkit-scrollbar:horizontal{
	height:12px;
}
#scrollbar-custom::-webkit-scrollbar-track{
	border:1px #787878 solid;
	border-radius:10px;
	-webkit-box-shadow:0 0 6px #c8c8c8 inset;
}
#scrollbar-custom::-webkit-scrollbar-thumb{
	background-color:rgb(234, 184, 23);
	border:1px solid #20aaaa;
	border-radius:16px;
}
#scrollbar-custom::-webkit-scrollbar-thumb:hover{
	background-color:#bf4649;
	border:1px solid #20aaaa;
}
#scrollbar-custom::-webkit-scrollbar-thumb:active{
	background-color:#ffff00;
	border:1px solid #20aaaa;
}


.hoverable .hover {
  display:none;
}
.hoverable:hover .normal {
  display:none;
}
.hoverable:hover .hover {
  display:inline;  /* CHANGE IF FOR BLOCK ELEMENTS */
}

.PositionControl {
    max-width: 91em;
    margin-left: 3% !important;
    margin-right: 3% !important;
}

.PositionControl table{
    max-width:100%;  
}

.thinPager {
    max-width:15em;
}

.contextmenuimg{
	height:36px;
	margin: 8px;
	cursor:pointer;
}

.lineThroughCell {
  text-decoration: line-through;
}