﻿body {
    font-family: 'Source Sans Pro', sans-serif;
    /*
    background: no-repeat fixed center url("/Content/Images/iharosauto_background.png"),
                repeat-y fixed center url("/Content/Images/body_background.png") #595959;
    height: 100%;
    */
}

div.switch-visible {
    display: none;
}

div.switch-visible.show {
    display: block;
}
/*
html {
    height: 100%;
}
*/


.a-custom:hover,
.a-custom:active {
    color: #000000;
    text-decoration: none;
}

.a-custom-companyColor:hover,
.a-custom-companyColor:active {
    color: #1C7F0E;
    text-decoration: none;
}

.a-custom-dark-companyColor:hover,
.a-custom-dark-companyColor:active {
    color: #0F4508;
    text-decoration: none;
}

.a-custom-dark-companyColor:hover.underline,
.a-custom-dark-companyColor:active.underline {
    text-decoration: underline;
}

a.tree-menu-active {
    border: 1px solid #1C7F0E;
    border-radius: 0.25rem;
    margin-left: -0.25rem;
    padding: 0 0.25rem 0 0.25rem;
}

.background-car-parts {
    background: no-repeat fixed center url("/Content/Images/iharosauto_background.png"),
                repeat-y fixed center url("/Content/Images/body_background.png") #595959;
}

.background-cellpaper {
    /*
    background-position: center;
    background-image: url("/Content/Images/background-cellpaper.png");
    background-repeat: repeat;
    */
    background-attachment: fixed;
    background-color: #595959;
    background-image: url("/Content/Images/bg-cellpaper.png");
    background-position: center;
    background-repeat: repeat-y;
}

.background-color-dark-grey {
    background-color: #464646;
}

.background-color-companyColor {
    background-color: #1C7F0E;
}

.background-color-light-grey {
    background-color: #CCCCCC;
}

.background-color-middle-grey {
    background-color: #999999;
}

.background-color-white {
    background-color: #FFFFFF;
}

.background-color-yellow {
    background-color: #FAFAD2;
}

.background-color-blue {
    background-color: #7df7e8;
}

.background-gradient-light-grey-to-white {
    background: linear-gradient(to right, #CCCCCC, #FFFFFF);
}

.background-gradient-middle-grey-to-white {
    background: linear-gradient(to left, #FFFFFF, #999999);
}
/*
.background-pattern {
    background-image: url("/Content/Images/iharosauto_background.png");
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -454px;
    margin-top: -250px;
    min-height: 500px;
    min-width: 908px;
    position: fixed;
    top: 50%;
}
*/
.border-companyColor {
    border: 1px solid #1C7F0E;
}

.borderless {
    border: none;
}

.breadcrumbs-height {
    height: 50px;
}

.btn-custom {
    border-radius: 0.25rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.btn-custom.narrow {
    padding: 0.25rem 0.5rem;
}

.btn-custom.wide {
    padding: 0.5rem 1rem;
}

.btn-companyColor {
    background-color: #1C7F0E;
    color: white;
}

.btn-shadow {
    box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
}

.btn-white {
    background-color: #FFFFFF;
    color: #1C7F0E;
}

.btn.disabled, :disabled.btn {
    opacity: 0.3 !important;
}

.color-black {
    color: #000000;
}

.color-light-companyColor {
    color: #27B814;
}

.color-companyColor {
    color: #1C7F0E;
}

.color-middle-grey {
    color: #999999;
}

.color-red {
    color: #EA5427;
}

.color-white {
    color: #FFFFFF;
}

.color-green {
    color: #1C7F0E;
}

.css-treeview {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.css-treeview ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.css-treeview input,
.css-treeview label + ul {
    display: none;
}

.css-treeview a,
.css-treeview label {
    color: #000;
    text-decoration: none;
}

.css-treeview a:hover,
.css-treeview label:hover {
    color: #1C7F0E;
    text-decoration: none;
}

.css-treeview a.tree-menu-active {
    border-radius: 6px;
    border: 1px solid #1C7F0E;
    padding: 0.05rem 0.35rem;
}

.css-treeview label {
    cursor: pointer;
    float: left;
    margin-bottom: 0;
    padding-left: 0.8rem;
}

.css-treeview li {
    clear: left;
}

.css-treeview .clear-both::after {
    clear: both;
    content: "";
    display: table;
}

.css-treeview input:not(:checked) + label {
    background: 0 4px url("/Content/Images/css-treeview/treeview-plus-node.png") no-repeat;
}

.css-treeview input:checked + label {
    background: 0 4px url("/Content/Images/css-treeview/treeview-minus-node.png") no-repeat;
}

.css-treeview input:checked ~ ul {
    display: block;
}

.css-treeview li ul li {
    padding: 0 0 0 1.5rem;
    background: 0.8rem 0 url("/Content/Images/css-treeview/treeview-node.png") no-repeat,
                5px 0 url("/Content/Images/css-treeview/treeview-parent-node.png") repeat-y;
}

.css-treeview li ul li:last-child {
    background: 0.8rem 0 url("/Content/Images/css-treeview/treeview-last-node.png") no-repeat,
                5px 0 url("/Content/Images/css-treeview/treeview-parent-node.png") repeat-y;
}

.css-treeview li:last-child input:not(:checked) + label {
    background: 0 4px url("/Content/Images/css-treeview/treeview-plus-icon.png") no-repeat;
}

.css-treeview li:last-child input:checked + label {
    background: 0 4px url("/Content/Images/css-treeview/treeview-minus-icon.png") no-repeat;
}

.css-treeview li:last-child ul li {
    background: 0.8rem 0 url("/Content/Images/css-treeview/treeview-node.png") no-repeat;
}

.css-treeview li:last-child ul li:last-child {
    background: 0.8rem 0 url("/Content/Images/css-treeview/treeview-last-node.png") no-repeat;
}

.full-height {
    height: 100%;
}

.item-element-border {
    border-left: 1px solid #999999;
    border-radius: 6px 0 0 0;
    border-top: 1px solid #999999;
}

.item-results-basket {
    background-image: url("/Content/Images/shopping_basket.png");
    background-position: center;
    height: 30px;
    width: 38px;
}

.item-results-first-line {
    border-top: 1px solid #000000;
}

.item-results-first-column {
    padding-left: 5px;
    background-color: rgb(250,250,210);
    border-left-color: rgb(128,128,128);
    border-left-style: solid;
    border-left-width: 1px;
}

.letter-lower {
    vertical-align: -1px;
}

.letter-upper {
    vertical-align: 0.075rem;
}

.letterspacing-tiny {
    letter-spacing: 0.01rem;
}

.line-height-normal {
    line-height: normal;
}

.line-height-smaller {
    line-height: 0.85rem;
}

.loader {
    animation: spin 2s linear infinite;
    border: 0.5rem solid #CCCCCC;
    border-radius: 50%;
    border-top: 0.5rem solid #1C7F0E;
    height: 3rem;
    width: 3rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.logo {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.main-content-mb {
    margin-bottom: 6rem;
}

.main-content-mt {
    margin-top: 12rem;
}

.max-width {
    width: 990px;
}

@media (min-width: 992px) {

    .modal-content-wide {
        max-width: 990px;
        width: 970px;
    }
}

.pb-small-1 {
    padding-bottom: 2px;
}

.pb-small-2 {
    padding-bottom: 3px;
}

.phone-number-large {
    font-size: 1.95rem;
    line-height: 1.5rem;
}

.popup-container {
    left: 50%;
    margin-left: -300px;
    min-height: 430px;
    position: fixed;
    top: 12%;
}

.popup-container .car-image {
    height: 400px;
}

.pt-header {
    padding-top: 7rem;
}

.round-companyColor-border {
    border-color: #1C7F0E;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    padding: 0.05rem 0.35rem;
}

.small-height {
    height: 3px;
}

.text-comment {
    color: #4D4D4D;
    font-size: 0.85rem;
}

.text-frames-2 {
    column-count: 2;
}

.text-larger {
    font-size: 1.25rem;
}

.text-larger-circle-border {
    border-radius: 50%;
    height: 1.65rem;
    width: 1.65rem;
}

.text-small-3 {
    font-size: 0.625rem;
}

.text-small-2 {
    font-size: 0.75rem;
}

.text-small-1 {
    font-size: 0.85rem;
}

.width-5 {
    width: 5%;
}

.width-10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.width-20 {
    width: 20%;
}

.z-furthest {
    z-index: -1000;
}



body.modal-open,
.modal-open .fixed-bottom,
.modal-open .fixed-top,
.modal.show {
    overflow: visible;
    padding-right: 0 !important;
}

.modal-header {
    border-bottom: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
}
