::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 12px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background: #e3e3e3;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #383838;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#image-gallery-container{
}

#cardviewer-container {
}

/* @media (max-width: @screen-xs-max) { 
	html, body {
	  overflow: hidden;
	}
} */

@media (min-width: 1200px)
{
/*   .modal-dialog {
      width: calc(100vw - 150px);
  } */
  
  .large-modal {
	  width: calc(95vw);
  }
}

/* .modal-dialog {
     width: calc(100vw - 150px);
} */

.modal-small{
  width: 40%;
}

#cardviewer-container {
	background: #383838;
}

#image-gallery {
	background: #383838;
	height: calc(100vh - 125px);
}

.image-container {
	margin:15px 15px;
	border-top:1px solid white;	
} 

#image-gallery .prev, #image-gallery .next {
	position: absolute;
	margin:auto;
	height: 50px;
	top: 0;
	bottom:0;
}

#image-gallery .prev:focus, #image-gallery .next:focus {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
/* 	background: #2D637F;
 */}

#image-gallery .prev {
	left: 10px;
	cursor: pointer;
	height: 60px;
}

#image-gallery .next {
	right: 10px;
	cursor: pointer;
	height: 60px;
}

#card_info_table {
	width:60%;
}

.feedbackClass {
/* 	text-align:center; */
}

.footer-info {
	left: 0;
	line-height: 16px;
	font-size: 14px;
	text-align: left;
	color: white;
	padding-left: 0px;
	background-color:#383838;
	margin:0px;
	padding:0px;
}

.footerContainer {
	border-top: 1px solid #FFF;
}

.cardDetailGrouping {
	margin-top:10px;
}

@media screen and (min-width:769px) {
	#galleryCardText {
		max-width:300px;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space:nowrap;
		position:absolute;
	}
}
@media screen and (max-width:768px){
	#galleryCardText {
		display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 0.9em;
    line-height: 1.2em;
	}
}

#footerPanel, 
#footerPanel .panel-heading,
#footerPanel .panel-body {
	background-color:#383838;
	border:none;
}

#footerPanel .panel-heading  {
	margin-bottom:0;
	cursor:pointer;
}

#footerPanel .panel-heading a  {
	font-size:13px;
}


#footerPanel {
	border-top:1px solid white;
}

#footerPanel .panel-body {
	height:0px;
}


#footerCollapse {
	background-color:#383838;
}


#footerPanel {
 	width:100%;
	position:absolute;
	bottom:0; 
	
}

.myFolder {
	cursor: pointer;
	color: white;
	text-align: center;
	margin:auto;
}

.btn-remove {
	background-image: url("../images/ic_remove_CO_blue.png");
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
}

.btn-add {
	background-image: url("../images/ic_add_CO_blue.png");
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
}

.addRemoveBtn {
	height:24px;
}

.overallPopupCardContainer {
	background: #383838 !important;
	-ms-overflow-style: none;
	overflow: hidden;
	-ms-scroll-limit: 0 0 0 0;
}

.overallPopupCardContainer::-webkit-scrollbar {
	display: none;
}

.galleryContainer {
	position: relative;
	top: 25px;
	font-size: 24px;
	background: #383838 !important;
	overflow: hidden;
	height: calc(80vh);
}

.popup-gallery-items {
	position: relative;
	display: inline-block;
	width: 260px;
	white-space: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.popup-gallery-items:hover {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



.popup-gallery-items:focus {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.galleryContainer .cardCounts {
	display:none;
	margin:auto;
	position: absolute;
	left: 150px;
	top: 100px;
	text-align: center;
	color: white
}

.cardCounts {
	position: relative;	
	font-size: 15px;
	text-align: center;
	left:160px;
	top: 100px;
	color: black;
}

.cardContainer {
	height: 225px;
	background: #e3e3e3;
	border-style: #e3e3e3;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
}

#overallCardContainer {
/* 	margin-bottom: 20px;
 */}

.innerCardContainer {

}

.cardDashDetails {
	height:10px;
	padding-bottom:50px !important;
 }


.gallery-items {
	z-index:3000;
	width: 275px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: normal;
}

.gallery-items:hover {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.gallery-items:focus {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} 

#drawerContainer {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 400px;
	background: #e3e3e3;
/* 	padding-top: 20px;
	padding-bottom: 20px; */
}

#drawerSelectionData{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 400px;
	background: #e3e3e3;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.left {
	float: left;
	padding: 0 100px 100px 0;
}

.innerDrawerTable {
	display: none;
	background-image: url("../images/closed drawer altered.jpg");
	background-repeat: no-repeat;
	background-size: 240px 150px;
	background-position: center; 
	text-align: center;
	cursor: pointer;
}

.drawerNameStyle {
	position: absolute;
	margin-right:auto;
	margin-left:auto;
	
	right:30px;
	left:0px;
	bottom: 25px;
	word-break: break-all;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	width: 155px;
	color: #2D637F;
	text-align: center;
}  

.numberIdStyle {
	position: relative;
	color: white;
	font-size: 10px;
	left: 0px;
	top: 50px;
/* 	top: 28px;
 */	text-align: center;
}

.drawerTimeFrameStyle {
	margin:auto;
	position: relative;
	font-size: 12px;
	left: 3px;
	bottom: 28px;
	width: 180px;
	color: #2D637F;
}

.drawerCheckBoxStyle {
	margin:auto;
 	position:relative;
	left:112px;
	top:8px;
}

.cardCountStyle {
	font-size:10px;
	position:relative;
	left: 0px;
	top: 17px; 
	text-align: center;	
	font-weight: bold;
}

.innerDrawerTable:hover {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.innerDrawerTable:focus {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} 

.filterPanels {
	height:155px;
}

.catalog_links {
	margin: 30px 0px 30px 0px;
	
}

.indexData {
	margin: 10px 0px 10px 0px;
}

.indexData:hover {
	background-color: #e6e9e7;
	cursor:pointer;
}

.drawerDataOuter {
	border-radius: 10px !important;
	padding: 0px 0px 0px 0px;
 }

.drawerData {
	width:100%;
	border-radius: 10px !important;
	padding: 0px 0px 0px 0px;
	margin:0;
	text-align: center;
	background-color:white;
	color: #2D637F !important;
	/* overflow:hidden; */
	vertical-align:initial;
	border-color:#ccc;
}

.drawerData:hover {	
	background-color: #e6e9e7;
	color:#2D637F;
}

.drawerData:focus {	
/* 	background-color: #e6e9e7; */
/* 	color:#2D637F; */
	padding: 0px 0px 0px 0px !important;
}

.drawerDataSelected {
	background-color: #2D637F;
	color:white !important;
	vertical-align:initial;
}

.drawerDataSelected:hover {
	background-color: #e6e9e7;
	color:#2D637F !important;
}

/* .drawerDataSelected:focus { */
/* 	background-color: #e6e9e7; */
/* 	color:#2D637F !important; */
/* } */

#drawerFilterContainer {
	margin-left: 20px;
	margin-right: 20px;
	color: #2D637F;
}

.search {
	width: 95%;
	margin: 0 auto;
	color: #aaa;
	font-size: 16px;
}

.search input {
	width: 88%;
	margin: 0 auto;
	height: 32px;
	background: #F5F5F5;
	border: 1px solid #aaa;
	/* 	   border-radius: 5px;
 */
	box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.search input {
	text-indent: 15px;
}

.search .fa-search {
	position: relative;
	margin: 5px 5px 5px 5px;
}

.numResults {
	color: #2D637F;
	padding-left: 120px;
}

.paginationContainer {
	margin-top:35px;
}

/*      #drawerColor {
        position: relative;
        background: #990099;
        left:60px;
     
     } */

/* ---------------slider styles------------------*/
.popupCardSlideContainer {
	position: relative;
	left: 120px;
	bottom: 400px;
	height: 250%;
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-moz-transform: rotate(90deg); /* Firefox */
	-ms-transform: rotate(90deg); /* IE 9 */
	-o-transform: rotate(90deg); /* Opera */
	transform: rotate(90deg);
}

.popupCardSlideContainer .tooltiptext {
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-moz-transform: rotate(270deg); /* Firefox */
	-ms-transform: rotate(270deg); /* IE 9 */
	-o-transform: rotate(270deg); /* Opera */
	transform: rotate(270deg);
	visibility: hidden;
	width: 200px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	right: 66vh;
	top: 8vw;
	margin-top: 100px;
	margin-left: -65px;
	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 1s;
}

.popupCardSlideContainer .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;	margin-left: -5px;

	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.popupCardSlideContainer:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

#singleCardSlideContainer {

}

.slidecontainer {
	padding:10px;
	margin:10px;
}

.slidecontainer .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 12%;
	left: 50%;
	margin-left: -60px;
	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 1s;
}

.slidecontainer .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.slidecontainer:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.slider {
	-webkit-appearance: none;
	opacity: 0.7;
}

.slider::-moz-range-track {
	width: 100%;
	height: 3px;
	border-radius: 0px;
	outline: none;
	transition: opacity .2s;
	border: none;
}

.slider::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	width: 100%;
	height: 3px;
	border-radius: 0px;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
	background: #888a85;
	border: none;
}

.slider::-ms-track {
	/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	background: transparent;
	/*leave room for the larger thumb to overflow with a transparent border */
	border-color: transparent;
	border-width: 6px 0;
	/*remove default tick marks*/
	color: transparent;
	width: 100%;
	height: 3px;
	transition: opacity .2s;
}

input[type=range]::-ms-fill-lower {
	background: #888a85;
	border-radius: 5px;
}

input[type=range]::-ms-fill-upper {
	background: #888a85;
	border-radius: 5px;
}

.slider:hover {
	opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #888a85;
	margin-top: -6px;
	cursor: pointer;
	border: none;
}

.slider::-ms-thumb {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #888a85;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #888a85;
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.ui-dialog {
	/* 	    position: relative; 
 */
	padding: .2em;
	width: 300px;
	border: 1px solid black;
	z-index: 10000;
}

.ui-dialog-titlebar {
	background: #2D637F;
	color: white;
	background-image: none;
}

.headerDivider {
	border-right: 1px solid white;
}

.divDividerLeft {
	border-left: 1px solid white;
}

#overallGalleryContainer {
	display: none;
}

#cardCountWrapper {
	position: relative;
	right: 0px;
}

#drawerSearch {
	margin:0px 5px;
	height: 25px;
	padding: 0px 5px;
	border-radius: 10px !important;
}

#clearSearch {
	margin:0px 5px;
	height: 25px;
	padding: 0px 5px;
	border-radius: 10px !important;
}


.drawerOcrItems {
	float: left;
	cursor: pointer;
	width: 80px;
	text-align: center;
}

.selectedFilters {
	background-color: #e6e9e7;
}

#cardSearchInput {
}

/* #filter_options {
	display:none;
 	margin-left: -15px !important;
	display: block;
	margin-bottom: 10px;
	margin-top: 70px;
}
 */
.encapsulate {
	border-style: solid;
	border-width: 1px;
	margin: 0 0 5px 0;
}

.panel-heading .accordion-toggle {
	cursor: pointer;
	color: white !important;         /* adjust as needed */
}

.title_underlined{
	border-bottom: 2px solid #CFCFCF;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

#drawerSelectionClose {
	font-size:23px !important;
	color: white;
	opacity: 2;
}

#image-gallery-containerClose {
	font-size:23px !important;
	color: white;
	opacity: 2;
}

#card_image {
	position:absolute;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    max-height: calc(80vh - 150px);
}

#card_image:hover {opacity: 0.7;}

/* The Modal (background) */
#popupImage {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3000; /* Sit on top */
    padding-top: 25px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    margin:auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#cardImg {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
}

#cardImg, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
#popupClose {
	z-index:4000;
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#popupClose:hover,
#popupClose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.glyphicon
{
    font-size: 12px;
}

.addRemoveIcons {
	margin:0;
	height: 24px;
}

.advancedForm{
	padding-right: 5px !important;
	padding-bottom: 2px !important;
}

.ui-dialog { z-index: 3000 !important ;}


#loaderGif {
    margin: auto;
    display: block;
    width: 30%;
    max-width: 30%;
    background-color:transparent;
    -webkit-backface-visibility: hidden;
    border:none;
}

/* The Modal (background) */
#popupLoader {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 25px; /* Location of the box */
    width: 30%; 
    height: 30%; 
    overflow: auto; /* Enable scroll if needed */
    margin:auto;
}

#historyDialog {
    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* Place the button at the bottom of the page */
    right: 100px; /* Place the button 30px from the right */
    z-index: 4000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #2D637F; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    width: 250px;
    display:none;
}

#collapseHistoryList {
	overflow-y:scroll;
	height:600px;
}

.prevResults{
	height: 27px;
    font-size: 14px;
    background-color: #2D637F;
    text-align: center;
    padding-top: 3px;
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: white;
  cursor: default;
  background-color: #2D637F;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-radius: 10px !important;
  background-color: #2D637F !important;
  border-color: #2D637F !important;
  color:white !important;
	  
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  border-radius: 10px !important;
  background-color: #e6e9e7 !important;
  border-color: #e6e9e7 !important;
  color:#2D637F !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border-radius: 10px !important;	
  color: #2D637F !important;
  border:none;
  
}

.popover-content {
	color:black;
}

.popover-title {
	color:white;
	background-color:#2D637F !important; 
}

.exact{
	color:#666;
}

.previousPopupCard {
    font-size: 14px;
}

.nextPopupCard {
    font-size: 14px;
}

#historyListContainer {
	height:700px;
	overflow-y:scroll;
}

.pager li > a,
.pager li > span {
  border: none;
}

.info{
	margin-left: 10px;
}

#simple_exact {
	margin-top: 8px;
}

.ui-dialog .ui-dialog-buttonpane { 
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 
    float: none;
}
.ui-button-text-only .ui-button-text{
	font-size:small;
	background-color: #2D637F;
    color: white;
}

.ui-button{
	border:none !important;
}

#moreTextButton{
	height: 27px;
	text-align: center;
	padding-top: 3px;
	margin-left:300px;
}
@media screen and (max-width:768px) {
	#moreTextButton{
		height: 27px;
		text-align: center;
		padding-top: 3px;
		margin-left: auto;
	}
}

@media screen and (max-width:767px) {
	.startsWith{
	height:185px;
	}
}

.folderIcon{
	height:20px;
	width:20px;
}