﻿.spacingTopSmall
{
	margin-top:10px;
}

.spacingTop
{
	margin-top:20px;
}

.doubleSpacingTop
{
	margin-top:40px;
}

.spacingBottom
{
	margin-bottom:20px;
}

.spacingBottomSmall
{
	margin-bottom:3px;
}

.spacingBottomDoubleSmall
{
	margin-bottom:6px;
}

.spacingLeft
{
	margin-left:20px;
}

.spacingLeftSmall
{
	margin-left:3px;
}

.spacingRight
{
	margin-right:10px;
}

.boldText
{
	font-weight:bolder;
}

mark 
{
    background-color: #FFEE80;
    color: inherit;
} 

.highlightedLabel
{
	font-weight:bolder;
	color:#575757;
}

.highlightedLabelMobile
{
	font-weight:bolder;
	color:#575757;
}

.standardPaddingLabel
{
	padding-left:3px;
}

.standardPaddingCover
{
	padding-right:10px;
}

.LinkWithImgAndText
{
	padding-left: 5px;
	white-space: nowrap;
}

.LinkWithImgAndText span
{
	white-space: normal;
}

.LinkWithImgAndText img
{
	vertical-align: text-bottom;
	height: 16px;
	width: 16px;
	padding-right: 3px;
}
.coverContainter
{
	float: left;
}

.coverTiny
{
	height:40px;
	width:32px;
	border:1px solid #b4b4b4;
}

.coverSmall
{
	height:50px;
	width:40px;
	border:1px solid #b4b4b4;
}
  
.coverBig
{
	height:100px;
	width:80px;
	border:1px solid #b4b4b4;
}
	
.coverGradient{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
	/* fallback (Opera) */
	background: #ECEDEF;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #FFFFFF, #ECEDEF);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear,
				left top, left bottom, from(#FFFFFF), to(#ECEDEF));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(
				StartColorStr='#FFFFFF', EndColorStr='#ECEDEF', GradientType=0);
  }
  
	
.RepeaterSplitterBetweenItems
{
	border-bottom: 1px solid LightGray;
	height: 0;
}
	
.RepeaterSplitterBetweenItemsMobile
{
	border-bottom: 2px solid LightGray;
	height: 0;
	margin: 2px 0;
}
	
.RepeaterSplitterBottom
{
	border-bottom: 1px solid LightGray;
	height: 5px;
}
	
.TableViewInnerBorderTop
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	border-bottom-width:0;
	border-top-width:1px;
	border-left-width:0;
	border-right-width:0;
	border-style:solid;
	border-color:#CCCCCC;
}

.TableViewNoInnerBorder
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	border-bottom-width:0;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
	border-style:solid;
	border-color:#CCCCCC;
}
	
.TableViewInnerBorderTopTextAlignRight
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	border-bottom-width:0;
	border-top-width:1px;
	border-left-width:0;
	border-right-width:0;
	border-style:solid;
	border-color:#CCCCCC;
}
	
.TableViewNoInnerBorderTextAlignRight
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	border-bottom-width:0;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
	border-style:solid;
	border-color:#CCCCCC;
}
	
.TextSmall
{
	font-size: small;
}
.TextTiny
{
	font-size: smaller;
}
	
.ShortenedText
{
	white-space: nowrap;
	width: auto;      
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url( 'bindings.xml#ellipsis' );
}
	
.input[type="text"] 
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
	
.ImageMobileSmall
{
	height: 40px;
	width: 40px;
}
	
.ImageMobileNormal
{
	height: 64px;
	width: 64px;
}

.dnnLabelForOCLCSettings .dnnLabel
{
	box-sizing: border-box;
	margin-right: 0;
	text-align: right;
	width: 100%;
}
.SettingsGroupStart td {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.SettingsStandardTextarea {
	width: 350px;
	height: 150px;
	word-wrap: normal;
	white-space: pre;
}
.openmousemenucontainer{ position: relative;padding-top: 20px;min-height: 22px;}
.openmousemenucontainer:hover{z-index: 10;}
.openmousemenu{position: absolute}
.openmousemenu a{text-decoration:none;}
.openmousemenu a:hover{background-color:gray;}
.openmousemenu ul{list-style:none;margin:0;padding:0;}
.openmousemenu a {padding:1px 5px;  border:1px solid black;border-collapse:collapse;background-color:lightgray;margin:0;}
.openmousesubmenu a{position:relative;width:100px;clear:both;}
.openmousetopmenu a{float:left;width:100px;text-align:center;}
.openmousetopmenuWithMarginLeft{margin-left: 20px}
.openmousetopmenu {float: left;}
.openmousetopmenu ul{display:none;}
.openmousetopmenu:hover ul{display:block;z-index:500}

.CheckBoxDropDownEdit {
	border: 1px solid #b4b4b4;
	padding: 2px;
	min-height: 16px;
	float: left;
	width: 175px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 100%
}
	
div.CheckBoxDropDownHeightFix {
	line-height: 16px !important
}
button.CheckBoxDropDownHeightFix {
	height: 16px;
}
button.CheckBoxDropDownHeightFix > img {
	top: 1.5px;
}
.CheckBoxDropDownButton {
	width: 6px;
	margin-left: 1px;
	float: left;
	box-sizing: content-box;
	position: relative;
	
}
.CheckBoxDropDownButton > img {
	position: absolute;
	left: 4px;
	
}
.CheckBoxDropDownCheckBoxList {
	max-height: 200px;
	width: 203px;
	display: none;
	overflow: auto;
	margin-top: 1px;
	margin-bottom: 5px;
	border: 1px solid #b4b4b4;
	background-color: white;
	z-index: 10000;
	position: absolute;
}
.CheckBoxDropDownCheckBoxList > table{
white-space: nowrap;
}
.openPopupHideClose .ui-dialog-titlebar-close{display: none !important} 

.oclc-module-main {
	word-wrap: break-word;
}
.oclc-module-main div
{
	overflow: hidden;
}

.oclc-module-view-normal-active .oclc-module-view-small
{
	display: none !important;
}
.oclc-module-view-small-active .oclc-module-view-normal
{
	display: none !important;
}
.oclc-module-view-normal-active .oclc-module-view-small-active .oclc-module-view-small.oclc-module-label {
	display: inline !important;
}
.oclc-module-view-normal-active .oclc-module-view-small-active .coverRegion,.oclc-module-view-normal-active .oclc-module-view-small-active .checkboxRegion {
	margin: 0 !important;
	text-align: left !important;
}

.oclc-cf::after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

span.oclc-textbox {
	overflow: hidden;
	display: block;
}

.oclc-textbox input[type="text"],.oclc-textbox input[type="password"],.oclc-textbox textarea,.oclc-textbox select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.oclc-textbox [readonly="readonly"] {
	background-color: lightgray;
}

.oclc-module-view-normal-active .oclc-radiobuttonlist label{
	margin-right: 10px;
}

.oclc-module-view-normal-active .oclc-radiobuttonlist br {
	display: none;
}

.oclc-module-popup {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 100000;
}
.oclc-module-popup > div {
	margin: 10px;
	overflow: auto;
	max-height: calc(100% - 42px);
}

.oclc-module-popup > div > div {
	background-color: white;
	margin: auto;
	max-width: 1000px;
	border: 1px solid black;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}

.oclc-module-popup-header {
	display: block;
	border: 1px solid gray;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	color: black;
	background-color: lightgray;
	font-weight: bold;
}

.oclc-module-popup-content {
	margin: 5px;
}

.oclc-module-popup-footer {
	border-top: 1px solid gray;
	margin-top: 5px;
	padding-top: 5px;
}

.oclc-module-popup-footer > div {
	float: right;
}

.oclc-module-table {
	border: none;
	margin: 5px 0;
}
.oclc-module-table tr.oclc-module-table-nodata {
	display: table-row !important;
}

.oclc-module-table .oclc-module-table-nodata td {
	border: none;
	padding: 0;
}
.oclc-module-table th:first-child {
	border-left-width: 0;
}
.oclc-module-table th {
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 1px;
	border-right-width: 0;
	border-style: solid;
	border-color: #CCCCCC;
	text-align: center;
	padding: 0 10px;
}
.oclc-module-table td:first-child {
	border-left-width: 0;
}
.oclc-module-table td {
	border-bottom-width: 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 0 10px;
	vertical-align: middle;
}
.oclc-module-view-small-active .oclc-module-table tr,.oclc-module-view-small-active .oclc-module-table td {
	display: block;
	overflow: hidden;
}
.oclc-module-view-small-active .oclc-module-table tr {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.oclc-module-view-small-active .oclc-module-table tr:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.oclc-module-view-small-active .oclc-module-table tr:first-child {
	display: none;
}
.oclc-module-view-small-active .oclc-module-table td {
	border: none;
	padding: 0;
}
.oclc-module-view-small-active .oclc-module-table th {
	display: none;
}

.oclc-module-labellayout {
	display: table;
	border-collapse: collapse;
	border: none;
	width: 100%
}

.oclc-module-labellayout > div {
	display: table-row;
}

.oclc-module-labellayout > div > * {
	display: table-cell;
	padding-bottom: 5px;
	padding-top: 5px;
}

.oclc-module-labellayout > div > *:first-child {
	width: 1px;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
}

.oclc-module-view-small-active .oclc-module-labellayout {
	display: block;
	width: 100%;
}

.oclc-module-view-small-active .oclc-module-labellayout > div {
	display: block;
}

.oclc-module-view-small-active .oclc-module-labellayout > div > * {
	display: block;
}

.oclc-module-view-small-active .oclc-module-labellayout > div > *:first-child {
	width: auto;
	white-space: normal;
	padding-right: 0;
	padding-bottom: 0;
}
.oclc-module-view-small-active .oclc-module-labellayout > div > *:last-child {
	padding-right: 0;
	padding-top: 0;
}

.oclc-module-label {
	font-weight: bold;
}
.oclc-module-header {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	font-size: larger;
}
.oclc-module-labelerror {
	color: red;
	font-weight: bold;
}
.oclc-module-button {
	margin-top: 10px;
	margin-bottom: 10px;
}
.DNNModuleContent > .dnnFormMessage {
	margin-left: 10px;
	margin-right: 10px;
}

.starRating:not(old) {
	display: inline-block;
	width: 160px;
	height: 32px;
	overflow: hidden;
	vertical-align: bottom;
}
.starRating:not(old) > input {
	margin-right: -100%;
	opacity: 0;
}
.starRating:not(old) > label {
	display: block;
	float: right;
	position: relative;
	background-size: contain;
}
.starRating:not(old) > label:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.2s linear;
}
.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before {
	opacity: 1;
}

.starAverage {
	width: 80px;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.starAverage > * {
	width: 80px;
	height: 16px;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
}
.starAverage + span {
	margin-left: 3px;
	vertical-align: middle;
	display: inline-block;
}
.starAverage > :first-child {
	top: 0;
	left: 0;
	z-index: 1;
	background-repeat: repeat-x;
	background-size: auto 16px;
}
.starAverage > :nth-child(2) {
	top: 0;
	left: 0;
	z-index: 2;
	background-size: auto 16px;
	background-repeat: repeat-x;
}
.starHidden {
	width: 0;
	height: 0;
	display: inline-block;
	overflow: hidden;
	opacity: 0;
}
.starDetail + span {
	float: right;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle;
	display: inline-block;
}
.ratingProgressBar {
	width: 80px;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-left: 3px;
}
.ratingProgressBar > * {
	width: 80px;
	height: 16px;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
}
.ratingProgressBar > :first-child {
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #f6f6f6;
	background: linear-gradient(to bottom,#eee,#f6f6f6);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.4),inset 0 0 0 1px rgba(0,0,0,.1);
}
.ratingProgressBar > :nth-child(2) {
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #ffbd00;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.05);
	background: linear-gradient(to bottom,#ffbd00,#ff8e00);
}
/* DNN9.2 EditMode*/
center.PaneDescription {
	background-color: white !important;
	color: black !important;
	margin: 0 !important;
	padding: 0 !important;
	outline: 1px dashed #d7d7d7;
}
td.EditBarEmptyPane {
	display: table-cell !important;
}
.EditBarEmptyPane {
	width:initial;
}
/* DNN9.2 EditMode*/