﻿body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
    color: #00233f;
}

a {
    color: #d6bc85;
}

    a:hover {
        color: #d6bc85;
        text-decoration: underline;
    }

#orbis360-portal {
    background-color: #fff;
}

    #orbis360-portal .loading {
        width: 100%;
        text-align: center;
    }

.container-fluid {
    padding: 0 !important;
}

.orbisinfo {
    position: fixed;
    height: 0;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    border-top: 1px solid #376572;
    background-color: #00233f;
    color: #fff;
    transition: .5s ease-in;
}
    
.orbisinfo.open-orbisinfo {
    height: 50px !important;
}

.open-orbisinfo-button {
    cursor: pointer;
    position: fixed;
    bottom: 1px;
    left: 50%;
    z-index: 100;
    background-color: #00233f;
    -webkit-box-shadow: 1px 0 3px rgba(0,0,0,.2);
    box-shadow: 1px 0 3px rgba(0,0,0,.2);
    border-radius: 100px 100px 0 0;
    line-height: 1;
    padding: 8px 15px 4px 15px;
    transition: .5s ease-in;
    width: 50px;
    text-align: center;
}
    
.open-orbisinfo-button.open-orbisinfo {
    bottom: 50px !important;
}

.publication {
    font-size: 14px;
}

.publication-title {
    color: #84ba44 !important;
    text-transform: uppercase !important;
}

.publication-entity {
    color: #84ba44 !important;
}

/***************************************
    INFO BAR
****************************************/
.orbis-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/***************************************
    BACKGROUND COLOR
****************************************/
.bg-orbis-dark {
    background-color: #00233f !important;
}

.bg-orbis-dark-gradient {
    background-image: linear-gradient(to right, #00233f, #376572) !important;
}

.bg-orbe-01 {
    background-image: linear-gradient(120deg, #009ad2 0%, #84ba44 50%, #d6bc85 100%) !important;
}

.bg-orbe-02 {
    background-image: linear-gradient(120deg, #d84b45 0%, #f8b64a 50%, #cdc6b0 100%) !important;
}

.bg-orbe-03 {
    background-image: linear-gradient(120deg, #92649c 0%, #7a9dc7 50%, #cdb6ac 100%) !important;
}