/*
 * SodisWillert.css 
 *
 * This file belongs to the Willert Software Tools IBM JAZZ Extension
 *
 * Copyright (c) 2020, Willert Software Tools GmbH.
 *
 * E-mail: support@willert.de
 */


/*************************************/
/* ----------  dit und dat --------- */
/*************************************/
@font-face {
	font-family: 'Roboto Condensed';
	src: url("../css/RobotoCondensed-Regular.ttf") format("truetype");
  	font-weight: normal;
  	font-style: normal;
  }
  @font-face {
	font-family: 'Roboto Condensed';
	src: url("../css/RobotoCondensed-Bold.ttf") format("truetype");
  	font-weight: bold;
  	font-style: normal;
  }
  @font-face {
	font-family: 'Roboto Condensed';
	src: url("../css/RobotoCondensed-Light.ttf") format("truetype");
  	font-weight: lighter;
  	font-style: normal;
  }
.p_ {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: lighter;
}
.h1_ {
	font-family: 'Roboto Condensed';
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
}
.h2_ {
	font-family: 'Roboto Condensed';
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
}
.h5_ {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 5px;
}
.h6_ {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
}
.ul_ { 
	padding-left: 1em;
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: lighter;
}
.ol_ { 
	padding-left: 1em;
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: lighter;
}
.li_ {
	padding-left: 1em;
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: lighter;
}
.t_ {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: lighter;
}
.tb_ {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: bold;
}
.body_ {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	width: 100%;
	background-image: url("../img/background.png");
	background-repeat: repeat;
	background-size: 450px;
}

/*************************************/
/* ------------- Header ------------ */
/*************************************/

#header {
	position: relative;
	height: 50px;
	width: 100%;
	background-color: #93959a;
} 
#willert_logo_header {
	position: static;
	display: inline-block;
	height: 50px;
	width: 120px;
	left: 5px;
	background-image: url("../img/sodiuswillert-logo_short_rgb.png");
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 100px;
} 
#willert_logo_header a {
	display:block;
	height:100%;
}

/*******************/
/* -- Quick Inst - */
/**************++++*/

.quick_instruction {
	position: absolute;
	right: 2px;
	top: 2px;
}
 .qi_button {
	background-image: url("../img/help.png");
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-color: #93959a; 
	background-size: 40px;
	padding-left: 50px;
	height: 46px;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 12pt;
}
.qi_button:hover, .qi_button:focus {
	background-color: #01426A;
}
.qi_content {
	display: none;
	width: 100%;
	position: absolute;
	background-color: #41B6E6;
	padding: 5px;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.show {
	display:block;
} 
/*******************/
/* -- Button Inst - */
/**************++++*/
.Button {	
	background-color: #545559; 
	color: white;
	cursor: pointer;
	border: none;
	font-family: 'Roboto Condensed';
	font-size: 10pt;
}
.ButtonOk {	
	background-color:#0f5efc;
	color: white;
	cursor: pointer;
	border: none;
	font-family: 'Roboto Condensed';
	font-size: 12pt;
	width: 300px; 
	height:50px;
	margin: 0px;
}
.ButtonCancel {	
	background-color: #383838;
	color: white;
	cursor: pointer;
	border: none;
	font-family: 'Roboto Condensed';
	font-size: 12pt;
	width: 300px; 
	height:50px;
	margin: 0px;
}

.Button:hover, .Button:focus {
	background-color: #01426A;
}
.Button:disabled {
	background-color: #808080;
}

.ButtonOk:hover, .ButtonOk:focus{
	background-color: #024fe8;
}
.ButtonCancel:hover, ButtonOk:focus{
	background-color: #4d4d4d;
}
.ContentNormal { 
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: normal; 
}
.ContentLarge { 
	font-family: 'Roboto Condensed';
	font-size: 12pt;
	font-weight: normal; 
}

/*************************************/
/* ------------- Footer ------------ */
/*************************************/

#footer {
	position: static;
	margin-top: 15px;
	height: 30px;
	width: 100%;
	background-color: #dddddd;
	color: white;
} 
#copyright {
	position: absolute;
	display: inline-block;
	height: 30px;
	left: 5px;
	font-size: 10pt;
} 
#copyright p{
	margin-top: 0px;
	padding-top: 8px;
	font-weight: lighter;
} 
#willert_logo_footer {
	position: absolute;
	display: inline-block;
	right: 0px;
	height: 30px;
	width: 120px;
	background-image: url("../img/sodiuswillert-logo_long_rgb.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110px;
} 
#willert_logo_footer a {
	display:block;
	height:100%;
}

/*************************************/
/* ------------ Dialog ------------ */
/*************************************/

.WSTDialog {	
	border: none;
	outline: none;
	padding: 0px;
}
.WSTCheckDialog {	
	border: 1px solid #000000;
	outline: none;
	padding: 3px;
}

.WSTDialogHoverOver {	
	background-color: #ebebeb;
	border-color: #d1e2f0;
	padding: 0px;
	overflow-x: none;
	overflow-y: auto;
	max-height: 500px;
}
.WSTDialogContent {
	/*color: #444;
	cursor: pointer;*/ 
	text-align: left; 
	border: none; 
	outline: none;
	height: auto;
	padding: 5px;
}
.WSTDialogResult {
	width: 97%;
	border: 1px solid #882634;
	padding-left: 1em;
	overflow-x: none;
	overflow-y: auto;
	height:300px;
	padding: 5px;
}
.WSTFrame {	
	border: none;
	outline: none;
	padding-top: 15px;
	padding-bottom: 0px;
}
.divDialog_ {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 0px;
}
.pDialog_ {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: normal;
	margin-left: 1px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.EditFilterError {
	width:350px;
	height:30px;
	border: 1px solid #ff0000;
}

.marginButton_ {
	margin-left: 0px !important;
	margin-right: 1px !important;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
}
.headlineDialog_ {
	height: 16px;
	font-family: 'Roboto Condensed';
	font-size: 12pt;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
}
.progressDialog_ {
	width:100%;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin-top: 5px !important;
	margin-bottom: 0px !important;
}
.split_{
	border-bottom: 1px dotted grey;
	 margin-bottom: 8px !important;
}
/*************************************/
/* ------------ Content ------------ */
/*************************************/
#content {
	margin-top: 10px;
} 
#hint1 {
	margin-bottom: 10px;
} 
.ReviewcCmments, .Comments {
	background-color: rgb(233, 233, 233);
	border: 1px solid #757575;
	color: rgb(0, 0, 0);
	cursor: pointer;
	padding: 5px;
	text-align: left;
	outline: none;
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: normal;
	width:97%;
	height: auto;
 }
.AddReviewComment {
	background-color: rgb(255, 255, 255);
	border: 1px solid #757575;
	color: rgb(0, 0, 0);
	cursor: pointer;
	padding: 5px;
	text-align: left;
	outline: none;
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: normal;
	width:97%;
	height: auto;
 }
.TagDialog {
	background-color: rgb(233, 233, 233);
	border: 1px solid #757575;
	color: rgb(0, 0, 0);
	cursor: pointer;
	padding: 18px;
	text-align: left;
	outline: none;
	font-size: 10pt;
	height: auto;
 }

 .TAGList{
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: lighter;
 }

 .JSAttributeDialog {
	background-color: rgb(233, 233, 233);
	border: 1px solid #757575;
	color: rgb(0, 0, 0);
	cursor: pointer;
	padding: 18px;
	text-align: left;
	outline: none;
	font-size: 10pt;
	height: auto;
 }

 .JSAttributeList{
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: lighter;
 }

 .Message {
	font-family: "Roboto Condensed";
	font-size: 10pt; 
	width: 100%; 
	border: 1px solid #882634;
	padding-left: 1em;
}
 .ReadOnlyText {
	font-family: 'Roboto Condensed';
	background-color: rgb(233, 233, 233);
	border: 1px solid #757575;
	color: #444;
	/*cursor: pointer;*/
	padding: 10px;
	text-align: left;
	outline: none;
	font-size: 10pt;
	height: auto;
 }
 .ReadOnlyTextConfiguration {
	font-family: 'Roboto Condensed';
	background-color: rgb(233, 233, 233);
	border: 1px solid #757575;
	color: #444;
	/*cursor: pointer;*/
	padding: 4px;
	text-align: left;
	outline: none;
	font-size: 10pt;
	height: auto;
	width: 300pt;
 }
 .ReadOnlyTextModuleName {
	font-family: 'Roboto Condensed';
	background-color: rgb(233, 233, 233);
	border: 1px solid #757575;
	color: #444;
	/*cursor: pointer;*/
	padding: 4px;
	text-align: left;
	outline: none;
	font-size: 10pt;
	height: auto;
	width: 300pt;
 }
 .ReadOnlyTextSmall {
	font-family: 'Roboto Condensed';
	background-color: rgb(240, 240, 240);
	border: 1px solid #757575;
	color: #444;
	/*cursor: pointer;*/
	margin-left: 10pt;
	padding: 4px;
	text-align: left;
	outline: none;
	font-size: 9px;
	height: auto;
	width: 290pt;
 }
 .FileName {
	font-family: 'Roboto Condensed';
	background-color: rgb(233, 233, 233);
	border: 1px solid #757575;
	color: #444;
	/*cursor: pointer;*/
	padding: 4px;
	text-align: left;
	outline: none;
	font-size: 10pt;
	font-weight: bold;
	height: auto;
	width: 120pt;
 }
 .ReadOnlyTextSelection {
	font-family: 'Roboto Condensed';
	background-color: rgb(240, 240, 240);
	border: 1px solid #757575;
	color: #444;
	/*cursor: pointer;*/
	margin-left: 10pt;
	padding: 4px;
	text-align: left;
	outline: none;
	font-size: 12px;
	height: auto;
	width: 120pt;
 }
.deleted {background-color :#ff0000;
	text-decoration  : line-through;
	color: white;
	border-radius    : 0px;
	border           : 1px solid #ff0000
}
.DeletedStatus {background-color :#ff0000;
	color: #444;
	border-radius    : 0px;
	border           : 1px solid #ff0000
}
.inserted, .ChangedStatus {background-color :#ffff00;
	color: #444;
	border-radius    : 0px;
	border           : 1px solid #ffff00
}
.EqualStatus {background-color :#26ff00;
	color: #444;
	border-radius    : 0px;
	border           : 1px solid #26ff00;
}
.no-close .ui-dialog-titlebar-close {
	display: none;
}
/*************************************/
/* ------------ Compare view ------- */
/*************************************/


.table_ {
	border: 0px solid black;
	border-collapse: collapse;
}
.th_ {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	max-width: 800px;
	background-color:#d3d3d3;
}
.td_ {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	font-weight: lighter;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: left;
	max-width: 800px;
}
.tdh1_ {
	font-family: 'Roboto Condensed';
	font-size: 14pt;
	font-weight: bold;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: left;
	max-width: 800px;
}
.tdh2_ {
	font-family: 'Roboto Condensed';
	font-size: 13pt;
	font-weight: bold;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: left;
	max-width: 800px;
}
.tdh3_ {
	font-family: 'Roboto Condensed';
	font-size: 12pt;
	font-weight: bold;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: left;
	max-width: 800px;
}
.tdh4_ {
	font-family: 'Roboto Condensed';
	font-size: 11pt;
	font-weight: bold;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: left;
	max-width: 800px;
}


  /*Styling Selectbox*/
  .dropdown_ {
	max-width: 150px;
	background-color: #545559; 
	color: white;
	cursor: pointer;
	border: none;
  }
  .dropdown_ .select_ {
	  cursor: pointer;
	  display: block;
	  padding: 1px
  }
  .dropdown_ .select_ > i {
	  color: #888;
	  cursor: pointer;
	  transition: all .3s ease-in-out;
	  float: right;
	  line-height: 20px
  }
  .dropdown_:hover {
	  box-shadow: 0 0 4px rgb(204, 204, 204)
  }
  .dropdown_:active {
	font-family: 'Roboto Condensed';
	font-size: 10pt;
	  background-color: #545559
  }
  .dropdown_.active:hover,
  .dropdown_.active {
	  background-color: #01426A;
  }
  .dropdown_:disabled {
	background-color: #808080;
  }

  .dropdown_.active .select_ > i {
	  transform: rotate(-90deg)
  }
  .dropdown_ .dropdown-menu_ {
	  position: absolute;
	  background-color: #808080;
	  width: 100%;
	  left: 0;
	  margin-top: 1px;
	  box-shadow: 0 1px 2px rgb(204, 204, 204);
	  border-radius: 0 1px 2px 2px;
	  overflow: hidden;
	  display: none;
	  max-height: 80px;
	  overflow-y: auto;
	  z-index: 9
  }
  .dropdown_ .dropdown-menu_ li {
	  padding: 10px;
	  transition: all .2s ease-in-out;
	  cursor: pointer
  } 
  .dropdown_ .dropdown-menu_ {
	  padding: 0;
	  list-style: none
  }
  .dropdown_ .dropdown-menu_ li:hover {
	  background-color: #545559
  }
  .dropdown_ .dropdown-menu_ li:active {
	  background-color: #e2e2e2
  }
