﻿html, body {
    font-size: 14px
}

header {
    text-transform: uppercase
}

#header {
    background: url(header/header_background.png) no-repeat;
    border-bottom: 3px solid #e63c28
}

    #header .header-left {
        background: url(header/header_left_online.png) left no-repeat
    }

    #header .header-right {
        background: url(header/header_right.png) right no-repeat
    }

@media(max-width:767px) {
    #header {
        background: url(header/header_background_xs.png) no-repeat;
        border-bottom-width: 1px
    }

        #header .header-left {
            background: url(header/header_left_online_xs.png) left no-repeat
        }

        #header .header-right {
            background: url(header/header_right_xs.png) right no-repeat
        }
}

footer {
    background-color: #d1d3d4
}

nav.navbar {
    min-height: 48px;
    background-color: #fff;
    border-color: #e63c28;
    -webkit-box-shadow: 1px 2px 1px #bcbcc0;
    box-shadow: 1px 2px 1px #bcbcc0
}

.btn-language {
    background-image: url(language.svg)
}

.navbar-brand:hover, .navbar > div.active .navbar-brand, .breadcrumb a:hover {
    color: #e63c28
}

.breadcrumb {
    background-color: #fff
}

    .navbar-brand, .breadcrumb a {
        color: #6d6d71;
        font-size: 14px;
        font-weight: 700
    }

input.form-control, .fancyDropdown .btn-block {
    border: 1px solid #bcbcc0 !important;
    background: #f2f2f2 !important;
    color: #626266;
    font-size: 14px
}

    input.form-control::placeholder, .fancyDropdown .placeholder {
        color: #999
    }

.dropdown-item {
    color: #626266;
    font-size: 14px
}

    .dropdown-item:hover, .dropdown-item.active {
        color: #626266;
        background-color: #dcdcdc
    }

.dropdown-arrow {
    color: #d65a5f
}

.btn-primary {
    background-color: #e63c28 !important;
    border-color: #e63c28 !important;
    color: #fff !important;
    font-size: 14px
}

.table {
    font-size: 14px;
    color: #626266
}

    .table thead th {
        background-color: #e63c28 !important;
        border-color: #e63c28 !important;
        color: #fff !important;
        font-weight: 100 !important
    }

    .table tbody > tr:nth-child(even) > td {
        background-color: #fff;
        border-color: #fff
    }

    .table tbody > tr:nth-child(odd) > td {
        background-color: #ededed;
        border-color: #ededed
    }

    .table tbody > tr:hover > td {
        background-color: #dcdcdc;
        border-color: #dcdcdc
    }
