/*------------------------------------------------------------------
theme core
-------------------------------------------------------------------*/

html, body {
    font-family: 'Roboto', sans-serif;
    position: relative;
    height: 100%;
}
body {
    padding-top: 50px;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
h1.hl, h2.hl, h3.hl, h4.hl, h5.hl, h6.hl {
    color: #eaeaea;
    font-weight: 300;
    text-transform: uppercase;
}
h1.hl small, h2.hl small, h3.hl small, h4.hl small, h5.hl small, h6.hl small {
    text-transform: none;
}

/*  Offset compensation for anchor tags due to fixed navbar  */
.page-anchor {
	display: block;
	position: relative;
	top: -60px;
	visibility: hidden;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* ===== Recaptcha ===== */
#recaptcha_challenge_image {
    max-width: 100%;
    max-height: 100%;
}
#recaptcha_image {
    width: 100% !important;
}
#recaptcha_response_field {
    width:100% !important;
}
.recaptcha_input_area {
    padding-right: 7px !important;
}
#recaptcha_area {
    width: 100%;
}
#recaptcha_response_field {
    border: 1px solid #ddd !important;
    padding: 4px;
}
.recaptcha_image_cell {
    width: 60%;
}

#recaptcha-div {
    margin-bottom: 0.5em;
    background: white;
    border-radius: 4px;
}

#remove-citation-link {
	float: left;
}

.recaptchatable {
    width: 100%;
}

/* ===== Showcase ===== */

#wrap {
    background: url("../img/bg3.jpg");
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg3.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg3.jpg', sizingMethod='scale')";
    background-position: center;
    border-bottom: 1px solid #eee;
    color: #fff;
}
#wrap h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 48px;
    margin-top: 70px;
    text-transform: uppercase;
    margin-left: 70px;
    text-shadow: 1px 1px 3px #666;
    filter: Shadow(Color=#666666, Direction=45, Strength=3);
}
.showcase {
    position: relative;
    max-width: 438px;
    margin: 0 auto;
}
.list {
    margin: 50px 0 50px 50px;
}
.list ul {
	padding: 0;
}
.list i {
	font-size: 28px;
}
.list li {
	list-style-type: none;
	margin: 10px 0;
}
.list span.li-bg {
	background: rgba(0, 0, 0, 0.25);
	padding: 5px 10px;
}
.list span {
	font-size: 28px;
	margin-left: 20px;
	font-weight: 100;
}
.first {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
}
.second {
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
}
.third {
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
}
.fourth {
	-webkit-animation-duration: 1.9s;
	-moz-animation-duration: 1.9s;
}


/* ===== Profiles ===== */

/* Avatar */

.avatar {
	position: relative;
}
.avatar-bubble,
.avatar:hover .avatar-bubble {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.avatar-bubble {
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	width: inherit;
	padding: 15px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-weight: 300;
	opacity: 0;
}
.avatar:hover .avatar-bubble {
	opacity: 1;
}
.avatar-bubble a {
	display: block;
	color: #eee;
}
.avatar-bubble a:hover {
	text-decoration: none;
	color: #fff;
}

/* Profile menu */

.user-menu > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.user-menu > ul > li {
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.user-menu > ul > li:last-child {
	border-bottom: 0;
}
.user-menu > ul > li > a {
	display: block;
	padding: 10px;
}
.user-menu > ul > li > a:hover {
	text-decoration: none;
	background: #f5f5f5;
}
.user-menu > ul > li > a.active {
	background: #f5f5f5;
}
.user-menu > ul > li > a > i.sign {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.user-menu > ul > li > a > i.fa-chevron-right {
	line-height: 40px;
	color: #eaeaea;
	display: none;
}
.user-menu > ul > li > a:hover > i.fa-chevron-right {
	display: inline-block;
}
.user-menu > ul > li > a.active:hover > i.fa-chevron-right {
	display: none;
}

/* User status */

.user-status {
	margin-bottom: 20px;
}
.user-status > p > a {
	color: #333;
}

/* Other */

a.sign-out-inline:hover {
	text-decoration: none;
}

/* Modal window */

.modal-content {
	border-radius: 0;
}

.modal-header {
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0)
}

.modal-header > img,
.dialog-new > img {
	height: 50px;
	width: 50px;
	margin: 0 15px 15px 0;
	float: left;
	overflow: hidden;
}

#add-author-modal .author-types > button, #add-contributor-dialog .author-types > button {
	flex-grow: 1;
	flex-basis: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* warning access removal dialog title */
.access-dialog-title {
	display: none;
}
/* warning access removal dialog content */
.access-warning {
	float:left;
	margin:12px 12px 50px 0;
}

/* Inbox */

.pm-search {
	background: #F5F5F5;
	border-top: 1px solid #DDD;
	padding: 20px;
	margin-bottom: 15px;
}
.pm-list > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pm-list > ul > li:first-child {
	border-top: 1px solid #EEE;
}
.pm-list > ul > li {
	padding: 15px;
	border-bottom: 1px solid #EEE;
}
.pm-list > ul > li:hover {
	background: #f5f5f5;
}
.pm-list > ul > li > p > img {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.pm-list > ul > li > p {
	float: left;
	overflow: hidden;
	width: 50%;
	margin-bottom: 0;
}
.pm-list > ul > li > p > a.inbox-dialog {
	color: #999;
}
.pm-list > ul > li > p > a.inbox-dialog:hover {
	color: #999;
	text-decoration: none;
}
.dialog {
	height: 400px;
	overflow: auto;
}
.dialog-new {
	background: #F5F5F5;
	border-top: 1px solid #DDD;
	padding: 20px;
}
.dialog-new > form {
	width: 80%;
	float: left;
}

/* ===== Blog ===== */

.blog {
	line-height: 1.8;
}
.img-blog {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 10px;
	width: 350px;
}
.recent-blogs ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.recent-blogs ul li {
	padding: 7px 0;
	border-bottom: 1px dotted #ddd;
}
.blog-months ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.blog-months ul li .badge {
	background: #FFF;
	color: #666;
	border: 1px solid #ddd;
}
.new-comment {
	padding: 20px 10px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
	margin: 20px 0;
}
.new-comment:hover {
	border-bottom-style: solid;
}
.new-comment img {
	max-height: 64px;
	width: auto;
	float: right;
}
.comment {
	margin: 10px 0;
	border-bottom: 1px dotted #ddd;
}

#comments .rating > h3 {
	display: none;
}

#comments .rating {
	border-top: 1px solid #ddd;
	padding-top: 9px;
	margin: 0;
	margin-bottom: 20px;

}
/* ===== About Us block ===== */

img.img-about {
	width: 40%;
	padding: 10px;
	border: 1px solid #eee;
	float: left;
	margin: 0 20px 20px 0;
}

/* ===== Media objects ===== */

.media-object {
  height: 64px;
  width: 64px;
}

img.media-object{
    margin-right:10px;
}
.media-heading a{
  color: #333;
}
.media-heading a:hover{
  color: #333;
  text-decoration: none;
}
.read-more {
	float:right;
	margin-top: 10px;
}

/* ===== Recent Works ===== */

.thumbnail {
	position: relative;
    font-size: 14px;
}

.thumbnail .visit {
	position: absolute;
	opacity: 0;
	width: 100%;
	text-align: center;
	top: 80px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.thumbnail:hover .visit {
	opacity: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.thumbnail .visit a {
	color: #FFF;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
}
.thumbnail .visit a:hover {
	color: #FFF;
	text-decoration: none;
}

/* ===== Steps ===== */

.step {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.step i {
	color: #dedede;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step h4 {
	text-transform: uppercase;
}
.step .arrow {
	position: absolute;
	top: 0;
	right: -10%;
    color: #dedede;
    font-size: 100px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step:hover i {
	color: #FFA973;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step:hover .arrow {
	color: #99E0FF;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}

/* ===== 404 error page ===== */

.not-found {
	background: #eee;
    background-image: url("../img/falling-leafs.png"), -webkit-linear-gradient(top, #eee, #fff);
    background-image: url("../img/falling-leafs.png"), -moz-linear-gradient(top, #eee, #fff);
}
.not-found .digits {
	color: #999;
	font-size: 250px;
	font-weight: bold;
	text-align: center;
}
.not-found .digits i {
	font-size: 200px;
	margin: 0 10px;
}
.not-found h1 {
	text-align: center;
	color: #666;
}
.not-found h2 {
	text-align: center;
	color: #999;
}
.not-found form {
	text-align: center;
	margin: 30px 0;
}

/* Login Header*/

li.account {
	padding: 10px 20px;
	overflow: hidden;
	height: 100%;
}
li.account .avatar {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 20px 0 0;
	background: url("../img/face1.jpg");
	background-size: cover;
	background-position: center;
}
li.account p{
	overflow: hidden;
	font-size: 14px;
	text-transform: none;
	word-wrap: break-word;
}

#cogs-menu,
#profile-menu {
    display: none;
    text-transform: none;
}

#profile-menu > .dropdown-toggle {
    padding: 0;
}

#profile-menu .dropdown-footer {
    position: absolute;
    bottom: 20px;
    border-top: 1px solid #CCC;
    width: 100%;
    margin: -20px;
    padding: 10px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

#profile-menu #profile-menu-fullname {
	font-weight: bold;
}

#profile-menu > .dropdown-toggle:hover, #profile-menu > .dropdown-toggle:focus {
    background:none;
}

#profile-menu #profile-menu-email, #profile-menu #profile-menu-fullname {
	overflow: hidden;
	text-overflow: ellipsis;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.profile-photo-error {
    text-align: right;
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 25px 10px 25px;
}

/* ===== Login box ===== */

.form-box {
	padding: 10px 15px 20px;
	border: 1px solid #DDD;
	background: #F5F5F5;
}
.form-box h4 {
	text-transform: uppercase;
	color: #666;
}
.form-box hr {
	border-bottom: 1px solid #dedede;
}
.login-social ul {
    font-size: 20px;
    margin: 0;
	padding: 0;
}
.login-social li {
    float: left;
    display: block;
    list-style-type: none;
    width: 40px;
    height: 40px;
    margin: 20px 5px 20px 0;
    text-align: center;
    line-height: 40px;
}
.login-social li#twitter {
	background: #1dcaff;
}
.login-social li#facebook {
	background: #3B5998;
}
.login-social li#google {
	background: #dd4b39;
}
.login-social li#twitter:hover,
.login-social li#facebook:hover,
.login-social li#google:hover {
    background: none;
}
.login-social li#twitter:hover a {
	color: #1dcaff;
}
.login-social li#facebook:hover a {
	color: #3B5998;
}
.login-social li#google:hover a {
	color: #dd4b39;
}
.login-social li a {
    color: #fff;
	padding: 10px;
}
.login-social li, .login-social li:hover {
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}
.login-social li a, .login-social li:hover a:hover{
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
/* ===== Registration form popover ===== */

.signup .popover {
	min-width: 200px;
}

#signup{
    margin-bottom: 10px;
}

/* ===== Site search ===== */

.navbar-nav li#search {
	background: #00B4FF;
	background: linear-gradient(top, #00B4FF, #009DE0);
	background: -webkit-linear-gradient(top, #00B4FF, #009DE0);
	background: -moz-linear-gradient(top, #00B4FF, #009DE0);
	position: relative;
}
.navbar-nav li#search .search-box {
	position: absolute;
	right: 0;
	bottom: -70px;
	width: 250px;
	padding: 10px;
	background: #eaeaea;
	background: rgba(0, 0, 0, 0.65);
	display: none;
}
.navbar-nav li#search i.margin-2 {
	margin-left: 2px;
}

/* Helper Classes */
.has-background-light-gray {
  background: #F8F8F8;
}

.top-zero {
	margin-top: 0;
}
.bottom-15 {
	margin-bottom: 15px;
}
.ui-icon {
	color: #666;
}
.tab-1 {
	margin-right: 15px;
}
.tab-2 {
	margin-right: 30px;
}
.tab-3 {
	margin-right: 45px;
}
.tab-3 {
	margin-right: 60px;
}

.has-cursor-pointer {
  cursor: pointer;
}

.has-text-center {
  text-align: center;
}

/* ===== Scroll to Top ===== */

.scrolltotop {
	height: 48px;
	width: 48px;
	border-color: #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #999;
	color: rgba(0, 0, 0, 0.3);
	font-size: 18px;
	line-height: 38px;
	border-radius: 3px;
	text-align: center;
    background: rgba(255, 255, 255, 0.5);
}
/* ===== Resource edit page changes ===== */

.contact-table .icon-button, .funding-agencies-table .icon-button {
    float:left;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

.contact-table {
	table-layout: fixed;
}

.authors-wrapper > a:not(:first-child):not(.fa-youtube-play)::before,
.authors-wrapper span:not(:first-child):not(.ui-sortable-helper) a::before,
.authors-wrapper > .ui-state-highlight:not(:first-child)::before,
.owners-wrapper > a:not(:first-child)::before,
.separate :not(:first-child)::before {
    content: "";
    width: 1px;
    display: inline-block;
    background-color: #999;
    height: 1em;
    margin: 0 4px;
    position: relative;
    top: 2px;
}

.authors-wrapper > .ui-state-highlight:not(:first-child)::before {
	margin: 0 -6px;
}

.authors-wrapper.sortable span:last-child a {
    margin-right: 10px;
}

.authors-wrapper .ui-state-highlight {
	width: 100px;
	height: 1em;
	display: inline-block;
	margin-left: 8px;
	margin-right: 4px;
	padding: 0;
}

.authors-wrapper a {
	cursor: pointer;
}

.contact-table td:last-child{
    width: calc(20% - 20px);
}

.hs-table {
	border-collapse: collapse !important;
	overflow: auto;
}

.hs-table tr {
	border: 1px solid #DDD;
	background: #FFF;
}

.hs-table td, .hs-table th {
	padding: 10px 18px !important;
}

.hs-table thead tr {
    border-bottom: 1px solid #DDD;
}

.hs-table thead tr th {
    background-color: #F1F1F1;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 0 !important
}

.contact-table-view td {
	width: 25%;
}

.contact-table td {
	width: 20%;
	border-top: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

#relatedResourcesTab{
    overflow:hidden;
}

#comments{
    padding-bottom: 15px;
    margin-top: 20px;
}

table.info-table > tbody > tr > td {
    padding-left: 15px
}

.res-header table.info-table > tbody > tr > th {
    white-space: nowrap;
    vertical-align: top;
}

.res-header table.info-table > tbody > tr > td {
    padding-bottom: 8px;
}

.res-header .agg-multidimensional_content {
    background-color: #9625aa;
}

.res-header .agg-time_series_content {
    background-color: #009688;
}

.res-header .agg-referenced_time_series_content {
    background-color: #4caf50;
}

.res-header .agg-geographic_feature_content {
    background-color: #795548;
}

.res-header .agg-geographic_raster_content {
    background-color: #708a97;
}

.res-header .agg-csv_content {
    background-color: #757683;
}

table.info-table {
	margin-bottom: 20px;
	word-break: break-word;
}

.res-header .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

#resourceSpecificTab {
	overflow-x: hidden;
	word-break: break-word;
}

#variables .custom-well {
	height: 225px;
	overflow: auto;
	background-color: #FFF;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#variables .custom-well > strong{
	font-size:18px;
}

#variables {
	overflow: auto;
	border-radius: 0;
}

.hs-doc-preview > pre {
    padding: 2em;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.hs-doc-preview {
	background: #f5f5f5;
    border: 1px solid #DDD;
    padding: 32px;
    height: 300px;
    overflow: auto;
    resize: vertical
}

div.readme {
    padding: 0;
    background-color: #FFF;
	border: 1px solid #DDD;
}

div.readme .readme-content {
	min-height: 200px;
	height: 200px;
	overflow: auto;
	padding: 2em;
	resize: vertical;
	margin: 0;
	border: 0;
	background-color: #FFF;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	word-break: break-word;
}

div.readme .readme-header {
	padding-left: 2em;
}

div.readme .readme-header i {
	margin-right: 4px;
	background-color: #FFF;
	border-top-right-radius: 50%;
}

div.readme .readme-header h4 > span {
	color: #555;
}

#resourceSpecificTab input.form-control[type='radio'], #resourceSpecificTab input.form-control[type='checkbox'] {
	box-shadow: none;
}

#resourceSpecificTab legend {
	font-size: 18px;
	border-bottom: 0;
	display: block;
	margin-bottom: 10px;
}

.custom-table th {
    padding-right: 40px;
    font-weight: 400
}

.custom-table th, .custom-table td {
	vertical-align: top;
	padding-bottom: 8px;
}

.custom-table td {
	word-wrap: break-word;
}

#txt-title {
	font-size: 27px;
	height: auto;
}

#txt-abstract {
	height: 155px;
}

.hilight > span.remove {
	position: absolute;
	right: 8px;
	top: 10px;
	font-size: 0px;
}

.form-control, .controls .input-group .form-control {
	margin-bottom: 8px;
}

.no-padding {
	padding: 0;
}

.icon-remove {
	font-size: 17px;
	top: 3px;
	left: 6px;
	color: rgb(217, 83, 79);
	cursor: pointer;
}

.icon-add {
	font-size: 17px;
	top: 3px;
	left: 1px;
	color: #5cb85c;
	cursor: pointer;
}

.icon-add:hover {
	color: #47a447;
}

.icon-remove:hover {
	color: rgb(168, 69, 66);
}

#panel-left {
	padding-right: 8px;
	padding-left: 0;
	margin-bottom: 10px;
}

#panel-right {
	padding-left: 8px;
	padding-right: 0;
	margin-bottom: 10px;
}

/* ===== Resource UI changes ===== */


a[data-toggle='tab']{
    /*display: inline-block !important;*/
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#btn-public.active {
    color: #FFF;
    background: #5cb85c;
    border-color: #20833F;
}

#btn-public:disabled, 
#btn-private:disabled, 
#btn-discoverable:disabled {
	pointer-events: auto;
}

#btn-private.active {
    color: #FFF;
    background: #d9534f;
    border-color: #8C3C3A;
}

#btn-discoverable.active {
    color: #FFF;
    background: #f0ad4e;
    border-color: #CB7904;
}

#btn-private {
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#btn-discoverable {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

#btn-public {
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-danger{
    border-color: #8C3C3A;
}

.btn{
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
}

.clear-fix {
    clear: both;
}

.height-fix {
    overflow: hidden;
}

.add-view-user-form, .add-view-group-form {
   margin-bottom: 10px;
}

#id_user-wrapper, #id_group-wrapper, #user-wrapper {
	width: 100%;
	border: 1px solid #CCC;
	min-height: 34px;
}

#permission-panel .panel-body{
    padding: 15px 0;
}

#id_user-deck > span.hilight, #user-deck > span.hilight, #id_group-deck > span.hilight {
	background: #EEE;
	padding: 6px 12px;
	padding-right: 16px !important;
	width: 100%;
	min-height: 34px;
}

.autocomplete-light-widget input, .autocomplete-light-widget input:focus {
    width: 100% !important;
}

.autocomplete-light-widget input{
	border: 0;
}

#form-sharing{
    margin-top: -6px;
    margin-left: 5px;
    margin-right: 5px;
}

.file-icon {
	margin-right: 5px;
	font-size: 20px;
	line-height: 1.5em;
	color: #8c8c8c;
	float: left;
	top: 4px;
	left: 2px;
}

table.table-plain {
    margin-bottom: 10px;
    width:100%;
}

table.table-plain td{
    padding-right: 10px;
}


.tab-elements > .panel-tabs > .nav-tabs{
    margin-bottom: 0;
    border:0;
}


.tab-elements .nav-tabs li{
    padding:0;
}
.panel-tabs > .nav-tabs > li > a{
    color:#555;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.tab-elements > .tabs-body {
    min-height: 150px;
    border: 1px solid #ddd;
    padding: 10px;
    overflow: auto;
}

.panel-tabs table>tbody>tr>th{
    border:0;
}

.division-title {
    clear:left;
    margin-left: 7px;
    background-color: #FFF !important;
}

.division-title > span {
    font-size: 20px;
    font-weight: 500
}

.page-title {
    font-weight: 500;
    margin: 30px 0;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
}

.label-file-name {
    font-weight: bold;
}

.label-file-size {
    font-size:12px;
    margin-bottom: 0;
}

.table-plain > tbody > tr:last-child{
    border:none;
}

body > .main-container {
    min-height: calc(100% - 286px);
    padding-bottom: 20px;
	padding-top: 20px;
}

.icon-button {
    font-size: 22px;
    cursor: pointer;
    margin: 0 4px;
    padding: 5px;
    background-color: transparent;
    width: auto !important;
}

#btn-toolbar-download-all.icon-button {
	padding: 0;
}

.icon-button:hover{
    text-decoration: none;
}

#btnMyResources.btn-resource-add {
	color: #D9534F;
}

#btnMyResources.btn-resource-add:hover {
	color: #84B85C;
}

#btnMyResources.btn-resource-remove {
	color: #84B85C;
}

#btnMyResources.btn-resource-remove:hover {
	color: #D9534F;
}

#btnOpenWithApp.btn-resource-add {
	color: #D9534F;
}

#btnOpenWithApp.btn-resource-add:hover {
	color: #84B85C;
}

#btnOpenWithApp.btn-resource-remove {
	color: #84B85C;
}

#btnOpenWithApp.btn-resource-remove:hover {
	color: #D9534F;
}

.custom-btn-toolbar.toolbar-fixed {
	position: fixed;
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
	border-radius: 4px;
	z-index: 3;
}

.custom-btn-toolbar {
    display: flex;
    justify-content: flex-end;
}

.custom-btn-toolbar a {
	text-decoration: none;
	display: inline-block;
}

.custom-btn-toolbar .icon-button, .custom-btn-toolbar .icon-button:focus {
	border: 0;
	outline: 0;
}

.custom-btn-toolbar .disabled > span {
	color: #999;
	cursor: default;
}

#success-alert, #error-alert, .custom-alert {
    position: fixed;
    z-index: 999;
    margin-right: auto;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    top: 60px;
}

.alert-dismissible {
    margin-top: 20px;
}

.custom-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.cc-image {
	width: 88px;
	height: 31px;
}

#permission-panel .custom-well {
	background: #F7F7F7;
	margin-top: 30px;
}

.info-icon {
	color: #FFFFFF;
	margin-top: 4px;
	margin-left: -4px;
	position: absolute;
    right: 25px;
    top: 13px;
}

.info-icon:hover{
    color: #CCC;
}

.btn-update-list{
    margin-top:4px;
    margin-right:4px;
    margin-bottom:4px;
    width: 100%;
}

.btn-add-access, #btn-confirm-add-access {
	height: 34px;
	width: 100%;
}

#btn-confirm-add-access {
	border-radius: 0;
}

#invite-to-group .btn-add-access {
	width: 160px;
}

.btn-default {
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fcfcfc, #eee);
	background-image: linear-gradient(#fcfcfc, #eee);
}

.btn-default:not(.active) {
    text-shadow: 1px 1px #FFF;
}

.btn-primary {
	background-color: #eee;
	background-image: -webkit-linear-gradient(#7AB2E2, #428BCA);
	background-image: linear-gradient(#7AB2E2, #428BCA);
	border-color: #428BCA;
	color: #FFF;
}

.btn-success {
	background-color: #eee;
	background-image: -webkit-linear-gradient(#74E274, #5CB85C);
	background-image: linear-gradient(#74E274, #5CB85C);
	border-color: #20833F;
	color: #FFF;
}

.btn-info, .btn-primary, .btn-success, .btn-danger {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.btn-add-access:focus, #form-change-access button:focus {
	outline: none;
}

.access-panel-title{
    color: #FFF;
    background-color: #337ab7;
    margin: -20px;
    border: 1px solid #337ab7;
    padding: 10px;
    padding-right: 30px;
    height:52px;
    margin-bottom: 10px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.button-label{
    font-family: 'Roboto', sans-serif;
}

.btn-remove{
    color:#d9534f;
}

.icon-blue {
    color: #428BD2
}

.icon-red {
  color: red !important;
}

.icon-guide {
  font-size: 20px;
}

.icon-green {
    color: #10ae10
}

#delete {
	margin-left: 20px;
}

.btn-download{
    color:#428bca;
}

.btn-download-zip{
	color: #428bca;
}

#fb-file-operations-controls #rep-res-bag {
	text-decoration: none;
	padding: 0 6px;
	display: inline-block;
}

#comment, .comment-reply-form {
	width: 100%;
}

.content-block > h3, #comments > h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-top: 40px;
    color: #4BB5C1;
}

.sharing-public{
    border: 1px solid #6E6E6E;
    padding: 3px 6px;
    background: #5CB85C;
    color: #FFF;
    margin: 3px;
    border-radius: 15px
}

.sharing-private{
    border: 1px solid #6E6E6E;
    padding: 3px 6px;
    background: #D9534F;
    color: #FFF;
    margin: 3px;
    border-radius: 3px;
}

#citation-text-wrapper {
  width: 100%;
	background: #EEE;
	border: 1px solid #CCC;
	cursor: default;
	line-height: 24px;
  align-items: center;
  justify-content: space-between;
}

#citation-text-wrapper > .flex {
  align-items: center;
  padding: 8px;
}

#citation-text-wrapper > button.clipboard-copy {
  align-self: flex-start;
  border-top: 0;
  border-right: 0;
  border-bottom-left-radius: 4px;
}

.clipboard-copy {
	border-radius: 0;
	margin-left: -1px;
}

.data-services-link {
	display: inline-block;
	width: calc(100% - 65px);
	min-height: 30px;
	background: #EEE;
	border: 1px solid #CCC;
	border-radius: 0;
	padding: 4px;
	cursor: default;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#citation-text a, .citation-description, .rights-url a {
	word-break: break-word;
}

#rep-res-bag {
	margin: 10px 0;
	max-width: 100%;
}

div#sharing-status .col-sm-12{
	margin-bottom: 20px;
}

.tag-list {
    min-height:46px !important;
    margin-top:10px;
    list-style: none;
    padding: 10px 10px 5px 10px !important;
}

.tag {
    display: inline-block;
    margin-bottom: 4px;
    color: #111111;
    background-color: #f6f6f6;
    padding: 1px 10px;
    border: 1px solid #B0B0B0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
	overflow-wrap: anywhere;
}

.tag-list li {
    display: inline-block;
    margin-right: 5px;
    height: 2em;
}

a.tag:hover {
    color: #111
}

.custom-well{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.tab-elements {
    margin-top: 20px;
    border:0;
}

.tab-elements .table:not(.contact-table) {
    width:auto;
}

.tab-elements .table th {
    border:0;
}

.tab-elements .nav-tabs > li > a {
	border: 1px solid #ddd;
}

.tab-elements .nav-tabs > li.active > a {
    border-bottom-color: transparent;
}

.full-width-tabs-container .panel-heading {
    color: #757575;
    text-shadow: 0 1px 0 #fff;
}

.nav-tabs > li > a {
    background: #FFF;
    color:#757575;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* ===== Responsive CSS ===== */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
/* TODO THESE ARE PROBABLY THE ENTIRES CAUSING ALL THE TROUBLE */
/* Media query overrides for bootstrap 3 collapse breakpoint */
/* Extended from https://stackoverflow.com/a/36289507/3288102 */
@media (max-width: 992px) {
	.navbar-right .visible-xs {
		display: block !important;
	}

	.container > .navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}

	.navbar-nav {
		margin: 7.5px -15px;
	}

	.navbar-right.hidden-xs {
		display: none !important;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar > .container {
		width: 100%;
	}

	.navbar-header {
		float: none;
	}

	.navbar-left, .navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}
}

@media (max-width: 768px) {
    #sharing-status {
        border-left: 0
    }

	#wrap h1 {
		font-size: 32px;
		margin: 70px 0 0 0;
		text-align: center;
		font-weight: 300;
	}
	.list {
		margin: 50px 0;
	}
	.list i {
		font-size: 24px;
	}
	.list li {
		margin: 20px 0;
	}
	.list span {
		font-size: 20px;
		font-weight: 300;
	}

	/* Registration Steps */

	.step {
		text-align: left;
		width: auto;
		margin: 0 0 15px 0;
	}
	.step i {
		float: left;
		margin-right: 15px;
	}
	.step .arrow {
		display: none;
	}
	.step a.sbtn {
		margin-left: 65px;
	}

	/* Registration form popover */

	.signup .popover {
		display: none;
	}

	/* 404 */

	.not-found .digits {
		font-size: 140px;
	}
	.not-found .digits i {
		font-size: 100px;
	}
	.not-found h1 {
		font-size: 30px;
		line-height: 42px;
	}
	.not-found h2 {
		font-size: 18px;
	}

	/* Pricing page */

	.pricing .head {
		padding: 20px;
	}
	.pricing .head .arrow {
		border: 0;
	}
	.pricing .item {
		margin: 20px 0;
	}
	.pricing .item:hover {
		margin: 20px 0;
	}

	/* Image Carousel */

	a.carousel-arrow  {
		top: 50px;
		bottom: auto;
		height: 35px;
		width: 35px;
		border-radius: 0;
		color: #666;
		font-size: 18px;
		line-height: 35px;
	}
	a.carousel-arrow-prev {
		left: 50%;
		margin-left: -37px;
	}
	a.carousel-arrow-next {
		left: 50%;
	}

/*content manager*/

    .fb-content-wrapper {
        flex-direction: column;
    }

    .fb-dropzone-wrapper {
        width: 100% !important;
        max-height: 400px !important;
        overflow: auto !important;
    }

	#fb-metadata {
		border-top: 1px solid #DDD;
		max-height: 400px;
		overflow: auto;
		width: 100%;
	}

    #fb-metadata-helper, .fb-dropzone-wrapper .ui-resizable-handle {
        display: none !important;
    }
}

/*
 * Side navigation for UI elements
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar {
  margin-bottom: 50px;
}
.bs-sidebar.affix {
  position: static;
}

/* Show and affix the side nav for ui elements when space allows it */
@media (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 293px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 70px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 360px;
  }
}
@media (min-width: 1440px) {
  /* override bootstrap default container width for large screens */
  .container{
	width: 1440px;
	max-width: 1440px;
  }
  .owl-stage {
	  justify-content: space-around;
	  margin:auto;
  }
}

.resource-search {
	position: relative;
	height: 34px;
	border: 1px solid #DDD;
	margin-bottom: 3px;
}

#discover-resource-search {
    width: 100%;
    margin-left: 10px;
}

#solr-help-info {
	align-self: center;
}

.resource-search input {
    padding: 0 5px;
	width: 100%;
	position: absolute;
	height: 100%;
	border: none;
	background: transparent;
}

.resource-search ul {
	margin: 7px 0 0;
	padding-left: 2px;
}

.resource-search li {
	background: lightgrey;
	padding: 4px;
	padding-right: 8px;
	border-radius: 12px;
	margin-left: 3px;

}
.resource-search li::before {
	content: attr(data-label);
	background-color: grey;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 3px;
	padding-left: 6px;
	margin-right: 6px;
	color: white;
}

.resource-search-items ul {
	position: absolute;
	top: 0;
}
.resource-search-items li {
	display: inline-block;
}

ul.resource-search-options {
	margin: 40px 0 0;
	padding-left: 2px;
	border: 1px solid lightgrey;
	border-top: none;
	background-color: white;

	list-style: none;
}
.resource-search-options li {
	display: block;
	margin: 2px auto;
}
.resource-search-options li.selected {
	background-color: #aab;
	color: white;
}

/* New access panel style */
table.user-scope .user-username-content {
    color: rgba(0,0,0,0.54);
}

td.user-roles, td.user-actions {
    padding-top: 16px !important;
    color: #428bca;
}

td.user-roles {
	width: 30%;
}
td.user-roles .dropdown{
    cursor: pointer;
	color: #333;
}

td.user-roles .caret {
    border-top: 4px solid #428bca;
}

td.user-actions span, td.user-actions i {
    cursor: pointer;
}

td.user-actions .btn-remove-row {
	color:#d9534f;
}

td.user-actions > span:hover {
    cursor: pointer;
    color: #777;
}

table.user-scope td:first-child {
	padding-right: 20px;
}

table.user-scope tr {
	border-bottom: 0 !important;
}

.access-table tr:last-child {
    border-bottom: 1px solid #ddd;
}

.access-table tr.hide-actions .remove-user-form,
.access-table tr.hide-actions .undo-share-form,
.access-table tr.hide-actions .caret {
	display: none;
}

.access-table tr.hide-actions .user-roles {
	pointer-events: none;
}

.members-table tr:first-child td {
	border-top: 0;
}

.members-table tr:last-child {
	border-bottom: 0;
}

#manage-access .custom-well > .input-group {
    width: 100%;
}

#manage-access .custom-well > .input-group > input {
    width: 70%;
}

#manage-access form .dropdown, #invite-to-group .dropdown {
	width: 100%;
}

#roles_list {
	border-radius: 0;
	width: 100%;
}

.access-table tbody > tr {
    display: table-row !important;
}

.access-table tbody > tr.is-group {
    background-color: #093e541f;
}


#templateRow {
	display:none !important;
}

.user-roles button {
	border: none;
	background: none;
	cursor: pointer;
	width: 100%;
	text-align: left;
	padding-left: 20px;
}

.user-roles li a {
	color: #333;
	padding: 10px 20px !important;
	font-size: 14px;
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
}

.user-roles li:not(.loading):not(.active) a:hover {
	background-color: #DDD;
	text-decoration: none;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

.user-roles li.active {
	pointer-events: none;
	cursor: default;
}

.user-roles li.disabled a, #list-roles li.disabled a {
	color: #aaa;
	text-shadow: 0 1px 0 #FFF;
	pointer-events: none;
}

.user-roles li.active a {
	font-weight: bold;
}

.user-roles .dropdown-menu, .custom-dropdown .dropdown-menu {
	background-color:#FFF;
}

.user-roles .role-dropdown {
	padding: 0;
}

.custom-dropdown .dropdown-menu > li a {
	font-size: 14px;
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap
}

.custom-dropdown .dropdown-menu > li a:hover, .custom-dropdown .dropdown-menu > li a:focus {
    color: #333;
    background-color: #eaeaea;
}

.custom-dropdown .dropdown-menu>li a:hover, .custom-dropdown .dropdown-menu>li a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.user-roles li.loading, .access-table tr.loading, .authors-wrapper.loading {
	animation: grayScaleChange 1s; /* animation-name followed by duration in seconds*/
	/* you could also use milliseconds (ms) or something like 2.5s */
	-webkit-animation: grayScaleChange 1s; /* Chrome and Safari */
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	pointer-events: none;
}

.user-roles.no-caret .caret{
	display:none;
}

button.loading {
	animation: greenScaleChange 2s; /* animation-name followed by duration in seconds*/
	/* you could also use milliseconds (ms) or something like 2.5s */
	-webkit-animation: greenScaleChange 2s; /* Chrome and Safari */
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	pointer-events: none;
}


@keyframes greenScaleChange {
	0% {
		background: #5cb85c;
	}

	50% {
		background: #236F23;
	}

	100% {
		background: #5cb85c;
	}
}

@-webkit-keyframes greenScaleChange /* Safari and Chrome - necessary duplicate */
{
	0% {
		background: #5cb85c;
	}

	50% {
		background: #236F23;
	}

	100% {
		background: #5cb85c;
	}
}


@keyframes grayScaleChange {
	0% {
		background: #FFF;
	}

	50% {
		background: #EEE;
	}

	100% {
		background: #FFF;
	}
}

@-webkit-keyframes grayScaleChange /* Safari and Chrome - necessary duplicate */
{
	0% {
		background: #FFF;
	}

	50% {
		background: #FFF;
	}

	100% {
		background: #FFF;
	}
}

.panel-access {
    min-height: 100px;
    height: 150px;
    overflow: auto;
    resize: vertical;
}

table.table.access-table {
    background: #FFF;
    border: 1px solid #DDD;
}

.modal {
	overflow-y: auto;
}

.list-separator {
	color: #333;
	pointer-events: none;
}

.list-separator:hover {
	text-decoration: none;
	pointer-events: none;
}

.user-icon:before {
    content: "\e008";
    font-family: "Glyphicons Halflings";
    float: left;
    font-size: 36px;
    color: #2D9EB3;
    border: 2px solid #ddd;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.dropdown-user-icon:before {
    content: "\e008";
    font-family: "Glyphicons Halflings";
    float: left;
    font-size: 72px;
    color: #2D9EB3;
    border: 2px solid #ddd;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

#div-invite-people .label-danger {
	font-size: 12px;
}

.label-block {
	padding: .2em .6em .3em;
  	line-height: 1;
  	color: #ffffff;
  	vertical-align: baseline;
  	border-radius: .25em;
}

#list-roles > li > a {
	font-size: 14px;
	cursor: pointer;
}

.alert .glyphicon-info-sign {
    top: 2px;
    margin-left: 10px
}

/*  =============== Coverage - Google map css ================ */

div#coverage-spatial .coordinates-label-addon {
	width: 127px;
	text-align: left;
}

#coverage-header {
	margin-top: 20px;
}

.sharing-status-container > div {
	margin-bottom: 20px;
}

#img-badge {
	margin-bottom: 10px;
}

#btn-calc-coverage {
	margin: 10px 0;
}

#coverageMap[data-mode="view"] {
	width:100%;
	height: 370px;
}

#coverage-spatial {
	margin-top: 5px;
}

#coverage-spatial .info-table td {
	padding-left: 0;
	padding-bottom: 10px;
}

.coordinates-list-container > div {
	margin-bottom: 10px;
}

#id-coverage-spatial .control-group input {
	text-align: right;
}

.coordinates-list-container .list-group-item {
	padding: 5px;
}

.coordinates-list-container .list-group-item > div {
	text-align: right;
}

.coordinates-list-container .list-group {
	margin-bottom: 0;
}

#coverageMap {
	height: 350px;
	border: 1px solid #DDD;
	z-index: 2;
}

.coverage-container {
	margin-bottom:20px;
}

#ui-datepicker-div {
	z-index: 2 !important;
}

.invalid-input {
	border-color: #F00 !important;
}

.invalid-input:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6)
}

#resetZoomBtn:hover {
    cursor: pointer;
    color: #333 !important
}

.profile-pic-thumbnail {
    width: 40px;
    height: 40px;
    margin-right:10px;
    margin-bottom: 10px;
    float: left;
}

.round-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.full-width-tabs-container .panel-heading {
    color: #757575;
    text-shadow: 0 1px 0 #fff;
}

.nav-tabs > li > a {
    background: #FFF;
    color:#757575;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* Layout pending back end functionality  */
/*#social > div > div > ul > li {*/
    /*border: 1px solid #0A91AB;*/
    /*background: #FFF;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
/*}*/

/*#social > div > div > ul > li:hover {*/
    /*transition: background 0.1s ;*/
    /*-webkit-transition: background 0.1s;*/
    /*-moz-transition: background 0.1s;*/
    /*background:#0A91AB;*/
/*}*/

div.affiliation {
    border-top: 1px solid #ddd;
}

.list-affiliations li {
    overflow: auto;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 15px;
}

.list-affiliations li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.activity-block {
    margin-right: 0;
    margin-left: 0;
    color: #555;
}

#overview .activity-block {
    float: left;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.activity-info {
    margin-bottom: 5px;
}

.activity-info > span.title {
    font-size: 16px;
}

.activity-info h5 {
	margin: 2px 0;
}
.metadata-wrapper {
    margin-left: 50px;
    margin-bottom: 20px;
}

.metadata-wrapper > h5 {
    margin: 2px 0;
}

#filetype-extra-metadata {
	margin-bottom: 20px;
}

.activity-description {
    border-left: 3px solid #CCC;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
}

.contribution .activity-description {
    margin-left: 15px;
}

#overview .activity-block:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top:0;
}

.btn-show-more.toggle-abstract {
    margin-left: 10px;
}

#div_id_abstract textarea, #id_statement, #id_comment {
    resize: vertical;
}

form.act-on-request button {
	clear: none;
}

form.act-on-request {
  text-align: center;
	display: inline;
}

table.overview tr > td:first-child {
    padding-right: 10px;
}

.icon-resource-type {
    text-align: center;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 0 0 4px 4px;
    background-color: #FFF;
}

.icon-resource-type > span {
    color: #757575;
	text-shadow: 0 1px 0 #fff;
}

.icon-resource-type, .contribution {
    box-shadow: 1px 1px 5px #E8E8E8;
    -moz-box-shadow: 1px 1px 5px #E8E8E8;
    -webkit-box-shadow: 1px 1px 5px #E8E8E8;
}

.icon-resource-type {
	padding: 20px 10px;
}

.icon-resource-type > .glyphicon{
    font-size: 18px;
    color: #35AAC0;
    top: 3px;
}

.icon-resource-type-wrapper {
    float: right;
    margin-top: -12px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.dropdown-profile-pic-thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.details-profile-pic {
	margin-right: 1rem;
	margin-top: -1rem;
}

h4.title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

#badge-generic .badge {
    background-color: #1f77b4;
}

#badge-composite .badge {
    background-color: #9eab31;
}

#badge-geographic .badge {
    background-color: #6A8593;
}

#badge-his .badge {
    background-color: #2ca02c;
}

#badge-model-program .badge {
    background-color: #4A5BB9;
}

#badge-model-instance .badge {
    background-color: #CFDD40;
}

#badge-swat .badge {
    background-color: #FF9F0D;
}

#badge-multidimensional .badge {
    background-color: #9c27b0;
}

#badge-time-series .badge {
    background-color: #129D90;
}

#badge-geographic-feature .badge {
    background-color: #795548;
}

#badge-web-app .badge {
    background-color: rgb(242, 67, 55);
}

#badge-script .badge {
    background-color: rgb(221, 15, 176);
}

#badge-collection .badge {
	background-color: #bc836f;
}

#badge-modflow .badge {
	background-color: #673ab7;
}

span.you-flag {
    background: #2d9eb3;
}

.table-user-contributions .badge {
	float: right;
}

#color-scheme {
    float: right;
    padding: 5px 0 0 0;
}

.YellowGreenBlue-colormap-band-1 {
    background-color:rgb(1,70,54);
}
.YellowGreenBlue-colormap-band-1-fill {
    fill:rgb(1,70,54);
}
.YellowGreenBlue-colormap-band-2 {
    background-color:rgb(1,108,89);
}
.YellowGreenBlue-colormap-band-2-fill {
    fill:rgb(1,108,89);
}
.YellowGreenBlue-colormap-band-3 {
    background-color:rgb(2,129,138);
}
.YellowGreenBlue-colormap-band-3-fill {
    fill:rgb(2,129,138);
}
.YellowGreenBlue-colormap-band-4 {
    background-color:rgb(54,144,192);
}
.YellowGreenBlue-colormap-band-4-fill {
    fill:rgb(54,144,192);
}
.YellowGreenBlue-colormap-band-5 {
    background-color:rgb(103,169,207);
}
.YellowGreenBlue-colormap-band-5-fill {
    fill:rgb(103,169,207);
}
.YellowGreenBlue-colormap-band-6 {
    color: red;
    background-color:rgb(166,189,219);
}
.YellowGreenBlue-colormap-band-6-fill {
    fill:rgb(166,189,219);
}
.YellowGreenBlue-colormap-band-7 {
    color: red;
    background-color:rgb(208,209,230);
}
.YellowGreenBlue-colormap-band-7-fill {
    fill:rgb(208,209,230);
}
.YellowGreenBlue-colormap-band-8 {
    color: red;
    background-color:rgb(236,226,240);
}
.YellowGreenBlue-colormap-band-8-fill {
    fill:rgb(236,226,240);
}
.YellowGreenBlue-colormap-band-9 {
    color: red;
    background-color:rgb(255,247,251);
}
.YellowGreenBlue-colormap-band-9-fill {
    fill:rgb(255,247,251);
}

/*-------- My resources page revamp ---------*/

#search-container .dropdown-menu {
    padding: 20px;
    left: -251px;
    width: 284px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    margin-left: -1px;
}

.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#item-selectors_filter {
	display: none;
}

.no-interact {
	cursor: wait;
	pointer-events: none;
	color: #b3b3b3;
}

#item-selectors {
    display: none;
}

.resource-custom-table {
	font-size: 14px;
	border: 1px solid #ddd !important;
	margin-bottom: 10px !important;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	width: calc(100% - 2px) !important;     /* Makes up for border width */
}

.my-resources-table td:nth-child(3),
.my-resources-table td:nth-child(4) {
  min-width: 20rem;
}

#collected-by-table {
    border: 0 !important;
}

.resource-custom-table > tbody > tr > td {
	border-bottom: 1px solid #EEE;
	padding: 8px 10px;
	word-break: keep-all;
	word-wrap: anywhere;
}

.resource-custom-table thead th {
    border-bottom: 1px solid #DDD !important;
    padding: 8px;
}

#item-selectors thead th:first-child {
	padding-left: 10px;
}

#item-selectors tbody {
    border-top: 1px solid #DDD;
}

#item-selectors tr > td[data-col='actions'] {
    /*Fixes label dropdown shifting the table left and right*/
    min-width: 90px;
    max-width: 90px;
    padding-right: 0;
}

#item-selectors tr > td[data-col='resource-type'], #items-discovered tr > td[data-col='resource-type'] {
    max-width: 135px;
	  min-width: 135px;
}

.dataTables_wrapper {
    overflow-x: auto;
}

.dropdown.dropdown-lg {
	position: static !important;
}

#search-container .btn-clear-search {
	right: 40px;
}

.file-browser-search .btn-clear-search {
	right: 10px;
}

.btn-clear-search {
    position: absolute;

    color: #A8A8A8;
    font-size: 16px;
    background: #FFF;
    top: 10px;
}

.search-icon {
	position: absolute;
	top: 10px;
	left: 8px;
	color: #A8A8A8;
}

#input-author, #input-subject {
    padding-right: 25px
}

#resource-search-input, #id_q {
	padding-left: 25px;
	padding-right: 30px;
}

.btn-clear-search-inline {
	color: #A8A8A8;
	float: right;
	top: -25px;
	right: 8px;
}

#resource-actions-container {
	cursor: default;
}

#resource-actions-container > span {
	font-size: 18px;
	cursor: pointer;
	margin: 4px 10px;
}

#resource-actions-container #btn-label {
	color: #0A91AB;
}

#resource-actions-container > span.glyphicon-star {
	color: rgb(255, 163, 0);
}

#resource-actions-container > span.glyphicon-trash {
	color: rgb(202, 0, 0);
}

#search-container {
	margin-bottom: 10px;
}

#search-container .dropdown-toggle {
	border-radius: 0;
}

/*Waiting on firefox support for background-clip:text*/
/*.btn-inline-favorite, .btn-inline-label {*/
	/*padding-top: 3px;*/
	/*margin-left: 8px;*/
	/*margin-right: 8px;*/
	/*font-size: 16px;*/
	/*cursor: pointer;*/
	/*background-color: #888888;*/
	/*color: transparent;*/
	/*text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);*/
	/*-webkit-background-clip: text;*/
	/*-moz-background-clip: text;*/
	/*background-clip: text;*/
/*}*/

.btn-inline-favorite, .btn-inline-label {
	padding-top: 3px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 16px;
	cursor: pointer;
	color: #AAA;
}

.table-icon {
	padding-top: 3px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 16px;
	cursor: pointer;
}

.btn-inline-label:hover, .has-labels {
	color: #0A91AB;
}

.btn-inline-favorite.isfavorite {
	color: rgb(255, 163, 0);
}

.btn-inline-favorite:hover {
	color: rgb(255, 163, 0);
}

.facet-list .list-group-item {
	border: 0;
	border-radius: 0;
	padding: 0 10px;
	text-align: left;
}

.facet-list .list-group-item:hover {
	background: #DDD;
}

.facet-list .list-group {
	max-height: 400px;
	overflow-y: auto;
}

#constraints > li {
	display: none;
    color: #3c763d;
    background-color: #dff0d8;
}

#constraints {
	display: none;
	border-radius: 4px;
	overflow: hidden;
}

#constraints li.invalid {
    color: #a94442;
    background-color: #f2dede;
}

.facet-list .panel-body {
	padding: 0;
}

.facet-list label.checkbox {
	font-weight: normal;
	border-radius: 0;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 32px;
	margin: 0;
	word-wrap: break-word;
}

/* modify radio and checkbox labels
https://github.com/twbs/bootstrap/issues/13548 */
label.checkbox-inline {
	word-wrap: break-word;
}

.radio,
.checkbox {
    padding-left: 20px;
}
.radio label,
.checkbox label {
    display: inline;
    padding: 0;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.facet-list .badge {
	  margin-top: 5px;
}

.badge-success {
  background-color: #5CB85C;
}

#facets .panel-heading {
	  text-align: left;
}

#facets .panel {
	margin-top: 20px;
}

#facets h4.panel-title, #headingLegend h4.panel-title {
	color: #696969;
	text-shadow: 0 1px 0 #fff;
}

#facets .list-group {
	margin: 0;
}

.list-labels li {
	padding: 0 10px;
	background: none;
	border: 0;
}

.list-labels .list-group-item {
	padding: 10px;
    border-radius: 0;
}

.no-items-found {
	font-style: italic;
	font-size: 14px;
	pointer-events: none;
	border: 0;
}

.list-labels li:hover {
	background:#DDD;
}

.list-labels li > label {
	font-weight: normal;
}

.list-labels {
	margin-left: -10px;
	margin-bottom: 0;
}


#toolbar-labels-dropdown {
	font-size: 14px;
	padding: 0;
	background: #FFF;
}

#modalManageLabels .glyphicon-remove {
	color: rgb(217, 83, 79);
	cursor: pointer;
	float: right;
}

#modalManageLabels .glyphicon-remove:hover {
	color: rgb(168, 69, 66);
}

.inline-dropdown {
	position: relative;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	left: 80px;
	top: -25px;
}

.inline-dropdown > .panel-body {
	background: #FFF;
	border: 1px solid #ddd;
	padding: 0 15px;
	min-width: 200px;
	max-height: 170px;
	overflow: auto;
}

.inline-dropdown ul, .list-labels {
	list-style-type: none;
}

.resource-type-text {
	display:none;
}

.row-selector {
	margin-right: 4px !important;
}

.hidden-form {
	display: none;
}

.checkbox-label {
	padding: 0.5em;
}

.label-public {
    color: #5cb85c;
}

.label-discoverable {
    color: #f0ad4e;
}

.label-private {
    color: #d9534f;
}

.iframe-border {
	border: 2px solid #DDD;
	overflow: scroll;
    overflow-x: hidden;
}

#pub-agreement-frame {
	border: 0 none;
	height: 1500px;
	margin-top: -90px;
	margin-bottom: -950px;
	width: 520px;
}

#legend-resource-type .table-res-type-icon,
#legend-content-type .table-res-type-icon {
  margin-bottom: 10px;
}

.table-res-type-icon {
    background-color: #FFF;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#grid-content-types,
#grid-resource-types,
#grid-sharing-and-access {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  margin-bottom: 10px;
}

@media (min-width: 993px) {
  #grid-sharing-and-access {
    grid-template-columns: auto auto;
  }
}

#grid-sharing-and-access > div {
  flex-basis: 180px;
}

#grid-content-types > div {
  display: flex;
  align-items: center;
}

#grid-content-types span.fa-stack {
  width: 50px;
}

#grid-content-types span.fa-stack, 
#grid-content-types img {
  margin-right: 10px;
}

/*  Home page revamp */
#home-page-carousel {
	height: 400px;
  overflow: hidden;
	border: 0;
}

.carousel-control, .carousel-inner {
	height: 100%;
}

.carousel-inner > .item {
	text-align: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.carousel-inner .item-caption {
	display: table-cell;
    color: #FFF;
    text-shadow: 1px 1px #4E4E4E;
    vertical-align: middle;
    background: rgba(0,0,0,0.25);
    padding: 0 95px;
}

.carousel-inner .caption-wrapper {
    width: 100%;
    height: 100%;
    display: table;
}

#table-features td {
    padding: 8px 0;
}

.btn-signup {
    margin: 20px;
}

.profile-pic-thumbnail-small {
    width: 40px;
    height: 40px;
}

.profile-pic-thumbnail-small::before {
	content: "\e008";
	font-family: "Glyphicons Halflings";
	float: left;
	font-size: 30px;
	color: #2D9EB3;
	border: 1px solid #9C9C9C;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	line-height: 22px;
	text-align: center;
	margin-top: 10px;
	margin-left: 6px;
}

.users-joined .profile-pic-thumbnail-small::before {
    font-size: 37px;
    border: 2px solid #9C9C9C;
    height: 39px;
    width: 39px;
    line-height: 29px;
    margin-top: 1px;
    margin-left: 0;
}

.users-joined .profile-pic-thumbnail-small {
    display: inline-block;
    float: initial;
    margin: 0 3px;
}

.users-joined .profile-pic-thumbnail {
    float: initial;
    display: inline-block;
    margin: 0 3px;
}

/*  CSS ARROW BEGINS */

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.profile-card.arrow_box:after, .profile-card.arrow_box:before {
    left: 50%;
}

.arrow_box_top_center:before, .arrow_box_top_center:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_top_right:after, .arrow_box_top_right:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #DDD;
    border-width: 11px;
    margin-left: -11px;
}

/*  CSS ARROW ENDS */

#signout-menu {
    float: right;
}

#profile-menu .profile-pic-thumbnail {
    margin: 5px 0 0 0;
    cursor: pointer;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

.fade-enter-active, .fade-leave-active {
	transition: opacity .35s;
	transition-timing-function: ease;
}

.fade-enter, .fade-leave-to {
	opacity: 0;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

/* =================================== */
.steps-container {
  justify-content: center;
  gap: 10px;
}

.steps-container h4 {
  font-weight: bold;
  text-align: center;
}

.step-item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 2rem;
}

.step-item hr {
  margin: 0;
  width: 100%;
  border-top: 1px solid #D6D6D6;
  margin-bottom: -15px;
}

.step-number {
  border: 1px solid #A9A9A9;
  width: 30px;
  height: 30px;
  background: #FFF;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-description {
  text-align: center;
}

.img-step {
  max-width: 100px;
  margin-bottom: 10px;
}
/* =================================== */
.features-container {
  margin: 40px 0;
}

.features-container .feature {
  display: flex;
  align-items: center;
}

.features-container .feature:not(:last-child) {
  margin-bottom: 40px;
}

.features-container .feature .feature-icon {
  min-width: 90px;
  text-align: center;
  margin-right: 30px;
  color: #4bb5c1;
}
/* =================================== */

.featured-organizations img {
  max-height: 90px;
  max-width: 390px;
}

.featured-institutions img {
  max-height: 90px;
  max-width: 200px;
}
/* =================================== */
.carousel-wrapper {
  position: relative;
  padding: 0 75px;
  overflow: hidden;
  margin: 40px 0;
}

.carousel-wrapper::before, .carousel-wrapper::after {
  content: '';
  display: block;
  width: 75px;
  height: 90px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.carousel-wrapper::before {
  background: linear-gradient(90deg, rgb(255 255 255) 60%, rgb(0 0 0 / 0%));
  left: 0;
}

.carousel-wrapper::after {
  background: linear-gradient(270deg, rgb(255 255 255) 60%, rgb(0 0 0 / 0%));
  right: 0;
}

.container-grey .carousel-wrapper::before {
  background: linear-gradient(90deg, rgb(247 246 246) 60%, rgb(0 0 0 / 0%));
  left: 0;
}

.container-grey .carousel-wrapper::after {
  background: linear-gradient(270deg, rgb(247 246 246) 60%, rgb(0 0 0 / 0%));
  right: 0;
}

.carousel-wrapper .owl-stage {
  display: flex;
}

.owl-carousel button[role='presentation'] {
  position: absolute;
  z-index: 2;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 0;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.owl-carousel button[role='presentation'].owl-next {
  right: 5px;
}

.owl-carousel button[role='presentation'].owl-prev {
  left: 5px;
}

.owl-item {
  display: inline-flex;
  align-items: center;
}

.owl-item:last-child {
  margin-right: 0 !important;
}
/* =================================== */
.container-grey {
  background-color: #f7f6f6;
}

section.container-grey,
section.container {
  padding: 40px 0;
  color: #666;
}

.home-page-block {
    margin-bottom: 30px;
}

.home-page-block-title {
    color: #4BB5C1;
    text-align: center;
}

.availability-description {
    height:100px;
}

/* Profile edit page */
.profile-picture-controls {
    margin-top: 30px;
}

.profile-picture-controls a {
    cursor: pointer;
}

.profile-picture-controls .btn {
    margin-bottom: 20px;
    width: 100%;
}

#icon-warning {
    font-size: 40px;
    color: #D9534F;
}

#group-cv .btn:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-save-profile {
    margin-left: 10px;
}

#user-type-other {
    display: none;
}

div.btn-update-picture {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: auto;
    top: -150px;
    margin-bottom: -150px;
    opacity: 0;
    padding-top: 60px;
    cursor: pointer;
}

div.btn-update-picture:hover {
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#btn-delete-profile-pic {
    margin-top: -150px;
    float: right;
}

#profile-description {
    font-style: italic;
}

#user-profile-tabs, #group-tabs, #community-tabs {
	margin-top: 20px;
	margin-bottom: 60px;
}

.organization-divider{
	margin-bottom: .6em;
	border-color: #ddd;
	width: fit-content;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: anywhere;
  }

.form-invalid {
    border-color: #E96666;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6);
}

button.no-style {
    background: none;
    border: none;
}

button.no-style:focus {
    border: none;
    outline: none;
}

input.no-style {
	background: none;
	border: none;
}

.blured-out {
    pointer-events: none;
}


/* FLEX HELPERS */
.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-flex-start {
  justify-content: flex-start;
}

.justify-flex-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.align-flex-start {
  align-items: flex-start;
}

.align-flex-end {
  align-items: flex-end;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.is-marginless {
  margin: 0;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

@media (max-width: 992px) {
  .flex-sm-column {
    flex-direction: column;
  }

  .align-sm-start {
    align-items: flex-start;
  }
}

/* --------------------------------------------------------- */



.access-icon-wrapper {
	display: inline-block;
}

#coverages-master-list {
	display:inline-block;
	max-height:190px;
	overflow-y: auto;
	border: 1px solid #DDD;
}

.resource-popover-option {
	display: inline-block;
	margin: 5px;
}

#discover-filter-buttons {
	margin-bottom: 10px;
}

#list-data-options {
	float: right;
	margin-bottom: 10px;
}

#discover-map {
	height:650px;
	border: 1px solid #DDD;
}


#map-view .gm-style-iw a {
	outline: none;
}

#discover-map-legend {
	background: rgba(255, 255, 255, 0.75);
	padding: 10px;
	margin: 5px;
	border-radius: 4px;
	border: 1px solid #DDD;
}

#discover-page-options-1 a, #discover-page-options-2 a {
	cursor: pointer;
}

#geocoder-panel {
	z-index: 5;
	padding: 5px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	padding-left: 10px;
	background-color: rgba(255,255,255,0.75);
	border: 1px solid #DDD;
	border-radius: 4px;
	width: 300px;
    margin-left: 10px;
    line-height: 30px;
    font-size: 16px;
}

#geocoder-address {
    width: 210px;
}

#manual-zoom-btn {
	margin-top:20px;
}

#resetZoom {
	margin-right:5px;
}

.manualzoom-input {
	color: red;
}

#edit-group-dialog div.toggle.btn {
	width: 100px !important;
	float: right;
}

.or-separator {
	margin-top: 20px;
}

.fieldWrapper {
    margin-right: 20px;
}

#clear-dates-options:hover {
	text-decoration: none;
}

#covereage-search-fields label {
	width: 90px;
}

#covereage-search-fields input {
	width: 100%;
}

form#covereage-search-fields {
    border: 1px solid #DDD;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}

/* -------------- File browser styling ---------------- */
.file-browser {
    margin-bottom: 20px;
}

.file-browser-controls > div {
    margin-bottom: 10px
}

.file-browser-breadcrumb .breadcrumb{
    background: #FFF;
    margin-bottom: 0;
	padding: 0 4px;
}

.file-browser-breadcrumb .btn:not(.disabled) {
	color: #428bd3;
}

.file-browser-breadcrumb .btn.disabled {
	color: #9e9e9e;
}

.file-browser-breadcrumb {
	padding: 8px;
	min-height: 36px;
}

#fb-bread-crumbs li {
	color: #428bca;
	text-shadow: 0 1px 0 #fff;
}

#fb-bread-crumbs li.active {
	color: #999;
}

#fb-bread-crumbs li:not(.active):hover {
	cursor:pointer;
}

#fb-bread-crumbs li:not(.active):hover span {
	text-decoration: underline;
}

#fb-bread-crumbs .fb-aggregation-icon img {
	width: 24px;
	position: absolute;
	margin-top: -3px;
}

#fb-bread-crumbs .crumb-aggregation-name {
	margin-left: 24px;
}

.fb-view-grid .fb-folder, .fb-view-grid .fb-file {
	width: 100px;
	height: 100px;
	margin: 10px;
	border: 1px solid transparent;
	float: left;	
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	user-select: none;
}

.fb-search-directory {
	flex-grow: 1;
}

#fb-sort a, #hs-group a {
	cursor: pointer;
	padding: 8px;
	font-size: 12px;
}

#fb-sort ul, #hs-group ul {
	background :#FFF;
	padding: 1px;
}

.click-select-all {
	cursor: default !important;
}

#fb-sort ul li.active {
	pointer-events: none;
}

.fb-folder, .fb-file {
	list-style-type: none;
	padding: 10px;
}

.fb-folder:hover, .fb-file:hover, .fb-folder.ui-selected, .fb-file.ui-selected {
	border: 1px solid #fcefa1 !important;
	color: #363636;
	z-index: 5;
	box-shadow: 1px 1px 5px #ececec;
	-webkit-box-shadow: 1px 1px 5px #ececec;
	-moz-box-shadow: 1px 1px 5px #ececec;
}

.fb-folder.ui-selected, .fb-file.ui-selected {
	background: rgba(252, 239, 161, 0.14);
}

.fb-help-icon {
	font-size: 14px !important;
	color:#e6a14b;
	cursor: pointer;
	visibility: hidden;
}

.fb-help-icon:hover {
	color: #d68c31;
}

.fb-folder:hover .fb-help-icon , .fb-file:hover .fb-help-icon, .fb-file.ui-selected .fb-help-icon,
.fb-folder.ui-selected .fb-help-icon, .fb-file.ui-selecting .fb-help-icon,
.fb-folder.ui-selecting .fb-help-icon {
	visibility: visible;
}

.fb-folder.ui-selecting, .fb-file.ui-selecting {
	border: 1px solid #fcefa1;
	color: #363636;
	/*padding: 9px;*/
	background: #fbf9ee;
}

.fb-file small, .fb-folder small {
    color: #777;
}

ul#fb-files-container li.ui-selected .fb-file-name, #fb-files-container li.ui-selecting .fb-file-name {
	word-break: break-word;
}
ul#fb-files-container li.ui-selected .fb-file-name-display, #fb-files-container li.ui-selecting .fb-file-name-display {
	word-break: break-word;
}

ul#fb-files-container {
    min-height: 100%;
}

ul#fb-files-container .hs-upload-indicator {
	position: static;
	color: #b3b3b3;
}

.fb-file span.fb-file-icon::before, .fb-stack .fa-file-o {
    background-color: #FFF;
    border-top-right-radius: 50%;
}

.fb-file-name {
	color: #555;
	font-size: 12px;
	cursor: default;
}
.fb-file-name-display {
	color: #555;
	font-size: 12px;
	cursor: default;
}

.fb-view-list .fb-file-name, .fb-view-list .fb-file-name-display {
	font-size: 14px;
	white-space: nowrap;
}

.fb-view-grid .fb-file-icon, .fb-file-icon {
    font-size: 32px;
}

.file-browser-container {
    border: 1px solid #DDD
}

.file-browser-search {
    width: 100%;
}

.fb-dropdown {
    position: absolute;
	padding: 1px;
	border: 1px solid #DDD;
	box-shadow: 1px 1px 5px #E8E8E8;
	-moz-box-shadow: 1px 1px 5px #E8E8E8;
	-webkit-box-shadow: 1px 1px 5px #E8E8E8;
}

.fb-dropdown .glyphicon {
    font-size: 16px;
    margin: 0;
    margin-right: 10px;
    float: left;
    padding: 0;
}

.fb-dropdown li {
    background: #FFF;
    border-bottom: 0;
    border-top: 0;
}

.selection-menu li:not(.divider) {
	padding: 6px 16px;
	cursor: pointer;
}

.fb-dropdown .divider:last-child, .fb-dropdown .divider:first-child {
	display: none;
}

.selection-menu li:hover {
    background-color:#DDD;
}

.selection-menu li.disabled, #fb-inner-controls button.disabled > span {
	color: #b3b3b3;
	pointer-events:none;
}

#fb-files-container li.deleting {
	background: rgba(252, 161, 161, 0.14);
	pointer-events:none;
}

.selection-menu li.disabled span, .selection-menu li.disabled i {
	color: #999;
	text-shadow: initial;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu > * {
    outline: none;
}

#fb-files-container.fb-view-grid .fb-file-type, #fb-files-container.fb-view-grid .fb-file-size, #fb-files-container.fb-view-grid .fb-logical-file-type, #fb-files-container.fb-view-grid .fb-preview-data-url, #fb-files-container.fb-view-list .fb-preview-data-url {
    display: none
}

#fb-files-container.fb-view-list .fb-file-type, #fb-files-container.fb-view-list .fb-file-size, #fb-files-container.fb-view-list .fb-logical-file-type {
    float: right;
    display: inline-block;
    width: 20%;
    color: #777;
}

.fb-input-search {
    padding-left: 25px;
	padding-right: 35px;
}

button.fb-control-round {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    padding-left: 10px;
    padding-top: 8px;
}

span.fb-control-square {
	border-radius: 2px;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}

.files-container ul li a {
	padding: 10px;
}

#fb-files-container li.fb-cutting, #fb-files-container li.fb-drag-cutting {
	border: 1px dashed #999 !important;
	opacity: 0.75;
	box-shadow: 1px 1px 5px #ececec;
	-webkit-box-shadow: 1px 1px 5px #ececec;
	-moz-box-shadow: 1px 1px 5px #ececec;
}

.fb-space-right {
	margin-right: 15px;
}

.selection-menu .fa, .selection-menu .glyphicon {
	font-size: 18px;
	margin-right: 10px;
	width: 18px;
}

div.fb-upload-caption {
	border-top: 1px dashed #DDD;
	width: 100%;
	padding: 1em;
}

div.fb-upload-caption a {
	cursor: pointer;
}

#fb-file-operations-controls .upload-toggle {
	margin-top: -4px;
	margin-right: 6px;
}

.dropzone {
	padding: 0 !important;
}

.fb-drag-flag {
	position: absolute;
	font-size: 32px;
	text-align: center;
	color: rgba(66, 139, 202, 0.51);
	margin-top: 62px;
	margin-left: calc(50% - 80px);
	display: none;
	pointer-events: none;
}

.dz-default.dz-message {
	display: none;
}

.fb-view-grid {
	padding: 10px 36px;
	padding-left: 10px;
	margin: 0;
}

.fb-view-list {
    padding: 10px;
	margin: 0;
	min-width: 600px;
}

.fb-view-list > li {
	float: initial;
	width: 85%;
	border: 1px solid transparent;
	padding: 6px 0;
	margin: 4px 0;
	display: flex;
}

.fb-view-list > li > span {
    width: 18%;
    text-overflow: ellipsis;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
}

.fb-view-list > li > span:nth-child(1) {
	width: 40px;
}

.fb-view-list > li > span:nth-child(2) {
	width: calc(40% - 40px);
}

.fb-view-list > li > span:nth-child(3), .fb-view-list > li > span:nth-child(4), .fb-view-list > li > span:nth-child(5) {
	font-size: 12px;
}

.fb-view-list > li > span:nth-child(5) {
	text-align: right;
}

.fb-view-grid > li {
	float: left;
	text-align: center;
}

.fb-view-grid .fb-file-icon {
	display: block;
}

.fb-view-grid .fb-aggregation-icon > img {
	width: 30px;
	height: 30px;
}

.fb-view-grid .fb-file-name-display, .fb-view-grid .fb-file-name{
    display: block;
	word-break: break-word;
	margin-top: 6px;
    line-height: 1.5em;
    max-height: 3em;
}

.fb-view-list .fb-file-icon {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 18px;
}

.fb-view-list .fb-aggregation-icon {
    margin-left: 7px;
    margin-right: 12px;
}

.fb-view-list .fb-aggregation-icon > img {
	width: 24px;
}

.file-browser-controls button:focus, .file-browser-breadcrumb button:focus, #fb-inner-controls button:focus {
  outline: none;
}

#fb-inner-buttons, div.readme .readme-header {
	border-bottom: 1px solid #DDD;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

#fb-inner-buttons {
	padding: 8px;
}

#fb-inner-buttons > .flex {
	flex-wrap: wrap;
}

#fb-inner-buttons > .flex > div:not(:last-child) {
	padding-right: 20px;
}

div#fb-inner-controls {
	padding: 0;
    border-bottom: 1px solid #DDD;
    min-height: 34px
}

div#fb-inner-controls button, .file-browser-search {
	margin-bottom: 8px;
}

#fb-file-operations-controls > button,
#fb-file-operations-controls #rep-res-bag {
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled='false');
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image: none;
	border: 0;
	background: transparent;
}

#fb-file-operations-controls > button.disabled {
	pointer-events: none;
}

#fb-file-operations-controls > button,
#fb-file-operations-controls #rep-res-bag {
	margin-top: 8px;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid transparent;
}

div#fb-file-operations-controls {
    font-size: 16px;
}

span.caption-file-type {
    font-size: 12px;
}

#fb-file-operations-controls > button:not(.disabled):hover,
#fb-file-operations-controls #rep-res-bag:hover {
	border: 1px solid #DDD;
	box-shadow: 1px 1px 3px #e2e2e2;
	-webkit-box-shadow: 1px 1px 3px #e2e2e2;
	-moz-box-shadow: 1px 1px 3px #e2e2e2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: rgb(255, 255, 255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-9 */
}

#fb-file-operations-controls > button:not(.disabled):active {
	border: 1px solid #DDD;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,e5e5e5+100 */
	background: rgb(247, 247, 247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
}

#hsDropzone {
    border: 0;
    height: 100%;
    overflow: auto;
}

.fb-dropzone-wrapper {
    width: 100%;
}

.fb-dropzone-wrapper:not(.ui-resizable) #hsDropzone {
	resize: vertical;
	min-height: 200px;
	height: 200px;
	overflow: hidden auto;
	border: 0;
}

.fb-dropzone-wrapper:not(.ui-resizable) {
	border: 0;
}

.fb-dropzone-wrapper.ui-resizable {
	border-right: 1px solid #DDD;
	width: 80%;
	max-width: 800px;
	min-width: 200px;
	min-height: 200px;
	height: 300px;
	display: flex;
	flex-direction: column;
}

.fb-dropzone-wrapper.fb-collapsed {
    width: 100% !important;
    max-width: initial;
}

.ui-resizable-se {
	background-color: #fff;
	margin-right: -1px;
	background-position: -81px -224px !important;
	z-index: 2 !important;
}

.ui-resizable-e {
    right: -21px;
    width: 20px;
    top: 30px;
    height: calc(100% - 30px);
}

.h-100 {
    height: 100%;
}

#fileTypeMetaData {
	overflow: auto;
	height: 100%;
	background-color: #FFF;
	padding: 15px;
}

#fileTypeMetaData .content-block {
	margin-bottom: 20px;
}

#fileTypeMetaData legend {
	font-size: 18px;
}

.fb-content-wrapper {
    display: flex;
}

.fb-metadata {
    flex-grow: 1;
    height: 300px;
	width: 200px;
}

#fb-metadata-helper {
    min-height: 100%;
    width: 20px;
    text-align: center;
    color: #959495;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #DDD;
}

.fb-metadata-collapse {
    margin-top: 10px
}

.fb-metadata-collapse:hover {
    cursor: pointer;
    color: #666
}

#fb-metadata-helper .ui-icon-grip-dotted-vertical {
    margin: auto
}

.hs-upload-indicator {
	position: absolute;
	color: #777;
	top: 125px;
	padding: 20px;
	width: calc(100% - 20px);
	pointer-events: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}

.hs-upload-indicator > i {
	font-size: 40px;
}

.fb-loading-spinner {
	list-style: none;
    width: 100%;
	margin-top: 50px;
}

#flag-uploading {
    border-top: 1px solid #DDD;
    padding: 4px;
    background: #f9f9f9
}

.b-left {
    border-left: 1px solid #DDD
}

#previews {
	display: none;
}

#btn-group-view button.active {
	pointer-events: none;
}

.glow-blue {
	box-shadow: inset 0 0 10px #00b4ff;
	-webkit-box-shadow: inset 0 0 10px #00b4ff;
	-moz-box-shadow: inset 0 0 10px #00b4ff;
}

#rename-dialog .input-group {
	width: 100%;
}

.discover-loading-icon {
    height: 0;
    float: left;
    margin-top: -13px;
	display: none;
}

#discover-map-legend{
	z-index: 0;
	position: absolute;
	top: 0;
	right:0;
}

.ui-dialog {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	z-index: 1032 !important;
}

.ui-widget-overlay {
	z-index: 1031 !important;
}

.hs-dropzone-wrapper {
	height: 350px;
	min-height: 350px;
	border: 1px solid #DDD;
	overflow: auto;
	resize: vertical;
}

#file-types > i, #file-multiple > i {
	margin-right: 8px;
}

.dz-error-message {
	display: none;
}

.dz-error-message.arrow_box::after {
	border-bottom-color: #000;
}

.dz-details.dz-error {
	border: 3px solid rgba(237, 0, 0, 0.69);
}


.btn-remove-fa {
	font-size: 14px;
	
}

.btn-remove {
	font-size: 18px;
	
}

.small-red-trash { 
	color: red; font-size: 14px;  }

.delete-text {
	font-size: 14px;
	margin-left: 1px;
	color: red;
}

.dz-details .fa-file-o {
	font-size: 32px;
}

.dropdown-menu .resource-type-name, #select-resource-type .resource-type-name {
	display: inline-block;
	vertical-align: middle;
}

#file-types .badge, #constraints .badge {
	margin-right: 4px;
	background-color: #009687;
}
/*First listed badge*/
#file-types > span:nth-child(4) {
	margin-left: 20px;
}

.navbar-inverse .res-dropdown .dropdown-menu > li > a {
    padding: 4px 16px;
    cursor: pointer;
}

.navbar-inverse .res-dropdown .dropdown-menu.disabled li {
	pointer-events: none;
}

.dropdown-menu > li > a {
	padding: 2px 16px;
	cursor: default;
}

.dropdown-menu .resource-type-icon,
#right-click-menu .resource-type-icon {
	height: 26px;
}

.navbar-inverse .res-dropdown .resource-type-icon {
	height: 38px;
	margin-right: 10px;
}

/* Tooltip */
.tooltip > .tooltip-inner {
	background-color: #767676;
	color: #FFFFFF;
	border: 1px solid #535353;
	font-size: 14px;
	text-align: left;
}

/* Tooltip on top */
.tooltip.top > .tooltip-arrow {
	border-top: 5px solid #535353;
}

/* Tooltip on bottom */
.tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid #535353;
}

/* Tooltip on left */
.tooltip.left > .tooltip-arrow {
	border-left: 5px solid #535353;
}

/* Tooltip on right */
.tooltip.right > .tooltip-arrow {
	border-right: 5px solid #535353;
}

#right-click-menu .tooltip.right {
	min-width: 210px;
}

#right-click-menu .dropdown-menu {
	width: 220px;
}

.res-dropdown div.tooltip-inner {
    width: 350px;
}

/*Coordinates picker styling*/
#picker-map-container {
	height: 300px;
	margin: 0 1px;
}

#coordinates-picker-modal .modal-footer {
	margin-top: 0;
}

.btn-choose-coordinates {
    vertical-align: top
}

.profile-badge-content {
    background: #FFF;
    border-radius: 0 0 8px 8px;
    padding: 2em;
    padding-top: 75px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

a[data-toggle="modal"] {
    cursor: pointer;
}

#profile-preview-modal .profile-pic {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    top: 26px;
    left: 26px
}

#profile-preview-modal .profile-pic.user-icon {
    background: #FFF;
}

#profile-preview-modal .profile-pic:before {
    font-size: 130px;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 100px;
    border: 7px solid #DDD;
    border-radius: 50%;
    color: #2D9EB3
}

.external-profiles .identifier-icon i, .external-profiles .identifier-icon img {
    border-radius: 4px;
    font-size: 24px;
    padding: 4px 6px;
    cursor: pointer;
}

.external-profiles .identifier-icon img {
	height: 32px;
	margin-top: -8px;
}

.identifier-icon img {
    height: 100%;
}

#stamp-contributions {
    left: -12px;
    background: #FFF;
}

#stamp-joined {
    left: -12px;
    top: 50px;
    background: #FFF;
}

.hover-shadow {
    transition: box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
}

.hover-shadow:hover {
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.external-profiles > a {
    display: inline-block;
}

.external-profiles .fa-address-card {
    width: initial !important;
    padding-right: 2px
}

#table-stats .fa {
    font-size: 18px
}

/* popover styling */
.popover-content {
  font-size: 14px;
  line-height: 1.5;
}

/* info icon to popover */
.info-popover-glypn {
  font-size:15px;
  color:lightblue;
}

#coverage-spatial input[type=number]::-webkit-inner-spin-button,
#coverage-spatial input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

#coverage-spatial input[type=number] {
	-moz-appearance: textfield;
}

/*====================================
	UTILITY CLASSES
====================================*/
.d-block {
	display: block;
}

.border-gray {
	border: 1px solid #DDD;
}

.text-break {
	word-break: break-word;
	overflow-wrap: break-word;
}

.c-pointer {
	cursor: pointer;
}

a.no-decoration {
  text-decoration: none;
}

label.form-check-label {
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}
div.property-selector {
	padding: 5px;
	overflow: scroll;
	width: max-content;
	max-height: 160px;
}

.has-space-top {
  margin-top: 2rem;
}

.has-space-top-2x {
  margin-top: 4rem;
}

.has-space-right {
  margin-right: 2rem;
}

.has-space-right-2x {
  margin-right: 4rem;
}

.has-space-left {
  margin-left: 2rem;
}

.has-space-bottom {
  margin-bottom: 2rem;
}

.has-space-bottom-2x {
  margin-bottom: 4rem;
}

.full-width {
  width: 100%;
}

.word-break-normal {
  word-break: normal;
  overflow-wrap: anywhere;
}