.orangeblock {
    background-color: #d95529;
    border-radius: 7px;
    margin: 5px;
    padding: 10px;
}
.grayblock {
    background-color: #e3e3e8;
    border-radius: 7px;
    margin: 5px;
    padding: 10px;
}
.lightgreenblock {
    background-color: #067540;
    border-radius: 7px;
    margin: 5px;
    padding: 10px;
}
.greenblock {
    background-color: #1b7455;
    border-radius: 7px;
    margin: 5px;
    padding: 10px;
}

.style {
    padding: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: darkcyan;
}

.block {
    margin: 15px 0px 15px 0px;
    padding: 15px 0px 15px;
    border-bottom: 1px solid #ccc;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
/*
ol {
    counter-reset: foo;
    display: table;
}

ol > li {
    counter-increment: foo;
    display: table-row;
}

ol > li::before {
    content: counter(foo) ".";
    display: table-cell; 
    text-align: right;
}
*/
.cssClass li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

.vcms-green {
    color: #119267;
}
.panel-vetsak {
    border-color: #ec7909;
}
.panel-strategy {
    border-color: #969696;
    background-color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    margin: 5px;
}
.panel-agrinet {
    border-color: #056839;
    background-color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    margin: 5px;
}
.panel-history {
    border-color: #737373;
    background-color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    margin: 5px;
}
ul.a {
    list-style-position: outside;
}
.product-brand-logo {
    margin-bottom: 15px;
}
.top-left {
    top: 5px;
    left: -5px;
}
.vl-left {
    border-top: 2px solid #696969;
    border-left: 2px solid #696969;
}
.vl-right {
    border-top: 2px solid #696969;
    border-right: 2px solid #696969;
}
.vl-bottom {
    border-bottom: 2px solid #696969;
}
.vl-top {
    width: 97px;
}
.header-information-block {
    background-color: #64666a;
    color: #fff;
    text-align: center;
    width: 100%;
}

/* steven */
.selected-products .products-grid .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 0;
    width: 228px;
}

element.style {
    padding-left: 0px;
    padding-right: 0px;
}
/* STEVEN */
.footer-newsletter {
    display: none !important;
}

@media (min-width: 767px) {
    .products-grid .item .actions {
        min-height: 112px;
    }
}

/* Price list request 14.01.2019 */
.cms-request-pricelists .vaimo-form-manager .fieldset > li {
  list-style: none;
}

@media (min-width: 1200px) {
    .cms-request-pricelists .col-main .vaimo-form-manager {
        margin: 0;
    }
}