/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Open Sans', sans-serif;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height:50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.2);
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.full-height {
    height: 100%;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

a.btn.btn-danger {
    background-color: rgba(255,0,0,0.7);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 4px;
    color: white !important;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover{
    background-color: rgba(255,0,0,0.9);
}

.header-image {
    margin-top: -10px;
}

.login-menu {
    padding: 10px;
    background-color: #333333;
    color: #9d9d9d
}

.login-buttons {
    padding: 10px;
}

.login-buttons > .btn {
    margin: 2px;
}

h2.panel-title{
    font-size: 30px;
    font-weight: bold;
}

.editor{
    border: solid 1px lightgray;
}

.ui-hint {
    font-size: 0.8em;
    color: rgba( 255,0, 0, 0.7);
}

.has-error {
    border-color: rgba( 255,0, 0, 0.7);
}

.social {
    margin-right: 20px;
}

ul.social>li {
    display: inline-block;
}

.fb-profile img.fb-image-lg
{
    z-index: 0;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.fb-image-profile
{
    margin: -90px 10px 0 50px;
    z-index: 9;
    width: 20%;
    display: inline-block;
}

.fb-profile-text  {
    display: inline-block;
    margin-left: 10px;
}

.dropdown-menu {
    min-width: 200px;
}


.profile-detail {
     background-color: #F0F0F0;
    padding: 8px;
    margin-top: 4px;
 }

.profile-border {
    border: solid #eeeeee medium;
    padding-left: 0;
    padding-right: 0;
}

.stats-box {
    margin: 20px 5px 0 5px;
}

li.driver-menu-item, li.driver-menu-item>a {
    color: #EEEEEE;
    text-decoration: none;
    padding: 4px;
    cursor: pointer;
}

.driver-menu-item:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.green {
    color: darkgreen;
}

.relative {
    position: relative;
}

.triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px groove darkgoldenrod;
    border-right: 20px solid transparent;
}


@media (max-width:768px) {

    .fb-profile-text > h1 {
        font-weight: 700;
        font-size: 16px;
        display: inline-block;
    }

    .fb-image-profile {
        margin: -45px 10px 0 25px;
        z-index: 9;
        width: 20%;
    }
}

.hand {
    cursor: pointer;
}

.hidden-file {
    visibility: hidden;
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}

.modal.large {
    width: 80%;
}

.profile-edit-buttons {
    display: inline-block;
    float: right;
}

.profile-edit-buttons button{
    margin-left: 10px;
}

body {
    font-family: Helvetica, sans-serif;
}

.react-autosuggest__container {
    position: relative;
}

.react-autosuggest__input {
    width: 240px;
    height: 30px;
    padding: 10px 20px;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.react-autosuggest__input:focus {
    outline: none;
}

.react-autosuggest__container--open .react-autosuggest__input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
    position: absolute;
    top: 30px;
    width: 280px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #aaa;
    background-color: #fff;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 200;
}

.react-autosuggest__suggestion {
    cursor: pointer;
    padding: 10px 20px;
}

.react-autosuggest__suggestion--focused {
    background-color: #ddd;
}

.fullwidth{
    width: 100%;
}


/** Animation **/

.example-enter {
    opacity: 0.01;
}

.example-enter.example-enter-active {
    opacity: 1;
    transition: opacity 800ms ease-in;
}

.example-leave {
    opacity: 1;
}

.example-leave.example-leave-active {
    opacity: 0.01;
    transition: top 800ms ease-in;
}

.ticker-item {
    position: absolute;
    left:0;
    top:0;
}

.ticker-container {
    position: relative;
    margin-bottom: 10px;
    z-index: 10;
    vertical-align: middle;
}

.highlight-row, .highlight-row a {
    font-weight: bold;
    color: black;
}

.profile-bread {
    margin-top: 10px;
    margin-bottom: 0;
}
