/*
ELDR
*/
.client-logo{
    width:12%;
}

.client-logo-top{
    width:10%;
    padding:1px;
    margin-right:10px;
    margin-bottom:3px;
    margin-top:2px;
}
.eldr-blue{
    color: #00002B !important;
}

.add-form{
    cursor:pointer;
}

.remove-form{
    cursor:pointer;
}

.red-border{
    border:2px solid red !important;
    border-top:3px solid red !important;
}

.orange-border{
    border:2px solid orange !important;
    border-top:3px solid orange !important;
}

.green-border{
    border:2px solid green !important;
    border-top:3px solid green !important;
}

.purple-border{
    border:6px solid purple !important;
    border-top:7px solid purple !important;
}

.purple-border-thin{
    border:2px solid purple !important;
}

.data-formatter-instructions{
    border-radius:5px;
    padding:8px;
}

.red-border-thick{
    border:3px solid red !important;
}

.orange-border-thick{
    border:3px solid orange !important;
}

.green-border-thick{
    border:3px solid green !important;
}

.purple-border-thick{
    border:4px solid purple !important;
}

.th-border-bottom-orange{
    border-bottom:3px solid orange !important;
}

.th-border-bottom-red{
    border-bottom:3px solid red !important;
}

.th-border-bottom-purple{
    border-bottom:3px solid purple !important;
}

.grey-letters{
    color:grey;  
}

.choose-provided{
    cursor:pointer;
}

.suggested-ioc-select{
    margin-left:-12px;
    margin-right:-12px;
}

.suggested-ioc-title{
    vertical-align:middle !important;
}

.alert-purple{
    padding-top:10px !important;
    color: #0c5460;
    background-color: rgba(213, 184, 255,0.2) !important;
    border-color: purple !important;
    border: 3px solid purple !important;
}

.data-formatter-table-container {
    max-height: 500px !important;
    overflow-y: scroll !important;
}

.bg-dark{
    background-color: #000 !important
}

hr.white {
    border-top: 1px solid #fff;
}

.white-text{
    color:#FFF;
}

.nice-blue-normal-size{
    color:#007bff !important;
    font-size:1em !important;
}

.nice-blue{
    color:#007bff !important;
}

.strong-text{
    font-weight: 400;
}
.very-strong-text{
    font-weight: 800;
}

.small-icon{
    font-size:1.5em !important;
}

.bigger-text{
    font-size:1.1em;
}

.smaller-text{
    font-size:0.8em;
}

.sub-header {
    color:#f44336 !important;
}

.list-link{
    margin-top:20px !important;
}

.cta{
    background-image: none !important;
}

.cta:before {
    background: rgba(244, 67, 54, 0.9) !important;
}

.pages-header {
    padding:120px 0;
}

/*
HOMEPAGE
*/
.homepage-banner{
    margin-top:-245px;
}

.homepage-banner-xs {
    margin-top:150px;
}

.service-box-wrapper{
    margin-top:-260px;
}

.top-nav-margin-reduce{
    padding-left:2px !important;
    padding-right: 2px !important;
    margin-left: 8px;
    margin-right: -190px !important;
}

.home-block-btn{

}

.page-top-spacer{
    margin-top:40px;
}

.by-fennaio{
    font-size:0.9rem;
}

.dot-ai{
    font-size:1.4rem;
}

.eldr-nav{
    font-size:2.2rem;
}

.client-nav{
    font-size:1.5rem;
    color:grey;
}

.docs-nav{
    font-size:2.0rem;
}

/*
* SIDEBAR
*/

.sidebar-top-spacer{
    margin-top:60px;
}


/*
NAVBAR
*/

.bg-blue{
    background-color: #00002B !important
}

.navbar-spacer{
    margin-top: 30px;
}

.nav-no-link{
    color:#FFF;
    text-transform: none;
}

.arrow-up {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    position:absolute;
    top:2px;
    right:3px;
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ccc;
    position:absolute;
    top:13px;
    right:3px;
}

.navbar-list{
    padding:30px;
}

.navbar-list-bottom {
    margin-bottom:0px;
}

.list-top {
    margin-top:30px;
}
/*
drop down menu - hide scroll bar
*/


.dropdown-menu::-webkit-scrollbar { 
    display: none;
}

.dropdown-menu{
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

.scroll-menu-border {
    border-right: 6px solid !important;
    border-image-source: linear-gradient(5deg, rgb(230, 230, 230), rgb(128, 128, 128)) !important;
    border-image-slice: 1 !important;
}


/*CAROUSEL*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.carousel-h1 {
    background-color:rgba(0, 0, 0, 0.5);
    padding:8px;
}

.carousel-p {
    background-color:rgba(0, 0, 0, 0.5);
    padding:8px;
}

.carousel-h1-2 {
    background-color:rgba(0, 0, 0, 0.4);
    padding:8px;
}

.carousel-p-2 {
    background-color:rgba(0, 0, 0, 0.4);
    padding:8px;
}

.carousel-p-3 {
    background-color:rgba(0, 0, 0, 0.6);
    padding:8px;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        /*
        margin-top: 7rem;
        */
    }
}


/*MISC
*/
.sizefinder{
    font-size: 20px;
}

.nav-list-title{
    margin-top:30px;
}

/*
BOX
*/

.box-item-title{
    word-wrap: break-word;
}

.box-item-text{
    word-wrap: break-word;
}

.edit-info {
    outline:#000000;
    border:1px solid black;
}

.edit-info:focus {
    outline:#000000;
    border:1px solid black;
}

.edit-button{
    cursor:pointer;
}

.edit-text{
    font-weight:bold;
}

.pointer{
    cursor: pointer;
}

/*
INDUSTRIES
*/

.industry-title {
    color:#F44336;
}

.red-letters {
    color:#F44336 !important; 
}

.grey-letters {
    color:#CCC !important; 
}

.green-letters {
    color:#080 !important; 
}

.industry-box-inside {
    background-color: #fff;
    padding:20px;
    margin-top:8px;
}

.industry-example-area{
    margin-bottom:20px;
}

.industry-outer-box {
    min-height:300px;
}

/*
SECTION
*/
.section-spacer {
    margin-top:30px;
}

.owl-spacer{
    margin-top:40px;
}

.owl-spacer{
    margin-top:40px;
}


/*
CAREER
*/

.value-bold{
    font-weight:500 !important;
}

.selection-bold{
    font-weight:500;
}

.selection-margin{
    margin-bottom:15px !important;
}

.spirit-margin{
    margin-bottom:15px !important;
}

.working-at-margin{
    margin-bottom:15px !important;
}

.careers-margin{
    margin-top:40px;   
}

.careers-contents{
    padding: 40px 0;
}

.job-description-margin{
    margin-bottom:20px !important;
}



/*
JOBS
*/
.job-location{
    font-weight: 500 !important;
}

.job-location-notes{
    font-size: 0.9rem !important;
}

.job-apply{
    color:#FFF !important;
    padding: 5px 17px;
}

.job-start-date{
    font-weight: 400 !important;
    font-size: 0.8rem !important; 
}

.job-salary{
    font-weight: 500 !important; 
    font-size: 1.1rem !important;
}

.cookie-banner {
    display:none;
    padding:10px;
    background-color: #fff;
    color:#000;
    position:fixed;
    bottom: 0;
    border-top: 1px solid #202020;
    -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    z-index: 9999;
}

.cookie-point {
    font-weight: 500;
}

.cookie-button{
    background-color:green !important;
    cursor:pointer;
    z-index: 9999;
}

/*
LOG
*/
.log-container{
    padding:5px;
}

/*
BLOG
*/
.no-link{
    color:#B1B1B1 !important;
    background: #fff;
    padding: 5px 10px;
}

#post_comment{
    cursor:pointer;
}

.blog-search{
    cursor:pointer;
}

.search-term{
    color:green;
    font-style: italic;
}

.blog-top-space{
    padding-top: 30px;
}

/*
LOGIN
*/
.login-input{
    border: 1px solid black !important;
}

/*
LEARN
*/

.learn-title{
    padding-top:30px !important;
}

.learn-summary{
    margin-left:0;
    padding-left:0;
}

/*
CONTACT
*/
.contact-padding{
    padding-top: 30px;
}

.contact-more-padding{
    padding-top: 45px;
}

/*
TEAM
*/
.team-box-container{
    padding-top: 0 !important; 
    padding-bottom: 0 !important; 
    border:0 !important;
}

/*
LABS
*/

.labs-bullets ul li{
    margin-bottom: 15px;
    color: #504b47;
    font-weight: 300;
}

.labs-gap-reducer{
    padding-top:30px !important;
    padding-bottom:0 !important;
}

.team-no-bottom-border{
    border-bottom:0 !important;
}


/*
SOFTWARE
*/
.software-title-top{
    margin-top:30px;
}

.software-no-indent{
    margin-left:-15px !important;
    margin-right:-15px !important;
}

.software-images{
    margin-bottom: 8px;
}

.eldr{
    font-weight:800;
    font-style: italic;
}

.input-with-border{
    border: 1px solid black !important;
}

.input-group-text{
    width:200px !important;
}

.form-control[readonly]{
    background-color: #fff;
}

.container-no-padding{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.training-log-container{
    background-color:#000;
    color:green;
    font-weight:800;
    font-size:0.8em;
    padding:8px;
    max-height: 200px;
    overflow-y: auto;
}

.neuron_weights_chart{
    padding-right:50px;
    max-height: 400px;
    overflow-y: auto; 
    overflow-x: hidden;
}

.toggle-switch{
    cursor:pointer;
}

.delete-icon{
    cursor:pointer;
}

.edit-url{
    cursor:pointer;
}

.save-icon{
    cursor:pointer;
}

.close-icon{
    cursor:pointer;
}

.dashboard-badge-padding{
    padding:4px;
}

.dashboard-card-padding{
    padding:8px;
}

.small-fennaio{
    font-size:0.6em;
}

.sidebar-width{
    width:500px !important;
}

.form-inputs-container {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 600px) {

    .input-group-text{
        width:125px !important;
    }
}

.btn{
    margin-bottom:2px;
}

.sidebar-latest-posts{
    padding:5px;
}
.blog-search{
    padding:8px;
    border-radius: 10px;
}

.data-automatic-spacer{
    margin-top:-15px;
}

.input-group-text-warning{
    background-color: #ffc107;
}