/* keep footer down code starts */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}





.museNoDisplay {
	display:none !important;
}
.museComponent #museInnerContainer {
   min-height:100%;
   position:relative;
}
.museComponent #museAppHeader {}
.museComponent #museAppBody {
   padding-bottom:50px;   /* Height of the footer */
}
.museComponent #museAppFooter {
   position:absolute;
   bottom:0;
   width:100%;
   padding: 0px 15px;
   height:50px;   /* Height of the footer */
   /* background: transparent;
   border-top: none; */
   
}
/* keep footer down code ends */

.museComponent #museAppFooter .text-muted {
	margin: 15px 0px;
}
.museComponent #museAppFooter a {
	/*follow style from navbar*/
    color: #777;
    text-decoration: none;
}
.museComponent #museAppFooter span.pull-right {
	margin-left:15px;
}
.museComponent #museAppFooter a:hover {
	/*follow style from navbar*/
    color: #333;
    text-decoration: none;
}

.museComponent .col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.museComponent .page {
    bottom: 0px;
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
}

/* change nav-bar breaking point*/
@media screen and (max-width: 767px) {
    .museComponent .navbar-header {
        float: none;
    }
    .museComponent .navbar-left,
    .museComponent .navbar-right {
        float: none !important;
    }
    .museComponent .navbar-toggle {
        display: block;
    }
    .museComponent .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .museComponent .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .museComponent .navbar-collapse.collapse {
        display: none!important;
    }
    .museComponent .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .museComponent .navbar-nav>li {
        float: none;
    }
    .museComponent .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .museComponent .collapse.in{
        display:block !important;
    }
    .museComponent .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }

    .museEmailModal .modal-dialog{
       width: 90% !important;
       left: 0% !important;
    }

}

/*
@media screen and (min-width: 481px) and (max-width: 1000px) {
   .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }
}
*/
.museComponent .navbar-toggle {
	margin-right: 15px
}
.museComponent .navbar {
    border-radius: 0px;
}
.museComponent .navbar-default {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.museComponent .textClass{
	font-size:10px;
}
.museComponent div.record-area{
	/*word-break: break-all;*/
  	word-wrap: break-word;
  	/*text-align: justify;*/
}
.museComponent td.recordListEntry{
	word-break: break-all;
}
.museComponent div.recordFooter {
	clear:both;
	text-align: start;
}
.museComponent div.recordFooter div {
	display: inline-block;
}
@media screen and (min-width: 300px) {
    .museComponent .modal-dialog{
	  position:absolute;
	  top: 50%;
	  left: 15% ! important;
	  transform: translate(0, -50%) !important;
	  -ms-transform: translate(0, -50%) !important;
	  -webkit-transform: translate(0, -50%) !important;
	  margin:auto 5%;
	  width:60% ! important;
	  display: inherit !important
    }

    .museProgressModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }
	.museProgressModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

	.museSearchHistoryModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museSearchHistoryModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

	.museSearchLimitsModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museSearchLimitsModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

    .museSearchSourcesModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museSearchSourcesModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

    .museBandedRetrievalModal .modal-dialog{
       width: 66% !important;
       left: 12% !important;
    }

	.museBandedRetrievalModal .modal-body{
       height: calc(40vh);
       max-height: calc(40vh);
       overflow-y: auto;
	}

	.museSearchOptionsModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museSearchOptionsModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

	.museContactModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museContactModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

	.museHelpModal .modal-dialog{
       width: 80% !important;
       left: 5% !important;
    }

	.museHelpModal .modal-body{
       height: calc(60vh);
       max-height: calc(60vh);
       overflow-y: auto;
	}

	.museMARCModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museMARCModal .modal-body{
       height: calc(33vh);
       max-height: calc(33vh);
       overflow-y: auto;
	}

	.museSourceInfo .modal-body{
       max-height: calc(53vh);
       overflow-y: auto;
	}

 	.museSearchTopicTreeModal .modal-dialog{
	    width: 70% !important;
	    left: 10% !important;
    }

	.museSearchTopicTreeModal .modal-body{
       height: calc(60vh);
       max-height: calc(60vh);
       overflow-y: auto;
	}

}
@media screen and (min-width: 300px) and (max-width: 768px) {
 	.museSearchTopicTreeModal .modal-dialog{
	    width: 90% !important;
	    left: 0% !important;
    }

	.museSearchTopicTreeModal .modal-body{
       height: calc(60vh);
       max-height: calc(60vh);
       overflow-y: auto;
	}

	.museMARCModal .modal-dialog{
       width: 80% !important;
       left: 5% !important;
    }
	.museMARCModal .modal-body{
       height: calc(33vh);
       max-height: calc(33vh);
       overflow-y: auto;
	}
    .museSourceAccessDetails .modal-dialog{
	  left:5% ! important;
	  width:80% ! important;
    }
	.museSourceAccessDetails .modal-body{
       height: calc(53vh);
       max-height: calc(53vh);
       overflow-y: auto;
	}

    .museSourceInfo .modal-dialog{
	  	width:80% ! important;
		left:5% ! important;
    }
	.museSourceInfo .modal-body{
       height: calc(53vh);
       max-height: calc(53vh);
       overflow-y: auto;
	}

    .museBandedRetrievalModal .modal-dialog{
       width: 90% !important;
       left: 0% !important;
    }

	.museBandedRetrievalModal .modal-body{
       height: calc(60vh);
       max-height: calc(60vh);
       overflow-y: auto;
	}


}
.museComponent .loginForm{
	margin-top: 5vh;
}
.museComponent .loginContainer img{
	margin-top: 15vh;
	max-width: 100%;
}
.museComponent .loginContainer h4{
	font-size: 16px;
}
@media screen and (max-width: 750px) {
  .museComponent .maxPerPageClass{
    /*float : left !important;*/
  }

  .museComponent .myAccountLoginForm {
    margin-top: 17px !important;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 400px) {
   	.museComponent .loginForm{
		margin-top: 10vh;
  	}

  	.museComponent .table {
    	width : 100% !important;
  	}

}

.museComponent hr {
  border-color: #EEEEEE ;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
.museComponent .link{
	/*color: black;*/
	text-decoration: underline;
}
.museComponent .navbar li,
.museComponent #breadCrumbQueryID a,
.museComponent .link,
.museComponent .carouselImg,
.museComponent .progressItemMessage,
.museComponent .pagination {
	cursor: pointer;
}
.museComponent input.filterSources {
	display: inline;
    width: 25%;
}
.museComponent #collapseSources .panel-body a.sourceSelected {
	font-weight: bold;
}

.museComponent .btn-middle {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.museComponent .textClass{
	font-size: .8em;
}
.museComponent .carousel-indicators {
	display:none;
}

.museComponent .carousel-indicators li {
	visibility: hidden;
}

.museComponent .carouselImg{
  height: 150px !important;
  max-width: 100% !important;
  margin: 0px auto !important;
}

.museComponent .modal-dialog{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin:auto 5%;
  width:90%;
  display: inherit !important
}

@media screen and (max-width: 640px) {
	.museComponent div.carousel {
		width: 100%;
	}
	.museComponent .carousel-inner div.item {
		height: 130px;
		width: 100%;
	}
	.museComponent .userNotification {
		width: 80%;
	}
}
@media screen and (min-width: 641px) and (max-width: 768px) {
	.museComponent div.carousel {
		width: 100%;
	}
	.museComponent .carousel-inner div.item {
		height: 130px;
		width: 100%;
	}
	.museComponent .userNotification {
		width: 70%;
	}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
	.museComponent div.carousel {
		width: 100%;
	}
	.museComponent .carousel-inner div.item {
		height: 130px;
		width: 100%;
	}
	.museComponent .userNotification {
		width: 60%;
	}
}
@media screen and (min-width: 992px) {
	.museComponent .carousel-inner div.item {
		height: 130px;
		width: 130px;
	}
	.museComponent .userNotification {
		width: 40%;
	}

	.museComponent .selectRecordNotification{
		right: 90px !important;
		left: unset !important;
		bottom: 40px !important;
	}
}
@media print {
	.museComponent .carousel-inner div.item {
		height: 130px;
		width: 130px;
	}
}


@media screen and (max-width: 992px) {
	.museComponent .accountNameClass {
	    padding: 6px 0px 0px 15px !important;
	    font-size: 17px;
    }
}

.museComponent .filterClass {
  max-width: 200px;
}


.museImageModal .modal-dialog {
  left:0 !important;
  position:absolute;
  top: 50%;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin:auto 5%;
  width:90% !important;
  height:86%;
  display: inherit !important
}
.museImageModal .modal-content {
  min-height:100%;
  /*position:absolute;*/
  top:0;
  bottom:0;
  left:0;
  right:0;
}
.museImageModal .modal-body {
  /*position:absolute;*/
  top:0;;
  left:0;
  right:0;
  overflow-y:auto;
}
.museImageModal .modal-footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
.museComponent .moreButton{
  /*color: black;*/
  text-decoration: underline;
  cursor: pointer;
}
.museComponent .lessButton{
  /*color: black;*/
  text-decoration: underline;
  cursor: pointer;
}

.museComponent .progressBarClass{
	cursor : pointer;
	white-space: nowrap;
	padding: 0px;
}
.museComponent .progress {
	margin-bottom: 0px;
}
.museComponent .wrapper{
    display: inline-block;
    vertical-align: middle;
}
.museComponent td {
	/*padding-top: .5em;*/
    padding-bottom: .5em;
}
.museComponent .maxPerPageClass{
    /*float :right;*/
}
.museComponent .returnToSearch{
   float: right;
   margin-bottom: 10px;
}
.museComponent .customLabel{
  font-weight:200;
}
.museComponent .va {
	vertical-align: middle !important;
}
.museComponent .ha {
	text-align: center;
}
.museComponent .nw {
	white-space: nowrap;
}
.museComponent table {
	width: 100%;
}
.museComponent hr.spacer {
	margin:4px 0 0 0;
	border: 0;
    height: 0px;
}
.museComponent hr.separator {
	margin:10px 20px;
	border: 0;
    height: 1px;
}
.museComponent div.spacer {
    height: 10px;
    width:100%;
    clear:both;
}
.museComponent .panel-sm .panel-heading {
	padding: 8px 10px !important;
}
.museComponent .panel-sm .panel-body {
    padding: 8px !important;
    font-size: 12px;
}
.museComponent .panel-sm .panel-heading h3,
.museComponent .panel-sm button.close {
    font-size: 14px;
}
.museComponent div.clear{
	clear: both;
}
.museComponent .progressInputHeaderTable {
	width : 60%;
	display: inline;
	margin-left: 10px;
}

/* spinner */
/* http://tobiasahlin.com/spinkit/ */
.museComponent .spinner {
  margin: 0px auto;;
  width: 110px;
  text-align: center;
}

.museComponent .spinner > div {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.museComponent .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.museComponent .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* spinner */

.museComponent .queryAtribute{
   font-weight: bold;
}
.museComponent div.searchedSourcesPanel{
	font-size:.9em
}
.museComponent div.searchedSourcesCategoriesPanel .treeNode,
.museComponent div.homeSourcesList .treeNode {
	font-weight: bold;
}
.museComponent div.searchedSourcesCategoriesPanel .treeNode .treeSource,
.museComponent div.homeSourcesList .treeNode .treeSource {
	font-weight: normal;
}
.museComponent div.searchedSourcesCategoriesPanel .treeNode .treeNode,
.museComponent div.searchedSourcesCategoriesPanel .treeNode .treeSource,
.museComponent div.homeSourcesList .treeNode .treeNode,
.museComponent div.homeSourcesList .treeNode .treeSource {
	margin-left: 20px;
	font-weight: normal !important;
}

.museComponent div.searchedSourcesPanel span.filterListMember {
    border-radius: 12px;
    padding: 3px 10px 3px 10px;
    margin: 0px 1px 0 1px;
    font-size: .9em;
    display: inline-block;
    margin-bottom: 2px;
}
.museComponent div.searchedSourcesPanel div.filterListLabel {
	margin: 10px 1px 0 1px;
    display: inline-block;
}

.museComponent div.homeSourcesList .treeNodeButton {
	text-align: center;
}
.museComponent div.homeSourcesList .btn {
	margin-bottom: 5px;
}

.museComponent div.searchedSourcesPanel div.panel-heading,
.museComponent div.searchedSourcesPanel div.panel-body {
	padding: 10px;
}
.museComponent div.searchedSourcesPanel label{
	font-weight: inherit;
}
.museComponent .withPointer {
	cursor: pointer;
}
.museComponent .searchedSourcesPanel .fa-check-half { /*black with check*/
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.museComponent .searchedSourcesPanel .fa-lock,
.museComponent .searchedSourcesPanel .fa-unlock-alt {
	margin: 0px 4px 0 1px;
}
.museComponent .searchedSourcesPanel .searchedSourcesPanelTitle {
	font-weight: bold;
}
.museComponent .searchedSourcesPanelFlowing div.sourceORgroupEntry {
	margin: 0 10px 0 0;
	float:left
}
.museComponent .searchedSourcesPanel div.sourceORgroupEntry:hover {
	/*background-color: #c1c1c1;*/
}
.museComponent img.recordTitleImage {
	cursor: pointer;
    height: 14px;
    margin-bottom: 5px;
}
.museComponent .myAccountLoginForm {
	margin-top: 55px;
	margin-bottom: 20px;
}

/* image display: carousel in search, record image popup STARTS*/
.museComponent .imgParentBox,
.museComponent .thumbContainer,
.museComponent .thumbContainerSide,
.museComponent .thumbContainerSearch,
.museComponent .thumbContainerPreview {
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
    overflow: hidden !important; /*disable modal-body overflow as it can appear in some zoom/rotate/browser resize conditions*/
}
.museComponent .thumbContainer,
.museComponent .thumbContainerSearch {
    cursor: pointer;
}
.museComponent .imgParentBox {
    width:100%;
    height:100%;
}
.museComponent .thumbContainer,
.museComponent .thumbContainerSide {
    width:140px;
    height:140px;
    padding:2px;
    border-radius:10px;
    border:2px solid lightgray;
    margin:5px;
    display: inline-block;
}
	.museComponent .thumbContainerPreview {
	    /*width:200px;
	    height:200px;*/
	    display: inline-block;
	}
.museComponent .thumbContainer img,
.museComponent .thumbContainerSearch img,
.museComponent .thumbContainerSide img,
.museComponent .thumbContainerPreview img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block !important;
}
.museComponent .imgParentBox:before,
.museComponent .thumbContainer:before,
.museComponent .thumbContainerSearch:before,
.museComponent .thumbContainerSide:before,
.museComponent .thumbContainerPreview:before {      /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}
.museComponent #imgChildBox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
#previewContainer {
	background-repeat: no-repeat;
	background-position: center; 
	background-size: contain;
	width: 100px; 
	height: 100px;
}

.museComponent div.imgSlideList {
	text-align:center;
	overflow-x: auto;
}
.museComponent div.imgSlide:hover,
.museComponent div.thumbContainerSelected {
	padding:5px;
	border:5px solid #337ab7;
}
.museComponent img.imgSlidePreview {
	border-radius:10px;
}
.museComponent .specialLimits{
	overflow-y: auto;
    height: 164px;
}

.museComponent .specialLimits >li>a {
    white-space:normal !important;
}

/* image display: carousel in search, record image popup ENDS*/

.museComponent .carouselNonXS {
	width: 130px;
    margin: 3px 7px 0px 0;
    border: 1px solid #c1c1c1;
}
.museComponent .thumbContainerSide {
	width: 130px;
    margin: 3px 17px 0px 0;
    border: 1px solid #c1c1c1;
    border-radius:0px! important;
}


.museComponent .limitedHeight {
    max-height: 250px;
    overflow: auto;
    line-height: 20px;
}
						.museComponent #accordionSources .limitedHeight span.badge {
							margin: 0px 5px;
						}



.museComponent #accordionDistill .limitedHeight {
	min-height: 200px;
	max-height: 200px;
}
						.museComponent #accordionDistill .limitedHeight svg {
						    max-height: 190px;
						    max-width: 100%;
						    margin-top: 7px;
						}
						.museComponent #accordionDistill .limitedHeight svg path {
						    opacity: 0.3;
						}
						.museComponent #accordionDistill .limitedHeight path:hover,
						.museComponent #accordionDistill .limitedHeight path.entitySelected
						 {
						    opacity: 1 !important;
						    cursor: pointer;
						}
						.museComponent #accordionDistill .limitedHeight .gauge-container {
							font-size: 250%;
						}
						.museComponent #accordionDistill .limitedHeight .gauge-container text.hl {
						    white-space: nowrap;
						}
						.museComponent #accordionDistill .limitedHeight .gauge-container text.hl2 {
						    font-size: .8em !important;
						    white-space: nowrap;
						}
						.museComponent #accordionDistill .distillFilters .distillButton .badge {
							top: -1px;
						}
						.museComponent #accordionDistill .distillFilters {
							text-align: center;
						}
						.museComponent #accordionDistill .distillFilters .btn{
							margin: 1px auto;
						}
						.museComponent #accordionDistill span.distillTerm span.badge {
							font-size: .83em;
							vertical-align: super;
							margin: 1px 5px 0px -2px;
						}


.museComponent #accordionTopicTree .limitedHeight {
    height: 250px;
    overflow: hidden;
}

						.museComponent #topicTreeMinContainer #topicsDisplayContainerC,
						.museComponent #topicTreeMinContainer #topicsDisplayContainerF,
						.museComponent #topicTreeMinContainer #topicsDisplayContainerL {
							height: 100%;
						}

						.museComponent #topicTreeMinContainer #topicsDisplayContainerL {
						    overflow: auto;
						}

						.museComponent.museSearchTopicTreeModal .modal-body #topicTreeMaxiContainer {
							margin:0px auto;
							height: 100%
						}

						.museComponent #topicTreeMaxiContainer #topicsDisplayContainerC, .museComponent #topicTreeMaxiContainer #topicsDisplayContainerF {
							margin:0px auto;
							height: 100%
						}



.museComponent div.collapseLeft,
.museComponent div.collapseRight {
	width: 25px;
    top: 150px;
    z-index: 1000;
    word-wrap: break-word;
    color: white;
}

div#museComponent {
    font-size: 14px;
}
div#museComponent {
	height: 100%;
	display: inline;
}

/*if Muse is NOT alone, buttons are relative to Muse div*/
div#museOuterContainer div.collapseLeft,
div#museOuterContainer div.collapseRight {
	position: absolute;
}
/*if Muse IS alone, buttons are fixed within the page*/
body div:first-of-type#museOuterContainer div.collapseLeft,
body div:first-of-type#museOuterContainer  div.collapseRight {
	position: fixed;
}
#museComponent div.collapseLeft .fa,
#museComponent div.collapseRight .fa {
    margin: 20px 7px;
}
#museComponent div.collapseRight {
    right: 0px;
    left: initial;
    border-radius: 10px 0 0 10px;

}
#museComponent div.collapseLeft {
    left: 0px;
    right: initial;
    border-radius: 0 10px 10px 0;
}

.museComponent .dropdown-menu li{
	cursor: pointer;
}

.museComponent .loginPage .browserOnline .center-block {
	display:block !important
}

.museComponent .rssList {
	font-size: .9em
}

.museComponent .popover {
    max-width: 500px !important;
}
.museComponent .popover .iframeGoogleDocsPreview {
	width: 400px;
    height: 250px;
}
.museComponent .letterHeader {
    width: 66px;
    height: 66px;
    border-radius: 33px;
    text-align: center;
    font-size: 47px;
    float: left;
    margin: 0 10px 10px 0;
}

.museComponent .letterHeaderSmall {
    width: 66px;
    height: 66px;
    border-radius: 33px;
    text-align: center;
    float: left;
    margin: 0 0 10px 10px;
}
.museComponent .letterHeaderImg {
    width: 66px;
    height: 66px;
    border-radius: 33px;
    text-align: center;
    float: left;
    margin: 0 10px 10px 0;
}
.museComponent .letterHeaderIndex {
    width: 36px;
    height: 20px;
    border-radius: 33px;
    text-align: center;
    display: inline-block;
    margin: 0 5px 5px 5px;
    cursor: pointer;
    font-size: 16px;
}
.museComponent .homeSourcesList {
	/*max-height: 600px;
	overflow-y: auto;*/
}
.museComponent .color1 {
    background-color: #649FD3;
}

.museComponent .color2 {
    background-color: #6468D3;
}

.museComponent .color3 {
    background-color: #D3649F;
}

.museComponent .color4 {
    background-color: #64D398;
}

.museComponent .color5 {
    background-color: #C37837;
}

.museComponent .color6 {
    background-color: #D36468;
}

.museComponent .color7 {
    background-color: #9FD364;
}

.museComponent .dedupeClass {
	margin-left: 20px;
}

/* topic tree starts */
.museComponent div[data-angular-treeview] {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  text-decoration: none;
}

.museComponent div[data-tree-model] ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  overflow: hidden;
}
/* .museComponent div[data-tree-model] li {
	position: relative;
	cursor: pointer;
} */
.museComponent div[data-tree-model] li .expanded:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
}
.museComponent div[data-tree-model] li .collapsed:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
}
.museComponent div[data-tree-model="topicTreeData4List"] > ul > li,
.museComponent div[data-tree-model="topicTreeData4List"] > ul > li > div[data-tree-model] > ul > li { /*when root "/" of tree is deactivated*/
    padding: 0;
}
.museComponent div[data-tree-model="tocList"] > ul > li {
    padding: 0;
}
.museComponent div[data-tree-model] li {
	padding: 0 0 0 18px;
}
.museComponent div[data-tree-model] li[class^=normal] i,
.museComponent div[data-tree-model] li span {
	margin-right: 5px;
}
.museComponent div[data-tree-model] li .collapsed {
	margin-right:9px;
	margin-left: 4px;
}
.museComponent div[data-tree-model] li .expanded {
    margin-right: 7px;
    margin-left: 2px;
}
.museComponent div[data-tree-model] li .normal {
	padding-left: 4px;
}
/* topic tree ends */
/* help tree starts */
.museComponent #museHelpContainer div[data-tree-model] li .expanded:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f147";
}
.museComponent #museHelpContainer div[data-tree-model] li .collapsed:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f196";
}
.museComponent #museHelpContainer div[data-tree-model] li .expanded,
.museComponent #museHelpContainer div[data-tree-model] li .collapsed {
    margin-left: 0px;
    margin-right:9px;
}
.museComponent #museHelpContainer > div .link {
	text-decoration: none;
}

.museComponent #museHelpContent .helpImage {
	text-align:center;
}
.museComponent #museHelpContent .helpImage img {
	max-width: 90%;
    border: 1px solid lightgray;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 0 0 10px 3px lightgrey;
}
.museComponent div[data-tree-model='tocList'] li {
    margin-top: 3px;
}
.museComponent div[data-tree-model='tocList'] ul {
    margin-top: 3px;
}
.museComponent div[data-tree-model='tocList'] ul li:first-of-type {
    margin-top: 0px;
}

/* help tree ends */
.museComponent .moreDedupe{display:none;}
.museComponent .lessDedupe{display:;}

.museComponent .record5StarLoader {
  color: rgba(195, 195, 195, 0.5);
}

.museComponent [ng\:cloak],
.museComponent [ng-cloak],
.museComponent [data-ng-cloak],
.museComponent [x-ng-cloak],
.museComponent .ng-cloak,
.museComponent .x-ng-cloak {
  display: none !important;
}

.museComponent ul.pagination {
    margin: 0 !important;
}

.museComponent .facets {
	margin-bottom : 0px !important;
}

.museComponent .item .panel-heading{
	background-color: #fff !important;
}
.museComponent .tableHistorySearch .alert {
	margin-bottom: 5px;
}
.museComponent .tableHistorySearch .alert:last-of-type {
	margin-bottom: 0px;
}
.museComponent .searchHistoryDropDown li a span:not(:last-child),
.museComponent .dropdown-menu > li > a,
.museComponent .dropdown-menu > li > form {
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.museComponent .searchHistoryDropDown {
	min-width: 250px;
}
.museComponent .searchHistoryDropDown li a {
	width: 100%;
}

.museComponent .userNotification {
    position: fixed;
    z-index: 10000;
    opacity: 0.9;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0px;
    max-height: 80%;
    overflow-y: auto;
}

.museComponent .selectRecordNotification > div {
	padding: 6px 30px;
}

.museComponent .selectRecordNotification {
	 bottom: 80px;
	 position: fixed;
	 margin: auto;
	 z-index: 1000;
	 left: 0;
	 right: 0;
	 width: 230px;
}

.museComponent .appliedFilter{
    border-radius: 12px;
    padding: 4px 10px 4px 10px;
    margin: 0px 2px 0 2px;
    font-size: .9em;
}


/* password strength starts */
ul.passStrength {
    display:inline;
    list-style:none;
    padding:0;
}
.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    height:3px;
    margin-top:1px;
    width:20px;
}
/* password strength ends */

/*css correction for flat menu starts*/
#museFlatMenu .navbar-nav>li, #museFlatMenu .navbar-nav {
  float: left !important;
}

#museFlatMenu .navbar-collapse.collapse {
  display: block!important;
}

@media screen and (max-width: 767px) {
    .museComponent #museFlatMenu .navbar-nav .open .dropdown-menu {
		position: absolute;
	    top: 100%;
	    /*left: 0;*/
	    z-index: 1000;
	    float: left;
	    min-width: 160px;
	    padding: 5px 0;
	    font-size: 14px;
	    text-align: left;
	    list-style: none;
	    -webkit-background-clip: padding-box;
	    background-clip: padding-box;
    }
    .museComponent #museFlatMenu .dropdown-menu>li>a {
	    display: block;
	    padding: 3px 20px;
	    clear: both;
	    font-weight: 400;
	    line-height: 1.42857143;
	    white-space: nowrap;
	}

	.museComponent #museFlatMenu .navbar-nav {
	    float: left;
	    margin: 0;
	}

	.museComponent #museFlatMenu .navbar-collapse {
	    border-top: none;
	}
}

#museFlatMenu .collapse.navbar-collapse {
	padding-right: 0;
    padding-left: 0;
}
/*css correction for flat menu ends*/


input[type=password]::-ms-reveal,
input[type=password]::-ms-clear,
input[type=text]::-ms-clear
{
    display: none;
}
.form-group .form-control-feedback {
  pointer-events: initial  /* or - auto // or -  unset  */
}

.museComponent .panel-sm .panel-body .myAccountLimits {
	font-size: 14px;
}
.museComponent .myAccountLimits1{
	margin-right: 7px;
    margin-bottom: 2px;
    margin-top: 5px;
}
.museComponent .myAccountLimits2{
      margin-right:7px;
      margin-bottom: 2px;
      margin-top: 2px;
}

.museComponent .componentSpacer {
	clear:both;
	margin-bottom: 20px;
}

.museComponent .forceVAllign {
	padding: 5px 0
}

.picker .uib-datepicker-popup.dropdown-menu{
	width: 290px;
}

.museComponent span[contentEditable] {
  cursor: pointer;
  padding: 2px 3px;
}
.museComponent span[contentEditable]:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f040";
    font-size: .9em;
    /*vertical-align: super;*/
}

.museComponent span[contentEditable]:focus {
	cursor: default;
	border-width: 1px;
	border-style: dotted;
	border-radius: 5px;
	padding: 2px 3px;
}
.museComponent span[contentEditable]:focus:after {
	content:""
}

.museComponent span[contentEditable]:focus,
.museComponent #goToTopBtn, 
.museComponent #goToBottomBtn,
.museComponent .btn-fake:hover,
.museComponent .btn-fake:focus,
.museComponent ul.uib-datepicker-popup table.uib-daypicker {
	outline: none;	
}

.museComponent .dropdown-menu .divider {
    margin: 2px 0;
}
.museComponent .dropdown-menu {
	max-height: 170px;
    overflow: auto;
}

.museComponent ul.nav .dropdown-menu,
.museComponent .uib-datepicker-popup.dropdown-menu {
	max-height: initial;
}


.museComponent .marc-record .marc-tag {
    width: 5%;
    padding-right: 20px;
}
.museComponent .marc-record .marc-indicator {
    width: 4%;
    white-space: pre;
    padding-right: 20px;
}
.museComponent .marc-record .marc-field {
    width: 91%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.museComponent .marc-record > span {
    display: table-cell;
    vertical-align: top;
}

.museComponent .customHeader * {
	max-width:100%;
}
.museComponent .customHeader > div > *:last-child{
	margin-bottom: 20px;
}

.museComponent .sourceDetailsLabel{
    font-weight: bold;
	font-size:12px;
}

.museComponent .accessDetailsZone .input-group-addon{
	width:33%
}
.museComponent .accessDetailsZone .input-group{
	width:100%
}

.museComponent .btn-toolbar-adjusted {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.museComponent .btn-toolbar-adjusted > .btn-group {
	float:none;
	margin: 0 0 2px 0;
}

.museComponent div.toolbarSpacer div.btn-group + div.btn-group {
    margin-left: 5px;
}

.noHeaderClass {
	margin-top: 10px;
}

/* add/uncomment code below to reset Muse central positioning of the popups */
/*
.museComponent .modal-dialog{
	top:3% !important;
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
}
*/

.museComponent #museHelpContent ,
.museComponent #museHelpTOC  {
	font-size: 13px
}

.museComponent #museHelpContent h1,
.museComponent #museHelpTOC h1 {
	font-size: 21px
}
.museComponent #museHelpContent h2,
.museComponent #museHelpTOC h2 {
	font-size: 19px
}
.museComponent #museHelpContent h3,
.museComponent #museHelpTOC h3 {
	font-size: 17px
}
.museComponent #museHelpContent h4,
.museComponent #museHelpTOC h4 {
	font-size: 15px
}

/*help page - disabled*/
.museComponent #museHelpContent {
   height: calc(100vh - 245px);
   overflow: auto;
}
.museComponent #museHelpTOC {
   height: calc(100vh - 230px);
   overflow: auto;
}
/*help dialog*/
.museComponent .modal-body #museHelpContent {
   height: calc(60vh - 75px);
   max-height: calc(60vh - 75px);
   overflow: auto;
}
.museComponent .modal-body #museHelpTOC {
   height: calc(60vh - 60px);
   max-height: calc(60vh - 60px);
   overflow: auto;
}

/* .museComponent .modal-body #museHelpContent {
   height: calc(50vh - 75px);
   max-height: calc(50vh - 75px);
   overflow: auto;
}
.museComponent .modal-body #museHelpTOC {
   height: calc(50vh - 30px);
   max-height: calc(50vh - 30px);
   overflow: auto;
} */
.museComponent div[help-link] {
	padding: 5px 10px;
}
.museComponent span[help-link] {
    display: inline-block;
    font-size: 14px;
    /* border: 1px solid #337ab7; */
    /* padding: 3px 10px; */
    /* border-radius: 15px; */
    padding: 0 5px;
}

.museComponent form.url-display {
	display: inline
}
.museComponent [record-url-display] div {
	display: inline-block !important
}
.museComponent form.url-display span.pull-left{
	width:100%;
}

.museComponent .btn-fake {
	cursor: initial;
}
.museComponent .btn-fake:hover,
.museComponent .btn-fake:focus  {
	/*records x button with no childs*/
	-webkit-box-shadow: none;
    box-shadow: none;
}

.museSourceInfo .modal-body pre {
	padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    font-family: inherit;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify;
    word-break: break-word;
}

#museAppHeader img, #museAppFooter img {
	height: 30px;
}
#museAppHeader img {
	margin: 10px 10px 0 0;
}
.cookie-agreement {
	margin-top: -20px;
}
.cookie-agreement .alert{
	border-radius: 0px;
}
#museAppFooter img {
	margin: -5px 10px 0 0
}

.museComponent #goToTopBtn, .museComponent #goToBottomBtn {
    position: fixed; /* Fixed/sticky position */
    right: 40px; /* Place the button 30px from the right */
    z-index: 9999; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.museComponent #goToTopBtn {
    bottom: 40px; /* Place the button at the bottom of the page */
}
.museComponent #goToBottomBtn {
    top: 40px; /* Place the button at the bottom of the page */
}

.museComponent .panel button.close + button.close {
	 margin-right: 5px;
}

.museComponent #searchSourcesTabs .nav-tabs > li > a {
	 padding: 5px 5px;
}

.museComponent #searchSourcesTabs .tab-content .tab-pane {
	 padding-top: 5px;
}

/* Used for determining if css files were loaded.*/
.cssLoadedDummy {
	color: #fff;
}
.museComponent button i.fa-chevron-right {
	padding: 0 5px;
}
.museComponent button.close-special {
	margin-left: 5px;
	line-height: unset;
}
.museComponent button.close-special .fa-chevron-down{
	padding: 0 3px;
}


/********************************design changes**********************************/
.museComponent .record-end {
	display: none
}
.museComponent .record-area {
	margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

span[five-star-ranking] .fa-star{
	color: #ffd400
}
span[five-star-ranking] .fa-star-o{
	color: #e0e0e0;
}
span.recordBy {
	color: #909090;
}

.museComponent .record-area-not-selected {
    box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.19);
}

.museComponent .record-area-selected {
	box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.19);

}

.museComponent .panel-sm .panel-heading h3,
.museComponent .panel-sm button.close,
.museComponent button.close-special,
.museComponent .record-area button.close {
    font-size: 14px;
}


.museComponent .footer-external-controls {
	margin-top: 10px;
	color: darkgray;
	width: 100%;
    text-align: right;	
}

.museComponent .widget .panel-heading {
	/*see dedicated them adds*/
}
	.museComponent .widget .panel-body {
	    /*see dedicated them adds*/
	}
	.museComponent .widget .panel-heading h3 {
	    font-size: 20px;
	    margin: 5px 0 8px 0;
	}
	.museComponent .widget button.close {
		margin: 5px 0;
	}
.museComponent button.close, .museComponent .record-area div.close {
	opacity: 1;
}
.museComponent .record-area button.close, .museComponent .record-area div.close {
	width: 16px;
	height: 16px;
}
	.museComponent .record-area div.close {
		width: 20px;
	}
.museComponent .record-area div.close input[type=checkbox] {
    top: -3px;
    position: relative;
}
.museComponent img.recordTitleImage {
    margin-bottom: 2px;
}
.museComponent .recordComponent {
	margin-bottom: 3px;
}
.museComponent audio, .museComponent video{
	width: 260px;
	max-width: 100%;
	max-height: 260px;
	margin: 10px 0 7px 0; /*+3 from .recordComponent*/
}

.museComponent input[type=checkbox].close {
	margin: 2px 10px 10px 10px;
}

.museComponent div.recordFooter {
    clear: none;
}

.museComponent div.footer-external-controls {
     clear: both;
}
.museComponent .recordTitle div.recordTitleItem:first-of-type {
	display: inline; /*to keep first title next to record number*/
}
.museComponent .recordFields .recordFields-dates {
	display: inline-block; /*keep date from title together*/
	font-size: 1em;
}
.museComponent div.recordTitleItem span.link, .museComponent .recordTitleItem .titleNoURL, .museComponent .recordCounter, .museComponent .recordCheck {
	font-size: 1.3em;
    text-decoration: none;
}
.museComponent i.fa-square-o {
	margin-right: .15em;
	margin-left: 0px;
}
.museComponent i.fa-square-o, .museComponent i.fa-check-square-o {
	cursor: pointer;	
}

.museComponent div.recordTitleItem span.link:hover {
    text-decoration: underline;
}

.museComponent .recordTitle {
	margin-bottom: 10px
}

.museComponent .customClearInput{
	cursor: pointer;
	pointer-events: all;
	z-index:10;
	font-size: 12px;
    color: #333333;
}

.museComponent .customHomeTabs .nav-tabs.nav-justified > li > a,
.museComponent .customHomeXSTabs .nav-tabs.nav-justified > li > a
{
	padding:0px;
}

.museComponent .customHomeTabs .tab-pane .panel{
	border-top:0px;
	border-radius:0px;
}

.museComponent .installMobileApp {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index:500; /*to be on top of footer*/
}

.museComponent .installMobileAppContent {
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
}
.museComponent .installMobileAppContent img {
	margin: 5px 10px 0 10px;
	border-radius: 7px;
}

.museComponent .limitsListInfo {
	display: none;
}
.museComponent .limitsListInfo span:not(:last-of-type)::after {
	content: ", ";
}
.museComponent .limitsListInfoNoBr br {
	display:none
}

.museComponent .forced-cursor {
	cursor: default
}

.museComponent div.svg-container {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}
.museComponent div.svg-container svg {
	width: 70px;
	height: 70px;
}
.museComponent div.svg-container svg text, .museComponent div.svg-container svg tspan:nth-child(1){
	fill: gray;
}
.museComponent div.svg-container svg tspan:nth-child(2){
	font-weight: bold;
	fill: #4c4c4c;
}
.museComponent div.svg-container circle#arcb { /*base circle*/
	stroke: #e3e3e3;
	fill: none;
	stroke-width: 2;
}
.museComponent div.svg-container path#arcp, .museComponent div.svg-container circle#arcf { /*arc*/ /*full circle for 360*/
	fill: none;
	stroke-width: 5;
}

.museComponent .myrpanel button.btn-no-style {
    background-color: transparent;	
    padding: 1px 2px;
}
.museComponent .myrpanel button.btn-no-style,
.museComponent button.btn-no-style:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.museComponent .myrpanel button.btn-no-style div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	width: 90px;
}
.museComponent .myrpanel div.btn-group {
	float:none !important;
	margin-bottom: 10px;
}

.publisherList {
   box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
   border-radius: 5px;
   width: 200px;
   display: inline-block;
   margin: 20px !important;
}

.publisherList:hover {
   box-shadow: 0 0 11px rgba(33,33,33,.2); 
   cursor:pointer;
}
.museComponent .thumbContainerPublisher {
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
    overflow: hidden !important; /*disable modal-body overflow as it can appear in some zoom/rotate/browser resize conditions*/
    margin: 0px auto;
    cursor: pointer;
}
.museComponent .thumbContainerPublisher img {
	max-width: 95%;
	max-height: 95%;
	display: inline-block !important;
}
.museComponent .thumbContainerPublisher:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.museComponent .thumbContainerPublisher.item {
		height: 200px;
		width: 100%;
}

.museComponent .card-img-top {
	max-width:90%;
	max-height: 200px;
}

.museComponent .sideSearchTitle, .museComponent .relatedQueriesTitle {
	font-size: 14px;
}
.museComponent .sideSearchDescription {
	font-size: 14px;
}
.museComponent .sideSearchImages {}
.museComponent .sideSearchMultimedia {}/* keep footer down code starts */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}





.museNoDisplay {
	display:none !important;
}
.museComponent #museInnerContainer {
   min-height:100%;
   position:relative;
}
.museComponent #museAppHeader {}
.museComponent #museAppBody {
   padding-bottom:50px;   /* Height of the footer */
}
.museComponent #museAppFooter {
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;   /* Height of the footer */
   /* background: transparent;
   border-top: none; */
}
/* keep footer down code ends */

.museComponent #museAppFooter .text-muted {
	margin: 15px 15px 0 15px;
}
.museComponent #museAppFooter a {
	/*follow style from navbar*/
    color: #777;
    text-decoration: none;
}
.museComponent #museAppFooter span.pull-right {
	margin-left:15px;
}
.museComponent #museAppFooter a:hover {
	/*follow style from navbar*/
    color: #333;
    text-decoration: none;
}

.museComponent .col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.museComponent .page {
    bottom: 0px;
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
}

/* change nav-bar breaking point*/
@media screen and (max-width: 767px) {
    .museComponent .navbar-header {
        float: none;
    }
    .museComponent .navbar-left,
    .museComponent .navbar-right {
        float: none !important;
    }
    .museComponent .navbar-toggle {
        display: block;
    }
    .museComponent .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .museComponent .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .museComponent .navbar-collapse.collapse {
        display: none!important;
    }
    .museComponent .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .museComponent .navbar-nav>li {
        float: none;
    }
    .museComponent .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .museComponent .collapse.in{
        display:block !important;
    }
    .museComponent .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }

    .museEmailModal .modal-dialog{
       width: 90% !important;
       left: 0% !important;
    }

}

/*
@media screen and (min-width: 481px) and (max-width: 1000px) {
   .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }
}
*/
.museComponent .navbar-toggle {
	margin-right: 15px
}
.museComponent .navbar {
    border-radius: 0px;
}
.museComponent .navbar-default {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.museComponent .textClass{
	font-size:10px;
}
.museComponent div.record-area{
	/*word-break: break-all;*/
  	word-wrap: break-word;
  	/*text-align: justify;*/
}
.museComponent td.recordListEntry{
	word-break: break-all;
}
.museComponent div.recordFooter {
	clear:both;
	text-align: start;
}
.museComponent div.recordFooter div {
	display: inline-block;
}
@media screen and (min-width: 300px) {
    .museComponent .modal-dialog{
	  position:absolute;
	  top: 50%;
	  left: 15% ! important;
	  transform: translate(0, -50%) !important;
	  -ms-transform: translate(0, -50%) !important;
	  -webkit-transform: translate(0, -50%) !important;
	  margin:auto 5%;
	  width:60% ! important;
	  display: inherit !important
    }

    .museProgressModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }
	.museProgressModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

	.museSearchHistoryModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museSearchHistoryModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

	.museSearchLimitsModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museSearchLimitsModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

    .museSearchSourcesModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museSearchSourcesModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

    .museBandedRetrievalModal .modal-dialog{
       width: 66% !important;
       left: 12% !important;
    }

	.museBandedRetrievalModal .modal-body{
       height: calc(40vh);
       max-height: calc(40vh);
       overflow-y: auto;
	}

	.museSearchOptionsModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museSearchOptionsModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

	.museContactModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museContactModal .modal-body{
       height: calc(50vh);
       max-height: calc(50vh);
       overflow-y: auto;
	}

	.museHelpModal .modal-dialog{
       width: 80% !important;
       left: 5% !important;
    }

	.museHelpModal .modal-body{
       height: calc(60vh);
       max-height: calc(60vh);
       overflow-y: auto;
	}

	.museMARCModal .modal-dialog{
       width: 70% !important;
       left: 10% !important;
    }

	.museMARCModal .modal-body{
       height: calc(33vh);
       max-height: calc(33vh);
       overflow-y: auto;
	}

	.museSourceInfo .modal-body{
       max-height: calc(53vh);
       overflow-y: auto;
	}

 	.museSearchTopicTreeModal .modal-dialog{
	    width: 70% !important;
	    left: 10% !important;
    }

	.museSearchTopicTreeModal .modal-body{
       height: calc(60vh);
       max-height: calc(60vh);
       overflow-y: auto;
	}

}
@media screen and (min-width: 300px) and (max-width: 768px) {
 	.museSearchTopicTreeModal .modal-dialog{
	    width: 90% !important;
	    left: 0% !important;
    }

	.museSearchTopicTreeModal .modal-body{
       height: calc(60vh);
       max-height: calc(60vh);
       overflow-y: auto;
	}

	.museMARCModal .modal-dialog{
       width: 80% !important;
       left: 5% !important;
    }
	.museMARCModal .modal-body{
       height: calc(33vh);
       max-height: calc(33vh);
       overflow-y: auto;
	}
    .museSourceAccessDetails .modal-dialog{
	  left:5% ! important;
	  width:80% ! important;
    }
	.museSourceAccessDetails .modal-body{
       height: calc(53vh);
       max-height: calc(53vh);
       overflow-y: auto;
	}

    .museSourceInfo .modal-dialog{
	  	width:80% ! important;
		left:5% ! important;
    }
	.museSourceInfo .modal-body{
       height: calc(53vh);
       max-height: calc(53vh);
       overflow-y: auto;
	}

    .museBandedRetrievalModal .modal-dialog{
       width: 90% !important;
       left: 0% !important;
    }

	.museBandedRetrievalModal .modal-body{
       height: calc(60vh);
       max-height: calc(60vh);
       overflow-y: auto;
	}


}
.museComponent .loginForm{
	margin-top: 5vh;
}
.museComponent .loginContainer img{
	margin-top: 15vh;
	max-width: 100%;
}
.museComponent .loginContainer h4{
	font-size: 16px;
}
@media screen and (max-width: 750px) {
  .museComponent .maxPerPageClass{
    /*float : left !important;*/
  }

  .museComponent .myAccountLoginForm {
    margin-top: 17px !important;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 400px) {
   	.museComponent .loginForm{
		margin-top: 10vh;
  	}

  	.museComponent .table {
    	width : 100% !important;
  	}

}

.museComponent hr {
  border-color: #EEEEEE ;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
.museComponent .link{
	/*color: black;*/
	text-decoration: underline;
}
.museComponent .navbar li,
.museComponent #breadCrumbQueryID a,
.museComponent .link,
.museComponent .carouselImg,
.museComponent .progressItemMessage,
.museComponent .pagination {
	cursor: pointer;
}
.museComponent input.filterSources {
	display: inline;
    width: 25%;
}
.museComponent #collapseSources .panel-body a.sourceSelected {
	font-weight: bold;
}

.museComponent .btn-middle {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.museComponent .textClass{
	font-size: .8em;
}
.museComponent .carousel-indicators {
	display:none;
}

.museComponent .carousel-indicators li {
	visibility: hidden;
}

.museComponent .carouselImg{
  height: 150px !important;
  max-width: 100% !important;
  margin: 0px auto !important;
}

.museComponent .modal-dialog{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin:auto 5%;
  width:90%;
  display: inherit !important
}

@media screen and (max-width: 640px) {
	.museComponent div.carousel {
		width: 100%;
	}
	.museComponent .carousel-inner div.item {
		height: 130px;
		width: 100%;
	}
	.museComponent .userNotification {
		width: 80%;
	}
}
@media screen and (min-width: 641px) and (max-width: 768px) {
	.museComponent div.carousel {
		width: 100%;
	}
	.museComponent .carousel-inner div.item {
		height: 130px;
		width: 100%;
	}
	.museComponent .userNotification {
		width: 70%;
	}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
	.museComponent div.carousel {
		width: 100%;
	}
	.museComponent .carousel-inner div.item {
		height: 130px;
		width: 100%;
	}
	.museComponent .userNotification {
		width: 60%;
	}
}
@media screen and (min-width: 992px) {
	.museComponent .carousel-inner div.item {
		height: 130px;
		width: 130px;
	}
	.museComponent .userNotification {
		width: 40%;
	}

	.museComponent .selectRecordNotification{
		right: 90px !important;
		left: unset !important;
		bottom: 40px !important;
	}
}
@media print {
	.museComponent .carousel-inner div.item {
		height: 130px;
		width: 130px;
	}
}


@media screen and (max-width: 992px) {
	.museComponent .accountNameClass {
	    padding: 6px 0px 0px 15px !important;
	    font-size: 17px;
    }
}

.museComponent .filterClass {
  max-width: 200px;
}


.museImageModal .modal-dialog {
  left:0 !important;
  position:absolute;
  top: 50%;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin:auto 5%;
  width:90% !important;
  height:86%;
  display: inherit !important
}
.museImageModal .modal-content {
  min-height:100%;
  /*position:absolute;*/
  top:0;
  bottom:0;
  left:0;
  right:0;
}
.museImageModal .modal-body {
  /*position:absolute;*/
  top:0;;
  left:0;
  right:0;
  overflow-y:auto;
}
.museImageModal .modal-footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
.museComponent .moreButton{
  /*color: black;*/
  text-decoration: underline;
  cursor: pointer;
}
.museComponent .lessButton{
  /*color: black;*/
  text-decoration: underline;
  cursor: pointer;
}

.museComponent .progressBarClass{
	cursor : pointer;
	white-space: nowrap;
	padding: 0px;
}
.museComponent .progress {
	margin-bottom: 0px;
}
.museComponent .wrapper{
    display: inline-block;
    vertical-align: middle;
}
.museComponent td {
	/*padding-top: .5em;*/
    padding-bottom: .5em;
}
.museComponent .maxPerPageClass{
    /*float :right;*/
}
.museComponent .returnToSearch{
   float: right;
   margin-bottom: 10px;
}
.museComponent .customLabel{
  font-weight:200;
}
.museComponent .va {
	vertical-align: middle !important;
}
.museComponent .ha {
	text-align: center;
}
.museComponent .nw {
	white-space: nowrap;
}
.museComponent table {
	width: 100%;
}
.museComponent hr.spacer {
	margin:4px 0 0 0;
	border: 0;
    height: 0px;
}
.museComponent hr.separator {
	margin:10px 20px;
	border: 0;
    height: 1px;
}
.museComponent div.spacer {
    height: 10px;
    width:100%;
    clear:both;
}
.museComponent .panel-sm .panel-heading {
	padding: 8px 10px !important;
}
.museComponent .panel-sm .panel-body {
    padding: 8px !important;
    font-size: 12px;
}
.museComponent .panel-sm .panel-heading h3,
.museComponent .panel-sm button.close {
    font-size: 14px;
}
.museComponent div.clear{
	clear: both;
}
.museComponent .progressInputHeaderTable {
	width : 60%;
	display: inline;
	margin-left: 10px;
}

/* spinner */
/* http://tobiasahlin.com/spinkit/ */
.museComponent .spinner {
  margin: 0px auto;;
  width: 110px;
  text-align: center;
}

.museComponent .spinner > div {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.museComponent .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.museComponent .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* spinner */

.museComponent .queryAtribute{
   font-weight: bold;
}
.museComponent div.searchedSourcesPanel{
	font-size:.9em
}
.museComponent div.searchedSourcesCategoriesPanel .treeNode,
.museComponent div.homeSourcesList .treeNode {
	font-weight: bold;
}
.museComponent div.searchedSourcesCategoriesPanel .treeNode .treeSource,
.museComponent div.homeSourcesList .treeNode .treeSource {
	font-weight: normal;
}
.museComponent div.searchedSourcesCategoriesPanel .treeNode .treeNode,
.museComponent div.searchedSourcesCategoriesPanel .treeNode .treeSource,
.museComponent div.homeSourcesList .treeNode .treeNode,
.museComponent div.homeSourcesList .treeNode .treeSource {
	margin-left: 20px;
	font-weight: normal !important;
}

.museComponent div.searchedSourcesPanel span.filterListMember {
    border-radius: 12px;
    padding: 3px 10px 3px 10px;
    margin: 0px 1px 0 1px;
    font-size: .9em;
    display: inline-block;
    margin-bottom: 2px;
}
.museComponent div.searchedSourcesPanel div.filterListLabel {
	margin: 10px 1px 0 1px;
    display: inline-block;
}

.museComponent div.homeSourcesList .treeNodeButton {
	text-align: center;
}
.museComponent div.homeSourcesList .btn {
	margin-bottom: 5px;
}

.museComponent div.searchedSourcesPanel div.panel-heading,
.museComponent div.searchedSourcesPanel div.panel-body {
	padding: 10px;
}
.museComponent div.searchedSourcesPanel label{
	font-weight: inherit;
}
.museComponent .withPointer {
	cursor: pointer;
}
.museComponent .searchedSourcesPanel .fa-check-half { /*black with check*/
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.museComponent .searchedSourcesPanel .fa-lock,
.museComponent .searchedSourcesPanel .fa-unlock-alt {
	margin: 0px 4px 0 1px;
}
.museComponent .searchedSourcesPanel .searchedSourcesPanelTitle {
	font-weight: bold;
}
.museComponent .searchedSourcesPanelFlowing div.sourceORgroupEntry {
	margin: 0 10px 0 0;
	float:left
}
.museComponent .searchedSourcesPanel div.sourceORgroupEntry:hover {
	/*background-color: #c1c1c1;*/
}
.museComponent img.recordTitleImage {
	cursor: pointer;
    height: 14px;
    margin-bottom: 5px;
}
.museComponent .myAccountLoginForm {
	margin-top: 55px;
	margin-bottom: 20px;
}

/* image display: carousel in search, record image popup STARTS*/
.museComponent .imgParentBox,
.museComponent .thumbContainer,
.museComponent .thumbContainerSide,
.museComponent .thumbContainerSearch,
.museComponent .thumbContainerPreview {
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
    overflow: hidden !important; /*disable modal-body overflow as it can appear in some zoom/rotate/browser resize conditions*/
}
.museComponent .thumbContainer,
.museComponent .thumbContainerSearch {
    cursor: pointer;
}
.museComponent .imgParentBox {
    width:100%;
    height:100%;
}
.museComponent .thumbContainer,
.museComponent .thumbContainerSide {
    width:140px;
    height:140px;
    padding:2px;
    border-radius:10px;
    border:2px solid lightgray;
    margin:5px;
    display: inline-block;
}
	.museComponent .thumbContainerPreview {
	    /*width:200px;
	    height:200px;*/
	    display: inline-block;
	}
.museComponent .thumbContainer img,
.museComponent .thumbContainerSearch img,
.museComponent .thumbContainerSide img,
.museComponent .thumbContainerPreview img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block !important;
}
.museComponent .imgParentBox:before,
.museComponent .thumbContainer:before,
.museComponent .thumbContainerSearch:before,
.museComponent .thumbContainerSide:before,
.museComponent .thumbContainerPreview:before {      /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}
.museComponent #imgChildBox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
#previewContainer {
	background-repeat: no-repeat;
	background-position: center; 
	background-size: contain;
	width: 100px; 
	height: 100px;
}

.museComponent div.imgSlideList {
	text-align:center;
	overflow-x: auto;
}
.museComponent div.imgSlide:hover,
.museComponent div.thumbContainerSelected {
	padding:5px;
	border:5px solid #337ab7;
}
.museComponent img.imgSlidePreview {
	border-radius:10px;
}
.museComponent .specialLimits{
	overflow-y: auto;
    height: 164px;
}

.museComponent .specialLimits >li>a {
    white-space:normal !important;
}

/* image display: carousel in search, record image popup ENDS*/

.museComponent .carouselNonXS {
	width: 130px;
    margin: 3px 7px 0px 0;
    border: 1px solid #c1c1c1;
}
.museComponent .thumbContainerSide {
	width: 130px;
    margin: 3px 17px 0px 0;
    border: 1px solid #c1c1c1;
    border-radius:0px! important;
}


.museComponent .limitedHeight {
    max-height: 250px;
    overflow: auto;
    line-height: 20px;
}
						.museComponent #accordionSources .limitedHeight span.badge {
							margin: 0px 5px;
						}



.museComponent #accordionDistill .limitedHeight {
	min-height: 200px;
	max-height: 200px;
}
						.museComponent #accordionDistill .limitedHeight svg {
						    max-height: 190px;
						    max-width: 100%;
						    margin-top: 7px;
						}
						.museComponent #accordionDistill .limitedHeight svg path {
						    opacity: 0.3;
						}
						.museComponent #accordionDistill .limitedHeight path:hover,
						.museComponent #accordionDistill .limitedHeight path.entitySelected
						 {
						    opacity: 1 !important;
						    cursor: pointer;
						}
						.museComponent #accordionDistill .limitedHeight .gauge-container {
							font-size: 250%;
						}
						.museComponent #accordionDistill .limitedHeight .gauge-container text.hl {
						    white-space: nowrap;
						}
						.museComponent #accordionDistill .limitedHeight .gauge-container text.hl2 {
						    font-size: .8em !important;
						    white-space: nowrap;
						}
						.museComponent #accordionDistill .distillFilters .distillButton .badge {
							top: -1px;
						}
						.museComponent #accordionDistill .distillFilters {
							text-align: center;
						}
						.museComponent #accordionDistill .distillFilters .btn{
							margin: 1px auto;
						}
						.museComponent #accordionDistill span.distillTerm span.badge {
							font-size: .83em;
							vertical-align: super;
							margin: 1px 5px 0px -2px;
						}


.museComponent #accordionTopicTree .limitedHeight {
    height: 250px;
    overflow: hidden;
}

						.museComponent #topicTreeMinContainer #topicsDisplayContainerC,
						.museComponent #topicTreeMinContainer #topicsDisplayContainerF,
						.museComponent #topicTreeMinContainer #topicsDisplayContainerL {
							height: 100%;
						}

						.museComponent #topicTreeMinContainer #topicsDisplayContainerL {
						    overflow: auto;
						}

						.museComponent.museSearchTopicTreeModal .modal-body #topicTreeMaxiContainer {
							margin:0px auto;
							height: 100%
						}

						.museComponent #topicTreeMaxiContainer #topicsDisplayContainerC, .museComponent #topicTreeMaxiContainer #topicsDisplayContainerF {
							margin:0px auto;
							height: 100%
						}



.museComponent div.collapseLeft,
.museComponent div.collapseRight {
	width: 25px;
    top: 150px;
    z-index: 1000;
    word-wrap: break-word;
    color: white;
}

div#museComponent {
    font-size: 14px;
}
div#museComponent {
	height: 100%;
	display: inline;
}

/*if Muse is NOT alone, buttons are relative to Muse div*/
div#museOuterContainer div.collapseLeft,
div#museOuterContainer div.collapseRight {
	position: absolute;
}
/*if Muse IS alone, buttons are fixed within the page*/
body div:first-of-type#museOuterContainer div.collapseLeft,
body div:first-of-type#museOuterContainer  div.collapseRight {
	position: fixed;
}
#museComponent div.collapseLeft .fa,
#museComponent div.collapseRight .fa {
    margin: 20px 7px;
}
#museComponent div.collapseRight {
    right: 0px;
    left: initial;
    border-radius: 10px 0 0 10px;

}
#museComponent div.collapseLeft {
    left: 0px;
    right: initial;
    border-radius: 0 10px 10px 0;
}

.museComponent .dropdown-menu li{
	cursor: pointer;
}

.museComponent .loginPage .browserOnline .center-block {
	display:block !important
}

.museComponent .rssList {
	font-size: .9em
}

.museComponent .popover {
    max-width: 500px !important;
}
.museComponent .popover .iframeGoogleDocsPreview {
	width: 400px;
    height: 250px;
}
.museComponent .letterHeader {
    width: 66px;
    height: 66px;
    border-radius: 33px;
    text-align: center;
    font-size: 47px;
    float: left;
    margin: 0 10px 10px 0;
}

.museComponent .letterHeaderSmall {
    width: 66px;
    height: 66px;
    border-radius: 33px;
    text-align: center;
    float: left;
    margin: 0 0 10px 10px;
}
.museComponent .letterHeaderImg {
    width: 66px;
    height: 66px;
    border-radius: 33px;
    text-align: center;
    float: left;
    margin: 0 10px 10px 0;
}
.museComponent .letterHeaderIndex {
    width: 36px;
    height: 20px;
    border-radius: 33px;
    text-align: center;
    display: inline-block;
    margin: 0 5px 5px 5px;
    cursor: pointer;
    font-size: 16px;
}
.museComponent .homeSourcesList {
	/*max-height: 600px;
	overflow-y: auto;*/
}
.museComponent .color1 {
    background-color: #649FD3;
}

.museComponent .color2 {
    background-color: #6468D3;
}

.museComponent .color3 {
    background-color: #D3649F;
}

.museComponent .color4 {
    background-color: #64D398;
}

.museComponent .color5 {
    background-color: #C37837;
}

.museComponent .color6 {
    background-color: #D36468;
}

.museComponent .color7 {
    background-color: #9FD364;
}

.museComponent .dedupeClass {
	margin-left: 20px;
}

/* topic tree starts */
.museComponent div[data-angular-treeview] {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  text-decoration: none;
}

.museComponent div[data-tree-model] ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  overflow: hidden;
}
/* .museComponent div[data-tree-model] li {
	position: relative;
	cursor: pointer;
} */
.museComponent div[data-tree-model] li .expanded:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
}
.museComponent div[data-tree-model] li .collapsed:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
}
.museComponent div[data-tree-model="topicTreeData4List"] > ul > li,
.museComponent div[data-tree-model="topicTreeData4List"] > ul > li > div[data-tree-model] > ul > li { /*when root "/" of tree is deactivated*/
    padding: 0;
}
.museComponent div[data-tree-model="tocList"] > ul > li {
    padding: 0;
}
.museComponent div[data-tree-model] li {
	padding: 0 0 0 18px;
}
.museComponent div[data-tree-model] li[class^=normal] i,
.museComponent div[data-tree-model] li span {
	margin-right: 5px;
}
.museComponent div[data-tree-model] li .collapsed {
	margin-right:9px;
	margin-left: 4px;
}
.museComponent div[data-tree-model] li .expanded {
    margin-right: 7px;
    margin-left: 2px;
}
.museComponent div[data-tree-model] li .normal {
	padding-left: 4px;
}
/* topic tree ends */
/* help tree starts */
.museComponent #museHelpContainer div[data-tree-model] li .expanded:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f147";
}
.museComponent #museHelpContainer div[data-tree-model] li .collapsed:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f196";
}
.museComponent #museHelpContainer div[data-tree-model] li .expanded,
.museComponent #museHelpContainer div[data-tree-model] li .collapsed {
    margin-left: 0px;
    margin-right:9px;
}
.museComponent #museHelpContainer > div .link {
	text-decoration: none;
}

.museComponent #museHelpContent .helpImage {
	text-align:center;
}
.museComponent #museHelpContent .helpImage img {
	max-width: 90%;
    border: 1px solid lightgray;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 0 0 10px 3px lightgrey;
}
.museComponent div[data-tree-model='tocList'] li {
    margin-top: 3px;
}
.museComponent div[data-tree-model='tocList'] ul {
    margin-top: 3px;
}
.museComponent div[data-tree-model='tocList'] ul li:first-of-type {
    margin-top: 0px;
}

/* help tree ends */
.museComponent .moreDedupe{display:none;}
.museComponent .lessDedupe{display:;}

.museComponent .record5StarLoader {
  color: rgba(195, 195, 195, 0.5);
}

.museComponent [ng\:cloak],
.museComponent [ng-cloak],
.museComponent [data-ng-cloak],
.museComponent [x-ng-cloak],
.museComponent .ng-cloak,
.museComponent .x-ng-cloak {
  display: none !important;
}

.museComponent ul.pagination {
    margin: 0 !important;
}

.museComponent .facets {
	margin-bottom : 0px !important;
}

.museComponent .item .panel-heading{
	background-color: #fff !important;
}
.museComponent .tableHistorySearch .alert {
	margin-bottom: 5px;
}
.museComponent .tableHistorySearch .alert:last-of-type {
	margin-bottom: 0px;
}
.museComponent .searchHistoryDropDown li a span:not(:last-child),
.museComponent .dropdown-menu > li > a,
.museComponent .dropdown-menu > li > form {
	// width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.museComponent .searchHistoryDropDown {
	min-width: 250px;
}
.museComponent .searchHistoryDropDown li a {
	width: 100%;
}

.museComponent .userNotification {
    position: fixed;
    z-index: 10000;
    opacity: 0.9;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0px;
    max-height: 80%;
    overflow-y: auto;
}

.museComponent .selectRecordNotification > div {
	padding: 6px 30px;
}

.museComponent .selectRecordNotification {
	 bottom: 80px;
	 position: fixed;
	 margin: auto;
	 z-index: 1000;
	 left: 0;
	 right: 0;
	 width: 230px;
}

.museComponent .appliedFilter{
    border-radius: 12px;
    padding: 4px 10px 4px 10px;
    margin: 0px 2px 0 2px;
    font-size: .9em;
}


/* password strength starts */
ul.passStrength {
    display:inline;
    list-style:none;
    padding:0;
}
.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    height:3px;
    margin-top:1px;
    width:20px;
}
/* password strength ends */

/*css correction for flat menu starts*/
#museFlatMenu .navbar-nav>li, #museFlatMenu .navbar-nav {
  float: left !important;
}

#museFlatMenu .navbar-collapse.collapse {
  display: block!important;
}

@media screen and (max-width: 767px) {
    .museComponent #museFlatMenu .navbar-nav .open .dropdown-menu {
		position: absolute;
	    top: 100%;
	    /*left: 0;*/
	    z-index: 1000;
	    float: left;
	    min-width: 160px;
	    padding: 5px 0;
	    font-size: 14px;
	    text-align: left;
	    list-style: none;
	    -webkit-background-clip: padding-box;
	    background-clip: padding-box;
    }
    .museComponent #museFlatMenu .dropdown-menu>li>a {
	    display: block;
	    padding: 3px 20px;
	    clear: both;
	    font-weight: 400;
	    line-height: 1.42857143;
	    white-space: nowrap;
	}

	.museComponent #museFlatMenu .navbar-nav {
	    float: left;
	    margin: 0;
	}

	.museComponent #museFlatMenu .navbar-collapse {
	    border-top: none;
	}
}

#museFlatMenu .collapse.navbar-collapse {
	padding-right: 0;
    padding-left: 0;
}
/*css correction for flat menu ends*/


input[type=password]::-ms-reveal,
input[type=password]::-ms-clear,
input[type=text]::-ms-clear
{
    display: none;
}
.form-group .form-control-feedback {
  pointer-events: initial  /* or - auto // or -  unset  */
}

.museComponent .panel-sm .panel-body .myAccountLimits {
	font-size: 14px;
}
.museComponent .myAccountLimits1{
	margin-right: 7px;
    margin-bottom: 2px;
    margin-top: 5px;
}
.museComponent .myAccountLimits2{
      margin-right:7px;
      margin-bottom: 2px;
      margin-top: 2px;
}

.museComponent .componentSpacer {
	clear:both;
	margin-bottom: 20px;
}

.museComponent .forceVAllign {
	padding: 5px 0
}

.picker .uib-datepicker-popup.dropdown-menu{
	width: 290px;
}

.museComponent span[contentEditable] {
  cursor: pointer;
  padding: 2px 3px;
}
.museComponent span[contentEditable]:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f040";
    font-size: .9em;
    /*vertical-align: super;*/
}

.museComponent span[contentEditable]:focus {
	cursor: default;
	border-width: 1px;
	border-style: dotted;
	border-radius: 5px;
	padding: 2px 3px;
}
.museComponent span[contentEditable]:focus:after {
	content:""
}

.museComponent span[contentEditable]:focus,
.museComponent #goToTopBtn, 
.museComponent #goToBottomBtn,
.museComponent .btn-fake:hover,
.museComponent .btn-fake:focus,
.museComponent ul.uib-datepicker-popup table.uib-daypicker {
	outline: none;	
}

.museComponent .dropdown-menu .divider {
    margin: 2px 0;
}
.museComponent .dropdown-menu {
	max-height: 170px;
    overflow: auto;
}

.museComponent ul.nav .dropdown-menu,
.museComponent .uib-datepicker-popup.dropdown-menu {
	max-height: initial;
}


.museComponent .marc-record .marc-tag {
    width: 5%;
    padding-right: 20px;
}
.museComponent .marc-record .marc-indicator {
    width: 4%;
    white-space: pre;
    padding-right: 20px;
}
.museComponent .marc-record .marc-field {
    width: 91%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.museComponent .marc-record > span {
    display: table-cell;
    vertical-align: top;
}

.museComponent .customHeader * {
	max-width:100%;
}
.museComponent .customHeader > div > *:last-child{
	margin-bottom: 20px;
}

.museComponent .sourceDetailsLabel{
    font-weight: bold;
	font-size:12px;
}

.museComponent .accessDetailsZone .input-group-addon{
	width:33%
}
.museComponent .accessDetailsZone .input-group{
	width:100%
}

.museComponent .btn-toolbar-adjusted {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.museComponent .btn-toolbar-adjusted > .btn-group {
	float:none;
	margin: 0 0 2px 0;
}

.museComponent div.toolbarSpacer div.btn-group + div.btn-group {
    margin-left: 5px;
}

.noHeaderClass {
	margin-top: 10px;
}

/* add/uncomment code below to reset Muse central positioning of the popups */
/*
.museComponent .modal-dialog{
	top:3% !important;
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
}
*/

.museComponent #museHelpContent ,
.museComponent #museHelpTOC  {
	font-size: 13px
}

.museComponent #museHelpContent h1,
.museComponent #museHelpTOC h1 {
	font-size: 21px
}
.museComponent #museHelpContent h2,
.museComponent #museHelpTOC h2 {
	font-size: 19px
}
.museComponent #museHelpContent h3,
.museComponent #museHelpTOC h3 {
	font-size: 17px
}
.museComponent #museHelpContent h4,
.museComponent #museHelpTOC h4 {
	font-size: 15px
}

/*help page - disabled*/
.museComponent #museHelpContent {
   height: calc(100vh - 245px);
   overflow: auto;
}
.museComponent #museHelpTOC {
   height: calc(100vh - 230px);
   overflow: auto;
}
/*help dialog*/
.museComponent .modal-body #museHelpContent {
   height: calc(60vh - 75px);
   max-height: calc(60vh - 75px);
   overflow: auto;
}
.museComponent .modal-body #museHelpTOC {
   height: calc(60vh - 60px);
   max-height: calc(60vh - 60px);
   overflow: auto;
}

/* .museComponent .modal-body #museHelpContent {
   height: calc(50vh - 75px);
   max-height: calc(50vh - 75px);
   overflow: auto;
}
.museComponent .modal-body #museHelpTOC {
   height: calc(50vh - 30px);
   max-height: calc(50vh - 30px);
   overflow: auto;
} */
.museComponent div[help-link] {
	padding: 5px 10px;
}
.museComponent span[help-link] {
    display: inline-block;
    font-size: 14px;
    /* border: 1px solid #337ab7; */
    /* padding: 3px 10px; */
    /* border-radius: 15px; */
    padding: 0 5px;
}

.museComponent form.url-display {
	display: inline
}
.museComponent [record-url-display] div {
	display: inline-block !important
}
.museComponent form.url-display span.pull-left{
	width:100%;
}

.museComponent .btn-fake {
	cursor: initial;
}
.museComponent .btn-fake:hover,
.museComponent .btn-fake:focus  {
	/*records x button with no childs*/
	-webkit-box-shadow: none;
    box-shadow: none;
}

.museSourceInfo .modal-body pre {
	padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    font-family: inherit;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify;
    word-break: break-word;
}

#museAppHeader img, #museAppFooter img {
	height: 30px;
}
#museAppHeader img {
	margin: 10px 10px 0 0;
}
.cookie-agreement {
	margin-top: -20px;
}
.cookie-agreement .alert{
	border-radius: 0px;
}
#museAppFooter img {
	margin: -5px 10px 0 0
}

.museComponent #goToTopBtn, .museComponent #goToBottomBtn {
    position: fixed; /* Fixed/sticky position */
    right: 40px; /* Place the button 30px from the right */
    z-index: 9999; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.museComponent #goToTopBtn {
    bottom: 40px; /* Place the button at the bottom of the page */
}
.museComponent #goToBottomBtn {
    top: 40px; /* Place the button at the bottom of the page */
}

.museComponent .panel button.close + button.close {
	 margin-right: 5px;
}

.museComponent #searchSourcesTabs .nav-tabs > li > a {
	 padding: 5px 5px;
}

.museComponent #searchSourcesTabs .tab-content .tab-pane {
	 padding-top: 5px;
}

/* Used for determining if css files were loaded.*/
.cssLoadedDummy {
	color: #fff;
}
.museComponent button i.fa-chevron-right {
	padding: 0 5px;
}
.museComponent button.close-special {
	margin-left: 5px;
	line-height: unset;
}
.museComponent button.close-special .fa-chevron-down{
	padding: 0 3px;
}


/********************************design changes**********************************/
.museComponent .record-end {
	display: none
}
.museComponent .record-area {
	margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

span[five-star-ranking] .fa-star{
	color: #ffd400
}
span[five-star-ranking] .fa-star-o{
	color: #e0e0e0;
}
span.recordBy {
	color: #909090;
}

.museComponent .record-area-not-selected {
    box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.19);
}

.museComponent .record-area-selected {
	box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.19);

}

.museComponent .panel-sm .panel-heading h3,
.museComponent .panel-sm button.close,
.museComponent button.close-special,
.museComponent .record-area button.close {
    font-size: 14px;
}


.museComponent .footer-external-controls {
	margin-top: 10px;
	color: darkgray;
	width: 100%;
    text-align: right;	
}

.museComponent .widget .panel-heading {
	/*see dedicated them adds*/
}
	.museComponent .widget .panel-body {
	    /*see dedicated them adds*/
	}
	.museComponent .widget .panel-heading h3 {
	    font-size: 20px;
	    margin: 5px 0 8px 0;
	}
	.museComponent .widget button.close {
		margin: 5px 0;
	}
.museComponent button.close, .museComponent .record-area div.close {
	opacity: 1;
}
.museComponent .record-area button.close, .museComponent .record-area div.close {
	width: 16px;
	height: 16px;
}
	.museComponent .record-area div.close {
		width: 20px;
	}
.museComponent .record-area div.close input[type=checkbox] {
    top: -3px;
    position: relative;
}
.museComponent img.recordTitleImage {
    margin-bottom: 2px;
}
.museComponent .recordComponent {
	margin-bottom: 3px;
}
.museComponent audio, .museComponent video{
	width: 260px;
	max-width: 100%;
	max-height: 260px;
	margin: 10px 0 7px 0; /*+3 from .recordComponent*/
}

.museComponent input[type=checkbox].close {
	margin: 2px 10px 10px 10px;
}

.museComponent div.recordFooter {
    clear: none;
}

.museComponent div.footer-external-controls {
     clear: both;
}
.museComponent .recordTitle div.recordTitleItem:first-of-type {
	display: inline; /*to keep first title next to record number*/
}
.museComponent .recordFields .recordFields-dates {
	display: inline-block; /*keep date from title together*/
	font-size: 1em;
}
.museComponent div.recordTitleItem span.link, .museComponent .recordTitleItem .titleNoURL, .museComponent .recordCounter, .museComponent .recordCheck {
	font-size: 1.3em;
    text-decoration: none;
}
.museComponent i.fa-square-o {
	margin-right: .15em;
	margin-left: 0px;
}
.museComponent i.fa-square-o, .museComponent i.fa-check-square-o {
	cursor: pointer;	
}

.museComponent div.recordTitleItem span.link:hover {
    text-decoration: underline;
}

.museComponent .recordTitle {
	margin-bottom: 10px
}

.museComponent .customClearInput{
	cursor: pointer;
	pointer-events: all;
	z-index:10;
	font-size: 12px;
    color: #333333;
}

.museComponent .customHomeTabs .nav-tabs.nav-justified > li > a,
.museComponent .customHomeXSTabs .nav-tabs.nav-justified > li > a
{
	padding:0px;
}

.museComponent .customHomeTabs .tab-pane .panel{
	border-top:0px;
	border-radius:0px;
}

.museComponent .installMobileApp {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index:500; /*to be on top of footer*/
}

.museComponent .installMobileAppContent {
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
}
.museComponent .installMobileAppContent img {
	margin: 5px 10px 0 10px;
	border-radius: 7px;
}

.museComponent .limitsListInfo {
	display: none;
}
.museComponent .limitsListInfo span:not(:last-of-type)::after {
	content: ", ";
}
.museComponent .limitsListInfoNoBr br {
	display:none
}

.museComponent .forced-cursor {
	cursor: default
}

.museComponent div.svg-container {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}
.museComponent div.svg-container svg {
	width: 70px;
	height: 70px;
}
.museComponent div.svg-container svg text, .museComponent div.svg-container svg tspan:nth-child(1){
	fill: gray;
}
.museComponent div.svg-container svg tspan:nth-child(2){
	font-weight: bold;
	fill: #4c4c4c;
}
.museComponent div.svg-container circle#arcb { /*base circle*/
	stroke: #e3e3e3;
	fill: none;
	stroke-width: 2;
}
.museComponent div.svg-container path#arcp, .museComponent div.svg-container circle#arcf { /*arc*/ /*full circle for 360*/
	fill: none;
	stroke-width: 5;
}

.museComponent .myrpanel button.btn-no-style {
    background-color: transparent;	
    padding: 1px 2px;
}
.museComponent .myrpanel button.btn-no-style,
.museComponent button.btn-no-style:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.museComponent .myrpanel button.btn-no-style div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	width: 90px;
}
.museComponent .myrpanel div.btn-group {
	float:none !important;
	margin-bottom: 10px;
}

.publisherList {
   box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
   border-radius: 5px;
   width: 200px;
   display: inline-block;
   margin: 20px !important;
}

.publisherList:hover {
   box-shadow: 0 0 11px rgba(33,33,33,.2); 
   cursor:pointer;
}
.museComponent .thumbContainerPublisher {
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
    overflow: hidden !important; /*disable modal-body overflow as it can appear in some zoom/rotate/browser resize conditions*/
    margin: 0px auto;
    cursor: pointer;
}
.museComponent .thumbContainerPublisher img {
	max-width: 95%;
	max-height: 95%;
	display: inline-block !important;
}
.museComponent .thumbContainerPublisher:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.museComponent .thumbContainerPublisher.item {
		height: 200px;
		width: 100%;
}

.museComponent .card-img-top {
	max-width:90%;
	max-height: 200px;
}

.museComponent .sideSearchTitle, .museComponent .relatedQueriesTitle {
	font-size: 14px;
}
.museComponent .sideSearchDescription {
	font-size: 14px;
}
.museComponent .sideSearchImages {}
.museComponent .sideSearchMultimedia {}

/* TOTP Authentication */
.museComponent #qrcode img {
	float: right;
}

.museComponent .customSwitchCheckbox {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
}

.museComponent .customSwitchCheckbox input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.museComponent .customSwitchCheckbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.museComponent .customSwitchCheckbox .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.museComponent .customSwitchCheckbox input:checked + .slider {
  background-color: #979f2b;
}

.museComponent .customSwitchCheckbox input:focus + .slider {
  box-shadow: 0 0 1px #979f2b;
}

.museComponent .customSwitchCheckbox input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.museComponent .customSwitchCheckbox .slider.round {
  border-radius: 34px;
}

.museComponent .customSwitchCheckbox .slider.round:before {
  border-radius: 50%;
}

.museComponent .customSwitchCheckbox .slider.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
