
.data-circles{
    display: table;
    margin-bottom: 2em;
    margin-top: 2em;
}
.data-circles .title{
    font-weight: 500;
    font-size: 51px;
    display: table;
    margin: 10px auto;
    color: black;
}
.data-circles .col{
    display: block;
    float: left;
    text-align: center;
}
.data-circles .col:not(:first-child){
    margin-left: 30px;
}
.data-circles .col .count{
    background-color: #555555;
    display: table;
    width: 70px;
    color: #FFF;
    border-radius: 50%;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    font-size: 28px;
    margin: auto;
}

.data-circles .col .count.changed {
    background-color: #DD1A1A;
}

.data-circles .col .col-th {
    font-weight: bold;
    font-size:1.6rem;
    background-color: rgba(4, 33, 68, 0.92);
    color: #FFF;
    padding: 1px 10px;
    border-radius: 3px;
    position: relative;
    top: -10px;

}





/* PANELE */
.panels-container.panel-start{
    font-size:1.6rem;
}

.panels-container{
    width: 95%;
    margin: auto;
    display: table;
}

.panels-container .panel{
    width: 470px;
    margin-left:30px;
    padding: 23px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 4px #DADADA;
    float: left;
}
.panels-container .panel.no-border {
    border-color: transparent;
    box-shadow:none;
}
.panels-container .panel .panel-title h2{
    margin: 0px;
    color: #32A3CE;
    margin-bottom: 0.4em;
    font-size: 30px;
}
.panels-container .panel .panel-body{
    padding: 0px;
}
.panels-container .panel .panel-body .centered{
    text-align: center;
}

.panels-container .panel .panel-body .buttons .btn-more, .panels-container .buttons .btn-more{
    color: #FFF;
    background-color: #32A3CE;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 18px;
    width: 97px;
    height: 37px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
}

.panels-container .panel .panel-body .number.size3 {
    font-size: 50px;
    font-weight: 100;
}
.panels-container .panel .panel-body .number.size2 {
    font-size: 35px;
    font-weight: 100;
    color:#545454;
}

.panels-container .panel .panel-body .number.good {
    color: #5CB85C;
}
.panels-container .panel .panel-body .number.danger {
    color: #FF5722;
}

.panels-container .panel .panel-body .box-container{
    display: table;
}

.panels-container .panel .panel-body .box-container .box{
    width: 190px;
    height: 190px;
    background-color: #AAA;
    position: relative;
    float: left;
    margin: 4px 6px;
    border: 1px solid #ddd;

    background-size:100%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow:hidden;

}

.panels-container .panel .panel-body .box-container .box > span {
    position: absolute;

}
.panels-container .panel .panel-body .box-container .box > span.points {
    top: 10px;
    right: 7px;
    font-size: 23px;
    color: #FFF;
    text-shadow: 0px 0px 6px black;
}
.panels-container .panel .panel-body .box-container .box > span.points span {
    font-size: 16px;
}
/*
.panels-container .panel .panel-body .box-container .box > span.description {
    bottom: -43px;
    width: 100%;
    left: 0px;
    font-weight: 600;
    background: #FFF;
    padding: 10px;
    max-height: 43px;
}
.panels-container .panel .panel-body .box-container .box > span.description > .more-icon {
    position: absolute;
    top: -14px;
    width: calc(100% - 17px);
    background-image: url('/css/img/arrow_more.png');
    display: block;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    top: -30px;
}

.panels-container .panel .panel-body .box-container .box:hover > span.description {
    bottom: 0px;
}
.panels-container .panel .panel-body .box-container .box:hover > span.description > .more-icon {
    top: -14px;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);

}
*/


.panels-container .panel.warranty .panel-body table{
    width: 100%;
}
.panels-container .panel.warranty .panel-body table tr td {
    vertical-align: top;
}

.panels-container .panel.warranty .panel-body table tr td:first-child {
    border-right: 1px solid #e0e0e0;
    padding-left: 10px;
    padding-top: 3px;
    color: #333;
    width: 35%;
}
.panels-container .panel.warranty .panel-body table tr td:nth-child(2) {
    padding-left: 10px;
    padding-top: 2px;
}
.panels-container .panel.warranty .panel-body table tr td .strong {
    font-weight: 600;
}
.panels-container .panel.warranty .panel-body table tr td .accident-details-link {
    float: right;
}

.panels-container .panel.finance { padding:7px 15px 0; width:100%; margin:0; min-height: 217px; }
.panels-container .panel.finance .panel-title h2 { margin-bottom:4px }
.panels-container .panel.finance .panel-body p { font-size:13px; line-height: 17px; margin:0 0 8px }
.panels-container .panel.finance .panel-body .number.size3 { font-size: 25px }
.panels-container .panel.finance .panel-body .number.size2 { font-size: 19px }
.panels-container .panel.finance .panel-body .buttons { margin:0 }

.panels-container .panel.ranking { padding:7px 15px 0; width:100%; margin:0; min-height: 280px; border: 0; box-shadow: none;}
.panels-container .panel.ranking .panel-title h2 { margin-bottom:4px }
.panels-container .panel.ranking .panel-body p { font-size:13px; line-height: 17px; margin:0 0 8px }
.panels-container .panel.ranking .panel-body .number.size3 { font-size: 25px }
.panels-container .panel.ranking .panel-body .number.size2 { font-size: 19px }
.panels-container .panel.ranking .panel-body .buttons { margin:0 }


.panels-container .panel .panel-body hr.table-seperate {
    margin: 0px;
    height: 5px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.panels-container .panel .panel-body .buttons{
    text-align: right;
    margin-top: 1em;
}

.panels-container .panel.awards{ clear: both; }
.panels-container .panel.awards .panel-body .box-container { width:100% }
.panels-container .panel.awards .panel-body .box-container .box { margin:4px 23px }
.panels-container .panel.awards .panel-title .pull-right {
    color:#32A3CE;
    font-size:25px;
    position:relative
}

.panels-container .panel .panel-body .box-container .box > span.description,
.start-menu-item.custom-item .title-link {
    bottom: 0px;
    width: 100%;
    left: 0px;
    font-weight: 600;
    padding: 10px;
    color: #FFF;
    text-shadow: 0px 0px 6px black;


    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.27) 17%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.27) 17%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.27) 17%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}

.panels-container .panel .panel-body table.news{
    width: 100%;
    padding-bottom: 8px;
    display: block;
    margin-top: 8px;
    border-bottom: 1px solid #E0E0E0;
}

.panels-container .panel .panel-body table.news tr td.thumb {
    width: 110px;
    height: 110px;
    background-color: #AAAAAA;
    overflow: hidden;
}
.panels-container .panel .panel-body table.news tr td.thumb .img {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.panels-container .panel .panel-body table.news tr td:not(.thumb) {
    padding-left: 20px;
    padding-top: 10px;
    vertical-align: top;
}

.panels-container .panel .panel-body table.news tr td .news-date {
    color: #333;
    padding-bottom: 5px;
    display: inline-flex;
}

.panels-container .panel .panel-body table.news tr td .news-descr{
    font-weight: 600;
}

.panels-container .panel.news { padding-top:50px }
.panels-container .panel.news .arrow-content:after { top:-50px }
.panels-container .panel.news .img { width:290px; height:170px; }
.panels-container .panel.news .panel-body .box-container .news-box { float:left; margin:0 57px 0 0; width:290px; height:172px }
.panels-container .panel.news .panel-body .box-container > a:nth-child(3) .news-box{ margin-right:0 }
.panels-container .panel.news .panel-body .box-container span.description {
    background-size: contain;
    background-position: center center;
    padding-right:75px;
}
.panels-container .panel.news .logo-news {
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    position:absolute;
    bottom:5px;
    right:5px;
}

.panels-container .panel.w100 {
    display: block;
    float: none;
    width: auto;
    margin-right: 30px;
}

.panels-container .panel .label,
.panels-container .panel .value {
    vertical-align: top;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 0;
    /*line-height: 1.42857143;*/
    line-height: 1.25;
}
.panels-container .panel .desc {
    vertical-align: top;
    display: flex;
    padding: 6px 0;
    /*line-height: 1.42857143;*/
    margin-top: -10px;
    margin-bottom: 5px;
    line-height: 1.25;
    font-size: 11px;
}
.warranty-docs-panel .label{
    font-size: 14px !important;
}
.panels-container .panel .label,
.panels-container .panel  label{
    color: black;
    text-transform: uppercase;
    font-weight:bold;
    font-size: 12px;
}

.panels-container .panel .label{
    width: 220px;
    text-align: left;
    font-size: 100%;
}

.panels-container .panel .warranty-docs-panel .label {
    width: 230px;
}

.panels-container .panel.w480{
    width: 480px;
}

.panels-container .panel.wide{
    display: inline-block;
    float: none;
    width: 1032px;
    max-width: 100%;
    margin-left:10px;
    margin-right:10px;
}

.panels-container .panel .service-table{
    margin-bottom: 10px;
}

.panels-container .status-panel .btn {
    margin: 0 2px 3px 2px;
}

.panels-container .panel .diagnosis{
    width: 780px;
    padding-right: 25px;
    vertical-align: top;
}

.panels-container .panel .diagnosis textarea {
    resize: none;
    height: 108px;
}

.panels-container .panel .diagnosis2{
    width: 780px;
    padding-right: 25px;
    vertical-align: top;
}
.panels-container .panel .diagnosis2 textarea {
    resize: none;
}

.panels-container .panel .disabled-field{
    background-color: #CCC;
}

.panels-container .panel .diagnosis .disabled-diagnosis, .panels-container .panel .diagnosis2 .disabled-diagnosis{
    background-color: #CCC;
    color: #CCC;
}

.panels-container .panel .message {
    margin-bottom: 6px;
}

.panels-container .panel .message .msg-content{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    width: 875px;
    display: inline-block;
    vertical-align: top;

}

.panels-container .panel .message .msg-content.sender-msg {
    margin-left: 10px;
    background-color: #91F571;
}

.panels-container .panel .message .msg-content.receiver-msg {
    margin-right: 10px;
    background-color: #E5EBB5;
}

.panels-container .panel .message .msg-avatar{
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
}

.panels-container .panel .message .msg-content .sender-name{
    width: 712px;
    float: left;
    font-weight: bold;
    display: inline-block;
}

.panels-container .panel .message .msg-content .send-date {
    font-style: italic;
    width: 120px;
    text-align: right;
    display: inline-block;
}

.panels-container .panel .message .msg-content .msg-descr {
    margin-top: 4px;
}

.panels-container .panel .message.new-message .btn{
    float: right;
}

.panels-container .panel .message.new-message .msg-content{
    margin-left: 10px;
    padding: 0;
}

.panels-container .switched-panels-container {
    position: relative;
    clear: both;
}

.panels-container .switched-panels-container .status-panel-container {
    position: absolute;
    bottom: 0px;
}

.panels-container .c3 { margin-bottom: 20px }


.start-menu-item.custom-item{
    display: inline-block;
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
    text-align: left;
    position:relative;
    border:1px solid #E1DED7;
    border-radius: 0;
    min-height: 217px;
    max-width:100%;
    width:100%;
    overflow:hidden;
}
.start-menu-item.custom-item .img-responsive { height: 100%; width:auto; max-width: none; }

.start-menu-item.custom-item .title-link {
    position:absolute;
    bottom:0;
    width:100%;
    text-transform: uppercase;
    padding:10px 55px 10px 10px!important;
}
.start-menu-item.custom-item .title-link:after{
    background-position: right center;
    background-repeat:no-repeat;
    content:'';
    width:42px;
    height: 100%;
    position:absolute;
    right:10px;
    top:0;
}
.custom-item.add-guarantee .title-link:after {
    background-image: url(../img/icon-add-guarantee.png);
}
.custom-item.show-guarantee .title-link:after {
    background-image: url(../img/icon-show-guarantee.png);
}

#body-content-new {
}

#body-content-new .panels-container .panel-title h2 {
    font-size: 25px;
}
#body-content-new .info,
#body-content-new .news-new{
    width: 50%;
}
#body-content-new .news-new {
    float:right;
    width: 555px;
    max-width:50%;
}
#body-content-new .info .panel {
    margin-top: 40px;
    margin-left: 80px;
    width: 455px;
    padding: 10px 10px 0px 70px;
    font-size: 1.3rem;
    background: #EBF5FE;
    border-color: #C5E1FC;
}

#body-content-new .info .panel .icon-infolinia:before {
    background: url(../img/icon_infolinia.png) no-repeat;
    content: '';
    width: 158px;
    height: 106px;
    position: absolute;
    top: 10px;
    left: 5px;
}

#body-content-new .info .panel span {
    font-size: 18px;
    font-weight: bold;
    color: #32A3CE;
    vertical-align: middle;
}

#body-content-new .news-new .panel.wide {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#body-content-new .news-new .panel.news .panel-body .owl-carousel .owl-item {
    max-width:50%;
    padding:0 5px 0 0;
}
#body-content-new .news-new .panel.news .panel-body .owl-carousel .owl-item:after{
    content:'';
    width:1px;
    height:100%;
    position:absolute;
    right:5px;
    top:0;
    background:#C5E1FC;
}
#body-content-new .news-new .panel.news .panel-body .owl-carousel .item {
    display:block;
}
#body-content-new .news-new .panel.news .panel-body .box-container {
    padding: 7px 0px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 4px #DADADA;
    width: 100%;
    height:96px;
    overflow:hidden;
    display:none;
}
#body-content-new .news-new .panel.news .panel-body .box-container .news-box {
    margin: 0;
    width: 100%;
    background-color: inherit;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    height:80px;
}

#body-content-new .news-new .panel.news .panel-body .box-container .news-box .description {
    background: none;
    padding: 0 7px;
    top: 0px;
    text-shadow: 0px 0px 0px;
    font-weight: 200;
    display:table;
}
#body-content-new .news-new .panel.news .panel-body .box-container .news-box .col-left,
#body-content-new .news-new .panel.news .panel-body .box-container .news-box .col-right{
    display:table-cell;
    height:75px;
    vertical-align:top;
}
#body-content-new .news-new .panel.news .panel-body .box-container .news-box .col-left {
    width:500px;
    padding-right:7px;
}
#body-content-new .news-new .panel.news .panel-body .box-container .news-box .col-left img {
    display:block;
    margin:0 auto;
    width:100%;
    height:auto;
    max-height:85px;
}
#body-content-new .news-new .panel.news .panel-body .box-container .news-box .description .news-date {
    font-size: 11px;
    color: #32A3CE;
    display:block;
}
#body-content-new .news-new .panel.news .panel-body .box-container .news-box .description .news-descr {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #777;
    margin-top: 3px;
    display: block;
    max-height:60px;
    overflow:hidden;
}

#body-content-new .panel-start-new .c1{
    width: 28%;
    padding-top: 65px;
}
#body-content-new .panel-start-new .c3{
    width: 32%;
}
#body-content-new .panel-start-new .c2,
#body-content-new .panel-start-new .c4{
    width: 20%;
}

#body-content-new .panel-start-new .c2 .panel-title {
    text-align: center;
}
#body-content-new .panel-start-new .c2 .panel-title h2 {
    line-height: 25px;
    float: none !important;
}
#body-content-new .panel-start-new .c2 .panel-title h2 small {
    text-decoration: underline;
    display: block;
    line-height: 2;
}
#body-content-new .panel-start-new .c2 .panel-title h2 small b {
    font-size:125%;
}

#body-content-new .panel-start-new .c1 .start-menu-item {
    min-height: 50px;
    overflow: visible;
    margin-bottom: 20px;
    height: 50px;
}
#body-content-new .panel-start-new .c1 .start-menu-item.custom-item {
    border-radius: 4px;
    background-color: #EBF5FE;
    border: 1px solid #C5E1FC;
}
#body-content-new .panel-start-new .c1 .start-menu-item.custom-item .title-link {
    padding: 10px 10px 10px 45px !important;
    background: none;
    text-shadow: 0px 0px 0px;
    font-weight: 200;
    color: #32A3CE;
    text-shadow: 0px 0px 0px;
    font-size: 2.2rem;
}
#body-content-new .panel-start-new .c1 .start-menu-item.custom-item .title-link::after {
    left: -15px;
    background-position: left center;
    top: -10px;
}
#body-content-new .panel-start-new .c1 .custom-item.add-guarantee .title-link::after {
    background-image: url(../img/icon_add_guarantee.png);
}
#body-content-new .panel-start-new .c1 .custom-item.show-guarantee .title-link::after {
    background-image: url(../img/icon_show_guarantee.png);
}
#body-content-new .panel-start-new .c1 .custom-item.get-files .title-link::after {
    background-image: url(../img/icon_get_files.png);
    content: '';
    width: 42px;
    height: 100%;
    position: absolute;
}
#body-content-new .panel-start-new .c2 .panel.awards {
    padding: 0px;
}
#body-content-new .panel-start-new .c2 .panel.awards .panel-body .box-container .box {
    margin-left:-4px;
    margin-right:0px;
}

#body-content-new .panel-start-new .c2 .arrow-content, 
#body-content-new .panel-start-new .c2 .arrow-content::after {
    display: none;
}

#body-content-new .panel-start-new .c3 .finance {
    border-color: transparent;
    box-shadow: none;
    padding-top: 0px;
}

#body-content-new .panel-start-new .c3 .finance .panel-title h2 {
    text-align: center;
    margin-bottom: 45px;
}
#body-content-new .panel-start-new .c3 .finance .finances-info .row {
    margin-bottom: 15px;
}
#body-content-new .panel-start-new .c3 .finance .finances-info .row .number,
#body-content-new .panel-start-new .c3 .finance .finances-info .row p{
    width: 50%;
}
#body-content-new .panel-start-new .c3 .finance .finances-info .row .number {
    float: right;
}
#body-content-new .panel-start-new .c3 .finance .finances-info p {
    text-transform: uppercase;
    text-align: right;
}

#body-content-new .panel-start-new .panel .panel-body .number {
    background-image: url(../img/bg-number.png);
    background-repeat: no-repeat;
    width: 146px;
    height: 63px;
    color: #fff;
    margin-top:-6px;
    line-height: 48px;
}
#body-content-new .panel-start-new .panel .panel-body .number.good {
    background-image: url(../img/bg-number-good.png);
}
#body-content-new .panel-start-new .panel .panel-body .number.danger{
    background-image: url(../img/bg-number-danger.png);
    color: #fff;
    margin-top:0px;
}
#body-content-new .panel-start-new .panel .panel-body .number.danger a{
    color: #fff;
}

#body-content-new .panel-start-new .c4 .calc {
    padding: 0px;
    text-align: center;
}

#body-content-new .panel-start-new .c4 .calc .panel-title h2 {
    margin-bottom: 45px;
}
#body-content-new .panel-start-new .c4 .calc .panel-title img {
    margin-left: -14px;
}

@media (min-width:1170px){
    .panels-container .c1, .panels-container .c2 { width: 35%; }
    .panels-container .c3 { width: 30%; }
}
@media (max-width:1170px){
    #body-content-new .panel-start-new .c1 .start-menu-item.custom-item .title-link {
        font-size: 1.7rem;
    }
}
@media (max-width:1086px){
    #body-content-new .panel-start-new .c4 .calc .panel-title h2 {
        margin-bottom: 19px;
    }
    #body-content-new .panel-start-new .c3 .finance .finances-info p {
        font-size: 1.1rem;
    }
    #body-content-new .info .panel {
        width: 85%;
    }
    #body-content-new .info .panel .text-c2 {
        float: left!important;
    }
}
@media (max-width:992px){
    .panels-container .panel.finance { min-height: 300px }
    .panels-container .group-xs { width:382px; float:left }
    .panels-container .group-xs > div { width:100%; }
    .panels-container .c3 { width:calc(100% - 382px ) }
    .panels-container .group-xs .custom-item { min-height: 148px; max-height: 148px; }
    .start-menu-item.custom-item .img-responsive { height: auto; width:100%; max-width: 100%; }
    #body-content-new .panel-start-new .group-xs {
        width: 100%;
    }
    #body-content-new .panel-start-new .c1,
    #body-content-new .panel-start-new .c2,
    #body-content-new .panel-start-new .c3,
    #body-content-new .panel-start-new .c4 {
        width: 50%;
    }
    #body-content-new .panel-start-new .c4 .calc .panel-title h2 {
        margin-bottom: 45px;
    }
    #body-content-new .panel-start-new .c1 .start-menu-item.custom-item .title-link {
        font-size: 2.2rem;
    }
    #body-content-new .panel-start-new .c3 .finance .finances-info p {
        font-size: 1.3rem;
    }
    #body-content-new .panel-start-new .c3 .finance .finances-info .row .number {
        padding-right: 8%;
    }
}
@media (max-width:720px){
    #body-content-new .panel-start-new .c3 .finance .finances-info p {
        font-size: 1.1rem;
    }
}
@media (max-width:700px){
    #body-content-new .info .panel span {
        font-size: 16px;
    }
    #body-content-new .panel-start-new .c3 .finance .finances-info .row .number {
        padding-right: 5%;
    }
}
@media (max-width:650px){
    .panels-container .group-xs { width:100% }
    .panels-container .group-xs > div { width:50% }
    .panels-container .c3, .panels-container .panel.finance { width:100%; min-height:0 }
    .start-menu-item.custom-item .img-responsive { min-height: 100% }
    #body-content-new .info,
    #body-content-new .news-new,
    #body-content-new .panel-start-new .c1,
    #body-content-new .panel-start-new .c2,
    #body-content-new .panel-start-new .c3,
    #body-content-new .panel-start-new .c4 {
        width: 100%;
    }
    #body-content-new .info .panel span {
        font-size: 18px;
    }
    #body-content-new .info .panel .text-c1 {
        margin-right: 10px;
    }
    #body-content-new .panel-start-new .c3 .finance .finances-info .row .number {
        padding-right: 20%;
    }
    #body-content-new .panel-start-new .c3 .finance .finances-info p {
        font-size: 1.3rem;
    }
}
@media (max-width:480px){
    .panels-container .group-xs > div { width: 100%; }
    #body-content-new .info {width: 92%;}
    #body-content-new .panel-start-new .c3 .finance .finances-info .row .number {
        padding-right: 0px;
    }
}
@media (max-width:400px){
    #body-content-new .info .panel {
        padding: 75px 10px 0px 20px;
    }
    #body-content-new .info .panel span {
        font-size: 16px;
    }
    #body-content-new .panel-start-new .c3 .finance .finances-info p {
        font-size: 1.1rem;
    }
}
@media (max-width:368px){
    #body-content-new .info .panel {
        padding-top: 50px;
    }
}

.moebInteger {
    text-align: right;
}

.moebDecimal {
    text-align: right;
}


a.nohover{
    color:inherit;
}
a.nohover  *{
    transition:all 0.2s ease-in-out;
}

.panels-container .panel.warranty .panel-body a.nohover:hover table{
    background-color: #F0EFED;
}
.panels-container .panel .panel-body a.nohover:hover table.news{
    background-color: #F0EFED;
}
.panels-container .panel .panel-body a.nohover:hover table.news .img{
    background-size:120%;
}
.panels-container .panel.awards a.nohover:hover .box{
    background-size:120%;
}

.panels-container .panel .panel-body .buttons .btn-more:hover, .panels-container .buttons .btn-more:hover{
    background-color: #2884A6;
}

.panels-container .panel .supplement {
    margin-bottom: 8px;
}

.panels-container .panel .supplement .supp-name {
    display: inline-block;
    width: 166px;
}

.panels-container .panel .supplement .supp-price {
    display: inline-block;
    width: 30px;
    text-align: right;
}


/*========================== CONTEXT ==========================*/
.moebBackContext{ }
.moebBackContext .backContent{
    background: white;
    border-radius: 5px;
    overflow: hidden;
}

.moebBackContext .backContent > div:first-child > .btn{
    float: right;
}
.moebBackContext .backContent h3{
    display: block;
    float: left;
}
.moebBackContext .backContent .small{
    line-height: 46px;
    font-size: 12px;
    margin-left: 20px;
}
.moebBackContext .backContent > div{
    margin: 10px;
    overflow: hidden;
}

.moebBackContext .backContent > div:nth-child(2), .moebBackContext .backContent:nth-child(2), .moebBackContext .whiteContent{
    border-top: 2px solid #e3e4e8;
    border-bottom: 2px solid #e3e4e8;
    border-right: 1px solid #e3e4e8;
    border-left: 1px solid #e3e4e8;
    border-radius: 5px;
    margin: 10px;
    padding: 5px 10px;
}

@media print {
    body{background:#fff;min-height:0;}
    #header{display:none;}
    #footer{display:none;}
    #yii-debug-toolbar{display:none !important;}

    #main{padding-top:0px;margin-top:0;min-height:0;}
    #main > .container{width:100%; min-width:100%; padding:0}
    #main #main-wrapper{padding:0px;box-shadow: none;margin:0}

    .hidden-print{display:none;}
    .invoice-print .fvBody{margin: 0px;}
}

.certificate {
    position: relative;
    padding: 100px;
}

.certificate .warranty-info{
    z-index: 2;
    position: relative;
}

.certificate .gh-center {
    text-align: center;
}

.certificate .gh-logo{
    display: inline-block;
    margin-right: 45px;
}

.certificate .gh-qrcode{
    width: 190px;
    height: 190px;
    margin-right: 45px;
    margin-top: 25px;
    display: inline-block;
}

.certificate .gh-text-qrcode {
    vertical-align: middle;
    display: inline-block;
}

.certificate .gh-process-liqudation {
    width: 857px;
    height:246px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.certificate .red {
    color: #EE1F23;
}

.certificate h2 {
    text-align: center;
    color: #3C353E;
    font-size: 30px;
    font-weight: bold;
    margin-top: 35px;
    z-index: 2;
    position: relative;
}

.certificate .header2 {
    display: inline-block;
    font-size: 32px;
    margin-top: 10px;
    text-align: left;
    vertical-align: middle;
}

.certificate .header1 {
    font-size: 35px;
}

.certificate .header3, .certificate .header4 {
    font-size: 22px;
    text-align: left;
    font-weight: normal;
    line-height: 28px;
    margin-top: 0px;
}

.certificate .header5 {
    font-size: 24px;
    margin-top: 40px;
}

.certificate .header6 {
    font-size: 20px;
    margin-top: 40px;
    font-weight: normal;
    line-height: 25px;
}

.certificate .text-statement {
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    margin: 40px 20px 0;
}

.certificate .signature {
    font-size: 12px;
    text-align: right;
    margin: 10px 20px 30px;
}

.certificate .gh-line-drop {
    margin: 20px auto;
    width: 883px;
    height: 36px;
}

.certificate .warranty-info .column {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.5px;
    font-size: 10px;
    padding: 0 14px;
    margin-top: 70px;
}

.certificate .warranty-info .column-right {
    width: 20%;
    background-color: #efefef;
    padding: 10px 30px;
    display: inline-block;
    text-align: center;
}

.certificate .header7 {
    font-size: 24px;
    text-align: left;
    top: 40px;
    position: relative;
    margin-left: 128px;
    margin-top: 0px;
}

.certificate .warranty-info .descr {
    padding: 15px 10px 10px 10px;
    text-align: justify;
}

.certificate .warranty-info .column table {
    width: 100%;
}

.certificate .warranty-info .column .header {
    text-align: center;
    color: #3C353E;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    border: none;
    border-bottom: 2px solid #3C353E;
}

.certificate .warranty-info .column .td-label {
    border-right: 1px solid #3C353E;
    text-align: left;
    text-transform: uppercase;
    width: 50%;
}

.certificate .warranty-info .column td {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #3C353E;
}

.lo-product-list .semi-small{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.lo-product-list table.news{
    padding-bottom: 8px;
    display: block;
    margin-top: 8px;
    border-bottom: 1px solid #E0E0E0;
    /*float: left;*/
    /*width: calc(50% - 10px);*/
    /*min-width: 320px;*/
    min-height: 236px;
}
.lo-product-list table.news strong span.name{
    font-size: 16px;
    padding-right: 8px;
}

.lo-product-list table.news tr td.thumb {
    width: 30%;
    vertical-align: top;
    overflow: hidden;
}
.lo-product-list table.news tr td.thumb2 {
    width: 50%;
    vertical-align: top;
    overflow: hidden;
}
.lo-product-list table.news tr td.thumb .img {
    width: 350px;
    height: 350px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}
.lo-product-list table.news tr td.thumb2 .img {
    width: 550px;
    height: 550px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.lo-product-list table.news tr td.thumb2 .lo-product-AwardsPanel{
    width: 200px !important;
}
.lo-product-list table.news tr td.thumb2 .box-container{
    width: 50% !important;
}
.lo-product-list table.news tr td.thumb2 .box {
    width: 80px!important;
    height: 80px!important;
    background-color: #AAA;
    position: relative;
    float: left;
    margin: 2px 5px !important;
    border: 1px solid #DDD;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.lo-product-list table.news tr td:not(.thumb), .lo-product-list table.news tr td:not(.thumb2) {
    padding-left: 20px;
    padding-top: 10px;
    vertical-align: top;
}

.lo-product-list table.news tr td .news-date {
    color: #333;
    padding-bottom: 5px;
    display: inline-flex;
}

.lo-product-list table.news tr td .news-descr{
    font-weight: 600;
    text-align: justify;
    padding-right: 10px;
    max-height: 101px;
    overflow-y: auto;
    display: block;
}

.lo-product-list table.news tr td .news-descr::-webkit-scrollbar {
    width: 8px;
}
.lo-product-list table.news tr td .news-descr::-webkit-scrollbar-track {
    background-color: #F0EFED;
}
.lo-product-list table.news tr td .news-descr::-webkit-scrollbar-thumb {
    background-color: rgba(50, 163, 206, 0.71);
}
.lo-product-list table.news tr td .news-descr::-webkit-scrollbar-thumb:hover {
    background-color: #32A3CE;
}

.lo-product-list table.news tr td .news-descr::-moz-scrollbar {
    width: 8px;
}
.lo-product-list table.news tr td .news-descr::-moz-scrollbar-track {
    background-color: #F0EFED;
}
.lo-product-list table.news tr td .news-descr::-moz-scrollbar-thumb {
    background-color: rgba(50, 163, 206, 0.71);
}
.lo-product-list table.news tr td .news-descr::-moz-scrollbar-thumb:hover {
    background-color: #32A3CE;
}

.lo-product-list table.news:hover .thumb .img{
    background-size:120%;
}
.lo-product-list table.news .btn{
    font-family: "Open Sans", Arial;
    line-height: 31px;
    padding: 0px 8px;
}

.user-nav{
    float: right;
    padding: 5px 15px;
    background: #32A3CE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.user-nav .back-to-user-link{
    padding: 5px 10px;
    margin-right: 15px;
    color: #fff;
    border-right: 1px solid #fff;
}
.user-nav .back-to-user-link:hover{
    text-decoration: underline;
}

.user-nav .user-name{
    color:#fff;
}
.accident-add-date{
    display: none!important;
}
.ma-mail-fileinput{
    float: left;
    margin-top: -30px;
}


@media print {
    .certificate {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0px;
    }
    .certificate .gh-logo {
        width: 150px;
    }

    .certificate .gh-logo img {
        top: 0px;
    }

    .certificate .gh-qrcode{
        width: 100px;
        margin-left: 15px;
    }

    .certificate .gh-process-liqudation {
        width: 83%;
    }

    .certificate .header2 {
        font-size: 25px;
    }

    .certificate h2 {
        margin-top: 0px;
    }

    .certificate .header1 {
        font-size: 25px;
        margin-left: -20px!important;
    }

    .certificate .header3, .certificate .header4 {
        font-size: 16px;
        line-height: 22px;
    }

    .certificate .header5 {
        font-size: 22px;
        margin-top: -40px!important;
    }

    .certificate .header6 {
        font-size: 16px;
        margin-top: -50px;
    }
    .certificate .header7 {
        font-size: 20px;
        margin-left: 85px;
    }
    .certificate .red {
        color: #ee1f23!important;
    }

    .certificate .header4 .red {
        color: #EE1F23!important;
    }
    .certificate .gh-line-drop {
        margin: 0px auto;
    }
    .certificate .text-statement {
        font-size: 10px;
        margin-top: 0px;
    }
    .certificate .signature {
        font-size: 10px;
    }

    .certificate .gh-line-drop {
        margin: 0 auto;
    }
    .certificate .warranty-info {
        margin-top: -20px;
    }
    .certificate .warranty-info .column-right {
        background-color: #efefef!important;
        padding: 10px 10px;
    }
}

@media (max-width:750px){
    .certificate .warranty-info .column-right {
        display: block;
        width: 100%;
    }
    .certificate .warranty-info .column-right .gh-table-center {
        width: 100%
    }
    .certificate .warranty-info .column {
        width: 49%;
    }

    .certificate .header7 {
        margin-left: 0!important;
        text-align: center;
    }
    .certificate .gh-process-liqudation, .certificate .gh-line-drop {
        width: 100%;
    }
    .certificate .gh-process-liqudation img, .certificate .gh-line-drop img {
        width: 100%;
    }
}

@media (max-width:1100px){
    .certificate {
        padding: 0px;
    }
    .certificate .gh-process-liqudation, .certificate .gh-line-drop {
        width: 90%;
    }
    .certificate .gh-process-liqudation img, .certificate .gh-line-drop img {
        width: 90%;
    }
    .certificate .header7 {
        margin-left: 14%;
    }
}

@media print {
    .certificate {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0px;
    }
    .certificate .gh-logo {
        width: 150px;
    }

    .certificate .gh-logo img {
        top: 0px;
    }

    .certificate .gh-qrcode{
        width: 100px;
        margin-left: 15px;
    }

    .certificate .gh-process-liqudation {
        width: 83%!important;
    }

    .certificate .header2 {
        font-size: 25px;
    }

    .certificate h2 {
        margin-top: 0px;
    }

    .certificate .header1 {
        font-size: 25px;
        margin-left: -20px!important;
    }

    .certificate .header3, .certificate .header4 {
        font-size: 16px;
        line-height: 22px;
    }

    .certificate .header5 {
        font-size: 22px;
        margin-top: -60px!important;
    }

    .certificate .header6 {
        font-size: 16px;
        margin-top: -80px!important;
    }
    .certificate .header7 {
        font-size: 20px;
        margin-left: 10px!important;
        text-align: left;
    }
    .certificate .red {
        color: #ee1f23!important;
    }

    .certificate .header4 .red {
        color: #EE1F23!important;
    }
    .certificate .gh-line-drop {
        margin: 0px auto;
    }
    .certificate .text-statement {
        font-size: 10px!important;
        margin-top: 0px;
    }
    .certificate .signature {
        font-size: 10px;
    }

    .certificate .warranty-info {
        margin-top: -20px!important;
        background-color: #ff0000!important;
    }

    .certificate .warranty-info .column {
        width: 39%!important;
        float: left!important;
    }
    .certificate .warranty-info .column-right {
        background-color: #efefef!important;
        padding: 10px 10px;
        display: inline-block!important;
        float: left!important;
        width: 19%!important;
        font-size: 1.1rem !important;
        margin-top: 20px;
    }
    .certificate .gh-line-drop {
        width: 100%;
        margin: 0px auto!important;
    }
    .certificate .gh-line-drop img {
        width: 100%!important;
    }
}

.demand-message {
    font-size: 14px;
}

.buttons-demand {
    text-align: right;
}

.has-add-remove-btn {
    height: 80px;
}

.has-add-remove-btn span.addNextInput {
    top: 0;
    width: 38px;
    height: 38px;
    display: block;
    line-height: 38px;
    text-align: center;
    color: #1d1e4e;
    font-size: 22px;
    border-radius: 20px;
    cursor: pointer;
}

.has-add-remove-btn span.removeBtn {
    top: 0;
    width: 38px;
    height: 38px;
    display: block;
    line-height: 38px;
    text-align: center;
    color: #1d1e4e;
    font-size: 22px;
    border-radius: 20px;
    cursor: pointer;
}

.panel-product {
    background-color: #d3d3d3;
}

.alert-product {
    color: #000000;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.datepicker {
    z-index: 1000 !important;
}

/*mobile*/
@media (max-width: 1200px) {
    .panels-container {
        width: 100%;
    }
    .panels-container .panel {
        margin-left: 2.5vw;
        padding: 2vw;
    }
    .panels-container .panel.w480 {
        max-width: 480px;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .certificate .header7 {
        margin-left: auto;
        text-align: center;
    }
    .certificate .warranty-info .column {
        width: 49%;
    }
    .certificate .warranty-info .column-right {
        width: 100%;
        margin-top: 5vw;
    }
    .certificate .warranty-info .column-right .gh-table-center {
        width: 100%;
    }
    .certificate .gh-center .img-pdf-cert {
        max-width: 100%;
        height: auto;
    }

    .panels-container .panel.wide {
        max-width: 1032px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .container {
        padding-right: 2vw;
        padding-left: 2vw;
    }
    .panels-container .panel {
        margin-left: 0;
    }
    .panels-container .panel.w480 {
        max-width: 100%;
    }
    .certificate .warranty-info .column {
        width: 100%;
        margin-top: 5vw;
    }
    .certificate .warranty-info .column:first-of-type {
        margin-top: 50px;
    }
}
@media (max-width: 480px) {
    .panels-container .status-panel .btn {
        font-size: 3.5vw;
        padding: 7px 3vw;
    }
}

[data-sort="Margin"]{
    color:red;
}

	.dealer-ranking-list .points-big {
		font-size: 80px;
		line-height: 60px;
	}
	
	.dealer-ranking-list .buttons-right {
		float: right;
	}
	
	.dealer-ranking-list #modal-group .modal-dialog {
		width: 1200px;
	}
	
	.dealer-ranking-list #modal-group .modal-content {
		width: 1200px;
		height: 610px;
	}
	
	.dealer-ranking-list #modal-target .modal-content {
		height: 220px;
	}
	
	.datepicker {
		z-index: 1151 !important;
		}
		
		.ranking-list {
		margin-top: 20px;
		display: inline-block;
		width: 100%;
	}
	.ranking-list .ranking-group-preview {
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 10px;
		background-color: #d3d2df;
		position: relative;
	}
	
	.ranking-list .ranking-group-preview .m-top {
		margin-top: 11px;
	}
	
	.ranking-list .ranking-group-preview .buttons {
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 25px;
	}
	
	.ranking-list .ranking-group-preview .buttons a {
		display: block;
	}