@charset "UTF-8";
/************************************************************
	Группа стилей форм загрузки и скачивания
 *************************************************************/
/** палитра основных цветов *****************************************************/
/** стили  шрифтов *************************************************************/
/** стили основного темплейта ***************************************************/
/** стили ссылок ****************************************************************/
.red-link, a,
.link {
  text-decoration: underline;
  font-size: 12px;
  color: #f8631c;
  font-weight: normal;
}
.red-link:hover, a:hover, .red-link:focus, a:focus,
.link:hover,
.link:focus {
  text-decoration: none;
  color: #e04b04;
}
.red-link.active, a.active,
.link.active {
  text-decoration: none;
  color: #f8631c;
}

.white-link {
  text-decoration: underline;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
}
.white-link:hover, .white-link:focus {
  text-decoration: none;
  color: #FDC982;
}
.white-link.active {
  text-decoration: none;
  color: #f8631c;
}

.grey-link {
  text-decoration: underline;
  font-size: 12px;
  color: #5b5b5b;
  font-weight: normal;
}
.grey-link:hover, .grey-link:focus {
  text-decoration: none;
  color: #f8631c;
}
.grey-link.active {
  text-decoration: none;
  color: #f8631c;
}

.grey-lite-link {
  text-decoration: underline;
  font-size: 12px;
  color: #f2f2f2;
  font-weight: normal;
}
.grey-lite-link:hover, .grey-lite-link:focus {
  text-decoration: none;
  color: #f8631c;
}
.grey-lite-link.active {
  text-decoration: none;
  color: #f8631c;
}

.blue-link {
  text-decoration: underline;
  font-size: 12px;
  color: #407f94;
  font-weight: normal;
}
.blue-link:hover, .blue-link:focus {
  text-decoration: none;
  color: #f8631c;
}
.blue-link.active {
  text-decoration: none;
  color: #f8631c;
}

/** стиль текстовых блоков ****************************************************************/
.note-text-style, #subs-small-text {
  color: #6d645e;
  font-weight: normal;
  font-family: Arial, serif;
  font-size: 10px;
  text-align: justify;
}

/** стиль заголовков ****************************************************************/
/** позиционирование ****************************************************************/
/** border mixins *********************************************************************/
/** прозрачность ****************************************************************/
/** тени блока ****************************************************************/
/** двойной бордер для всех или одной из сторон блока ****************************************************************/
.white-block, .panel-upload-box .panel-upload, .subs-screen {
  border: 1px solid #dcdcdc;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 0 #dcdcdc;
  -moz-box-shadow: 2px 2px 0 #dcdcdc;
  box-shadow: 2px 2px 0 #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.grey-block-head {
  background: none;
  background-color: #f2f2f2;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  padding-left: 10px;
  border: none;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}

.grey-block, #panel-upload-rule-text, .b-upload-links, #tab-file-1.ui-tabs-panel, .drmenu, .upload-site #link-box, #premium-file-links .shorturl-box {
  border: 1px solid #dcdcdc;
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 2px 0 #dcdcdc;
  -moz-box-shadow: 2px 2px 0 #dcdcdc;
  box-shadow: 2px 2px 0 #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.grey-block-nohead, .drmenu .drmenu-drop {
  border: 1px solid #dcdcdc;
  border-top: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 0 0 #dcdcdc;
  -moz-box-shadow: 2px 0 0 #dcdcdc;
  box-shadow: 2px 0 0 #dcdcdc;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
}

.grey-block-nofoot, .drmenu.activated {
  border: 1px solid #dcdcdc;
  border-bottom: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 0 0 #dcdcdc;
  -moz-box-shadow: 2px 0 0 #dcdcdc;
  box-shadow: 2px 0 0 #dcdcdc;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}

/** заголовки  ************************************************************************************/
h1 {
  color: #333333;
  position: relative;
  font-weight: normal;
  font-family: Arial, serif;
  font-size: 20px;
}
h1 a {
  font-size: 20px;
}

h2 {
  color: #333333;
  position: relative;
  font-weight: normal;
  font-family: Arial, serif;
  font-size: 18px;
}
h2 a {
  font-size: 18px;
}

h3 {
  color: #333333;
  position: relative;
  font-weight: normal;
  font-family: Arial, serif;
  font-size: 16px;
  color: #5b5b5b;
  margin: 0;
  font-weight: bold;
}
h3 a {
  font-size: 16px;
}

/** кнопки ************************************************************************************/
.btn, .btn-red, .fileupload-button, .ftp-user-setting input[type=submit], .torrent-btn, .btn-enabled, .subs-screen .subs-form button,
.btn.orange, .btn-grey, .subs-screen a.free-btn-4 {
  -moz-user-select: none;
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  height: 30px;
}

.btn-red, .fileupload-button, .ftp-user-setting input[type=submit], .torrent-btn, .btn-enabled, .subs-screen .subs-form button,
.btn.orange,
.orange.btn-red,
.orange.fileupload-button,
.ftp-user-setting input.orange[type=submit],
.orange.torrent-btn,
.orange.btn-enabled,
.subs-screen .subs-form button.orange,
.orange.btn-grey,
.subs-screen a.orange.free-btn-4 {
  background-color: #f8631c;
  border: 2px solid #f8631c;
  -webkit-box-shadow: 2px 2px 0 #d54602;
  -moz-box-shadow: 2px 2px 0 #d54602;
  box-shadow: 2px 2px 0 #d54602;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-shadow: 0 -1px 0px #d54602;
  line-height: 17px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.btn-red div, .fileupload-button div, .ftp-user-setting input[type=submit] div, .torrent-btn div, .btn-enabled div, .subs-screen .subs-form button div,
.btn.orange div,
.orange.btn-red div,
.orange.fileupload-button div,
.ftp-user-setting input.orange[type=submit] div,
.orange.torrent-btn div,
.orange.btn-enabled div,
.subs-screen .subs-form button.orange div,
.orange.btn-grey div,
.subs-screen a.orange.free-btn-4 div {
  text-shadow: 0 -1px 0px #d54602;
  line-height: 17px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.btn-red:focus, .fileupload-button:focus, .ftp-user-setting input[type=submit]:focus, .torrent-btn:focus, .btn-enabled:focus, .subs-screen .subs-form button:focus,
.btn.orange:focus,
.orange.btn-red:focus,
.orange.fileupload-button:focus,
.ftp-user-setting input.orange[type=submit]:focus,
.orange.torrent-btn:focus,
.orange.btn-enabled:focus,
.subs-screen .subs-form button.orange:focus,
.orange.btn-grey:focus,
.subs-screen a.orange.free-btn-4:focus {
  color: #FFFFFF;
}
.btn-red:hover, .fileupload-button:hover, .ftp-user-setting input[type=submit]:hover, .torrent-btn:hover, .btn-enabled:hover, .subs-screen .subs-form button:hover,
.btn.orange:hover,
.orange.btn-red:hover,
.orange.fileupload-button:hover,
.ftp-user-setting input.orange[type=submit]:hover,
.orange.torrent-btn:hover,
.orange.btn-enabled:hover,
.subs-screen .subs-form button.orange:hover,
.orange.btn-grey:hover,
.subs-screen a.orange.free-btn-4:hover {
  color: #f8631c;
  background-color: #FFFFFF;
  text-shadow: none;
}
.btn-red:hover div, .fileupload-button:hover div, .ftp-user-setting input[type=submit]:hover div, .torrent-btn:hover div, .btn-enabled:hover div, .subs-screen .subs-form button:hover div,
.btn.orange:hover div,
.orange.btn-red:hover div,
.orange.fileupload-button:hover div,
.ftp-user-setting input.orange[type=submit]:hover div,
.orange.torrent-btn:hover div,
.orange.btn-enabled:hover div,
.subs-screen .subs-form button.orange:hover div,
.orange.btn-grey:hover div,
.subs-screen a.orange.free-btn-4:hover div {
  color: #f8631c;
  background-color: #FFFFFF;
  text-shadow: none;
}
.btn-red:active, .fileupload-button:active, .ftp-user-setting input[type=submit]:active, .torrent-btn:active, .btn-enabled:active, .subs-screen .subs-form button:active,
.btn.orange:active,
.orange.btn-red:active,
.orange.fileupload-button:active,
.ftp-user-setting input.orange[type=submit]:active,
.orange.torrent-btn:active,
.orange.btn-enabled:active,
.subs-screen .subs-form button.orange:active,
.orange.btn-grey:active,
.subs-screen a.orange.free-btn-4:active {
  -webkit-box-shadow: 2px 2px 0 #d54602;
  -moz-box-shadow: 2px 2px 0 #d54602;
  box-shadow: 2px 2px 0 #d54602;
  box-shadow: none;
  top: 2px;
  left: 2px;
}

.btn-grey, .subs-screen a.free-btn-4 {
  background-color: #b9b9b9;
  border: 2px solid #b9b9b9;
  -webkit-box-shadow: 2px 2px 0 #5b5b5b;
  -moz-box-shadow: 2px 2px 0 #5b5b5b;
  box-shadow: 2px 2px 0 #5b5b5b;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-shadow: 0 -1px 0px #5b5b5b;
  line-height: 17px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.btn-grey div, .subs-screen a.free-btn-4 div {
  text-shadow: 0 -1px 0px #5b5b5b;
  line-height: 17px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.btn-grey:focus, .subs-screen a.free-btn-4:focus {
  color: #FFFFFF;
}
.btn-grey:hover, .subs-screen a.free-btn-4:hover {
  color: #b9b9b9;
  background-color: #FFFFFF;
  text-shadow: none;
}
.btn-grey:hover div, .subs-screen a.free-btn-4:hover div {
  color: #b9b9b9;
  background-color: #FFFFFF;
  text-shadow: none;
}
.btn-grey:active, .subs-screen a.free-btn-4:active {
  -webkit-box-shadow: 2px 2px 0 #5b5b5b;
  -moz-box-shadow: 2px 2px 0 #5b5b5b;
  box-shadow: 2px 2px 0 #5b5b5b;
  box-shadow: none;
  top: 2px;
  left: 2px;
}

.btn-disabled {
  background-color: #f2f2f2;
  border: 2px solid #dcdcdc;
  color: #dcdcdc;
  font-weight: bold;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  line-height: 15px;
  height: 30px;
}
.btn-disabled:focus, .btn-disabled:hover {
  color: #dcdcdc;
  background-color: #f2f2f2;
}
.btn-disabled:active {
  box-shadow: none;
  margin: 0;
}

/**элементы форм ************************************************************************************************************/
.form-control, .b-upload-links input[type="text"], .subs-screen .subs-form input[type='text'] {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 2px 2px 0 #dcdcdc;
  color: #5b5b5b;
  width: inherit;
  height: 30px;
  line-height: normal;
  font-size: 12px;
}
.form-control:focus, .b-upload-links input[type="text"]:focus, .subs-screen .subs-form input[type='text']:focus {
  border-color: #f8631c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f8631c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f8631c;
}

/**блок со стрелкой ************************************************************************************************************/
.input-sprite, .input-check, .input-radio, .upload-footer .footer-item {
  background: url('http://cdn.turbobit.net/fd1/img/icon/input-s08f666c4e5.png') no-repeat;
}

.input-check {
  background-position: 0 -60px;
}

.input-check-active {
  background-position: 0 0;
}

.input-radio, .upload-footer .footer-item {
  background-position: 0 -40px;
}

.input-radio-active, .upload-footer .footer-item.active {
  background-position: 0 -20px;
}

/************************************************************
	 Panel Upload
 *************************************************************/
.panel-upload-box {
  width: 80%;
}
.panel-upload-box .panel-upload-title {
  height: 46px;
  text-align: right;
  position: relative;
  padding-right: 10px;
}
.panel-upload-box .panel-upload-title a {
  color: #333333;
  text-decoration: underline;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  color: #f8631c;
  padding: 0 10px;
}
.panel-upload-box .panel-upload-title a:hover {
  text-decoration: none;
}
.panel-upload-box .panel-upload-title .select {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-clip: padding-box;
  border-bottom: none;
  -webkit-box-shadow: 2px 0 0 #dcdcdc;
  -moz-box-shadow: 2px 0 0 #dcdcdc;
  box-shadow: 2px 0 0 #dcdcdc;
  top: none;
  right: none;
  bottom: -2px;
  left: 0;
  position: absolute;
  display: inline-block;
  line-height: 46px;
  padding: 0 10px;
  font-weight: bold;
}

/*IE hack*/
html* .panel-select-upload input {
  margin-left: 2px;
}

.panel-main .panel-upload-rule {
  padding: 10px 10px 0px;
}

.panel-upload-main .panel-upload-rule {
  padding: 0px 0px 20px;
  background: none;
}

.panel-upload-rule img {
  margin-left: 15px;
  vertical-align: middle;
}

.panel-upload-rule span {
  color: #808080;
  text-decoration: underline;
  cursor: pointer;
}

#panel-upload-rule-text {
  margin-top: 10px;
  padding: 10px 10px 10px 35px;
  display: none;
}

#panel-upload-rule-text ul,
#panel-upload-rule-text ol {
  margin: 5px 0px 16px -17px;
}

#panel-upload-rule-text ul.hyphen li {
  list-style-type: none;
  background: transparent url('http://cdn.turbobit.net/platform/img/main/hyphen.gif') no-repeat 0px 9px;
  margin-left: 0px;
  padding-left: 15px;
}

#panel-upload-rule-text ul li {
  list-style-type: disc;
}

#panel-upload-rule-text li {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 17px;
}

#panel-upload-rule-text img {
  margin-left: -25px;
  margin-right: 7px;
}

#panel-upload-rule-text td {
  padding: 0px 7px 0px 0px;
}

#panel-upload-rule-text td img {
  margin: 0px;
}

#panel-upload-rule-text b {
  font: bold 12px arial, sans-serif;
}

#panel-upload-rule-text .link,
#panel-upload-rule-text a {
  margin-right: 0px;
  color: #417f94;
  border-bottom: none;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

#panel-upload-rule-text span.link {
  text-decoration: none;
  font-weight: normal;
}

#panel-upload-rule-text p.feedback {
  padding-top: 15px;
}

#panel-upload-rule-text u.title {
  font-weight: bold;
}

.panel-upload-main {
  padding: 10px 10px 10px;
}
.panel-upload-main h3 {
  margin: 20px 0 5px 0;
}

.panel-login {
  padding: 20px 0px 2px;
  text-align: left;
}

.panel-upload-rules {
  padding: 0px 10px 15px;
}
.panel-upload-rules a {
  color: #407f94;
}

/* сообщение о том, что загрузка запрещена */
table.upload-denied {
  border: 1px solid #ebeba9;
  background-color: #ffffe0;
}

table.upload-denied td {
  padding: 5px 10px;
}

table.upload-denied h2 {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

.html-upload-form {
  width: 100%;
  margin: 0px;
  /*    margin: 10px 18px;*/
  padding: 10px;
}

.html-upload-title {
  overflow: hidden;
}

.html-upload-title b {
  float: left;
}

/* выбор типа загрузки (по очереди/параллельно)*/
.html-upload-type {
  float: right;
}

.panel-upload-rule img {
  margin-left: 0px;
}

.panel-upload-type-bottom input {
  float: left;
  margin: 0 5px 3px 0;
}

.html-upload-type span {
  margin: 0 3px;
  border-bottom: 1px dashed #333333;
  color: #333333;
  cursor: pointer;
}

.html-upload-type .active {
  border: none;
  font-weight: bold;
  background: none;
  cursor: default;
}

.html-upload-type span:hover {
  border-bottom: none;
}

/* площадка для Drag&Drop*/
.html-upload-area {
  width: 100%;
  height: 102px;
  line-height: 102px;
  background-color: #F8F8F8;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px dashed #9e9e9e;
}
.html-upload-area span.label {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 20px;
  vertical-align: middle;
}
.html-upload-area span.small {
  color: #333333;
  font-size: 16px;
  margin: 0 20px;
}

/*таблица загружаемых файлов*/
.html-upload-table {
  padding: 10px 0 15px 0;
}
.html-upload-table table {
  width: 100%;
  margin-bottom: 10px;
}
.html-upload-table table th {
  /*background: #ffd461;*/
  font-weight: normal;
  color: #9E9E9E;
}
.html-upload-table .upload-table-error {
  color: #ff0000;
}
.html-upload-table .upload-table-cross {
  /*display: block;
  background: url("/platform/img/cross.png") no-repeat;
  width: 10px;
  height: 10px;*/
  color: #f8631c;
  font-size: 13px;
  text-decoration: none;
}
.html-upload-table .upload-table-minus {
  /*display: block;
  background: url("/platform/img/minus.png") no-repeat;
  width: 10px;
  height: 10px;*/
  color: #5b5b5b;
  font-size: 13px;
  text-decoration: none;
}
.html-upload-table td.progress {
  width: 110px;
}
.html-upload-table .progress {
  background-color: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  height: 42px;
  margin: 0;
}
.html-upload-table .progress a {
  color: #8BAF20;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dotted #8BAF20;
  font-weight: bold;
  line-height: 12px;
}
.html-upload-table .progress .caret {
  color: #8BAF20;
}
.html-upload-table img {
  margin-left: 8px;
}

.html-upload-table td, .html-upload-table th {
  height: 42px;
  border-bottom: 1px dotted #dcdcdc;
  padding-left: 5px;
  text-align: center;
  vertical-align: middle;
}

.html-upload-table td.upload-table-left, .html-upload-table th.upload-table-left {
  text-align: left;
  min-width: 200px;
}

th.upload-table-left-checkbox {
  text-align: center;
  width: 30px;
}

/*выбор папки*/
.html-upload-folder {
  float: left;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-top: 7px;
}

.html-upload-folder select {
  height: 20px;
  font-size: 12px;
}

.html-upload-folder input {
  width: 150px;
  height: 20px;
  padding: 0 5px;
  display: none;
  font-size: 12px;
}

/** прогресс бар загрузки */
.progressbar {
  background: #F8F8F8;
  padding: 1px;
  border: none;
  width: 80px;
  height: 20px;
  position: relative;
  text-align: left;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 0 #dcdcdc;
  -moz-box-shadow: 1px 1px 0 #dcdcdc;
  box-shadow: 1px 1px 0 #dcdcdc;
}
.progressbar div {
  width: 80px;
  height: 20px;
  background: #f8631c;
  -webkit-box-shadow: 1px 1px 0 #e04b04;
  -moz-box-shadow: 1px 1px 0 #e04b04;
  box-shadow: 1px 1px 0 #e04b04;
  top: 0;
  left: 0;
  position: absolute;
}
.progressbar span {
  width: 80px;
  height: 20px;
  display: block;
  line-height: 20px;
  position: absolute;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.fileinput-button.btn-red, .fileinput-button.fileupload-button, .ftp-user-setting input.fileinput-button[type=submit], .fileinput-button.torrent-btn, .fileinput-button.btn-enabled, .subs-screen .subs-form button.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 45px;
  min-width: 120px;
  line-height: 15px;
  padding: 6px 10px 0;
  vertical-align: middle;
}
.fileinput-button.btn-red input, .fileinput-button.fileupload-button input, .ftp-user-setting input.fileinput-button[type=submit] input, .fileinput-button.torrent-btn input, .fileinput-button.btn-enabled input, .subs-screen .subs-form button.fileinput-button input {
  top: 0;
  right: 0;
  position: absolute;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.fileupload-button {
  display: inline-block;
  font-size: 14px;
}

.b-upload-links {
  position: absolute;
  z-index: 99;
  width: 420px;
  padding: 5px !important;
  border: none !important;
  margin-left: -210px;
  margin-top: 5px;
}
.b-upload-links .header {
  top: -25px;
  left: 220px;
  position: absolute;
  width: 80px;
  height: 27px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 0px 0 #dcdcdc;
  -moz-box-shadow: 2px 0px 0 #dcdcdc;
  box-shadow: 2px 0px 0 #dcdcdc;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.b-upload-links .header a {
  margin-top: 6px;
}
.b-upload-links .header .header-item {
  height: 27px;
  line-height: 27px;
}
.b-upload-links .clone-link {
  /*float: right;
  margin-right: 149px;*/
}
.b-upload-links .item {
  display: none;
  margin-bottom: 0;
  padding: 10px;
}
.b-upload-links .item.active {
  display: block;
}
.b-upload-links .wrapper {
  font-size: 11px;
}
.b-upload-links input[type="text"] {
  float: right;
  width: 280px !important;
  padding-left: 5px;
}
.b-upload-links .link-text {
  float: left;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.b-upload-links .row-wrapper {
  overflow: hidden;
  margin-top: 4px;
}
.b-upload-links .row-wrapper:first-child {
  margin-top: 0;
}

/* каталог загрузки */
table.upload-controls {
  margin-top: 10px;
  width: 100%;
}
table.upload-controls td {
  vertical-align: top;
  text-align: left;
  border: none;
}
table.upload-controls td#upload-button {
  width: 155px;
}
table.upload-controls td#upload-folder {
  width: 320px;
  text-align: right;
}
table.upload-controls #folder_id_chosen {
  text-align: left;
}

/*блок с кнопкой Загрузить*/
.html-upload-start {
  overflow: hidden;
  min-height: 35px;
}
.html-upload-start #folder_name {
  height: 18px;
  padding: 0 5px;
}
.html-upload-start #folder,
.html-upload-start #folder_name {
  height: 20px;
  font-size: 12px;
  width: 150px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #abadb3;
}

input.validation-error,
textarea.validation-error,
select.validation-error {
  background: #FEF1EC;
  border: 1px solid #CD0A0A;
}

a.html-upload-getlinks-link {
  color: #5b5b5b;
  text-decoration: none;
  border-bottom: 1px dotted #407F94;
}

/*********************************************************************************
	Upload swf
*********************************************************************************/
#progress {
  position: relative;
  top: -140px;
  width: 472px;
  background-color: #ffc52a;
  margin: 0px 8px;
  border: 1px solid #7f7f7f;
  display: none;
}

#progress-mult {
  width: 472px;
  background-color: #ffc52a;
  margin: 0px 8px 10px;
  border: 1px solid #7f7f7f;
}

.progress-title {
  line-height: none;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #4b4942 url('http://cdn.turbobit.net/fd1/img/main/progressbar-title-bg.png') repeat-x left bottom;
  /*height: 24px;*/
  padding: 3px 0px 4px;
}

.progress-bar {
  background: transparent url('http://cdn.turbobit.net/fd1/img/main/progressbar-empty.png') no-repeat;
  margin-top: 10px;
  margin-left: 14px;
  height: 24px;
  width: 439px;
}

.progress-bar-full {
  background: transparent url('http://cdn.turbobit.net/fd1/img/main/progressbar-full.png') no-repeat;
  height: 24px;
  width: 0px;
}

.progress-bar-short {
  background: transparent url('http://cdn.turbobit.net/fd1/img/main/progressbar-empty-short.png') no-repeat;
  height: 24px;
  width: 221px;
  float: left;
}

.progress-bar-full-short {
  background: transparent url('http://cdn.turbobit.net/fd1/img/main/progressbar-full-short.png') no-repeat;
  height: 24px;
  width: 0px;
  float: left;
}

.progress-title-short {
  float: left;
  width: 30px;
  margin-right: 5px;
  margin-top: 2px;
}

#progress-short {
  width: 266px;
  margin: 0px auto;
  overflow: hidden;
}

.progress-box {
  padding: 14px 14px;
}

.progress-box span {
  display: block;
  float: left;
  padding-right: 30px;
}

.progress-box-percent {
  font-size: 16px;
  font-weight: bold;
}

#progress-mult {
  display: none;
}

#progress-mult #progress-box {
  padding: 7px 5px;
}

#progress-mult .clear-file {
  float: right;
  margin: 4px 0px 0px 5px;
  cursor: pointer;
}

#progress-mult .progress-bar {
  margin: 5px 0px 0px;
}

#progress-mult .progress-box {
  padding: 5px 0px;
  font-weight: bold;
}

#progress-mult .progress-box-bytes {
  float: right;
  padding-right: 23px;
}

.upload-footer {
  height: 20px;
  margin-top: 10px;
  background-color: #f2f2f2;
  padding-left: 13px;
  text-align: center;
  color: #5b5b5b;
}
.upload-footer .footer-item {
  background-position: 0 -40px;
  display: inline-block;
  height: 20px;
  line-height: 21px;
  cursor: pointer;
  font-size: 13px;
  padding: 0 10px 0 22px;
}
.upload-footer .footer-item:hover {
  color: #f8631c;
}
.upload-footer .footer-item.active {
  border-bottom-color: transparent;
}

#tab-file-setting-second {
  display: none;
}

#file-setting-second #tab-file-setting-second {
  display: block;
}

#tab-file-1.ui-tabs-panel {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
}

/*********************************************************************************
	Псевдоселект -  выбор папки на главной форме аплоада
*********************************************************************************/
.drmenu {
  cursor: pointer;
  position: relative;
  width: 200px;
  font-size: 12px;
  vertical-align: middle;
  height: 30px;
  text-align: left;
  color: #5b5b5b;
  padding-left: 10px;
  display: inline-block;
}
.drmenu a {
  color: #5b5b5b;
  text-decoration: none;
}
.drmenu a.drmenu-single {
  height: 30px;
  line-height: 30px;
}
.drmenu a.drmenu-single div {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}
.drmenu a.drmenu-single div b {
  background: url("chosen-sprite-red.png") no-repeat scroll 5px 5px transparent;
  display: block;
  height: 100%;
  width: 100%;
}
.drmenu a.drmenu-single span {
  display: inline-block;
  height: 28px;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.drmenu a:hover, .drmenu a:active {
  color: #f8631c;
}
.drmenu.activated a.drmenu-single div b {
  background: url("chosen-sprite-red.png") no-repeat scroll -13px 5px transparent;
}
.drmenu.activated a.drmenu-single span {
  border-bottom: 1px dotted #9E9E9E;
}
.drmenu .drmenu-drop {
  display: none;
  width: 200px;
  z-index: 999;
  padding: 0 2px 0 6px;
  top: 28px;
  left: -1px;
  position: absolute;
}
.drmenu .drmenu-drop ul.drmenu-results {
  height: 150px;
  margin: 0;
  overflow: auto;
  padding: 0;
}
.drmenu .drmenu-drop ul.drmenu-results li {
  list-style: none outside none;
  line-height: 30px;
  height: 30px;
  padding-left: 4px;
}
.drmenu .drmenu-drop ul.drmenu-results li.item .glyphicon {
  font-size: 8px;
  font-weight: 100;
  padding-right: 2px;
  top: 0;
  color: #dcdcdc;
}
.drmenu .drmenu-drop ul.drmenu-results li.item.checked {
  color: #f8631c;
}
.drmenu .drmenu-drop ul.drmenu-results li.item:hover {
  color: #f8631c;
  background-color: #F8F8F8;
  border-left: 2px solid #f8631c;
  padding-left: 2px;
}
.drmenu .drmenu-drop ul.drmenu-results li.item:hover .glyphicon {
  color: #FDC982;
}
.drmenu .drmenu-drop ul.drmenu-results li .new-mark {
  color: #f8631c;
  font-size: 9px;
  vertical-align: super;
  line-height: normal;
}
.drmenu .drmenu-drop .folder-form {
  border-top: 1px dotted #9E9E9E;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
}
.drmenu .drmenu-drop .folder-form .form-control, .drmenu .drmenu-drop .folder-form .b-upload-links input[type="text"], .b-upload-links .drmenu .drmenu-drop .folder-form input[type="text"], .drmenu .drmenu-drop .folder-form .subs-screen .subs-form input[type='text'], .subs-screen .subs-form .drmenu .drmenu-drop .folder-form input[type='text'] {
  width: 140px;
  display: inline-block;
  padding-left: 5px;
}
.drmenu .drmenu-drop .folder-form .form-control.err-text, .drmenu .drmenu-drop .folder-form .b-upload-links input.err-text[type="text"], .b-upload-links .drmenu .drmenu-drop .folder-form input.err-text[type="text"], .drmenu .drmenu-drop .folder-form .subs-screen .subs-form input.err-text[type='text'], .subs-screen .subs-form .drmenu .drmenu-drop .folder-form input.err-text[type='text'] {
  border-color: #f8631c;
}
.drmenu .drmenu-drop .folder-form .green-plus-loading {
  background: url("/fd1/img/gren-plus-ajax-loader.gif") no-repeat scroll 0 0 transparent;
  float: right;
  height: 16px;
  margin: 13px 10px 0 5px;
  width: 16px;
  display: none;
}
.drmenu .drmenu-drop .folder-form #add-folder-btn {
  float: right;
  margin: 0 10px 0 0;
}
.drmenu .drmenu-drop .folder-form #add-folder-btn .glyphicon {
  font-size: 15px;
  font-weight: 100;
  top: 4px;
  padding: 0 5px;
  color: #8BAF20;
  display: inline-block;
}

.uploader-link-area {
  width: 80%;
  text-align: center;
}
.uploader-link-area div {
  display: inline-block;
  background: url('http://cdn.turbobit.net/fd1/img/icon/turbo_uploader_icon.png') no-repeat scroll 0 0 transparent;
  padding-left: 25px;
}
.uploader-link-area div a {
  color: #407f94;
}
.uploader-link-area div span {
  display: none;
}

.upload-site .panel-upload-rule {
  font-size: 14px;
  color: #f8631c;
}
.upload-site #login-box,
.upload-site #pass-box,
.upload-site #link-box {
  display: none;
  margin-top: 5px;
}
.upload-site .link-box {
  margin: 5px 0;
}
.upload-site .link-box #upload-url {
  color: #0b333c;
  display: block;
  font-family: arial,sans-serif;
  font-size: 18px;
  height: 130px;
  width: 100%;
}
.upload-site .clear {
  padding: 10px 0;
}
.upload-site #link-box {
  margin: 10px 0;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
}
.upload-site #link-box span {
  font-weight: normal;
}

/*************************************************************
*       FTP panel
*************************************************************/
.panel-ftp-status {
  margin-bottom: 20px;
}
.panel-ftp-status td {
  padding: 2px 5px 2px 0px;
}

.panel-ftp-user td {
  padding: 2px 25px 2px 0px;
}

.ftp-del {
  vertical-align: middle;
  cursor: pointer;
}
.ftp-del:hover {
  color: #f8631c;
}

.ftp-move {
  border-bottom: 1px dashed #333;
  cursor: pointer;
  margin-left: 20px;
}
.ftp-move:hover {
  color: #f8631c;
}

.ftp-user-setting td {
  padding: 3px;
}

#ftp-usrs-area {
  margin-bottom: 20px;
}

#create-new-ftp {
  border-bottom: 1px dashed #333;
  cursor: pointer;
}
#create-new-ftp:hover {
  color: #f8631c;
}

.dialogDescription {
  color: #808080;
  font-family: 'Verdana';
  font-size: 10px;
}

.folder-big {
  font-size: 18px;
  font-weight: bold;
}

.folder-big img {
  vertical-align: middle;
}

/*************************************************************
*    torrent uploads
*************************************************************/
/** палитра основных цветов *****************************************************/
/** стили  шрифтов *************************************************************/
/** стили основного темплейта ***************************************************/
/** стили ссылок ****************************************************************/
.red-link, a,
.link {
  text-decoration: underline;
  font-size: 12px;
  color: #f8631c;
  font-weight: normal;
}
.red-link:hover, a:hover, .red-link:focus, a:focus,
.link:hover,
.link:focus {
  text-decoration: none;
  color: #e04b04;
}
.red-link.active, a.active,
.link.active {
  text-decoration: none;
  color: #f8631c;
}

.white-link {
  text-decoration: underline;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
}
.white-link:hover, .white-link:focus {
  text-decoration: none;
  color: #FDC982;
}
.white-link.active {
  text-decoration: none;
  color: #f8631c;
}

.grey-link {
  text-decoration: underline;
  font-size: 12px;
  color: #5b5b5b;
  font-weight: normal;
}
.grey-link:hover, .grey-link:focus {
  text-decoration: none;
  color: #f8631c;
}
.grey-link.active {
  text-decoration: none;
  color: #f8631c;
}

.grey-lite-link {
  text-decoration: underline;
  font-size: 12px;
  color: #f2f2f2;
  font-weight: normal;
}
.grey-lite-link:hover, .grey-lite-link:focus {
  text-decoration: none;
  color: #f8631c;
}
.grey-lite-link.active {
  text-decoration: none;
  color: #f8631c;
}

.blue-link {
  text-decoration: underline;
  font-size: 12px;
  color: #407f94;
  font-weight: normal;
}
.blue-link:hover, .blue-link:focus {
  text-decoration: none;
  color: #f8631c;
}
.blue-link.active {
  text-decoration: none;
  color: #f8631c;
}

/** стиль текстовых блоков ****************************************************************/
.note-text-style, #subs-small-text {
  color: #6d645e;
  font-weight: normal;
  font-family: Arial, serif;
  font-size: 10px;
  text-align: justify;
}

/** стиль заголовков ****************************************************************/
/** позиционирование ****************************************************************/
/** border mixins *********************************************************************/
/** прозрачность ****************************************************************/
/** тени блока ****************************************************************/
/** двойной бордер для всех или одной из сторон блока ****************************************************************/
.white-block, .panel-upload-box .panel-upload, .subs-screen {
  border: 1px solid #dcdcdc;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 0 #dcdcdc;
  -moz-box-shadow: 2px 2px 0 #dcdcdc;
  box-shadow: 2px 2px 0 #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.grey-block-head {
  background: none;
  background-color: #f2f2f2;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  padding-left: 10px;
  border: none;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}

.grey-block, #panel-upload-rule-text, .b-upload-links, #tab-file-1.ui-tabs-panel, .drmenu, .upload-site #link-box, #premium-file-links .shorturl-box {
  border: 1px solid #dcdcdc;
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 2px 0 #dcdcdc;
  -moz-box-shadow: 2px 2px 0 #dcdcdc;
  box-shadow: 2px 2px 0 #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.grey-block-nohead, .drmenu .drmenu-drop {
  border: 1px solid #dcdcdc;
  border-top: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 0 0 #dcdcdc;
  -moz-box-shadow: 2px 0 0 #dcdcdc;
  box-shadow: 2px 0 0 #dcdcdc;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
}

.grey-block-nofoot, .drmenu.activated {
  border: 1px solid #dcdcdc;
  border-bottom: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 0 0 #dcdcdc;
  -moz-box-shadow: 2px 0 0 #dcdcdc;
  box-shadow: 2px 0 0 #dcdcdc;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}

/** заголовки  ************************************************************************************/
h1 {
  color: #333333;
  position: relative;
  font-weight: normal;
  font-family: Arial, serif;
  font-size: 20px;
}
h1 a {
  font-size: 20px;
}

h2 {
  color: #333333;
  position: relative;
  font-weight: normal;
  font-family: Arial, serif;
  font-size: 18px;
}
h2 a {
  font-size: 18px;
}

h3 {
  color: #333333;
  position: relative;
  font-weight: normal;
  font-family: Arial, serif;
  font-size: 16px;
  color: #5b5b5b;
  margin: 0;
  font-weight: bold;
}
h3 a {
  font-size: 16px;
}

/** кнопки ************************************************************************************/
.btn, .btn-red, .fileupload-button, .ftp-user-setting input[type=submit], .torrent-btn, .btn-enabled, .subs-screen .subs-form button,
.btn.orange, .btn-grey, .subs-screen a.free-btn-4 {
  -moz-user-select: none;
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  height: 30px;
}

.btn-red, .fileupload-button, .ftp-user-setting input[type=submit], .torrent-btn, .btn-enabled, .subs-screen .subs-form button,
.btn.orange,
.orange.btn-red,
.orange.fileupload-button,
.ftp-user-setting input.orange[type=submit],
.orange.torrent-btn,
.orange.btn-enabled,
.subs-screen .subs-form button.orange,
.orange.btn-grey,
.subs-screen a.orange.free-btn-4 {
  background-color: #f8631c;
  border: 2px solid #f8631c;
  -webkit-box-shadow: 2px 2px 0 #d54602;
  -moz-box-shadow: 2px 2px 0 #d54602;
  box-shadow: 2px 2px 0 #d54602;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-shadow: 0 -1px 0px #d54602;
  line-height: 17px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.btn-red div, .fileupload-button div, .ftp-user-setting input[type=submit] div, .torrent-btn div, .btn-enabled div, .subs-screen .subs-form button div,
.btn.orange div,
.orange.btn-red div,
.orange.fileupload-button div,
.ftp-user-setting input.orange[type=submit] div,
.orange.torrent-btn div,
.orange.btn-enabled div,
.subs-screen .subs-form button.orange div,
.orange.btn-grey div,
.subs-screen a.orange.free-btn-4 div {
  text-shadow: 0 -1px 0px #d54602;
  line-height: 17px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.btn-red:focus, .fileupload-button:focus, .ftp-user-setting input[type=submit]:focus, .torrent-btn:focus, .btn-enabled:focus, .subs-screen .subs-form button:focus,
.btn.orange:focus,
.orange.btn-red:focus,
.orange.fileupload-button:focus,
.ftp-user-setting input.orange[type=submit]:focus,
.orange.torrent-btn:focus,
.orange.btn-enabled:focus,
.subs-screen .subs-form button.orange:focus,
.orange.btn-grey:focus,
.subs-screen a.orange.free-btn-4:focus {
  color: #FFFFFF;
}
.btn-red:hover, .fileupload-button:hover, .ftp-user-setting input[type=submit]:hover, .torrent-btn:hover, .btn-enabled:hover, .subs-screen .subs-form button:hover,
.btn.orange:hover,
.orange.btn-red:hover,
.orange.fileupload-button:hover,
.ftp-user-setting input.orange[type=submit]:hover,
.orange.torrent-btn:hover,
.orange.btn-enabled:hover,
.subs-screen .subs-form button.orange:hover,
.orange.btn-grey:hover,
.subs-screen a.orange.free-btn-4:hover {
  color: #f8631c;
  background-color: #FFFFFF;
  text-shadow: none;
}
.btn-red:hover div, .fileupload-button:hover div, .ftp-user-setting input[type=submit]:hover div, .torrent-btn:hover div, .btn-enabled:hover div, .subs-screen .subs-form button:hover div,
.btn.orange:hover div,
.orange.btn-red:hover div,
.orange.fileupload-button:hover div,
.ftp-user-setting input.orange[type=submit]:hover div,
.orange.torrent-btn:hover div,
.orange.btn-enabled:hover div,
.subs-screen .subs-form button.orange:hover div,
.orange.btn-grey:hover div,
.subs-screen a.orange.free-btn-4:hover div {
  color: #f8631c;
  background-color: #FFFFFF;
  text-shadow: none;
}
.btn-red:active, .fileupload-button:active, .ftp-user-setting input[type=submit]:active, .torrent-btn:active, .btn-enabled:active, .subs-screen .subs-form button:active,
.btn.orange:active,
.orange.btn-red:active,
.orange.fileupload-button:active,
.ftp-user-setting input.orange[type=submit]:active,
.orange.torrent-btn:active,
.orange.btn-enabled:active,
.subs-screen .subs-form button.orange:active,
.orange.btn-grey:active,
.subs-screen a.orange.free-btn-4:active {
  -webkit-box-shadow: 2px 2px 0 #d54602;
  -moz-box-shadow: 2px 2px 0 #d54602;
  box-shadow: 2px 2px 0 #d54602;
  box-shadow: none;
  top: 2px;
  left: 2px;
}

.btn-grey, .subs-screen a.free-btn-4 {
  background-color: #b9b9b9;
  border: 2px solid #b9b9b9;
  -webkit-box-shadow: 2px 2px 0 #5b5b5b;
  -moz-box-shadow: 2px 2px 0 #5b5b5b;
  box-shadow: 2px 2px 0 #5b5b5b;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-shadow: 0 -1px 0px #5b5b5b;
  line-height: 17px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.btn-grey div, .subs-screen a.free-btn-4 div {
  text-shadow: 0 -1px 0px #5b5b5b;
  line-height: 17px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.btn-grey:focus, .subs-screen a.free-btn-4:focus {
  color: #FFFFFF;
}
.btn-grey:hover, .subs-screen a.free-btn-4:hover {
  color: #b9b9b9;
  background-color: #FFFFFF;
  text-shadow: none;
}
.btn-grey:hover div, .subs-screen a.free-btn-4:hover div {
  color: #b9b9b9;
  background-color: #FFFFFF;
  text-shadow: none;
}
.btn-grey:active, .subs-screen a.free-btn-4:active {
  -webkit-box-shadow: 2px 2px 0 #5b5b5b;
  -moz-box-shadow: 2px 2px 0 #5b5b5b;
  box-shadow: 2px 2px 0 #5b5b5b;
  box-shadow: none;
  top: 2px;
  left: 2px;
}

.btn-disabled {
  background-color: #f2f2f2;
  border: 2px solid #dcdcdc;
  color: #dcdcdc;
  font-weight: bold;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  line-height: 15px;
  height: 30px;
}
.btn-disabled:focus, .btn-disabled:hover {
  color: #dcdcdc;
  background-color: #f2f2f2;
}
.btn-disabled:active {
  box-shadow: none;
  margin: 0;
}

/**элементы форм ************************************************************************************************************/
.form-control, .b-upload-links input[type="text"], .subs-screen .subs-form input[type='text'] {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 2px 2px 0 #dcdcdc;
  color: #5b5b5b;
  width: inherit;
  height: 30px;
  line-height: normal;
  font-size: 12px;
}
.form-control:focus, .b-upload-links input[type="text"]:focus, .subs-screen .subs-form input[type='text']:focus {
  border-color: #f8631c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f8631c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f8631c;
}

/**блок со стрелкой ************************************************************************************************************/
.clear {
  clear: both;
}

.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.fileinputs {
  position: relative;
}

input.file {
  position: relative;
  text-align: right;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 2;
  font-size: 14pt;
  width: 455px;
}

#torrent-browse-btn {
  position: relative;
  float: left;
  margin-left: 5px;
}

.torrent-btn-div {
  margin-left: auto;
  margin-right: auto;
  width: 108px;
}

#torrent-content {
  border: 1px solid #f8631c;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
  border-top: none;
  margin-bottom: 20px;
  margin-top: 34px;
  padding: 10px;
}

#torrent-info {
  width: 100%;
  text-align: center;
  height: 25px;
  float: left;
  padding-top: 3px;
  margin-bottom: 10px;
}

.torrent-input-file {
  float: left;
  margin-bottom: 10px;
  width: 330px;
}

.torrent-input-link {
  margin-bottom: 10px;
  width: 445px;
}

.torrent-panel-menu {
  margin-top: 7px;
  margin-left: 9px;
  font-family: Arial, Sans-Serif;
  font-size: 11pt;
  font-weight: bold;
}

.torrent-panel-menu a {
  text-decoration: none;
}

.torrent-popup {
  display: none;
}

#torrent-step1 {
  width: 281px;
  margin-right: 16px;
  margin-top: -17px;
  height: 34px;
  float: left;
}
#torrent-step1.active-step1 {
  color: #FFFFFF;
  background-color: #f8631c;
  position: relative;
  text-shadow: 0 -1px 0px #d54602;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
#torrent-step1.active-step1:after {
  background-color: #f2f2f2;
  content: '';
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #f8631c;
}
#torrent-step1.inactive-step1 {
  color: #dcdcdc;
  background-color: #f2f2f2;
  position: relative;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
#torrent-step1.inactive-step1:after {
  background-color: #f8631c;
  content: '';
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #f2f2f2;
}

#torrent-step2 {
  width: 343px;
  height: 34px;
  margin-right: 16px;
  float: left;
  margin-top: -17px;
}
#torrent-step2.active-step2 {
  color: #FFFFFF;
  background-color: #f8631c;
  position: relative;
  text-shadow: 0 -1px 0px #d54602;
}
#torrent-step2.active-step2:after {
  background-color: #FFFFFF;
  content: '';
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #f8631c;
}
#torrent-step2.inactive-step2 {
  color: #dcdcdc;
  background-color: #f2f2f2;
  position: relative;
}
#torrent-step2.inactive-step2:after {
  background-color: #FFFFFF;
  content: '';
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #f2f2f2;
}

#torrent-tree {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  overflow: auto;
  width: 608px;
}

#torrent-upload {
  margin-bottom: 10px;
}

#torrent-upload-confirm {
  display: none;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#torrent-upload-form {
  width: 475px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#torrent-uploader-box {
  width: 658px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*********************************************************************************

	Стили страницы скачивания файла: 
	Гейт-страница, страница с капчей, страница с ошибкой скачивания и таймером

*********************************************************************************/
/********************************************************************************
Все про информацию о файле на гейт-странице
********************************************************************************/
.header-sans, .download-gate .download-gate-info-cell, .download-gate-info, .download-file-block .file-title, .download-file-block .file-separator, .download-file-block .file-size, .download-gate-info .file-header, .download-file-block .file-title .file-header, .download-file-block .file-separator .file-header, .download-file-block .file-size .file-header, .download-gate-info .download-file-block .file-title, .download-file-block .file-title .download-file-block .file-title, .download-file-block .file-separator .download-file-block .file-title, .download-file-block .file-size .download-file-block .file-title, .download-gate-info .download-file-block .file-separator, .download-file-block .file-title .download-file-block .file-separator, .download-file-block .file-separator .download-file-block .file-separator, .download-file-block .file-size .download-file-block .file-separator, .download-gate-info .download-file-block .file-size, .download-file-block .file-title .download-file-block .file-size, .download-file-block .file-separator .download-file-block .file-size, .download-file-block .file-size .download-file-block .file-size, #subs-main-header .bg-top-right span {
  font-family: 'Open Sans', sans-serif;
}

.download-gate {
  margin: 20px 0 50px;
  width: 906px;
  position: relative;
}
.download-gate .download-gate-info-cell {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  height: 45px;
  background: #eee;
  color: #f8631c;
  margin-bottom: 20px;
  text-align: left;
  font-size: 19px;
  line-height: 45px;
  padding-left: 15px;
}
.download-gate .download-gate-body-cell {
  padding: 0 15px;
}

#gate-description-tags {
  z-index: 101;
  display: none;
  background-color: #FFF;
  position: absolute;
  width: 880px;
  padding: 20px;
  border: 1px solid #dcdcdc;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 2px 0 #dcdcdc;
  -moz-box-shadow: 2px 2px 0 #dcdcdc;
  box-shadow: 2px 2px 0 #dcdcdc;
  margin-top: -1px;
}

#premium-file-info {
  position: relative;
}
#premium-file-info .file-header {
  display: none;
}

#premium-file-links {
  margin-top: 20px;
  vertical-align: middle;
}
#premium-file-links .premium-link-block {
  width: 505px;
  background: #f2f2f2 url('http://cdn.turbobit.net/fd1/img/download/grey_arrow.png') no-repeat scroll right top;
  height: 45px;
  line-height: 45px;
  padding-left: 25px;
  margin-bottom: 10px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
}
#premium-file-links .premium-link-block a {
  font-size: 20px;
}
#premium-file-links .shorturl-title.link {
  cursor: pointer;
  margin-top: 5px;
}
#premium-file-links .shorturl-box {
  width: 480px;
  padding: 5px 25px 10px 25px;
}
#premium-file-links .shorturl-box .shorturl-link {
  margin-top: 5px;
  display: none;
}
#premium-file-links .shorturl-box .shorturl-link input {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 23px;
  padding: 0 5px;
  width: 100%;
}
#premium-file-links .speed-problem-link {
  color: #5d5e62;
  margin-left: 10px;
}

.gate-tag {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #eee;
  margin: 0px 10px 0px 0px;
  padding: 5px;
}

.download-file-block {
  padding: 5px 20px 5px 5px;
  display: inline-block;
  height: 45px;
  position: relative;
  z-index: 900;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.download-file-block .file-title {
  color: #333333;
  font-size: 12px;
  border-bottom: 1px dotted;
  padding: 0;
  cursor: help;
}
.download-file-block #point-img {
  display: none;
}
.download-file-block .file-separator {
  font-size: 14px;
  padding: 0px;
  color: #333333;
}
.download-file-block .file-size {
  font-size: 14px;
  color: #aaa;
  padding: 0px;
}

.download-type {
  text-align: left;
  margin: 20px 0;
}

.download-gate-info, .download-file-block .file-title, .download-file-block .file-separator, .download-file-block .file-size {
  text-align: left;
}
.download-gate-info .file-header, .download-file-block .file-title .file-header, .download-file-block .file-separator .file-header, .download-file-block .file-size .file-header {
  font-size: 16px;
  padding: 0 0 5px 5px;
}
.download-gate-info .download-file-block .file-title, .download-file-block .file-title .download-file-block .file-title, .download-file-block .file-separator .download-file-block .file-title, .download-file-block .file-size .download-file-block .file-title {
  color: #333333;
  font-size: 24px;
  border-bottom: 1px dotted;
  padding: 0;
  cursor: pointer;
}
.download-gate-info .download-file-block #point-img, .download-file-block .file-title .download-file-block #point-img, .download-file-block .file-separator .download-file-block #point-img, .download-file-block .file-size .download-file-block #point-img {
  display: none;
}
.download-gate-info .download-file-block.have-desc.active, .download-file-block .file-title .download-file-block.have-desc.active, .download-file-block .file-separator .download-file-block.have-desc.active, .download-file-block .file-size .download-file-block.have-desc.active {
  background-color: #FFFFFF;
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid #FFFFFF;
}
.download-gate-info .download-file-block.no-desc .file-title, .download-file-block .file-title .download-file-block.no-desc .file-title, .download-file-block .file-separator .download-file-block.no-desc .file-title, .download-file-block .file-size .download-file-block.no-desc .file-title {
  border-bottom: none;
  cursor: default;
}
.download-gate-info .download-file-block .file-separator, .download-file-block .file-title .download-file-block .file-separator, .download-file-block .file-separator .download-file-block .file-separator, .download-file-block .file-size .download-file-block .file-separator {
  font-size: 14px;
  padding: 0px;
  color: #333333;
}
.download-gate-info .download-file-block .file-size, .download-file-block .file-title .download-file-block .file-size, .download-file-block .file-separator .download-file-block .file-size, .download-file-block .file-size .download-file-block .file-size {
  font-size: 16px;
  color: #aaa;
  padding: 0px;
}

/**********************************************************************************
	Таблица с преимуществами Турбо-доступа
**************************************************************************************/
#turbo-table {
  z-index: 5;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
#turbo-table td {
  border-bottom: 1px dotted gainsboro;
}
#turbo-table .title-cell {
  height: 36px;
  text-align: left;
  font-size: 12px;
  color: #333333;
}
#turbo-table .max-speed-time {
  width: 245px;
  font-weight: bold;
  color: #63a800;
  font-size: 18px;
  text-align: center;
}
#turbo-table .min-speed-time {
  width: 245px;
  color: #f8631c;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#turbo-table .minus-ok-cell {
  text-align: center;
}
#turbo-table .no-border {
  border: none;
}
#turbo-table .speed-img {
  padding-top: 20px;
  text-align: center;
}
#turbo-table .download-button {
  padding: 15px 0px 25px 0px;
  text-align: center;
}
#turbo-table .download-button .btn-grey, #turbo-table .download-button .subs-screen a.free-btn-4, .subs-screen #turbo-table .download-button a.free-btn-4,
#turbo-table .download-button .btn-red,
#turbo-table .download-button .fileupload-button,
#turbo-table .download-button .ftp-user-setting input[type=submit],
.ftp-user-setting #turbo-table .download-button input[type=submit],
#turbo-table .download-button .torrent-btn,
#turbo-table .download-button .btn-enabled,
#turbo-table .download-button .subs-screen .subs-form button,
.subs-screen .subs-form #turbo-table .download-button button {
  line-height: 16px;
}
#turbo-table .ok {
  color: #63a800;
}
#turbo-table .minus {
  color: #ff4c4c;
}
#turbo-table .glyphicon {
  font-size: 14px;
}

.download-file1 {
  padding: 0;
  margin-left: 10px;
  margin-top: 10px;
  font: 18px Arial,sans-serif;
}

.download-file1 .file-icon1 {
  font: 24px Arial,sans-serif;
  background-position: 0 4px;
  padding-left: 25px;
}

.download-top,
.download-area-top {
  position: relative;
  width: 728px;
  height: 90px;
  left: 50%;
  margin-top: 5px;
  padding: 0px;
  margin-left: -365px;
  margin-bottom: 5px;
}

.download-alt-links {
  font-size: 15px;
  line-height: 1.8;
}

/*********************************************************************************
	captcha
*********************************************************************************/
#download-main-info {
  text-align: center;
}
#download-main-info .captcha_text {
  margin-top: 75px;
  color: #9e9e9e;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#download-main-info #captcha-reloader-holder {
  position: relative;
  width: 175px;
  margin: 0 auto;
  height: 0;
}
#download-main-info #captcha-reloader-holder #reloadCaptcha {
  position: relative;
  top: -35px;
  left: 185px;
  background: transparent url('http://cdn.turbobit.net/fd1/img/download/captcha_reload.png') no-repeat top left;
  width: 18px;
  height: 19px;
  font-size: 0;
}

.captcha {
  overflow: visible;
}
.captcha form {
  width: 100%;
}
.captcha #captcha_response {
  width: 175px;
  margin: 25px auto 25px auto;
}
.captcha .submit-button {
  display: block;
  width: 175px;
  margin: 0 auto;
}

#captcha-img {
  height: 45px;
  font-size: 40px;
  width: 175px;
  line-height: 50px;
  margin: 0 auto;
}

#captcha-img img {
  height: 45px;
  display: block;
  margin: 0 auto;
}

#reloadCaptcha {
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
  height: 12px;
  line-height: 10px;
  width: 175px;
  color: #949494;
  margin-top: 3px;
}

.recaptcha button,
.captcha button {
  background: transparent url('http://cdn.turbobit.net/platform/img/download/captcha_btn.png') no-repeat top left;
  width: 94px;
  height: 25px;
  border: none;
  line-height: 20px;
  font-size: 15px;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px #528b01;
  cursor: pointer;
}

.captcha-error {
  margin-bottom: 15px;
  color: red;
  font-weight: bold;
}

/*********************************************************************************
	recaptcha
*********************************************************************************/
.recaptcha {
  overflow: hidden;
}

.recaptcha div {
  height: 135px;
  width: 315px;
  margin: 0 auto;
}

/*********************************************************************************
	advert
*********************************************************************************/
.advert_part {
  background: transparent url('http://cdn.turbobit.net/fd1/img/main/partners15.gif') no-repeat;
  width: 490px;
  height: 100px;
}

.advert_download {
  background: transparent url('http://cdn.turbobit.net/fd1/img/main/try-ru.png') no-repeat;
  width: 235px;
  height: 47px;
  margin: 10px auto 0px;
}

.advert_free {
  background: transparent url('http://cdn.turbobit.net/fd1/img/main/turbogo.gif') no-repeat;
  width: 376px;
  height: 139px;
  margin: 0 auto;
}

/***********************************************************************************
 * Главная секция на странице скачивания
 ***********************************************************************************/
#subs-info .captcha_text {
  color: #2F2F2F;
  font-size: 13px;
  text-align: left;
}

.timer-text {
  color: #333333;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
}

#timeout-progress {
  width: 247px;
  height: 18px;
  margin: 10px auto;
  border: 1px solid #C5CF94;
  background: #FFFFFF;
}

#premium-link {
  font-size: 16px;
}

#timeout-progress #progress-bg {
  background: transparent url('http://cdn.turbobit.net/platform/img/download/progress_line.png') no-repeat 100% 1px;
  margin-left: 1px;
  width: 5%;
  height: 18px;
}

#timeout-progress #progress-bg.done {
  background-position: left top;
}

#time-limit-text {
  font-size: 14px;
  color: #afafaf;
  margin-top: 10px;
}

#seconds-count {
  font-size: 24px;
}

#timeout {
  margin-top: 30px;
  color: #dcdcdc;
  border-radius: 5px;
  background-color: #dcdcdc;
  height: 45px;
  text-align: center;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}
#timeout #seconds-count {
  color: #ffffff;
  line-height: 45px;
}

#timeout-limit-header {
  color: #F8631C;
  font-size: 13px;
  font-weight: bold;
  margin-top: 75px;
}

#limit-timeout-time #timeout {
  margin-top: 30px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #F8631C;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  min-width: 270px;
}

#what-does-it-mean {
  height: 0;
  position: relative;
}
#what-does-it-mean a {
  display: block;
  position: relative;
  top: -30px;
  left: 97%;
  height: 18px;
  width: 18px;
}

#premium-download-info {
  font-size: 13px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}

#timeout.timer-text {
  margin-top: 15px;
  margin-bottom: 20px;
}

#time-limit-count,
#download-main-info #timeout {
  font-size: 22px;
}

.main-info-hr {
  background: transparent url('http://cdn.turbobit.net/fd1/img/download/main-info-hr.png') repeat-x top center;
  margin: 40px 85px 15px;
  height: 2px;
}

.bg-top-right a {
  color: #6bab0b;
}

.bg-top-right a:hover {
  text-decoration: none;
}

a.premium-btn-3 {
  background: transparent url('http://cdn.turbobit.net/fd1/img/download/premium-button-3.png') no-repeat top left;
  color: #FFFFFF;
  display: block;
  width: 184px;
  height: 30px;
  text-decoration: none;
  line-height: 30px;
  margin: 10px auto;
  text-shadow: #528b01 0 -1px 0;
  text-align: center;
  font-size: 16px;
}

/************************************************************************************
 *  Секция с пояснением о времени скачивания с кнопкой Турбо
 ************************************************************************************/
#download-top-note {
  background: transparent url('http://cdn.turbobit.net/fd1/img/download/top_note_bg.png') no-repeat top left;
  width: 862px;
  height: 39px;
  margin-top: 15px;
}

#download-time-free,
#download-time-btn,
#download-time-premium {
  float: left;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
}

#download-time-free {
  color: #2b2a2a;
  margin-left: 60px;
  margin-right: 10px;
}

#download-time-btn {
  background: transparent url('http://cdn.turbobit.net/platform/img/download/turbo-button.png') no-repeat top left;
  width: 136px;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  margin-top: 3px;
  line-height: 24px;
  display: block;
  text-decoration: none;
  color: #000000;
  text-shadow: 1px -1px 3px #FFFFFF;
}

#download-time-premium {
  font-weight: bold;
}

/************************************************************************************
 * Секция с заголовком на странице скачивания
 ************************************************************************************/
#download-main-header {
  background: #FFFFFF url('http://cdn.turbobit.net/platform/img/download/header_l.png') no-repeat top left;
  height: 85px;
  min-width: 600px;
}

#download-main-header .bg-top-right {
  background: transparent url('http://cdn.turbobit.net/platform/img/download/header_r.png') no-repeat top right;
  height: 85px;
  text-align: center;
  padding-top: 15px;
}

#download-main-header .bg-top-right span {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  text-shadow: #f5811b -1px -1px 0;
}

/************************************************************************************
 * Секция с заголовком на странице скачивания и биркой
 ************************************************************************************/
#download-main-header-label {
  background: #FFFFFF url('http://cdn.turbobit.net/platform/img/download/header_label_l.png') no-repeat top left;
  height: 110px;
  min-width: 600px;
  margin-top: -10px;
  margin-bottom: 25px;
}

#download-main-header-label .bg-top-right {
  background: transparent url('http://cdn.turbobit.net/platform/img/download/header_label_r.png') no-repeat top right;
  height: 110px;
  text-align: left;
  /*padding-top: 15px;*/
}

#download-main-header-label .bg-top-right span {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: #f5811b -1px -1px 0;
}

#download-main-header-label .text-padding {
  height: 15px;
}

#download-main-header-label .banner-text {
  margin-left: 40px;
  margin-top: 25px;
}

#download-main-header-label a {
  background: transparent url('http://cdn.turbobit.net/platform/img/download/premium-button-4.png') no-repeat top left;
  height: 34px;
  line-height: 34px;
  width: 176px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #2b2a2a;
  font-size: 15px;
  text-shadow: #FFFFFF -1px -1px 2px;
  margin: 7px auto 0;
}

/*********************************************************************************
	Download
*********************************************************************************/
.download .free,
.download .buy {
  padding-top: 12px;
  height: 35px;
}

.turbo .download td {
  border: 1px solid #fff;
}

.turbo .download th {
  padding: 10px 10px;
}

.free, .buy, .submitButton {
  width: 146px;
  height: 41px;
  display: block;
  text-decoration: none;
  color: #fff;
  font: normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 3px;
}

.free {
  background: transparent url('http://cdn.turbobit.net/fd1/img/button/download-free.png') no-repeat;
}

.buy {
  background: transparent url('http://cdn.turbobit.net/fd1/img/button/download-buy.png') no-repeat;
}

.free.wide {
  background: transparent url('http://cdn.turbobit.net/fd1/img/button/download-free-wide.png') no-repeat;
  width: 210px;
}

.buy.wide, .submitButton.wide {
  background: transparent url('http://cdn.turbobit.net/fd1/img/button/download-buy-wide.png') no-repeat;
  width: 210px;
}

.submitButton {
  color: black;
  font-weight: bold;
  padding-top: 12px;
}

#btnSubmit.wide {
  background: transparent url('http://cdn.turbobit.net/fd1/img/button/submit-wide-btn.png') no-repeat;
  width: 150px;
  background-position: 0 -32px;
  font-size: 12px;
  font-weight: normal;
}

.file-icon {
  padding-left: 18px;
  background-position: 0px 1px;
}

.mrpropos, #popunder2_form.yandexbar_loader {
  text-align: center;
  width: 100%;
  line-height: 12px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.yandexbar_loader label, .yandexbar_loader a {
  font-size: 10px;
  line-height: 12px;
}

#ya--bar--hint {
  z-index: 9999;
}

/**
 * Стили страницы бесплатного скачивания
 */
.free-download-top-block {
  background-color: #f2f2f2;
  height: 50px;
}

.download-file-info {
  padding: 12px;
  text-align: left;
}
.download-file-info div {
  display: inline-block;
}
.download-file-info #file-name, .download-file-info #splitter {
  font-size: 18px;
  color: #333333;
}
.download-file-info #splitter {
  font-size: 16px;
  margin: 0 10px;
}
.download-file-info #file-size {
  font-size: 14px;
  color: #9e9e9e;
}

.free-download-block .bottom-block {
  margin: 12px 12px 12px 20px;
  display: table;
  width: 95%;
}
.free-download-block .row-block {
  display: table-row;
}
.free-download-block .payment-block {
  width: 300px;
  vertical-align: top;
  text-align: left;
  padding-right: 12px;
}
.free-download-block .payment-block .pointer {
  font-size: 14px;
  color: #f8631c;
  font-weight: bold;
  padding-right: 7px;
}
.free-download-block .payment-block, .free-download-block .main-block {
  display: table-cell;
}
.free-download-block .main-block {
  padding-left: 12px;
  border-left: 1px dotted #CDCDCD;
}
.free-download-block #timeoutBox {
  text-align: center;
}
.free-download-block #timeoutBox .download-status {
  margin-bottom: 20px;
}

.clear {
  clear: both;
}

#main-payment-text {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

#sms-tariffs label {
  display: block;
  font-size: 13px;
  color: #9e9e9e;
}
#sms-tariffs #sms-instruction {
  width: 200px;
  font-size: 13px;
  color: #333333;
}
#sms-tariffs #sms-instruction .row {
  display: table-cell;
}
#sms-tariffs #sms-instruction .row div {
  display: table-cell;
}
#sms-tariffs #sms-instruction, #sms-tariffs label, #sms-tariffs #sms-loading {
  margin-top: 17px;
}
#sms-tariffs #sms-premium-code {
  margin-bottom: 12px;
}
#sms-tariffs .chosen-container, #sms-tariffs #sms-premium-code, #sms-tariffs .btn-red, #sms-tariffs .fileupload-button, #sms-tariffs .ftp-user-setting input[type=submit], .ftp-user-setting #sms-tariffs input[type=submit], #sms-tariffs .torrent-btn, #sms-tariffs .btn-enabled, #sms-tariffs .subs-screen .subs-form button, .subs-screen .subs-form #sms-tariffs button {
  margin-left: 17px;
}
#sms-tariffs .chosen-single {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
#sms-tariffs .chosen-single div b {
  background: url("fd1/img/chosen/chosen-sprite-red.png") no-repeat 0 2px;
}

#emoney-tariffs .payment-point, #emoney-tariffs label {
  display: block;
  font-size: 13px;
  color: #9e9e9e;
  margin-top: 10px;
  font-weight: bold;
}
#emoney-tariffs #emoney-premium-code {
  width: 100px;
  margin-left: 17px;
  display: inline-block;
}
#emoney-tariffs #emoney-premium-code-form input[type=submit] {
  margin-left: 12px;
}
#emoney-tariffs #bank-card-tariffs {
  width: 100%;
  margin-top: 25px;
}
#emoney-tariffs #bank-card-tariffs tr {
  border-bottom: 1px dotted #CDCDCD;
}
#emoney-tariffs #bank-card-tariffs tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
#emoney-tariffs #bank-card-tariffs tr td:nth-child(1) {
  text-align: left;
  font-size: 13px;
  color: #333333;
  padding-left: 12px;
}
#emoney-tariffs #bank-card-tariffs tr td:nth-child(2) {
  text-align: right;
}
#emoney-tariffs #bank-card-tariffs tr td:nth-child(3) {
  text-align: left;
  padding-left: 5px;
}
#emoney-tariffs #bank-card-tariffs tr td:nth-child(2), #emoney-tariffs #bank-card-tariffs tr td:nth-child(3) {
  font-size: 20px;
  color: #333333;
}
#emoney-tariffs #bank-card-tariffs tr:first-child {
  border-top: 1px dotted #CDCDCD;
}
#emoney-tariffs #bank-card-tariffs button {
  background: top left url('http://cdn.turbobit.net/fd1/img/download/payments/card.png');
  width: 26px;
  height: 18px;
  border: none;
  cursor: pointer;
  font-size: 0;
}
#emoney-tariffs #bank-card-tariffs button:hover {
  background: top left url('http://cdn.turbobit.net/fd1/img/download/payments/card_hover.png');
}

#show-more-methods {
  display: block;
  margin: 20px 0 0 17px;
  font-size: 14px;
  font-weight: normal;
}

#download-time-title {
  font-size: 43px;
  color: #f8631c;
  text-align: left;
}

#download-top-note {
  background: #F2F2F2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 45px;
  width: 100%;
  text-align: left;
}
#download-top-note div {
  display: inline-block;
  float: none;
}
#download-top-note #download-time-free {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #f8631c url('http://cdn.turbobit.net/fd1/img/download/red_arrow.png') no-repeat right top;
  margin: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 5px 0 0 5px;
  padding: 0 45px 0 12px;
}
#download-top-note #download-premium-btn {
  margin: -6px 35px 0 35px;
  padding-left: 35px;
  padding-right: 35px;
}
#download-top-note #download-time-premium {
  color: #F8631C;
  font-size: 24px;
  line-height: 24px;
  height: auto;
}

table.download-form {
  width: 100%;
}
table.download-form .col-1 {
  width: 700px;
  padding-right: 20px;
  vertical-align: top;
}
table.download-form .col-2 {
  line-height: normal;
  width: 250px;
  position: relative;
  vertical-align: top;
}

.subs-top-banner {
  height: 100px;
  text-align: center;
}

/************************************************************************************
 * Отдельные стили для страницы подписок
 ************************************************************************************/
#subs-main-header {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  height: 45px;
  background: #eee;
  margin-bottom: 20px;
  line-height: 45px;
  padding-left: 15px;
}
#subs-main-header .bg-top-right {
  line-height: 45px;
  text-align: left;
}
#subs-main-header .bg-top-right span {
  line-height: 45px;
  color: #f8631c;
  font-size: 19px;
}

.subs-screen div {
  color: #333333;
  font-weight: normal;
  font-family: Arial, serif;
  font-size: 12px;
  text-align: justify;
}
.subs-screen div#download-main-info {
  padding: 10px;
}
.subs-screen .subs-rules-block {
  height: 190px;
  width: 100%;
  overflow: auto;
  background-color: #FFFFFF;
  font-size: 10px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.subs-screen a.free-btn-4 {
  margin-top: 10px;
}
.subs-screen .subs-form {
  margin: 15px 0;
}
.subs-screen .subs-form input[type='text'] {
  margin: 0 5px;
}

#subs-small-text {
  padding-left: 30px;
  display: block;
}

/*

#subs-main-header
*/
/************************************************************************************
 * страница битого файла
 ************************************************************************************/
.file_not_found .file-header,
.file_not_found .file-size {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 0;
}
.file_not_found .file-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
.file_not_found .search_block {
  margin-top: 30px;
  text-align: center;
  display: none;
}
.file_not_found .search_block .mirror_link {
  display: none;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.file_not_found .captcha_table {
  margin: 20px auto;
  width: 320px;
}
.file_not_found .captcha_table td {
  width: 160px;
  text-align: center;
  padding: 5px;
}
.file_not_found .captcha_table td.reloadCaptchaTd {
  text-align: left;
}
.file_not_found .captcha_table td.reloadCaptchaTd .glyphicon-refresh {
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  line-height: normal;
  float: none;
  color: #f8631c;
  margin: 0;
}
.file_not_found .captcha_table td.reloadCaptchaTd .glyphicon-refresh:hover {
  color: #e04b04;
}
.file_not_found .captcha_table td .captcha_desc {
  font-size: 12px;
  font-weight: bold;
  color: #9e9e9e;
  margin-bottom: 15px;
}
.file_not_found .captcha_table td .form-control, .file_not_found .captcha_table td .b-upload-links input[type="text"], .b-upload-links .file_not_found .captcha_table td input[type="text"], .file_not_found .captcha_table td .subs-screen .subs-form input[type='text'], .subs-screen .subs-form .file_not_found .captcha_table td input[type='text'] {
  width: 150px;
}
