html, body {
    background-color: #f9f9f9;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000;
}

a, a:visited, a:hover, a:active, a:visited:hover {
    color: #fe701e;
}

a.btn, a:visited.btn, a:hover.btn, a:active.btn, a:visited:hover.btn {
    color: #0c0c0c !important;
}

body> header {
    background-color: #a7a4a1;
    width: 100%;
    padding: 10px;
    background-image: url('/images/banner.png');
    /*font-size: 12px;*/
}

.searchinput {
    background: url('/images/search.svg') #FCFCFC no-repeat scroll 5px 5px;
    padding-left: 35px;
}

.sidebar {
    background-color: #fe831e;
    /*max-width: 225px;*/
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}

.fadeout {
    opacity: 0;
}

.admin-background {
    background-color: #fe831e !important;
}

.admin-main {
    background-color: #fff;
}

.nav-link-sidebar {
    padding: 0.5rem 0rem;
    color: #000 !important;
}

.collapse-item {
    display: block;
    width: 100%;
    padding-left: 5px;
}

.dropdown-submenu {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

@media (max-width:767px) {
    .dropdown-submenu > .dropdown-menu {
        background-color: #c2c2c2;
    }
}


.dropdown-submenu > a {
    border-color:#090909;
}

@media (min-width:768px) {
    .navbar-slide { 
        padding-right:15px;
        padding-left:15px;
        width:auto !important;
        display:block
    }
}

.dropdown-submenu {
    position:relative
}

.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    border-radius:0 4px 4px;
}

@media (max-width:767px) {
    .dropdown-submenu > .dropdown-menu {
        top:0;
        left:100%;
        margin-top:-6px;
        margin-left:25px;
    }

}
@media (min-width:768px) {
    .dropdown-submenu > .dropdown-menu {
        top:0;
        left:100%;
        margin-top:-6px;
        margin-left:-1px;
    }
}

.dropdown-submenu:hover > .dropdown-menu {
    display:block
}

.dropdown-submenu {
    width: 100%;
    padding:0px 0px 0px 0px !important;
}

.dropdown-submenu > .dropdown-menu {
    display:hidden;
}

.dropdown-submenu > a > .caret {
    display:inline-block;
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg);
    position:absolute;
    margin-top:-2px;
    right:8px;
    top:50%;
}

@media (max-width:767px) {
    dropdown-submenu > a > .caret{
        display:none    !important
    }
    .break-xs{
        width:100% !important
    }
}

.dropdown-toggle::after {
    content: none;
}

.navbar-fixed-bottom .dropdown-submenu>.dropdown-menu{
    bottom:0;
    border-radius:4px 4px 4px 0
}

.navbar-fixed-bottom .dropdown-submenu > a > .caret {
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}

.navbar-right .dropdown-submenu > .dropdown-menu{
    right:100%;
    left:auto;
    margin-left:10px;
    border-radius:4px 0 4px 4px
}

.btn-paleontica {
    background-color: #fe831e;
    color: #343a40;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: 0 !important;
    outline-offset: 0  !important;
    background-image: none  !important;
    -webkit-box-shadow: none !important;
    box-shadow: none  !important;
    border-radius: 5% !important;
}

.btn-sm {
    padding: .0rem .5rem !important;
    line-height: 1.0 !important;
}

.pagnation-paleontica nav{
    background-color: transparent !important;
}

.page-link {
    color: #fe701e;
}

.page-item.active .page-link {
    background-color: #fe701e;
    border-color: #fe701e;
}

.logo {
    max-width: 408px;
    max-height: 130px;    
}

.user-icon {
    max-width: 75px;
    max-height: 75px;
    min-width: 75px;
    min-height: 75px;
    border: 1px solid #000;
    background: #d5d2d2;
    background-image: url(../images/user.svg);
    background-size: 75px 75px;
}

.user-icon-sm {
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-size: 20px 20px;
}

.user-icon-lg {
    max-width: 150px;
    max-height: 150px;
    min-width: 150px;
    min-height: 150px;
    background-size: 150px 150px;
}

.user-icon-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

nav {
    background-color: #90B116;
}

nav > .container {
    padding: 0px;
    /*font-size: 12px;*/
}

.navbar {
    z-index: 10;
}

.navbar .navbar-text {
    color: #343a40;
}

.navbar .navbar-nav .nav-link {
    color: #343a40;
}

.navbar .nav-item:active .nav-link, .navbar .nav-item:hover .nav-link {
    color: #343a40;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #f9f9f9 ;
    color: #343a40;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    background-color: #f9f9f9 ;
    color: #343a40;
    border: transparent;
    border-style: solid;
}

.nav-link.active {
    background-color: #f9f9f9;
    border: transparent;
    border-left: #90B116;
    border-style: solid;
}

.dropdown-menu {
    background-color: #fff;
    z-index: 999;
}

.dropdown-menu a:hover{
    background-color: #eee;
}

.dropdown-menu a, .dropdown-menu a:visited,.dropdown-menu a:active, .dropdown-menu a:hover, .dropdown-menu a:visited:hover {
    color: #343a40;
}

.dropdown-menu a:active, .dropdown-menu a:hover, .dropdown-menu a:visited:hover {
    background-color: #eee;
}

.dropdown-item span {
    color: #343a40;
}

main {
    height: auto !important;
    display: inline-block;
}

main > .container {
    font-size: 14px;
    background-color: #fff;
    height: auto !important;
    flex: 1 !important;
}

h2 {
    font-size: 22px;
    display:block;
    width:100%;
    border-bottom: 2px solid #fe831e
}

h3 {
    font-size: 18px;
    display:block;
    width:100%;
    border-bottom: 2px solid #fe831e
}

.front-item {
    background-color: #fcfcfc;
}

.front-item-title {
    font-size: 18px;
    padding-bottom: 5px;
}


.newsitem .text-muted {
  padding-left: 5px;
}

.newsitem a, .newsitem a:hover, .newsitem a:active, .newsitem a:visited {
  color: #000;
  padding-left: 10px;
}

.newsitem:hover, .newsitem:active {
    background-color: #e9ecef;
}

.newsitem a:hover, .newsitem a:active {
    text-decoration: underline;
}

.newsitem-first {
  border-style: dotted none dotted none;
}

.newsitem {
    border-style: none none dotted none;
    border-width: 1px;
    padding: 5px;
}

.newsitem-table {
    width: 100%;
}

.newsitem-icon {
    width: 20px;
}

.newsitem-date {
    width: 155px;
}

.newsitem-title a {
    display:block;
    width:100%;
}

.feather-16 {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-right: -5px;
}


.feather-18 {
    width: 18px;
    height: 18px;
    margin-top: -3px;
}

.text-locations {
    color: #A86847;
}

.text-link {
    color: #0C0C0C;
}

.moderation-box-border-locations {
	border-left: 0.25rem solid #A86847 !important;
}

.text-information {
    color: #f1b601;
}

.moderation-box-border-information {
	border-left: 0.25rem solid #f1b601 !important;
}

.text-community {
    color: #3A29B0;
}

.text-fossildb {
    color: #A513A5;
}

.moderation-box-border-fossildb {
	border-left: 0.25rem solid #A513A5 !important;
}

.moderation-box-border-taxanomy {
	border-left: 0.25rem solid #A51367 !important;
}

.moderation-box-border-stratigaphy {
	border-left: 0.25rem solid #5313A5 !important;
}

.text-media {
    color: #E91C4B;
}

.moderation-box-border-media {
	border-left: 0.25rem solid #E91C4B !important;
}

.text-updates {
    color: #424241;
}

.moderation-box-border-updates {
	border-left: 0.25rem solid #424241 !important;
}

.text-calendar {
    color: #17C03C;
}

.moderation-box-border-calendar {
	border-left: 0.25rem solid #17C03C !important;
}

.article .intro {
    font-weight: bold;
}

.article .img-subtext {
    font-weight: bold;
    font-style: italic;
}

blockquote {
    border: 2px solid #fe831e;
    border-radius: 10px;
    padding: 10px;
    background-color: #e9ecef;
    color: #343a40;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px
}

.article .callout a, .article .callout a:visited, .article .callout a:hover, .article .callout a:active, .article .callout a:visited:hover {
    color: #343a40;
}

.article .callout a, .article .callout a:visited, .article .callout a:hover, .article .callout a:active, .article .callout a:visited:hover {
    color: #fe701e;
}

.edited {
    color: #E14D1E !important;
}

.truncate {
    max-width:250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leaflet-container {
    z-index: 5;
}

/* Moderation Styles */
.moderation-box-border {
	border-left: 0.25rem solid #6c757d !important;
}

footer {
    display: inline-block;
    bottom:0;
}

footer > .container {
    padding: 30px 15px 15px 15px;
    font-size: 10px;
    background-color: #fff;
    text-align: center;
}


#minicalendar-holder {
    width: 200px;
    margin: 0 auto;
    font-size: 10px;
}

.minicalendar-holder .fc-toolbar {
    font-size: .9em;
}

.minicalendar-holder .fc-toolbar h2 {
    font-size: 12px;
    white-space: normal !important;
}

.fc-scroller {
    height: auto !important;
}

.fc-button, .minicalendar .fc-button-primary {
    background-color: #fe831e !important;
    color: #343a40 !important;
    border: 0px !important;
}

.jquery_icon_resultlist {
    width: 40px;
    height: 40px;
}

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

.form-control {
    height: auto !important;
}