/* Стили для страниц с Bootstrap и без jQuery_UI */ /* Подключается в конце */ @gray1_color: #a6a6a6; @gray2_color: #959595; @gray3_color: #3d3b3b; @gray4_color: #e5e5e5; @gold_color: #a98039; @orange_color: #e4521f; small { font-size: 90%; } @media (max-height: 400px), (max-width: 650px) { // body{ zoom: 80%} } /* openBlock === переназначения бутстраповских настроек */ .btn { border-radius: 0; } .form-control { border-radius: 0; } .btn-gray { background-color: @gray2_color; color: white; } .btn-gray:hover { background-color: @gray1_color; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: @orange_color; border-radius: 0; } .nav > li > a:hover, .nav > li > a:focus { background-color: @orange_color; border-radius: 0; } input[type="checkbox"] { margin-top: 2px; } .leftright-15px { margin-left: 15px; margin-right: 15px; } /* closeBlock */ /* openBlock ===== Общие классы для любых блоков ===== */ .margintop-10-bts { margin-top: 10px; } .margintop-15-bts { margin-top: 15px; } .margintop-20-bts { margin-top: 20px; } .margintop-30-bts { margin-top: 20px; } .margintop-40-bts { margin-top: 40px; } .margintop-50-bts { margin-top: 50px; } .margintop-60-bts { margin-top: 60px; } .marginbottom-10-bts { margin-bottom: 10px; } .marginbottom-20-bts { margin-bottom: 20px; } .margintop-10-sm-bts { margin-top: 10px; @media (min-width: 992px) { margin-top: 0; } } .margintop-10-xs-bts { margin-top: 10px; @media (min-width: 768px) { margin-top: 0; } } .marginleft&right-10-bts { margin-left: 10px; margin-right: 10px; } .text-red { color: red; } .text-blue { color: blue; } /* closeBlock */ /* ============================================ */ /* openBlock ===== Body & #allWrapper-bts ===== */ body#no_left_menu, body#with_left_menu { background-image: none; } #allWrapper-bts { width: 100%; heigt: 100%; } /* closeBlock */ /* openBlock ===== #allHeader-bts ===== */ /* Это новая новая структура - remote3 */ #allHeader-bts { background-color: @gray4_color; /* background-image: url(img/top.png); background-repeat: repeat-x; */ width: 100%; height: 97px; margin: 0px; margin-top: -97px; position: fixed; z-index: 40; } /* @media only screen and (max-width: 1023px) { #allHeader-bts { margin-top: -93px; } } */ #toparea_bts { height: 60px; } #menuarea_bts { height: 37px; background-color: black; margin: 0; } #menuarea_grey_bts { height: 37px; background-color: @gray3_color; } @media (max-width: 1281px) { #toparea_bts { margin: 0px; padding: 0 10px; } #menuarea_bts { margin: 0px; } #footer-bts-row { margin-right: -10px; margin-left: -10px; } } @media (min-width: 1281px) { #toparea_bts, #menuarea_grey_bts { margin-left: 80px; margin-right: 80px; } } @media (max-height: 400px) { #toparea_bts { display: none; } #allHeader-bts { height: 37px; } @navbar-collapse-max-height: 300px; } #mainmenu-container-bts { padding-left: 0; padding-right: 0; } .mainmenu_navbar_bts { background-color: none; font-size: 22px; color: white; text-decoration: none; min-height: 37px; margin-bottom: 0; border: none; } .mainmenu_navbar_bts li a { color: white; padding-top: 8px; padding-bottom: 8px; } .mainmenu_navbar_bts li a:hover { background-color: @orange_color; } #mainmenu-collapse-1 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } .mainmenu_li_bts { border-right: 2px solid white; } #change_catalog_menu_bts, #change_trade_menu_bts { background-color: @gray3_color; } .nav > li > a.mainmenu_a_bts { padding-left: 20px; padding-right: 20px; } /* поле для ввода текста для поиска */ #findinput_bts { height: 34px; padding-left: 11px; } @media (min-width: 1024px) { #findinput_bts { min-width: 300px; } } /* кнопка с лупой для запуска поиска */ #lupa_bts { width: 74px; height: 34px; padding-top: 5px; background-color: @orange_color; cursor: pointer; } #findform_bts { margin-top: 12px; margin-left: -14px; } @media (max-width: 1280px) { #findform_bts { margin-left: -10px; } } #mysiteblock_bts { border-left: 1px black solid; height: 56px; } @media (min-width: 1281px) { #mysiteblock_bts { padding-right: 2px; } } #td_hello_bts { font-size: 15px; text-align: right; margin-top: 4px; } #td_mysite_bts { margin-top: 8px; } /* Кнопка "Мой сайт" для выпадающего меню */ #mysitemenu_bts { font-size: 15px; padding-left: 9px; color: black; font-weight: bold; text-decoration: none; } /* Выпадающее меню "Мой сайт" */ #mysite_ul_bts, #mysite_ul_bts2 { /* background: linear-gradient(to bottom, #e5e5e5, white); */ background-color: #e5e5e5; border: 1px solid black; border-radius: 0; border-top: none; margin-top: 5px; margin-right: -7px; width: 230px; height: 232px; font-size: 16px; box-shadow: 8px 15px rgba(0, 0, 0, 0.4); -moz-box-shadow: 8px 15px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 8px 15px rgba(0, 0, 0, 0.4); } #mysite_ul_bts2 { /* background: linear-gradient(to bottom, #e5e5e5, white); */ height: 120px; } /* Внутренняя часть выпадающего меню "Мой сайт" */ #mysite_ul_bts li, #mysite_ul_bts2 li { padding: 4px 0 4px 4px; } /* Блок с цветными корешками книг и заголовками страниц */ #coloredbook_area { } /* closeBlock */ /* openBlock ===== #allLeftBlock-bts ===== */ #allLeftBlock-bts { position: fixed; left: 0; top: 0; min-width: 250px; height: 1280px; background-position: left top; background-repeat: no-repeat; z-index: -20; } @media (min-width: 1281px) { #allLeftBlock-bts { min-width: 330px; background-image: url('catalogs/grey/left-back-330.jpg'); } #no_left_menu #allLeftBlock-bts { min-width: 80px; background-image: url('catalogs/grey/left-back-80.jpg'); } } /* closeBlock */ /* openBlock ===== #allRightBlock-bts ===== */ @media (max-width: 1280px) { #allRightBlock-bts { background-image: none; } } @media (min-width: 1281px) { #allRightBlock-bts { position: fixed; right: 0; top: 0; min-width: 80px; height: 1280px; background-position: right top; background-repeat: no-repeat; z-index: 30; background-image: url('catalogs/grey/right-back-80.jpg'); } } /* @media (min-height: 1280px) { background-repeat: repeat-y; } */ /* closeBlock */ /* openBlock ===== #allCommonBlock-bts ===== */ /* Общий блок */ #allCommonBlock-bts { padding-bottom: 60px; z-index: 25; } #emptycontent_bts { margin-top: 93px; } #emptycontent_bts2 { margin-top: 0px; } @media (min-width: 1281px) { body#no_left_menu #emptycontent_bts, body#no_left_menu #emptycontent_bts2 { margin-left: 80px; margin-right: 80px; } } /* Цветная заставка с книгами */ #coloredbook_area_bts { height: 157px; background-position: left top; background-repeat: no-repeat; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; } #shadow_area_bts { min-height: 76vh; background-color: rgba(0,0,0,0.7); } @media (min-height: 1043px) { #shadow_area_bts { min-height: 77vh; } } @media (min-width: 1281px) { #coloredbook_area_bts, #shadow_area_bts { margin-left: 65px; } } // При высоте вьюпорта больше 1280 пикселей боковые фона заканчиваются и середина может полоска возникать! @media (min-width: 1601px) { #coloredbook_area_bts { -moz-background-size: cover; /* Firefox 3.6+ */ -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */ -o-background-size: cover; /* Opera 9.6+ */ background-size: cover; /* Современные браузеры */ } } #page_logo_bts { text-align: center; margin-top: 64px; } #mob_page_logo_bts { margin-top: 6px; text-align: center; width: auto; } /* Цветная заставка с книгами на мобильной версии*/ #mob_catalog_logo { height: 84px; background-image: url(images/banners/banner680n.jpg); background-position: left top; background-repeat: no-repeat; -moz-background-size: cover; /* Firefox 3.6+ */ -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */ -o-background-size: cover; /* Opera 9.6+ */ background-size: cover; /* Современные браузеры */ } /* Левое меню с разделами */ #left_float_block { float: left; width: 250px; } @media (max-width: 1280px) { #left_float_block { background-image: url('catalogs/grey/middle-back-250.jpg'); background-position: left top; background-repeat: no-repeat; min-height: 1026px; } } .left_block_bts { width: 240px; margin-left: 5px; margin-top: 5px; // margin-bottom: 5px; } .left_menu_li_bts { /* font-family: 'Roboto Condensed', sans-serif; */ font-size: 18px; color: black; background-color: white; cursor: pointer; } .left_menu_a_bts { color: black; } .nav-pills > li.active > a.left_menu_a_bts { color: white; background-color: @orange_color; } .nav-pills > li:hover > a.left_menu_a_bts { color: black; background-color: @gray4_color; } #sort_menu_a_bts { } .menu_max768 { @media (max-width: 767px) { display: none; } } .menu_max568 { @media (min-width: 768px) { display: none; } } .remote_book_title { font-weight: normal; } .bg-grayblock { background-color: #F0F0F0; padding: 5px; } .fancybox3 { display: inline-block; height: 220px; border: 3px solid #FFFFFF; outline: 3px solid #949494; box-shadow: 0px 0px 10px rgba(0,0,0,0.6); padding: 10px; background: #E5E5E5; margin: 7px 15px 6px 0; overflow: hidden; } /* Стили для скрипта Sortable */ body.dragging, body.dragging * { cursor: move !important; } .dragged { position: absolute; opacity: 0.5; z-index: 2000; } /* Сортировка книг в панели управления */ .remote_sortable_tbl { border-top: 0; } #remote_book_sortable_bt li { cursor: pointer; min-height: 40px; margin:3px; padding: 0.6em 0.4em 0.3em 0.4em; height:18px; background-color:#fff; border:1px solid #888; } ul#remote_book_sortable_bt li.placeholder { position: relative; list-style-type:none; margin:0; padding:0; width:100%; } ul#remote_book_sortable_bt li.placeholder:before { position: absolute; /** Define arrowhead **/ } /* closeBlock */ /* openBlock ===== #allFooter-bts ===== */ #allFooter-bts { position: fixed; left: 0; right: 0; bottom: 0; background-color: @gray3_color; height: 60px; width: 100%; margin: 0; padding: 0 10px; z-index: 15; } @media (min-width: 1281px) { #allFooter-bts { margin-left: 80px; margin-right: 80px; width: auto; } } @media (max-width: 610px), (max-height: 720px) { #allFooter-bts { position: static; } } #footer-tbl-bts { width: 100%; } /* @media (max-height: 400px) { #allFooter-bts { display: none; } } @media (max-width: 650px) { #footer-tbl-bts { zoom: 80%; } } @media (max-width: 350px) { #footer-tbl-bts { zoom: 50%; } } */ .footer-td-bts a, .footer-td-bts a:visited, .footer-td-bts a:active, .footer-td-bts a:hover { font-size: 15px; text-decoration: none; color: white; } .footer-td-bts a:hover { color: @orange_color; } #footer-td5-bts, #footer-td6-bts { font-size: 12px; color: white; } .footer-tr-bts { padding-top: 7px; padding-bottom: 5px; } #footer-td1-bts { width: 120px; } #footer-td2-bts, #footer-td3-bts { // padding-left: 8px; } #footer-td-counters { text-align: center; padding-left: 80px; padding-top: 6px; } @media (min-width: 1600px) { #footer-td-counters { padding-right: 215px; } } #footer-td4-bts, #footer-td6-bts { width: 200px; text-align: right; } @media (min-width: 1281px) { #footer-td4-bts, #footer-td6-bts { width: 360px; padding-right: 160px; } } /* @media (min-width: 1600px) { #footer-td4-bts, #footer-td6-bts { width: 600px; padding-right: 400px; } } */ @media (max-width: 717px) { #footer-td-counters { padding-right: 40px; } } @media (max-width: 642px) { #footer-td-counters { padding-right: 0; } } @media (max-width: 602px) { #allFooter-bts { height: 80px; } #allCommonBlock-bts { padding-bottom: 80px; } } #footer-bts-row { padding: 5px 10px 0 0; } #footer-bts-row a { color: white; } #footer-bts-row p { color: white; } #footer-bts-row { } #footer-col-1 { } #footer-col-2 { padding-top: 8px; text-align: center; } @media (min-width: 1281px) { #footer-col-2 { padding-right: 160px; } } #footer-col-3 { padding-right: 0; } #footer-col-3 p { text-align: right; } .footer-right { margin-right: 0; } @media (min-width: 1281px) { .footer-right { margin-right: 160px; } } #footer-row1 { } #footer-row2 { } /* closeBlock */ /* openBlock ===== Модали и прочее ===== */ .bpnf_modal_header { background-color: @gold_color; color: white; } .white_symbol { color: white; } /* closeBlock */ /* openBlock ===== Вывод информационных страниц и списков серий ===== */ #common_container { padding: 0px 0px 0px 250px; line-height: 1.2; } #common_container2 { padding: 0px 0px 0px 0px; line-height: 1.2; } @media (min-width: 1281px) { #common_container, #common_container2 { padding-right: 80px; } } .seriesframe_bts { width: auto; min-height: 680px; padding: 10px; margin: 5px 5px 10px 0px; background-color: white; opacity: 1.0; } .whiteframe_bts { width: auto; min-height: 96vh; padding: 10px; margin: 5px 5px 10px 0px; background-color: white; opacity: 1.0; } .infoframe_bts { border-style: solid; border-width: 18px; -moz-border-image: url(img/ramka.png) 18 repeat; -webkit-border-image: url(img/ramka.png) 18 repeat; -o-border-image: url(img/ramka.png) 18 repeat; border-image: url(img/ramka.png) 18 fill repeat; } .btn-gold { font-family: PT, serif; font-size: 20px; color: white; text-decoration: none; height: auto; background-color: @gold_color; background-image: url(img/serlogo.png); background-repeat: no-repeat; text-align: center; vertical-align: middle; padding: 5px; } .btn-gold a { font-family: PT, serif; font-size: 20px; color: white; text-decoration: none; } .btn-gold:hover, .btn-gold:active, .btn-gold:active:focus, .btn-gold.active:focus, .btn-gold:active.focus, .btn-gold.active.focus, .btn-gold:focus, .btn-gold:hover, .btn-gold a:hover, .btn-gold a:active, .btn-gold a:active:focus, .btn-gold.active a:focus, .btn-gold a:active.focus, .btn-gold.active.focus a, .btn-gold a:focus, .btn-gold a:hover { outline: none; } .btn-gold-bottom { padding: 5px 0px 0px 5px; height: 30px; background-color: white; color: @gray1_color; text-align: left; // margin-top: -6px; box-shadow: -2px 6px 6px 0px rgba(0, 0, 0, 0.15),2px 6px 6px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: -2px 6px 6px 0px rgba(0, 0, 0, 0.15),2px 6px 6px 0px rgba(0, 0, 0, 0.15); -webkit-box-shadow: -2px 6px 6px 0px rgba(0, 0, 0, 0.15),2px 6px 6px 0px rgba(0, 0, 0, 0.15); -khtml-box-shadow: -2px 6px 6px 0px rgba(0, 0, 0, 0.15),2px 6px 6px 0px rgba(0, 0, 0, 0.15); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } .btn-gold-bottom:hover, .btn-gold-bottom:active, .btn-gold-bottom:active:focus, .btn-gold-bottom.active:focus, .btn-gold-bottom:active.focus, .btn-gold-bottom.active.focus, .btn-gold-bottom:focus, .btn-gold-bottom:hover { color: @gray1_color; outline: none; } .series_bts { border-width: 1px; border-style: none solid; border-color: @gold_color; margin-top: 4px; padding: 20px 10px 10px 10px; } .group_legend { //.series_legend { // font-weight: bold; // color: @gold_color; font-size: 17px; } .infopage_titul { font-size: 20px; font-weight: bold; color: @orange_color; text-align: center; } .infopage_prop { font-size: 17px; margin-left: 10px; margin-right: 10px; } .infopage_text { text-indent: 1em; } /* closeBlock */ /* openBlock ===== Карточка книги ===== */ /* .tabs-left > .nav-tabs { border-bottom: 0; } */ #left_cardmenu_ul_bts { width: 244px; height: auto; margin-bottom: 5px; } .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; } .tab-content > .active, .pill-content > .active { display: block; } .tabs-left > .nav-tabs > li { float: none; // margin-right: -100px; background-color: #a2a1a2; background-image: linear-gradient(to right, #a8a9a8, #646464); } .tabs-left > .nav-tabs { float: left; // margin-right: 19px; // border-right: 1px solid #ddd; } .tabs-left > .nav-tabs { float: left; // margin-right: 19px; // border-right: 1px solid #ddd; } .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus { background-image: linear-gradient(to right, #3d3b3b, #646464); border: 1px solid transparent; } .nav-pills > li.active > a.card_menu_a_bts { background-color: white; background-image: none; color: black; margin-right: -2px; border-right-color: white; } .nav-tabs > li >a.card_menu_a_bts { line-height: 120%; } .relative-up260px { position: relative; top:-260px; } #first_emply_block { height: 20px; } .fgroup_h10 { height: 10px; } .fgroup_h30 { height: 30px; } .fgroup_h30_2 { height: 30px; } .fgroup_h50 { height: 50px; } .fgroup_h100 { height: 120px; } @media (max-width: 991px) { .fgroup_h30 { height: 90px; } .fgroup_h30_2 { height: 50px; } .fgroup_h50 { height: 120px; } } @media (max-width: 767px) { .fgroup_h30 { height: 100px; } .fgroup_h30_2 { height: 50px; } .fgroup_h50 { height: 150px; } } .my-divider { margin: 0 20px; } .relative-up660px { position: relative; top:-660px; } .finp_imagetype_head { margin: 10px 0px 5px 0px; font-weight: bold; } .finp_imagetype_select { margin-bottom: 10px; } .auto_image_class { width:auto; height:auto; max-width:100%; max-height:100%; } .bg_redcolor { background-color: #ff6666; } .bg_bluecolor { background-color: #4d79ff; } /* .card_menu_li_bts .active { background-color: white; background-image: none; } .tabs-left > .nav-tabs > li > a { // min-width: 74px; // margin-right: -5px; // margin-bottom: 3px; color: white; } .tabs-left > .nav-tabs > li > a { // margin-right: -1px; // -webkit-border-radius: 4px 0 0 4px; // -moz-border-radius: 4px 0 0 4px; // border-radius: 4px 0 0 4px; } .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus { // border-color: #eeeeee #dddddd #eeeeee #eeeeee; background-image: linear-gradient(to right, #3d3b3b, #646464); color: white; border: none; } .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus { // border-color: #ddd transparent #ddd #ddd; // *border-right-color: #ffffff; background-color: white; background-image: none; color: black; } */ /* closeBlock */ /* openBlock ===== Добавление новой книги ===== */ .kv-avatar .krajee-default.file-preview-frame,.kv-avatar .krajee-default.file-preview-frame:hover { margin: 0; padding: 0; border: none; box-shadow: none; text-align: center; } .kv-avatar { display: inline-block; } .kv-avatar .file-input { display: table-cell; width: 213px; } .kv-reqd { color: red; font-family: monospace; font-weight: normal; } .form-text-gray { color: @gray1_color; font-size: 9pt; } .form-text-white { color: white; font-size: 9pt; } .form-text-white a { color: white; text-decoration: underline; } /* closeBlock */ /* openBlock ===== Стили для вывода списка заявок ===== */ .img_group_block { margin: 50px 20px 0px 20px; padding: 10px; border: 1px solid @gray1_color; } .img_group_title { padding: 6px; margin-bottom: 6px; } .img_group_series { margin-bottom: 6px; } .tbl_zay_title { width: 70px; } .marginleftright-erase-bts { margin-left: 0px; margin-right: 0px; } /* closeBlock */ /* openBlock ===== Вывод прайсов ===== */ .addbooks_p { font-size:13px; } #my_addbooks2 { margin-top: 20px; } #h2_price { font-size: 30px; margin-bottom: 20px; font-weight: bold; color: @orange_color; text-align: center; } #h4_price { font-size: 17px; text-align: center; margin-bottom: 35px; } #all_price_lists { margin: 20px 0px 10px 0px; } @media (max-width: 375px) { #all_price_lists { zoom: 70%; } } #add_ozon_books { margin-left: 0px; margin-right: 30px; background-color: #a98039; padding-top: 0px; padding-bottom: 2px; padding-left: 19px; padding-right: 15px; } #add_ozon_books label { color: white; font-size: 14px; font-weight: 100; } a.pricelist:hover, a.pricelist:visited, a.pricelist:link, a.pricelist:active { text-decoration: none; } .price_text { font-family: 'Roboto Condensed', sans-serif; font-size: 15px; line-height: 1.4; vertical-align: top; } .panel-title-price .trigger:before { content: '\e113'; font-family: 'Glyphicons Halflings'; vertical-align: text-bottom; } .panel-title-price .trigger.collapsed:before { content: '\e114'; } #price_collapse_buttons { margin-left: 0px; margin-right: 0px; text-align: right; } #price_collapse_blocks, #price_newbooks_blocks { margin-top: 10px; margin-left: 0px; margin-right: 0px; } .help-block { color: #fff; font-size: 15px; width: 100%; white-space: pre-line; font-weight: 400; line-height: 20px; margin-top: 7px; margin-bottom: 10px; margin-left: -14px; } .price_ozon_id { width: 80px; font-family: 'Roboto Condensed', sans-serif; font-size: 15px; line-height: 1.4; vertical-align: top; } .panel-default>.panel-heading { background-color: #fff; // border-color: #ddd; color: #a98039; // border-bottom-left-radius: 11px; // border-bottom-right-radius: 11px; border-bottom: 3px solid #a98039; } .panel-pub, .panel-def-ser { border-top: none; border-left: none; border-right: none; margin-bottom: 10px; } #price_collapse_buttons .btn { padding: 6px 12px; font-size: 14px; line-height: 2; } #ruclam { // max-height: 90px; margin-left: 0px; margin-right: 0px; // border: 1px solid blue; } .breadcrumb2 { margin-bottom: 20px; // border: } .ozon_infoblock { text-align: center; margin-top: 10px; padding: 5px 0; background-color: #0083ca; } .ozon_infoblock a { color: #fff; font-weight: 400; } #heading-newbooks_block { color: #e4521f; border-bottom: 5px solid #e4521f; background-color: #f5f5f5; } #newbooks_comment { font-size: 16px; text-align: left; margin-bottom: 14px; } .price_book_line { cursor: pointer; padding-top: 5px; padding-bottom: 4px; border-bottom: 1px solid #ddd; font-family: 'Roboto Condensed', sans-serif; font-size: 15px; } .price_book_line:hover { border-top: 1px solid @gray2_color; box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2); border-bottom: 1px solid #959595; } .price_txt_1 { padding-left: 0; padding-right: 0; width: 30px; display: inline-block; } .price_text_button { margin-left: 0; padding-left: 10px; padding-right: 10px; } .price_text_button img { height: 7px; } .price_text_str { } .price_text_series { display: inline; margin-right: 10px; // font-weight: bold; color: #a98039; } .price_text_autor { display: inline; margin-right: 10px; font-weight: bold; } .price_text_titul { display: inline; margin-right: 20px; } .price_text_oldprice { display: inline; margin-right: 7px; text-decoration: line-through; } .price_text_price { display: inline; margin-right: 7px; font-weight: bold; } .price_text_percent { display: inline; margin-right: 10px; color: red; font-weight: bold; } .price_text_comment { display: inline; } .price_admin_info { display: inline; color: blue; margin-left: 10px; font-weight: bold; } .price_txt_3 { display: inline; } .price_star_btn { } .ozon_open_btn { color: #fff; background-color: #ddd; padding-top: 0px; padding-bottom: 1px; padding-left: 7px; padding-right: 7px; margin-right: 10px; border: none; } .price_book_line:hover .ozon_open_btn { background-color: #0083ca; } .ozon_open_btn:visited { // background-color: #9ed1e9; background-color: #ddd; } .price-series-list { } #price_sort_head { display: inline-block; margin-left: 0; margin-right: 0; } #price_sort_body { display: inline-block; margin-left: 0; margin-right: 0; } #price_sort_confirm { display: inline-block; margin-left: 0; margin-right: 0; } price_ozon_goods_4 { display: block; } #price_ozon_goods_3 { display: none; } #price_ozon_goods_2 { display: none; } #price_ozon_goods_1 { display: none; } @media (max-width: 1599px) { #price_ozon_goods_4 { display: none; } #price_ozon_goods_3 { display: block; } } @media (max-width: 620px) { #price_ozon_goods_2 { display: block; } #price_ozon_goods_3 { display: none; } } @media (max-width: 606px) { #price_ozon_goods_1 { display: block; } #price_ozon_goods_2 { display: none; } } .price-panel { border: none; } .price-panel-body { padding-top: 5px; padding-bottom: 0px; padding-right: 0px; padding-left: 25px; } .panel-default>.panel-heading-ser { // border-bottom-left-radius: 11px; // border-bottom-right-radius: 11px; color: #7c7c7c; // border-bottom: 3px solid #7c7c7c; border-bottom: 3px solid #dddc; } .panel-def-firstser { // margin-top: 20px; } .panel-collapse-pub { background-color: #f5f5f5; } /* closeBlock */ /* openBlock === Баннер 500 баллов */ #action500-label { margin: 0; line-height: 1.42857143; color: white; font-size: 30px; font-weight: bold; } @media (max-width: 620px) { #action500-label { line-height: 1.0; } } #action500-header { padding: 15px; border-bottom: 1px solid #e5e5e5; background-color: #005bff; } .action500-5 { font-size: 30px; font-weight: bold; color: #f91155; padding-top: 12px; } .action500-2 { padding-top: 10px; font-weight: bold; } .action500-4 { padding-top: 20px; font-weight: bold; } /* closeBlock */