﻿/* GS180403 - Μεταφορά από τη σελίδα */

.lblscode {
    color: #DD0000;
}

.lblsdesc {
    color: green;
}

.contentr p {
    margin: 0 0 0px;
}



#coupon_box {
}

.contentr h1, .contentr h2 {
    color: white;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.contentr a {
    color: #825582;
    text-decoration: none;
}




.contentr {
    background: linear-gradient(#AB0F03, #d31709, #d31709);
    text-align: center;
    /*width: 80%;*/
    max-width: 960px;
    min-height: 3.750em;
    /*margin: 2em auto;*/
    padding: 2px;
    border-radius: 0.313em;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    line-height: 1.5em;
    color: white;
}

    .contentr .ribbon {
        position: relative;
        padding: 2px 2px;
        font-size: 20px;
        /* margin: 0 0 0; */
        /* line-height: 0.875em; */
        color: #1a1a1f;
        border-radius: 0 0.156em 0.156em 0;
        background: rgb(240, 240, 240);
        box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
    }

        .contentr .ribbon:before, .ribbon:after {
            position: absolute;
            content: '';
            display: block;
        }

        .contentr .ribbon:before {
            width: 0.469em;
            height: 100%;
            padding: 0 0 0.438em;
            top: 0;
            left: -0.469em;
            background: inherit;
            border-radius: 0.313em 0 0 0.313em;
        }

        .contentr .ribbon:after {
            width: 0.313em;
            height: 0.313em;
            background: rgba(0,0,0,0.35);
            bottom: -0.313em;
            left: -0.313em;
            border-radius: 0.313em 0 0 0.313em;
            box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
        }

@media (max-width: 600px) {



    .ribbon {
        line-height: 1.143em;
        padding: 0.5em;
    }

        .ribbon:before, .ribbon:after {
            font-size: 0.714em;
        }
}

.modal-header .close {
    display: none !important;
}


/**
 * submenu1
 -----------------------------*/

/*#prosforidia {
        display:none;}*/


.submenu1 {
    display: none;
    background: #444359;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
}

    .submenu1 li {
        border-bottom: 1px solid #4b4a5e;
    }

    .submenu1 a {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        padding: 12px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .submenu1 a:hover {
            background: #b63b4d;
            color: #FFF;
        }
/*    style for tires tab       */

#grigTires {
    border: 1px solid rgba(255, 255, 255, 0);
    text-align: center;
    background-color: #ffffff;
    display: none;
}

#tireDimensions {
    margin-top: 20px;
    height: 90px;
    background: url(/Company/Images/tire_dim.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#grigTires .input-group {
    margin-top: 20px;
    padding: 0px 18px;
}

#tireSearchLabel {
    display: block;
    margin: 10px 10px;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: #a09f9f;
    color: white;
    padding: 5px;
}

.cgvTechTab div {
    font-size: 13px;
    display: inline-block;
    float: left;
    margin: 2px;
}

.breadcrumb li {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.patternTypePlaceholder label {
    font-size: 14px;
    font-weight: bold;
}

.radiodisabled {
    opacity: 0.6;
}




#ui-id-1 {
    /*   display:block!important; */
}

.meteorjam {
    padding: 0 !important;
    color: #999;
    margin-bottom: 4px;
    font-family: 'Roboto Condensed', Helvetica, Times New Roman, sans-serif;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: none;
    color: #fff;
    font-weight: normal;
    border: 2px solid #00cccc;
    background-color: #00cccc;
    font-size: 16px;
}

.bigdrop {
    width: 400px !important;
}


/* *********************************************************************************************

How to Create CSS3 Accordion Menu [Tutorial]
"How to Create CSS3 Accordion Menu" that was specially made for DesignModo by our friend Valeriu Timbuc. 

Links:
http://vtimbuc.net/
https://twitter.com/vtimbuc
http://designmodo.com/futurico
http://vladimirkudinov.com
http://rockablethemes.com

********************************************************************************************* */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#accordion,
#accordion ul,
#accordion li,
#accordion a {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}

    #accordion a {
        line-height: 1.3;
    }

    #accordion > ul > li > a {
        padding-right: 40px;
        font-size: 25px;
        font-weight: bold;
        display: block;
        background: #7B7B7B;
        color: #ffffff;
        border-bottom: 1px solid #D2D2D2;
        /*text-transform: uppercase;*/
    }

        #accordion > ul > li > a > span {
            background: #BEBDBE;
            padding: 5px;
            border-radius: 4px 0px 0px 4px;
            display: block;
            font-size: 13px;
            font-weight: 600;
        }

        #accordion > ul > li > a:hover {
            text-decoration: none;
        }

    #accordion > ul > li.active {
        border-bottom: none;
    }

        #accordion > ul > li.active > a {
            color: #fff;
        }

            #accordion > ul > li.active > a span {
                background: #7B7B7B;
            }

    #accordion span.cnt {
        position: absolute;
        top: 17px;
        right: 15px;
        padding: 0;
        margin: 0;
        background: none;
    }
    /* Sub menu */
    #accordion ul ul {
        display: none;
    }

        #accordion ul ul li {
            border: 1px solid #e0e0e0;
            border-top: 0;
        }

        #accordion ul ul a {
            padding: 10px;
            display: block;
            color: #ed1144;
            font-size: 13px;
        }

            #accordion ul ul a:hover {
                color: #bd0e36;
            }

        #accordion ul ul li.odd {
            background: #f4f4f4;
        }

        #accordion ul ul li.even {
            background: #fff;
        }

.has-sub img {
    margin-right: 10px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        margin-left: 10px;
        cursor: pointer;
        padding-top: 0px !important;
        float: left;
        margin-top: 6px;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 17px;
            height: 17px;
            border: 1px solid #aaa;
            background: #f8f8f8;
            border-radius: 3px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 3px;
            left: 4px;
            font-size: 18px;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9 !important;
}

.select2-container .select2-selection--single {
    height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
}

.left-filter .form-group input[type='text'], .left-filter .form-group select {
    font-size: 14px;
}

.form-control {
    display: block;
    height: 34px;
    padding: 2px 6px;
    line-height: 1.42857143;
    color: #2f2f2f;
}

.form-group {
    margin-bottom: 9px;
}

.btn-round {
    border-radius: 40px !important;
}

.btn-switch {
    /*position: relative!important;
  display: inline-block!important;*/
    cursor: pointer !important;
    /* @only demo */
    /*margin: 10px!important;*/
}

    .btn-switch > input[type="checkbox"] {
        position: absolute !important;
        opacity: 0 !important;
        visibility: hidden !important;
        cursor: pointer !important;
        left: -100% !important;
        top: -100% !important;
    }

        .btn-switch > input[type="checkbox"] + .btn {
            background-color: #ffa500 !important;
            border-color: #ffa500 !important;
            color: white !important;
        }

            .btn-switch > input[type="checkbox"] + .btn > em {
                display: inline-block !important;
                border: 1px solid #d9534f !important;
                border-radius: 50% !important;
                padding: 2px !important;
                margin: 0 4px 0 0 !important;
                top: 0 !important;
                font-size: 10px !important;
                text-align: center !important;
            }

                .btn-switch > input[type="checkbox"] + .btn > em:before {
                    opacity: 0 !important;
                }

        .btn-switch > input[type="checkbox"]:checked + .btn {
            background-color: #d9534f !important;
            color: #fff !important;
        }

            .btn-switch > input[type="checkbox"]:checked + .btn > em {
                background-color: #fff !important;
                color: #d9534f !important;
            }

                .btn-switch > input[type="checkbox"]:checked + .btn > em:before {
                    opacity: 1 !important;
                }

.btn-switch-primary > input[type="checkbox"] + .btn {
    border-color: #ffa500 !important;
    color: white !important;
    border-radius: 0px !important;
}

    .btn-switch-primary > input[type="checkbox"] + .btn > em {
        border-color: white !important;
    }

.btn-switch-primary > input[type="checkbox"]:checked + .btn {
    background: linear-gradient(#AB0F03, #c91507, #d61709 );
}

    .btn-switch-primary > input[type="checkbox"]:checked + .btn > em {
        color: #c91507 !important;
    }

.btn-switch [type="checkbox"]:not(:checked) + label:after,
.btn-switch [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 18px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
    display: none;
}

.btn-switch [type="checkbox"]:not(:checked) + label:before,
.btn-switch [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
    display: none;
}

.btn-switch [type="checkbox"]:not(:checked) + label,
.btn-switch [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 7px;
    /* padding-top: 5px; */
    margin-left: 0px;
    cursor: pointer;
    padding-top: 4px !important;
    float: none;
    width: 100%;
    margin-top: 6px;
}

#item_scroller .content {
    overflow: hidden;
    position: relative;
    /*padding: 10px;
			background: #333;*/
    margin: 10px auto;
    /*width: 85%;
			height: auto;*/
}

    #item_scroller .content li {
        margin: 0 4px;
    }

        #item_scroller .content li a {
            display: block;
            border: 7px solid rgba(255,255,255,.1);
        }

#content-1 {
    padding: 0px 45px 0px 45px;
    background-color: transparent;
    width: 100%;
}

    #content-1 img {
        max-height: 90px;
        max-width: 175px;
    }

    #content-1 .mTSButtonIcon {
        fill: #aaa;
    }

    #content-1 .mTSButton .mTSButtonIcon {
        opacity: .5;
    }

    #content-1 .mTSButton:hover .mTSButtonIcon {
        opacity: 1;
    }

#item_scroller .content ul {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

#item_scroller .content.scroller-ready ul {
    opacity: 1;
}
/* CSS loading spinner (optional) */
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

#item_scroller .spinner {
    min-width: 24px;
    min-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

    #item_scroller .spinner:before {
        content: 'Loading…';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px;
    }

    #item_scroller .spinner:not(:required):before {
        content: '';
        border-radius: 50%;
        border-top: 5px solid #eee;
        border-right: 5px solid transparent;
        animation: spinner .6s linear infinite;
        -webkit-animation: spinner .6s linear infinite;
    }

#item_scroller .content.scroller-ready .spinner {
    display: none;
}

.mTSThumbContainer {
    height: 164px;
}

#offer_code {
    font-size: 12px;
}

#offer_descr {
    max-width: 120px;
    font-size: 12px;
}

#GoSearch_left {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 0px 15px !important;
}

.drivertechs label {
    font-weight: 400 !important;
}

.radiolbl {
    padding-left: 8px;
}

.drivertechs table {
    margin-bottom: 0px !important;
}

