﻿.article__table {
    position: relative;
    z-index: 10;
    background: #fff;
    width: 100%;
    font-size: 14px;
}

.article__cell_th {
    vertical-align: middle;
    text-align: left;
    background: #f7f7f7;
    border-bottom: 2px solid #d9e9e9;
    font-weight: 700;
}
.article__cell {
    padding: 10px;
    border: 1px solid #e6e6e6 !important;
}

/*
.article__table a:hover {
    text-decoration: underline;
}*/

select.soflow {
   /*-webkit-appearance: button;*/
   
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   cursor: pointer;
}

.calc_button {
    border-radius: 3px;
    /*background-color: #f89406;*/
    background-color: #8dc73f;
    text-align: center;
    cursor: pointer;
    font: normal 15px/24px sans-serif!important;
    margin-left: 8px;
    color: #fff;
    border: 1px solid #ab9a8e;
}

.calc_button:hover {
    background-color: #8dc73f;
}

.calc__headline {
    font: bold 40px/1 'geometria',sans-serif;
    margin: 20px auto;
    color: #8dc73f;
}

.prikorm-new-product {
    background-color: #DCFEE1;
}

.prikorm-link {
    color: #f79623;
    border-bottom: 1px dashed;    
    padding: 3px 9px;
}

    .prikorm-link:hover {
        background: #fff;
        border-color: #d9e9e9;
        color: #008079;
        text-decoration: none;
    }

.filter__item {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 3px 9px;
    margin: 0 4px;
    color: #008079;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
}

.filter__item:hover {
    background: #fff;
    border-color: #d9e9e9;
    color: #008079;
    text-decoration: none;
}

.filter__item_active, .filter__item_active:hover {
    color: #333!important;
    background-color: #fde953!important;
    border-color: #e7cf56!important;
}

a.filter__item {
    cursor: pointer;
}

.filter_dashed .filter__text{
    border-bottom: 1px dashed;
}

.filter__item:hover .filter__text, .filter__item_active .filter__text {
    border-bottom-color: transparent;
}

.button:active {
    top: 1px;
}

ul.srok-brermennosti-menu li {
    position: relative;
    padding-left: 0;
    padding-top: 0px;
    margin: 0 4px 8px 0;
    float: left;
    border: 1px solid #eef3f4;
    border-radius: 4px;
}

ul.srok-brermennosti-menu li:before {
    display: none;
}

ul.srok-brermennosti-menu a{
    display: block;
    padding: 8px 10px;
    font-size: 15px;
    white-space: nowrap;
    line-height: 1;
    text-decoration: none;
    border-bottom: none;
}

ul.srok-brermennosti-menu li:hover {
    border-color: #bcd7eb;
    border-color: rgba(34,121,190,.3);
    border-color: #2279be;
}

ul.srok-brermennosti-menu li:hover .alink-a {
    border-bottom-color: #eef3f4;
}


/* cb */
.cb_nedeli{
    /*border: 2px solid #d8f0f8;
    border-radius: 5px;*/
    /*padding: 10px;*/
    margin: 2px 0;
    font-family: 'Roboto',sans-serif!important;
}

.cb_nedeli_title{
    position: relative;
    text-align: center;
    padding: 10px;
    /*border: 2px solid #d8f0f8;*/
    border: 2px solid #7ecfe9;
    /*border-radius: 5px;*/
}

    .cb_nedeli_title.collapsed {
        border-color: #f0f0f0;
    }

.cb_nedeli_title.clickable:hover{
    border-color: #7ecfe9;
}

.cb_current .cb_nedeli_title, .cb_current .cb_nedeli_content{
    border-color: #63bc66;
}

.cb_current .cb_nedeli_title{
    background-color: #63bc66;
    color: #fff;
    font-weight: bold;
}

.cb_nedeli_title .period{
    font-weight: bold;
}

.cb_nedeli_title.collapsed .period{
    font-weight: normal;
}

.cb_nedeli_content{
    /*border: 2px solid #d8f0f8;*/
    /*border: 2px solid #f0f0f0;*/
    border: 2px solid #7ecfe9;
    border-top: none;
    padding: 0 !important;
}


.show_podrobnee, .show_svernut{
    display:none;
    position: absolute;
    right: 50px;
    color: grey;
}

.cb_nedeli_title.collapsed:hover .show_svernut{
    display: none;    
}

.cb_nedeli_title.collapsed:hover .show_podrobnee{
    display: initial;
}

.cb_nedeli_title:hover .show_svernut{
    display: initial;
}

.cb_nedeli_content_desc ul li {
    position: relative;
    margin: 0;
    padding-left: 20px;
    padding-top: 9px;
}

.cb_nedeli_content_desc ul li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 15px;
    background-color: #8dc73f;
}

.cb_nedeli_content_desc p {
    margin: 15px 0;
}