@font-face { font-family: "Roboto-Regular"; src: url('../../../fonts/Roboto-Regular.ttf') format('truetype'); }
@font-face { font-family: "Roboto-Light"; src: url('../../../fonts/Roboto-Light.ttf') format('truetype'); }
@font-face { font-family: "Roboto-Medium"; src: url('../../../fonts/Roboto-Medium.ttf') format('truetype'); }
@font-face { font-family: "Roboto-Bold"; src: url('../../../fonts/Roboto-Bold.ttf') format('truetype'); }
@font-face { font-family: "fontawesome-webfont"; src: url('../../../fonts/fontawesome-webfont.woff') format('woff'); }

body {
    font-family: Roboto-Regular;
    color: #000;
    font-size: 14px;
}
a {
    color: #020202 !important;
}
h1{
    margin: 0px 0px 10px;
    padding: 0 0 5px 0;
    font-family: Roboto-Bold;
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
}
input[type="text"], select{
    border: 1px solid #dadada;
    border-radius: 4px;
    color: #000!important;
    font-family: Roboto-Regular;
    height: 35px;
    margin-top: 3px;
    padding: 0 10px;
}
select[disabled] {
    background: #f5f5f5;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], .gWizardVehicleLink {
    box-shadow: none !important;
    border-radius: 5px !important;
    font-size: 14px;
    position: relative;
    color: #333333 !important;
    background: #fefefe !important;
    background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)) !important;
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%) !important;
    background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%) !important;
    background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%) !important;
    background: linear-gradient(to bottom, #fefefe 0%,#e8e8e8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 ) !important;
    border: 1px solid #c1c1c1 !important;
    padding: 5px 13px 7px !important;
    font-weight: normal!important;
    font-family: Roboto-Bold;
    cursor: pointer !important;
    text-decoration: none;
}
table.guayaquil_table tbody tr th {
    font-weight: normal !important;
    font-family: Roboto-Bold;
    background: #f5f5f5 !important;
}
table.guayaquil_table tbody tr td {
    /*padding: 8px !important;*/
    padding: 4px !important;
    vertical-align: middle;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #dadada !important;
    background-color: #f5f5f5 !important;
    padding: 10px !important;
    opacity: 1 !important;
    color: #000 !important;
    border-radius: 4px !important;
}
.guayaquil_SelectedRow {
    font-weight: normal !important;
    font-family: Roboto-Bold;
}
.gdCategory h3 {
    margin: 3px 0;
    padding: 0 0 5px 0;
    font-family: Roboto-Bold;
    font-size: 18px;
    color: #000 !important;
    text-transform: uppercase;
}
div.guayaquil_floatunitlist_box {
    padding: 2px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    border: 1px solid #dadada;
    margin: 5px;
    border-radius: 4px;
}
div.guayaquil_categoryfloatbox {
    clear: left !important;
    float: left !important;
    width: 269px !important;
    margin-right: 5px;
    margin-top: 5px;
}
.guayaquil_categoryitem_selected {
    font-family: Roboto-Bold;
    background: #dadada;
    color: #000 !important;
    padding: 5px;
}
tr.g_highlight_over, tr.g_highlight_lock {
    background: #f5ebed !important;
}
table.guayaquil_tablecatalog tbody tr td a:hover{
    color:#000;
    text-decoration: none;
}
div.g_highlight_over {
    color: white;
}

tr.g_highlight_over, tr.g_highlight_lock {
    color: white;
    background: #f5ebed !important;
}
tr.over {
    color: #000;
    background: #f5ebed !important;
}
.navigation-arr {
    width: 5px;
    height: 0;
    display: inline-block;
    padding: 13px 0 0 0;
    overflow: hidden;
    margin: 0 7px;
    background: url(../../../i/pipe.png) 50% 6px no-repeat !important;
}
.gdUnit .gdImageCol {
    width: 18% !important;
    text-align: left;
}
.gdImage {
    margin: 0;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #dadada;
}
img.img_group{
    object-fit: cover;
    height: 172px;
    max-width: 172px;
    margin: 0 auto;
    padding: 0 27px;
}
tr.g_highlight_over .g_ttd, tr.g_highlight_lock .g_ttd {
    color: #000 !important;
}
tr.g_highlight_over .g_ttd a{
    text-decoration: underline !important;
}
#cboxOverlay {
    background: #dcdbdb !important;
}
#viewport {
    /*border: 1px solid #9a9898 !important;*/
}
table.gdUnit {
    width: 100%;
}

.qgNodeBlock {
    list-style: none;
    text-align: center;
    border: 1px solid #cacaca;
    margin: 5px;
    height: 165px;
    padding: 10px;
    display: table;
    border-radius: 10px;
    box-shadow: inset 0 0 9px 0px #c7c7c7;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.qgNodeBlock:hover {
    box-shadow: 0 0 9px 0px #c7c7c7;
}

.qgNodeBlock:hover a {
    text-decoration: none;
}

.qgContentBlock {
    display: table-cell;
    vertical-align: middle;
    font-family: Roboto-Bold;
}

.qgContainerBlock li.qgNodeBlock .qgContentBlockImage, .qgContainerBlock_append li.qgNodeBlock .qgContentBlockImage {
    overflow: hidden;
    margin-bottom: 5px;
}

.qgContainerBlock .qgContentBlockImage img, .qgContainerBlock_append .qgContentBlockImage img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    transform: scale(1);
}

#qgTree {
    margin-top: 15px;
}

.jstree-default .jstree-search {
    font-style: normal !important;
    color: #e31937 !important;
    font-weight: normal !important;
    font-family: Roboto-Bold;
}

.jstree-default .jstree-clicked {
    background: #e31937 !important;
    color: #fff !important;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999;
}

#qgTree a {
    white-space: normal;
    height: auto;
    line-height: 22px;
}

.qgContent a {
    text-decoration: underline !important;
}

.qgContent a:hover {
    color: #e31937 !important;
}

#qgTreeBlock {
    /*margin-top: -5px !important;*/
}

.card {
    margin-top: 5px;
}

.qgContainerBlock, .qgContainerBlock_append {
    padding-left: 0;
}

.qgContent {
    height: 21px;
    white-space: nowrap;
}

.qgContainer li {
    list-style-type: none;
    line-height: 17px !important;
    padding: 1px !important;
}

td[name="c_cart"] {
    text-align: center;
}

.btn_custom_detaillist {
    color: #e31937 !important;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 3px;
    transition: all 0.2s;
    display: inline-block;
    background-color: #fff8f9 !important;
    border: 1px solid #e31937 !important;
    font-size: 12px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.btn_custom_detaillist:hover {
    color: #000000 !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px #fff8f9;
}

/*.btn_custom_detaillist {
    padding: 4px 14px 7px !important;
    height: 30px;
    font-weight: normal!important;
    font-family: Roboto-Bold;
    font-size: 12px;
}

.btn_custom_detaillist:after {
    content: "\f0da";
    position: relative;
    padding-left: 8px;
    font-size: 14px;
    display: inline-block;
    color: #ef2626;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.icon-info-info {
    cursor: pointer;
    font-size: 12px;
    color: #5f5d5d;
    border: 1px solid #969696;
    padding: 3px 8px;
    margin-top: 2px;
    border-radius: 4px;
    background: #fff;
}

th#c_name {
    width: 220px;
}

td.gdImageCol a {
    text-decoration: underline !important;
    line-height: 16px;
}

td.gdImageCol a:hover {
    color: #e31937 !important;
}

/* Меньше */
@media screen and (max-width: 1200px) {
    .qgContainerBlock, .qgContainerBlock_append {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 175px);
        /*grid-template-rows: repeat(2, 90px);*/
    }
}
/* Больше */
@media screen and (min-width: 1200px) {
    .qgContainerBlock, .qgContainerBlock_append {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /*grid-template-rows: repeat(4, 175px);*/
    }
}

.qgFilteredName a {
    color: #e31937 !important;
}

.btn_custom {
    padding: 4px 13px 7px !important;
    height: 35px;
    margin-top: 3px;
    margin-left: -5px;
    font-weight: normal!important;
    font-family: Roboto-Bold;
    font-size: 14px;
}

.btn_custom.btn-outline-secondary:after {
    content: "" !important;
}

.btn_custom:after, #guayaquil_toolbar:after, .gWizardVehicleLink:after {
    content: "\f0da";
    position: relative;
    padding-left: 8px;
    font-size: 14px;
    display: inline-block;
    color: #ef2626;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn_custom.btn_in_garage:after {
    content: "\f111";
    position: relative;
    padding-left: 8px;
    font-size: 10px;
    display: inline-block;
    color: #08bb3b;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button#guayaquil_toolbar {
    margin: 0px 0 15px;
    font-weight: normal!important;
    font-family: Roboto-Bold;
    font-size: 14px;
}

#qgsearchinput, #vin {
    font-size: 14px;
}

.g_input_error, .g_input {
    display: flex !important;
    padding: 2px 4px 4px !important;
}

.maker_container {
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

a.itemimage {
    text-decoration: none!important;
}

.maker_name {
    font-size: 10px;
    margin-top: 5px;
    color: #000;
    text-transform: uppercase;
}

.maker_container:hover {
    background: #f5f5f5;
    box-shadow: inset 0 0 1px 0px #6f6969;
}

.DrawHeader {
    border: 1px solid #dadada;
    padding: 10px 15px 19px;
    width: max-content;
    border-radius: 4px;
}

.DrawHeader select {
    margin-left: 10px;
    margin-right: 10px;
}

.page_heading {
    margin: -18px 0 27px;
    padding: 12px 20px 11px 20px!important;
    border: 1px solid #dadada!important;
    font: bold 13px Arial!important;
    color: #3b3b3b!important;
    text-transform: uppercase!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 0px!important;
    background: #ffffff!important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef))!important;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%)!important;
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%)!important;
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%)!important;
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 )!important;
}

#vinSubmit {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0!important;
}

.vin_example {
    border-bottom: 1px dashed #000 !important;
    margin-left: 5px;
}

.vin_example:hover {
    text-decoration: none !important;
}

table.guayaquil_table {
    border-collapse: collapse;
    margin-bottom: 5px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 13px;
}

td.delimetercell2 {
    width: 5%;
    text-align: center;
    position: relative;
    border-right: 1px #c2c2c2 solid;
}

td.delimetercell {
    width: 4%;
    text-align: center;
    position: relative;
}

.delimetercontainer {
    width: 100%;
    height: 200px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
}

.celldelimetercaption {
    position: absolute;
    width: 60px;
    left: -30px;
    top: 34px;
    font-size: 20px;
    font-family: Roboto-Light;
    text-align: center;
    background-color: #fff;
    padding: 8px 0;
}

.and {
    width: 384px;
    text-align: center;
    border-top: 1px solid #c2c2c2;
    line-height: 0.1px;
    margin: 27px 0 23px;
}

.and span {
    background: #fff;
    padding: 0 15px;
    font-family: Roboto-Light;
    font-size: 14px;
}

#viewport .g_highlight {

}

/*#g_container #viewtable {
    width: 40% !important;
}*/

/*h2 { width:100%; text-align:center; border-bottom: 1px solid #000; line-height:0.1em; margin:10px 0 20px; }*/

/* Scrollbar начало */
/* width */
/*::-webkit-scrollbar {
    width: 8px !important;
    height: 5px;
}

!* Track *!
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

!* Handle *!
::-webkit-scrollbar-thumb {
    background: #d0c9c9;
}

!* Handle on hover *!
::-webkit-scrollbar-thumb:hover {
    background: #dadada;
}*/
/* Scrollbar конец */

/* Подсветка строк начало */
.g_highlight_over {
    -moz-animation: g_highlight_over 1s ease-out;
    -moz-animation-iteration-count: 1;

    -webkit-animation: g_highlight_over 1s ease-out;
    -webkit-animation-iteration-count: 1;

    -ms-animation: g_highlight_over 1s ease-out;
    -ms-animation-iteration-count: 1;
}

@keyframes g_highlight_over {
    0% { background-color: transparent; }
    50% { background-color: #fbf8b2; }
    100% { background-color: transparent; }
}

@-webkit-keyframes g_highlight_over {
    0% { background-color: transparent; }
    50% { background-color: #fbf8b2; }
    100% { background-color: transparent; }
}

@-moz-keyframes g_highlight_over {
    0% { background-color: transparent; }
    50% { background-color: #fbf8b2; }
    100% { background-color: transparent; }
}

@-ms-keyframes g_highlight_over {
    0% { background-color: transparent; }
    50% { background-color: #fbf8b2; }
    100% { background-color: transparent; }
}
/* Подсветка строк конец */

@media (max-width: 700px) {

    .and {display: none !important;}

    .DrawHeader {
        width: 100%;
    }

    #findByParameterIdentifocation table tr td select, #findByParameterIdentifocation table tr td input {
        width: 95% !important;
    }
    div#vin_search_container {
        width: 100% !important;
    }

    #qgTreeBlock {
        display: none;
    }

    .gdUnit .gdImageCol, .gdUnit .gdDetailCol {
        float: left;
    }

    table.guayaquil_table td[name="c_tooltip"] {
        display: none !important;
    }

    .gdUnit tr {
        float: left;
    }

    table.guayaquil_table tbody tr td {
        font-size: 12px;
    }
}

th#c_pnc {width: 80px;}



/* Red checkbox start */
input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:23px;
    height:18px;
    display:inline-block;
    line-height:18px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:18px;
    vertical-align:middle;
    cursor:pointer;
    margin-bottom: 2px;
}
tr.g_highlight_lock td input[type=checkbox].css-checkbox + label.css-label {
    background-position: 0 -18px !important;
}
tr.g_highlight_lock td input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -18px;
}
label.css-label {
    background-image:url(images/csscheckbox_e6364785bfe886ff49a404b90dfce30f.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Red checkbox end */

.btn-to-garage-orig {
    float: right;
    font-weight: normal !important;
    font-family: Roboto-Bold;
    color: #353535 !important;
}

.btn-to-garage-orig:hover {
    color: #e31937 !important;
}

.btn-to-garage-orig:hover i{
    color: #353535 !important;
}

#qgsearchcont {
    background: #dadada;
    padding: 5px;
    border: 1px solid #c7c7c7;
}

#qgsearchcont .mb-3{
    margin-bottom: 0 !important;
}

.mt15 {
    margin-top: 15px;
}

.tblr0 {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0 !important;
}

.note_name {
    font-weight: 700;
}

.note_name_value {
    font-size: 11px;
}