@charset "UTF-8";
/* CSS Document */

html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
a {
	color: #009900;
}
h1 {
	font-size: 20px;
}

tr.even{
background-color: #eee;
}
tr.odd{
background-color: #ddd;
}

tr.hover {
	background-color: #009900;
	color: #fff;
}
tr.selected {
	background-color: #009900;
}
.sortable {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
tr.noedit {
	width: 100%;
}

.inProgress {
	color:red;
	font-weight: bold;
}
.noExports {
	font-style: italic;
}
#booksDiv {
	margin-top: 25px;
}
div.searchBook, div.searchAssignedUsers {
	margin-top:20px;	
	padding-bottom: 30px; 
	width:99%;
	padding-right: 0.5%; 
	padding-left: 0.5%;
	font-size: 15px;
}

.sort-alpha .headerup {
    background-image: url(icons/arrow_up.png);
    background-repeat: no-repeat; 
    background-position: center right;
}

.sort-alpha .headerdown {
    background-image: url(icons/arrow_down.png);
    background-repeat: no-repeat; 
    background-position: center right;
}

input.button_assign {
    
}

input.button_download {
    background-image: url(icons/download.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 24px;
    width: 25px;
    margin-right:  10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: middle; /* align the text vertically centered */
}

input.button_add {
    background-image: url(icons/add.png); 
    background-repeat: no-repeat;
    vertical-align: middle; /* align the text vertically centered */   
    width:100px;
   
}

div.addBook {
	 padding-top:10px;
	 margin-left:0.5%;
}

input.button_edit {
    background-image: url(icons/edit.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: middle; /* align the text vertically centered */
}

input.button_compare {
    background: url(icons/compare.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 16px;
    border: none;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    padding-left: 20px!important;
    vertical-align: middle;
}

input.button_delete {
    background-image: url(icons/delete.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 16px;
    width: 16px;
    margin-right:  10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: middle; /* align the text vertically centered */
}

input.button_export{
    background-image: url(icons/export_book.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 24px;
    width: 25px;
    margin-right:  10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: middle; /* align the text vertically centered */
}

input.button_save {
    background-image: url(icons/save.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 16px;
    width: 16px;
    margin-right:  10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: middle; /* align the text vertically centered */
}

input.button_cancel {
    background-image: url(icons/cancel.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 16px;
    width: 16px;
    margin-right:  10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: middle; /* align the text vertically centered */
}

input.button_clone {
    background-image: url(icons/clone.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 24px;
    width: 24px;
    margin-right:  10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: middle; /* align the text vertically centered */
}
input.button_import {
    background-image: url(icons/download.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 24px;
    width: 24px;
    margin-right:  10px;
    padding-bottom: 5px;
    padding-left: 15px;
   
    vertical-align: middle; /* align the text vertically centered */
}
input.button_versions {
    background-image: url(icons/versions.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 24px;
    width: 24px;
    margin-right:  10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: middle; /* align the text vertically centered */
}

input.warning {
	border-color: #f00;
	border-width: 2px;
}	

select.disabledLike {
	background-color: transparent;
	border:none;
	color:#000;
	type:simple;
	-webkit-appearance: none;
	-moz-appearance: checkbox-container;
	appearance: button;
}

div.leftUsers { float:left; width: 400px; }
div.rightUsers { float:right; width: 400px; }
div.centerUsers { float:left; }

body {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.cmxform {
		width: 500px;
		height: 200px;
		margin-top: -100px;
		margin-left: -250px;
		position: absolute;
		top: 50%;
		left: 50%;
}
.cmxform fieldset {
		background: #ddd;
}
.cmxform fieldset legend {
	font-weight: bold;
}
.cmxform table {
	width: 450px;
}

.mainmenuContainer{
	height: 100%; 
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.menuContainer {
	overflow: hidden !important;
	background: #ddd !important;;
	padding: 0px 0px !important;
	width: 100%;
	height:43px;
}
.wrapper {
	float: right;
	bottom: 0px; 
	width: 80%; min-width:80%;
	height: 100%;
}
.menuContainer .menu {
	display: block !important;
	float: left !important;
	overflow: hidden !important;
	list-style: none !important;
	margin: 0px 0px 0px 15px!important;
	padding: 0px !important;
	position: absolute;
}
.menuContainer .menu li {
	float:left !important;
	margin: 0px !important;
	padding: 0px 3px !important;
	padding-top: 15px !important;
}
.menuContainer .menu li a {
	background: #ccc !important;
	display: block !important;
	padding: 5px 15px !important;
	color: #000 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	
	-moz-border-top-left-radius: 3px !important;
	-moz-border-top-right-radius: 3px !important;
	border-top-left-radius : 3px !important;
	border-top-right-radius : 3px !important;
}
.menuContainer .menu li a:hover {
	background: #aaa !important;
	color: #fff !important;
}
.menuContainer .menu li.active a {
	background: #fff !important;
	color: #000 !important;
	
	-moz-box-shadow: 1px -2px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px -2px 3px rgba(0,0,0,0.4);
	box-shadow: 1px -2px 3px rgba(0,0,0,0.4);
}
.menuContainer .menu li.disabled a,
.menuContainer .menu li.disabled a:hover {
	background: #ddd !important;
	color: #888 !important;
	cursor: default !important;
}
ul.admin li#tab3 {
	float:left !important;
	margin: 0px !important;
	padding: 0px 3px !important;
	padding-top: 15px !important;
	margin-left: 15px !important;
}
ul.author li#tab2{
	float:left !important;
	margin: 0px !important;
	padding: 0px 3px !important;
	padding-top: 15px !important;
	margin-left: 15px !important;
}


.ui-state-hover { border: 0px none #fff/*{borderColorHover}*/; background: #ddd/*{bgColorHover}*/}
.ui-state-focus { border: 0px none #fff/*{borderColorHover}*/; background: #ddd/*{bgColorHover}*/; color: #212121}

.loginDetails {
	float: right;
	border: 1px solid #aaa;
	background: #eee;
	padding: 5px;
	overflow: hidden;
	margin: 5px;
}

.contentContainer {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	display: inline-block;
	width:100%;
}

div.contentForTable {
	width: 100%; 
	overflow: auto;
	max-height:85%; 
}

table.sortable {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	height: 80%;
  	width:99.5%;
  	margin-left: 0.5%;
}
	
.sortable td {
	padding: 2px 3px;
}

.sortable td input{
	padding-right: 1px;
	padding-left: 1px;
}
.sortable th {
	padding: 2px 3px;
	background: #aaa;
	text-align: left;
}
th.sort-alpha {
	
	
	
}
th.clickable:hover {
	background: #888;
}
tr.clickable:hover
tr.clickable:hover td {
	
}


.content {
	padding: 20px 0px;
}

.contentEditor table,
.contentEditor {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}


.widget {
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	background-color: #FFF;
	
}
.widget  {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}
.widget .top {
	width: 670px;
	background-color: #FFF;
	}
.widget .left {
	overflow:hidden;
	float: left;
	width: 300px;
	background-color: #FFF;
}

.widget .right {
	overflow:hidden;
	float: left;
	width: 300px;
	background-color: #FFF;
}

.widget .center {
	float: left;
	width: 60px;
	text-align: center;
	background-color: #FFF;
}

div.rightmenu{
	float: right;
	overflow: hidden;
}

div.editMenuDiv {
	
}

ul.editMenu {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
ul.fortable{
	
}
ul.editMenu li {
	float: left;
	display: block;
	padding: 3px 0;
	padding-top: 7px;
	padding-right: 10px;
}
ul.editMenu li a {
	display: block;
	padding: 7px 10px;
	border-radius: 5px;
	text-decoration: none;
	color: #000000;
	line-height: 12px;
}
ul.editMenu li.inactive a {
	background: #bbb;
	color: #888888;
	cursor: default;
	display: none;
}
ul.editMenu li.activePreview a {
	
}
ul.editMenu li.inactivePreview a {
	display: none;
}
ul.editMenu li.inactivetable a {
	display: none;
}
ul.editMenu li.saveElement a {
	background: url(../css/icons/saveButton_bg.png) 50% 50% repeat-x;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	line-height: 12px;
}
ul.editMenu li.saveElement a:hover {
	background: #ff9900;
}
ul.editMenu li.addBColumnElement a {
	background: url(../css/icons/plus_col_before.png) no-repeat;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	line-height: 12px;
	text-indent: 15px;
}
ul.editMenu li.addBColumnElement a:hover {
	background: url(../css/icons/plus_col_before.png) no-repeat;
	background-color: #ff9900;
}
ul.editMenu li.addAColumnElement a {
	background: url(../css/icons/plus_col_after.png) no-repeat;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	line-height: 12px;
	text-indent: 15px;
}
ul.editMenu li.addAColumnElement a:hover {
	background: url(../css/icons/plus_col_after.png) no-repeat;
	background-color: #ff9900;
}
ul.editMenu li.addBRowElement a {
	background: url(../css/icons/plus_row_before.png) no-repeat;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	line-height: 12px;
	text-indent: 15px;
}
ul.editMenu li.addBRowElement a:hover {
	background: url(../css/icons/plus_row_before.png) no-repeat;
	background-color: #ff9900;
}
ul.editMenu li.addARowElement a {
	background: url(../css/icons/plus_row_after.png) no-repeat;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	line-height: 12px;
	text-indent: 15px;
}
ul.editMenu li.addARowElement a:hover {
	background: url(../css/icons/plus_row_after.png) no-repeat;
	background-color: #ff9900;
}
ul.editMenu li.cancelElement a {
	background: url(../css/icons/cancelButton_bg.png) 50% 50% repeat-x;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
ul.editMenu li.cancelElement a:hover {
	background: #8ed8ff;
}

.search {
	margin: 1px 10px 10px 10px;
	color: #fff;
	padding: 3px 10px;
	position: relative;
	background-color:#bbb;
	overflow:hidden;
	height: 30px;
	max-height: 60px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.searchLeft {
	float:left;
	padding: 7px 0px;
}
.searchRight {
	float:left;
}

.searchBox {
	padding: 5px 10px;
	margin: 1px 10px 10px 10px;
	background-color:#fafafa;
	
}
.buttonSearchExpand {
	background-image: url(icons/arrow_expand.gif); 
    background-color: #bbb;
    background-repeat: no-repeat;
    border: none;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    margin: 0px 0px 0px 0px; 
}
.buttonSearchColapse {
	background-image: url(icons/arrow_collapse.gif); 
    background-color: #bbb;
    background-repeat: no-repeat;
    border: none;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    margin: 0px 0px 0px 0px; 
}
.paragraphSearch {
	
}
.search p { 
	padding: 5px 0;
	margin: 0px 0px 0px 0px; 
}

div.spinner{
	position: fixed;
	width: 24px;
	height: 24px;
    top: 50%;
    left: 50%;
    text-align:center;
    z-index:1234;
    overflow: auto;
    background-image: url(icons/loading_icon.gif); 
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-radius:7px;
}
div.spinner p{
	padding-left: 30px;	
	font-family: Arial;
}

.filterButton, .clearButton {
	
}
.filterButton:disabled, .clearButton:disabled {
	
}

/*******************************************************************cursor settings**************************************************************************/
input[type="button"] {
	cursor: pointer;
}
input[type="button"]:disabled {
	cursor: auto;
}
th.clickable:hover {
	cursor: pointer;
}
tr.clickable:hover
tr.clickable:hover td {
	cursor: pointer;
}	
.sortable td:hover {
	cursor: pointer;
}

/*************************************versioning************************************/
div.versioning{
	border: none;
	padding-top: 30px;
}
div.top {
	padding: 0px;
}
div.navigation{
	padding: 0px;
	float: right;
}
div.searching {
	padding: 0px;
	float: left;
}
table.paginated{
	padding-top: 0px;
	width: 100%;
	height: 100%;
}
a.disabled {
	color: gray;
	cursor: pointer;
}
a.selected {
	color: black;
	font-weight: bold;
}
a.preview {
	background-image: url(icons/preview-icon.png); 
	background-size: 24px 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle; /* align the text vertically centered */
    line-height: 22px;
    float: left;
}

a.compare-section {
    background-image: url(icons/compare.png) !important;
}

input.copy {
	background-image: url(icons/copy.png); 
	background-size: 24px 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle; /* align the text vertically centered */
    line-height: 22px;
    float: left;
}
input.undo {
	background-image: url(icons/undo.png); 
	background-size: 24px 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle; /* align the text vertically centered */
    line-height: 22px;
    display: block;
}
div.actionsDiv {
	horizontal-align: center;
}

td.noresult {
	color: gray;
	background-color: #E8E8E8;
	font-style: italic;
	
}

div.title {
	padding: 5px;
	font-size:20px; font-weight: bold;
	margin-left: 0.5%;
  	margin-right: 0.5%;
}

div.searchBook {
	padding-top: 0px;
	padding-bottom: 30px; 
	width:99%;
	padding-right: 0.5%; 
	padding-left: 0.5%;
}

div.expButton{
	text-align: center;
}

.bookVersionsModal {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


#overlay-modal {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
    z-index: 1000;
}


.overlay-background {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}


#loading-modal {
    width:28px;
    height: 28px;
    background: #ffffff url("img/ajax-loader.gif") 50% 50% no-repeat;
    border: 1px solid #aaa;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

.restriction-column {
    float: left;
    width: 50%;
}

.restriction-column-sm {
    float: left;
    width: 25%;
}

.compare-section {
    float: left;
    width: 75%;

}

.restriction-row:after {
    content: "";
    display: table;
    clear: both;
}

.max-height {
    height: 100%;
}

#treeRestrictions {
    background: #fff!important;
}
.jstree-contextmenu-disabled a {
	cursor: auto;
}
.commentInput {
    margin-top: 11px;
    width: 97%;
}

div.ui-dialog-buttonset {
    position: relative;
	width: 100%;	
	margin-top: 10px;	
	margin-left: 590px;
}

.ui-dialog-buttonset button:not(:first-child) {
    margin-left: 5px;
}


#addNewHotKey {
	margin-top: 10px;
}
.hotKeyDuplicate {
	border: 1px solid red;
	margin: 2px;
}
.duplicateHotKeyDiv {
	margin-top:10px;
	padding-left:10px;
	font-style: italic;
	color: red;
}

#booksTable td #titleInput,  #booksTable td #isbnInput, #booksTable td #partnumberInput,  #booksTable td #haynesproIdInput{
	width:98%;
	border: 2px solid grey;
}


#makeassignsDiv {
	height: 100px;
	padding-top:60px
}

#unassignedUsersTable tbody { 
	display:block; 
	max-height:450px; 
	overflow-y:scroll; 	
}
#assignedUsersTable tbody {
	display:block; 
	max-height:450px; 
}
#unassignedUsersTable thead, #assignedUsersTable thead  {
	display:table; width:100%; table-layout:fixed;
}
#textUnassignedUsers {
	width: 160px;
}
#asignedUsersDiv.right {
	border:none !important;
}
#searchDivForUnassignedUsers {
	padding-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#unassignedUsersTable tbody td:first-child, #assignedUsersTable tbody td:first-child {
	width: 285px;
}

#currentBookDiv {
	border :2px solid #bbb;
	padding:5px;
	width:40%;
	border-radius: 5px;
}
#unassignedUsersDiv, #asignedUsersDiv {
	padding-bottom: 15px;
}

.hotKeyTextInput {
    width:99%;	
	margin-left:2px;	
   
}
.hotKeyInput {
	width:99%;	
	margin-left:2px;
}

.helpText {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border: 2px solid;
	border-color: red;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	color: red;
	
}
.storyGroup, .storyHaynesProType {
	font-weight: bold;
}
ul.storyList{
	 list-style-type: none;
}
.storyHaynesProType {
	color: red;
}
.manualsListDivTitle {
	font-weight: bold;
	padding-left: 10px;
}
.storyHaynesProLabel, .storyHaynesProId {
	font-weight: bold;
} 

#differences-container {
    max-height: 400px; /* Adjust height as needed */
    overflow-y: auto; /* Enable vertical scrolling */
    border: 1px solid #ccc; /* Optional: Add a border for better visibility */
    padding: 10px; /* Optional: Add padding */
}

.difference-entry {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
.oe_haynes_adapted_section {
	margin-bottom: 10px;
	padding: 5px;
}

.remove-text-button {
    margin-top: 5px;
    background-color: red;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.resize-handle {
    width: 15px;
    height: 15px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: se-resize; /* Southeast resize cursor */
    z-index: 100;
}

.dhtmlx_modal_box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for better visibility */
    background-color: #fff; /* Ensure background is white */
    border-radius: 5px; /* Rounded corners */
    border: 1px solid #ddd; /* Light border */
    overflow: hidden; /* Prevent overflow issues */
}
