﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #da000f;
}

.navbar {
    padding: 0;
}

.logo {
    position: absolute;
    top: 0px;
    z-index: 1;
    padding: 0;
}

.loginLink, .loginLink:hover {
    color: #fff;
    text-decoration: none;
    background: none !important;
    border: none;
    padding: 0 !important;
}

.headerWrapper {
    margin: 0px auto;
    /*max-width: 1150px;*/
    max-width: 85%;
}

.headerTop {
    width: 100%;
    background: #da000f;
    height: 30px;
}

.headerBottom {
    width: 100%;
    background: #fff;
    height: 40px;
}

.active {
    border-bottom: 3px solid #da000f !important;
}

.nav-link {
    border-bottom: 3px solid #fff;
    min-width: 115px;
    text-align: center;
}

    .nav-link:hover, .company-div:hover, .customer-div:hover, .mail-div:hover {
        background: #fff;
        border-bottom: 3px solid #da000f;
        color: #da000f !important;
        transition: all linear 0.1s;
    }

#Footer {
    background-color: #da000f;
    color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 35px;
    width: 100%;
    margin-top: -35px;
    display: flex;
    position: absolute;
    bottom: 0;
}

.footer_wrapper {
    margin: 0 auto;
    max-width: 95% !important;
}

.copyright {
    padding-left: 10px;
}

.copyright, .address, .phone, .email {
    font-size: 14px;
    padding-top: 7px;
    display: inline-block;
}

.address, .phone, .email {
    margin-left: 15px;
}

.active-language {
    background: rgba(0,0,0,0.5);
}

.menu-languages {
    list-style-type: none;
}

.menu-language {
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    display: table-cell;
    width: 24px;
    text-align: center;
    border-bottom: 0px solid #ccc;
}

    .menu-language a {
        padding: 3px;
        color: inherit;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .menu-language a:hover {
            text-decoration: none;
        }

    .menu-language:hover {
        background: #fff;
        border-bottom: 2px solid #da000f;
        color: #da000f !important;
        transition: all linear 0.1s;
    }

.file-upload-btn {
    position: absolute;
    width: 100%;
    height: 35px;
    z-index: 9;
    opacity: 0;
}

.delete-file {
    position: absolute;
    right: 50px;
    top: 8px;
    font-size: 16px;
    opacity: .8;
    cursor: pointer;
    z-index: 99;
    visibility: hidden;
}

.timeline {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ddd;
        left: 31px;
        margin: 0;
        border-radius: 2px;
    }

    .timeline > li {
        position: relative;
        margin-right: 5px;
        margin-bottom: 1px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-item {
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            border-radius: 3px;
            margin-top: 0;
            background: #fff;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

            .timeline > li > .timeline-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                border-bottom: 1px solid #f4f4f4;
                padding: 5px;
                font-size: 14px;
                line-height: 1.1;
            }

                .timeline > li > .timeline-item > .timeline-header > a {
                    font-weight: 600;
                }

            .timeline > li > .timeline-item > .timeline-body,
            .timeline > li > .timeline-item > .timeline-footer {
                padding: 5px;
                font-size: 12px;
            }

        .timeline > li > .fa,
        .timeline > li > .glyphicon,
        .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 12px !important;
            line-height: 30px;
            position: absolute;
            color: #666;
            background: #d2d6de;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .timeline-inverse > li > .timeline-item > .timeline-header {
        border-bottom-color: #ddd;
    }
    .ratingStar1{
        font-size:30px;
        margin-right: 15px;
    }
.ratingStar1:hover {
    background-color: yellow;
}
.ratingStar2:hover {
    background-color: yellow;
}
.ratingStar3:hover {
    background-color: yellow;
}
.ratingStar4:hover {
    background-color: yellow;
}
.ratingStar5:hover {
    background-color: yellow;
}
.ratingStar6:hover {
    background-color: yellow;
}
.ratingStar7:hover {
    background-color: yellow;
}
.ratingStar8:hover {
    background-color: yellow;
}

.prefix {
    position: relative;
    right: -3px;
    color: grey;
}

input.has-prefix {
    padding-left: 50px;
    margin-left: -50px
}