/* Data Search --------------------------------------------------------------------------------*/
#templates {
  display: none;
}
a{
	cursor: pointer;
}
#data-search #content {
  background: #fff; /*url("//content.knovel.com/web/images/bg-secondary-right.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") repeat-y right top;*/
}

#data-search #toolbar {
  /*border-color: #c8c8c8;*/
}

#data-search #toolbar .right .badge {
  float: right;
  margin-top: 1px;
  margin-left: 5px;
}

#data-search #toolbar .left .badge {
  float: left;
  margin-top: 1px;
  margin-right: 5px;
}

#data-search #primary {
  width: 700px;
  position: relative;
  overflow: hidden;
  float: left;
}

#data-search #primary-content {
  margin: 0;
  background: #f1f1f1;
  padding: 0 0 0 0;
  position: relative;
  width: 700px;
}

#sidebar #data-search-sidebar-heading {
  margin: 0;
  background: white;
  padding: 10px 25px;
  display: none;
}

#data-search.hassidebar #sidebar {
  background: #FFF;
  float: left;
  border-left: 1px solid #d2d5d5;
  border-right: none;
  padding:0;
  width: 26.1%;
}

#data-search #sidebar #filter-form {
  position: relative;
  padding: 8.4px 15px;
  background: #f1f1f1 url('//content.knovel.com/web/images/th_bg.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') 0 0 repeat-x;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}

#material-dropdown-form, #book-content-id-dropdown-form {
  position: relative;
  overflow: hidden;
}

#material-dropdown-wrapper, #book-content-id-dropdown-wrapper {
	border: 1px solid #C1C1C1;
	float: left;
	margin: 0px 8px 0 8px;
	width: 338px;
	font-size: .85em;
	padding: 3px 5px;
	background: white;
}

#clear-property-filter,
#clear-material-name {
  display: none;
	position: absolute;
	top: 12px;
	left: 220px;
	z-index:0;
	height: 8px;
	width: 7px;
	font-size: 0;
	text-indent: -9999px;
	padding: 6px;
	background: transparent url('//content.knovel.com/web/images/clear_button_small.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') 0 0 no-repeat;		
}

#clear-material-name {
	top: 1px;
	left: 334px;	
}

	#clear-material-name:hover {
		background: transparent url('//content.knovel.com/web/images/clear_button.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') 0 -25px no-repeat;	
	}
	
	#clear-material-name:active {
		background: transparent url('//content.knovel.com/web/images/clear_button.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') 0 -50px no-repeat;	
	}
	
	#clear-property-filter:active,
	#clear-property-filter:hover,
	#clear-material-name:active,
	#clear-material-name:hover {
		background: transparent url('//content.knovel.com/web/images/clear_button_small.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') -20px 0 no-repeat;	
	}

#filter-properties {
  background: #fff;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  font-size: 1.00em;
  z-index: 500; /* below the ajax-result-list*/
  width: 196px;
}

#filter-properties-cover{
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 4px 10px 5px 10px;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  font-size: 1.15em;
  z-index: 500; /* below the ajax-result-list*/
  width: 210px;
}

#data-search #sidebar > ul {
  margin-bottom: 0;
}

/* Sidebar */
#available-properties {
  overflow: auto;
  overflow-x: hidden;
  float: right;
  width:220px;
  padding: 10px 20px 10px 20px;
}

#available-properties a {
	color: #353535;
	display: block;
}

  .query-property {
    padding: 5px 15px 5px 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent url("//content.knovel.com/web/images/toc-child-arrow-dark.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") 0 5px no-repeat;
    font-weight: normal;
  }

  #available-properties .query-property:hover,
	#available-properties .query-property:active {
    background: transparent url("//content.knovel.com/web/images/toc-child-arrow-dark.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") 0 5px no-repeat;
  }

  .expanded .query-property {
    background: transparent url("//content.knovel.com/web/images/toc-child-arrow-expanded-dark.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") 0 5px no-repeat;
  }

	#available-properties .expanded .query-property:hover,
	#available-properties .expanded .query-property:active {
		background: transparent url("//content.knovel.com/web/images/toc-child-arrow-expanded-dark.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") 0 5px no-repeat;
	}

  .draggable-property {
    padding: 5px 15px 5px 22px;
    border: 1px solid #d8d8d8;
    border-left-width: 4px;
    background: #f1f1f1 url("//content.knovel.com/web/images/draggable_icon.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") 4px 5px no-repeat;
  }

 	#available-properties .draggable-property:hover,#available-properties .draggable-property:focus {
		border-color: #aaa;
    background: #FFF url("//content.knovel.com/web/images/draggable_icon.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") 4px 5px no-repeat;
  }

 	.root-query-property {
    margin: 4px 25px;
  }

    .properties-group {
      display: none;
      margin-left: 14px;
    }

    .properties-group li {
      margin: 2px 0;
    }

  #available-properties .no-match {
    display: none;
  }

/* Properties */
#query-properties {
  display: block;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  height: 100%;
  background: #FFF;
  height: 500px;
  padding: 20px 25px 20px 25px;
  border-bottom: 1px solid #c1c1c1;
}

#query-properties.scrolling {
  padding-right: 10px;
}

#query-properties.active {
  background: #f8f8f8 url('//content.knovel.com/web/images/drop_zone_bg.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') 0 0 repeat;
}

#query-properties #data-search-zero-state {
  position: absolute;
  text-align: center;
  color: #656565;
  width: 681px;
  top: 230px;
}

#query-properties.active #data-search-zero-state {
  display: none;
}

#data-search-zero-state span {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 28px;
  background: transparent url('//content.knovel.com/web/images/drag-drop-icon.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') center top no-repeat;
}

#material-name, #book-content-id {
  display: block;
  background: white;
  overflow: hidden;
  height: 22px;
  padding: 11px 20px;
  margin: 0;
  font-size: 1.0em;
  color: #444;
  background: #f1f1f1 url('//content.knovel.com/web/images/th_bg.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') 0 0 repeat-x;
  border-bottom: 1px solid #e1e1e1;
}

input#material-name-ajax, input#book-content-id-ajax {
  float: left;
  width: 322px;
  font-size: 1.15em;
  background: white;
}

input#book-content-id-ajax, #book-content-id-dropdown-wrapper{
	width: 100px !important;
}


#book-content-submit {
	float: left;
  padding: 3px 10px;
  background: #e4e4e4 url("//content.knovel.com/web/images/buttons/lookahead-button.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") repeat-x;
  font-size: 16px;
  color: #000000;
  border: 1px solid #5C5C5D !important;
  border-top: none !important;
  font-weight: bold;
}



input#material-name-ajax:focus, input#book-content-id-ajax:focus,
input#filter-properties:focus {
  color: #444;
  font-size: 1em;
}

#book-content-submit{
	background-color: auto !important;
	border: auto !important;
}

#material-name p, #book-content-id p  {
  margin-top: 0;
}

#material-name span, #book-content-id span {
  float: left;
	margin-top: 3px;
	line-height: 1.2;
	font-weight: bold;
}

#material-name select, #book-content-id select {
  float: left;
  margin: 1px 8px 0 8px;
}

#dragging-notify {
  display: none;
  z-index: 900;
  width: auto;
  position: absolute;
  background: #252525;
  background: rgba(25,25,25,0.9);
  color: white;
  text-align: center;
  padding: 15px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#dragging-notify span {
  display: block;
  padding-left: 32px;
  font-size: 1.4em;
  background: transparent url('//content.knovel.com/web/images/drag-drop-icon_white.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') left top no-repeat;
}

#material-name.active, #book-content-id.active {
  margin-bottom: 20px;
}

.property-logic {
  text-align: center;
  width: 679px;
  margin: 0;
}

.property-logic label {
  margin-right: 10px;
}

.added-query-property {
  margin: 10px 0;
  background: #FFF;
  position: relative;
  height: 41px;
  overflow: hidden;
  width: 682px;
  border: 1px solid #e1e1e1;
  padding: 0px;
}

.property-name {
  width: 190px;
  height: 16px;
  font-weight: bold;
  float: left;
  display: none;
  padding: 14px 15px 14px 15px;
  background: #f5f5f5 url('//content.knovel.com/web/images/material_name_bg.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') right center no-repeat;
}

.controls {
  width: 446px;
  padding: 9px 8px;
  float: right;
}

.remove-property {
  display: none;
  position: absolute;
  top: 9px;
  padding: 5px 8px 6px 8px;
	border: 1px solid #e8e8e8;
  right: 10px;
  text-align: center;
  font-size: .85em;
  line-height: 1;
  font-weight: bold;
  background: #f1f1f1;
  color: #808080; 
}

.added-query-property a:focus{
	outline-color :#E59700;
	outline-offset :-2px;
	outline-style :auto;
	outline-width :5px;
}


.added-query-property .remove-property:hover,
.added-query-property.red .remove-property:hover,
.added-query-property .remove-property:focus,
.added-query-property.red .remove-property:focus  {
  background: #ac5858;
	border: 1px solid #974646;
  color: white;
}


.added-query-property.red .remove-property {
background: #fbeeee;
color: #541717;
}

.added-query-property img.loading {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 329px;
}

.added-query-property.green {
  border-left-color: #889f58;
  background: #f5f5f5;
}

.added-query-property.red {
  border-color: #c89999;
}

.added-query-property.red .property-name {
  border-color: #c89999;
  background: #fbeeee url('//content.knovel.com/web/images/material_name_bg_red.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') right center no-repeat;
  
}

.added-query-property.yellow .property-name {
  border-color: #e5deaf;
  background: #f7f7e7 url('//content.knovel.com/web/images/material_name_bg_yellow.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') right center no-repeat;
}

.added-query-property.yellow {
  border-color: #e5deaf;
}

.added-query-property .value {
  background: #f5f5f5;
  padding: 2px 5px 3px 5px;
  height: 14px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  color: #333;
}

.added-query-property .value:focus {
  border: 1px solid #9b9b9b;
  background: #f1f1f1;
}

.added-query-property .value.yellow {
  border: 1px solid #bcb652;
  background: #f5f3da;
}

.added-query-property select {
  width: auto;
  height: 22px;
}

.added-query-property .units {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
	width: 100px;
}

.added-query-property .units:before {
  content: ''; /* IE9 ellipsis fix */
}

.added-query-property .value.error,
.added-query-property .value.error:focus {
  border: 1px solid #ac5a5a;
  background: #fbeeee;
  color: #521818;
}

.added-query-property .bounds {
  display: none;
}

.added-query-property .between .value {
  width: 60px;
}

.added-query-property .exists .value {
  display: none;
}

.added-query-property .exists, 
.added-query-property .lte, 
.added-query-property .gte, 
.added-query-property .between,
.added-query-property .units {
  display: none;
}

#query-string {
  background: #e1e1e1 url('//content.knovel.com/web/images/query-string-background.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') 0 0 repeat-x;
  color: #454545;
  border-top: 1px solid #c1c1c1;
  padding: 14px 25px 14px 25px;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: .9em;
  width: 687px;
	line-height: 1.4;
}

#query-string .default-query-string {
  text-align: center;
}

#query-string .label {
  display: block;
  font-weight: bold;
  text-align: right;
  font-size:12px;
  margin-bottom: 3px;
}

#query-string .results-query-string {
  display: none;
  font-weight: bold;
  padding-right: 135px;
}

#query-string .result-count,
#query-string .loading {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #00000;
}

#query-string .result-count a{
	border-left:1px solid #5D5D5E;
	border-right:1px solid #5D5D5E;
	border-bottom:1px solid #5D5D5E;	
	color: #000000;
}

.result-count a {
	float: right;
  padding: 3px 10px;
  background: #e4e4e4 url("//content.knovel.com/web/images/buttons/lookahead-button.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") repeat-x;
  font-size: 16px;
  color: #000000;
  border-left: 1px;
  border-right: 1px;
  border-color: #5c5c5d;
}

.result-count a:hover {
  background: #e4e4e4 url("//content.knovel.com/web/images/buttons/lookahead-button.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") repeat-x;
  color: #000000;
}

.beingDragged {
  padding: 6px 0 6px 22px;
  list-style: none;
  width: 167px;
  font-size: 1.2em;
  color: #333;
  background: #FFF url("//content.knovel.com/web/images/draggable_icon.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001") 4px 5px no-repeat;
  cursor: move;
  position : relative;
  float: none;
  top: 0;
  left: 0;
  border: 1px solid #c1c1c1;
  border-left-width: 4px;
  z-index: 910;
}

.beingDragged:hover,
.beingDragged:active {
  color: #353535;
}

/* Materials DropDown -------------------------------------------*/

#material-result-list, #book-content-id-result-list  {
  position: absolute;
  width: 300px;
  background: white;
  overflow: hidden;
  z-index: 900;
  font-size: 1.2em;
  border: 1px solid #c1c1c1;
  border-top: none;
  display: none;
	/*-webkit-box-shadow: 0 4px 4px #555;
  -moz-box-shadow: 0 4px 4px #555;
  box-shadow: 0 4px 4px #555;*/
}

#material-result-list li {
}

#material-result-list a, #book-content-id-result-list a {
  display: block;
  padding: 5px 5px;
  border-bottom: 1px solid #f1f1f1;
  cursor:pointer;
}

#material-result-list a:hover, #book-content-id-result-list a:hover,
#material-result-list .hover, #book-content-id-result-list .hover {
  background: #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}


/* Sharing Status */
#sharing-status {
  background: #2f2f2f;
  color: #FFF;
  font-size: 1.5em;
  padding: 12px 26px;
  text-align: center;

  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	font-weight: bold;
	display:none;
	width: 70px;
	overflow: hidden;
	z-index: 10010;
}

.status-icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 10px auto;
}

.sharing-status .status-icon {
	background: transparent url('//content.knovel.com/web/images/large_ajax_loading.gif?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') 0 0 no-repeat;
}

.error-status .status-icon{
	background: transparent url('//content.knovel.com/web/images/knovel_viewer_master_sprite.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') -32px -45px no-repeat;
}

.success-status .status-icon {
	background: transparent url('//content.knovel.com/web/images/knovel_viewer_master_sprite.png?v=origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001') 0 -45px no-repeat;
}

.text-status {
  display: block;
}

.sharing-status .error,
.sharing-status .success {
  display: none;
}

.error-status .sharing,
.error-status .success {
  display: none;
}

.error-status .error {
  display: block;
}

.success-status .error,
.success-status .sharing {
  display: none;
}

.success-status .success {
  display: block;
}

/*.property-logic input[type="radio"]:focus
 {
 	outline: #E59700 solid 1px;
 }*/
 
.error-query-string {
	font-weight: bold;
	text-align: center;
	font-size:12px;
	color: red;
}

#book-content-submit{
	cursor: pointer;
}
/*  BUILD_VERSION: origin_master.24-01-17.3583.14454.42d7f16.TSTMP:1485537001  Time: 24-01-2017 15:25:12 UTC  */ 
