/* jshint ignore:start */
@charset "utf-8";

/** General Layout **/
html, body {margin:0px; padding:0px 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; background: none; color: #555F73; height: 100%; position: relative;}
img {border: 0; margin: 0; padding: 0;}

.page {max-width: 2000px; margin: 0 auto; min-height: 100%; position: relative; }
.page.right_padding {padding-right: 250px; max-width: 2000px; width: 100%; box-sizing: border-box;}
.page.left_padding {padding-left: 250px; max-width: 2000px; width: 100%; box-sizing: border-box;}
.page.left_padding.right_padding {}
.content {max-width: 2000px;}
.content.user-files {position: relative;}
.content.user-downloads {position: relative;}
.content.user-history {position: relative;}
.content.buy-points {position: relative;}
.page_wrapper {padding-bottom: 50px; padding-top: 50px;}
.page_wrapper.preview-page {height: auto; /*overflow: hidden;*/ min-height: calc(100vh - 60px);}
.page_wrapper.page_wrapper {padding-bottom: 0px;}

.h10 {height: 10px;}
.h20 {height: 20px;}
.h30 {height: 30px;}
.h80 {height: 80px;}
.clear {clear: both; height: 0; width: 0; line-height: 0; font-size: 0px;}

.bg-header {position: fixed; top: 0; width: 100%; height: 50px; background-color: #E9F2F7; z-index: 100;}
.bg-filter {position: absolute; top: 50px; width: 100%; height: 150px; background-color: #F4F9FB;}
/*.bg-footer {position: absolute; bottom: 0px; width: 100%; height: 50px; background-color: #EAF3F8; z-index: 1;}*/

.bg-filter.preview-page {display: none;}
.bg-filter.contact-us-page {height: 50px;}
.bg-filter.faq-page {height: 50px;}
.bg-filter.feedback-page {height: 50px;}
.bg-filter.privacy-page {height: 50px;}
.bg-filter.cookie-policy-page {height: 50px;}
.bg-filter.terms-page {height: 50px;}
.bg-filter.how-it-works-page {height: 50px;}
.bg-filter.account-deletion-page {height: 50px;}
.bg-filter.error-404 {height: 50px;}
.bg-filter.user-files {height: 50px;}
.bg-filter.user-downloads {height: 50px;}
.bg-filter.user-history {height: 50px;}
.bg-filter.buy-points {height: 50px;}
.bg-filter.settings-page {height: 50px;}

.hidden {display: none !important;}
.no-hidden {display: block !important;}

/** Links **/
a {color: #0077BC; text-decoration: none;}
a.prime {color: #EBB700;}
a:hover  {color: #E61C65; text-decoration: none;}

/** Typography **/
h1 {font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 24px; padding: 15px 0; margin: 0;}
h2 {font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 22px; padding: 15px 0; margin: 0;}
h3, h4, h5, h6 {font-family: Helvetica, Arial, sans-serif; font-weight: normal;}
.h1_holder {font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 24px; margin: 0; padding: 0;}

h1 img.userpic {width: 36px; height: 36px; border-radius: 3px; vertical-align: top; margin-right: 15px; margin-top: 5px;}

/** Messages **/

/*div.infobox {background: #d9f5cc url(/_images/icon_exc.png) no-repeat 20px 50%; padding: 15px 35px 15px 40px; margin-bottom: 20px;}
div.infobox ul {margin: 0; padding: 0 20px;}*/
div.message {background: #FFDD45 url(/_images/icon_exc.png) no-repeat 20px 50%; padding: 15px 35px 15px 40px; margin-bottom: 20px;}
div.message span.error {}
div.message span.confirm {}
div.message span.info {}
div.message span.attention {}
/*div.message ol {margin: 0; padding: 0 20px;}
div.message li {padding-bottom: 5px; }
div.message a.close {display: inline-block; width: 16px; height: 16px; background: url('/_images/icon/cross.png'); float: right; cursor: pointer;}*/
/*.sysmessages_holder {display: none; overflow: hidden;}*/

body ::-webkit-scrollbar {width: 15px; height: 14px;}
body ::-webkit-scrollbar-thumb {background-color: #c2c2c2; border-radius: 10px; width: 5px; border: 4px transparent solid; background-clip: content-box;}
body ::-webkit-scrollbar-track {background-color: #fafafa; border-left: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2;}
body ::-webkit-scrollbar-corner {background-color: #fafafa;}
/*body {scrollbar-color: #C7DFED transparent; scrollbar-width: thin;}*/


/** FORM **/
/*.right_content form {margin-left: 10px;}*/
/*.std_form {}
    .std_form label {display: inline-block; width: 100px; margin-bottom: 20px; padding-top: 7px; vertical-align: top;}
    .std_form textarea {width: 250px; padding: 5px; margin-bottom: 10px; height: 70px; max-height: 70px; max-width: 250px;}
    .std_form input {width: 248px; padding: 5px; vertical-align: top; margin: 0;}
    .std_form .login {display: none;}
    .std_form input[type="submit"] {width: 262px; padding: 5px;}*/

fieldset {margin: 0; padding: 0; border: 0; width: 100%; display: inline-block; padding: 40px 0 0px 0; position: relative;}
  fieldset.skip-padding {padding: 15px 0 0 0;}
  fieldset.w50.left {float: left; width: 50%; box-sizing: border-box; padding: 15px 12px 0px 0;}
  fieldset.w50.right {float: right; width: 50%; box-sizing: border-box; padding: 15px 0 0px 12px;}
  fieldset .check-msg {display: none;}
  fieldset.center {text-align: center;}
  fieldset textarea, fieldset input[type=text], fieldset input[type=password] {font-size: 16px; line-height: 21px; width: 100%; padding: 10px 40px 10px 10px; box-sizing: border-box; border: none; background: none; }
  fieldset textarea {height: 150px;}
  fieldset textarea {font-family: Helvetica, Arial, sans-serif;}
  fieldset textarea.short {height: 100px;}
  fieldset textarea:focus, fieldset input[type=text]:focus, fieldset input[type=password]:focus {outline: none;}
  fieldset textarea::placeholder, fieldset input[type=text]::placeholder, fieldset input[type=password]::placeholder {outline: none; color: #81BDDF; font-family: Helvetica, Arial, sans-serif;}
  fieldset .border {background: #81BDDF; width: 100%; height: 1px;}
  fieldset .tip {position: absolute; width: 24px; height: 24px; background: url(/_images/v2/icon/tip.svg) no-repeat; display: inline-block; right: 8px; top: 26px; cursor: pointer;}
  fieldset .tip:hover {opacity: 0.4;}
  fieldset .tip-holder {display: none; position: absolute; background: #fff; border: #C4C4C4; font-size: 12px; line-height: 16px; z-index: 1000; right: 45px; top: 35px; border: #C4C4C4; border-radius: 2px; box-shadow: 0px 5px 15px rgb(144, 168, 181);}
    fieldset .tip-holder p {opacity: 0.5; padding: 0 15px;}
  fieldset .tip-holder::after {content: " "; position: absolute; transform-origin: 50% 50%; transform: rotate(135deg) translateX(-50%); top: -3px; right: 0; margin-left: 0px; border-width: 8px; border-style: solid; border-color: #fff transparent transparent transparent;}
  fieldset label.checkbox {padding: 0 0 0 24px; display: inline-block; cursor: pointer; position: relative; user-select: none;}
    fieldset label.checkbox input[type=checkbox] {position: absolute; opacity: 0; height: 0; width: 0;}
    fieldset label.checkbox .checkmark {position: absolute; top: 0; left: 0; height: 14px; width: 14px; border-radius: 3px; border: 1px solid #CDCBD7;}
    fieldset label.checkbox input[type=checkbox]:checked ~ .checkmark {background-color: #0077BC; border-color: #0077BC;}
    fieldset label.checkbox input[type=checkbox]:checked ~ .checkmark:after {content: ""; position: absolute; left: 5px; top: 2px; width: 3px; height: 7px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
    fieldset label.checkbox input[type=checkbox]:checked ~ .checkmark:after {display: block;}

.btn {display: inline-block; background-color: #FFCE20; box-shadow: 0px 10px 10px rgba(255, 206, 32, 0.2); border-radius: 3px; border: none; font-size: 16px; line-height: 20px; color: #555F73; padding: 10px 20px 10px 20px; min-width: 130px; margin: 0; }
.btn:hover {cursor: pointer; background-color: #EBB700; box-shadow: 0px 10px 10px rgba(255, 206, 32, 0.4); }
    .btn .loading-status {display: none;}
    .btn-std .loading-status {display: none;}
.btn.is-disable {background-color: #D9D8DC; box-shadow: none; color: #5F5B79; opacity: 0.5;}
.btn.is-disable:hover {cursor: auto;}
.btn.is-loading {}
    .btn.is-loading .loading-status {display: inline-block; width: 15px;}
    .btn.is-loading .label {display: none;}
.btn-std.is-disable {background-color: #D9D8DC; box-shadow: none; color: #5F5B79; opacity: 0.5;}
.btn-std.is-disable:hover {cursor: auto;}
.btn-std.is-loading {}
    .btn-std.is-loading .loading-status {display: inline-block; width: 15px;}
    .btn-std.is-loading .label {display: none;}
.btn-std {display: inline-block; background-color: rgba(80, 161, 208, 0.3); border-radius: 3px; border: none; font-size: 16px; line-height: 20px; color: #0077BC; padding: 10px 20px 10px 20px; min-width: 130px; margin: 0; }
.btn-std:hover {cursor: pointer; background-color: rgba(80, 161, 208, 0.4);}

/** HEADER **/
/*
.auth_block {position: absolute; left: 0px; top: 13px; display: inline-block; color: #ccc;}
    .auth_block .login {display: inline-block; background: url(/_images/icon_key.png) no-repeat left; padding-left: 20px; color: #69b20c;}
.user_block {position: absolute; left: 0px; top: 15px; display: inline-block; color: #000;}
    .user_block .username {font-size: 14px;}
    .user_block .link {display: inline-block; padding-left: 10px; }
    .user_block .logout { color: #07344e;}
.additional_menu {display: inline-block; padding-left: 30px; position: absolute; right: 10px; top: 11px;}
    .additional_menu a {display: inline-block; padding-right: 10px;}
  .additional_menu .red {color: red;}
  .additional_menu .green {color: #69b20c;}
    .additional_menu form {display: inline;}
    .additional_menu input[type="text"] {border: 1px solid #C1C2C7; padding: 3px 5px;}
    .additional_menu .btn_standart {font-size: 13px; padding: 2px 10px;}
    */

.header {height: 50px; background: #E9F2F7; padding: 0 33px; position: fixed; z-index: 9900; width: 100%; box-sizing:  border-box; top: 0; max-width: 2000px;}
  .header .logo-img img {height: 34px; margin: 7px 0 0 3px; position: absolute;}
  .header .logo-txt img {height: 36px; margin: 7px 0 0 96px; position: absolute;}
  .header .sandwich {background: url(/_images/v2/icon/sandwich-menu.svg) no-repeat 0 0; height: 24px; width: 24px; display: inline-block; position: absolute; right: 25px; top: 13px; z-index: 12000;}
  
  /*.header ul {float: right; margin: 52px -5px 0px 0px; padding: 0;}
    .header ul li {display: inline; margin: 10px 10px 0px 10px; font-size: 18px;}
      .header ul li span {padding: 5px;}
      .header ul li a {color: #07344e; padding: 5px; text-decoration: underline;}
      .header ul li a:hover {text-decoration: none;}
      .header ul li.active a {text-decoration: none;}*/

.search-header-holder {position: absolute; z-index: 2000; right: 485px; top: 6px; background: #E9F2F7; max-width: calc(100% - 830px);}
.search-header-holder.is-auth {max-width: calc(100% - 630px);}
    .search-header-holder input[type=text] {border: none; border-bottom: 2px solid #659FCC; padding: 8px 0 8px 30px; font-size: 16px; background: url(/_images/v2/icon/search-mini.svg) 0px 10px no-repeat; margin: 0; width: 168px; color: #0077BC;}
    .search-header-holder input[type=text]:focus {outline: none;}
    .search-header-holder input[type=text]::placeholder {color: #0077BC;}
.search-header-holder.is-auth {right: 285px;}
.search-header-holder #searchGlobal {max-width: 100%; box-sizing: border-box;}
.search-header-holder form {margin-bottom: 0px;}

.header-menu {width: 270px;  z-index: 8000; position: absolute; right: 0px; top: 0px;}
  .header-menu .top {height: 50px; position: relative; z-index: 1000;}
  .header-menu .header-menu-box {display: none; padding: 0px 0 10px 0; top: -50px; position: relative; width: 280px; ;}
  .header-menu .header-menu-holder {background: #F4F9FB; box-shadow: 0px 5px 15px rgb(144, 168, 181); padding: 50px 0 0; width: 280px; margin-bottom: 20px;}
  .header-menu .top-background {height: 50px; background: rgba(129, 189, 223, 0.5); position: absolute; display: block; z-index: 500; top: 0; right: 0; width: 280px;}
  .header-menu .action-go-auth {width: 168px; text-align: center; position: absolute; top: 6px; left: 19px; line-height: 16px;}
  .header-menu .action-go-howitworks {width: 168px; position: absolute; top: 6px; left: -183px; box-sizing: border-box; text-align: center; line-height: 16px;}
  .header-menu .action-go-howitworks:hover {color: #555F73;}
  .header-menu .user-info-holder {width: 168px; position: absolute; top: 5px; left: 23px; text-align: right;}
    .header-menu .user-info-holder img {position: absolute; right: 0; top: 0; border-radius: 3px; width: 39px; height: 39px; cursor: pointer;}
    .header-menu .login {font-size: 16px; line-height: 21px; padding: 0px 0px 0 0; margin-right: 61px; overflow: hidden;}
      .header-menu .login a {color: #555F73; overflow: hidden; display: inline-block; text-overflow: ellipsis; width: 100px;}
      .header-menu .login.its-spy a {color:  #E61C65;}
    .header-menu .files-count {line-height: 13px; background: url(/_images/v2/icon/gear-grey.svg) no-repeat right; display: inline-block; padding: 0 15px 0 0; margin-right: 61px;}
  .header-menu .menu-holder {font-size: 16px; line-height: 16px; padding: 25px 0 30px; position: relative;}
    .header-menu .menu-holder ul {margin: 0; padding: 0;}
    .header-menu .menu-holder li {margin: 0; padding: 0; list-style: none;}
    .header-menu .menu-holder li.only-mobile:not(.is-auth) {display: none;}
    .header-menu .menu-holder a {display: block; padding: 10px 33px;}
    .header-menu .menu-holder a:hover {background: #fff; color: #E61C65;}
  .header-menu .user-menu-holder {font-size: 16px; line-height: 21px; padding: 25px 0 25px; position: relative;}
    .header-menu .user-menu-holder ul {margin: 0; padding: 0;}
    .header-menu .user-menu-holder li {margin: 0; padding: 0; list-style: none; position: relative;}
    .header-menu .user-menu-holder a {display: block; padding: 10px 33px;}
    .header-menu .user-menu-holder a:hover {background: #fff;}
    .header-menu .user-menu-holder .note {position: absolute; right:33px; top: 13px; font-size: 14px; line-height: 16px;}
    .header-menu .user-menu-holder::after {content: ""; position: absolute; width: 176px; height: 1px; bottom: 0px; left: 28px; border-radius: 1px; background-color: rgba(80, 161, 208, 0.2);}
  .header-menu .user-info {}
  .header-menu.open {z-index: 11500;}
  /*.header-menu.active .header-menu-holder {display: block;}*/
  /*.header-menu.active .sandwich {background: url(/_images/v2/icon/sandwich-menu.svg) no-repeat 0 -49px;}*/


/** SIDEBAR **/

.sidebar-fixed-holder {position: fixed; z-index: 6500;}
    .sidebar-btn {position: absolute; display: block; z-index: 11000;top: 25px; left: 355px; transform: rotate(90deg); background: url(/_images/v2/icon/btn-download.svg) no-repeat 9px 8px; text-align: center; background-size: 45%; width: 30px; height: 30px; font-size: 11px; line-height: 13px; text-transform: uppercase; background-color: #e9f2f7; border-radius: 15px; box-shadow: rgb(50 50 93 / 40%) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;}
    .sidebar-btn:hover {cursor: pointer;}
    .sidebar-btn.is-hide {transform: rotate(270deg); left: -10px;}
    .sidebar-cover {position: absolute; z-index: 11000; background: #FFFFFF; width: 1000px; height: calc(100vh); left: -1000px;}

.sidebar-holder {position: absolute; left: auto; z-index: 6500;}
.sidebar-panel {z-index: 10000; position: relative;}
  .sidebar-panel .content-holder .loading-process {padding: 15px 0 15px 13px; font-size: 11px !important; color: #666; display: none;}
    .sidebar-panel .loading-process img {vertical-align: middle; display: inline-block; margin-right: 5px;}
  .sidebar-panel .title-holder {margin: 0px 12px 20px 12px; padding: 29px 0 0px; font-size: 18px; line-height: 21px; height: 21px; overflow-x: hidden; overflow-y: hidden; position: relative; white-space: nowrap;}
  .sidebar-panel .title-holder::after {content: " "; position: absolute; height: 100%; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(250, 252, 253, 0)), color-stop(1, rgba(250, 252, 253, 100))); width: 50px; position: absolute; right: 0; top: 0;}
  .sidebar-panel .sidebar-models .title-holder::after {background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(244,249,251, 0)), color-stop(1, rgba(244,249,251, 100)));}
  .sidebar-panel .border {margin: 0px 12px 0 12px; border-bottom: 1px solid #E9F2F7;}
  .sidebar-panel .go-back {display: inline-block; width: 16px; height: 16px; margin: 0px 0 0 0px; background: url(/_images/v2/icon/pointer-left-mini.svg) no-repeat 0px 3px; padding: 0 0 5px 32px;}
  .sidebar-panel .no-found {text-align: center; font-size: 18px; color: #cacaca; margin-top: 0px; padding: 35px 0;} 
  .sidebar-panel .sidebar-models .loading-process-all {text-align: center; font-size: 18px; color: #cacaca; margin-top: 0px; padding: 35px 0; display: none;}
  .sidebar-panel .sidebar-models .loading-process-next {text-align: center; font-size: 18px; color: #cacaca; margin-top: 0px; padding: 0 0 10px; display: none;}
  .sidebar-panel .sidebar-models .loading-process-previous {text-align: center; font-size: 18px; color: #cacaca; margin-top: 0px; padding: 0 0 10px; position: absolute; left: 50px; top: 0px; display: none;}
  .sidebar-models  {position: absolute; top: 0; z-index: 100; width: 187px; box-sizing: border-box; background: #F4F9FB; padding: 0 0 0 0; height: 100vh;}
  .sidebar-content {position: absolute; top: 0; z-index: 100; width: 187px; box-sizing: border-box; background: #FAFCFD; margin: 0 0 0 187px; padding: 0 0 0 0; height: 100vh;}
    .sidebar-models .search-holder {padding: 24px 0;}
      .sidebar-models .search-holder input {padding: 0 12px 0 44px; border: none; margin: 0; width: 136px; font-size: 18px; line-height: 21px; background: url(/_images/v2/icon/search-mini.svg) 12px 3px no-repeat; color: #555F73}
      .sidebar-models .search-holder input:focus {outline: none;}
      .sidebar-models .search-holder input::placeholder {color: #CDCBD7;}
    .sidebar-models .space-holder {display: block; height: 14px;}
    .sidebar-models .models-list {overflow-y: scroll; overflow-x: hidden; max-height: calc(100vh - 140px);}
      .sidebar-models .models-list::-webkit-scrollbar {width: 4px; height: 4px;}
      .sidebar-models .models-list::-webkit-scrollbar-thumb {border-radius: 2px; background-color: #C7DFED; background-clip: border-box;}
      .sidebar-models .models-list::-webkit-scrollbar-track {border: none;}
      .sidebar-models .models-list {scrollbar-color: #C7DFED transparent; scrollbar-width: thin; position: relative;}

      .sidebar-models .models-list .letter {padding: 0 12px 16px; font-size: 18px;}
      .sidebar-models .models-list .show-models-list {display: inline-block; color: #555F73; text-transform: uppercase;}
      .sidebar-models .models-list .show-all a .icon {display: inline-block; width: 10px; height: 10px; background: url(/_images/v2/icon/pointer-up-mini.svg) 8px 0 no-repeat; padding: 0 0 0 8px;}
      .sidebar-models .models-list .hide-all a .icon {display: inline-block; width: 10px; height: 10px; background: url(/_images/v2/icon/pointer-down-mini.svg) 8px 0 no-repeat; padding: 0 0 0 8px;}
      .sidebar-models .models-list ul {padding: 0 0 16px; margin: 0;}
      .sidebar-models .models-list .hide-all ul {display: none;}
      .sidebar-models .models-list li {list-style: none; margin: 0; position: relative;}
      .sidebar-models .models-list li a {display: block; padding: 8px 12px; position: relative;}
      .sidebar-models .models-list li a:hover {background: #CCE9F9; background: linear-gradient(to top right, #CCE9F9 49%, transparent 51%), linear-gradient(to bottom right, #CCE9F9 49%, transparent 51%), linear-gradient(to left, #CCE9F9, #CCE9F9); background-size: 8px 50%, 8px 50%, calc(100% - 8px) 100%; background-position: 100% 0%, 100% 100%, 0% 0%; background-repeat: no-repeat;}
      .sidebar-models .models-list li .count {color: #555F73; font-size: 12px; padding: 0 0 0 10px;}
      .sidebar-models .models-list li a.selected {background: #CCE9F9; background: linear-gradient(to top right, #CCE9F9 49%, transparent 51%), linear-gradient(to bottom right, #CCE9F9 49%, transparent 51%), linear-gradient(to left, #CCE9F9, #CCE9F9); background-size: 8px 50%, 8px 50%, calc(100% - 8px) 100%; background-position: 100% 0%, 100% 100%, 0% 0%; background-repeat: no-repeat;}
    
  .sidebar-content .files-holder {padding: 14px 0 14px; }
  .sidebar-content .files-list {position: relative; z-index: 100; max-height: calc(70vh - 150px); overflow-y: auto; overflow-x: hidden;}
  .sidebar-content .files-list.on-all-height {max-height: calc(100vh - 150px);}
      .sidebar-content .files-list::-webkit-scrollbar {width: 4px; height: 4px;}
      .sidebar-content .files-list::-webkit-scrollbar-thumb {border-radius: 2px; background-color: #C7DFED; background-clip: border-box;}
      .sidebar-content .files-list::-webkit-scrollbar-track {border: none;}
      .sidebar-content .files-list {scrollbar-color: #C7DFED transparent; scrollbar-width: thin;}
    .sidebar-content .files-list .file-row {padding: 7px 12px; position: relative; box-sizing: border-box; min-height: 47px;}
    .sidebar-content .files-list .file-row:hover {background: #CCE9F9; cursor: pointer; background: linear-gradient(to top right, #CCE9F9 49%, transparent 51%), linear-gradient(to bottom right, #CCE9F9 49%, transparent 51%), linear-gradient(to left, #CCE9F9, #CCE9F9); background-size: 8px 50%, 8px 50%, calc(100% - 8px) 100%; background-position: 100% 0%, 100% 100%, 0% 0%; background-repeat: no-repeat;}
    .sidebar-content .files-list .file-row:hover a {color: #E61C65;}
    .sidebar-content .files-list .file-row.selected {background: #CCE9F9; background: linear-gradient(to top right, #CCE9F9 49%, transparent 51%), linear-gradient(to bottom right, #CCE9F9 49%, transparent 51%), linear-gradient(to left, #CCE9F9, #CCE9F9); background-size: 8px 50%, 8px 50%, calc(100% - 8px) 100%; background-position: 100% 0%, 100% 100%, 0% 0%; background-repeat: no-repeat;}
      .sidebar-content .files-list .file-row a {display: block; word-wrap: break-word; padding: 0 0 0 21px; font-size: 14px; line-height: 16px;}
      .sidebar-content .files-list .file-row a::before {content: " "; background: url(/_images/v2/icon/file-formats.svg) no-repeat 0px 0px; height: 18px; width: 16px; display: block; position: absolute; top: 8px; left: 10px;}
      .sidebar-content .files-list .file-row .details {color: #555F73; font-size: 12px; line-height: 9px; padding: 8px 0 0 0;}
      .sidebar-content .files-list .file-row span.pages {text-transform: uppercase;}
      .sidebar-content .files-list .file-row span.size {display: inline-block; padding: 0 0 0 10px; position: absolute; left: 70px;}
      .sidebar-content .files-list .file-row span.download {display: inline-block; padding: 0 0 0 10px; background: url(/_images/v2/icon/download.svg) no-repeat -1px 1px; position: absolute; right: 18px;}
  .sidebar-content .content-holder {padding: 14px 0px 0px;}
    .sidebar-content .content-holder .title {text-transform: uppercase; color: #555F73; font-size: 13px; line-height: 13px; padding: 0 13px;}
    .sidebar-content .content-holder ul {margin: 0; padding: 7px 0 0; overflow-y: scroll; box-sizing: border-box;}
    .sidebar-content .content-holder ul::-webkit-scrollbar {width: 4px; height: 4px;} 
    .sidebar-content .content-holder ul::-webkit-scrollbar-thumb {border-radius: 2px; background-color: #C7DFED; background-clip: border-box;}
    .sidebar-content .content-holder ul::-webkit-scrollbar-track {border: none;}
    .sidebar-content .content-holder ul {scrollbar-color: #C7DFED transparent; scrollbar-width: thin;}
    .sidebar-content .content-holder li {margin: 0; padding: 9px 13px; list-style: none; }
    .sidebar-content .content-holder li.selected {background: #CCE9F9;}
      .sidebar-content .content-holder li a {display: block; word-wrap: break-word;}
      .sidebar-content .content-holder li a.is-hide-page {color: #D9D8DC;}



/*
.sidebar {position: relative; width: 260px; background: #fff; z-index: 1000;}
.sidebar.show_sidebar {display: block;}
.sidebar.chapter_list {position: absolute; overflow: hidden; width: 336px;}
.sb__folder_list {padding-left: 10px;}
    .sb__folder_list h2 {margin-top: 3px;}
    .sb__folder_list h2.add_space {margin-top: 20px;}
    .sb__folder_list .parent {display: block; margin: 10px 0 2px; background: url(/_images/list_line.jpg) no-repeat 0 8px;}
        .sb__folder_list .parent span {background: #fff; display: inline-block; padding-right: 5px;}
    .sb__folder_list a {display: block; padding: 3px 30px 3px 0px; text-decoration: none; position: relative;}
    .sb__folder_list a:hover {background: #eef5fb; color: #1887C6;}
    .sb__folder_list a.selected {background: #C4E0F6;}
    .sb__folder_list a span {color: #000; float: right; margin: 0 2px; font-weight: bold; position: absolute; right: 0;}
    .sb__folder_list a.button {text-align: center; margin: 10px 0 0 0px; border-bottom: 1px dotted; display: inline-block; padding: 0; font-size: 10px;}
    .sb__folder_list a.button:hover {border-bottom: 1px dotted #fff; background: none; color: orange;}
    .sb__folder_list a.skip_margin {margin: 20px 0 0 0;}
.sb__users_list {} 
  .sb__users_list ul {margin: 0; padding: 0; padding-bottom: 10px;}
    .sb__users_list li {list-style: none; position: relative; height: 64px;}
    .sb__users_list li:nth-child(odd) {background: #f8f9f1;}
    .sb__users_list li:hover {background: #eef5fb;}
    .sb__users_list .user_item {padding: 5px 10px 25px 10px;}
    .sb__users_list .user_item:hover {cursor: pointer;}
    .sb__users_list .selected .user_item {background: #d9edf7;}
    .sb__users_list .photo_holder {float: left; width: 50px; text-align: center; margin-right: 10px; height: 50px; padding: 2px; background: #fff; border: 1px solid #f2f2f2; border-radius: 3px;}
    .sb__users_list .username {font-size: 16px; color: #07344e; text-decoration: none;}
    .sb__users_list .username:hover {color: #1887C6; text-decoration: none;}
    .sb__users_list .details {font-size: 12px; padding: 2px 0 0;}
    .sb__users_list a.total {font-size: 11px; position: absolute; right: 10px; top: 43px;}
    .sb__users_list .go_to_univer {display: table-cell; vertical-align: middle; padding: 6px 10px; font-size:14px; width: 240px;}
  .sb__users_list .go_to_univer:hover  {color: #fff; text-decoration: none;}
.sidebar-panel {position: relative; float: left;}
.minimize_sidebar {display: block; height: 300px; position: absolute; width: 20px; left: 0px; background: #DBDBDB;}
    .minimize_sidebar .btn_minimize_sidebar {height: 100%; width: 20px; writing-mode: tb-rl; vertical-align: middle; text-align: center; font-size: 14px; color: #797979;}
    .minimize_sidebar .btn_minimize_sidebar:hover {color: #fff; cursor: pointer;}
    .minimize_sidebar .is-hide {font-size: 14px;}
.fixed_sidebar {position: fixed !important; top: 10px;}
.fixed_minimize_btn {position: fixed; top: 10px; left: auto;}
*/
    
/* {font-size:14px; float: right; width: auto; margin-top: 4px; margin-right: 3px;} */


/** CONTENT **/

/*.block_left {float: left; width: 50%; }
.block_right {float: right; width: 50%;}*/
.loading {width: 100%; padding: 10px 0 0; text-align: center; font-size: 14px; color: #666; display: none;}
  .loading img {vertical-align: middle;}
.grid {padding: 0 33px;}
    .grid .row {border-bottom: 1px solid #E9F2F7; padding: 30px 33px 30px 96px; position: relative;}
    .grid .row:last-child {border-bottom: none;}
    /*.___page.left_padding.right_padding .cell_list {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}*/
    .grid .title {display: block; font-size: 36px; line-height: 41px; padding: 0px; color: #555F73; position: absolute; left: 9px; top: 25px; text-transform: uppercase;}
    .grid .collapse_all, 
    .grid .is-short-list {text-decoration: none; position: absolute; left: 2px; top: 55px; background: url(/_images/v2/icon/pointer-down.svg) no-repeat; width: 20px; height: 20px;}
    .grid .is-full-list {text-decoration: none; position: absolute; left: 2px; top: 55px; background: url(/_images/v2/icon/pointer-up.svg) no-repeat; width: 20px; height: 20px;}
    .grid .loading-status {text-decoration: none; position: absolute; left: 2px; top: 55px; width: 16px; height: 16px; display: none;}
        .grid .row.is-loading .is-short-list,
        .grid .row.is-loading .is-full-list {display: none;}
        .grid .row.is-loading .loading-status {display: inline-block;}
    .grid .cell {margin: 0; padding: 0; width: 100%; -webkit-column-count: 6; box-sizing: border-box; -moz-box-sizing: border-box; -moz-column-count: 6; column-count: 6;}
      .grid .cell li {margin: 0; list-style: none; padding: 0px 0 15px 0; display: inline-block; width: 100%; line-height: 16px; overflow: hidden; text-overflow: ellipsis; color: #0077BC;}
      .grid .cell span {color: #555F73; font-size: 12px;}
.users-models-list .cell {-webkit-column-count: 5; -moz-column-count: 5; column-count: 5;}
.users-models-list .title {top: 30px; font-size: 14px; line-height: 16px; text-transform: none;}
.users-models-list .row {padding-left: 185px;}
.users-models-list .is-short-list,
  .users-models-list .collapse_all,
  .users-models-list .is-full-list {top: 35px;}

.top-list-holder {padding: 0 33px; }
  .top-list-holder .title {font-size: 36px; color: #555F73; text-transform: uppercase; position: absolute; top: 30px; left: 0px; writing-mode: vertical-lr; transform: scale(-1);}
  .top-list-holder .row {padding: 30px 33px 0px 96px; position: relative; min-height: 150px; border-top: 1px solid #E9F2F7;}
  .top-list-holder .row .items {display: flex; flex-wrap: wrap;}
    .top-list-holder .row .items .item {width: calc(100%/6); padding: 0 30px 30px 0; box-sizing: border-box;}
    .top-list-holder .row .item .cover {display: block; width: 100%; box-sizing: border-box; aspect-ratio: 1 / 1.4; margin-bottom: 10px; position: relative;}
    .top-list-holder .row .item img {max-width: 100%; max-height: 100%; position: absolute; box-shadow: rgb(50 50 93 / 40%) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;}
    .top-list-holder .row .item .url {font-size: 16px; padding-bottom: 4px;}
    .top-list-holder .row .item .name {padding-bottom: 4px;}

pre.search_selected {display: inline; font-family: Arial; white-space: normal; margin: 0; font-weight: normal; background-color: #D4E7F2;}

.warning-holder {margin: 20px auto; max-width: 500px; background: #FFCE20; border-radius: 10px; padding: 35px; text-align: center; font-size: 16px; line-height: 21px;}
  .warning-holder .title {padding: 0 0 6px; line-height: 28px;}
  .warning-holder .icon-points {display: inline-block; background: url(/_images/v2/icon/gear-grey.svg) no-repeat right 6px; padding-right: 20px; background-size: 16px 16px;}
  .warning-holder .icon-points-std {background-size: 14px 14px; background-position: right 5px; padding-right: 20px;}
  .warning-holder .button-big {background: #fff; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); padding: 5px 20px; border-radius: 5px; margin-top: 16px; cursor: pointer; color: #555F73;}
  .warning-holder .button-big:hover {box-shadow: none;}
  .warning-holder .button-big span.link {color: #0077BC;}
  .warning-holder .button-big span.link:hover {color: #E61C65;}
    .warning-holder .button-big .filename {padding: 5px 0 0; font-size: 14px;}

/*.buy-points-holder .warning-holder {margin: 35px 33px 35px 33px; background: #FFCE20; border-radius: 10px; padding: 35px; text-align: center; font-size: 18px; line-height: 21px;}*/

/** Filter **/

/*.filter {margin: 10px 10px 20px 0; padding: 20px 10px 10px; background: #CDE8F5; position: relative; box-shadow: 10px 10px 5px -3px #c2c2c2;}
    .filter .input_holder {max-width: 1400px; position: relative; padding: 0 14px 0 140px; }
    .filter label {display: inline-block; width: 115px; text-align: left; font-size: 18px; margin: 0 10px 0 10px; position: absolute;} 
    .filter select {display: inline-block; width: 890px; height: 24px; margin-bottom: 10px; }
    .filter input[type="text"] {display: inline-block; width: 100%; height: 18px; margin-bottom: 10px; padding: 1px 5px; position: relative;}
    .filter input.search_key {width: 790px;}
    .filter input.btn_standart {font-size: 14px;}
    .filter img {display: inline-block; vertical-align: middle; margin-right: 10px; padding: 2px; background: #fff; border: 1px solid #f2f2f2; border-radius: 3px;}
    .filter .user_details {display: inline-block; vertical-align: middle; max-width: 700px;}
    .filter .login {display: inline-block; font-size: 25px; margin: 0px 10px 5px 0;}
    .filter .files-statistics {margin: 0;}
      .filter .files-statistics .statistics-count {display: inline-block; background: url(/_images/icon/set.png) no-repeat; padding: 2px 10px 2px 20px;}
      .filter .files-statistics .statistics-download {display: inline-block; background: url(/_images/icon/download.png) no-repeat; padding: 2px 10px 2px 20px;}
      .filter .files-statistics .statistics-points {display: inline-block; background: url(/_images/icon/gear.png) no-repeat; padding: 2px 10px 2px 20px;}
    .filter .site_details {display: block; font-size: 12px; color: #666; padding: 0 0 0 135px;}
    .filter .breadcrumbs {padding: 0 0 0 10px; margin-top: -5px;}
      .filter .breadcrumbs h1 {padding: 0 0 10px 0; display: inline-block;}*/
.header-bottom-holder {background: none; padding: 0px 33px; position: relative; }
.header-bottom-holder.brand-model-list {min-height: 150px; display: flex; align-items: center; flex-wrap: wrap;}
  .header-bottom-holder .back-link-holder {padding: 0 0 0 96px; display: inline-block; margin: 0 50px 0 0; position: relative;}
    .header-bottom-holder .back-link-holder h1 {padding: 0; margin: 0; display: inline-block; font-size: 36px;}
    .header-bottom-holder .back-link-holder .go-back {width: 24px; height: 24px; display: inline-block; background: url(/_images/v2/icon/pointer-back.svg) no-repeat 0 0; position: absolute; top: 10px; left: 8px;}
  .header-bottom-holder .input-holder {background: url(/_images/v2/icon/filter.svg) no-repeat 8px 9px; padding: 0 0 0 96px; display: inline-block; margin: 0 0 0 0;}
  .header-bottom-holder .info-holder {font-size: 12px; color: #555F73; margin: 0px auto; width: fit-content;}
  .header-bottom-holder input::-webkit-input-placeholder {line-height:normal!important;}
    .header-bottom-holder .input-holder input {border: none; font-size: 36px; color: #555F73; background: none; width: 100%; margin: 0; padding: 0;}
    .header-bottom-holder .input-holder input:focus {outline: none;}
    .header-bottom-holder .input-holder input::placeholder {color: #CDCBD7;}
  .header-bottom-holder .global-search-holder-wrap {width: 100%;}
  .header-bottom-holder .global-search-holder {background: url(/_images/v2/icon/search-blue.svg) no-repeat 8px 9px; padding: 0 0 0 96px; width: 300px; margin: 10px auto; border-bottom: 2px solid #659FCC;}
    .header-bottom-holder .global-search-holder input {border: none; font-size: 36px; color: #555F73; background: none; width: 100%; margin: 0; padding: 0;}
    .header-bottom-holder .global-search-holder input:focus {outline: none;}
    .header-bottom-holder .global-search-holder input::placeholder {color: #0077BC;}
    

.header-bottom-holder.user-files {height: 50px; padding: 0 33px;}
.header-bottom-holder.user-downloads {height: 50px; padding: 0 33px;}
.header-bottom-holder.user-history {height: 50px; padding: 0 33px;}
.header-bottom-holder.buy-points {height: 60px; padding: 0 33px;}
.header-bottom-holder.settings-page {height: 60px; padding: 0 33px;}
.header-bottom-holder.contact-us-page {height: 60px; padding: 0 33px;}
.header-bottom-holder.faq-page {height: 60px; padding: 0 33px;}
.header-bottom-holder.feedback-page {height: 60px; padding: 0 33px;}
.header-bottom-holder.privacy-page {height: 60px; padding: 0 33px;}
.header-bottom-holder.cookie-policy-page {height: 60px; padding: 0 33px;}
.header-bottom-holder.terms-page {height: 60px; padding: 0 33px;}
.header-bottom-holder.how-it-works-page {height: 60px; padding: 0 33px;}
.header-bottom-holder.account-deletion-page {height: 60px; padding: 0 33px;}
.header-bottom-holder.error-404 {height: 60px; padding: 0 33px;}


/*.select_subject {text-align: center; font-size: 40px; color: #cacaca; margin-top: 0px; padding: 75px 0;} */
/*.empty_page {text-align: left; font-size: 28px; color: #cacaca; margin: 50px auto 0; width: 340px;} */
/*.login_block {width: 370px; display: inline-block; margin: 25px 0 0;}
  .login_block .forgot_pasword {display: block; font-size: 10px; padding-top: 4px;}
     .login_block .forgot_pasword a {color: #666; }
.right_content {width: 740px; float: right; margin-top: 0px;}
.skip_padding {margin-top: 0px;}*/
/** Settings PAGE **/
/*.settings_page {display: block; margin: 0; width: 400px; padding: 5px 0 0 10px;}*/


/** Help PAGE **/

.help-page-holder {padding: 40px 0px; margin: 0 auto; max-width: 1000px; clear: both;}
  .help-page-holder .help-page-title {padding: 0 0 30px; font-size: 18px; line-height: 21px;}
  .help-page-holder .help-item {padding: 0 0 30px 50px; position: relative; clear: both;}
  .help-page-holder .help-question {padding: 2px 0 10px; font-size: 22px;}
  .help-page-holder .help-answer {line-height: 18px; position: relative; width: 100%;}
    .help-page-holder .help-answer .screenshot-holder {margin: 0px; display: inline-block; width: 310px; float: right; margin-bottom: 30px;}
    .help-page-holder .help-answer .screenshot .spacer {display: block; height: 34px;}
    .help-page-holder .help-answer .screenshot .spacer.arrow {background: url(/_images/v2/icon/down.svg) no-repeat center center;}
    .help-page-holder .help-answer .text-holder {width: calc(100% - 330px); padding: 0 0; box-sizing: border-box; float: left;}
    .help-page-holder .help-answer .text-holder.no-screenshot {width: 100%;}
    .help-page-holder .help-answer .screenshot-holder.no-screenshot {display: none;}
    .help-page-holder .help-answer p {margin: 0px;}
    .help-page-holder .help-answer .screenshot img {background: #FEFEFE; border: 1px solid rgba(129, 189, 223, 0.4); box-sizing: border-box; max-width: 100%;}
    .help-page-holder .help-answer .screenshot-1 {}
    .help-page-holder .help-answer .screenshot-2 {background: url(/_images/v2/icon/next.svg) no-repeat center center;}
      .help-page-holder .help-answer .screenshot-2 img:nth-child(even) {float: right;}

  .help-page-holder .help-item-marker {position: absolute; left: 0; top: 0; background: #FFCE20; width: 25px; height: 25px; color: #fff; border-radius: 25px; place-items: center; display: grid; z-index: 2000;}
  .help-page-holder .help-item::after {content: ''; position: absolute; left: -5px; top: 2px; border: 10px solid transparent; border-top: 10px solid #FFCE20; transform: rotate(160deg); z-index: 1000;}


/** Contact Us **/

.contact-us-page .content-static-page {padding: 40px 33px 40px; line-height: 18px; margin: 0 0; max-width: none;}


/** Feedback Page **/

.feedback-page-holder {padding: 0 33px; margin: 0 auto; max-width: 1000px;}
  .feedback-page-holder #feedbackForm .note {display: inline-block; padding: 10px 20px 10px 24px; line-height: 16px; color: #5F5B79; position: relative;}
  .feedback-page-holder #feedbackForm .note::after {content: " "; display: inline-block; position: absolute; background: url(/_images/v2/icon/icon-set-v4.svg) -139px -226px no-repeat ; width: 14px; height: 14px; right: 0; top: 11px; transform: scale(0.9)}
  .feedback-page-holder .feedback-list {padding: 50px 0 0;}
    .feedback-page-holder .feedback-list .feedback-item {position: relative;}
      .feedback-page-holder .feedback-list .feedback-item img.photo {width: 36px; height: 36px; position: absolute; top: 0; left: 0;}
      .feedback-page-holder .feedback-list .feedback-item .replay {position: absolute; top: 0; right: 0; color: #0077BC; line-height: 24px; display: inline-block; background: rgba(80, 161, 208, 0.3); border-radius: 3px; width: 110px; text-align: center;}
      .feedback-page-holder .feedback-list .feedback-item .replay:hover {background: rgba(80, 161, 208, 0.45);}
    .feedback-page-holder .feedback-list .feedback-detail {padding: 0 0 0 51px;}
    .feedback-page-holder .feedback-list .name {font-size: 18px; line-height: 21px; color: #5F5B79; padding: 0 0 3px;}
    .feedback-page-holder .feedback-list .name a {color: #5F5B79;}
    .feedback-page-holder .feedback-list .date {font-size: 10px; line-height: 16px; color: rgba(95, 91, 121, 0.5);}
    .feedback-page-holder .feedback-list .text {color: #5F5B79; line-height: 16px; padding: 10px 0 20px; word-wrap: break-word;}
    .feedback-page-holder .feedback-list .comments {}
      .feedback-page-holder .feedback-list .comments fieldset {padding: 0px 110px 40px 0; box-sizing: border-box; position: relative;}
      .feedback-page-holder .feedback-list .comments input[type=text] {font-size: 14px; line-height: 16px;}
      .feedback-page-holder .feedback-list .comments textarea {font-size: 14px; line-height: 16px;}
      .feedback-page-holder .feedback-list .comments form {position: relative;}
      .feedback-page-holder .feedback-list .comments button {position: absolute; right: 0; bottom: 40px; font-size: 14px; line-height: 16px; min-width: 10px; width: 80px;}
      .feedback-page-holder .feedback-list .comments .hide-button {position: absolute; right: 0; top: 0px; width: 12px; height: 12px; display: inline-block; background: url(/_images/v2/icon/glyphs.svg) no-repeat -2px -362px;}
      .feedback-page-holder .feedback-list .comments fieldset.is-error::after {top: 13px;}


/** User info BLOCK **/
/*.user_info {padding-top: 10px;}
    .user_info .university_panel {display: block; padding: 0; min-height: 30px;}
        .user_info .university_panel select {width: 740px; width: 820px; float: left; margin-top: 6px;}
        .user_info .university_panel .university_select {font-size: 16px; display: inline-block; padding: 10px 0 0;}
*/

/** Preview **/
/*.preview_info {min-height: 50px; position: relative;}
    .preview_info a {}
    .preview_info img {vertical-align: top;}
    .preview_info .path {margin: 0; padding: 0 230px 0 0;}
    .preview_info .label {width: 85px; padding: 1px 0px 1px 0; text-align: right; color: #666666; float: left;}
    .preview_info .description {width: 180px; font-size: 13px; position: absolute; top: 10px; right: 10px;}
        .preview_info .description .details {color: #333333; font-size: 13px; padding: 2px 0 1px 95px;}
    .preview_info span.h1_title {font-family: Helvetica, Arial, sans-serif; color: #000; font-weight: normal; font-size: 18px; padding: 10px 0 10px 10px; margin: 0; display: inline-block;}*/

.preview-content {padding: 0 33px 40px 410px; z-index: 1; overflow: hidden;}
    .preview-content .type-image {text-align: center;}
        .preview-content .type-image img {max-width: 1000px;}
    .preview-content .type-txt {padding: 0 30px; border: dashed 1px #787878; overflow: hidden;}
      .preview-content .type-txt h1 {font-size: 22px;}
    .preview-content .type-txt h2 {font-size: 20px;}
    .preview-content .type-txt h3 {font-size: 18px;}
    .preview-content .type-txt table {border: 1px solid black; border-collapse: collapse;}
    .preview-content .type-txt td {border: 1px solid black;}
    .preview-content .type-txt td p {padding: 0; margin: 0;}
    .preview-content .type-txt #content_pdf_page {overflow: hidden;}
     .preview-content .type-pdf {padding: 0 0px; border: none; position: relative; color: #000;}
        /*.preview-content .type-pdf .pagination {padding-left: 30px;}*/
        .preview-content .type-pdf #content_pdf_page {text-align: center;}
        .preview-content .type-pdf #content_pdf_page .pdf_holder {-webkit-transform-origin: top left; max-width: 100%;}
        .preview-content .type-pdf #content_pdf_page .pdf_holder > div {box-shadow: 1px 1px 3px #555F73; margin: 0px; position: relative; min-height: 600px; min-width: 300px;}
        .preview-content .type-pdf #content_pdf_page .pdf_holder > div.skip-min-values {min-height: auto; min-width: auto;}
        .preview-content .type-pdf #content_pdf_page .pdf_holder > div.no-scale {margin: 0px auto 10px;}
        .preview-content .type-pdf #content_pdf_page .pdf_holder > div.banner_content_pdf {border: none; margin: 10px auto; position: relative;}
        .preview-content .type-pdf #content_pdf_page .pdf_holder > div > img {width: 100%;}
        .preview-content .type-pdf .html {position: relative;}
    .preview-content .type-code {padding: 0 30px;}
    .preview-content code {overflow: scroll;}
    .loading-holder.preview-html-loading {padding: 100px 0px 20px 0px; top: 0; box-sizing: border-box; left: calc(50vw + 83px);}
  /*.preview-content.is-mobile-version {padding: 0 0 0 33px;}*/
  .pdf_holder .search_selected {font-weight: normal; background-color: yellow; display: inline-block;}
  .preview-content .fish-block {height: 2500px;}
  .preview-content.full-width {padding-left: 33px !important;}

.preview-content.is-search-loading {padding: 0 33px 40px 0px;}
.preview-content.is-loading .html {min-height: 2500px;}
.preview-content .no-found {display: none;}
/*.preview-content.is-loading #content_pdf_page {opacity: 0; }*/
/*.preview-content.is-loading #warning-need-login {opacity: 0; }*/
/*.preview-content.is-loading .limit-buttons-holder {opacity: 0; }*/

.preview-header {padding: 19px 33px 40px 410px; position: relative;}
  .preview-header.full-width {padding-left: 33px !important;}
  .preview-header .preview-h1 {color: #555F73; font-size: 22px; line-height: 28px; display: inline-block; padding: 7px 240px 0 0;}
    .preview-header .preview-h1 h1 {padding: 0px; display: inline;}
    .preview-header .preview-h1 .btn-expand-models {}
  .preview-header .right-block {position: absolute; right: 25px; top: 20px;}
  .preview-header .file-size {display: inline-block; padding: 0 0 0 21px;}
  .preview-header .go-back {display: inline-block; background: url(/_images/v2/icon/pointer-left-mini.svg) no-repeat; background-position: right 5px center; padding: 0 30px 0 0; font-size: 24px; line-height: 28px;}
  
  .preview-header .file-description {position: absolute;}
    .preview-header .file-description .root-description {float: left; min-height: 16px; padding: 7px 0;}
        .preview-header .file-description .root-description .username {position: relative; float: left; padding-right: 12px;}
        .preview-header .file-description .root-description .file-status {position: relative; padding-left: 25px; float: left;}
        .preview-header .file-description .root-description .file-status.status-deleted {color: #E61C65;}
        .preview-header .file-description .root-description .file-status.status-warning {color: #EBB700;}
        .preview-header .file-description .root-description .file-status.status-approved {color: #44E61C;}
        .preview-header .file-description .root-description .file-status.status-deleted::before {background: url(/_images/v2/icon/glyphs.svg) no-repeat -1px -684px; content: " "; width: 15px; height: 14px; position: absolute; top: 0; left: 0;}
        .preview-header .file-description .root-description .file-status.status-warning::before {background: url(/_images/v2/icon/glyphs.svg) no-repeat -1px -794px; content: " "; width: 15px; height: 14px; position: absolute; top: 0; left: 0;}
        .preview-header .file-description .root-description .file-status.status-approved::before {background: url(/_images/v2/icon/glyphs.svg) no-repeat -1px -648px; content: " "; width: 15px; height: 14px; position: absolute; top: 0; left: 0;}
    
    .preview-header .file-description .rating-holder {padding: 7px 0 7px 0; min-height: 16px; float: left; width: 170px;}
        .preview-header .file-description .rating-holder .rating-stars {float: left; margin-right: 5px; width: 100px;}
            .preview-header .file-description .rating-holder .rating-stars .rating-loading {display: inline-block; height: 16px; width: 16px; float: left; padding-left: 40px;}
            .preview-header .file-description .rating-holder .rating-stars .icon-star {display: inline-block; height: 16px; width: 16px; background: url('/_images/icon/star-empty.svg') no-repeat; background-size: contain; float: left; padding-right: 4px;}
            .preview-header .file-description .rating-holder .rating-stars:hover .icon-star {background: url('/_images/icon/star-setted.svg') no-repeat; background-size: contain;}
            .preview-header .file-description .rating-holder .rating-stars .icon-star:hover ~ .icon-star {background: url('/_images/icon/star-empty.svg') no-repeat; background-size: contain;}
            .preview-header .file-description .rating-holder .rating-stars .icon-star:hover ~ .icon-star.setted {background: url('/_images/icon/star-empty.svg') no-repeat; background-size: contain;}
            .preview-header .file-description .rating-holder .rating-stars .icon-star.setted {background: url('/_images/icon/star-setted.svg') no-repeat; background-size: contain;}
        .preview-header .file-description .rating-holder .rating-value {line-height: 16px; float: left;}


.preview-without-content {padding-left: 255px;}
.preview-without-menu {padding-left: 33px;}

button .icon-points {display: inline-block; background: url(/_images/v2/icon/gear-grey.svg) no-repeat right 6px; padding-right: 20px; background-size: 16px 16px;}
button .icon-points-std {background-size: 14px 14px; background-position: right 3px; padding-right: 20px;}

.btn-download-file {background: #FFCE20 url(/_images/v2/icon/btn-download.svg) no-repeat 26px 12px; padding: 10px 36px 10px 59px;}
.btn-download-file:hover {background-color: #EBB700; box-shadow: 0px 10px 10px rgba(255, 206, 32, 0.4); }
  .btn-download-file .loading-status {display: none; margin-right: 17px;}
  .btn-download-file.download-progress {background: #FFCE20; padding-left: 27px;}
  .btn-download-file.download-progress .loading-status {display: inline-block;}

.limit-buttons-holder {width: calc(100% + 20px); text-align: center; color: #5F5B79; min-height: 50px; left: -10px;}
.limit-buttons-holder.user-logined {bottom: 335px;}
  .limit-buttons-holder .limit-buttons {text-align: center; width: 100%; bottom: -30px; font-size: 18px; line-height: 21px; background: #fff;}
  .limit-buttons-holder .limit-buttons button {margin: 20px 30px 0;}

.preview-content .type-pdf .paid-file-holder {padding-top: 50px;}




.empty-content {text-align: center; font-size: 36px; color: #cacaca; margin-top: 0px; padding: 35px 0;} 
  .empty-content #warning-need-login {display: none;} 

.loading-holder {text-align: center; padding-top: 35px; display: none;}
  .loading-holder span {display: inline-block; padding: 0px 0 0 5px; font-size: 36px; color: #cacaca;}




/*.has_chapter_navigation {padding: 0 0 0 25px;}*/
/*.chapter_list {margin-bottom: 40px; margin-left: 20px;}
    .chapter_list ul {margin: 0; padding: 0; width: 326px;}
    .chapter_list li {margin: 0; padding: 0; list-style-type: none; list-style-position: inside; padding: 0 0 0 0px; position: relative; overflow: hidden;}
    .chapter_list li:hover {background: #eef5fb;}
    .chapter_list span {position: absolute; left: 8px; top: 5px;}
    .chapter_list a.item {display: block; padding: 5px 30px 5px 20px; text-decoration: none; position: relative;}
    .chapter_list a.item:hover { color: orange;}
    .chapter_list .this_anchor a {color: #000;}
    .chapter_list .this_anchor span {display: none;}
    .chapter_list li.selected {background: #C4E0F6;}*/

/*.chapter_page_navigation {padding: 10px 0px; text-align: center; min-height: 15px; display: none; position: absolute; left: 50%; margin-left: -50px;}
    .chapter_page_navigation .prev {float: left; }
    .chapter_page_navigation .next {float: right; }
    .chapter_page_navigation .pages {padding: 0px 10px; display: inline-block;}
    .hide_chapter_sidebar {display: none; position: absolute; top: -25px; right: 0; -moz-box-shadow: 1px 1px 0px 0px #a4e271; -webkit-box-shadow: 1px 1px 0px 0px #a4e271; box-shadow: 1px 1px 0px 0px #a4e271; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4e41b), color-stop(1, #5ca80b) ); background:-moz-linear-gradient( center top, #a4e41b 5%, #5ca80b 100% ); padding: 4px 5px; color: #fff; text-decoration: none; border-radius: 2px; background-color: #5ca80b;}
    .chapter_page_navigation .show_chapter_sidebar {display: inline-block; margin-top: -5px; display: none; -moz-box-shadow: 1px 1px 0px 0px #a4e271; -webkit-box-shadow: 1px 1px 0px 0px #a4e271; box-shadow: 1px 1px 0px 0px #a4e271; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4e41b), color-stop(1, #5ca80b) ); background:-moz-linear-gradient( center top, #a4e41b 5%, #5ca80b 100% ); padding: 4px 5px; color: #fff; text-decoration: none; border-radius: 2px; background-color: #5ca80b;}
    .chapter_page_navigation .show_chapter_sidebar:hover {color: #fff; }*/



/** Navigation **/

.pagination-holder {padding: 20px 33px 30px; text-align: center;}
.preview-content .pagination-holder {padding: 20px 0px 30px;}
.pagination {padding: 0px 65px; text-align: center; min-height: 22px width: auto; display: inline-block; position: relative; max-height: 22px; overflow-y: hidden;}
.full-show .pagination {padding: 0px 0px; text-align: center; overflow-y: visible;}
  .pagination .page-item {line-height: 16px; padding: 0px 0px; text-align: center; display: inline-block; min-width: 26px; margin: 0 2px; border-radius: 3px; line-height: 22px;  height: 22px; color: #0077BC; text-indent: 0px;}
  .pagination .btn-page-navigation {line-height: 16px; padding: 0px 0px; text-align: center; display: inline-block; min-width: 26px; margin: 0 2px; border-radius: 3px; line-height: 22px;  height: 22px; color: #0077BC; text-indent: 0px;}
  .pagination .page-item.selected {background: rgba(129, 189, 223, 0.4);}
  .pagination .page-item.empty {color: #cdcbd7;}
  .pagination a:hover {background-color: rgba(129, 189, 223, 0.2); color: #0077BC;}
  .pagination .goto-begin {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat 0px -365px; display: inline-block; min-width: 22px; position: absolute; left: 0; top: 0;}
  .pagination .goto-prev {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -22px -365px; display: inline-block; min-width: 22px; position: absolute; left: 22px; top: 0;}
  .pagination .goto-next {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -44px -365px; display: inline-block; min-width: 22px; position: absolute; right: 22px; top: 0;}
  .pagination .goto-end {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -66px -365px; display: inline-block; min-width: 22px; position: absolute; right: 0px; top: 0;}
  .pagination .goto-begin.is-disable {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -88px -365px; display: inline-block; min-width: 22px;}
  .pagination .goto-prev.is-disable {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -110px -365px; display: inline-block; min-width: 22px;}
  .pagination .goto-next.is-disable {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -132px -365px; display: inline-block; min-width: 22px;}
  .pagination .goto-end.is-disable {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -154px -365px; display: inline-block; min-width: 22px;}
  .pagination .current_page {display: none;}
  /*.has_chapter_navigation .pagination .back_link {left: 30px;}*/


/** Folde sort **/
/*.folder_sort {}
    .folder_sort .actions {padding: 0 0 20px;}
    .folder_sort a {border-bottom: 1px dotted; text-decoration: none;}
    .folder_sort a:hover {border-bottom: #fff;}
    .folder_sort .cancel_all {float: right; color: #c82e2e; background: url(/_images/icon/cross_red.png) 0 1px no-repeat; padding: 0 10px 0 20px; min-height: 20px; margin-top: 7px; border: none;}
      .folder_sort .cancel_all span {border-bottom: 1px dotted; text-decoration: none;}
      .folder_sort .cancel_all:hover span {border-bottom: #fff;}
    .folder_sort ul {margin: 0; padding: 0;}
      .folder_sort ul li {list-style: none; background: #fff url(/_images/icon/set2.png) 4px -85px no-repeat; padding: 5px 10px 5px 30px;}
      .folder_sort ul li:nth-child(odd) {background-color: #eef5fb;}
      .folder_sort ul .name {display: inline-block; width: 380px; font-size: 16px; vertical-align: top;}
      .folder_sort ul .action {display: inline-block; width: 570px;}
      .folder_sort ul .checked {color: #69b20c;}
      .folder_sort ul .new {color: orange;}
      .folder_sort ul .cancel {color: #c82e2e; background: url(/_images/icon/cross_red.png) 0 0 no-repeat; width: 16px; height: 16px; display: inline-block; vertical-align: middle; text-indent: -9999px; border: none;}
      .folder_sort ul .hidden {display: none;}
      .folder_sort .btn_add,
      .folder_sort .btn_remove {float: left;}*/
    

/** FILES LIST **/
/*.tree_expand {padding: 7px 0 7px 45px; background: url(/_images/icon/expand.png) 22px 9px no-repeat; display: block;}
    .tree_expand a {text-decoration: none; border-bottom: 1px dotted;}
    .tree_expand a:hover {border-bottom: none;}
ul.files_list {margin: 0 0 0 0; padding: 0 0 0 15px; border-left: none;}
    ul.files_list li {list-style: none; position: relative;}
    ul.files_list div {padding: 7px 0px 7px 30px;}
    ul.files_list div:hover {background-color: #eef5fb;}
    ul.files_list .folder {background: url(/_images/icon/set2.png) 4px -81px no-repeat;}
    ul.files_list .folder a {border-bottom: 1px dotted; text-decoration: none;}
    ul.files_list .folder a:hover {border-bottom: #fff;}
    ul.files_list .open {background: url(/_images/icon/set2.png) 4px -169px no-repeat #fff;}
    ul.files_list .preview {background: url(/_images/icon/link.png); display: block; width: 16px; height: 16px; margin: 9px 0 0 2px; float: left;}
    ul.files_list div span {float: right; display: inline-block; text-align: right;}
    ul.files_list div span.date {width: 85px; padding-right: 10px;}
    ul.files_list div span.size {width: 100px; }
    ul.files_list div span.download {width: 50px;}
    ul.files_list div span.download span {background: url(/_images/icon/download.png) right no-repeat; padding-right: 20px; color: #69B20C;}
    ul.files_list .download_folder {background: url(/_images/icon/download2.png) right no-repeat; padding-right: 20px; color: #1887C6; border-bottom: none;  position: absolute; right: 195px; top: 8px;}
    ul.files_list .download_folder:hover {text-decoration: none;}
    ul.files_list .download_folder:hover + div {background-color: #eef5fb;}
    ul.files_list a.file_link {text-decoration: none; padding-right: 20px; color: #1887C6; border-bottom: none; position: absolute; right: 160px; top: 8px;}
    ul.files_list a.file_link:hover {color: orange;}
    ul.files_list a.file_link:hover + div {background-color: #eef5fb;}
    ul.files_list a.file_link:hover + a + div {background-color: #eef5fb;}
    ul.files_list div.folder span.download {width: 50px; min-height: 1px; padding-right: 20px;}
    ul.files_list .folder_empty {background: url(/_images/icon/set.png) 4px -43px no-repeat;}
    ul.files_list .folder_empty span.download {width: 50px; padding-right: 20px;}
    ul.files_list .folder_empty a {text-decoration: none;}
    ul.files_list .folder_empty a:hover {color: #1887C6;}
    ul.files_list .marker {background-color: #d6f8c0;}
ul.folder_content {margin: 0 0 0 10px; padding: 0 0 0 20px; border-left: 1px solid #C4E0F6;}*/

/** USERS LIST**/
/*
ul.users_list {margin: 0; padding: 0;}
    ul.users_list li {list-style: none; padding: 5px 10px;}
        ul.users_list li .index {display: inline-block; width: 100px; vertical-align: middle; font-size: 48px; color: #1887C6;}
        ul.users_list li .userpics {display: inline-block; width: 50px; vertical-align: middle; text-align: center; margin-right: 20px; height: 50px; padding: 2px; background: #fff; border: 1px solid #f2f2f2; border-radius: 3px;}
        ul.users_list li .login {display: inline-block; width: 230px; vertical-align: middle; font-size: 16px;}
        ul.users_list li .univers {display: inline-block; width: 400px; vertical-align: middle; }
        ul.users_list li .count {display: inline-block; width: 100px; vertical-align: middle; }
        ul.users_list li .date {display: inline-block; width: 50px; vertical-align: middle; }
    ul.users_list li:hover {background: #eef5fb;}
    ul.users_list li.current {background: #d9edf7;}
    */


/** Banners **/

.banner {display: inline-block;}
.banner_top {width: 100%; /*overflow-x: hidden;*/ text-align: center;}
.banner_right {padding-top: 222px; position: absolute; right: 0;}
.banner_left {padding-top: 222px; position: absolute; left: 0;}
.banner_bottom { width: 100%; /*overflow-x: hidden;*/ text-align: left; }
.ads_spacer {float: left; display: block; height: 200px;}
.ads_spacer2 {float: left; display: block; height: 2500px; clear:left;}
.banner_content_doc {float:left; clear:left; margin-right: 15px;}
    .banner_content_doc div {}
.banner_content_pdf {width: 100%; overflow-x: hidden; text-align: center; }
.banner_bottom_preview {width: 100%; overflow-x: hidden; text-align: center; }
.banner_test_1 {display: block; width: 250px; height: 300px; background: #ff5500;}
.banner_test_2 {display: block; width: 250px; height: 300px; background: #ff5500;}
.banner_test_3 {display: block; width: 250px; height: 300px; background: #ff5500;}
.banner_test_4 {display: block; width: 250px; height: 300px; background: #ff5500;}
.banner_test_6 {display: block; width: 250px; height: 300px; background: #ff5500;}
.banner_test_5 {display: block; width: 200px; height: 200px; background: #ff5500;}
.banner_test_7 {background: #ff5500;}
.banner-test-pre-top {background: #ff5500; height: 100px; width: 100%;}
.banner-sidebar-panel {display: inline-block; width: 336px; height: 280px; position: absolute; bottom: 0px;}
.dev-banner-pdf {display: block; width: 100%; height: 300px; background: #ff5500;}

.preview-without-content .banner_top {padding-top: 80px;}


/** POPUP **/
/*
.popup_input_error {border-color: red;}
.popup_add {display: none; position: fixed; top: 50%; left: 50%; width: 750px; margin: -250px 0 0 -375px; text-shadow: 1px; border: 1px solid #ccc; box-shadow: 0 0 10px rgba(0,0,0,0.5); background: #fff; z-index: 100;}
    .popup_add .popup_header {background: #C4E0F6; padding: 10px 0 0; min-height: 30px;}
      .popup_add .popup_header .title {padding: 0px 10px 0px; font-size: 18px;}
      .popup_add .popup_header a {display: inline-block; padding: 10px 10px 5px; background: #eef5fb; margin-left: 5px; text-decoration: none;}
      .popup_add .popup_header a:hover {color: #1887C6;}
      .popup_add .popup_header a.selected {background: #fff;}
      .popup_add .popup_header .close {display: block; float: right; width: 16px; height: 16px; background: url(/_images/icon/cross.png) no-repeat; margin: 3px 10px 0 0;}
      .popup_add .popup_header .close:hover {cursor: pointer;}
    .popup_add .tab_content {min-height: 100px; padding: 10px;}
    .popup_add .tab_content .skip_margin {margin-top: -20px;}
    .popup_add .select_column {height: 400px; margin-bottom: 10px; overflow-x: hidden; overflow-y: scroll; width: 730px;}
    .popup_add form label {width: 110px; }
    .popup_add form label.notice {width: 110px; padding-top: 0px; margin-bottom: 18px;}
        .popup_add form label.notice span {display: block; font-size: 10px; color: #ccc;}
    .popup_add form input {width: 590px;}
    .popup_add form select {width: 603px; padding: 5px;}
    .popup_add .data {width: 730px;}
    .popup_add .name {width: 610px;}
.popup_window {display: none; position: fixed; top: 50%; left: 50%; width: 700px; margin: -200px 0 0 -350px; border: 1px solid #ccc; box-shadow: 0 0 10px rgba(0,0,0,0.5); background: url(/_images/bg_popup.png) repeat-x top #fff; z-index: 1000; color: #000; border-radius: 5px;}
    .popup_window .popup_header {padding: 10px 0 10px 20px; color: #000; font-size: 17px; font-weight: bold;}
        .popup_window .popup_header .close_popup {display: block; float: right; width: 16px; height: 16px; background: url(/_images/icon/cross.png) no-repeat; margin: 3px 10px 0 0;}
        .popup_window .popup_header .close_popup:hover {cursor: pointer;}
    .popup_window .login_block {width: 300px;}
    .popup_window .popup_content {padding: 0 20px 20px;}
    .popup_window .title {font-size: 15px; font-weight: bold;}
    .popup_window .std_form label {display: block; padding: 0; margin: 10px 0 0;}
    .popup_window .login_bg {background-color: #d9f5cc; padding: 23px; width: auto; border-radius: 5px; margin: 12px 0 0 0;}
    .popup_window .register_bg {padding: 15px; margin: 0;}
    .popup_window .btn_remove {float: none;}
.popup_alert {display: none; position: fixed; top: 50%; left: 50%; width: 450px; margin: -100px 0 0 -225px; text-shadow: 1px; border: 1px solid #ccc; box-shadow: 0 0 10px rgba(0,0,0,0.5); background: #fff; z-index: 100; text-align: center; padding: 10px;}
    .popup_alert .alert_text {padding: 10px 0 10px; font-size: 13px; text-align: center;}
    .popup_alert .left {text-align: left;}
    .popup_alert input[type="text"] {display: inline-block; width: 200px; margin-bottom: 10px; padding: 3px 7px;}
    .popup_alert input {float: inherit;}
.popup_filter {} 
    .popup_filter label {display: inline-block; width: 70px; text-align: right; font-size: 18px; margin-right: 10px;} 
    .popup_filter input[type="text"] {display: inline-block; width: 715px; margin-bottom: 10px; padding: 7px;}
.popup-overlay {background-color: #fff; width: 100%; height: 100%; position: absolute; top: 0; z-index: 6000; opacity: 0.3;}
*/

#uploadPopup::-webkit-scrollbar {display: none;}


.popup-holder {display: none; position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 6000; background-color: rgba(0, 0, 0, .7); overflow: auto; overflow-x: hidden; overflow-y: auto;}

.popup_sss {max-width: 700px; margin: 0 10px; box-sizing: border-box; background: #fff; position: fixed; max-height: 80%; height: auto; padding: 0 0 0; border-radius: 5px; z-index: 7000; top: 20%; display: none; overflow: hidden; left: calc(50vw - 340px);}
.popup_sss.warning {margin: 0 0 0 -200px; width: 400px;}
.popup_sss.progressbar {margin: 0 10px; width: 600px; max-height: calc(50vh); overflow-y: scroll;}
  .popup_sss .title {margin: 0; font-size: 20px; background: #fff; padding: 20px 20px; border-radius: 10px 10px 0 0; position: fixed; /*border-bottom: 1px solid #ccc;*/ z-index: 8000; width: 660px;}
    .popup_sss .title .close {position: absolute; right: 20px; color: #fff; text-decoration: none; font-size: 14px; top: 13px;}
  .popup_sss .close-popup {position: absolute; color: #fff; background: #ccc; text-decoration: none; font-size: 14px; top: 5px; right: 5px; z-index: 10000; padding: 5px 12px 7px; border-radius: 40px;}
  .popup_sss .body {/*margin: 5% 40px; height: 90%; overflow: scroll;*/ padding: 0 20px; margin: 20px 0 20px;}
  .popup_sss.warning .body {font-size: 14px;}

.popup {width: 360px; background-color: #F4F9FB; border-radius: 5px; position: fixed; z-index: 8000; top: 50%; left: 50%; display: none;}
  .popup .popup-header {font-size: 18px; line-height: 21px; text-align: center; padding: 34px 0 15px; background-color: #E9F2F7; border-radius: 5px 5px 0 0; position: relative;}
    .popup .popup-header .tab {font-size: 18px; line-height: 21px; display: inline-block; padding: 0 24px 0; position: relative;}
    .popup .popup-header .tab:hover {color: #E61C65; cursor: pointer;}
    .popup .popup-header .tab.selected {color: #555F73;}
    .popup .popup-header .tab.selected:after {content: ""; position: absolute; width: 100%; height: 3px; bottom: -15px; left: 0; border-radius: 1px; background-color: #0077BC;  }
  .popup .close {display: block; position: absolute; width: 16px; height: 16px; background: url(/_images/icon/cross.png) no-repeat; right: 15px; top: 15px;}
  .popup .close:hover {cursor: pointer;}
  .popup .popup-body {padding: 25px;}

.popup.paid-file-holder {width: 530px; box-sizing: border-box; background: transparent; left: calc(50vw - 265px); top: calc(50% - 200px); box-shadow: 0px 5px 15px rgb(144, 168, 181); border-radius: 10px;}
.popup.paid-file-holder .action-close-popup {display: inline-block; position: absolute; background: url(/_images/v2/icon/glyphs.svg) 1px -36px; width: 15px; height: 15px; right: 15px; top: 15px;}
.popup.paid-file-holder .action-close-popup:hover {cursor: pointer;}
.paid-file-holder {width: 530px; box-sizing: border-box; background: #fff; margin: 0px auto;}
  .popup.paid-file-holder .title {padding-bottom: 0px;}
  .paid-file-holder .warning-holder {margin: 0; padding: 22px;}
  .paid-file-holder .warning-holder .button-big {max-width: none; position: relative; min-height: 53px; box-sizing: border-box; padding: 5px 20px 5px 76px; text-align: left; display: flex; align-items: center;}
  .paid-file-holder .warning-holder .button-big::before {content: " "; position: absolute; width: 34px; height: 28px; background: url(/_images/v2/icon/icon-set-big.svg) no-repeat 0px 0px; left: 26px; top: calc(50% - 14px);}
  .paid-file-holder .warning-holder .button-big.btn-pdf-icon::before {background-position: 0px -80px;}
  .paid-file-holder .warning-holder .button-big.btn-upload-file::before {background-position: 0px -160px;}
  .paid-file-holder .warning-holder .button-big.btn-buy-points::before {background-position: 0px -240px;}
  .paid-file-holder .warning-holder .icon-points {padding-right: 16px;}
  .paid-file-holder .warning-holder .button-big .icon-points {background-position: right 4px;}
  .paid-file-holder .warning-holder .button-big span {display: inline-block; max-width: 350px;}

.popup-std {width: 350px; top: calc(30vh - 100px); left: calc(50vw - 175px); display: none; box-shadow: 0px 5px 15px rgb(144, 168, 181);}
/*.popup-std.popup-brand-relation {width: 350px; top: calc(30vh - 100px); left: calc(50vw - 175px); display: inline-block; box-shadow: 0px 5px 15px rgb(144, 168, 181);}*/
  .popup .icon-close {display: inline-block; position: absolute; background: url(/_images/v2/icon/icon-set-v4.svg) -70px -45px; width: 16px; height: 16px; right: 15px; top: 15px;}
  .popup .icon-close:hover {cursor: pointer;}
  .popup-std .popup-body {padding: 10px 25px 25px;}
  .popup-std fieldset {padding: 15px 0 0 0;}
  .popup-std .reset-password-link {padding: 20px 0 0; text-align: right;}
  .popup-std .login-holder {display: none;}
  .popup-std .sign-up-holder {display: none;}
  .popup-std .restore-password-holder {display: none;}
  .popup-std .restore-password-set-holder {display: none;}
  .popup-std .captcha-holder {padding: 30px 0 0; display: none;}
/*    .popup-std .sign-up-holder .captcha-holder {display: block;}*/
    .popup .title {font-size: 18px; line-height: 21px; text-align: center; padding: 15px 0 15px;}
    .popup .text {text-align: center; padding: 0 0 25px;}
    .popup .note {font-size: 12px; line-height: 16px; text-align: center; padding: 0;}
    .popup-std .msg-success {padding: 0 0 20px; display: none;}
    .popup-std .sign-up-holder {}
    .popup-std .loading-status {display: none;}
.popup-body fieldset.buttons {text-align: center; padding: 30px 0 15px;}
  .popup-body fieldset.buttons button {min-width: 164px;}
  .popup-body fieldset.warning-buttons button {min-width: 70px; margin: 10px 10px 0;}
.popup-body .message-error {color: #E61C65; opacity: 0.5; text-align: center; padding: 0px 0 25px; display: none;}
.popup-body .error-text {display: none;}

.popup-body fieldset.buttons .social-network-buttons {padding: 22px 0 0;}
  .popup-body fieldset.buttons .social-network-buttons .btn {width: 60px; min-width: 75px; position: relative; margin: 0 5px; height: 43px;}
  .popup-body fieldset.buttons .social-network-buttons .social-google::before {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -320px 0px; content: " "; position: absolute; top: 11px; left: 28px; width: 22px; height: 22px; z-index: 10000;}
  .popup-body fieldset.buttons .social-network-buttons .social-facebook::before {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -321px -52px; content: " "; position: absolute; top: 10px; left: 28px; width: 25px; height: 25px; z-index: 10000;}
  .popup-body fieldset.buttons .social-network-buttons .btn.is-loading::before {background: none;}
  .popup-body fieldset.buttons .btn.is-loading span {display: none;}

fieldset.is-error {}
  fieldset.is-error .border,
    fieldset.has-error .border {background: #E61C65; width: 100%; height: 1px; opacity: 0.5;}
  fieldset.is-error input,
    fieldset.has-error input {color: #E61C65;}
  fieldset.is-error textarea,
    fieldset.has-error textarea {color: #E61C65;}
  fieldset.is-error textarea::placeholder,
    fieldset.has-error textarea::placeholder {color: #E61C65;}
  fieldset.is-error input::placeholder,
    fieldset.has-error input::placeholder {color: #E61C65;}
  fieldset.is-error .error-text,
    fieldset.has-error .error-message {display: block; color: rgba(230, 28, 101, 0.5); padding: 10px 10px 0;}
  fieldset.is-error::after,
    fieldset.has-error::after {content: " "; position: absolute; background: url(/_images/v2/icon/error.svg) no-repeat; height: 13px; width: 13px; top: 33px; left: -10px;}

.popup-success {width: 360px; top: calc(30vh - 100px); left: calc(50vw - 180px); display: none; box-shadow: 0px 5px 15px rgb(144, 168, 181); background: url(/_images/v2/success-sign-up.svg) no-repeat center 47px #F4F9FB;}
  .popup-success .popup-body {padding: 145px 25px 25px;}

/*.popup-std .sign-up-holder .msg-success {background: url(/_images/v2/success-sign-up.svg) no-repeat center }*/


/** Search page **/
/*.search_holder {padding: 0 10px;}
    .search_holder .result_holder {padding: 0 0 10px; position: relative; min-height: 51px;}
    .search_holder .title_holder { padding: 15px 20px; box-shadow: 0 0 5px rgba(0,0,0,0.2); background: linear-gradient(to top right, #F5F5F5, #FFFFFF); position: absolute; top: 0; width: 940px; z-index: 200;}
        .search_holder .title_holder a {font-size: 18px; display: inline-block; padding: 0 20px 0 28px; background: url(/_images/icon/expand.png) 0px 5px no-repeat;}
        .search_holder .title_holder a.open {background-position: 0 -17px;}
        .search_holder .title_holder span {color: #555354;}
    .search_holder .files_holder {border: 1px solid #EDEDED; border-top: none; padding: 51px 0 0;}
        .search_holder .files_holder .user_info {padding: 0 0 0 20px; display: inline-block; position: absolute; left: 10px; top: 8px; z-index: 100;}
            .search_holder .files_holder .user_info img {position: absolute; left: -1px; top: -1px; width: 17px; height: 17px; }
        .search_holder .files_holder h2 {color: #4C4C4C; padding: 8px 0 0 8px; font-size: 17px; border-bottom: 1px dotted; margin: 20px 10px 0 10px;}
        .search_holder .files_holder ul {margin: 0; padding: 0; width: 100%; }
        .search_holder .files_holder li {list-style: none; margin: 0 9px; padding: 0 0 5px 0; position: relative;}
        .search_holder .files_holder .path {display: inline-block; width: 321px; vertical-align: top; text-align: right; padding: 8px 0px 2px 0px; overflow: hidden; height: 15px; position: relative; direction: rtl; white-space: pre; margin-left: 140px;}
            .search_holder .files_holder .path span {display: block; background: linear-gradient(to right, #fff, transparent); width: 100px; height: 15px; position: absolute; z-index: 50; left: 0;}
        .search_holder .files_holder .filename {display: inline-block; width: 450px; padding: 8px 0 2px 26px;}
  #google_search .gsc-above-wrapper-area {display: none;}
  #google_search .gsc-control-cse {padding: 0;}*/


/** Buttons **/
/*.btn_standart {-moz-box-shadow: 1px 1px 0px 0px #a4e271; -webkit-box-shadow: 1px 1px 0px 0px #a4e271; box-shadow: 1px 1px 0px 0px #a4e271; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4e41b), color-stop(1, #5ca80b) ); background:-moz-linear-gradient( center top, #a4e41b 5%, #5ca80b 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4e41b', endColorstr='#5ca80b'); background-color:#5ca80b; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #74b807; display:inline-block; color:#ffffff; font-family:arial; font-size:18px; font-weight:normal; padding:4px 18px; text-decoration:none; text-shadow:1px 1px 0px #528009;}
.btn_standart:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5ca80b), color-stop(1, #a4e41b) ); background:-moz-linear-gradient( center top, #5ca80b 5%, #a4e41b 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca80b', endColorstr='#a4e41b'); background-color:#5ca80b;}
.btn_standart:active {position:relative; top:1px;}
.btn_disabled {-moz-box-shadow: 0px 1px 0px 0px #ccc; -webkit-box-shadow: 0px 1px 0px 0px #ccc; box-shadow: 0px 1px 0px 0px #ccc; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ccc), color-stop(1, #ccc) ); background:-moz-linear-gradient( center top, #ccc 5%, #ccc 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ccc'); background-color:#ccc; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #9db0c4; display:inline-block; color:#ffffff; font-family:arial; font-size:18px; font-weight:normal; padding:4px 28px; text-decoration:none; text-shadow:1px 1px 0px #666;}
.btn_blue {-moz-box-shadow: 0px 1px 0px 0px #bbdaf7; -webkit-box-shadow: 0px 1px 0px 0px #bbdaf7; box-shadow: 0px 1px 0px 0px #bbdaf7; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c2ceda), color-stop(1, #3d647b) ); background:-moz-linear-gradient( center top, #c2ceda 5%, #3d647b 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2ceda', endColorstr='#3d647b'); background-color:#3d647b; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #9db0c4; display:inline-block; color:#ffffff; font-family:arial; font-size:18px; font-weight:normal; padding:4px 18px; text-decoration:none; text-shadow:1px 1px 0px #528ecc;}
.btn_blue:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d647b), color-stop(1, #c2ceda) ); background:-moz-linear-gradient( center top, #3d647b 5%, #c2ceda 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d647b', endColorstr='#c2ceda'); background-color:#3d647b;}
.btn_blue:active {position:relative; top:1px;}
.btn_add, .btn_remove {font-size:14px; float: right; width: auto; margin-top: 4px; margin-right: 3px;}
.btn_left {float: left; z-index: 100; position: relative;}
.btn_download {width: 130px; text-align: center; margin-top: 5px; }
.btn_download:hover {color: #fff;}*/

 
.top-menu {display: inline-block;}
  .top-menu ul {margin: 0; padding: 10px 0 0 0; font-size: 16px; line-height: 21px;}
  .top-menu li {margin: 0 10px 0 0; padding: 0; list-style: none; position: relative; display: inline-block; padding: 10px 25px; border-radius: 5px 5px 0 0;}
  .top-menu li.selected {background: #fff;}
  .top-menu h1 {font-size: 16px; margin: 0; padding: 0; line-height: 21px;}
  /*.top-menu a {display: block; padding: 10px 0 9px 13px;}*/
  /*.top-menu .selected {display: block; padding: 10px 0 9px 13px; background: #E9F2F7; color: #555F73;}*/
  /*.top-menu .point {position: absolute; width: 0; height: 0; border-top: 17px solid transparent; border-left: 8px solid #E9F2F7; border-bottom: 18px solid transparent; top: 0; right: -8px; z-index: 1000; display: none;}*/
  /*.top-menu .selected .point {display: block;}*/
  /*.top-menu li:hover .point {display: block;}*/


.content-static-page {padding: 40px 33px 40px; line-height: 18px; margin: 0 auto; max-width: 1000px;}
  .content-static-page h1 {padding: 0 0 8px 0; margin: 0; font-size: 18px; line-height: 21px; color: #555F73;}
  .content-static-page p {}
  .content-static-page .static-left-block {float: left; width: 384px;}
  .content-static-page .static-right-block {padding: 0 0 0 480px;}


/** Contact Us **/

/*.contact_us_page {padding: 0 7px 0 0px;}
    .contact_us_page label {padding: 0 0 0px; display: block; width: auto; padding-right: 20px;}
    .contact_us_page input[type=text] {width: 100%; padding: 0px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 30px; border-radius: 2px;}
    .contact_us_page textarea {width: 100%; padding: 5px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 60px; border-radius: 2px; resize: none; max-width: 100%; margin: 0;}
    .contact_us_page textarea:focus {outline: none;}
    .contact_us_page input[type=text]:focus {outline: none;}
    .contact_us_page input[type=submit] {font-size: 14px; margin: 0; width: auto; padding: 5px 20px;}
    .contact_us_page .login {display: none;}*/


/** Settings **/

.settings-page {}
  .settings-page .content-static-page {padding: 40px 33px 40px; line-height: 18px; margin: 0 0; max-width: none;}
  .settings-page h2 {font-size: 18px; line-height: 21px; padding: 0 0 0px; margin: 0;}
  .settings-page .add-padding {margin-left: 10px;}
  .settings-page fieldset {padding: 15px 0 0;}
  .settings-page fieldset.buttons {padding: 0 0 0;}
  .settings-page fieldset.desabled {opacity: 0.6}
  .settings-page fieldset.desabled input:hover {cursor: not-allowed;}
  .settings-page button {margin-top: 30px;}
  .settings-avatar-holder {display: inline-block; width: 167px; vertical-align: top;}
    .settings-avatar-holder img {width: 168px; height: 168px; border-radius: 3px; margin: 15px 0 0;}
    .settings-avatar-holder button {width: 168px;}
    .settings-avatar-holder .note {text-align: center; font-size: 12px; line-height: 16px; color: #CDCBD7; text-transform: uppercase; padding: 5px 0 0;}
  .settings-info-holder,
  .settings-password-holder {display: inline-block; width: calc(50% - 200px); padding: 0 0 0 111px; vertical-align: top;}
  .settings-delete-holder {padding: 40px 0 0;}

/** FOOTER **/
.footer {height: 49px; margin-top: -50px; position: relative; z-index: 6000; position: relative; border-top: 1px solid #E9F2F7;}
  .footer .content {max-width: 2000px; margin: 0 auto; text-align: right; height: 100%; position: relative; z-index: 100; padding: 0 17px 0 33px; box-sizing: border-box; /*display: flex; align-items: center;*/}
    /*.footer .content .menu {padding: 20px 0 0 130px;}*/
    .footer .content .link {padding: 16px 8px 16px 8px; display: inline-block;}
    /*.footer.contact-us-page .content .menu {padding: 20px 0 0 33px;}*/
    .footer.faq-page .content .menu {padding: 20px 0 0 33px;}
    .footer.feedback-page .content .menu {padding: 20px 0 0 33px;}
    .footer.privacy-page .content .menu {padding: 20px 0 0 33px;}
    .footer.cookie-policy-page .content .menu {padding: 20px 0 0 33px;}
    .footer.terms-page .content .menu {padding: 20px 0 0 33px;}
    .footer.how-it-works-page .content .menu {padding: 20px 0 0 33px;}
    .footer.account-deletion-page .content .menu {padding: 20px 0 0 33px;}
    .footer.error-404 .content .menu {padding: 20px 0 0 33px;}
    .footer.user-files .content .menu {padding: 20px 0 0 33px;}
    .footer.user-downloads .content .menu {padding: 20px 0 0 33px;}
    .footer.user-history .content .menu {padding: 20px 0 0 33px;}
    .footer.buy-points .content .menu {padding: 20px 0 0 33px;}
    .footer.settings-page .content .menu {padding: 20px 0 0 33px;}
/*.footer .content.right_padding {padding-right: 250px;}*/
/*.footer .content.left_padding {padding-left: 250px;}*/
/*.footer .content .link {padding: 0 0 0 10px; color: #07344e; vertical-align: middle; display: inline-block; margin-top: 7px;}*/
/*.footer .content .liveinternet {float: right; padding: 0 10px 0;}*/




/** Yandex.Share **/

.b-share { width: 100px; position: absolute; left: 1000px; top: 220px;}
.b-share-btn__wrap {width: 100px; margin: 5px;}
.b-share_theme_counter .b-share-btn__wrap:first-child {margin-left: 5px !important;}


/** Files type **/
/*
.file {background: url(/_images/icon/set2.png) 4px 7px no-repeat;}
.folder {background: url(/_images/icon/set2.png) 4px -81px no-repeat;}
.ft__application {background-position: 4px -259px;}
.ft__x_empty,
.ft__text {background-position: 4px -345px;}
.ft__image, 
.ft__vnd_adobe_photoshop, 
.ft__postscript {background-position: 4px -433px;}
.ft__audio {background-position: 4px -521px;}
.ft__video,
.ft__flash_video {background-position: 4px -609px;}
.ft__rtf,
.ft__rtfd {background-position: 4px -697px;}
.ft__pdf {background-position: 4px -785px;}
.ft__vnd_ms_office,
.ft__msword,
.ft__vnd_ms_word,
.ft__vnd_oasis_opendocument_text,
.ft__ms_excel,
.ft__vnd_ms_excel,
.ft__vnd_oasis_opendocument_spreadsheet,
.ft__vnd_ms_powerpoint,
.ft__vnd_openxmlformats_officedocument_wordprocessingml_document,
.ft__vnd_oasis_opendocument_presentation {background-position: 4px -873px;}
.ft__html {background-position: 4px -961px;}
.ft__css {background-position: 4px -1049px;}
.ft__javascript,
.ft__x_javascript {background-position: 4px -1137x;}
.ft__x_perl {background-position: 4px -1235px;}
.ft__x_python {background-position: 4px -1313px;}
.ft__x_ruby {background-position: 4px -1401px;}
.ft__x_sh,
.ft__x_shellscript {background-position: 4px -1489px;}
.ft__x_c,
.ft__x_csrc,
.ft__x_chdr,
.ft__x_c__,
.ft__x_c__src,
.ft__x_c__hdr,
.ft__x_java,
.ft__x_java_source {background-position: 4px -1577px;}
.ft__x_php {background-position: 4px -1665px}
.ft__xml {background-position: 4px -1753px;}
.ft__zip,
.ft__x_zip,
.ft__x_7z_compressed {background-position: 4px -1841px;}
.ft__x_gzip,
.ft__x_tar {background-position: 4px -1929px;}
.ft__x_bzip,
.ft__x_bzip2 {background-position: 4px -2017px;}
.ft__x_rar,
.ft__x_rar_compressed {background-position: 4px -2105px;}
.ft__x_shockwave_flash {background-position: 4px -2193px;}
.vnd_djvu {background-position: 4px -2278px;}*/


/** MM Table Classsic **/

.mm--classic-table {width: calc(100% - 66px); margin: 20px 33px 0; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;}
  
  .mm--classic-table thead {}
    .mm--classic-table thead th {font-size: 12px; line-height: 16px; text-align: left; text-transform: uppercase; padding-bottom: 10px; font-weight: normal;}
    .mm--classic-table thead .col-index {padding-right: 46px; text-align: center;}
    .mm--classic-table thead .col-userpic {}
    .mm--classic-table thead .col-username {padding-left: 74px;}
    .mm--classic-table thead .col-approved {padding-left: 0px;}
    .mm--classic-table thead .col-downloads {padding-left: 0px;}
    .mm--classic-table thead .col-regist {padding-left: 80px;}
  
  .mm--classic-table tbody {}
    .mm--classic-table tbody tr {background-color: rgba(244, 249, 251, 0.25);}
    .mm--classic-table tbody tr:nth-child(odd) {background-color: rgba(244, 249, 251, 1);}
    .mm--classic-table tbody tr:hover {background-color: #ECF0F1;}
      .mm--classic-table tbody td {box-sizing: border-box; padding: 7px 0; border: none; margin: 0;}
    .mm--classic-table tbody .col-index {width: 96px; padding: 7px 46px 7px 0; text-align: center; font-size: 18px; color: #5F5B79;}
    .mm--classic-table tbody .col-userpic {width: 46px;}
      .mm--classic-table tbody .col-userpic img {width: 46px; border-radius: 3px; float: left;}
    .mm--classic-table tbody .col-username {padding: 7px 0 7px 28px; font-size: 16px;}
    .mm--classic-table tbody .col-approved {width: 100px; padding: 7px 0 7px 20px; color: rgba(95, 91, 121, 0.7); line-height: 18px;}
      .mm--classic-table tbody .col-approved div {position: relative;}
      .mm--classic-table tbody .col-approved div::before {position: absolute; top: 1px; left: -21px; background: url(/_images/v2/icon/glyphs.svg) no-repeat -1px -648px; opacity: .5; content: ""; z-index: 100; width: 14px; height: 14px;}
    .mm--classic-table tbody .col-downloads {width: 100px; padding: 7px 0 7px 20px; color: rgba(95, 91, 121, 0.7); line-height: 18px;}
      .mm--classic-table tbody .col-downloads div {position: relative;}
      .mm--classic-table tbody .col-downloads div::before {position: absolute; top: 1px; left: -21px; background: url(/_images/v2/icon/glyphs.svg) no-repeat -1px -397px; opacity: .5; content: ""; z-index: 100; width: 14px; height: 14px;}
    .mm--classic-table tbody .col-regist {width: 100px; padding: 7px 25px 7px 80px; color: rgba(95, 91, 121, 0.7); line-height: 18px;}


/** My Files **/

.header-bottom-holder .files-statistics {position: absolute; top: 18px; right: 33px;}
  .header-bottom-holder .files-statistics .statistics-title {display: inline-block;}
  .header-bottom-holder .files-statistics .statistics-count {display: inline-block; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0 -430px; padding: 2px 0px 2px 25px; margin-left: 10px; position: relative;}
  .header-bottom-holder .files-statistics .statistics-download {display: inline-block; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0 -395px; padding: 2px 0px 2px 25px; margin-left: 10px; position: relative;}
  .header-bottom-holder .files-statistics .statistics-points {display: inline-block; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0 -322px; padding: 2px 0px 2px 25px; margin-left: 10px; position: relative;}

  .statistics-value .help-note {position: absolute; background: #fff; border: #C4C4C4; line-height: 16px; z-index: 10000; right: 0px; top: -35px; border: #C4C4C4; border-radius: 2px; box-shadow: 0px 5px 15px rgb(144, 168, 181); width: auto; min-width: 150px; text-align: center; display: none;}
  .statistics-value .help-note p {padding: 0 15px; margin: 5px 0;}
  .statistics-value .help-note::after {content: " "; position: absolute; transform-origin: 50% 50%; transform: rotate(0deg) translateX(-50%); top: 25px; right: 0; margin-left: 0px; border-width: 8px; border-style: solid; border-color: #fff transparent transparent transparent;}
  .statistics-value:hover .help-note {display: block;}


.points-notify {display: none; width: 230px; position: absolute; right: 80px; top: 46px; background: #fff; border: 1px solid #E9F2F7; border-radius: 2px; z-index: 7000;}
  .points-notify div.text {text-align: center; padding: 15px 43px 20px; font-size: 14px; line-height: 18px; color: #5F5B79;}
  .points-notify .buttons {text-align: center; padding-bottom: 20px;}
  .points-notify button {background-color: rgba(80, 161, 208, 0.3); color: #0077BC; padding: 6px 20px; box-shadow: none; width: auto; min-width: 0px; font-size: 14px;}
  .points-notify button:hover {background-color: rgba(80, 161, 208, 0.45); box-shadow: none; }
  .points-notify::after {content: " "; position: absolute; transform-origin: 50% 50%; transform: rotate(135deg) translateX(-50%); top: -2px; right: -2px; margin-left: 0px; border-width: 7px; border-style: solid; border-radius: 3px; border-color: #fff transparent transparent transparent;}
  .points-notify::before {content: " "; position: absolute; transform-origin: 50% 50%; transform: rotate(135deg) translateX(-50%); top: -3px; right: -3px; margin-left: 0px; border-width: 8px; border-style: solid; border-radius: 3px; border-color: #E9F2F7 transparent transparent transparent;}

.overlay {display: none; position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 6500; background-color: rgba(255, 255, 255, .6); overflow: auto; overflow-x: hidden; overflow-y: auto;}


  /*fieldset .tip-holder {display: none; position: absolute; background: #fff; border: #C4C4C4; font-size: 12px; line-height: 16px; z-index: 1000; right: 45px; top: 35px; border: #C4C4C4; border-radius: 2px; box-shadow: 0px 15px 25px rgba(233, 242, 247, 0.75);}*/
    /*fieldset .tip-holder p {opacity: 0.5; padding: 0 15px;}*/
  /*fieldset .tip-holder::after {content: " "; position: absolute; transform-origin: 50% 50%; transform: rotate(135deg) translateX(-50%); top: -3px; right: 0; margin-left: 0px; border-width: 8px; border-style: solid; border-color: #fff transparent transparent transparent;}*/


.navigation-area {padding: 22px 0px 0px; margin: 0 33px 15px; height: 31px; border-bottom: 1px solid #E9F2F7; position: relative; white-space: nowrap;}
  .navigation-area .user-files-statistics {position: absolute; right: 0;}
    .navigation-area .user-files-statistics .statistics-title {display: inline-block;}
    .navigation-area .user-files-statistics .statistics-value {display: inline-block; position: relative; padding: 2px 0px 2px 25px; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0 -753px; margin-left: 10px; cursor: pointer;}
    .navigation-area .user-files-statistics .statistics-value.count-approved {background-position: 0 -645px;}
    .navigation-area .user-files-statistics .statistics-value.count-uploaded {background-position: 0 -791px;}
    .navigation-area .user-files-statistics .statistics-value.count-deleted {background-position: 0 -681px;}
    .navigation-area .user-files-statistics .statistics-value:hover .value {color: #E61C65;}

  .buttons-holder {position: absolute; left: 0px; top: 20px; background: #fff; padding: 0 0 0 0px; z-index: 800;}
    .buttons-holder button.mini {display: inline-block; background-color: rgba(80, 161, 208, 0.3); box-shadow: none; border-radius: 3px; border: none; font-size: 14px; line-height: 10px; color: #555F73; padding: 12px 20px 12px 20px; min-width: 46px; margin-right: 7px; position: relative;}
    .buttons-holder button.mini:hover {background-color: rgba(80, 161, 208, 0.45);}
    .buttons-holder button.btn-filter {background: rgba(80, 161, 208, 0.3); padding-left: 40px;}
      .buttons-holder button.btn-filter::before {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -138px -44px; content: " "; position: absolute; top: 8px; left: 14px; width: 18px; height: 18px; z-index: 10000;}
    .buttons-holder button.btn-split  {background: rgba(80, 161, 208, 0.3); padding-left: 40px;}
      .buttons-holder button.btn-split::before {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -138px -135px; content: " "; position: absolute; top: 8px; left: 14px; width: 18px; height: 18px; z-index: 10000;}
    .buttons-holder button.btn-delete {background: rgba(80, 161, 208, 0.3); padding-left: 40px;}
    .buttons-holder button.btn-delete::before {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -205px -179px; content: " "; position: absolute; top: 8px; left: 14px; width: 18px; height: 18px; z-index: 10000;}
    .buttons-holder button.btn-import {background: rgba(80, 161, 208, 0.3) url(/_images/v2/icon/glyphs.svg) no-repeat 15px -566px; padding-left: 40px;}
    .buttons-holder button.btn-export {background: rgba(80, 161, 208, 0.3) url(/_images/v2/icon/glyphs.svg) no-repeat 15px -387px; padding-left: 40px;}
    /*.buttons-holder button.btn-upload {background: #FFCE20 url(/_images/v2/icon/btn-upload.svg) no-repeat 16px 9px; box-shadow: 0px 10px 10px rgba(255, 206, 32, 0.2); padding-left: 40px;}*/
    .buttons-holder button.btn-upload {background: #FFCE20; box-shadow: 0px 10px 10px rgba(255, 206, 32, 0.2); padding-left: 40px;}
    .buttons-holder button.btn-upload::before {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -204px -134px; content: " "; position: absolute; top: 8px; left: 14px; width: 18px; height: 18px; z-index: 10000;}
      .buttons-holder button.btn-upload:hover {background-color: #EBB700; box-shadow: 0px 10px 10px rgba(255, 206, 32, 0.4); }
    .buttons-holder button span {display: inline-block;}
    .buttons-holder button.btn-more {background: rgba(80, 161, 208, 0.3) url(/_images/v2/icon/icon-set-v4.svg) no-repeat 10px -171px; width: 34px; height: 34px; min-width: 34px;}
    .buttons-holder .sub-menu-buttons {display: none; position: absolute; width: 187px; box-sizing: border-box; background: #F4F9FB; box-shadow: 0px 10px 20px #E6E9EB; border-radius: 3px; right: 0; top: 40px; padding: 10px 0;}
      .buttons-holder .sub-menu-buttons a {display: block; padding: 10px 20px 10px 43px; position: relative;}
      .buttons-holder .sub-menu-buttons a:hover {background: #fff;}
      .buttons-holder .sub-menu-buttons a.btn-filter::before {content: " "; position: absolute; width: 18px; height: 18px; display: inline-block; background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -2px -44px; left: 15px;}
      .buttons-holder .sub-menu-buttons a.btn-split::before {content: " "; position: absolute; width: 18px; height: 18px; display: inline-block; background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -137px -179px; left: 15px;}
      .buttons-holder .sub-menu-buttons a.btn-import::before {content: " "; position: absolute; width: 18px; height: 18px; display: inline-block; background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -70px -225px; left: 15px;}
      .buttons-holder .sub-menu-buttons a.btn-settings::before {content: " "; position: absolute; width: 18px; height: 18px; display: inline-block; background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat 0px -315px; left: 15px;}
      .buttons-holder .sub-menu-buttons a.btn-export::before {content: " "; position: absolute; width: 18px; height: 18px; display: inline-block; background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -2px -225px; left: 15px;}
      .buttons-holder .sub-menu-buttons a.btn-reload::before {content: " "; position: absolute; width: 18px; height: 18px; display: inline-block; background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -3px -90px; left: 15px;}
      .buttons-holder .sub-menu-buttons .btn-filter {display: none;}
      .buttons-holder .sub-menu-buttons .btn-split {display: none;}

.file-grid-holder {padding: 0 33px;}

.import-filename {display: inline-block; padding: 0 0 0 0px; display: none;}
.import-buttons-holder {display: none;}
.import-buttons-holder-error {display: none;}

#agGridHolder {max-width: 100%;}
  #agGridHolder .ag-theme-balham {font-size: 14px;}
  #agGridHolder .action-download-file {display: inline-block; width: 18px; height: 18px; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0 -717px; margin: 2px 5px 0 0;}
  #agGridHolder .goto-pdf-file {display: inline-block; width: 18px; height: 18px; background: url(/_images/v2/icon/file-formats.svg) no-repeat 0px 6px; padding: 2px 5px 0 0;}
  #agGridHolder .no-download-file {display: inline-block; width: 18px; height: 18px; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0 -69px; margin: 2px 5px 0 0; opacity: 0.5;}
  #agGridHolder .action-preview-file {display: inline-block; width: 18px; height: 18px; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0 -753px ; margin: 2px 5px 0 0;}
  #agGridHolder .action-preview-file-broke {display: inline-block; width: 18px; height: 18px; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0 -177px; margin: 2px 5px 0 0; opacity: 0.5;}
  #agGridHolder .action-preview-file-clock {display: inline-block; width: 18px; height: 18px; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0 -213px; margin: 2px 5px 0 0; opacity: 0.5;}
  #agGridHolder .row-status-deleted .status-holder {padding-left: 25px; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0px -679px; color: #E61C65 !important; display: inline-block;}
  #agGridHolder .row-status-warning .status-holder {padding-left: 25px; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0px -789px; color: #EBB700; display: inline-block;}
  #agGridHolder .row-status-approved .status-holder {padding-left: 25px; background: url(/_images/v2/icon/glyphs.svg) no-repeat 0px -643px; color: #44E61C; display: inline-block;}

  #agGridHolder .ag-set-filter-item .row-status-deleted .status-holder {background-position: 0px -682px;}
  #agGridHolder .ag-set-filter-item .row-status-warning .status-holder {background-position: 0px -792px;}
  #agGridHolder .ag-set-filter-item .row-status-approved .status-holder {background-position: 0px -646px;}

  #agGridHolder .ag-row:after {content: ""; position: absolute; width: 4px; height: 30px; bottom: 0px; left: 0; background-color: #E9F2F7;}
  #agGridHolder .ag-row.row-status-approved:after {content: ""; position: absolute; width: 4px; height: 100%; bottom: 0px; left: 0; background-color: #44E61C;}
  #agGridHolder .ag-row.row-status-warning:after {content: ""; position: absolute; width: 4px; height: 100%; bottom: 0px; left: 0; background-color: #FFCE20;}
  #agGridHolder .ag-row.row-status-deleted:after {content: ""; position: absolute; width: 4px; height: 100%; bottom: 0px; left: 0; background-color: #E61C65;}

  #agGridHolder .ag-row.row-amount-positive:after {content: ""; position: absolute; width: 4px; height: 100%; bottom: 0px; left: 0; background-color: #44E61C;}
  #agGridHolder .ag-row.row-amount-negative:after {content: ""; position: absolute; width: 4px; height: 100%; bottom: 0px; left: 0; background-color: #E61C65;}

  #agGridHolder .ag-row.row-amount-positive .amount-cell {color: #44E61C;}
  #agGridHolder .ag-row.row-amount-negative .amount-cell {color: #E61C65;}


  #agGridHolder .action-name {padding-left: 25px; color: rgba(95, 91, 121, 0.7);}
  #agGridHolder .action-name.action-indent-1 {margin-left: 15px;}
  #agGridHolder .action-name:before {content: " "; position: absolute; width: 18px; height: 18px; background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -260px 0px; top: 4px; left: 11px;}
  #agGridHolder .action-name.log-file-buy:before {background-position: -262px 0px;}
  #agGridHolder .action-name.log-file-upload:before {background-position: -262px -96px;}
  #agGridHolder .action-name.log-file-sale:before {background-position: -262px -192px;}
  #agGridHolder .action-name.log-payout:before {background-position: -259px -241px; width: 21px; left: -2px;}
  #agGridHolder .action-name.log-purchase:before {background-position: -262px -293px;}
  #agGridHolder .action-name.log-file-remove:before {background-position: -262px -144px;}
  #agGridHolder .action-name.log-registration:before {background-position: -262px -48px; width: 22px; left: 8px;}
  
  #agGridHolder .action-name.action-indent-1.log-file-buy:before {left: 21px;}
  #agGridHolder .action-name.action-indent-1.log-file-upload:before {left: 21px;}
  #agGridHolder .action-name.action-indent-1.log-file-sale:before {left: 21px;}
  #agGridHolder .action-name.action-indent-1.log-payout:before {left: 21px;}
  #agGridHolder .action-name.action-indent-1.log-purchase:before {left: 21px;}
  #agGridHolder .action-name.action-indent-1.log-file-remove:before {left: 21px;}
  #agGridHolder .action-name.action-indent-1.log-registration:before {left: 21px;}


  #agGridHolder {font-size: 12px; line-height: 18px; color: #555F73;}
  #agGridHolder.fullscreen-mode #myGrid {position: fixed; width: 100%; top: 0; z-index: 10000; padding: 0; height: 100% !important; left: 0;}
  #agGridHolder.fullscreen-mode .icon-close {display: inline-block; background: url(/_images/v2/icon/icon-set-v4.svg) -70px -45px; width: 16px; height: 16px; position: fixed; z-index: 105000; top: 8px; right: 38px;}
  #agGridHolder.fullscreen-mode .icon-close:hover {cursor: pointer;}

  #agGridHolder .ag-root-wrapper {border: none;}
  #agGridHolder .ag-header {background: none; font-size: 12px; line-height: 16px; text-transform: uppercase; color: rgba(80, 161, 208, 0.5); border-bottom: 1px solid #E2E2E2;}
  #agGridHolder .ag-header-cell:after {border-right: 1px solid rgba(189,195,199,.5);}
  /*#agGridHolder .ag-icon {color: #0077BC; font-size: 14px; line-height: 14px;}*/
  #agGridHolder .ag-checkbox-input-wrapper::after {color: #0077BC; font-size: 14px; line-height: 14px;}
  #agGridHolder .in-progress .ag-checkbox-input-wrapper::after {color: #DEDCE2;}
  #agGridHolder .ag-checkbox-input-wrapper {width: 14px; height: 14px;}
  #agGridHolder .ag-row {border: none;}
  #agGridHolder .ag-row-even {background: rgba(244, 249, 251, 1);}
  #agGridHolder .ag-row-odd {background: rgba(244, 249, 251, 0.25);}
  #agGridHolder .ag-row-hover {background-color: #ECF0F1; }
  #agGridHolder .ag-row-selected {background-color: #b7e4ff; }
  #agGridHolder .ag-cell {line-height: 26px;}
  #agGridHolder .ag-cell[col-id=file] {color: rgba(95, 91, 121, 0.7);}
  #agGridHolder .ag-cell[col-id=error] {color: #E61C65;}
  /*#agGridHolder .ag-cell-wrapper {align-items: baseline;}*/
  #agGridHolder .ag-row:not(.ag-row-selected) .in-progress {background-color: #E0E0E0 !important; }
  #agGridHolder .ag-row:not(.ag-row-selected) .is-wait-moderation {background-color: rgba(255, 206, 32, 0.2) !important; }
  #agGridHolder .ag-row:not(.ag-row-selected) .is-comment-ok {background-color: #78E14A; }
  #agGridHolder .in-progress .ag-cell-wrapper {padding-left: 26px;}
  #agGridHolder .ag-row-group {}
  #agGridHolder .is-edited {background-color: #0091ea !important;}
    /*#agGridHolder .ag-row-group .ag-group-expanded {margin-left: 12px;}*/
    #agGridHolder .ag-icon-tree-open {color: #0077BC; font-size: 14px; line-height: 14px;}
    #agGridHolder .ag-icon-tree-closed {color: #0077BC; font-size: 14px; line-height: 14px;}
    /*#agGridHolder .ag-row-group .ag-group-contracted {margin-left: 12px;}*/
    #agGridHolder .ag-row-group .ag-group-value {display: inline-block; line-height: 30px;}
  #agGridHolder .filename-indent-1 {padding-left: 25px; background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -2px -265px;}
  #agGridHolder .ag-status-bar {height: 30px; border: 1px solid #E2E2E2; padding-top: 4px;}
  #agGridHolder .ag-cell-inline-editing .ag-cell-edit-input, .ag-cell-inline-editing .ag-input-wrapper { height: 100%; width: 100%; line-height: normal; }
  #agGridHolder .ag-body-horizontal-scroll-viewport {background-color: #E2E2E2;}
  #agGridHolder .ag-horizontal-right-spacer {min-width: 14px !important; max-width: 14px !important; border-top: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2;}
  #agGridHolder .ag-theme-balham .ag-status-name-value  {padding-top: 0px;}
  /*#agGridHolder .ag-status-name-value {margin-left: 4px; margin-right: 4px; padding-top: 8px; padding-bottom: 8px;}*/

.uploader-holder {max-width: 660px; width: 100%; margin: 0 auto;}
.file-uploader {border: 0.25rem dashed #A5A5C7; margin: 10px 0; text-align: center; padding: 60px 40px 40px;}
  .file-uploader h3 {color: #868e96 !important; font-size: 25px; margin: 0;}
  .file-uploader .btn-holder {color: #fff; background-color: #007bff; border-color: #007bff; position: relative; overflow: hidden; padding: 10px 0; font-size: 16px; border-radius: 5px;}
  .file-uploader input[type=file] {position: absolute; top: 0; right: 0; margin: 0; border: solid transparent; width: 100%; opacity: 0; cursor: pointer; height: 38px;}
  .file-uploader .note {padding: 40px 0 40px; font-size: 18px; color: #868e96;}

.handsontable .yellow {background: #FCFBB0;}
.handsontable .green {background: #D9F7C6;}
.handsontable .red {background: #FBE4D5;}
.handsontable .blue {background: #DEF3FD;}
.handsontable .searchFound {background: #fcedd9; color: #583707;}

.empty_msg {text-align: center; font-size: 14px; line-height: 16px; color: #CDCBD7; padding: 95px 0 75px; border: 1px solid #E9F2F7; margin: 0 33px; background: url(/_images/v2/empty.svg) center 50px no-repeat;}
.user-downloads .empty_msg {margin-top: 20px;}
.user-history .empty_msg {margin-top: 20px;}
.buy-points .empty_msg {margin-top: 20px;}

.replace-holder {padding: 10px 0 0 0;}
  .replace-holder input[type=text] {width: 200px; padding: 0px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 23px; border-radius: 2px;}
  .replace-holder textarea {width: 100%; padding: 5px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 60px; border-radius: 2px; resize: none; max-width: 100%; margin: 0;}
  .replace-holder textarea:focus {outline: none;}
  .replace-holder input[type=text]:focus {outline: none;}
  .replace-holder input[type=submit] {font-size: 14px; margin: 0; width: auto; padding: 5px 20px;}


/** User History **/

.user-history-holder {padding: 15px 33px;}
  .user-history-holder .row-date {padding: 17px 0 6px; border-left: 4px solid transparent; text-transform: uppercase; color: #0077BC; font-size: 12px; line-height: 13px;}
  .user-history-holder .row-log-item {min-height: 36px;}
  .user-history-holder .row-log-item:nth-child(odd) {background: #F4F9FB;}
  .user-history-holder .row-log-item.type-minus {border-left: 4px solid #E61C65;}
  .user-history-holder .row-log-item.type-plus {border-left: 4px solid #53D532;}
    .user-history-holder .row-log-item .points {float: left; width: 50px; padding: 10px 0 0 10px;}
    .user-history-holder .row-log-item.type-minus .points {color: rgba(230, 28, 101, 0.7);}
    .user-history-holder .row-log-item.type-plus .points {color: rgba(83, 213, 50, 0.7);}
    .user-history-holder .row-log-item .description {float: left; color: #5F5B79; position: relative; padding: 10px 0 0 30px;}
    .user-history-holder .row-log-item .description:before {content: " "; position: absolute; width: 18px; height: 18px; background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -260px 0px; top: 9px; left: 0px;}
    .user-history-holder .row-log-item .description.log-file-buy:before {background-position: -262px 0px;}
    .user-history-holder .row-log-item .description.log-file-upload:before {background-position: -262px -96px;}
    .user-history-holder .row-log-item .description.log-file-sale:before {background-position: -262px -192px;}
    .user-history-holder .row-log-item .description.log-payout:before {background-position: -259px -241px; width: 21px; left: -2px;}
    .user-history-holder .row-log-item .description.log-purchase:before {background-position: -262px -293px;}
    .user-history-holder .row-log-item .description.log-file-remove:before {background-position: -262px -144px;}
    .user-history-holder .row-log-item .description.log-registration:before {background-position: -262px -48px; width: 22px; left: -1px;}
    .user-history-holder .row-log-item .date {float: right; width: 120px; font-size: 12px; line-height: 16px; color: rgba(95, 91, 121, 0.7); padding: 11px 0 0;}


/** Buy Points **/

.buy-points-holder {padding: 15px 33px; width: 100%; box-sizing: border-box;}
  .buy-points-holder .buy-item { width: calc((100% - 75px) / 4); margin: 25px 25px 0 0; float: left; border: #FFCE20 solid 2px; border-radius: 0 0 3px 3px; box-shadow: 0px 3px 6px rgba(218, 230, 236, 0.5); text-align: center; min-height: 243px; box-sizing: border-box; position: relative;}
  .buy-points-holder .buy-item:last-child {margin: 25px 0 0 0;}
    .buy-points-holder .buy-item .icon-points {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -138px 0px; display: inline-block; height: 18px; width: 16px; margin-right: 5px; vertical-align: middle;}
    .buy-points-holder .buy-item .icon-points.mini {background-position: -207px -2px; height: 14px; width: 12px; margin-right: 3px;}
    .buy-points-holder .buy-item .title {background: #FFCE20; height: 35px; padding: 6px 0; box-sizing: border-box; font-size: 18px; line-height: 18px;}
    .buy-points-holder .buy-item .price {color: #5F5B79; font-size: 32px; line-height: 37px; padding: 20px 0;}
    .buy-points-holder .buy-item .description {color: #5F5B79; font-size: 14px; line-height: 16px; padding: 0 0;}
    .buy-points-holder .buy-item .discount {background: #E9F2F7; border-radius: 3px; font-size: 12px; line-height: 16px; padding: 2px 6px; display: inline-block; margin-top: 8px;}
    .buy-points-holder .buy-item button.buy {min-width: 96px; padding: 7px 0px 7px 0px; position: absolute; bottom: 30px; left: calc(50% - 48px);}
    .buy-points-holder .buy-item button .loading-status {display: none;}
    .buy-points-holder .buy-item button.is-loading .loading-status {display: inline-block;}
    .buy-points-holder .buy-item button.is-loading span {display: none;}
.stripe-holder {text-align: center; padding: 40px 33px; clear: both;}
  .stripe-holder img {width: 140px;}
  /*.user-history-holder .row-date {padding: 17px 0 6px; border-left: 4px solid transparent; text-transform: uppercase; color: #0077BC; font-size: 12px; line-height: 13px;}
  .user-history-holder .row-log-item {min-height: 36px;}
  .user-history-holder .row-log-item:nth-child(odd) {background: #F4F9FB;}
  .user-history-holder .row-log-item.type-minus {border-left: 4px solid #E61C65;}
  .user-history-holder .row-log-item.type-plus {border-left: 4px solid #53D532;}
    .user-history-holder .row-log-item .points {float: left; width: 50px; padding: 10px 0 0 10px;}
    .user-history-holder .row-log-item.type-minus .points {color: rgba(230, 28, 101, 0.7);}
    .user-history-holder .row-log-item.type-plus .points {color: rgba(83, 213, 50, 0.7);}
    .user-history-holder .row-log-item .description {float: left; color: #5F5B79; position: relative; padding: 10px 0 0 30px;}
    .user-history-holder .row-log-item .description:before {content: " "; position: absolute; width: 18px; height: 18px; background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -260px 0px; top: 9px; left: 0px;}
    .user-history-holder .row-log-item .description.log-file-buy:before {background-position: -262px 0px;}
    .user-history-holder .row-log-item .description.log-file-upload:before {background-position: -262px -96px;}
    .user-history-holder .row-log-item .description.log-file-sale:before {background-position: -262px -192px;}
    .user-history-holder .row-log-item .description.log-payout:before {background-position: -259px -241px; width: 21px; left: -2px;}
    .user-history-holder .row-log-item .description.log-purchase:before {background-position: -262px -289px;}
    .user-history-holder .row-log-item .description.log-file-remove:before {background-position: -262px -144px;}
    .user-history-holder .row-log-item .description.log-registration:before {background-position: -262px -48px; width: 22px; left: -1px;}
    .user-history-holder .row-log-item .date {float: right; width: 120px; font-size: 12px; line-height: 16px; color: rgba(95, 91, 121, 0.7); padding: 11px 0 0;}*/


/** Progress **/

/* https://getbootstrap.com/docs/4.1/components/progress/ */
.progressbar {font-size: 14px;}
.progressbar .item {border-bottom: 1px #ccc solid; padding: 10px 0 15px;}
.progressbar .item:last-child {border-bottom: none;}
.progressbar .item .name {padding: 0 0 10px;}
.progressbar .item .name .filename {font-weight: bold;}
.progressbar .item.comlete .name .status {color: #28a745;}
.progressbar .item.processing .name .status {color: #EBB700;}
.progress {display: flex; height: 20px; overflow: hidden; background-color: #e9ecef; border-radius: 5px; font-size: 12px;}
.progress-bar {display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #007bff; transition: width .6s ease; background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-size: 1rem 1rem;}
.progressbar .item.comlete .progress-bar {background-color: #28a745!important;}
.progressbar .item.processing .progress-bar {background-color: #EBB700!important;}


div#jGrowl.jGrowl div.error {background-color: #EB5757; min-height: 30px; color: #fff; border: none; font-size: 16px;}
div#jGrowl.jGrowl div.error:before {content: "\26A0"; font-size: 2em; position: absolute; top: 50%; margin-top: -23px;}
div#jGrowl.jGrowl div.info {background-color: #6DA3BD; min-height: 30px; color: #fff; border: none; font-size: 16px;}
div#jGrowl.jGrowl div.info:before {content: "\0024D8"; font-size: 2em; position: absolute; top: 50%; margin-top: -23px;}
div#jGrowl.jGrowl div.jGrowl-message {margin: 5px 40px 5px 50px;}
#jGrowl .jGrowl-notification {background-image: none;}
#jGrowl .jGrowl-notification .jGrowl-close {font-size: 2em; top: 0px;}

/** Mobile **/

@media screen and (max-width: 1505px) {
  .page.left_padding.right_padding {padding-right: 0px;} 
  .page.left_padding.right_padding .banner_right {display: none;} 
  .footer .content.left_padding.right_padding {padding-right: 0px;}
}

@media screen and (max-width: 1255px) {

  .bg-header {display: none;}
  /*.bg-filter {display: none;}*/
  .bg-footer {display: none;}

  .page.left_padding {padding-left: 0px;} 
  .page.right_padding {padding-right: 0px;} 
  .banner_left {display: none;} 
  .banner_right {display: none;} 
  .page.left_padding.right_padding {width: 100%;}
      
      
  .footer .content.left_padding {padding-left: 0px;}
  .footer .content.right_padding {padding-right: 0px;}
  
  .page.right_padding {width: auto;}
  .page.left_padding {width: auto; }
      
}

@media screen and (max-width: 1200px) {
  .grid .cell {-webkit-column-count: 5; -moz-column-count: 5; column-count: 5;} 
  /* .top-list-holder .row .items {-webkit-column-count: 5; -moz-column-count: 5; column-count: 5;}  */
  .top-list-holder .row .items .item {width: calc(100%/5);}
  .help-page-holder {padding: 40px 33px;}
}

@media screen and (max-width: 1050px) {
  .grid .cell {-webkit-column-count: 4; -moz-column-count: 4; column-count: 4;}
  /* .top-list-holder .row .items {-webkit-column-count: 4; -moz-column-count: 4; column-count: 4;} */
  .top-list-holder .row .items .item {width: calc(100%/4);}
  .preview-content {padding: 0 33px 0 33px;}
  .preview-header {padding-left: 33px !important;}
  
  /*.sidebar-panel {display: none;}*/
  .sidebar-holder {left: -550px;}
  
  .buttons-holder {position: relative; right: auto; top: -12px; padding: 0px 0 0 0px; display: inline-block;}
    .buttons-holder button {margin-top: 10px;}
    .buttons-holder .sub-menu-buttons {top: 48px;}
  .navigation-area {padding: 20px 0 0;}

  .preview-content .type-pdf .paid-file-holder {margin-bottom: 20px;}

  .action-go-howitworks {display: none;}
  .search-header-holder {right: 285px; max-width: calc(100% - 630px);}
  .search-header-holder.is-auth {max-width: calc(100% - 630px);}
}

@media screen and (max-width: 900px) {
  .grid .cell {-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;}
  /* .top-list-holder .row .items {-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;} */
  .top-list-holder .row .items .item {width: calc(100%/3);}

  .content-static-page {padding: 40px 33px; margin: 0 auto;}
    .content-static-page .static-left-block {float: none; width: auto;}
    .content-static-page .static-right-block {padding: 0 0 0 0px;}

  .top-menu li:not(.selected) {display: none;}
  .top-menu li.selected {padding: 5px 0 0 0; background: none;}
  .header-bottom-holder .top-menu h1 {padding: 0; font-size: 22px; margin: 0;}

  .settings-avatar-holder {display: block; width: 100%; vertical-align: top; padding-top: 30px;}
    .settings-avatar-holder .note {text-align: left;}
  .settings-info-holder, .settings-password-holder {display: block; width: 100%; padding: 30px 0 0 0px; vertical-align: top;}

}

@media screen and (max-width: 833px) {
  #agGridHolder {overflow-x: scroll;}
  .header-menu .menu-holder li.only-mobile:not(.is-auth) {display: block;}
  .header-menu .user-info {display: none;}
  .header-menu.active .user-info {display: block;}
  .header-menu:not(.active) .action-go-auth {display: none;}
  .header-menu:not(.active) .user-info-holder {display: none;}

  .search-header-holder {right: 80px; z-index: 9000; max-width: calc(100% - 425px);}
  .search-header-holder.is-auth {right: 80px; max-width: calc(100% - 425px);}
}

@media screen and (max-width: 700px) {
  .grid .cell {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
  /* .top-list-holder .row .items {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;} */
  .top-list-holder .row .items .item {width: calc(100%/2);}
  .pagination {width: 100%; box-sizing: border-box; font-size: 14px; max-height: 32px; min-height: 32px;}
    .pagination .page-item {min-width: 32px; line-height: 32px;  height: 32px; }
    .pagination .btn-page-navigation {min-width: 32px; line-height: 32px;  height: 32px;}
    .pagination .goto-begin {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -2px -396px; min-width: 32px; position: absolute; left: 0; top: 0;}
    .pagination .goto-prev {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -34px -396px; min-width: 32px; position: absolute; left: 32px; top: 0;}
    .pagination .goto-next {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -66px -396px; min-width: 32px; position: absolute; right: 32px; top: 0;}
    .pagination .goto-end {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -98px -396px; min-width: 32px; position: absolute; right: 0px; top: 0;}
    .pagination .goto-begin.is-disable {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -130px -396px; min-width: 32px;}
    .pagination .goto-prev.is-disable {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -162px -396px; min-width: 32px;}
    .pagination .goto-next.is-disable {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -194px -396px; min-width: 32px;}
    .pagination .goto-end.is-disable {background: url(/_images/v2/icon/icon-set-v4.svg) no-repeat -226px -396px; min-width: 32px;}

  .buy-points-holder .buy-item { width: calc((50% - 6px)); margin: 11px 11px 0 0;}
  .buy-points-holder .buy-item:nth-child(even) {margin: 11px 0px 0 0;}

  .preview-content {padding: 0 15px 0px 15px !important;}
  .preview-header {padding: 19px 15px 20px 33px;}
    .preview-header h1 {padding: 0;}
    .preview-header .right-block {position: relative; padding: 0 0 15px 0; width: 100%; right: 0; text-align: right;}
    .preview-header .preview-h1 {padding: 10px 0 0 0;}
    .preview-header .file-description {bottom: 18px;}

  /*.preview-header.full-width {padding-left: 15px !important;}*/
  .preview-content.full-width {padding-left: 15px !important;}

  .mm--classic-table thead .col-index {display: none;}
  .mm--classic-table thead .col-userpic {}
  .mm--classic-table thead .col-username {padding-left: 14px;}
  .mm--classic-table thead .col-approved {padding-left: 0px;}
  .mm--classic-table thead .col-downloads {display: none}
  .mm--classic-table thead .col-regist {display: none;}
  
    .mm--classic-table tbody .col-index {display: none;}
    .mm--classic-table tbody .col-userpic {width: 36px; padding-left: 14px;}
      .mm--classic-table tbody .col-userpic img {width: 36px;}
    .mm--classic-table tbody .col-username {padding-left: 16px;}
    .mm--classic-table tbody .col-approved {width: 80px;}
      /*.mm--classic-table tbody .col-approved div {position: relative;}*/
      /*.mm--classic-table tbody .col-approved div::before {position: absolute; top: 1px; left: -21px; background: url(/_images/v2/icon/glyphs.svg) no-repeat -1px -648px; opacity: .5; content: ""; z-index: 100; width: 14px; height: 14px;}*/
    .mm--classic-table tbody .col-downloads {display: none;}
    .mm--classic-table tbody .col-regist {display: none;}

  .popup_sss {left: 0;}

  .help-page-holder .help-answer {padding: 0;}
  .help-page-holder .help-answer .screenshot-holder {width: 100%; float: none; margin: 30px 0 0px;}
  .help-page-holder .help-answer .text-holder {padding: 0 0 0 0; width: 100%; float: none;}
  .help-page-holder .help-answer .screenshot.screenshot-1 img {width: 100%;}
  .help-page-holder .help-answer .screenshot.screenshot-3 img {width: 100%;}

  .popup.paid-file-holder {width: 90%; left: calc(5%); top: calc(50% - 200px);}
  .paid-file-holder {width: 100%;}
}

@media screen and (max-width: 540px) {
  .header {height: 50px; padding: 0 25px;}
    .header .logo-img img {height: 30px; margin: 11px 0 0 3px; position: absolute; z-index: 1000;}
    .header .logo-txt img {height: 30px; margin: 12px 0 0 65px; position: absolute; z-index: 1000;}

  .header {position: fixed; width: 100%; box-sizing: border-box; z-index: 10000;}

  .search-header-holder {max-width: calc(100% - 170px);}
  .search-header-holder.is-auth {max-width: calc(100% - 170px);}
  .search-header-holder input[type=text] {border: none; width: 0px;}
  .search-header-holder.is-open input[type=text] {border-bottom: 2px solid #659FCC;}

  fieldset.w50.left {float: left; width: 100%; padding: 20px 0px 0px 0;}
  fieldset.w50.right {float: right; width: 100%; padding: 20px 0 0px 0px;}

  .bg-filter {height: 130px;}

  .header-bottom-holder {padding: 0px 25px;}
  .header-bottom-holder.brand-model-list {min-height: 130px;}
    .header-bottom-holder .back-link-holder {padding: 0 0 0 60px;}
    .header-bottom-holder .back-link-holder h1 {font-size: 24px; margin: 0;}
    .header-bottom-holder .back-link-holder .go-back {top: 1px; left: 8px;}
    .header-bottom-holder .top-menu h1 {padding: 0px; font-size: 22px; margin: 0;}
    .header-bottom-holder .input-holder {height: 28px; background: url(/_images/v2/icon/filter.svg) no-repeat 8px 2px; padding: 0px 0 0 60px; display: inline-block; margin: 0px;}
      .header-bottom-holder .input-holder input {border: none; font-size: 24px; line-height: 28px; background: none; width: 100%; margin: 0; padding: 0;}
    .header-bottom-holder .global-search-holder {height: 28px; background: url(/_images/v2/icon/search-blue.svg) no-repeat 8px 2px; padding: 0 0 0 60px; width: auto; margin: 15px 0 0 0; border-bottom: 2px solid #659FCC;}
      .header-bottom-holder .global-search-holder input {border: none; font-size: 24px; line-height: 28px; background: none; width: 100%; margin: 0; padding: 0;}
    .header-bottom-holder .go-back {top: 44px; left: 33px;}
    .header-bottom-holder .info-holder {padding: 10px 0 0 0; width: 100%;}

    h1 img.userpic {width: 26px; height: 26px; margin-top: 0px;}

  .files-statistics {display: none;}
  .points-notify {right: 70px; top: -10px;}

  .grid {padding: 0 25px;}
    .grid .cell {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
    .grid .row {padding: 27px 0px 27px 65px;}

  /* .top-list-holder .row .items {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;} */
  .top-list-holder .row .items .item {width: calc(100%/2);}

  .grid.users-models-list .row {padding-left: 65px;}
  .grid.users-models-list .cell {padding-top: 47px;}
  .grid.users-models-list .title {padding-left: 0px;}
  .grid.users-models-list .is-short-list,
  .grid.users-models-list .collapse_all,
  .grid.users-models-list .is-full-list {top: 2px; left:-5px;}

  .footer .content .menu {padding: 20px 0 0 100px;}
  
  .top-menu li.selected {padding: 5px 0 0 0; background: none;}

  .content-static-page {padding: 0 15px 10px;}

  .feedback-page-holder {padding: 0 15px;}
  .contact-us-page .content-static-page {padding: 0 15px;}
  .help-page-holder {padding: 0 15px;}
  .mm--classic-table {width: calc(100% - 30px); margin: 20px 15px 0;}
  .settings-page .content-static-page {padding: 0 15px;}
  .user-history-holder {padding: 0 15px;}

  .sidebar-models .models-list {overflow-y: scroll; max-height: calc(100vh - 220px);}
  .sidebar-fixed-holder {width: 100%;}
  .sidebar-holder {width: 100%;}
  .sidebar-panel {width: 100%;}
  .sidebar-content {width: calc(100% - 187px);}
  .sidebar-btn {left: calc(100% - 50px); }


  .navigation-area .user-files-statistics {display: none;}

  .buttons-holder button.btn-filter {display: none;/* background: rgba(80, 161, 208, 0.3) url(/_images/v2/icon/glyphs.svg) no-repeat 5px -604px; padding-left: 25px; padding-right: 10px;*/}
  .buttons-holder button.btn-split  {display: none;/* background: rgba(80, 161, 208, 0.3) url(/_images/v2/icon/glyphs.svg) no-repeat 5px -604px; padding-left: 25px; padding-right: 10px;*/}
  .buttons-holder button.btn-delete {background: rgba(80, 161, 208, 0.3); padding-left: 25px; padding-right: 10px;}
    .buttons-holder button.btn-delete::before {top: 8px; left: 4px;}
  .buttons-holder button.btn-import {background: rgba(80, 161, 208, 0.3) url(/_images/v2/icon/glyphs.svg) no-repeat 5px -566px; padding-left: 25px; padding-right: 10px;}
  .buttons-holder button.btn-export {background: rgba(80, 161, 208, 0.3) url(/_images/v2/icon/glyphs.svg) no-repeat 5px -387px; padding-left: 25px; padding-right: 10px;}
  .buttons-holder button.btn-upload {background: #FFCE20; box-shadow: 0px 10px 10px rgba(255, 206, 32, 0.2); padding-left: 25px; padding-right: 10px;}
    .buttons-holder button.btn-upload::before {top: 8px; left: 4px;}
  .buttons-holder .sub-menu-buttons .btn-filter {display: block;}
  .buttons-holder .sub-menu-buttons .btn-split {display: block;}
  .buttons-holder .sub-menu-buttons {left: 65px; top: 60px;}

  .footer {height: auto;}
  .footer .content {height: auto;}

  .preview-without-content .banner_top {padding-top: 10px;}

  .paid-file-holder .warning-holder .button-big {font-size: 16px; line-height: 21px;}

  .file-grid-holder {padding: 0 0px;}
  .user-downloads .file-grid-holder {padding: 20px 0 0 0;}

  .navigation-area {margin: 0 10px 15px 10px;}

  .user-history-holder .filename-siparate {display: none;}
  /*.user-history-holder .row-log-item .points  {width: 30px;}*/
  .user-history-holder .description {text-overflow: ellipsis; /*width: 80px;*/ overflow: hidden; display: inline-block;}
    .user-history-holder .description a {display: none;}
  .user-history-holder .row-log-item .date {width: 100px;}

  .loading-holder.preview-html-loading {position: inherit; padding: 30px 0 20px 0; top: 0; left: 0;}
  .loading-holder span {font-size: 24px;}
  .loading-holder img {width: 20px; height: 20px}

  .feedback-page-holder .feedback-list .name { text-overflow: ellipsis; display: inline-block; width: 180px; overflow: hidden;}

}

@media screen and (max-width: 400px) {

  .limit-buttons-holder {bottom: 435px;}
  .limit-buttons-holder.user-logined {bottom: 365px;}

}
.jGrowl {
  z-index: 9999;
  color: #ffffff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
  padding-top: 0px;
}
.jGrowl.top-left {
  left: 0px;
  top: 0px;
}
.jGrowl.top-right {
  right: 0px;
  top: 0px;
}
.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}
.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}
.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}
.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
.jGrowl-notification {
  background-color: #000000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 400px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  /*min-height: 40px;*/
  position: relative;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
  position: absolute;
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  right: 10px;
  top: 5px;
}
.jGrowl-closer {
  background-color: #000000;
  /*opacity: 0.9;*/
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
/** Hide jGrowl when printing **/
@media print {
  .jGrowl {
    display: none;
  }
}

div.jGrowl div.error {background-color: red; /*min-height: 30px;*/ color: #fff; border: none; font-size: 14px;}
div.jGrowl div.info {background-color: #6DA3BD; /*min-height: 30px;*/ color: #fff; border: none; font-size: 14px;}

@media screen and (max-width: 800px) {
  .jGrowl.top-right {
    right: 0px;
    top: 50px;
  }
  /*.jGrowl-closer {
    width: 100%;
  }*/
  .jGrowl-notification {
    width: 300px;
  }
}  
