.ft-main-nav {
    height: 120px;
}

.ft-logo {
    height: 45px;
}

.ft-light-logo {
    display: none;
}

.ft-dark-logo {
    display: auto;
}

.ft-home-heading {
    color: white !important;
}

.footer-bottom {
    background-color: transparent !important;
}

.navbar-header .navbar-brand {
    padding: 3px !important;
    /*background-color: white !important;*/
}

@media (max-width: 1200px) {
    .navbar-static-top .navbar-brand {
        position: initial;
        height: 50px !important;
    }
}

.navbar-header .navbar-brand img {
    padding: 3px !important;
}

.content-home {
    min-height: 700px;
}

.jumbotron {
    background-color: #91b1a7;
    padding: 25px !important;
    font-weight: 600;
    font-size: 1.1em;
    color: white;
}

/******** Portal ***********/
.ft-bg-black {
    background-color: #3E3E3F !important;
}

.ft-bg-darkgray {
    background-color: #6A7478 !important;
}

.ft-bg-lightgray {
    background-color: #E6E6E6 !important;
}

.ft-bg-green {
    background-color: #91B1A7 !important;
}

.ft-bg-yellow {
    background-color: #FDD230 !important;
}

.ft-bg-blue {
    background-color: #083549 !important;
}

.ft-fg-black {
    color: #3E3E3F !important;
}

.ft-fg-darkgray {
    color: #6A7478 !important;
}

.ft-fg-lightgray {
    color: #E6E6E6 !important;
}

.ft-fg-green {
    color: #91B1A7 !important;
}

.ft-fg-yellow {
    color: #FDD230 !important;
}

.ft-fg-blue {
    color: #083549 !important;
}

.ft-fg-red {
    color: red !important;
}

.ft-border-black {
    border-color: #3E3E3F !important;
}

.ft-border-darkgray {
    border-color: #6A7478 !important;
}

.ft-border-lightgray {
    border-color: #E6E6E6 !important;
}

.ft-border-green {
    border-color: #91B1A7 !important;
}

.ft-border-yellow {
    border-color: #FDD230 !important;
}

.ft-border-blue {
    border-color: #083549 !important;
}
/***********************************************/

/******** Dashboard ***********/
.ft-carousel {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    text-align: center;
}

    .ft-carousel .slick-prev:before, .ft-carousel .slick-next:before {
        color: #91b1a7 !important;
    }

.ft-item {
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    white-space: normal;
    background-color: #fcfcfc;
    color: #91b1a7;
    border: 1px solid #d2dfdb;
    border-radius: 4px;
}

    .ft-item a {
        display: block;
        height: 100%;
        width: 100%;
    }

        .ft-item a.ft-link {
            display: inline-block;
            width: auto;
            cursor: pointer;
            font-weight: bold;
        }

            .ft-item a.ft-link:hover {
                text-decoration: underline;
            }

.ft-carousel .ft-item {
    width: 150px !important;
    text-align: center;
}

.ft-item.ft-tag {
    display: inline-block;
    margin: 4px;
    padding: 4px;
    width: auto;
    text-align: left;
    font-weight: bold;
}

.ft-item.ft-listitem {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    text-align: left;
}

    .ft-item.ft-listitem:last-child {
        margin-bottom: 0;
    }

.ft-item .ft-icon {
    display: inline-block !important;
    padding: 4px;
    width: 20px;
    text-align: center;
}

.ft-item .ft-image {
    display: inline-block !important;
    padding: 2px;
    position: inherit;
    height: 100px;
    width: 100px;
    color: #ddd;
    line-height: inherit;
}

.ft-item .ft-label {
    display: inline-block;
    padding: 4px;
    font-weight: normal;
}

.ft-item .ft-title {
    margin-top: 4px;
    width: 100%;
    font-weight: bold;
}

.ft-item .ft-subtitle {
    width: 100%;
    font-weight: normal;
}
/***********************************************/

/******** Progress Bar control ***********/
.ft-progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .ft-progressbar .ft-progressline {
        position: absolute;
        top: 18px;
        width: 0;
        height: 4px;
        background-color: lightgray;
    }

    .ft-progressbar .ft-progressline-active {
        width: 0%;
        height: 4px;
    }

.ft-progressbar-step {
    display: inline-block;
    position: relative;
    width: 25%;
    vertical-align: top;
}

    .ft-progressbar-step .ft-icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 4px solid lightgray;
        background-color: white;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .ft-progressbar-step .ft-title {
        display: none;
    }

    .ft-progressbar-step.active .ft-icon {
        border: 4px solid #91b1a7;
        background-color: #d2dfdb;
    }

    .ft-progressbar-step.active .ft-title, .ft-progressbar-step:hover .ft-title {
        display: block;
    }
/***********************************************/

/******** Home Journey control ***********/
.ft-journey-control .row {
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
}

.ft-panel .panel-header {
    vertical-align: text-bottom;
    padding-top: 50px;
}

.ft-panel {
    min-height: 250px;
    border-radius: 0px 0px;
}

.ft-journey-panel-1 {
    background-color: #A9D18E !important;
}

.ft-journey-panel-2 {
    background-color: #90D0CD !important;
}

.ft-journey-panel-3 {
    background-color: #7AB5C8 !important;
}

.ft-journey-panel-4 {
    background-color: #7AB5C8 !important;
}

.ft-road-to-the-field {
    background-color: #3C7C90 !important;
}

/***********************************************/

/**********************************************/
SIGN IN
/**********************************************/
#api .attrEntry {
    padding: 10px 0px;
}

#api ul {
    list-style-type: none;
}

#api ul {
    margin: 0px;
    padding: 0px;
}

#api button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#api button {
    color: #fff;
    background-color: #91b1a7;
    border-color: #82a69b;
    min-width: 150px;
}

    #api button.focus, #api button:focus {
        color: #fff;
        background-color: #739c8f;
        border-color: #628a7d;
    }

    #api button.active, #api button :active, #api button:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #739c8f;
        border-color: #628a7d;
    }

        #api button.active.focus, #api button.active:focus, #api button.active:hover, #api button:active.focus, #api button:active:focus, #api button:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #739c8f;
            border-color: #628a7d;
        }

    #api button.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #739c8f;
        border-color: #628a7d;
    }

    #api button .badge {
        color: #91b1a7;
        background-color: #fff;
    }

#api input[type='text'], #api input[type='password'], #api input[type='email'] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHklEQAM8AaumPaM/rRehyWhXqbFAA9kh3/8/NvHxAYGAsZ/il8IalkCLBfNVAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: auto;
}

#api input[type='text'], #api input[type='password'], #api input[type='email'] {
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    #api input[type='text']:focus, #api input[type='password']:focus, #api input[type='email']:focus {
        border-color: #5ad6d1;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(90,214,209,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(90,214,209,.6);
    }

    #api input[type='text']::-moz-placeholder, #api input[type='password']::-moz-placeholder, #api input[type='email']::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    #api input[type='text']:-ms-input-placeholder, #api input[type='password']:-ms-input-placeholder, #api input[type='email']:-ms-input-placeholder {
        color: #999;
    }

    #api input[type='text']::-webkit-input-placeholder, #api input[type='password']::-webkit-input-placeholder, #api input[type='email']::-webkit-input-placeholder {
        color: #999;
    }

#api .attrEntry a {
    padding-left: 10px;
}

/*********** Team Information – long text wrapping fix *******************/

.team-info-row {
    margin-bottom: 10px;
}

.team-info-label {
    margin-bottom: 2px;
}

.team-info-value {
    margin-left: 0;
}