form {
	margin: 0px;
}

/*input[type=checkbox] {
	margin-top: -2px;
}*/

/*input[type=button] {
	padding: 5px !important;
	/* 	 border: 3px solid #006 !important;
    background: #9cf !important; */
}*/

/*input[type=submit] {
	padding: 5px !important;
	/* 	 border: 3px solid #006 !important;
    background: #9cf !important; */
}*/

#innerform {
	padding-top: 25px;
	padding-left: 25px;
	width: 701px;
	background-color: #F9F9F9;
}

.form-hidden {
	height: 0px;
	margin: 0px;
}

#formline {
	margin: 0px;
	width: 701px;
}

.formline {
	margin: 0px;
	width: 701px;
}

#innerformline {
	margin: 0px;
	width: 600px;
}

#formline div {
	clear: both;
	padding: 5px 0px;
}

.formline div {
	clear: both;
	padding: 5px 0px;
}

#formline label {
	float: left;
	width: 150px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}

.formline label {
	float: left;
	width: 150px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}

#formline span {
	padding-right: 20px;
	text-align: left;
	/* float: left; */
}

.formline span {
	padding-right: 20px;
	text-align: left;
	/* float: left; */
}

.formline-col {
	clear: none !important;
	width: 150px;
	display: inline-block;
	
}

.formline-col-openend {
	clear: none !important;
	display: inline-block;
	
}

.searchblock-col {
	clear: none !important;
	width: 170px;
	display: inline-block;
	height: 35px;	
}

.searchblock-colWidth {
	clear: none !important;
	width: 250px;
	display: inline-block;
	height: 35px;	
}

.searchblock-colWidth label{
/* 	 padding-left:75px; */
	 height: 2px;  
	 line-height: 0px; 	
}
.searchblock-row {
	clear: none !important;
	display: inline-block;
	min-height: 35px;
	min-width: 350px; 
}

.search-input {
	min-height: 35px;
}

.search-input-big {
	min-height: 52px;
}

.search-input-second{
	width:230px; 
	border: 0pt solid black; 
	padding-left:34px
}

#bufferEngineDataId {
	margin: 0px;
	width: 701px;
}

#bufferEngineDataId {
	margin: 0px;
	width: 600px;
}

#bufferEngineDataId div {
	clear: both;
	padding: 5px 0px;
}

#bufferEngineDataId label {
	float: left;
	width: 145px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}

#bufferEngineDataId span {
	padding-right: 20px;
	text-align: left;
	float: left;
}

#submitButton {
	float: right;
	/*padding: 5px;*/
	/*margin: 10px;*/
}

#submitButtonSearch {
	float: right;
	position: relative;
	top: -5px;
	padding-right: 5px;
	margin-right: 10px;
}

/*.submitButtons {
	border: 2pt solid red;
}*/

#submitButton_neu {
	float: right;
	position: relative;
	top: 40px;
	left: -12px;
	text-align: left;
	padding-right: 100px;
}

#backButton {
	float: left;
}

#spacer {
	display: inline-block;
	height: 10px;
}

#successMessage {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1pt solid grey;
	display: inline-block;
	width: 670px;
	color: green;
	padding: 20px 20px 10px 58px;
	font-weight: bold;
	background-color: #DDFFAA;
	background: url(../img/confirm.gif) no-repeat 20px center #DDFFAA;
}

#errorMessage { /* 	font-weight: bold; */
	color: #FF0000;
	border: 1px dotted #BB0000;
	display: inline-block;
	width: 570px;
	color: #BB0000;
	padding: 20px 20px 10px 58px;
	font-weight: bold;
	background-color: #DDFFAA;
	background: url(../img/error.gif) no-repeat 20px center #FFEEDD;
}

#errorMessage + #errorMessage {
    margin-top: 10px;
}

.formButton {
	background-color: white;
	overflow: visible;
	text-align: left;
	padding-left: 0px;
	font-weight: normal;
	border: 0pt solid black;
	font-family: Helvetica;
	font-size: 12px;
	color: black;
	text-decoration: none;
	hover: color :     red;
	cursor: pointer;
	margin-left: 0px;
}

.formButton:hover {
	color: red;
}

.mandatory {
	border: 1pt solid #FF0000 !important;
}

.mandatoryRadio {
	outline: 1pt solid #FF0000 !important;
}

#list { /* 	padding-top: 0px;
	padding-left: 25px;
	padding-bottom: 25px;
	margin: 20px;
	width: 650px; */
	
}

/*#list table {
	width: 750px;
	margin: 0px;
	padding: 0px;
}*/

/*#list table tr {
	height: 0%;
}*/

/*#list table tr td {
	vertical-align: middle;
	padding: 3px;
}

#list table th {
	padding: 2px;
}

#list hr {
	margin: 0px;
}*/

/*
#ajaxSearch {
	border-collapse: separate !important;
	margin: 2px;
	background-color: #F0F0F0;
	width: 100%;
}

#ajaxSearch td {

}

#ajaxSearch td a{
	font-weight: bold;
	font-size: 11px;
	color: black;
}

#ajaxSearch i{
	margin-top: -2px;
}*/

#ticket table {
	
}


/*
#ticketActionButtons button {
	padding: 5px;
	font-size: 14px;
}
*/

.radio-buttons input[type=radio] {
	margin: 0px 0px 2px 5px;
}

.additional-info {
    display: inline-block;
    padding-right: 0px;
    vertical-align: top;
}

.inline-button {
	margin-bottom: 10px;	
}

.narrow-input {
	width: 250px;
}

.narrow-form {
	display: inline-block;
	min-width: 366px;
	margin: 0px;
}

.column-title {
	display: inline-block;
	min-width: 366px;
}

.column-title-important {
	font-weight: bold;
}

.symbol-button {
	margin: 0 5px 10px 5px;
	padding: 2px 5px 2px 5px;
}

.symbol-button-placeholder {
	display: inline-block;
	padding-left: 38px;
}

.long-input {
	min-width: 290px;
}

.long-label {
	display: inline-block;
	min-width: 290px;
}

.short-label {
	display: inline-block;
	width: 210px;
}

#tickets-table .date-column {
	white-space: nowrap;
	width: 100px;
}

#tickets-table .machinetype-column {
	white-space: nowrap;
	width: 150px;
}

.tickets-table-ticket-id {
	width:115px;
}

.tickets-table-status {
	width:80px;
}

/* fileupload, error column should not be too wide, width same as progress bar */
.template-upload .error {
	max-width: 200px;
}

.template-upload .size {
	padding-left: 5px;
}

/* ticket changes styles */

.old-value {
	color: #888;
}

/* selection modification, prevent user from selecting unwanted elements */

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectable {
	-webkit-touch-callout: all;
    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: element;
    user-select: all;
}

/* text block */
.info-text-block {
	padding-top: 20px;
	padding-left: 50px;
}

.communicationList {
/* 	background-color: yellow !important; */
}

.communication-creator > td {
	color: blue;
}

.communication-HQ > td {
	color: red;
}

.list-bright > td, .list-bright textarea {
	background-color: #F9F9F9 !important;
}

.list-dark, .list-dark > td, .list-dark textarea {
	background-color: #E6E6E6 !important;
}

/* bootstrap modal */
.modal {
	text-align: left;
}

/* repair h3 from deutz.css */
.modal h3 {
	padding: 0px;
	border: none;
}

.panel_sit {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel_sit-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  /* font-size: 17.5px;
  font-weight: 500; */   
  font-size:10pt;
  font-weight:bold;  
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel_sit-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel_sit-primary {
  border-color: #428bca;
}

.panel_sit-primary .panel_sit-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel_sit-success {
  border-color: #d6e9c6;
}

.panel_sit-success .panel_sit-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel_sit-warning {
  border-color: #fbeed5;
}

.panel_sit-warning .panel_sit-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel_sit-danger {
  border-color: #eed3d7;
}

.panel_sit-danger .panel_sit-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel_sit-info {
  border-color: #bce8f1;
}

.panel_sit-info .panel_sit-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel_sit>.table, .panel_sit>.table-responsive>.table {
      margin-bottom: 0;
}

.panel_sit input[type=checkbox] {
	margin-right: 20px;
}

.row {
	margin-left: 0px;
}

.panel_sit-half-width {
	width: 322px;
	float: left;
}

.panel_sit-half-width + .panel_sit-half-width {
	margin-left: 22px;
}

.panel_sit-search-block {
	min-height: 215px;
}

#search-manufacturer-container {
	position: relative;
	top: -126px;
	left: 36px;
	overflow: hidden;
}

#search-manufacturer {
	margin-left: -20px;
}

#search-manufacturer-label {
	padding-top: 10px;
}

#search-engine-placeholder {
	height: 50px;
}

#search-engine-label {
	position: relative;
	left: 36px;
	margin-top: 20px;
}

.statisticDamageCode {
	position: relative;
	top: -152px;
	left: 188px;
}

.statisticDamageCode-label {
	padding-top: 10px;
	margin-bottom: 70px;
}

#statisticDamageCode-form {
	height: 0px;
}

.ticketaction-col-left {
	float: left;
	width: 190px;
	text-align: right;
	min-height: 40px;
	position: relative;
	top: 4px;
}
.ticketaction-col-right {
	float: right;
	width: 480px;
	min-height: 40px;
}
.ticketaction-col-dsc {
	padding-left:200px;
	padding-bottom: 15px;
}

/* summernote dropdown fix */
.note-editor {
	overflow: visible;
}

/* create ticket: select ticket type */
.select-ticket-type {
	display: inline-block;
	float: left;
	clear: both;
}

.table-in-standardcontent {
	min-width: 900px;
	cellpadding: 0;
	cellspacing: 0;
	border: 0;
}

/* create ticket: input */
.short-number {
	max-width: 80px;
}

.hideHistory{
	display: none;
}

.ticket-view-history-com {
	display: none;
}

.activeSearchFilter div{
	background-color: #F0F0F0;
}

.activeSearchFilter div a{
	text-decoration: none;
}

.activeSearchFilter div a i{
	color:grey
}

.header-logo {
	float: left;
}

.header-logo img {
	height: 60px;
	margin-top: -20px;
}

.inline-with-control {
	margin-top: -0.5rem;
	margin-left: 1rem;
}

a.nav-large {
	text-align: center;
	font-size: 1rem;
	color: black;
	text-decoration: none;
}

a:hover.nav-large {
	color: black;
}