/*--------------------------------------------------
  Bootstrap.less v1
  --------------------------------------------------
  Colors
	-------------------------------------------------- */
.gradient-header-main {
  background-color: #a8acb8;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f7), to(#a8acb8));
  background-image: -webkit-linear-gradient(#f4f5f7, #a8acb8);
  background-image: -moz-linear-gradient(#f4f5f7, #a8acb8);
  background-image: -o-linear-gradient(top, #f4f5f7, #a8acb8);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f4f5f7), to(#a8acb8));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f5f7', EndColorStr='#a8acb8', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f5f7', EndColorStr='#a8acb8', GradientType=0))";
}
.gradient-header-aside {
  background-color: #0c314b;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f7dc2), to(#0c314b));
  background-image: -webkit-linear-gradient(#1f7dc2, #0c314b);
  background-image: -moz-linear-gradient(#1f7dc2, #0c314b);
  background-image: -o-linear-gradient(top, #1f7dc2, #0c314b);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#1f7dc2), to(#0c314b));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#1f7dc2', EndColorStr='#0c314b', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#1f7dc2', EndColorStr='#0c314b', GradientType=0))";
}
.gradient-current-aside {
  background-color: #015fe6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  background-image: -webkit-linear-gradient(#058bf5, #015fe6);
  background-image: -moz-linear-gradient(#058bf5, #015fe6);
  background-image: -o-linear-gradient(top, #058bf5, #015fe6);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0))";
}
/*--------------------------------------------------
  Mixins
	-------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.container {
  width: 940px;
  zoom: 1;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
html,
body {
  height: 100%;
}
body {
  background-attachment: fixed;
  background: #424242 url("/images/ipad/basic/bg/main.jpg");
  text-rendering: optimizeLegibility;
  font-family: Helvetica;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w100 {
  width: 100%;
}
.column-inline {
  display: inline-block;
}
.center {
  text-align: center;
  margin: 0 auto;
}
a,
a:visited {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
a:hover,
a:visited:hover {
  color: #000000;
  text-decoration: underline;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
  margin-bottom: 6px;
}
h4 {
  font-size: 20px;
  margin-bottom: 0;
}
p {
  margin-bottom: 20px;
}
ol,
ul {
  margin-left: 30px;
  margin-bottom: 20px;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
ul li a {
  font-weight: normal;
}
a.button {
  display: inline-block;
  background-color: #8996aa;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aeb2b8), to(#8996aa));
  background-image: -webkit-linear-gradient(#aeb2b8, #8996aa);
  background-image: -moz-linear-gradient(#aeb2b8, #8996aa);
  background-image: -o-linear-gradient(top, #aeb2b8, #8996aa);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#aeb2b8), to(#8996aa));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#aeb2b8', EndColorStr='#8996aa', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#aeb2b8', EndColorStr='#8996aa', GradientType=0))";
  padding: 3px 12px 2px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-bottom: 1px solid #717171;
  font-size: 11px;
  line-height: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 0px #000000;
  -moz-box-shadow: inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 0px #000000;
  box-shadow: inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 0px #000000;
  font-size: 13px;
  -webkit-background-clip: padding-box;
}
a.button:hover {
  background-position: 0 -15px;
  color: #ffffff;
  text-decoration: none;
}
a.button.purple {
  display: inline-block;
  background-color: #612b9b;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7a43b6), to(#612b9b));
  background-image: -webkit-linear-gradient(#7a43b6, #612b9b);
  background-image: -moz-linear-gradient(#7a43b6, #612b9b);
  background-image: -o-linear-gradient(top, #7a43b6, #612b9b);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7a43b6), to(#612b9b));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7a43b6', EndColorStr='#612b9b', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7a43b6', EndColorStr='#612b9b', GradientType=0))";
  padding: 3px 12px 2px;
  text-shadow: #7a43b6;
  color: #ffffff;
  border-bottom: 1px solid #717171;
  font-size: 0 -1px 1px rgba(0, 0, 0, 0.4);
  line-height: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 0px #000000;
  -moz-box-shadow: inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 0px #000000;
  box-shadow: inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 0px #000000;
  font-size: 13px;
  -webkit-background-clip: padding-box;
}
a.button.purple:hover {
  background-position: 0 -15px;
  color: #ffffff;
  text-decoration: none;
}
a.button-nav {
  background: url("/images/ipad/basic/bg/button-backforward-grey.png") no-repeat 0 50%;
  font-size: 11px;
  padding: 9px 10px 9px 17px;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  color: #4f5459;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
a.button-nav:hover {
  text-decoration: none;
}
a.button-nav:active {
  opacity: .8;
}
a.button-nav.forward {
  background-position: 100% 50%;
  padding: 9px 17px 9px 10px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
a.button-nav.no-arr {
  background-position: 50% 50%;
  padding: 9px 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
a.button-glass {
  display: inline-block;
  font-family: Helvetica;
  padding: 5px 12px 4px;
  background: url(/images/ipad/basic/bg/button-gradient.png) #585d65 repeat-x 0 -5px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.9);
  border: 0px solid #585d65;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-background-clip: padding-box;
}
a.button-glass:hover {
  text-decoration: none;
}
a.button-glass:active {
  background-position: 0 -8px;
}
a.button-glass.black {
  display: inline-block;
  font-family: Helvetica;
  padding: 5px 12px 4px;
  background: url(/images/ipad/basic/bg/button-gradient.png) #000000 repeat-x 0 -5px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.9);
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-background-clip: padding-box;
}
a.button-glass.black:hover {
  text-decoration: none;
}
a.button-glass.black:active {
  background-position: 0 -8px;
}
a.button-glass.blue {
  display: inline-block;
  font-family: Helvetica;
  padding: 5px 12px 4px;
  background: url(/images/ipad/basic/bg/button-gradient.png) #1f6091 repeat-x 0 -5px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.9);
  border: none;
  color: #add5e9;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-background-clip: padding-box;
  background: url("/images/ipad/basic/bg/aside-header.png") repeat-x 0 50%;
}
a.button-glass.blue:hover {
  text-decoration: none;
}
a.button-glass.blue:active {
  background-position: 0 -8px;
}
a.button-glass.darkblue {
  display: inline-block;
  font-family: Helvetica;
  padding: 5px 12px 4px;
  background: url(/images/ipad/basic/bg/button-gradient.png) #486b9a repeat-x 0 -5px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.9);
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-background-clip: padding-box;
}
a.button-glass.darkblue:hover {
  text-decoration: none;
}
a.button-glass.darkblue:active {
  background-position: 0 -8px;
}
a.button-glass.red {
  display: inline-block;
  font-family: Helvetica;
  padding: 5px 12px 4px;
  background: url(/images/ipad/basic/bg/button-gradient.png) #b01825 repeat-x 0 -5px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.9);
  border: 1px solid #b01825;
  color: #fdd4d4;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-background-clip: padding-box;
  background: url("/images/ipad/basic/bg/button-red-bg.jpg") repeat-x 0 50%;
}
a.button-glass.red:hover {
  text-decoration: none;
}
a.button-glass.red:active {
  background-position: 0 -8px;
}
a.button-glass .icon {
  position: relative;
  margin: 0 -7px -9px -5px;
}
a.button-glass.disabled {
  display: inline-block;
  font-family: Helvetica;
  padding: 5px 12px 4px;
  background: url(/images/ipad/basic/bg/button-gradient.png) #000000 repeat-x 0 -5px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.9);
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-background-clip: padding-box;
  opacity: .3;
}
a.button-glass.disabled:hover {
  text-decoration: none;
}
a.button-glass.disabled:active {
  background-position: 0 -8px;
}
a.button-flat {
  display: inline-block;
  background-color: #767a82;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#abaeb3), to(#767a82));
  background-image: -webkit-linear-gradient(#abaeb3, #767a82);
  background-image: -moz-linear-gradient(#abaeb3, #767a82);
  background-image: -o-linear-gradient(top, #abaeb3, #767a82);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#abaeb3), to(#767a82));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#abaeb3', EndColorStr='#767a82', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#abaeb3', EndColorStr='#767a82', GradientType=0))";
  padding: 3px 12px 2px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: 1px solid #525658;
  font-size: 11px;
  line-height: 23px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
}
a.button-flat:hover {
  background-position: 0 -15px;
  color: #ffffff;
  text-decoration: none;
}
a.button-flat .dropdown-arr {
  width: 7px;
  height: 8px;
  background: url("/images/ipad/basic/bg/dropdown-arr.png") no-repeat 0 0;
  display: inline-block;
  margin-left: 10px;
}
a.button-flat .quantity {
  background: #fff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #6e7172;
  font-style: normal;
  text-shadow: none;
  color: #6e7172;
  padding: 0px 4px;
  -webkit-background-clip: padding-box;
}
a.button-flat.text {
  top: -8px;
  position: relative;
}
a.button-flat.lives {
  -webkit-transition: all 0 linear;
  -moz-transition: all 0 linear;
  transition: all 0 linear;
}
a.button-flat.lives.active,
a.button-flat.lives:active {
  background: #015fe6 url("/images/ipad/basic/bg/flat-button-active.jpg") repeat-x 0 50%;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #cccfd7;
}
a.button-huge {
  background: url("/images/ipad/basic/bg/button-big.jpg") repeat-x 0 50%;
  font-size: 30px;
  padding: 10px 50px;
  text-align: center;
  color: #bbd5e8;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.7);
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
a.button-huge:hover {
  text-decoration: none;
  color: #bbd5e8;
}
a.button-huge:active {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
}
.icon {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url("/images/ipad/basic/bg/icons-buttons.png") no-repeat 0 0;
}
.icon.add-doc {
  background-position: 0 -2px;
}
.icon.options {
  background-position: 0 -102px;
}
.icon.move-doc {
  background-position: 0 -201px;
}
.icon.trash {
  background-position: -2px -302px;
}
.icon.live {
  background: url("/images/ipad/basic/bg/live-icons.png") no-repeat 4px -38px;
}
.radiobutton-group .radio {
  background: url("/images/ipad/basic/bg/radiobuttons.png") no-repeat 0 0;
  padding: 2px 0 0 25px;
  line-height: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 20px;
}
.radiobutton-group .radio.checked {
  background-position: 0 -100px;
}
.checkbox {
  width: 16px;
  height: 16px;
  background: url("/images/ipad/basic/bg/checkboxes.png") no-repeat 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.checkbox.checked {
  background-position-y: -32px;
}
.checkbox.mid-checked {
  opacity: .5;
  background-position-y: -32px;
}
.checkbox:active {
  background-position-y: -16px;
  opacity: 1;
}
input.error,
textarea.error {
  background: #ffc5c5;
  color: #e50b01;
}
.input-error-message,
label.error {
  color: #ff2117;
  display: block;
  margin: 7px 0;
}
input,
select {
  box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.loader-main {
  width: 24px;
  height: 24px;
  float: left;
}
.overflow {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
}
.overflow .loader-container {
  position: relative;
  z-index: 100;
  color: #FFF;
}
.overflow.loader-overflow .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -40px;
  margin-top: -15px;
}
.overflow.loader-overflow .loader-container .loader {
  width: 24px;
  height: 24px;
  float: left;
  margin-top: 6px;
  margin-right: -6px;
}
.overflow.loader-overflow .loader-container img {
  top: 4px;
  position: relative;
}
.initial-load-message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -40px;
  margin-top: -15px;
  font-size: 18px;
  color: #FFF;
  z-index: 100;
}
.initial-load-message img {
  top: 4px;
  position: relative;
}
section .overflow {
  left: 0;
  top: 3px;
}
.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #e6e6e6;
  padding: 20px;
  z-index: 1001;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.popup h4 {
  color: #4f5458;
}
.popup .popup-content {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  height: 400px;
  max-height: 400px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.popup .copy-episodes-scroller {
  height: 400px;
}
.popup ul.list li {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.popup.move-to-folders {
  width: 600px;
  max-height: 600px;
  margin: -300px 0 0 -300px;
  color: #4f5459;
}
.popup.move-to-folders h4 {
  margin-bottom: 20px;
}
.popup.move-to-folders select {
  width: 100%;
}
.popup.move-to-folders .popup-content {
  margin: 10px 0;
}
.popup.move-to-folders .checkbox {
  z-index: 51px;
}
.popup.edit-folder {
  width: 600px;
  margin: -150px 0 0 -300px;
  color: #4f5459;
}
.popup.edit-folder h4 {
  margin-bottom: 20px;
}
.popup.edit-folder label {
  margin-right: 20px;
}
.popup.edit-folder select {
  width: 100%;
}
.popup.edit-folder input[type="text"] {
  width: 97%;
}
.popup.edit-folder td {
  padding: 3px 0;
}
.popup.edit-folder .submit-links td {
  padding-top: 15px;
}
.popup#folder-form-popup {
  width: 627px;
}
.popup#folder-form-popup select {
  width: 97%;
}
.popup#folder-form-popup input[type="text"] {
  width: 97%;
}
.popup#folder-form-popup .submit-links {
  margin-top: 15px;
}
#copy-episodes-popup {
  width: 500px;
}
.button-nav.order-transcript,
.button-nav.transcript {
  padding-left: 30px;
  padding-right: 45px;
  margin-left: -15px;
}
.button-nav.order-transcript.disabled,
.button-nav.transcript.disabled {
  border: 1px solid #626262;
  background: #393939 url("/images/ipad/basic/bg/transcript-prepare.png") repeat-x 0 0;
  padding: 5px 10px;
  color: #fff;
  text-shadow: none;
  font-size: 10px;
  font-weight: normal;
  min-width: 200px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button-nav.order-transcript .transcript-spinner,
.button-nav.transcript .transcript-spinner {
  width: 20px;
  height: 20px;
  background: url("/images/ipad/basic/loaders/loader_white.gif") no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
}
.button-nav.order-transcript-status {
  min-width: 86px!important;
  width: 86px;
  text-align: center;
  font-size: 10px!important;
  margin-left: 0!important;
}
.button-nav.go-back-to-episode-info {
  display: inline-block;
  width: 81px;
  text-align: center;
}
aside .go-back {
  margin-left: -10px;
}
.scrollbar {
  border: none;
  background: #000;
  opacity: .4;
  width: 3px;
  height: 100px;
}
article {
  height: 100%;
  min-height: 100%;
  position: absolute;
  left: 260px;
  right: 1px;
  top: 0;
  bottom: 0;
}
article header {
  border-bottom: 1px solid #80868f;
  line-height: 20px;
  text-align: left;
  padding: 7px 0;
  z-index: 2;
  width: 100%;
  max-height: 27px;
  min-height: 27px;
  height: 27px;
  position: relative;
  background-color: #a8acb8;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f7), to(#a8acb8));
  background-image: -webkit-linear-gradient(#f4f5f7, #a8acb8);
  background-image: -moz-linear-gradient(#f4f5f7, #a8acb8);
  background-image: -o-linear-gradient(top, #f4f5f7, #a8acb8);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f4f5f7), to(#a8acb8));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f5f7', EndColorStr='#a8acb8', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f5f7', EndColorStr='#a8acb8', GradientType=0))";
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
article header .label {
  color: #0e578b;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  padding-left: 10px;
}
article header div.left {
  float: left;
  position: relative;
  top: 0;
  margin-left: 4px;
}
article header div.left .button,
article header div.left .button-glass {
  top: -3px;
  position: relative;
}
article header div.right {
  float: right;
  position: relative;
  top: 0;
  margin-right: 4px;
}
article header div.right .button,
article header div.right .button-glass {
  top: -3px;
  position: relative;
}
@media screen and (orientation: portrait) {
  article .player-popup {
    width: 98.6%;
  }
}
@media screen and (orientation: landscape) {
  article .player-popup {
    width: 74%;
  }
}
article .player-popup {
  position: absolute;
  top: 42px;
  bottom: 46px;
  padding-top: 4px;
  z-index: 1;
  background: #1f2020;
  left: 100%;
}
article .player-popup .popup-close {
  width: 30px;
  height: 65px;
  background: url("/images/ipad/basic/bg/pipka-big.png") no-repeat 0 0;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -37.5px;
  z-index: 100;
  display: block;
}
article .player-popup table.common tr td {
  vertical-align: top;
  padding: 5px;
  color: #5f5f5f;
}
article .player-popup table.common tr td .city {
  color: #a5a6a6;
  font-size: 12px;
}
article .player-popup table.common tr td h5 {
  color: #fff;
}
article .player-popup table.common tr td h5.theme {
  color: #b0feae;
}
article .player-popup table.common tr .time {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 29px;
  color: #fff;
}
article .player-popup table.common tr .date {
  font-size: 12px;
  padding-top: 8px;
  line-height: 12px;
}
article .player-popup table.common tr .date .year {
  font-weight: bold;
  display: block;
  font-size: 14px;
}
article .player-popup .player-box {
  background: #000;
  border-bottom: 1px solid #1f2020;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}
article .player-popup .player-box .video {
  position: relative;
  display: inline-block;
}
article .player-popup .player-box .video .hd-sign {
  position: absolute;
  top: 10px;
  left: 10px;
}
article .player-popup .player-box .video .screenshot {
  position: absolute;
  left: 0;
  top: 0;
}
article .player-popup .player-box .video .controls {
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
  background: #000;
  position: absolute;
  opacity: .7;
}
article .player-popup .player-box .video .controls .playpause {
  width: 15px;
  height: 17px;
  background: url("/images/ipad/basic/bg/player-play-buttons.png") no-repeat 0 -19px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -8px;
}
article .player-popup .player-box .video .controls .playpause.pause {
  background-position: 0 0;
}
article .player-popup .player-box .video .controls .scroll {
  position: absolute;
  top: 50%;
  left: 80px;
  right: 0;
  color: #fff;
  font-size: .8em;
  text-align: left;
  margin-top: -7px;
}
article .player-popup .player-box .video .controls .scroll .line {
  position: absolute;
  left: 30px;
  right: 70px;
  height: 10px;
  background: url("/images/ipad/basic/bg/player-line-background.png") 0 0;
  top: 3px;
  opacity: 1;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
article .player-popup .player-box .video .controls .scroll .line .handle {
  width: 13px;
  height: 13px;
  background: url("/images/ipad/basic/bg/player-slider-handle.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  cursor: pointer;
  transition: none;
  -webkit-transition: none;
}
article .player-popup .player-box .video .controls .scroll .right {
  position: absolute;
  right: 10px;
}
article .player-popup .player-info {
  font-size: .8em;
  overflow: hidden;
  position: relative;
  top: 0;
  bottom: 0;
}
article .player-popup .player-info .scroller {
  overflow: hidden;
}
article .player-popup .player-info .slidingPages .page {
  width: auto;
}
article .player-popup .player-info table.common {
  margin-top: 10px;
}
article .player-popup .player-info table.common tr td {
  vertical-align: top;
  padding-left: 15px;
}
article .player-popup .player-info table.common tr td h5 {
  font-size: 1.2em;
}
article .player-popup .player-info table.common tr td h5 .quantity {
  font-weight: normal;
  padding: 0 4px;
  background: #000;
  color: #fff3a0;
  font-size: 15px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
article .player-popup .player-info table.common tr td .caption {
  text-align: right;
}
article .player-popup .player-info table.common tr td .caption.time {
  font-size: 11px;
  color: #5f5f5f;
  text-align: right;
}
article .player-popup .player-info table.common tr td .caption.time .continue {
  display: none;
}
article .player-popup .player-info table.common tr td .caption.theme {
  color: #fff;
}
article .player-popup .player-info table.common tr td a {
  color: #1b6fad;
  font-weight: normal;
  text-decoration: underline;
}
article .player-popup .player-info table.common tr td a:hover {
  color: #1b6fad;
  text-shadow: none;
  text-decoration: none;
}
article .player-popup .player-info table.common tr td .content {
  display: inline-block;
}
article .player-popup .player-info table.common tr .theme-info {
  background: #000000 url("/images/ipad/basic/bg/info-point.png") no-repeat 10px 7px;
  padding: 5px 10px 10px 35px;
}
article .player-popup .player-info table.common tr .theme-info .white {
  color: #fff;
}
article .player-popup .player-info table.common tr.current td {
  color: #b0feae!important;
}
article .player-popup .player-info table.common tr.current .caption.time {
  font-size: 13px;
  font-weight: bold;
}
article .player-popup .player-info table.common tr.current .caption.time .continue {
  font-size: 10px;
  display: block;
  font-weight: normal;
  display: block;
}
article .player-popup .player-info table.common tr .button-nav {
  color: #4f5459;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  display: inline-block;
  position: relative;
}
article .player-popup .player-info table.common tr .button-nav.order-transcript,
article .player-popup .player-info table.common tr .button-nav.transcript {
  padding-left: 30px;
  padding-right: 45px;
}
article .player-popup .player-info table.common tr .button-nav.order-transcript.disabled,
article .player-popup .player-info table.common tr .button-nav.transcript.disabled {
  border: 1px solid #626262;
  background: #393939 url("/images/ipad/basic/bg/transcript-prepare.png") repeat-x 0 0;
  padding: 5px 10px;
  color: #fff;
  text-shadow: none;
  font-size: 10px;
  font-weight: normal;
  min-width: 200px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
article .player-popup .player-info table.common tr .button-nav.order-transcript .transcript-spinner,
article .player-popup .player-info table.common tr .button-nav.transcript .transcript-spinner {
  width: 20px;
  height: 20px;
  background: url("/images/ipad/basic/loaders/loader_white.gif") no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
}
article .player-popup .player-info table.common tr .button-nav.order-transcript-status {
  min-width: inherit!important;
  font-size: 14px!important;
}
article .player-popup .player-info table.common tr .button-nav.link {
  position: relative;
  top: 0px;
}
article .player-popup .player-info table.common tr .button-nav.link img {
  margin-bottom: -3px;
}
article .player-popup .player-info .transcript {
  color: #fff;
}
article section {
  position: absolute;
  top: 36px;
  bottom: 43px;
  width: 100%;
  z-index: 1;
  overflow: auto;
  padding-top: 10px;
  z-index: 0;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
article section .error-msg {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 280px;
}
article section .error-msg h3,
article section .error-msg a {
  color: #fff;
  text-shadow: none;
}
article section .error-msg h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.2em;
}
article section .error-msg a {
  font-weight: normal;
  text-decoration: underline;
}
article section ul {
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding-bottom: 14px;
}
article section ul li {
  list-style: none;
  padding: 0;
  background: #ffffff;
  margin-bottom: 2px;
  display: block;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
article section ul li:last-child {
  border: none;
}
article section ul li.active {
  background-image: url("/images/ipad/basic/bg/pipka.png");
  background-position: 4px 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 3px 0 1px #000000;
  -moz-box-shadow: inset 3px 0 1px #000000;
  box-shadow: inset 3px 0 1px #000000;
}
article section ul li.loadmore {
  text-align: center;
  font-size: 13.5px;
  font-weight: bold;
  color: #0e578b;
  padding: 8px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none!important;
}
article section ul li.loadmore img {
  position: relative;
  margin-top: -7px;
  top: 5px;
  opacity: 0;
}
article section ul li.loadmore.active {
  color: #a0a5aa;
}
article section ul li.loadmore.active img {
  opacity: 1;
}
article section ul li input[type="checkbox"] {
  display: none;
}
article section ul li .additional {
  float: right;
  font-weight: normal;
  color: #395587;
  text-shadow: none;
}
article section ul li table.common {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
article section ul li table.common td {
  vertical-align: middle;
  padding: 4px 5px;
}
article section ul li table.common .time {
  color: #717880;
  font-weight: bold;
  padding-left: 12px;
}
article section ul li table.common .time .date {
  font-size: 10px;
  font-weight: normal;
  display: block;
}
article section ul li table.common .name {
  font-size: 16px;
  color: #0e578b;
}
article section ul li table.common .length,
article section ul li table.common .chanel,
article section ul li table.common .program {
  color: #717880;
  font-size: 11px;
}
article section ul li table.common .chanel {
  text-align: center;
}
article section ul li table.common .program a {
  color: #717880;
  font-size: 11px;
  text-decoration: underline;
}
article section ul.editable li {
  background: #e6e6e6;
  text-align: right;
  position: relative;
}
article section ul.editable li table.common {
  background: #fff;
  width: 95%;
  display: inline-table;
  margin-bottom: -4px;
  border-collapse: inherit;
  text-align: left;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #d1d1d1;
}
article section ul.editable li input[type="checkbox"] {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -5px;
  display: block;
}
article section ul.editable li.checked table.common {
  background: #cbffb8;
}
article section h3 {
  color: #4c566c;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 17px;
  padding-left: 35px;
  margin-bottom: -10px;
}
article footer,
article .menu-block {
  position: absolute;
  bottom: 0;
  padding: 10px 0 14px;
  max-height: 22px;
  min-height: 22px;
  background: #000000 url("/images/ipad/basic/bg/footer.jpg") repeat-x 0 0;
  width: 100%;
  border-left: 1px solid #363636;
  z-index: 3;
  -moz-border-radius: 7px 0 0 0;
  border-radius: 7px 0 0 0;
}
article footer .button-glass,
article .menu-block .button-glass {
  border: 1px solid #000000;
}
article footer div.left,
article .menu-block div.left {
  float: left;
  margin-left: 10px;
}
article footer div.right,
article .menu-block div.right {
  float: right;
  margin-right: 10px;
}
article footer .search-block,
article .menu-block .search-block {
  position: relative;
  display: inline-block;
}
article footer .search-block input#search-input,
article .menu-block .search-block input#search-input {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px 33px 5px 33px;
  min-width: 200px;
  outline: none;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
article footer .search-block .search-control,
article .menu-block .search-block .search-control {
  width: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: url("/images/ipad/basic/bg/search-lupe.png") no-repeat 50% 50%;
}
article footer .search-block .search-clear,
article .menu-block .search-block .search-clear {
  width: 32px;
  background: url("/images/ipad/basic/bg/input-clear.png") no-repeat 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
}
article footer #search-advanced,
article .menu-block #search-advanced {
  width: 33px;
  height: 24px;
  background: url("/images/ipad/basic/bg/search-advanced.png") no-repeat 0 0;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 12px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.tooltip {
  position: absolute;
  z-index: 1000;
  display: none;
  background: #09101d url("/images/ipad/basic/bg/popup-top-glass.png") repeat-x 0 0;
  border: 1px solid #09101d;
  border-top: 1px solid #9397a3;
  overflow: hidden;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
}
.tooltip .popup-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 19px;
  background: url("/images/ipad/basic/bg/popup-arrow-bottom.png") no-repeat 0 0;
}
.tooltip header {
  background: #09101d url("/images/ipad/basic/bg/popup-top-glass.png") repeat-x 0 0;
  color: #ffffff;
  text-shadow: 0 1px 0 #09101d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.tooltip section {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 0 10px;
  min-width: 250px;
}
.tooltip section ul {
  margin: 0;
  padding: 0;
  min-width: 250px;
}
.tooltip section ul li {
  list-style: none;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #bbbbbb;
}
.tooltip section ul li:last-child {
  border: none;
}
.tooltip section ul li .additional {
  float: right;
  font-weight: normal;
  color: #395587;
  text-shadow: none;
}
.tooltip footer {
  background: #09101d url("/images/ipad/basic/bg/popup-bottom-glass.png") repeat-x 0 0;
  color: #ffffff;
  text-shadow: 0 1px 0 #09101d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
ul.list {
  margin: 0;
}
ul.list li {
  background: #fffbea;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-shadow: 0 1px 0 #ffffff;
  padding: 10px 10px 10px 15px;
  font-weight: bold;
  list-style: none;
  margin-bottom: 1px;
  color: #717880;
  font-size: 16px;
  position: relative;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
ul.list li .additional {
  right: 10px;
  top: 40%;
  font-weight: normal;
  color: #395587;
  text-shadow: none;
  position: relative;
  background: #dadada;
  padding: 3px 5px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
ul.list li .additional-wrap {
  position: absolute;
  right: 0px;
  padding: 0 10px 0 9px;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 1;
}
ul.list li .date {
  display: inline-block;
  font-size: 26px;
  position: relative;
  bottom: -2px;
  margin: -8px 30px -12px 0;
}
ul.list li .date .month {
  font-size: 16px;
  position: relative;
  top: -6px;
  left: 3px;
}
ul.list li .date-full {
  display: inline-block;
  font-size: 10px;
  bottom: 0px;
  position: relative;
}
ul.list li .w30,
ul.list li .w70,
ul.list li .w40,
ul.list li .w60 {
  display: inline-block;
}
ul.list li.current {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background-color: #015fe6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  background-image: -webkit-linear-gradient(#058bf5, #015fe6);
  background-image: -moz-linear-gradient(#058bf5, #015fe6);
  background-image: -o-linear-gradient(top, #058bf5, #015fe6);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0))";
}
ul.list.folders li {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  font-size: 14px;
  background: #fffbea url("/images/ipad/basic/bg/folder.png") no-repeat 6px 8px;
  /*&.include{
							background: #fffbea url("/images/ipad/basic/bg/folder-small.png") no-repeat;
							&.smart{
								background: #fffbea url("/images/ipad/basic/bg/folder-small-smart.png") no-repeat;
							}
							@delta: 20px;
							&.one{
								padding-left: 75px; background-position: 30px 50%;
							}
							&.two{
								padding-left: 75px + @delta; background-position: 30px + @delta 50%;
							}
							&.three{
								padding-left: 75px + @delta * 2; background-position: 30px + @delta * 2 50%;
							}
							&.four{
								padding-left: 75px + @delta * 3; background-position: 30px + @delta * 3 50%;
							}
						}*/

}
ul.list.folders li .additional {
  top: 8px;
  right: 0;
}
ul.list.folders li .additional-wrap {
  background: url("/images/ipad/basic/bg/additional-gradient.png") repeat-y 0 0;
}
ul.list.folders li.current {
  background-color: #015fe6;
  background-image: url("/images/ipad/basic/bg/folder.png"), url("/images/ipad/basic/bg/aside-item-active.png");
  background-position: 9px 50%, 0 0;
  background-repeat: no-repeat, repeat-x;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.9);
}
ul.list.folders li.current .additional-wrap {
  background: url("/images/ipad/basic/bg/additional-gradient-active.png") no-repeat 0 0;
}
ul.list.folders li.current.smart {
  background: url("/images/ipad/basic/bg/folder-gears.png"), url("/images/ipad/basic/bg/aside-item-active.png");
  background-position: 9px 50%, 0 0;
  background-repeat: no-repeat, repeat-x;
  background-color: #015fe6;
}
ul.list.folders li.current.user {
  background: url("/images/ipad/basic/bg/folder-user.png"), url("/images/ipad/basic/bg/aside-item-active.png");
  background-position: 9px 50%, 0 0;
  background-repeat: no-repeat, repeat-x;
  background-color: #015fe6;
}
ul.list.folders li.current.user {
  background: url("/images/ipad/basic/bg/folder-collection.png"), url("/images/ipad/basic/bg/aside-item-active.png");
  background-position: 9px 50%, 0 0;
  background-repeat: no-repeat, repeat-x;
  background-color: #015fe6;
}
ul.list.folders li.smart {
  background: #fffbea url("/images/ipad/basic/bg/folder-gears.png") no-repeat 9px 50%;
}
ul.list.folders li.user {
  background: #fffbea url("/images/ipad/basic/bg/folder-user.png") no-repeat 9px 50%;
}
ul.list.folders li.collection {
  background: #fffbea url("/images/ipad/basic/bg/folder-collection.png") no-repeat 9px 50%;
}
ul.list.folders li.indent_1,
ul.list.folders li.indent_2,
ul.list.folders li.indent_3,
ul.list.folders li.indent_4,
ul.list.folders li.indent_5,
ul.list.folders li.indent_6,
ul.list.folders li.indent_7 {
  background: #fffbea url("/images/ipad/basic/bg/folder-small.png") no-repeat 39px 50%;
  font-size: 12px;
}
ul.list.folders li.indent_1.smart,
ul.list.folders li.indent_2.smart,
ul.list.folders li.indent_3.smart,
ul.list.folders li.indent_4.smart,
ul.list.folders li.indent_5.smart,
ul.list.folders li.indent_6.smart,
ul.list.folders li.indent_7.smart {
  background: #fffbea url("/images/ipad/basic/bg/folder-small-smart.png") no-repeat 39px 50%;
}
ul.list.folders li.indent_1.user,
ul.list.folders li.indent_2.user,
ul.list.folders li.indent_3.user,
ul.list.folders li.indent_4.user,
ul.list.folders li.indent_5.user,
ul.list.folders li.indent_6.user,
ul.list.folders li.indent_7.user {
  background: #fffbea url("/images/ipad/basic/bg/folder-small-user.png") no-repeat 39px 50%;
}
ul.list.folders li.indent_1.collection,
ul.list.folders li.indent_2.collection,
ul.list.folders li.indent_3.collection,
ul.list.folders li.indent_4.collection,
ul.list.folders li.indent_5.collection,
ul.list.folders li.indent_6.collection,
ul.list.folders li.indent_7.collection {
  background: #fffbea url("/images/ipad/basic/bg/folder-small-collection.png") no-repeat 39px 50%;
}
ul.list.folders li.indent_1.current,
ul.list.folders li.indent_2.current,
ul.list.folders li.indent_3.current,
ul.list.folders li.indent_4.current,
ul.list.folders li.indent_5.current,
ul.list.folders li.indent_6.current,
ul.list.folders li.indent_7.current {
  background-color: #015fe6;
  background-image: url("/images/ipad/basic/bg/folder-small.png"), url("/images/ipad/basic/bg/aside-item-active.png");
  background-position: 39px 50%, 0 0;
  background-repeat: no-repeat, repeat-x;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.9);
}
ul.list.folders li.indent_1.current.smart,
ul.list.folders li.indent_2.current.smart,
ul.list.folders li.indent_3.current.smart,
ul.list.folders li.indent_4.current.smart,
ul.list.folders li.indent_5.current.smart,
ul.list.folders li.indent_6.current.smart,
ul.list.folders li.indent_7.current.smart {
  background-image: url("/images/ipad/basic/bg/folder-small-smart.png"), url("/images/ipad/basic/bg/aside-item-active.png");
}
ul.list.folders li.indent_1.current.user,
ul.list.folders li.indent_2.current.user,
ul.list.folders li.indent_3.current.user,
ul.list.folders li.indent_4.current.user,
ul.list.folders li.indent_5.current.user,
ul.list.folders li.indent_6.current.user,
ul.list.folders li.indent_7.current.user {
  background-image: url("/images/ipad/basic/bg/folder-small-user.png"), url("/images/ipad/basic/bg/aside-item-active.png");
}
ul.list.folders li.indent_1.current.collection,
ul.list.folders li.indent_2.current.collection,
ul.list.folders li.indent_3.current.collection,
ul.list.folders li.indent_4.current.collection,
ul.list.folders li.indent_5.current.collection,
ul.list.folders li.indent_6.current.collection,
ul.list.folders li.indent_7.current.collection {
  background-image: url("/images/ipad/basic/bg/folder-small-collection.png"), url("/images/ipad/basic/bg/aside-item-active.png");
}
ul.list.folders li.indent_1 {
  padding-left: 70px;
  background-position: 39px 50% !important;
}
ul.list.folders li.indent_1.current {
  background-position: 39px 50%, 0 0 !important;
}
ul.list.folders li.indent_2 {
  padding-left: 85px;
  background-position: 54px 50% !important;
}
ul.list.folders li.indent_2.current {
  background-position: 54px 50%, 0 0 !important;
}
ul.list.folders li.indent_3 {
  padding-left: 100px;
  background-position: 69px 50% !important;
}
ul.list.folders li.indent_3.current {
  background-position: 69px 50%, 0 0 !important;
}
ul.list.folders li.indent_4 {
  padding-left: 110px;
  background-position: 79px 50% !important;
}
ul.list.folders li.indent_4.current {
  background-position: 79px 50%, 0 0 !important;
}
ul.list.folders li.indent_5 {
  padding-left: 120px;
  background-position: 89px 50% !important;
}
ul.list.folders li.indent_5.current {
  background-position: 89px 50%, 0 0 !important;
}
ul.list.folders li.indent_6 {
  padding-left: 130px;
  background-position: 99px 50% !important;
}
ul.list.folders li.indent_6.current {
  background-position: 90px 50%, 0 0 !important;
}
ul.list.folders li.indent_7 {
  padding-left: 135px;
  background-position: 104px 50% !important;
}
ul.list.folders li.indent_7.current {
  background-position: 104px 50%, 0 0 !important;
}
ul.list.folders li.type {
  font-size: 16px;
  font-weight: bold;
  color: #575859;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  background-color: #a8adba;
  background-image: url("/images/ipad/basic/bg/folder.png"), url("/images/ipad/basic/bg/aside-item-type.png");
  background-position: 9px 50%, 0 0;
  background-repeat: no-repeat, repeat-x;
}
ul.list.folders li.user {
  color: #ffffff;
  text-shadow: 0 -1px 0 #000000;
  background-position-x: 0;
  text-align: right;
  padding-left: 10px;
  padding-right: 15px;
  background-color: #015fe6;
  background-image: url("/images/ipad/basic/bg/aside-item-active.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}
ul.list.folders li.user .button-nav.back {
  position: absolute;
  left: 0px;
  top: 2px;
}
ul.list.folders li .left {
  float: left;
  margin-top: -1px;
}
ul.list.folders.editable li {
  background-position-x: 40px;
  padding-left: 80px;
}
ul.list.folders.editable li .checkbox {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
}
ul.list.folders.editable li.include {
  background: #fffbea url("/images/ipad/basic/bg/folder-small.png") no-repeat;
}
ul.list.folders.editable li.include.smart {
  background: #fffbea url("/images/ipad/basic/bg/folder-small-smart.png") no-repeat;
}
ul.list.folders.editable li.include.one {
  padding-left: 105px;
  background-position: 70px 50%;
}
ul.list.folders.editable li.include.two {
  padding-left: 125px;
  background-position: 90px 50%;
}
ul.list.folders.editable li.include.three {
  padding-left: 145px;
  background-position: 110px 50%;
}
ul.list.folders.editable li.include.four {
  padding-left: 165px;
  background-position: 130px 50%;
}
ul.list.folders.editable li.checked {
  background-color: #cbffb7!important;
}
ul.list .show-calendar {
  background: url("/images/ipad/basic/bg/open-calendar-label.png") repeat-x 0 50%;
  padding-left: 55px;
}
ul.list .show-calendar img {
  position: absolute;
  top: 0px;
  left: 10px;
}
ul.list.channels li {
  padding-left: 60px;
  padding-right: 15px;
  position: relative;
  font-size: 16px;
}
ul.list.channels li img {
  position: absolute;
  left: 10px;
  top: 5px;
}
ul.list.channels li.current {
  color: #ffffff;
  text-shadow: 0 -1px 0 #000000;
  background-position-x: 0;
  padding-right: 15px;
  background-color: #015fe6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  background-image: -webkit-linear-gradient(#058bf5, #015fe6);
  background-image: -moz-linear-gradient(#058bf5, #015fe6);
  background-image: -o-linear-gradient(top, #058bf5, #015fe6);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0))";
}
ul.list.channels li.user {
  padding-left: 60px;
  text-align: right;
  background-color: #015fe6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  background-image: -webkit-linear-gradient(#058bf5, #015fe6);
  background-image: -moz-linear-gradient(#058bf5, #015fe6);
  background-image: -o-linear-gradient(top, #058bf5, #015fe6);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0))";
  color: #ffffff;
  text-shadow: 0 -1px 0 #000000;
  background-position-x: 0;
  padding-right: 15px;
}
ul.list.channels li.user .button-nav.go-back {
  position: absolute;
  left: 0px;
  top: 4px;
  margin: 0;
}
ul.list.topics li {
  position: relative;
  min-height: 78px;
  font-size: 13px;
  padding-left: 114px;
}
ul.list.topics li .picture {
  position: absolute;
  width: 96px;
  height: 78px;
  left: 10px;
  top: 10px;
}
ul.list.topics li .picture .time-block {
  max-width: 94px;
  width: 94px;
  background: url("/images/ipad/basic/bg/topics-time.png") repeat-x 0 0;
  position: absolute;
  bottom: 3px;
  left: 0;
  text-shadow: none;
  font-weight: normal;
  padding: 0px 0 2px 3px;
  height: auto;
}
ul.list.topics li .picture .time-block .date {
  display: block;
  color: #ccc;
  font-size: 11px;
  line-height: 11px;
  margin: 0;
}
ul.list.topics li .picture .time-block .time {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}
ul.list.topics li .picture .time-block .quantity {
  position: absolute;
  right: 3px;
  bottom: 3px;
  background: #fff;
  padding: 2px 5px 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
ul.list.topics li .picture img {
  -webkit-box-shadow: 0 0 4px #000000;
  -moz-box-shadow: 0 0 4px #000000;
  box-shadow: 0 0 4px #000000;
}
ul.list.topics li.current {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background-color: #015fe6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  background-image: -webkit-linear-gradient(#058bf5, #015fe6);
  background-image: -moz-linear-gradient(#058bf5, #015fe6);
  background-image: -o-linear-gradient(top, #058bf5, #015fe6);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0))";
}
ul.list.current {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background-color: #015fe6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  background-image: -webkit-linear-gradient(#058bf5, #015fe6);
  background-image: -moz-linear-gradient(#058bf5, #015fe6);
  background-image: -o-linear-gradient(top, #058bf5, #015fe6);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0))";
}
.popup-dropdown {
  position: absolute;
  z-index: 1000;
  display: block;
  background: #09101d url("/images/ipad/basic/bg/popup-top-glass.png") repeat-x 0 0;
  border: 1px solid #09101d;
  border-top: 1px solid #9397a3;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
}
.popup-dropdown .popup-arrow {
  position: absolute;
  top: -19px;
  left: 15px;
  width: 35px;
  height: 19px;
  background: url("/images/ipad/basic/bg/popup-arrow-top.png") no-repeat 0 0;
}
.popup-dropdown .popup-arrow.bottom {
  background: url("/images/ipad/basic/bg/popup-arrow-bottom.png") no-repeat 0 0;
  top: auto;
  bottom: -19px;
}
.popup-dropdown header {
  background: #09101d url("/images/ipad/basic/bg/popup-top-glass.png") repeat-x 0 0;
  color: #ffffff;
  text-shadow: 0 1px 0 #09101d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.popup-dropdown section {
  background: #ffffff;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 10px;
  min-width: 250px;
}
.popup-dropdown section ul.list {
  margin: 0;
  padding: 0;
  min-width: 250px;
}
.popup-dropdown section ul.list li {
  list-style: none;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #bbbbbb;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.popup-dropdown section ul.list li:last-child {
  border: none;
}
.popup-dropdown section ul.list li .additional {
  float: right;
  font-weight: normal;
  color: #395587;
  text-shadow: none;
}
.popup-dropdown section ul.list li.current {
  background-color: #015fe6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  background-image: -webkit-linear-gradient(#058bf5, #015fe6);
  background-image: -moz-linear-gradient(#058bf5, #015fe6);
  background-image: -o-linear-gradient(top, #058bf5, #015fe6);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#058bf5), to(#015fe6));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#058bf5', EndColorStr='#015fe6', GradientType=0))";
}
.popup-dropdown ul.labels {
  text-align: center;
  margin: 0;
  display: inline-block;
  font-family: Helvetica;
  padding: 5px 12px 4px;
  background: url(/images/ipad/basic/bg/button-gradient.png) #000000 repeat-x 0 -5px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.9);
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-background-clip: padding-box;
  padding: 0;
  overflow: hidden;
}
.popup-dropdown ul.labels:hover {
  text-decoration: none;
}
.popup-dropdown ul.labels:active {
  background-position: 0 -8px;
}
.popup-dropdown ul.labels li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #606060;
  margin-right: -3px;
}
.popup-dropdown ul.labels li a {
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
  display: block;
}
.popup-dropdown ul.labels li a:hover,
.popup-dropdown ul.labels li a:active,
.popup-dropdown ul.labels li a.active {
  text-decoration: none;
}
.popup-dropdown ul.labels li:last-child {
  border-right: none;
}
.popup-dropdown ul.labels li.active {
  background: #333333 url("/images/ipad/basic/bg/button-gradient.png") repeat-x 0 -7px;
}
.popup-dropdown ul.labels:hover,
.popup-dropdown ul.labels:active {
  background-position: 0 -7px;
}
.popup-dropdown ul.list li {
  background: none;
}
.popup-dropdown ul.list li input[type="checkbox"] {
  margin-right: 10px;
}
.popup-dropdown .text {
  padding: 4px;
  font-size: 12px;
}
.popup-dropdown footer {
  padding: 5px 0 10px;
  text-align: center;
}
.popup-dropdown footer div.left {
  float: left;
  margin-left: 10px;
}
.popup-dropdown footer div.right {
  float: right;
  margin-right: 10px;
}
.growl {
  position: absolute;
  left: 0;
  right: -1px;
  height: 40px;
  background: url("/images/ipad/basic/bg/growl-bg.png") 0 0;
  z-index: 2;
  bottom: -10px;
  text-align: right;
  padding: 10px 55px 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-top: 1px solid #62676b;
}
.growl .close {
  width: 29px;
  height: 29px;
  background: url("/images/ipad/basic/bg/growl-close.png") no-repeat 0 0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 5px;
  text-shadow: none;
}
.login {
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  background: #222222;
  height: 650px;
  top: 50%;
  margin-top: -325px;
  z-index: 10;
  color: #999999;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.login .inside {
  padding: 40px 80px;
}
.login .logo {
  text-align: center;
  margin: 20px 0 40px;
}
.login label {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.login label span {
  display: block;
}
.login label input {
  width: 90%;
  font-size: 24px;
  padding: 10px 15px;
  border: none;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.login label input[type="checkbox"] {
  width: inherit;
  position: relative;
  bottom: -13px;
}
.login .submit-button {
  margin-top: 15px;
  display: inline-block;
}
.login .center {
  padding: 10px 0;
}
.login .bottom {
  position: absolute;
  bottom: 40px;
  left: 60px;
  right: 80px;
  font-size: 14px;
}
.login .bottom .left {
  float: left;
}
.login .bottom .left a {
  color: #1b6fad;
  text-decoration: underline;
  font-weight: normal;
}
.login .bottom .left a:hover,
.login .bottom .left a:active {
  text-shadow: none;
  text-decoration: none;
}
.login .bottom .right {
  float: right;
}
.login .bottom .right a {
  color: #bbd5e8;
  text-decoration: underline;
  font-weight: normal;
}
.login .bottom .right a:hover,
.login .bottom .right a:active {
  text-shadow: none;
  text-decoration: none;
}
.login .input-error-message {
  margin: 3px 0;
}
.popup-message {
  position: absolute;
  background: #1e1e1e url("/images/ipad/basic/bg/popup-window-top.jpg") repeat-x 0 0;
  z-index: 11;
  color: #fff;
  border: 2px solid #4f4f4f;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.popup-message a.close {
  width: 29px;
  height: 29px;
  background: url("/images/ipad/basic/bg/growl-close.png") no-repeat 0 0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: -13px;
  top: -13px;
  text-shadow: none;
}
.popup-message .inside {
  padding: 20px;
}
.popup-message h4 {
  font-weight: normal;
  margin-bottom: 10px;
}
.popup-message a {
  color: #1b6fad;
  font-weight: normal;
  text-decoration: underline;
}
.popup-message a:active,
.popup-message a:hover {
  text-shadow: none;
}
.popup-message .buttons {
  display: block;
  margin-top: 13px;
}
.popup-message .buttons a {
  text-decoration: none;
}
table .inside {
  padding: 15px;
}
.calendar-placeholder {
  top: -5px;
  position: relative;
}
#sw-wrapper {
  z-index: 1000;
  left: 0;
  width: 100%;
  font-family: helvetica, sans-serif;
  font-size: .9em;
  background: rgba(0, 0, 0, 0.7);
  text-align: left;
}
#sw-header {
  position: relative;
  width: 100%;
  height: 43px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: url(/images/ipad/basic/datepicker/sw-header.png) 0 0 repeat-x;
  opacity: 0.9;
}
#sw-cancel,
#sw-done {
  position: absolute;
  top: 7px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  margin: 0;
  border-width: 5px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
  color: #fff;
}
#sw-cancel {
  left: 7px;
  float: left;
  -webkit-border-image: url(/images/ipad/basic/datepicker/sw-button-cancel.png) 5;
  -moz-border-image: url(/images/ipad/basic/datepicker/sw-button-cancel.png) 5;
}
#sw-done {
  right: 7px;
  float: right;
  display: inline-block;
  font-family: Helvetica;
  padding: 5px 12px 4px;
  background: url(/images/ipad/basic/bg/button-gradient.png) #1f6091 repeat-x 0 -5px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.9);
  border: none;
  color: #add5e9;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-background-clip: padding-box;
  background: url("/images/ipad/basic/bg/button-blue-bg.jpg") repeat-x 0 50%;
}
#sw-done:hover {
  text-decoration: none;
}
#sw-done:active {
  background-position: 0 -8px;
}
.sw-pressed {
  opacity: 0.4;
}
#sw-slots-wrapper {
  position: relative;
  z-index: 999;
  display: block;
  height: 215px;
  padding: 0 11px;
  overflow: hidden;
}
#sw-slots {
  display: table;
  width: 100%;
  background: #fcfcfc;
}
#sw-slots div {
  display: inline-block;
  height: 100%;
  padding-top: 86px;
  border-left: 2px solid #0d0e0f;
  background-color: #fcfcfc;
  background-image: url(/images/ipad/basic/datepicker/sw-slot-border.png);
  background-position: 0 0, 100% 0;
  background-repeat: repeat-y;
  position: relative;
}
#sw-slots div:first-child {
  border: 0;
}
#sw-slots > div {
  position: relative;
}
#sw-slots ul {
  padding: 85px 0 0 0!important;
  margin: 0;
  list-style: none;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
}
#sw-slots ul li.current {
  color: #0162e7;
}
#sw-slots ul li.disabled {
  color: #89898a;
}
#sw-slots .sw-right {
  text-align: right;
}
#sw-slots .sw-shrink {
  width: 1%;
}
#sw-slots .sw-readonly {
  background: #ddd;
}
#sw-slots li {
  padding: 0 9.9px;
  height: 44px;
  overflow: hidden;
  font: bold 22.4px/44px Helvetica, sans-serif;
}
#sw-frame {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  height: 183px;
  border-width: 16px;
  -webkit-border-image: url(/images/ipad/basic/datepicker/sw-alpha.png) 16;
  -moz-border-image: url(/images/ipad/basic/datepicker/sw-alpha.png) 16;
}
.slidingPages .page {
  float: left;
  width: 260px;
}
