.custom-file-btn .custom-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.download-profile-img {
    position: absolute;
    position: absolute;
    top:0;left:0;
    width:100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .4s;
}
.icon-bg{
    width:2em;
    height: 2em;
   
}
.download-profile-img.empty, .download-profile-img:hover{
    opacity: 1;
}
.custom-file-btn i.fa{
    font-size:2rem;
    color:white;
}

.py-3{
    padding-top:3px !important;
    padding-bottom: 3px !important;
}

.filter p {
    margin: 0;
}

.rezults .mid table.inner-table {
    margin-top: 0;
}

.inner-table {
    text-align: center;
}

.rezults .mid table tr td.no-padding {
    padding: 0;
}

.scroll-wrapper--fixed {
    height: 255px;
}

.autocomplete-suggestions {
    background-color: #fff;
    padding: 5px 0;
    overflow-y: auto;
}

.autocomplete-suggestion {
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.autocomplete-suggestion:hover {
    background-color: #0b93d5;
    color: #fff;
}

.load_search {
    position: absolute;
    right:  -1px;
    top: 37px;
    width: 450px;
    padding: 10px 20px 15px 20px;
    background-color: #fafbfb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #cccccc;
    display: none;
    z-index: 100;
    box-sizing: content-box;
}
.load_search_white_box {
    width: 40px;
    height: 10px;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    top: -7px;
    left: 225px;
    display: none;
}

.load_search  span {
    color: #279638;
}
div.empty {
    text-align: center;
    padding: 15px;
}
.load_search .jq-file__browse {
    font: bold 14px/40px Tahoma, Arial,sans-serif;
    border:none;
    color:#fff;
    text-align: center;
    height:40px;
    padding: 0 20px;
    background: #3dcd58;
    display: block;
    cursor:pointer;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /*Safari and chrome */
    -khtml-border-radius:5px; /*Linux browsers*/
    border-radius:5px; /*CSS3*/
    outline: none;
    position: inherit;
    float: right;
    top: 0;
    text-shadow: none;
}
.load_search  .jq-file:hover .jq-file__browse {
    background: #41d75e;
}
.load_search .jq-file__name {
    width:300px;
    border:1px solid #ccc;
    font:  14px/16px Tahoma, Arial,sans-serif;
    color: #666666;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-right: 15px;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /*Safari and chrome */
    -khtml-border-radius:5px; /*Linux browsers*/
    border-radius:5px; /*CSS3*/
    height: auto;
    float: left;
}
.load_search .jq-file  {
    width: 100%;
    margin-bottom: 10px;
}
.pos {
    position: relative;
}
.load_search_button_green {
    position: absolute;
    top: 0;
    right: 0;
}
.load_search i {
    color: #aa0c00;
    font:  12px/16px Tahoma, Arial,sans-serif;
}
.search_line {
    margin: 10px 0;
    margin-left: -20px;
    width: 490px;
    border-bottom: 1px solid #ccc;

}
.load_search p {
    font: 12px/14px Arial,sans-serif;
    color: #373737;
    margin-bottom: 5px;
    float: left;
    text-align: left;
    width: 100%;
}
.load_search a {
    font: 12px/14px Arial,sans-serif;
}
.load_search_button {
    font: 12px/12px Arial,sans-serif;
    color: #2278c1;
    border-bottom: 1px dashed #2278c1;
    margin-top: 4px;
    cursor: pointer;
    margin-bottom: 5px;
}
.load_search_button:hover {
    border-color: transparent;
}
.load_button span {
    vertical-align: middle;
}
.search_info {
    display: none;
}
.active {
    display: block;
}
.load_search_off {
    color: #ccc;
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
    font: 16px/16px Arial,sans-serif;
}
.load_search h6 {
    color: #373737;
    font: bold 14px/20px Tahoma, Arial,sans-serif;
    margin-bottom: 8px;
}

.jq-file input {
    width: 100% !important;
}

.f_l {
    float: left;
}
.f_r {
    float: right;
}

.search-file {
    position: absolute;
    left: 50px;
    top: 7px;
    white-space: nowrap;
    display: inline-block;
    float: none;
    border-radius: 10px;
    background-color: #3dcd58;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 26px;
}

.search-file i {
    margin-right: 5px;
    vertical-align: top;
}

.remove-file {
    position: absolute;
    right: 8px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: url(../img/filter_item_del.png) no-repeat center;
}

.remove-file:hover {
    background: url(../img/filter_item_del_hover.png) no-repeat center;
}

.search-file-container {
    overflow: hidden;
}
.search-file-name {
    max-width: 450px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis;
}
.search-file .remove {
    margin-left: 5px;
    vertical-align: middle;
}

.alert {
    margin-top: 20px;
}
.t_input {
    width: 30px;
}

.t_ref {
    width: 80px;
}

.t_descr {
    width: 210px;
}

.t_series {
    width: 120px;
}

.t_type {
    width: 130px;
}

.t_info {
    width: 130px;
}

.t_term {
    width: 115px;
}

.t_area {
    width: 120px;
}

.t_down {
    width: 65px;
}


.popup_output {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    background-color: #eee;
}

.popup-table__title {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #666;
}

.popup-table__ref {
    margin-left: 20px;
}

.popup_head {
    border: 1px solid #ccc;}

.popup_head tr {
    border: none;
}

.popup_head th {
    border-right: 1px solid #ccc;
}

.popup_head th:last-child {
    border-right: none;
}

.popup_head,
.popup_table {
    margin-top: 0;
}

.popup_table {
    border: 1px solid #ccc;
}

.popup_table tr {
    height: 50px;
    border-bottom: 1px solid #ccc;
}

.popup_table .cert_title {
    word-break: break-all;
}

.popup_table td,
.popup_table th {
    border-right: 1px solid #ccc;
    padding: 0 10px;
}

.popup_table td:last-child,
.popup_table th:last-child{
    border-right: none;
}

.popup_table .background-dark {
    background-color: #d6d6d6;
}

.popup-table_scroll {
    width: 100%;
    max-height: 100px;
    overflow: hidden;
}

.p_t-1 {
    width: 23%;
}

.p_t-2 {
    width: 30%;
}

.p_t-4 {
    width: 11%;
}

.p_t-3 {
    width: 20%;
}

.p_t-5 {
    width: 16%;
}

.popup_table {
    width: 100%;
}

.table_scroll {
    width: 100%;
    height: 350px;
    overflow-y: scroll;
}

.close_popup-table {
    width: 30px !important;
    height: 30px !important;
    right: 10px;
    top: 10px;
    font-size: 30px !important;
    line-height: 30px;
    color: #fff !important;
    opacity: 1;
    border-radius: 50%;
    background-color: #3dcd58 !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.close_popup-table:active {
    top: 10px;
}

.close_popup-table:hover {
    opacity: 0.8;
}

#cert-table-wrap {
    min-height: 300px;
}

#cert-table-wrap table th,
#cert-table-wrap table td {
    text-align: center;
}

.s_descr p {
    margin-bottom: 0;
}

.rezults_type_2 td,
.rezults_type_2 th {
    text-align: center !important;
}

td .info {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    background: url(../img/info.png) no-repeat center;
    margin-bottom: -3px;
    position: relative;
    text-transform: none;
}

td .info_item a {
    color: #3ea9d4;
}

td .info.active .info_item {
    display: block;
}

td .info_item:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(39, 51, 41, 0.85);
    top: -20px;
    left: 104px;
}

td .info .info_item {
    position: absolute;
    background-color: rgba(39, 51, 41, 0.85);
    cursor: default;
    z-index: 2;
    color: #dee8e1;
    font-family: "Arial MT";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    width: 210px;
    padding: 10px;
    left: -105px;
    top: 28px;
    display: none;
}

.p_t-5 > a {
    background: url(../img/table_download_hover.png) no-repeat center right;
    height: 21px;
    width: 35px;
    display: inline-block;
}

.results-wrapper {
    position: relative;
    z-index: 1;
}

.result-preloader:before {
    content: '';
    position: absolute;
    z-index: 11;
    top: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f7f8f8;
    opacity: 0.5;
}
.result-preloader {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.info.info--blue {
    background: url(../img/info_active.png) no-repeat center;
}

.sk-circle__wrapper {
    position: absolute;
    z-index: 12;
    top: 82px;
    left: 0;
    width: 100%;
    text-align: center;
}

.sk-circle__wrapper:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.sk-circle {
    z-index: 15;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #3dcd58;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

.table_scroll{
    overflow-y: auto;
}


.load_top {
    padding-bottom: 15px;
}
.load_top_box {
    list-style: none;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
}
.load_top_box li {
    margin-bottom: 10px;
    display: inline-block;
}

.load_top_box_stock {
    margin-bottom: 20px;
}
.load_top_box_stock li {
    margin-bottom: 15px;
    display: block;
}
.load_top_box_stock li:first-child {
    margin-bottom: 10px;
}
.load_top_box_stock li:last-child {
    margin-bottom: 0;
}

.load_top_box li>div {
    display: inline-block;
}
.load_top_box li:not(:last-child) {
    margin-right: 30px;
}
.load_top_box2 li:not(:last-child) {
    margin-right: 10px;
}
.load_top_box strong {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    color: #0a0a0a;
}
.load_top_download {
    padding-left: 25px;
    background:  url(../../images/download.svg) 0 0 no-repeat;
    background-size: 15px 16px;
    font-size: 13px;
    color: #3dcd58;
    text-decoration: underline;
    display: inline-block;
    margin-right: 6px;
}
.load_top_download:hover {
    text-decoration: none;
    color: #3dcd58;
}
.filter .mid .bot {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 32px 0 20px 0;
    display: flex;
    justify-content: space-between;
}
.filter .mid .item_lg {
    width: calc(75%);
}
.filter .mid .bot .search {
    box-shadow: none;
}
.filter .mid .bot .search input {
    background-color: #fff;
}
.filter .mid .bot .search .search_by {
    background-color: #fff;
}
.rezults .top .right  .load_top_box {
    padding-top: 30px;
}

.info_load {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-size: 20px 20px;
    position: relative;
    border: 1px solid #e3e6e1;
    border-radius: 100%;
    position: relative;
    top: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}
.info_load_wr{
    position: relative;
}
.info_load_wr .info_item {
    display: none;
}
.info_load:hover, .info_load.active {
    background-size: 20px 20px;
}
.info_load_wr:hover .info_item, .info_load_wr.active .info_item {
    display: block;

}
.info_load:hover {
    border-color: #3dcd58;
}
.info_load_wr .info_item {
    position: absolute;
    background-color: rgba(39, 51, 41, 0.8);
    cursor: default;
    z-index: 2;
    color: #dee8e1;
    font-family: "Arial MT";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    width: 210px;
    padding: 10px;
    left: -95px;
    margin-top: 25px;
    top: 100%;
    display: none;
}
.info_load_wr .info_item:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(39, 51, 41, 0.8);
    top: -20px;
    left: 104px;
}
.info_files_1 {
    background-image: url(../../images/files-1.svg);
}
.info_files_1:hover, .info_files_1.active {
    background-image: url(../../images/files-1-green.svg);
}
.info_files_2 {
    background-image: url(../../images/files-2.svg);
}
.info_files_2:hover, .info_files_2.active {
    background-image: url(../../images/files-2-green.svg);
}

.pagination_wr {
    text-align: center;
    padding-top: 40px;
    position: relative;
}
.pagination {
    display: inline-block;
    margin: 0 auto;
}
.pagination_wr .pagination {
    padding-bottom: 38px;
}
.pagination .prev ,
.pagination .next {
    font-size: 22px;
    color: #757575;
    position: relative;
}
.pagination > li {
    display: inline-block;
}
.pagination > li > a, .pagination > li > span {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #757575;
    font-size: 15px;
    font-weight: bold;

}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus,
.pagination > .active > a:hover,  .pagination > .active > a:focus {
    border-color: transparent;
    background-color: transparent;
    color: #3dcd58;
}
.pagination > li > span:hover,
.pagination > li > span:focus {
    border-color: transparent;
    background-color: transparent;
    color: #757575 !important;
}
.pagination .prev:before ,
.pagination .next:before {
    content: '';
    background-color: #dddddd;
    height: 18px;
    width: 1px;
    position: absolute;
    top: 8px;
}
.pagination .prev {
    padding-right: 10px;
    margin-right: 10px;
}
.pagination .prev:before {
    right: 0;
}
.pagination .next {
    padding-left: 10px;
    margin-left: 10px;
}
.pagination .next:before {
    left: 0;
}
.pagination .prev.disabled span {
    color: #dddddd;
}
.active_items_off .active_items {
    display: none !important;

}
.item_checkbox {

    position: relative;
}
.item_checkbox span {
    padding-left: 32px;
}
.item_checkbox:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 16px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}
.item_checkbox.active:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 16px;
    width: 18px;
    height: 18px;
    background:  url(../../images/correct.svg) center center no-repeat;
    background-size: 10px 10px;
}
.item_checkbox.active {
    background-color: transparent !important;
}
.item_checkbox_all {
    position: absolute;
    margin-bottom: 10px;
    background-color: inherit !important;
}
.item_checkbox_all span {
    color: inherit !important;
}
.item_checkbox_all:before {
    content: '';
    background-color: #e4e4e4;
    height: 1px;
    left: 16px;
    right: 16px;
    position: absolute;
    bottom: 0;
}
.info_load_pos {
    position: absolute;
    right: 0;
    top: 20px;
}
.al_center {
    text-align: center;
}
.shadow_none{
    box-shadow: none;
}
.load_search_button_pos {
    display: inline-block;
    color: #3dcd58;
    border-bottom: 1px solid #3dcd58;
}
.txt_dreen {
    color: #3dcd58;
    border-color: #3dcd58;
}
.rezults_type_3  {
    width: 100%;
    margin-top: 13px;
    border-spacing: unset;
}
.rezults_type_3  .item_table:nth-child(2n+1) {
    background-color: transparent;
}
.rezults_type_3  tr th {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.99px;
    text-transform: uppercase;
    font-family: Arial,sans-serif;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    height: 100%;
    min-height: 40px;
    padding: 15px 15px 15px 5px;
}
.rezults_type_3  tr td {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    padding: 13px 5px;
}

.rezults_type_3 .item_table:nth-child(2n+1) {
    background-color: transparent;
}
.rezults_type_3 .item_table {
    border-radius: 4px;
    background-color: #ffffff;
}
.rezults_type_3 p{
    margin-bottom: 0;
}
.rezults_type_1 a,
.rezults_type_3 a {
    color: #42b4e6;
}
.rezults .mid table tr td:nth-child(2) a:hover  {
    text-decoration: underline ;
}
.nowrap {
    white-space: nowrap !important;
}
.sort_link {
    display: inline;
    background:  url(../../images/sort.svg) 100% 2px no-repeat;
    background-size: 10px 9px;
    color: #8e8e8e !important;
    text-decoration: none;
    padding-right: 18px;
}
.sort_link:hover {
    background:  url(../../images/sort-green.svg) 100% 2px no-repeat;
    background-size: 10px 9px;
    color: #8e8e8e !important;
    text-decoration: none;
}
.table_full_in {
    color: #cd7979 !important;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-top: 10px !important;
}
/*.table_full .sort_link {
    opacity: 0.3;
}*/
/*.table_full .sort_link:hover {
    background:  url(../images/sort.svg) 0 0 no-repeat;
}*/
/*.table_full a{
    opacity: 0.3;
    cursor: inherit;
}*/
.table_full .info_load {
    border-color: #e3e6e1;
    cursor: inherit;
}
.table_full .info_files_1 {
    background-image: url(../../images/files-1.svg) !important;
}
.table_full .info_files_2 {
    background-image: url(../../images/files-2.svg) !important;
}
.search_file_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.search_file_2 .jq-file__name {
    width: 100%;
    border-radius: 5px 0 0 5px;
    height: 40px;
}
.search_file_2 .jq-file__browse {
    box-shadow: none;
    position: static;
    border-radius: 0 20px 20px 0px;
    width: 135px;
    -webkit-flex-shrink:0;
    -moz-flex-shrink:0;
    -ms-flex-shrink:0;
    -o-flex-shrink:0;
    flex-shrink:0;
}
.filter .bot .search .search_by{
    background-position-y: 10px !important;
    box-shadow: 0 0 3px 1px #dde0d9;
    outline-offset: 0 !important;
    line-height: 40px;
}
.filter .bot .search .search_by.active,
.filter .bot .search .search_by:hover {
    outline: 1px solid #3dcd58;
    color: #757575;
    background: #f5f8f1 url(../img/search_by_hover.png) no-repeat center right;
    background-position-x: calc(100% - 15px);

}
.load_search {
    background-color: #fff;
    top: 55px;
}
.load_search h6 {
    margin-bottom: 18px;
    color: #757575;
}
.page_name2 h1 {
    font-size: 30px;
}
.drop_item_offset {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}
.drop_item_offset.item_checkbox_all:before {
    bottom: -10px;
}
.stock_item_checkbox input {
    display: none;
}
.stock_hint {
    color: #757575;
}
.stock_hint a {
    color: #3dcd58;
}
.stock-per-page strong {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.stock-per-page select {
    width: 71px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
}
.stock_search_input {
    width: calc(75%);
}
.filter .mid .stock_search_input .item_lg {
    width: 100%;
    padding-bottom: 10px;
}
.filter .certificates_search_input .bot {
}
.certificates_search_input {
    padding: 0 15px 10px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f5f8f1;
    margin-bottom: -15px;
}
@media screen and (max-width: 1360px) {
    .info_load_wr .info_item {
        left: -170px;
    }
    .info_load_wr .info_item:before {
        right: 10px;
        left: auto;
    }
}
@media screen and (max-width: 1000px){
    .hide_1000 {
        display: none !important;
    }
    .filter .mid .item_lg {
        width: calc(100%);
    }
    .rezults_resp .top {
        display: block !important;
    }
    .rezults_resp .right {
        position: absolute;
        right: 0;
    }
    .rezults_resp .buttons {
        margin-top: -2px;
        padding-right: 190px;
    }
    .rezults_resp .buttons button {
        margin-bottom: 15px;
    }
    .item {
        padding-top: 20px;
    }
}
@media screen and (max-width: 720px) {
    .filter .bot .search .close {
        right: 18px;
    }
    .hide_720 {
        display: none !important;
    }
    .top_resp {
        display: block !important;
        text-align: center;
    }
    .rezults .top .right .load_top_box {
        padding-top: 0px;
        margin-top: -20px;
    }
    .info_load_pos{
        position: static;
    }
    .responsive_table,
    .responsive_table tbody,
    .responsive_table tr,
    .responsive_table td,
    .responsive_table tfoot{
        display: block;
    }
    .responsive_table thead{
        display: none;
    }
    .responsive_table{
        width: auto;
        margin: 0 -10px;
        margin-bottom: 30px;
    }
    .responsive_table tr{
        padding: 0 10px 0 235px;
    }
    .responsive_table tr:not(:last-child):not(.first_tr){
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 10px;
        padding-top: 10px;
        /*margin-bottom: 10px;*/
    }
    .responsive_table tr:last-child {
        padding-top: 10px;
    }
    .table_type1 .first_tr{
        display: none;
    }
    .responsive_table tbody td{
        position: relative;
        padding-left: 10px;

    }
    .responsive_table tbody td:before{
        content: attr(data-title);
        display: block;
        position: absolute;
        width: 225px;
        left: -225px;
        font-size: 12px;
        color: #9b9b9b;
        padding: 3px 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .responsive_table td:not(:last-child){
        margin-bottom: 10px;
        padding: 3px 10px;
    }
    .responsive_table .table_hide {
        display: none;
    }
    .item_table_full_in tbody tr {
        padding-left: 10px !important;
    }
    .table_full_in {
        padding-top: 20px !important;
    }
    .load_top_box_resp li {
        display: block;
    }
    .load_top_box  .load_top_box_title {
        display: block;
        padding-bottom: 10px;
    }
    .filter .bot .search .search_by {
        display: none;
    }
    .filter .bot .search input {
        width: 100%;
        height: 38px;
    }
    .pagination_wr {
        padding-top: 0px;
    }

}
.bg-green {
    background-color: #D5FFD5; 
}
.text-muted{font-size:12px;color:#A6A6A6; line-height: 12px;}
#loader .modal-content{
    background: none;
    border:none;
    width: 100%;
    height: 100%;
}
.pl-2{
    padding-left: 2em; 
}
.bg-lg, .btn-light{background:#52ce5f;}
.btn-ico .fa{
    line-height:10px;
    margin-top:5px;
}
.btn-custom, .btn-custom:hover, .btn-custom:active{
    background-color: #64CE60;
    color:white;
}
.btn-green{
    background-color:#52CE5F;
    color:#fff;
}
.btn-green:hover,.btn-secondary:hover,.btn-success:hover{
    color:#fff !important;
}

.form-group.error input{
    border:solid 1px red;
}
.form-group.error label{
    color:red;
    font-weight: bold;
}
.none {display: none !important;}

.custom .content_box{
    position: relative;
    display: inline-block;
    padding: 5px 20px 5px 10px;
    border-radius: 4px;
    background: white;
   
    top:-32px;
    margin:0;
}
.custom.card{
    margin-top:20px;
    margin-bottom:20px;
}
.custom .content_box h2{
     line-height: 16px;
     margin:0;
     padding: 0;
}

.left_bord_nav .active {
    background-color: #f5f8f1;
    border-left: 3px solid #3dcd58;
    padding-left: 15px;
}
.left_bord_nav>a:hover{
    background-color: #f5f8f1;
    padding-left: 10px;
}

.left_bord_nav>span {
    font-size: 17px;
    line-height: 21px;
   
    text-decoration: none;
    padding: 12px 0;
    padding-right: 25px;
    display: block;
}

span.link{
    cursor: pointer;
    color:#0283cd;
    text-decoration: underline;
}
span.link:hover{
    text-decoration: none;
}
.main_nav a{
    font-weight: normal;
}
.main_nav a.active{
    color: #00b9e7;
    font-weight: bold;
    background-color: #e9faf2;
   
}
.main_nav a{
   
    border-left:solid 1px #e0e0e0;
    border-bottom:solid 1px #e0e0e0;
}
.main_nav a i{
    line-height: 21px;
}
.main_nav a:last-child{
    border-right:solid 1px #e0e0e0;
}
.main_nav a:first{
    border-right:none;
}
.bold{
    font-family: Arial;
    font-weight: bold !important;
}
.modal-title.bold{
    font-size: 18px;
}
.mylink{
    color:#0283cd;
}
.img-bg{
    width:100%;
    height:100%;
    background-position: center; 
    background-size:contain;
    background-repeat: no-repeat;
}

.eshopper label sup{
    color: red;
    font-weight: 700;
}

@media only screen and (max-width: 580px){
    .rezults_resp .buttons {
        padding-right: 0px;
    }
}
@media only screen and (max-width: 479px){
    .responsive_table tr{
        padding: 0 10px 0 135px;
    }
    .responsive_table tbody td:before{
        width: 125px;
        left: -125px;
    }
    .rezults button.button {
        padding-left: 20px;
        padding-right: 20px;
    }


}