/* Side notes for calling out things
-------------------------------------------------- */
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	margin-bottom: 10px;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 44px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
	border-right: solid 1px lightgray;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 44px;    
}
.right-inner-addon i {
    position: absolute;
	top: 0px;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
	border-left: solid 1px lightgray;
}
.panel-title {
	font-weight: bold;
}
.panel .row {
	clear: both;
}
.panel-heading>i {
	padding: 12px;
	width: 38px;
	text-align: center;
	height: 100%;
}
.panel-body.closed {
	display: none;
}
.control-label {
	font-weight: normal;
	font-style: italic;
}
.hidden-radio input[type=radio] {
	display: none;
}
.hidden-radio img {
	width: 100%;
	max-width: 150px;
}
.hidden-radio>p {
	padding: 0;
	margin: 0;
}
.btn {
	position: relative;
	min-width: 38px;
	min-height: 34px;
}
.bootstrap-dialog-footer-buttons {
	float: right;
}
.bootstrap-dialog-footer-buttons .btn {
	float: left;
}
.bootstrap-dialog.dialog-alert .modal-content {
	background: none;
	box-shadow: none;
	border: none;
}
.bootstrap-dialog.dialog-alert .modal-header {
	display: none;
}
.bootstrap-dialog.dialog-alert .modal-body {
	padding: 0;
}
.bootstrap-dialog.dialog-alert .modal-footer {
	display: none;
}
.bootstrap-dialog.only-dialog-body .modal-header, .bootstrap-dialog.only-dialog-body .modal-footer {
	display: none;
}
.nav-tabs>li>a {
	border-color: #eee #eee #ddd;
	background-color: #F8F8F8;
}
.nav-tabs>.col-sm-4, .nav-tabs>.col-xs-12, .nav-tabs>.col-md-2, .nav-tabs>.ccol-lg-2 {
	padding: 0;
}
.tab-content {
	border: solid 1px lightgray;
	padding: 20px 0px 0px 0px;
	border-top: none;
	margin-bottom: 20px;
}
small.notification {
	display: none;
}
.has-warning .warning-notification {
	display: inline-block;
	color: #8a6d3b;
}
.has-error .error-notification {
	display: inline-block;
	color: #a94442;
}
.modal-backdrop {

}
.modal {
	overflow-y: auto;

}
.modal-header {
	background-image: url(/includes/images/icons/xmcIcons/dark/xmc.logo.xmccms.opac.png);
	background-position: center center;
	background-size: 150px;
	background-repeat: no-repeat;
}
.modal-footer {
	margin-top: 0;
}
@media (min-width: 768px) {
	.modal-xl .modal-dialog {
		width: 700px;
		margin: 30px auto;
	}
}
@media (min-width: 992px) {
	.modal-xl .modal-dialog {
		width: 960px;
		margin: 30px auto;
	}
}
.bootstrap-dialog-body {
	overflow: hidden;
}
.bootstrap-datetimepicker-widget {
	z-index: 99999 !important;
}
.xmccms-topImageEntry .file-input-name {
	margin-left: 0px;
	width: 150px;
	overflow: hidden;
	display: block;
}
.progress {
	position: relative;
	height: 34px;
}
.progress>.progress-bar {
	line-height: 34px;
}
.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #333;
}
ul.dropdown-menu ul.dropdown-menu {
	left: 100%;
	top: -8px;
}
@media only screen and (min-width:992px) and (min-height:30em) {
	p.xmccms-twoCols  {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1.5em;
		-moz-column-gap: 1.5em;
		column-gap: 1.5em;
		margin-bottom: 2em;
	}
	p.xmccms-threeCols  {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.5em;
		-moz-column-gap: 1.5em;
		column-gap: 1.5em;
		margin-bottom: 2em;
	}
	p.xmccms-fourCols  {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 1.5em;
		-moz-column-gap: 1.5em;
		column-gap: 1.5em;
		margin-bottom: 2em;
	}
}
.tooltip-inner {
	text-align: left;
}
.xmccms-newsDetailsImage {
	margin: 10px;
	width: 100%;
}
.xmccms-newsDetailsHeaderImage {
	margin: 0px 0px 15px 0px;
}