.drag-and-drop-pdf-upload {
	border: 5px dashed #00A4DB;
	min-height: 4em;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.drag-and-drop-text {
	color: #00A4DB;
	font-size: 2em;
	font-weight: bold;
}

.oht_pdf_organizer_item {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 25px;
	min-height: 100px;
	width: 100px;
}

.oht_pdf_organizer_item.delete img {
	border: solid 2px red;
	opacity: 0.3;
}

.oht_pdf_organizer_container {
	display: inline-flex;
}

.bold {
	font-weight: bold;
}

.centered-text {
	text-align: center;
}

.total-center-wrapper {
	height: 100%;
	width: 100%;
}

.total-center-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

span.total-center {
	vertical-align: middle;
	text-align: middle;
	display: block;
	width: 100%;
	height: 100%;
}

div[class^="oht-pdf-statusbar"] {
	border: solid 1px black;
	background-color: yellow;
}

div[class^="oht-pdf-filename"], div[class^="oht-pdf-filesize"], div[class^="oht-pdf-progressBar"], div[class^="oht-pdf-abort"] {
	display: inline;
	padding-right: 20px;
}

div[class^="oht-pdf-status"] {
	font-weight: bold;
}

div[class^="oht-pdf-abort"] {
  color: red;
  text-decoration: underline;	
}
	
div[class^="oht-pdf-abort"]:after {
	content: "\A";
	white-space: pre;
}

#oht_pdf_organizer_list:after {
	content: '';
	display: block;
}

.pdf_view_attachment {
	display: inline-block !important;
	text-align: center;
	padding: 10px;
}

.container {
	width: 100%;
}

.even td{
    background-color: rgba(255, 255, 255, 1);
}

.odd td{
	background-color: rgba(0, 153, 204, 0.5);
}

.oht-table {
	table-layout: fixed;
	box-sizing: border-box;
}

.oht-table thead tr {
	overflow: hidden;
}

.oht-table td {
	border: 1px solid #000000;
}

.oht-table th {
	border: 1px solid #000000;
}

.oht-table tbody {
	overflow: auto;
	width: 100%;
	height: 400px;
}

input.custom-repeatable {
	display: block;
}

.oht-v-table-header {
	font-weight: bold;
	text-align: right;
}

.oht-v-table-value {
	text-align: left;
}

span.oht-error {
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.save-button {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	width: 60%;
    margin: 10px 0;
  }
  
  .save-button:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
  }

  .updated-order {
	width: 60%;
    border: solid 1px green;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 12px;
  }
 #oht_article_weight{
	  display:none!important;
  }
.oht_edit_print{
	margin:10px;
}	
.column-Placed{
	width:60px!important;
}
textarea.oht-textarea-wide  {
	width:500px!important;
}
.ajdg-notification{
	display:none!important;
}