
/* X-Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.96px) { 
	.ellipsisLeft {
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 380px;
		direction: rtl; 
		white-space: nowrap;
	}
}
/* X-Small devices (portrait phones, less than 576px) */
@media only screen and (min-width: 575.98px) { 
	.ellipsisLeft {
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 435px;
		direction: rtl; 
		white-space: nowrap;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media only screen and (min-width: 767.98px) { 
	.ellipsisLeft {
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 550px;
		direction: rtl; 
		white-space: nowrap;
	}
 }

/* Medium devices (tablets, less than 992px) */
@media only screen and (min-width: 991.98px) {
	.ellipsisLeft {
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 385px;
		direction: rtl; 
		white-space: nowrap;
	}
 }

/* Large devices (desktops, less than 1200px) */
@media only screen and (min-width: 1199.98px) {
	.ellipsisLeft {
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 435px;
		direction: rtl; 
		white-space: nowrap;
	}
 }

/* X-Large devices (large desktops, less than 1400px) */
@media only screen and (min-width: 1399.98px) {
	.ellipsisLeft {
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 435px;
		direction: rtl; 
		white-space: nowrap;
	}
 }



@media only screen and (max-width:600px) {
    .breadcrumb-item  {
        max-width: 125px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display:inline-block;
        margin-bottom:-5px;
    }


}

@media only screen and (max-width:410px) {
    .breadcrumb-item  {
        max-width: 75px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display:inline-block;
        margin-bottom:-5px;
    }


}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px solid #dddddd;
    border-top: 1px solid #dddddd !important;
}
.table-striped > thead > tr {
    background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped > tbody tr:hover {    background: #d8f4ff !important; }

.info {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 2px;

}

.help {
	padding-right: 5px;
}

#submitDiv {
  padding-left: 200px;
  width: 100%;
}
#example {
	padding-top:0px;
	background-color:white;
	/* width:658px; */
	/* height:482px; */
	width:100%;
	height:auto;
	border: 0px;
	padding-left:5px;
	border: 1px solid #cccccc;
	min-height: 555px;
}
#sampleFrame {
	width:100%;
	height:auto;
	border:0px;
}

#subset {
	display:none;
}

.yearInput {
	position:relative;
	padding:0px 0px 0px 4px;

	width: 50px;
	height: 1.7em;
}

.safari .yearInput {
	top: 0px;
}

.ui-datepicker-trigger {
	position: relative;
	top: -3px;
	padding-left:2px;
}

.safari .ui-datepicker-trigger {
	top: 3px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 2px;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
}

#working {
	position:absolute;
	top:300px;
	left:650px;
	display:none;
	width:200px;
	background-color:black;
	border-radius:20px;
	border:1px solid purple;
	font-size:20px;
	text-align:left;
	padding:10px;
	padding-left:30px;
	color:white;
	z-index: 1000;
	white-space: nowrap;
}

#workingSubset {
	position:absolute;
	top:300px;
	left:50px;
	display:none;
	width:400px;
	background-color:black;
	border-radius:20px;
	border:1px solid purple;
	font-size:20px;
	text-align:left;
	padding:10px;
	padding-left:30px;
	color:white;
	z-index: 1000;
	white-space: nowrap;
	cur
}

#plotWarning {
	position:absolute;
	top:300px;
	left:450px;
	display:none;
	width:600px;
	background-color:red;
	border-radius:20px;
	border:1px solid purple;
	font-size:20px;
	text-align:left;
	padding:10px;
	padding-left:30px;
	color:white;
	z-index: 1000;
	white-space: nowrap;
	cur
}


.loading {
  font-size: 30px;

}


.loading:after {
    overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0em;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}


fieldset {
	padding:3px 10px 10px 10px;
	margin: 3px 3px 8px 3px;
	border-radius: 5px 5px 5px 5px;

	background: #ffffff;
	border: 1px solid gray;

}

fieldset:hover {
	box-shadow: 2px 2px 2px 2px #ccc;

}

legend {
	border: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px 3px 3px 3px;
	background:white;
	width: auto;
	margin-bottom: 10px;
	font-size: 14px;
}

#plotContainer {
	height:550px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding:5px;
}

#options{
	overflow-y:scroll;
	overflow-x:hidden;
	height:550px;

}

#options::-webkit-scrollbar, .data_div::-webkit-scrollbar  {
    -webkit-appearance: none;
}

#options::-webkit-scrollbar:vertical, .data_div::-webkit-scrollbar:vertical {
    width: 11px;
	background-color: rgb(233, 233, 233);
	border-radius: 8px;
}

#options::-webkit-scrollbar:horizontal, .data_div::-webkit-scrollbar:horizontal {
    height: 11px;
}

#options::-webkit-scrollbar-thumb, .data_div::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid rgb(233, 233, 233); /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.options_container {
	height:600px;
	border: 1px solid black;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #f8f8f8;
	padding:5px;
}


table {
	margin-bottom: 5px;
}

.standard {
	width:100%;
}

.optionsTable TD  {
	padding-top:3px;
}

.option_title {
	color: #0f3182;
	font-weight: 500;
}


.yearInput {
	position:relative;
	padding:3px 0px 3px 3px;
	top:-7px;
}

.safari .yearInput {
	top: 0px;
}

.ui-datepicker-trigger {
	position: relative;
	top: -3px;
	padding-left:2px;
}

.safari .ui-datepicker-trigger {
	top: 3px;
}

.emailInput {
	position:relative;
	padding:4px 0px 4px 4px;
	height: 15px;
	width: 150px;
}

.buttonset {
	float:right;
}

.buttonsetTitle {
	padding-top:5px;
	float:left;
}
.ui-state-active  {
	background: #0f3182;
	color: #fff;
}

.note {
	color:red;
	display:block;
	width:100%;
	text-align: center;
}

#thetable tbody tr:hover {    background: #d8f4ff !important; }

.stripe {
	background: #f9f9f9;
}

.files {
	background : #f0f0f0;
}





.loading {
  font-size: 30px;
}

#thetable .fa, #thetable .fas {
	font-size:16px;
	padding-right:2px;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

.data_div {
	overflow-y: auto;
	overflow-x: auto;
	min-height: 100px;
	max-height: 400px;
	margin-top: 0px;
	position:relative;
}

.data_div th {
	background-color: white;
}
.panel-heading:hover {
	cursor:pointer;
}

.panel-body a {
    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.panel-heading > h4:before{
    float: right !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f068";
    padding-right: 5px;
	font-size:12px;
}
.panel-heading.collapsed > h4:before{
    float: right !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f067";
	font-size: 12px;
}

@media print {

	.collapse {
	    display: block !important;
	    height: auto !important;
	}
}

.dataset-badge {
	cursor:pointer;font-size:12px;
}

.stickyHeaders-custom {
	box-shadow: 0px 2px 2px rgb(165, 165, 165) ;
}

.collapseHeader::before {

    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: " \f078 ";
    padding-right: 2px;
    font-size: 12px;
}

.collapseHeader.collapsed::before {

    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: " \f054 ";
    padding-right: 5px;
    font-size: 12px;
}

.var::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    padding-left: 5px;
	font-size:12px;
}

.var.collapsed::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    padding-left: 5px;
	font-size:12px;
}

#var_table {
	width:100%;
}
#var_table td{
	border: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 5px;
	width:50%;	
	text-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size:17px
}

#var_table td:hover {
	background-color: #ebf2fa;
	/* color: black; */
	cursor:pointer;
}