/*/* style.css */

/*global*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, table { border-collapse: collapse; border-spacing: 0; }
body { background: #fff; font: 15px/1.3 "Open Sans"; position: relative; color: #000; display: flex; min-height: 100vh; flex-direction: column; }
.clearfix:after { display: table; content: ""; clear: both; }
.clear { clear: both; }
.inner-01 { max-width: 1280px; margin: 0 auto; }
strong { font-weight: bold; }
a { text-decoration: none; }
* { box-sizing: border-box; }
* :focus { outline: none; }
p:last-of-type { margin-bottom: 10px; }

/*scrollpane css*/
.jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{position:absolute;top:0;right:0;width:8px;height:100%}.jspHorizontalBar{display:none}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#e4e4e4;position:relative}.jspDrag{background:#aeaeae;position:relative;top:0;left:0;cursor:pointer}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:none}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0}

/*это удалить */
#animation { padding: 20px 0; font-size: 0; }
#animation .btn-temp { cursor: pointer; margin: 0 4px 4px 0; background: #333; color: #fff; padding: 14px 10px; line-height: 1; font-size: 15px; border: 0; width: 230px;  display: inline-block; vertical-align: top; text-align: center;  }
#animation .loading-wrap { display: inline-block; position: relative; margin: 0 4px 4px 0; }
#animation .loading-wrap .btn-temp { margin: 0; }
#animation .loading { position: relative; }
#animation .loading:after, #animation .loading-wrap:after { width: 100%; height: 100%; position: absolute; content: ""; top: 0; left: 0; z-index: 1; background: #999 url("../images/loading.svg") no-repeat 50%; cursor: default }

/*fonts*/
@font-face { font-family: 'Oswald'; src: url('../fonts/Oswald-Regular.eot'); src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Regular.woff2') format('woff2'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Oswald'; src: url('../fonts/Oswald-DemiBold.eot'); src: url('../fonts/Oswald-DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-DemiBold.woff2') format('woff2'), url('../fonts/Oswald-DemiBold.woff') format('woff'), url('../fonts/Oswald-DemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; }

/*ui-tooltip*/
body .ui-tooltip { background: #fff; border: 1px solid #ccc; padding: 10px 13px 10px 13px; z-index: 10; box-shadow: 0 3px 5px rgba(0,0,0,0.1); color: #000; border-radius: 0; }
body .ui-tooltip:before { border-bottom: 10px solid #aaa; z-index: -1; position: absolute; content: ""; top: -10px; border-left: 10px solid transparent; border-right: 10px solid transparent; }
body .ui-tooltip .ui-tooltip-content { font: 600 13px/1.3 "Open Sans"; }
body .ui-tooltip .my-content-tooltip { font: 12px/1.3 "Open Sans"; }
body .ui-tooltip .my-content-tooltip p { margin: 5px 0; }
body .ui-tooltip .my-content-tooltip a { transition: 0.4s; color: #8e1900; text-decoration: none; position: relative; }
body .ui-tooltip .my-content-tooltip a:after { transition: 0.4s; position: absolute; left: 0; width: 100%; height: 1px; background: transparent; content: ""; bottom: -2px; }
body .ui-tooltip .my-content-tooltip a:hover { color: #878787; }
body .ui-tooltip .my-content-tooltip a:hover:after { background: #878787; bottom: 0; }

.ui-tooltip .my-content-tooltip .tooltip-ul li { display: block; position: relative; }
.ui-tooltip .my-content-tooltip .tooltip-ul li.new-new { padding-left: 30px; }
.ui-tooltip .my-content-tooltip .tooltip-ul li.new-new:before { position: absolute; top: 0; left: -5px; width: 25px; height: 20px; line-height: 20px; background: #f00; color: #fff; content: "NEW"; padding: 0 2px; font-size: 9px; font-weight: bold; text-align: center; }

.ui-tooltip .my-content-tooltip .tooltip-ul .descrition { display: block; padding-top: 3px; color: #aaa; }

/*header*/
header { padding: 0 20px; }
header .inner-01 { display: flex; }
header .line-01 .left { width: calc(71.6% - 30px); display: flex; margin-right: 30px; align-items: flex-end; justify-content: space-between; }
header .line-01 .right { width: 28.4%; }
header .line-01 { padding: 15px 0 25px; }

header .line-01 .logo img { display: block; max-width: 100%; }
header .line-01 .menu { display: flex; }
header .line-01 .menu a { white-space: nowrap; margin-left: 1px; position: relative; transition: 0.4s; text-transform: uppercase; text-decoration: none; color: #000; padding: 1px 15px 0; display: block; }
header .line-01 .menu a:hover, header .line-01 .menu a.active { background: #aaa; color: #fff; }
header .line-01 .right { position: relative; display: flex; align-items: flex-end; justify-content: space-between; }
header .line-01 .name { width: calc(100% - 110px); color: #711200; line-height: 1.2; }
header .line-01 .name .line { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
header .line-01 .login { transition: 0.4s; padding: 5px 0 7px; width: 96px; text-align: center; top: 8px; position: absolute; right: 0; color: #000; border: 1px solid #000; display: block; }
header .line-01 .login:hover { background: #000; color: #fff; }

header .line-02 .left { width: calc(71.6% - 30px); display: flex; margin-right: 30px; align-items: baseline; justify-content: space-between; border-top: 1px solid #8e1900; }
header .line-02 .right { width: 28.4%; }
header .line-02 .nav { display: flex; width: 100%; }
header .line-02 .nav li { margin-top: -1px; transition: 0.4s; position: relative; flex-grow: 1; }
header .line-02 .nav li:after { transition: width 0.3s ease-in-out; width: 1px; height: 60%; top: 20%; left: 0; content: ""; background: #cacaca; position: absolute; }
header .line-02 .nav li:first-child:after, header .line-02 .nav li:hover:after, header .line-02 .nav li:hover + li:after { width: 0; transition: width 0.3s ease-in-out; }

header .line-02 .nav li.active + li:after { opacity: 0; }
header .line-02 .nav li.active { padding: 0 5px; }
header .line-02 .nav li:first-child.active { padding-left: 0; }
header .line-02 .nav li.active a { font-weight: bold; }

header .line-02 .nav li.active, header .line-02 .nav li:hover { background: #fff; }
header .line-02 .nav li.active a, header .line-02 .nav li:hover a { box-shadow: inset 0 55px 0 #f3f3f3; border-color: #8e1900; }
header .line-02 .nav li.prev:after, header .line-02 .nav li.active:after { background: transparent; }
header .line-02 .nav a { transition: 0.4s; font-size: 18px; text-transform: uppercase; text-align: center; text-decoration: none; color: #000; white-space: nowrap; padding: 15px 10px 17px; display: block; border-top: 4px solid transparent; }
header .line-02 .nav a:hover { box-shadow: inset 0 55px 0 #f3f3f3; }

header .line-02 .searchform { position: relative; display: flex; height: 44px; }
header .line-02 .searchform input[type="search"] { border: 1px solid #c5c5c5; border-right: 0; padding: 0 20px; color: #000; font: 15px/1 "Open Sans"; width: calc(100% - 44px); }
header .line-02 .searchform input[type="submit"] { transition: 0.4s; width: 44px; border: 0; background: #8e1900 url("../images/mcv-08a.png") no-repeat 50%; cursor: pointer; }
header .line-02 .searchform input[type="submit"]:hover { background: #000 url("../images/mcv-08.png") no-repeat 50%; }

header .line-03 { display: none; }

/*container*/
.container { padding: 30px 20px 40px; background: #f3f3f3; flex: 1; }
.container .inner-01 { display: flex; flex-wrap: wrap; }
.container-left { width: calc(71.6% - 30px); margin-right: 30px; display: flex; flex-wrap: wrap; align-content: baseline; align-items: baseline; }
.container-right { width: 28.4%; }
.container-full { width: calc(100% - 1px); }

/*table-01*/
.table-01-top.no-export { justify-content: flex-end; }
.table-01-top { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.table-01-top .export { transition: 0.4s; background: #000; color: #fff; font-size: 13px; line-height: 1; padding: 15px; text-transform: uppercase; display: inline-block; vertical-align: middle; }
.table-01-top .export:hover { background: #8e1900; }

.table-01-top .left { display: flex; justify-content: space-between; align-items: center; }
.table-01-top .info { margin: 0 10px 0 20px; line-height: 1.1; font-size: 17px; }
.table-01-top .info strong { display: block; }

.table-01-top .nav { display: flex; align-items: center; }
.table-01-top .nav a { transition: 0.4s; font-size: 15px; line-height: 1; text-transform: uppercase; }
.table-01-top .nav .prev-next { color: #fff; padding: 14px 5px; background: #8e1900; min-width: 112px; text-align: center; white-space: nowrap; }
.table-01-top .nav .prev-next:hover { background: #000; }
.table-01-top .nav .prev-next.prev { margin-right: 1px; }
.table-01-top .nav .prev-next.disabled { background: #b9b9b9; cursor: default; }
.table-01-top .nav .prev-next-arrow:hover { color: #000; }
.table-01-top .nav .prev-next-arrow:hover span { background: #000; }
.table-01-top .nav .prev-next-arrow:hover:after { border-color: #000; }
.table-01-top .nav .prev-next-arrow.disabled { color: #b9b9b9; cursor: default; }
.table-01-top .nav .prev-next-arrow.disabled span { background: #b9b9b9; }
.table-01-top .nav .prev-next-arrow.disabled:after { border-color: #b9b9b9; }
.table-01-top .nav .prev-next-arrow { color: #8e1900; position: relative; display: flex; align-items: center; }
.table-01-top .nav .prev-next-arrow span { width: 3px; height: 3px; background: #8e1900; display: block; }
.table-01-top .nav .prev-next-arrow:after { transition: 0.4s; position: absolute; top: 0; margin-top: 2px; content: ""; border: solid #8e1900; border-width: 2px 2px 0 0; width: 9px; height: 9px; }
.table-01-top .nav .prev-next-arrow.prev { padding: 0 15px 0 10px; }
.table-01-top .nav .prev-next-arrow.prev span { margin-right: 2px; }
.table-01-top .nav .prev-next-arrow.prev span:last-child { margin-right: 10px; }
.table-01-top .nav .prev-next-arrow.prev:after { left: 3px; transform: rotate(-135deg); }
.table-01-top .nav .prev-next-arrow.next { padding: 0 10px 0 15px; }
.table-01-top .nav .prev-next-arrow.next span { margin-left: 2px; }
.table-01-top .nav .prev-next-arrow.next span:first-child { margin-left: 10px; }
.table-01-top .nav .prev-next-arrow.next:after { right: 3px; transform: rotate(45deg); }

.table-01-wrap { overflow-x: auto; box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-bottom: 30px; width: 100%; }

.table-01 { border: 1px solid #dedede; background: #fff; border-collapse: separate; width: 100%; }

.table-01 th { border-top: 1px solid #fff; border-bottom: 3px solid #878787; position: relative; background: #f8f8f8; font: 18px/1.2 Oswald; text-transform: uppercase; text-align: left; padding: 25px 12px; vertical-align: middle; }
.table-01 th:after { position: absolute; top: 10%; right: 0; width: 1px; height: 80%; content: ""; background: #d3d3d3; }
.table-01 th:last-child:after { display: none; }

.table-01 .th-sort { transition: 0.4s; position: relative; padding: 25px 30px 25px 12px; }
.table-01 .th-sort:hover { cursor: pointer; color: #8e1900; }
.table-01 .th-sort.sort { color: #8e1900; }

.table-01 .th-sort.arrow { background: #f8f8f8 url("../images/mcv-04.png") no-repeat top 50% right 12px; }

.table-01 .th-sort.arrow.asc { background-image: url("../images/mcv-06.png"); }
.table-01 .th-sort.arrow.desc { background-image: url("../images/mcv-05.png"); }

.table-01 tr:nth-child(even) td { background: #f3f3f3; }
.table-01 tr:hover td { background: #e8f5ff !important; border-color: #e8f5ff; }

.table-01 td { transition: 0.4s; padding: 15px 12px 15px; vertical-align: top; font-size: 14px; color: #000; border-right: 1px solid #e1e1e1; }
.table-01 td:last-child, .table-01 .td-border-r-no { border-right: 0; }
.table-01 .td-border-l-no { border-left: 0; }

.table-01 .td-shadow-r { background: url("../images/mcv-03.png") repeat-y top right; }
.table-01 tr:nth-child(even) .td-shadow-r { background: #f3f3f3 url("../images/mcv-03.png") repeat-y top right; }
.table-01 .td-shadow-l { background: url("../images/mcv-03a.png") repeat-y top left; }
.table-01 tr:nth-child(even) .td-shadow-l { background: #f3f3f3 url("../images/mcv-03a.png") repeat-y top left; }

.table-01 .td-company { border-right: 0; }
.table-01 .td-company a { transition: 0.4s; color: #8e1900; position: relative; display: block; }
.table-01 .td-company a:after { transition: 0.4s; width: 0; height: 2px; content: ""; position: absolute; background: transparent; bottom: -4px; left: 0; }
.table-01 .td-company a:hover { color: #000; }
.table-01 .td-company a:hover:after { background: #000; width: 100%; }
.table-01 .td-company a strong { font-size: 18px; font-weight: bold; text-transform: uppercase; margin-top: -6px; }

.table-01 .td-file { white-space: nowrap; }
.table-01 .td-file .file { transition: 0.4s; width: 32px; height: 32px; display: inline-block; vertical-align: top; margin-top: 3px; }
.table-01 .td-file .file:hover { border-radius: 100%; }
.table-01 .td-file .file-html { background: url("../images/mcv-02.png") no-repeat 50%; }
.table-01 .td-file .file-pdf { background: url("../images/mcv-01.png") no-repeat 50%; }

.table-01 .td-rank { white-space: nowrap; font-size: 0; background: #fafafa; }
.table-01 tr:nth-child(even) .td-rank { background: #efefef; }
.table-01 .td-rank img { display: inline-block; }
.table-01 .td-rank .up-down { z-index: 0; position: relative; width: 18px; height: 9px; display: inline-block; vertical-align: top; margin-top: 6px; }
.table-01 .td-rank .up-down:after { z-index: -1; position: absolute; content: ""; left: 0; top: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; }
.table-01 .td-rank .up:after { border-bottom: 9px solid #1b943f; }
.table-01 .td-rank .down:after { border-bottom: 9px solid #c4171c; transform: rotate(180deg); }

.table-01 .td-delete { vertical-align: middle; text-align: center; }
.table-01 .td-delete a { transition: 0.4s; position: relative; display: inline-block; width: 16px; height: 16px; }
.table-01 .td-delete a:after, .table-01 .td-delete a:before { transition: 0.4s; background: #878787; content: ""; width: 20px; height: 2px; position: absolute; left: -2px; top: 7px; }
.table-01 .td-delete a:after { transform: rotate(45deg); }
.table-01 .td-delete a:before {transform: rotate(-45deg); }
.table-01 .td-delete a:hover:after, .table-01 .td-delete a:hover:before { background: #8e1900; }
.table-01 tr.td-delete-hover td { background: #f9dadb !important; border-color: #f9dadb; }

.td-result-no { text-align: center; background: #459ad3 !important; color: #fff; font: 18px/1.2 Oswald; margin-bottom: 30px; padding: 13px; width: 100%; }

.table-01 .th-td-check { text-align: center; vertical-align: middle; position: relative; }
.table-01 .th-td-check label.input { top: 3px; }

.table-01 .th-td-check label { padding: 0; width: 18px; height: 18px; position: relative; top: 3px; }
input[type="radio"], input[type="checkbox"] { top: 0; left: 0; bottom: 0; margin: 0; position: absolute; visibility: hidden; }
label { transition: 0.4s; z-index: 22; display: inline-block; height: inherit; cursor: pointer; position: relative; line-height: inherit; padding-left: 25px;  }
label:hover { color: #8e1900; }
label:before { transition: 0.4s; top: 0; bottom: 0; left: 0; content: ""; position: absolute;
  background: white url('../images/chek-future-none.svg') no-repeat center / 18px; width: 18px; height: 18px; vertical-align: middle; box-shadow: inset 0 0 0 1px #c5c5c5; }
label:hover:before { box-shadow: inset 0 0 0 1px #8e1900; background: white url('../images/chek-future-hover.svg') no-repeat center / 18px ; width: 18px; height: 18px; vertical-align: middle; }
input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before { background: white url('../images/chek-future-cheked.svg') no-repeat center / 18px; width: 18px; height: 18px; vertical-align: middle; }

/*sidebar*/
.report-filter { background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-bottom: 30px; }
.report-filter.report-filter-center { width: 100%; display: none;}
.aside-news-header { background: #cacaca; position: relative; display: flex; justify-content: space-between; height: 49.8px; align-items: stretch; }
.aheader-title { padding: 0 10px 0 30px; font-size: 18px; color: #000; line-height: 1.1; align-self: center; }
.aheader-title p { margin-bottom: 0; }
.aheader-title-sub { font-weight: bold; line-height: 1.1; font-size: 16px; position: relative; padding: 15px 30px 15px 55px; }
.aheader-title-sub:after { content: ""; position: absolute; width: calc(100% - 22px); height: 1px; background: #000; left: 0; bottom: 0; }
.aheader-title-sub:before { content: ""; position: absolute; width: 10px; height: 10px; left: 30px; top: 14px; border: solid #8e1900; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.request-report { cursor: pointer; background: #000; transition: 0.4s; font-size: 13px; line-height: 1; padding: 14px 15px; text-transform: uppercase; display: flex; align-items: center; }
.request-report:hover { background: #797979; }
.request-info { color: #fff; }

.form { margin: 0 auto; padding: 20px 0 0; width: calc(100% - 60px); }
.input-box { margin-bottom: 10px; position: relative; width: 100%; }

input[type="text"], input[type="search"], input[type="password"], textarea { transition: 0.4s; border: 1px solid #c5c5c5; padding: 9px 10px; color: #000; font: 15px/1.3 "Open Sans"; width: 100%; }
input[type="text"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="text"]:focus, input[type="search"]:focus, select:hover, textarea:hover, textarea:focus { border-color: #8e1900; }
select { transition: 0.4s; border: 1px solid #c5c5c5; padding: 8px 25px 8px 7px; color: #000; font: 15px/1.3 "Open Sans"; width: 100%; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url("../images/mcv-09.png") no-repeat right 5px top 55%; }
select:hover { background: #fff url("../images/mcv-09a.png") no-repeat right 5px top 55%;  }

#request input[type="text"], #requestCenter input[type="text"], #request textarea, #requestCenter textarea, .form-share-popup input[type="text"] {
	border: 0;
	margin-bottom: 10px;
}

.window-request-report, .form-share-popup { transition: 0.4s; display: none; position: absolute; right: 0; top: 100%; width: 100%; background: #000; padding: 20px 30px 30px; z-index: 80; }
.window-request-report.opened, .form-share-popup.form-share-open  { display: block; }

.form-share-title { margin-bottom: 24px }

#request textarea, #requestCenter textarea {
	height: 100px;
}
.request-form-assist { color: #fff; display: flex; flex-wrap: wrap; }
#request label, #requestCenter label {
	font-size: 14px;
	width: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 9px;
}
#request input[type="radio"], #requestCenter input[type="radio"] {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}
.btn-submit-request, .form-share-popup input[type="submit"] { background: #8e1900; color: #fff; transition: 0.4s; border: 0; width: 100%; font: 15px/1 "Open Sans"; padding: 14px; cursor: pointer; text-transform: uppercase; }
.btn-submit-request:hover, .form-share-popup input[type="submit"]:hover { background: #797979; }

.center { padding-top: 10px; display: flex; flex-wrap: wrap; }
.report-filter .center ul { width: calc(50% - 5px); }

.report-filter ul:first-child { margin-right: 10px; }
.report-filter ul:last-child { margin-right: 0; }

.report-filter ul li { margin-bottom: 10px; display: block; cursor: pointer; line-height: 1.2; position: relative; text-overflow: ellipsis; }
.bolder-please { text-transform: uppercase; }


.report-filter .bottom { width: calc(100% + 60px); margin: 0 -30px; padding: 20px 30px; background: #f7f7f7; display: flex; justify-content: center; }
.report-filter .bottom .apply-filter { width: 55%; max-width: 167px; }
.report-filter .bottom .reset-filter { width: calc(45% - 10px); max-width: 127px; }

.apply-filter, .reset-filter { cursor: pointer; transition: 0.4s; font: 15px/1 "Open Sans"; text-transform: uppercase; padding: 13px 10px; text-align: center; }

.apply-filter { background: #8e1900; color: #fff; border: 1px solid #8e1900; }
.apply-filter:hover { background: #000; border-color: #000; }

.reset-filter { border: 1px solid #8e1900; color: #8e1900; margin-left: 10px; }
.reset-filter:hover { background: #797979; border-color: #797979; color: #fff;  }

.aside-news-header .all-news a { transition: 0.4s; position: relative; display: flex; align-items: center; height: 100%; padding: 14px 13px; color: #000; text-transform: uppercase; }
.aside-news-header .all-news a:after { transition: 0.4s; position: absolute; height: 70%; top: 15%; left: 0; width: 1px; background: #fff; content: ""; }
.aside-news-header .all-news a:hover { background: #797979; color: #fff; }
.aside-news-header .all-news a:hover:after { background: transparent; }

.aside-news-block { background: #fafafa; box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-bottom: 30px; overflow: hidden; }
.aside-news-block .scroll-pane, .aside-news-block .jspContainer { width: 100% !important; }
.aside-news-block .jspPane { padding-bottom: 0 !important; width: calc(100% - 8px) !important; }
.aside-news-block .jspDrag { background: #8e1900; }
.aside-news-block .jspTrack { background: #fafafa; border-right: 1px solid #8e1900; }

.analys-aside-news .scroll-pane-01 { height: 550px; }
.analys-aside-news .scroll-pane-02 { height: 650px; }
.analys-aside-news .scroll-pane-03 { height: 270px; }

.aside-shortnews { padding: 16px 22px 0 30px; }
.aside-shortnews h1 { font-size: 16px; font-weight: normal; margin-bottom: 7px; }
.aside-shortnews h1 strong { font-weight: bold; text-transform: uppercase; }
.aside-shortnews h1 a { color: #8e1900; display: inline-block; position: relative; }
.aside-shortnews h1 a:hover { color: #000; }
.aside-shortnews h1 a:after { transition: 0.4s; width: 0; height: 2px; content: ""; position: absolute; background: transparent; bottom: -4px; left: 0; }
.aside-shortnews h1 a:hover:after { background: #000; width: 100%; }
.aside-shortnews p { border-bottom: 1px dotted #999; padding: 0 0 20px; }
.aside-shortnews p:last-of-type { margin-bottom: 0; }
.aside-shortnews-hide .aside-shortnews:last-of-type p { border-bottom: 0; }

.border-b-no { border-bottom: 0 !important; }
.border-b-no:after { display: none; }

.aside-news-block.var-01 .blk-01 { display: flex; border-bottom: 1px dotted #999; padding-bottom: 10px; justify-content: space-between; }
.aside-news-block.var-01 .blk-01 .left { padding: 0 5px 0 0; width: calc(100% - 81px); }
.aside-news-block.var-01 h1 { font-size: 18px; font-weight: bold; line-height: 1.2; margin-bottom: 0; }
.aside-news-block.var-01 .blk-01 .ceo-logo img { width: 81px; height: 81px; display: block }

.ceo-change { font-size: 16px; font-weight: 600; color: #434348; margin-top: 10px; padding-left: 15px; line-height: 1; position: relative; }
.ceo-change:before { content: ""; position: absolute; width: 11px; height: 11px; background: #277e3a; left: 0; top: 3px; }

.aside-news-block.var-01 .blk-02 { padding: 10px 0 0; font-size: 14px; text-transform: uppercase; }
.aside-news-block.var-01 .blk-02 .t-01 { display: inline-block; vertical-align: top; width: 100px; font-weight: 300; padding-top: 3px; }
.aside-news-block.var-01 .blk-02 .t-02 { display: inline-block; vertical-align: top; color: #8e1900; padding-top: 3px; }

.description { padding: 7px 0 20px; position: relative; }
.description:after { content: ""; position: absolute; width: calc(100% + 30px); height: 1px; background: #000; left: -30px; bottom: 0; }
.aside-shortnews:last-of-type .description:after { display: none; }

.aside-news-block.var-01 .aside-shortnews { padding: 16px 22px 0 30px;  }

/*screening*/
.static-tabs { width: 100%; display: flex; border-bottom: 1px solid #8e1900; margin-bottom: 30px; }
.static-tabs a { position: relative; transition: 0.4s; background: #e7e7e7; padding: 15px 29px; line-height: 1; font-size: 18px; border: solid transparent; border-width: 1px 0 1px 0; border-bottom: 1px solid #8e1900; margin-bottom: -1px; color: #333; }
.static-tabs a:after { position: absolute; top: 0; right: -1px; height: calc(100% - 1px); width: 1px; content: ""; background: #f3f3f3; z-index: 1; }
.static-tabs a:last-child:after, .static-tabs a.active-tab:after { display: none; }
.static-tabs a:hover { color: #fff; box-shadow: inset 0 -54px #8e1900;  }
.static-tabs a.active-tab { position: relative; z-index: 2; background-color: #f3f3f3; border-color: #8e1900; border-width: 1px 1px 0 1px; border-bottom: #f3f3f3; }
.static-tabs a.active-tab:hover { box-shadow: none; color: #000; }

.filters-01 { margin-bottom: 30px; box-shadow: 0 0 10px rgba(0,0,0,0.1); width: 100%; }
.filters-01 .report-filter { margin: 0; box-shadow: none; background: transparent; }

.option-interest .selsect { margin-right: 10px; }
.option-interest .selsect:last-child { margin-right: 0; }
.option-interest .selsect:nth-child(1) { width: 50%; }
.option-interest .selsect:nth-child(2) { width: 30%; }
.option-interest .selsect:nth-child(3) { width: 20%; }


.filters-01-block-01 { background: #fff; border: solid #dedede; border-width: 0 1px 0 1px; padding: 30px 30px 20px; display: flex; }
.filters-01-block-01 .col-01 { width: 55%; display: flex; margin-right: 40px; position: relative;  }
.filters-01-block-01 .col-01:after { background: #8e1900; width: 100%; bottom: 18px; left: 0; height: 1px; content: ""; position: absolute; }
.filters-01-block-01 .col-01 ul { width: 50%; }
.filters-01-block-01 .col-02 { width: 45%; display: flex; flex-wrap: wrap; }
.filters-01-block-01 .col-02 .input-box { width: 100%; }
.filters-01-block-01 .col-02 .input-box.location { width: 64%; margin-right: 10px; }
.filters-01-block-01 .col-02 .input-box.size { width: calc(36% - 10px); }
.filters-01-block-01 .col-02 .ul-01 { display: flex; width: 100%; }
.filters-01-block-01 .col-02 .ul-01 li { width: calc(50% - 5px); }
.filters-01-block-01 .col-02 ul li:first-child { margin-right: 10px; }
.filters-01-block-01 .col-02 ul li:last-child { margin-right: 0; }

.filters-01-block-01.bottom-filter-screening { padding: 0 30px 20px; }
.filters-01-block-01.bottom-filter-screening .col-01:after { display: none; }
.filters-01-block-01.bottom-filter-screening legend { margin-bottom: 10px; text-transform: uppercase; color: #8e1900;  }
.filters-01-block-01.bottom-filter-screening legend b { font-weight: 600; line-height: 1.2; }
.filters-01-block-01 .bottom-right-filter { width: 100%; }

.filters-01-header { transition: 0.4s; background: #8e1900; padding: 15px 30px; display: flex; justify-content: space-between; align-items: center; position: relative; }
.filters-01-header h1 { color: #fff; font-size: 18px; font-weight: normal; }

.spoiler-01 { cursor: pointer; display: flex; justify-content: space-between; align-items: center; position: relative; }
.spoiler-01:hover { background: #797979; }
.hide-blk { color: #fff; text-transform: uppercase; font-size: 13px; line-height: 1; position: relative; padding-right: 24px; transition: 0.4s; }
.hide-blk:after { content: ""; border: solid rgba(255,255,255,0.7); border-width: 3px 3px 0 0; transform: rotate(135deg); position: absolute; top: 50%; right: -7px;  width: 14px; height: 14px; margin-top: -13px; }
.spoiler-01:hover .hide-blk:after { border-color: #fff; }
.spoiler-01.active .hide-blk:after { transform: rotate(-45deg); margin-top: -3px; }

.begin-filter { padding: 15px 30px; background: #f7f7f7; display: flex; justify-content: center; border: solid #dedede; border-width: 0 1px 1px 1px; }
.begin-filter .apply-filter { width: 167px; }
.begin-filter .reset-filter { width: 127px; }

.file-block { margin-bottom: 10px; }
.file-block-wrap { display: flex; align-items: baseline; flex-wrap: wrap; overflow: hidden; flex: auto; }
.file-block-wrap .t-01 { margin-right: 10px; white-space: nowrap; }

.file-block { font-size: 13px; color: #8e1900; padding-left: 110px; width: calc(100% - 70px); position: relative; }
.file-block label { display: flex; align-items: center; min-height: 27px; padding: 0; position: static; }

.file-block input[type="file"] { position: absolute; z-index: -1; opacity: 0; left: 0; top: 0; width: 100px; height: 27px; }
.file-block .file { line-height: 24px; color: #212121; font-size: 13px; transition: 0.4s; position: absolute; top: 0; left: 0; text-align: center; width: 100px; height: 27px; border: 1px solid #a5a5a5; background: #eee; cursor: pointer; }
.file-block .file:hover { color: #fff; background: #8e1900 !important; border-color: #8e1900; }
.file-block .file:hover { background: #eee; }
.file-block .file-return { word-wrap: break-word; line-height: 1; }
.file-block .file-here { color: #11b530; }

.error-01 { color: #f00; font-size: 13px; padding: 10px 0; width: 100%; }

.import-01 { padding: 60px 30px 20px; background: #f7f7f7; border: solid #dedede; border-width: 0 1px 1px 1px; position: relative; display: flex; align-items: center; justify-content: center; }
.import-01 a { transition: 0.4s; color: #8e1900; position: relative; }
.import-01 a:hover { color: #000; }
.import-01 a:after { transition: 0.4s; opacity: 0; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; height: 1px; width: 0; content: ""; background: #000; }
.import-01 a:hover:after { width: 100%; opacity: 1; }
.import-01:after { position: absolute; width: calc(100% - 60px); height: 1px; content: ""; background: #dedede; left: 30px; top: 30px; }
.import-01 .t-01 { font-size: 16px; position: absolute; width: 270px; top: 19px; z-index: 1; background: #f7f7f7; text-align: center; left: 0; right: 0; margin: 0 auto; color: #707070; }
.import-01 .t-02 { margin: 0 30px 10px 0; position: relative; padding-left: 14px; line-height: 1.2; }
.import-01 .t-02:after {  position: absolute; left: 0; top: 7px; height: 6px; width: 6px; content: ""; background: #8e1900; }
.import-01 .t-02:last-child { margin-right: 0; }

.succes-01-header { background: #11b530; }
.succes-01-block-01 .t-01 {  flex-grow: 1; margin: 0 30px 10px 0; }
.succes-01-block-01 .t-01:last-child { margin-right: 0; }
.succes-01-block-01 a { transition: 0.4s; color: #8e1900; position: relative; }
.succes-01-block-01 a:hover { color: #000; }
.succes-01-block-01 a:after { transition: 0.4s; opacity: 0; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; height: 1px; width: 0; content: ""; background: #000; }
.succes-01-block-01 a:hover:after { width: 100%; opacity: 1; }

/*dashboard*/
.top-block { margin-bottom: 30px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); width: 100%; }
.block-header { transition: 0.4s; background: #8e1900; display: flex; justify-content: space-between; position: relative; }
.block-title { color: #fff; font-size: 18px; padding: 15px 10px 15px 30px; line-height: 1.1; }
.block-title p { margin: 0; }
.block-header .input-box { margin: 0 6px 0 auto; width: 28%; align-self: center; }
.block-header .input-box select { border-color: #fff; }

.block-details { position: relative; cursor: pointer; background: #000; transition: 0.4s; font-size: 13px; line-height: 1; padding: 15px 30px 15px 15px; text-transform: uppercase; display: flex; align-items: center; }
.block-details:after { transition: 0.4s; content: ""; border: solid rgba(255,255,255,0.7); border-width: 2px 2px 0 0; transform: rotate(45deg); position: absolute; top: 50%; right: 15px; width: 7px; height: 7px; margin-top: -4px; }
.block-details a { color: #fff; }
.block-details:hover { background: #797979; }
.block-details:hover:after { border-color: #fff; }

.news-review { background: #fff; border: solid #dedede; border-width: 0 1px 1px 1px; padding: 30px; }

.news { padding: 10px 0 0 20px; position: relative; }
.news:after { content: ""; border: solid rgba(0,0,0,0.3); border-width: 2px 2px 0 0; transform: rotate(45deg); position: absolute; top: 16px; left: -5px; width: 9px; height: 9px; }
.news p { border-bottom: 1px dotted #999; padding: 0 0 12px; }
.news:first-child { margin-top: -12px; }
.news:last-child p { border: 0; padding: 0; }

.showme-link { font-size: 20px; line-height: 1.1; font-weight: normal; margin-bottom: 7px; color: #8e1900; display: inline-block; position: relative; }
.showme-link strong { font-weight: bold; text-transform: uppercase; }
.showme-link:hover { color: #000; }
.showme-link:after { transition: 0.4s; width: 0; height: 2px; content: ""; position: absolute; background: transparent; bottom: -4px; left: 0; }
.showme-link:hover:after { background: #000; width: 100%; }

.team-summary, .ceo-summary { width: calc(50% - 15px); box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-bottom: 30px; background: #fff; }
.team-summary { margin-right: 30px; }

.title-summary { transition: 0.4s; background: #8e1900; display: flex; justify-content: space-between; position: relative; line-height: 1.1; }
.title-summary h1 { color: #fff; font-size: 18px; padding: 15px 10px 15px 30px; font-weight: normal; }

.help { transition: 0.4s; margin: 0 0 0 auto; background: url("../images/mcv-07.png") no-repeat 50%; width: 43px; position: relative; }
.help:after { transition: 0.4s; width: 1px; height: 60%; top: 20%; left: 0; position: absolute; content: ""; background: rgba(255,255,255,0.2); }
.help:hover { background-color: rgba(255,255,255,0.1); color: #fff; }
.help:hover:after { background: transparent; }

.full-profile { position: relative; cursor: pointer; background: #000; transition: 0.4s; font-size: 13px; line-height: 1; padding: 15px 30px 15px 15px; text-transform: uppercase; display: flex; align-items: center; }
.full-profile:after { transition: 0.4s; content: ""; border: solid rgba(255,255,255,0.7); border-width: 2px 2px 0 0; transform: rotate(45deg); position: absolute; top: 50%; right: 15px; width: 7px; height: 7px; margin-top: -4px; }
.full-profile a { color: #fff; }
.full-profile:hover { background: #797979; }
.full-profile:hover:after { border-color: #fff; }

.summary-h1 { padding: 20px 30px; display: flex; position: relative; margin-bottom: 30px; }
.summary-h1:after { border-bottom: 1px dotted #999; position: absolute; left: 30px; height: 0; width: calc(100% - 60px); content: ""; bottom: 0; }
.corp-name { width: 100%; }
.corp-name h1 { font-size: 21px; line-height: 1.1; font-weight: bold; color: #8e1900; margin-bottom: 20px; }
.corp-name p { font-size: 15px; margin-bottom: 4px; line-height: 1.2; }
.corp-name p:last-child { margin-bottom: 0; }
.summary-logo { float: right; margin: 0 0 5px 10px; width: 81px; }
.summary-logo img { max-width: 100%; }

.corp-img { float: left; margin: 0 10px 7px 2px; }

.bus-description h1 { font-size: 16px; font-weight: bold; color: #8e1900; margin-bottom: 10px; }

.bus-description { padding: 0 30px 15px; position: relative; margin-bottom: 30px; }
.bus-description:after { border-bottom: 1px dotted #999; position: absolute; left: 30px; height: 0; width: calc(100% - 60px); content: ""; bottom: 0; }

.ceo-bio-read { position: relative; }
.go-more { transition: 0.4s; position: absolute; right: 0; bottom: -19px; padding: 0 0 0 5px; background: #fff; z-index: 1; font-size: 12px; line-height: 1; cursor: pointer; color: #8e1900; }
.go-more:hover { color: #000; }

.open-div { position: relative; transition: 0.4s; }

.hide-content { display: none; transition: 0.4s; }
.hide-content.active { display: inline; }

.ellipsis.active { display: none; }

.recent-report { padding: 0 30px; margin-bottom: 30px; }
.recent-report span { font-size: 16px; font-weight: bold; color: #8e1900; margin-bottom: 10px; display: block; }
.recent-report a { color: #000; border-bottom: 1px solid #000; }
.recent-report a:hover { color: #8e1900; border-bottom: 1px solid #8e1900; }


.chartpadding { padding: 0 30px; margin-bottom: 30px; }
.chartpadding iframe { width: 100%; display: block; }

.sector { display: flex; line-height: 1.1; justify-content: space-between; width: 100%; background: #f6f6f6; padding: 10px 30px; margin-bottom: 30px; font-size: 12px; }

.sector .left { flex-grow: 1; border-right: 1px solid #cecece; width: calc(100% - 210px); padding-right: 5px; }
.show-some-stat { flex-grow: 1; width: 82px; background: url(../images/circle1.png) no-repeat 100% 50%; margin-left: 5px; min-height: 40px; display: flex; flex-direction: column; justify-content: center; }
.show-some-stat.cashpay { width: 96px; background: url(../images/circle3.png) no-repeat 100% 50%;  }

.sectordescription { padding: 0 30px; margin-bottom: 30px; }

.comparison { padding: 0 30px 15px; position: relative; margin-bottom: 30px; }

.red-heads { font-size: 16px; font-weight: bold; color: #8e1900; margin-bottom: 10px; }
.current-comp, .yearcomp { margin-bottom: 30px; display: block; }

.tab-comprassion { width: 100%; font-size: 14px; }
.tab-comprassion thead th { font-weight: normal; }

.tab-comprassion th, .tab-comprassion td { padding: 9px; text-align: right; border-bottom: 1px solid #c0c0c0; vertical-align: top; }
.tab-comprassion td:not(:first-child){ font: 16px/1 Oswald; }

.tab-comprassion.restyled tr:last-child td { border-bottom: 1px solid #8e1900; }
.tab-comprassion tfoot th { font: 600 16px/1 Oswald; text-transform: uppercase; border-bottom: 1px solid #8e1900; }

.tab-comprassion .shadow-r { background: url("../images/mcv-03.png") repeat-y top right; }
.tab-comprassion .shadow-l { background: url("../images/mcv-03a.png") repeat-y top left; }

.tab-comprassion .th-b-t-01 { border-top: 1px solid #c0c0c0; }
.tab-comprassion .th-b-t-02 { border-top: 3px solid #000; }
.tab-comprassion .th-b-t-03 { border-top: 3px solid #8e1900; }
.tab-comprassion .bg-01 { background: #f9f9f9; }
.tab-comprassion .clr-01 { color: #8e1900; }
.tab-comprassion .border-r { border-right: 2px solid #fff; }
.tab-comprassion thead th.border-r { border-right: 3px solid #fff; }

.tab-comprassion tbody tr:hover td { background: #e8f5ff !important; }
.tab-comprassion tbody tr:hover .border-r { border-right: 2px solid #e8f5ff; }

.team-sum-01 { width: 100%; box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-bottom: 30px; background: #fff; }
.team-sum-01 .team-comprensation.red-heads { display: none; }

.compensation-hat { transition: 0.4s; background: #8e1900; display: flex; justify-content: space-between; position: relative; line-height: 1.1; }
.name-compensation h1 { color: #fff; font-size: 18px; padding: 15px 10px 15px 30px; font-weight: normal; }

.avgtext { margin-left: auto; color: #fff; align-items: center; display: flex; }
.avgtext span { margin-right: 20px; }

.img-compensation-hat { align-items: center; display: flex; padding: 0 10px; background: #f6f6f6; }
.img-compensation-hat img { max-height: 40px; }

.team-comprensation-under { width: 100%; background: #f6f6f6; padding: 20px 30px; margin-bottom: 30px; display: flex; flex-wrap: wrap; align-items: center; }
.team-comprensation-under .p15.f12 { margin-bottom: 20px; width: 100%; font-size: 14px; }
.bubblefilter { align-items: center; font-size: 13px; display: flex; }
.bubblefilter .sys-c-size { width: 100px; }

.fol { display: flex; flex-wrap: nowrap; align-items: center; padding-right: 10px; }
.fol-01 span, .fol-02 span  { margin-right: 5px; }
.fol-04 { padding-right: 0; }

.team-comprensation-under .input-box { margin: 0; }

.add-company { width: 100%; }
.add-company input[type="search"] { background: #fff url(../images/greysearch.png) no-repeat top 50% right 5px; padding-right: 30px; }

.sector-01 { display: flex; justify-content: center; background: #f6f6f6; font-size: 12px; }

footer { padding: 0 20px; background: #f3f3f3; font-size: 14px; color: #979797; }
footer .inner-01 { border-top: 1px solid #878787; padding: 35px 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e1e1e1; flex-wrap: wrap; }
footer .logo-footer { max-width: 200px; height: auto; }
footer .logo-footer img { width: 100%; display: block; }
footer .privacy { padding-left: 75px; color: #e1e1e1; }
footer .privacy a { color: #8e1900; position: relative; }
footer .privacy a:hover { color: #000; }
footer .privacy a:after { transition: 0.4s; opacity: 0; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; height: 1px; width: 0; content: ""; background: #000; }
footer .privacy a:hover:after { width: 100%; opacity: 1; }
footer .email { color: #000; }
footer .email .wjik { width: 20px; display: inline-block; }
footer .copy { color: #979797; padding: 30px 0 35px; text-align: center; }

/*login, forgotpassword, contactus, help*/
.block-01 { box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-bottom: 30px; background: #fff; }
.block-01-50 { width: calc(50% - 15px); margin-right: 30px; }
.block-01-50:nth-child(2n+2) { margin-right: 0; }

.block-01-50 p { margin-bottom: 10px; }

.block-01-header { transition: 0.4s; font-weight: normal; background: #8e1900; color: #fff; display: flex; justify-content: space-between; position: relative; font-size: 18px; padding: 15px 30px; }

.block-01-blk-01 { line-height: 1.5; background: #fff; border: solid #dedede; border-width: 0 1px 1px 1px; padding: 30px 30px 20px; display: flex; flex-wrap: wrap; }

.block-01-blk-01 .desc { padding-top: 10px; border-top: 1px solid #c5c5c5; font-size: 13px; line-height: 1.6; color: #333; }
.block-01-blk-01 a { transition: 0.4s; color: #8e1900; border-bottom: 1px solid #8e1900; }
.block-01-blk-01 a:hover { color: #000; border-color: transparent; }

.block-01-blk-01-btm-01 { margin-top: -1px; padding: 15px 30px; background: #f7f7f7; display: flex; justify-content: space-between; align-items: center; border: solid #dedede; border-width: 0 1px 1px 1px; }

.btn-01 { min-width: 170px; cursor: pointer; transition: 0.4s; font: 15px/1 "Open Sans"; text-transform: uppercase; padding: 14px 40px; text-align: center; color: #fff; border: 0; }
.btn-01 + .btn-01 { margin-left: 10px; }
.btn-01:hover { background: #000; }
.btn-01-var-01 { background: #8e1900; }
.btn-01-var-02 { background: #797979; }

.accordion { border: 1px solid #dedede; margin-bottom: 10px; width: 100%; }
.accordion .title-wrap { transition: all .2s; cursor: pointer; padding: 13px 55px 12px 25px; position: relative }
.accordion .title-wrap:hover { box-shadow: inset 6px 0 0 #dedede; }
.accordion .title-wrap:hover .title { color: #8e1900; }
.accordion .title-wrap .title { transition: all .4s; color: #000; font: 18px/1.3 Oswald; cursor: pointer }
.accordion .text { display: none; line-height: 1.5; padding: 20px 0 10px; margin: 0 25px; border-top: 1px solid #ccc }
.accordion .title-wrap .clo { display: none; opacity: .8; position: absolute; right: 25px; top: 17px; width: 19px; height: 19px; transition: all .4s; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATBAMAAACAfiv/AAAAFVBMVEUAAACJiYmJiYmJiYmJiYmJiYmJiYnZ/SfxAAAABnRSTlMAyQ/03B0uhqCrAAAAUElEQVQI12NwVGAAA0UHBjEhMItJTIBBMREkDKLAXCAASoL5YAIiAJGCCAMRVLMoSCVEOBkoCAGsZqYM6KIItQgTEOai2IZwA7LLEO5F8gUAxYwOIcBd16QAAAAASUVORK5CYII=') no-repeat 0 0 }
.accordion .title-wrap:hover .clo { opacity: .5 }
.accordion.active { box-shadow: inset 6px 0 0 #dedede; }
.accordion.active .title-wrap .title { color: #141414; border-bottom: 0 }
.accordion.active .title-wrap:hover .title { color: #8e1900; }
.accordion.active .title-wrap .clo { display: block }

.analyst-page { box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-bottom: 30px; background: #fff; }

.analyst-header { transition: 0.4s; background: #8e1900; color: #fff; display: flex; justify-content: space-between; position: relative; }
.analyst-header h1 { font-weight: normal; font-size: 18px; padding: 15px 15px 15px 30px; }

.printlink { position: relative; transition: 0.4s; display: flex; width: 370px; }
.printlink a { color: #fff; padding: 15px; background: #000; justify-content: center; transition: 0.4s; font-size: 13px; line-height: 1; text-transform: uppercase; display: flex; align-items: center; flex-grow: 1; }
.printlink a + a { border-left: 1px solid #444; }
.printlink a:hover { background: #797979; }

.printlink .back { position: relative; padding-left: 30px; }
.printlink .back:after { transition: 0.4s; content: ""; border: solid rgba(255,255,255,0.7); border-width: 2px 2px 0 0; transform: rotate(-135deg); position: absolute; top: 50%; left: 15px; width: 7px; height: 7px; margin-top: -4px; }
.printlink:hover:after { border-color: #fff; }

.analyst-company { background: #fff; border-left: 1px solid #dedede; border-right: 1px solid #dedede; position: relative; padding: 30px; display: flex; flex-wrap: wrap; justify-content: space-between;  }
.analyst-company:after {  border-bottom: 1px dotted #999; position: absolute; left: 30px; height: 0; width: calc(100% - 60px); content: ""; bottom: 0; }
.analyst-company .company { font-weight: bold; font-size: 28px; width: calc(100% - 81px); padding: 0 30px 10px 0; }
.analyst-company .company-p {}
.analyst-company .team-triagle { margin: 0 !important; position: absolute; right: 30px; top: 30px; }

.analyst-content { line-height: 1.6; font-size: 16px; background: #fff; border: solid #dedede; border-width: 0 1px 1px 1px; padding: 30px; }
.analyst-content p { margin-bottom: 20px; text-align: justify; }
.analyst-content p:last-of-type { margin-bottom: 0; }
.analyst-content a { font-weight: bold; transition: 0.4s; color: #8e1900; border-bottom: 1px solid #8e1900; }
.analyst-content a:hover { color: #000; border-color: transparent; }
.analyst-content .content-h1 { font-size: 26px; margin-bottom: 5px; width: 100%; }
.analyst-content h2 { font-size: 24px; margin-bottom: 5px; width: 100%; }
.analyst-content .updated { margin: -10px 0 8px; color: #999; font-size: 13px; }

.analyst-content .chartsimage { width: 400px; float: right; margin: 0 0 5px 30px; max-width: 50%; }
.analyst-content .chartsimage a { transition: 0.4s; border: 0; }
.analyst-content .chartsimage a:hover { opacity: 0.6; }
.analyst-content .chartsimage img { display: block; max-width: 100%; }

.navigationlist { width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.navigationlist li { margin: 0 1px 1px 0; flex-grow: 1; }
.navigationlist a { display: flex; height: 100%; justify-content: center; text-align: center; font-weight: normal; border: 0; transition: 0.4s; text-transform: uppercase; color: #fff !important; padding: 10px; font-size: 13px; line-height: 1; background: #aaa; }
.navigationlist a:hover { background: #797979; }


.ui-autocomplete.ui-widget-content { /*left: auto !important; right: 0 !important; top: 100% !important; width: 100% !important;*/ z-index: 1000; background: #fff; border: solid #dedede; border-width: 0 1px 1px 1px; padding: 0; box-shadow: 0 5px 5px rgba(0,0,0,0.1); max-height: 400px; overflow-x: hidden; overflow-y: auto; color: #000; font: 15px/1.3 "Open Sans"; }

.ui-autocomplete.ui-widget-content .ui-autocomplete-category { position: relative; font-weight: bold; margin-bottom: 5px; padding: 20px 20px 5px; }
.ui-autocomplete.ui-widget-content .ui-autocomplete-category:after { border-bottom: 1px dotted #999; position: absolute; left: 20px; height: 0; width: calc(100% - 40px); content: ""; bottom: 0; }
.ui-autocomplete.ui-widget-content .ui-menu-item { font-size: 14px; padding: 2px 20px 3px; position: relative; transition: 0.4s; }
.ui-autocomplete.ui-widget-content .ui-menu-item:hover { color: #fff; box-shadow: inset 370px 0 #797979; }
.ui-autocomplete.ui-widget-content .ui-menu-item:last-child { margin-bottom: 20px; }
.ui-autocomplete.ui-widget-content .ui-menu-item.ui-state-focus { border: none; background: transparent; font-weight: 400; color: black;}


header .line-03 .r-01 { position: relative; padding: 0 40px; display: flex; align-items: center; }
header .line-03 .r-01 ul { width: 30px; cursor: pointer; }
header .line-03 .r-01 ul li { transition: 0.4s; height: 5px; margin-bottom: 5px; background: #616161; }
header .line-03 .r-01 ul li:last-child { margin-bottom: 0 !important; }
header .line-03 .r-01 ul:hover li {background: #8e1900; }
header .line-03 .r-01:after { position: absolute; content: ""; width: 1px; height: calc(100% - 20px); top: 10px; right: 0; background: #c7c7c7; }
header .line-03 .r-02 { position: relative; padding: 0 30px 0 0; margin-left: auto; width: 260px; }
header .line-03 .r-02 .nav { align-items: stretch; position: absolute; top: 0; right: 0; z-index: 7; width: 100%; padding-top: 70px; }
header .line-03 .r-02 .nav a { text-align: right; display: block; white-space: nowrap; font-size: 26px; line-height: 1; text-transform: uppercase; color: #000; position: relative; padding: 8px 30px 8px 0; }
header .line-03 .r-02 .nav a:hover, header .line-03 .r-02 .nav-click:hover ~ ul .active a { color: #8e1900; }
header .line-03 .r-02 .nav li { background: #f3f3f3; display: none; }
header .line-03 .r-02 .nav li:last-of-type { padding-bottom: 10px; }
header .line-03 .r-02 .nav .active { display: block !important; position: absolute; top: 0; right: 30px; }
header .line-03 .r-02 .nav .active a { color: #000; font-weight: bold; height: 70px; display: flex; align-items: center; padding: 0 0 0 30px; }
header .line-03 .r-02 .nav .active a:after { width: 12px; height: 12px; border: solid #8e1900; border-width: 0 3px 3px 0; transform: rotate(45deg); position: absolute; top: 50%; margin-top: -11px; left: 3px; content: ""; }
header .line-03 .r-02 .nav-click { cursor: pointer; position: absolute; top: 0; right: 0; width: 100%; height: 100%; content: ""; z-index: 8;  }
header .line-03 .r-02.no-menu { width: auto; align-self: center; position: relative; white-space: nowrap; font-size: 26px; line-height: 1; text-transform: uppercase; color: #000; font-weight: bold; }
header .line-03 .r-03 { align-self: center; padding: 0 9px 0 0; }
header .line-03 .r-03 .clo { width: 30px; transition: 0.4s; cursor: pointer; position: relative; }
header .line-03 .r-03 .clo:hover { background: rgba(0,0,0,0.1); }
header .line-03 .r-03 .clo:before { transition: 0.4s; width: 8px; height: 8px; border: solid #aaa; border-width: 0 2px 2px 0; transform: rotate(-45deg); position: absolute; top: 50%; margin-top: -5px; left: 7px; content: ""; }
header .line-03 .r-03 .clo:hover:before { border-color: #fff; }
header .line-03 .r-03 { width: 100%; position: relative; display: none; }
header .line-03 .r-03 .searchform { display: flex; }
header .line-03 .r-03 .searchform input[type="search"] { box-shadow: 0 1px 8px rgba(0,0,0,0.2); display: flex; height: 52px; align-items: center; padding: 0 55px 0 10px; font-size: 20px; }
header .line-03 .r-03 .searchform input[type="submit"] { position: absolute; top: 50%; margin-top: -18px; right: 20px; width: 36px; height: 36px; border: 0; background: url("../images/mcv-10.png") no-repeat 0 0 / cover; cursor: pointer; transition: background-image 0.4s ease-in-out; }
header .line-03 .r-03 .searchform input[type="submit"]:hover { background: url("../images/mcv-10.png") no-repeat 0 -36px / cover; }
header .line-03 .open { align-self: center; width: 36px; height: 36px; margin-right: 20px;  background: url("../images/mcv-10.png") no-repeat 0 0 / cover; cursor: pointer; transition: background-image 0.4s ease-in-out; }
header .line-03 .open:hover { background: url("../images/mcv-10.png") no-repeat 0 -36px / cover; }


.mob-over { display: none; position: fixed; width: 100%; height: 100%; z-index: 999; }
.mob-body { display: none; overflow-y: auto; padding: 15px 30px 25px 20px; max-width: 500px; width: 100%; height: 100%;  }

.mob-body-wrap { background: rgba(0,0,0,0.6); width: 100%; height: 100%; box-shadow: inset 500px 0 #fff; }



.logo-wrap { padding: 0 20px; }
.logo-wrap .line-01 { display: flex; padding: 15px 0 25px; }
.logo-wrap .line-01 .left { width: calc(60% - 30px); display: flex; margin-right: 30px; align-items: flex-end; justify-content: space-between; }
.logo-wrap .line-01 .right { width: 40%; align-items: center; padding-top: 2%; display: flex; position: relative; justify-content: space-between; }
.logo-wrap .line-01 .right .line { color: transparent; }

.logo-wrap .line-01 .logo img { display: block; max-width: 100%; }


.logo-wrap .line-01 .name { width: 100%; color: #711200; line-height: 1.2; font-size: 14px; }





/*.mob-body-wrap .logo { display: block; width: calc(60% - 30px); padding: 15px 0 25px 20px; }*/
/*.mob-body-wrap .logo img { max-width: 100%; display: block; }*/

.mob-cont { position: relative; }

.mob-body .clo { cursor: pointer; position: absolute; width: 30px; height: 30px; left: 20px; top: 6px; transition: 0.4s; }

.mob-body .clo:after, .mob-body .clo:before { transition: 0.4s; position: absolute; width: 4px; height: 28px; top: 1px; left: 13px; content: ""; background: #9e9e9e; }
.mob-body .clo:after { transform: rotate(-45deg);}
.mob-body .clo:before { transform: rotate(45deg); }
.mob-body .clo:hover:after, .mob-body .clo:hover:before { background: #8e1900; }



.mob-body .searchform { position: relative; margin-left: 76px; }
.mob-body .searchform input[type="search"] { display: flex; height: 43px; align-items: center; padding: 0 46px 0 10px; font-size: 19px; }
.mob-body .searchform input[type="submit"] { position: absolute; top: 50%; margin-top: -14px; right: 9px; width: 28px; height: 28px; border: 0; background: url("../images/mcv-10.png") no-repeat 0 0 / cover; cursor: pointer; transition: background-image 0.4s ease-in-out; }
.mob-body .searchform input[type="submit"]:hover { background: url("../images/mcv-10.png") no-repeat 0 -28px / cover; }

.mob-body .nav { padding: 20px 0; margin-left: 76px; border-bottom: 1px dotted #999; }
.mob-body .nav a { display: inline-block; white-space: nowrap; transition: 0.4s; font-size: 25px; line-height: 1; text-transform: uppercase; color: #000; position: relative; padding: 6px 0 6px 18px; }
.mob-body .nav a:hover, .mob-body .nav .active a { color: #8e1900; font-weight: bold; }
.mob-body .nav .active a:after { width: 8px; height: 8px; border: solid #8e1900; border-width: 0 2px 2px 0; transform: rotate(-45deg); position: absolute; top: 50%; margin-top: -4px; left: -3px; content: ""; }

.mob-body .menu { padding: 20px 0; margin-left: 93px; }
.mob-body .menu a { transition: 0.4s; font-size: 20px; color: #000; display: inline-block; padding: 3px 0; }
.mob-body .menu a:hover, .mob-body .menu .active a { color: #8e1900; font-weight: bold; }

.mob-body .login { margin-left: 93px; transition: 0.4s; padding: 5px 30px 7px; font-size: 19px; text-align: center; color: #000; border: 1px solid #000; display: inline-block; }
.mob-body .login:hover { background: #000; color: #fff; }

.mob-body .privacy { padding: 20px 0; margin-left: 93px;  }
.mob-body .privacy a { position: relative; transition: 0.4s; font-size: 17px; color: #8e1900; display: inline-block; padding: 7px 0;  }
.mob-body .privacy a:hover, .mob-body .privacy a.active { color: #000; }
.mob-body .privacy a:after { transition: 0.4s; opacity: 0; position: absolute; bottom: 6px; left: 0; right: 0; margin: 0 auto; height: 1px; width: 0; content: ""; background: #000; }
.mob-body .privacy a:hover:after, .mob-body .privacy a.active:after { width: 100%; opacity: 1; }


.bottom-v-01 { padding-bottom: 14px !important; }


.hide-content { display: none; }


/*1111*/
@media screen and (max-width: 1300px) {
  .aside-news-block.var-01 .blk-01 .left { width: calc(100% - 75px); }
  .aside-news-block.var-01 .blk-01 .ceo-logo img { width: 75px; height: 75px; }
  .summary-logo { width: 75px; }
}
@media screen and (max-width: 1200px) {
  .aside-news-block.var-01 .blk-01 .left { width: calc(100% - 65px); }
  .aside-news-block.var-01 .blk-01 .ceo-logo img { width: 65px; height: 65px; }
  .summary-logo { width: 65px; }
  .corp-name h1 { font-size: 20px; }
  .aside-news-block.var-01 h1 { font-size: 17px; }
  .ceo-change { font-size: 15px; }
  .ceo-change:before { width: 10px; height: 10px; }
  .aheader-title, .aside-shortnews, .aside-news-block.var-01 .aside-shortnews, .analyst-header h1, .block-title, .title-summary h1, .name-compensation h1 { padding-left: 22px; }
  .aheader-title-sub { padding-left: 47px; }
  .aheader-title-sub:before { left: 22px; }
  .form { width: calc(100% - 44px); }
  .report-filter .bottom { width: calc(100% + 44px); margin: 0 -22px; padding: 22px; }
  header .line-02 .nav a { font-size: 17px; }
  .table-01-top .info { margin: 0 10px 0 15px; }
  .table-01-top .nav .prev-next-arrow.prev { padding-right: 10px; }
  .table-01-top .nav .prev-next-arrow.next { padding-left: 10px; }
  .table-01 td { padding: 13px 10px 14px; }
  .table-01 th { padding: 23px 10px; }
  .table-01 .th-sort { padding: 23px 28px 23px 10px; }
  .table-01 .th-sort.arrow { background-position: top 50% right 10px; }
  .summary-h1:after, .bus-description:after, .analyst-company:after, .import-01:after { left: 22px; width: calc(100% - 44px); }
  .description:after { left: -22px; width: calc(100% + 22px); }
  .summary-h1, .bus-description, .chartpadding, .sector, .comparison, .news-review, .filters-01-block-01, .filters-01-block-01.bottom-filter-screening, .begin-filter, .analyst-company, .analyst-content, .block-01-blk-01, .block-01-blk-01-btm-01, .block-01-header, .filters-01-header, .team-comprensation-under, .import-01, .recent-report { padding-left: 22px; padding-right: 22px; }
  .analyst-company .team-triagle { right: 22px; }
  .team-comprensation-under { flex-wrap: wrap; }
  .bubblefilter { flex-wrap: wrap; width: 100%; }
  .fol-01 { width: 142px; }
  .fol-02 { width: calc(67% - 142px); }
  .fol-03 { width: 33%; padding-right: 0; }
  .fol-04 { width: 100%; padding-top: 10px; }
  .filters-01-block-01 .col-01 { margin-right: 30px; }
  .window-request-report, .form-share-popup { padding: 20px 22px 30px; }

}
@media screen and (max-width: 1100px) {
  .aside-news-block.var-01 .blk-01 .left { width: calc(100% - 55px); }
  .aside-news-block.var-01 .blk-01 .ceo-logo img { width: 55px; height: 55px; }
  .summary-logo { width: 81px; }
  .corp-name h1 { font-size: 19px; }
  .aside-news-block.var-01 h1 { font-size: 16px; }
  .ceo-change { font-size: 14px; }
  .ceo-change:before { width: 9px; height: 9px; }
  header .line-02 .nav a { font-size: 16px; }
  header .line-01 .menu a { padding: 1px 12px 0; font-size: 14px; }
  .sector { flex-wrap: wrap; justify-content: flex-start;  }
  .sector .left { width: 100%; padding: 0; border: 0; }
  .show-some-stat { flex-grow: 0; margin-left: 10px; }
  .show-some-stat:first-of-type { margin-left: 0; }

  .container-left { width: 100%; margin: 0; }
  .container-right { width: 100%; display: flex; flex-direction: column; }
  /*.anb-1 { width: calc(50% - 15px); }*/
  /*.anb-2 { margin-right: 30px; width: calc(50% - 15px); }*/
  /*.anb-2:nth-child(2n+2) { margin-right: 0; }*/
  /*.anb-3 { margin-right: 30px; width: calc(33.333333% - 20px); }*/
  /*.anb-3:nth-child(3n+3) { margin-right: 0; }*/
  .analys-aside-news .scroll-pane { height: auto !important; }
  .aside-shortnews-hide .aside-shortnews:nth-child(4) ~ .aside-shortnews { display: none; }
  .aside-shortnews-hide .aside-shortnews:nth-child(4) .description:after { display: none; }
  .aside-shortnews-hide .aside-shortnews:nth-child(4) p { border-bottom: 0; }

  .top-block, .team-summary, .ceo-summary, .team-sum-01, .aside-news-block { margin-right: 0; width: 100%; }

  .aside-news-block .jspPane { width: 100% !important; }
  .aheader-title, .name-compensation h1, .corp-name h1, .aside-shortnews h1, .aside-news-block.var-01 h1 { font-size: 20px; }
  .aheader-title-sub, .bus-description h1, .recent-report span, .red-heads, .ceo-change { font-size: 18px; }
  .ceo-change:before { top: 5px; }
  .aside-news-block.var-01 .blk-02 { font-size: 15px; display: flex; flex-wrap: wrap; border-bottom: 1px dotted #999; padding-bottom: 10px; }
  .aside-news-block.var-01 .blk-02 div { padding-right: 20px; width: 36%; }
  .aside-news-block.var-01 .blk-02 div span { display: block !important; width: auto !important; padding: 0 !important; }
  .aside-news-block.var-01 .blk-02 div + div { padding-right: 5%; border-left: 1px solid #cacaca; padding-left: 15px; width: auto; }
  .aside-news-block.var-01 .blk-02 div:nth-child(3) { padding-right: 0; }
  .aside-news-block.var-01 .blk-01 .left { width: calc(100% - 81px); align-self: center; }
  .aside-news-block.var-01 .blk-01 .ceo-logo img { width: 81px; height: 81px; }
  .report-filter form { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .report-filter .input-box { width: calc(50% - 3px); }
  .report-filter .center { width: 100%; }
  .report-filter.report-filter-center .input-box { width: 100%; }
}
@media screen and (max-width: 1000px) {
  /*.anb-3 { margin-right: 30px; width: calc(50% - 15px); }*/
  /*.anb-3:nth-child(2n+2) { margin-right: 0; }*/
  header .line-01 .left, header .line-02 .left { width: calc(70% - 20px); margin-right: 20px; }
  header .line-01 .right, header .line-02 .right { width: 30%; }
  header .line-01 .logo { width: 320px; }
  header .line-01 .menu a { padding: 0 9px 1px; font-size: 13px; }
  header .line-02 .searchform input[type="search"] { padding: 0 10px; }
  header .line-02 .nav a { font-size: 15px; padding: 15px 9px 17px; }
  header .line-01 .name { font-size: 14px; }
  .aheader-title, .name-compensation h1, .corp-name h1, .aside-shortnews h1, .aside-news-block.var-01 h1 { font-size: 19px; }

}
@media screen and (max-width: 900px) {
  footer .inner-01 { padding: 35px 0 20px; }
  footer .logo-footer { order: 1; }
  footer .email { order: 2; }
  footer .privacy { width: 100%; padding: 20px 0 0; border-top: 1px solid #e1e1e1; order: 3; text-align: center; margin-top: 35px; }
  header .line-01 .left, header .line-02 .left { width: calc(67% - 15px); margin-right: 15px; }
  header .line-01 .right, header .line-02 .right { width: 33%; }
  header .line-01 .logo { width: 260px; }
  header .line-01 .menu a { padding: 0 5px; font-size: 13px; }
  header .line-02 .searchform input[type="search"] { padding: 0 10px; }
  header .line-02 .nav a { font-size: 14px; padding: 15px 7px 17px; }
  header .line-01 .name { font-size: 14px; }
  .aheader-title, .name-compensation h1, .corp-name h1, .aside-shortnews h1, .aside-news-block.var-01 h1 { font-size: 18px; }
}
@media screen and (max-width: 800px) {
  .container { padding: 0 20px 40px; }
  header .line-01 .logo { width: auto; }
  header .line-01 .left { width: calc(60% - 30px); margin-right: 30px; }
  header .line-01 .right { width: 40%; align-items: center; padding-top: 2%; }
  header .line-01 .name .line:nth-child(3) { display: none; }
  header .line-01 .menu, header .line-01 .login, header .line-02 { display: none; }
  header .line-01 .name { width: 100%; }
  header .line-03 { position: relative; display: flex; justify-content: space-between; height: 70px; background: #f3f3f3; margin: 0 -20px; width: calc(100% + 40px); }
  .table-01-top .info { margin: 0 10px; font-size: 16px; }
  .table-01-top .nav .prev-next-arrow.next span:first-child { margin-left: 5px; }
  .table-01-top .nav .prev-next-arrow.prev span:last-child { margin-right: 5px; }
  .report-filter .input-box { width: 100%; }
  .filters-01-block-01 { flex-wrap: wrap; }
  .option-interest .selsect { width: 100% !important; margin-right: 0; }

  .filters-01-block-01 .col { width: 100%; margin-right: 0; }
  .filters-01-block-01 .col-01:after { display: none; }
  .filters-01-block-01 .col-01 { padding-bottom: 20px; }
  .fol { margin-bottom: 10px; width: 100%; padding-right: 0; }
  .fol span { width: 60px; margin-right: 5px; }
  .bubblefilter .sys-c-size { width: 100%; }
  .bubblefilter { max-width: 450px; margin: 0 auto; }
  .fol .input-box { width: calc(100% - 65px); }
  .fol-04 { padding: 0 0 0 65px; }

  .block-header, .compensation-hat { flex-wrap: wrap; justify-content: flex-start; }
  .block-details a { white-space: nowrap; }

  .block-title { width: calc(100% - 165px); }
  .block-header .input-box { padding: 0 0 15px 22px; width: calc(100% - 165px); max-width: 400px; margin: 0; }
  .block-details, .full-profile { position: absolute; right: 0; top: 0; bottom: 0; width: 150px; }
  .help { margin: 0 150px 0 auto; }
  .name-compensation, .avgtext { width: calc(100% - 87px); }
  .img-compensation-hat { position: absolute; right: 0; top: 0; bottom: 0; width: 72px;  }
  .avgtext { padding: 0 0 15px 22px; margin: 0; }

}
@media screen and (max-width: 740px) {
  .container { padding: 0 0 40px; }
  .top-block, .team-summary, .ceo-summary, .team-sum-01, .aside-news-block, .report-filter { margin: 0; box-shadow: none; }
  .report-filter.report-filter-center { margin-bottom: 30px; }
  .news-review, .filters-01-block-01, .begin-filter, .table-01, .import-01, .block-01-blk-01, .block-01-blk-01-btm-01, .analyst-company, .analyst-content { border-right: 0; border-left: 0; }
  .container-right { padding-top: 0; }
  .block-01, .analyst-page, .filters-01, .table-01-wrap { box-shadow: none; }
  .table-01-top { padding: 0 15px; }
  .table-01-top .info { font-size: 15px; }
  .table-01-top .nav .prev-next { font-size: 13px; padding: 15px 5px; }
  .table-01-top .nav a { font-size: 13px; }
  .table-01-top .nav .prev-next-arrow:after {  margin-top: 1px; }
  .table-01-top .nav .prev-next-arrow.prev { padding-right: 5px; }
  .table-01-top .nav .prev-next-arrow.next { padding-left: 5px; }
  .block-01-50 { width: 100%; margin-right: 0; }
  .block-01-50 + .block-01-50 { margin-top: 10px; }
}
@media screen and (max-width: 700px) {
  footer .inner-01 { flex-direction: column; }
  footer .logo-footer { margin-bottom: 15px; }
  footer .email { max-width: 200px; text-align: center; line-height: 2; }
  footer .email .wjik { display: none; }
  .table-01-top, .table-01-top.no-export { flex-wrap: wrap; justify-content: center; }
  .table-01-top .left { width: 100%; margin-top: 20px; justify-content: center; order: 2; flex-wrap: wrap; }
  .table-01-top .info { margin: 10px 0 0; width: 100%; text-align: center; }
  .table-01-top .right { order: 1; }
  .table-01 th { font-size: 17px; padding: 21px 8px; }
  .table-01 .th-sort { padding: 21px 26px 21px 8px; }
  .table-01 .th-sort.arrow { background-position: top 50% right 9px; }
  .table-01 td { padding: 12px 8px 13px; line-height: 1.2; }
  .import-01 { flex-direction: column; }
  .import-01 .t-02 { margin-right: auto !important; margin-left: auto !important; max-width: 230px; width: 100%; white-space: nowrap; }
  .mob-body { padding-top: 14px; }
}
@media screen and (max-width: 600px) {
  header .line-03 { height: 60px; }
  header .line-03 .r-01 { padding: 0 20px; }
  header .line-03 .r-03 .searchform input[type="search"] { height: 43px; padding-right: 50px; font-size: 18px; }
  header .line-03 .r-03 .searchform input[type="submit"] { width: 30px; height: 30px; margin-top: -15px; }
  header .line-03 .r-03 .searchform input[type="submit"]:hover { background: url("../images/mcv-10.png") no-repeat 0 -30px / cover; }
  header .line-03 .open { width: 30px; height: 30px; }
  header .line-03 .open:hover { background: url("../images/mcv-10.png") no-repeat 0 -30px / cover; }

  header .line-03 .r-02 .nav { padding-top: 60px; }
  header .line-03 .r-02 .nav .active a { height: 60px; }

  .static-tabs a { padding: 15px 5px; flex-grow: 1; text-align: center; }
  .analyst-header { flex-wrap: wrap; }
  .analyst-header h1 { width: 100%; }
  .printlink { width: 100%; }
  .analyst-content .chartsimage { max-width: 100%; width: 100%; margin: 0 0 5px 0; text-align: center; }
  .analyst-content .chartsimage a { margin: 0 auto; display: inline-block; }

  .mob-body { padding-top: 9px; padding-right: 25px;  }
  .mob-body .clo { left: 0; }
  .mob-body .searchform, .mob-body .nav { margin-left: 45px; }
  .mob-body .menu, .mob-body .login, .mob-body .privacy { margin-left: 65px; }
}
@media screen and (max-width: 500px) {
  header .line-03 .r-03 .searchform input[type="search"] { font-size: 16px; }
  .mob-body { padding-right: 20px;  }
  .mob-body .clo { left: -5px; }
  .mob-body .searchform, .mob-body .nav { margin-left: 38px; }
  .mob-body .menu, .mob-body .login, .mob-body .privacy { margin-left: 57px; }
  .mob-body .nav { padding: 15px 0 7px; }
  .mob-body .nav a { font-size: 21px; padding: 5px 0 5px 18px; }
  .mob-body .menu { padding: 7px 0 13px; }
  .mob-body .menu a { font-size: 18px; padding: 2px 0; }
  .mob-body .searchform input[type="search"] { height: 40px; }
  .mob-body .privacy { padding: 15px 0; }
  .mob-body .privacy a { font-size: 16px; padding: 0 0 5px; }
  .mob-body .privacy a:after { bottom: 3px; }
  .mob-body .searchform input[type="search"] { font-size: 18px; }
  .static-tabs a { font-size: 17px; }

  header, footer, header .line-03 .r-01, .logo-wrap { padding: 0 15px; }


  header .line-03 { margin: 0 -15px; width: calc(100% + 30px); }
  header .line-03 .r-02 { width: 230px; padding: 0 20px 0 0; }
  header .line-03 .r-02 .nav a, header .line-03 .r-02.no-menu { font-size: 22px; padding-right: 20px; }
  header .line-03 .r-02 .nav .active { right: 20px; }

  .aheader-title, .aside-shortnews, .aside-news-block.var-01 .aside-shortnews, .analyst-header h1, .block-title, .title-summary h1, .name-compensation h1 { padding-left: 15px; }
  .aheader-title-sub { padding-left: 47px; }
  .aheader-title-sub:before { left: 15px; }
  .form { width: calc(100% - 30px); }
  .report-filter .bottom { width: calc(100% + 30px); margin: 0 -15px; padding: 15px; }

  .summary-h1:after, .bus-description:after, .analyst-company:after, .import-01:after { left: 15px; width: calc(100% - 30px); }
  .description:after { left: -15px; width: calc(100% + 15px); }
  .summary-h1, .bus-description, .chartpadding, .sector, .comparison, .news-review, .filters-01-block-01, .filters-01-block-01.bottom-filter-screening, .begin-filter, .analyst-company, .analyst-content, .block-01-blk-01, .block-01-blk-01-btm-01, .block-01-header, .filters-01-header, .team-comprensation-under, .import-01, .recent-report { padding-left: 15px; padding-right: 15px; }
  .analyst-company .team-triagle { right: 15px; }

  header .line-03 .open { margin-right: 15px; }
  .table-01-top .nav .prev-next { min-width: 104px; }

  .block-header .input-box { padding: 0 0 15px 15px; }
  .news { padding: 10px 0 0 15px; }
  .aside-news-block.var-01 .aside-shortnews { padding: 16px 15px 0 15px; }
  .hide-blk { padding-right: 31px; }
  .hide-blk:after {  right: 0; }

  .block-title, .title-summary h1, .aheader-title, .name-compensation h1, .corp-name h1, .aside-shortnews h1, .aside-news-block.var-01 h1, .filters-01-header h1, .block-01-header { font-size: 17px; }
  .avgtext { padding: 0 0 15px 15px;}
  .avgtext span { font-size: 14px;  }

  .block-details a { white-space: normal; }
  .block-details, .full-profile { width: 100px; }
  .block-title, .block-header .input-box { width: calc(100% - 110px); }
  .help { margin: 0 100px 0 auto; }

  .aside-news-block.var-01 .blk-02 { font-size: 14px; }
  .aside-news-block.var-01 .blk-02 div { padding-right: 10px; }
  .aside-news-block.var-01 .blk-02 div + div { padding-left: 10px; padding-right: 10px; }

  label { font-size: 14px; }
  .static-tabs a { padding: 12px 5px; }

  .window-request-report, .form-share-popup { padding: 20px 15px 30px; }

  .accordion .title-wrap {  padding: 13px 50px 12px 20px; }
  .accordion .text {  margin: 0 15px 0 20px; }
  .accordion .title-wrap .clo { right: 17px; }

  .block-01-blk-01-btm-01 .btn-01 { flex-grow: 1; padding: 14px 10px; min-width: 70px; }
  .block-01-blk-01-btm-01 .btn-01 + .btn-01 { margin-left: 5px; }
  .apply-filter, .reset-filter { flex-grow: 1; min-width: 70px; max-width: 100% !important; }
  .reset-filter { margin-left: 5px; }

  header .line-03 .r-03 .searchform input[type="submit"] { right: 15px; }
  footer .inner-01 { border-top: 0; }
}
@media screen and (max-width: 400px) {
  header .line-03 .r-03 .searchform input[type="search"] { font-size: 15px; }
  .mob-body .searchform input[type="search"] { font-size: 17px; }
  header .line-03 .r-02 .nav a, header .line-03 .r-02.no-menu { font-size: 20px; padding-right: 15px; }
  header .line-03 .r-02 .nav .active { right: 15px; }
  header .line-03 .r-02 { width: 196px; padding: 0 15px 0 0; }
  header .line-03 .r-02 .nav .active a::after { width: 10px; height: 10px; margin-top: -9px; left: 7px; }
}

.sys-search-container {
	width: 100%;
}

.sys-save-button {
	border: none;
	font-family: "Open Sans";
}

.rewritetable1 {
	float: left;
	width: 24px;
	height: 24px;
	background: url("../images/rewritetable.png") center no-repeat;
	margin-left: -3px;
}

.deletetable1 {
	float: left;
	width: 24px;
	height: 24px;
	background: url("../images/deletetable.png") center no-repeat;
	margin-left: 5px;
}

.write-report-p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
}

.mce-tinymce.mce-container.mce-panel { width: 100% !important; }

.block-form.first .block-text {
	overflow: hidden;
	max-height: 115px;
	transition: max-height 0.4s;
	margin-bottom: 20px;
}

.block-form.first .block-text.opened {
	max-height: 2000px;
}

.pdftable {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url(/images/pdftable.png) center no-repeat;
	margin-right: 10px;
}

.rtftable {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url(/images/rtftable.png) center no-repeat;
}

.td-rank img, .ceo-rank-td img {
	width: 34px;
	height: auto;
}

.open-div {
	height: 112px;
	overflow: hidden;
}

.open-div.opened {
	height: auto;
}

.mobile-recent-reports {
	display: none;
}

@media screen and (max-width: 600px) {
	.container-left .report-filter.report-filter-center {
		display: initial;
	}
}

@media screen and (max-width: 800px) {
	header .line-03 .r-02 .nav li:last-of-type { padding-bottom: 0; }

	.container-left .sys-recent-reports-cnt {
		display: none;
	}

	.mobile-recent-reports {
		display: initial;
	}
}

.request-form .validator {
	color: white;
}