/* Подключения шрифта Open-Sans */
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-Regular-webfont.eot");
    src: url("../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/opensans/OpenSans-Regular-webfont.woff") format("woff"),
         url("../fonts/opensans/OpenSans-Regular-webfont.ttf") format("truetype"),
         url("../fonts/opensans/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-Semibold-webfont.eot");
    src: url("../fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/opensans/OpenSans-Semibold-webfont.woff") format("woff"),
         url("../fonts/opensans/OpenSans-Semibold-webfont.ttf") format("truetype"),
         url("../fonts/opensans/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg");
    font-weight: 700;
    font-style: normal;
}
body, p, input, button, select, textarea { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Общие стили */
body { padding-top: 77px; } /* Отступ для верхнего меню */

input[readonly] {
    cursor: default;
    background-color: #fff;
    border: 1px solid #CCC;
}

a { color: #4d6e94; }
a:hover { color: #375b85; }

/* Заголовки */
h1 {
    font-size: 20px;
    line-height: 16px;
    text-shadow: #fff 0 1px 0;
}
h2 {
    font-size: 18px;
    line-height: 24px;
    color: #6b6b6b;
    text-transform: uppercase;
    text-shadow: #fff 0 1px 0;
}
h3 {
    font-size: 16px;
    line-height: 16px;
    text-shadow: #fff 0 1px 0;
}

/* Ширина страницы */
.container,
.navbar-fixed-top .container,
.main-table {
    width: 1200px;
}
.main-table .form-left,
.main-table .form-right {
    padding: 0 10px;
}

/* Шапка */
.navbar-inverse .navbar-inner {
  background-color: #4d6e94;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #375b85;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: #375b85;
}
.navbar-inverse .nav > li > a {
    color: #e4e4e4;
}

/* Ajax Overlay */
.overlay {
    position: absolute;
    z-index: 100;
    background: transparent url('../images/ajaxLoader-bg.png') repeat;
    min-height: 200px;
}
.overlay img { position: relative; }

/* */
.main-container { display: none; }
.main-container table td {
    vertical-align: top;
}
.table-content { height: 100%; }

.combobox-container input:first-child { width: 242px; }
.btn .combobox-clear { margin-top: 2px; margin-left: 0; }

.clean { clear: both; }

/* Auth.Login */
.login-container {
    width: 1000px;
    margin: -77px auto 0 auto;
    background: url(../images/pages/auth.login/bg.png) transparent 295px 0 no-repeat;
    padding: 25px 0 0 0;
}

.login-container .header {
    width: 840px;
    padding-top: 5px;
    font-size: 32px;
    color: #4e4e4e;
    float: left;
}
.login-container .header span { display: block; }
.login-container .header .title1 {}
.login-container .header .title2 {
    font-weight: bold;
    line-height: 56px;
}
.login-container .header .line {
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
}

.login-container .logo {
    width: 149px;
    height: 130px;
    background: url(../images/pages/auth.login/logo.png) transparent no-repeat;
    margin: 0 0 0 840px;
}
.login-container .tumba {
    width: 377px;
    height: 335px;
    background: url(../images/pages/auth.login/tumba.png) transparent no-repeat;
    float: left;
    margin: -33px 0 50px 0;
}

.login-container .form { padding: 20px 0 0 400px; }
.login-container .form .header {
    color: #737373;
    float: left;
    padding: 0;
    width: 230px;
    height: 200px;
    font-size: 28px;
}
.login-container .form .header .title1 {
    font-weight: bold;
    margin: 0;
    opacity: 1;
}
.login-container .form .header .title2 {
    font-weight: normal;
    font-size: 24px;
    padding: 5px 0 0 36px;
    margin: 0;
    opacity: 1;
}
.login-container .form input {
    display: block;
    width: 300px;
    height: 30px;
    font-size: 18px;
    margin-bottom: 18px;
}
.login-container .form input[type=submit] {
    width: 150px;
    height: 40px;
    margin-left: 317px;
}
.login-container .form input.error { color: #B94A48; border-color: #B94A48; }
.login-container .form input.error:focus { border-color: #953B39; box-shadow: 0 0 6px #D59392; }

.login-container .links {
    width: 100%;
    clear: both;
    background: url(../images/pages/auth.login/line.png) transparent no-repeat;
    padding-top: 45px;
    margin-top: 20px;
    opacity: 0;
}
.login-container .links a {
    display: block;
    width: 333px;
    height: 77px;
    float: left;
    padding-top: 24px;
    opacity: 0;
}
.login-container .links a:hover {
    text-decoration: none;
    background: url(../images/pages/auth.login/flag-hover.png) transparent no-repeat;
}

.login-container .links .flag-icon {
    display: block;
    width: 53px;
    height: 51px;
    float: left;
    background: url(../images/pages/auth.login/flags.png) transparent no-repeat;
    margin: 0 15px;
}
.login-container .links .flag-en { background-position: 0 0; }
.login-container .links .flag-ua { background-position: -53px 0; }
.login-container .links .flag-ru { background-position: -106px 0; }
.login-container .links .flag-es { background-position: -159px 0; }
.login-container .links .flag-br { background-position: 0 -51px; }
.login-container .links .flag-ro { background-position: -53px -51px; }
.login-container .links .flag-eu { background-position: -106px -51px; }
.login-container .links .flag-de { background-position: -159px -51px; }

.login-container .links .channel-name {
    padding-top: 7px;
    color: #6f6f6f;
    font-size: 18px;
}

/* Users.Index */
.ajax-list td {
    cursor: pointer;
}
.order-active {
    color: #000;
    text-decoration: underline;
}
/* Users.Edit */
.del-link,
.del-link:hover { color: #b94a48; }

select[multiple].input-multi {
    width: 283px;
    height: 300px;
}
/* Apps.Index */
.edit-icon { padding: 5px 0 0 0 !important; }
.edit-icon a { display: none; }
.edit-icon img {
    width: 24px;
    height: 24px;
}
.app-error {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    background-color: #b94a48;
    color: #fff;
    border-radius: 50%;
}
.app-logo {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: transparent no-repeat;
    background-size: contain;
}
.logo-dark {
    background-image: url(/images/icons/logo-dark.png);
}

.label-magento { background-color: #9e3aad; }
.label-brown { background-color: #915603; }
.label-red { background-color: #db413e; }
.label-gray { background-color: #6d6d6d; }

/* Apps.Edit */
.form-left { width: 600px; }
.form-right {
    width: 600px;
    background-color: #f5f5f5;
}
.form-text {
    padding: 5px 0;
    margin: 0;
}
#appCode { margin-bottom: 0; }
.app-code { color: #989898; }
.app-num { font-weight: bold; }

.tech td label { padding-left: 40px; }
.tech td label:first-child {
    font-weight: bold;
    padding-left: 18px;
}

.input-date { width: 55px; }
.input-time { width: 16px; }

.input-append.date .add-on i {
    margin-top: 3px;
    margin-left: 2px;
}
.form-submit {
    clear: both;
    width: 100% !important;
}
#formApp .form-actions {
    text-align: center;
    padding-left: 20px;
    margin-top: 0;
    background-color: #fff;
}
#formApp .form-actions input {
    font-size: 15px;
    padding: 10px 20px;
    margin-right: 15px;
}

.control-label i { color: #e9322d; }

/* App.Info */
.app-info .dl-horizontal dt {
    width: 200px;
    padding: 5px 0;
    clear: none;
    font-size: 13px;
}
.app-info .dl-horizontal dd {
    margin-left: 210px;
    padding: 5px 0;
}
.app-version {
    font-size: 13px;
    color: #adadad;
}
.modal .app-version { font-size: 12px; }

/* Горизонтальная линия в заголовке */
.modal-body h2,
.form-left h2 {
    border-bottom: 1px dashed #adadad;
    margin-bottom: 30px;
    margin-right: 10px;
    position: relative;
}
.modal-body h2 span,
.form-left h2 span {
    background: #fff;
    padding: 0 8px;
    position: relative;
    top: 11px;
    left: 31px;
}
/* Горизонтальная линия в заголовке */
.tech h3 {
    border-bottom: 1px dashed #adadad;
    margin-bottom: 20px;
    margin-right: 10px;
    position: relative;
    width: 560px;
}
.tech h3 span {
    color: #6b6b6b;
    background: #f5f5f5;
    padding: 0 8px 0 40px;
    position: relative;
    top: 7px;
}
.app-text { margin-right: 10px; }

.form-right h2 { margin-left: 10px; }

#formAction {
    margin: 10px 10px 10px 25px;
    float: left;
}
#formAction button,
#formPreviewConfirm button {
    margin-right: 20px;
    font-size: 16px;
    width: 140px;
    height: 40px;
}
#formPreviewConfirm .btn-danger { margin-right: 0; }

.actions {
    background-color: #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.actions h2 {
    margin-top: 0;
    padding-top: 10px;
}
.actions #formAction .btn-wide { width: 200px; }

.comments { margin: 0 10px 60px 10px; }
.comments h2 { margin-left: 0; }
.module-youtube { margin: 0 10px; }
.module-youtube h2 { margin-left: 0; }

.ftp {
    padding: 20px 10px;
    font-size: 13px;
    line-height: 18px;
    text-shadow: #fff 0 1px 0;
    color: #989898;
    background-color: #eaeaea;
}
.actions .ftp {
    margin: 0;
    padding: 10px 0 0 0;
}

.techInfo {
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    padding: 8.5px;
    margin: 0 0 9px;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow-x: scroll;
    white-space:nowrap;

    display: none;
}
.techInfo div {
    width: 100%;
}

.spectrogramm {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    width: 600px;
}
.spectrogramm img {
    width: 100%;
    display: block;
    opacity: 0.8;
}
.spectrogramm img.spectr-overlay {
    width: 600px;
    height: 88px;
    position: absolute;
    margin-top: -89px;
    z-index: 100;
}

.preview-container { width: 600px; }
.img-select img {
    width: 120px;
    cursor: pointer;
}
.img-confirm img {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.img-confirm form {
    text-align: center;
}

.mejs-poster { text-align: center; }
.mejs-poster img {
    height: 100%;
    width: auto;
    display: inline;
}

.chat-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 320px;
    overflow: auto;
    margin-bottom: 10px;
    padding-top: 5px;
}
.chat-container table { margin-bottom: 0 }
.chat-container table td { padding: 8px; }
.chat-date { width: 60px; }
.chat-message .icon-remove {
    margin: 3px 0 0 3px;
    opacity: 0.5;
    visibility: hidden;
}
.chat-message:hover .icon-remove { visibility: visible; }
.chat-message .icon-remove:hover {
    opacity: 1;
    cursor: pointer;
}
.chat-user-name {
    color: #0088cc;
    border-bottom: 1px #0088cc dotted;
    white-space: nowrap;
}
.chat-user-name:hover {
    border-bottom: 1px #005580 dotted;
    text-decoration: none;
}

.form-chat .input-chat {
    width: 434px;
    margin-right: 6px;
}
.form-chat .btn { width: 121px; }

.anons-player {
    float: left;
    width: 300px;
}
.anons-error {
    margin: 10px;
    float: left;
    width: 280px;
    font-size: 9px;
}
.anons-error dt {
    float: left;
    margin-right: 5px;
}
.anons-error dt, .anons-error dd { line-height: 12px; }
.anons-info-title {
    font-weight: bold;
    font-size: 10px;
}
.anons-title {
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}
/* Archive.Index */
.filter-container {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background-color: #eeeeee;
    height: 30px;
}
.filter-title {
    float: left;
    margin: 5px 5px 5px 15px;
}
input[readonly=readonly] {
    cursor: default;
    background-color: #fff;
}

.filter-item { float: left; }

.filter-item .icon-remove {
    opacity: 0.5;
    margin-top: 0;
}
.filter-item .icon-remove:hover {
    opacity: 1;
    cursor: pointer;
}
#fltYear { width: 20px; }

.filter-status-select input:first-child { width: 130px; }

.filter-program { width: 285px; }

.filter-count {
    float: left;
    margin: 0;
}
.filter-count .selected {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

li.list-bold a { font-weight: bold; font-size: 14px; margin-top: 7px; }
li.list-tab a { padding-left: 30px; }

.archive-list .table tr { height: 30px; }

.table .appCheckbox { text-align: center; }
.table .appCheckbox input {
    margin-top: -3px;
    line-height: inherit;
}
.table .checkAll { text-align: center; }
.table .checkAll input { margin-top: 0; }

.table .app-rejected { opacity: 0.2; }
.table .app-rejected:hover { opacity: 0.7; }

/* Archive.Fix */
.btn-check { margin-top: -8px; }
.message-text { clear: both; }

/* Archive.Scheduler */
.archive-scheduler textarea {
    width: 1185px;
    height: 615px;
}

/* Archive.Info */
.archive-info .dl-horizontal dt {
    width: 200px;
    padding: 5px 0;
    clear: none;
    font-size: 13px;
}
.archive-info .dl-horizontal dd {
    margin-left: 210px;
    padding: 5px 0;
}

.sharing { padding-left: 10px; }

.progress-striped .bar-waiting {
  background-color: #adadad;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.archive-action-get .btn {
    height: 24px;
    width: 140px;
    padding-top: 8px;
}
.aa-button { margin: 10px 5px; }
/*
.aa-get-buttons-clone { display: none; }
.aa-get--1,
.aa-get-00,
.aa-get-0,
.aa-get-1 {
    display: none;
}
.aa-get-00 .btn-danger {
    height: 12px;
    width: 12px;
    font-size: 13px;
    padding: 3px 5px 4px 4px;
    position: relative;
    top:-1px;
}
.aa-get-00 .btn-danger i { margin-top: -1px; }
.aa-get-00 span,
.aa-get-0 span,
.aa-get-1 span {
    font-size: 12px;
    color: #adadad;
}
.aa-get-00 span b,
.aa-get-0 span b,
.aa-get-1 span b { color: #6b6b6b; }

.aa-get-0 .progress {
    width: 170px;
    height: 15px;
    float: left;
    margin-top: 4px;
}
.aa-get-0 .progress .bar { width: 100%; }
.ajx-data {
    display: none;
}
*/

/* Archive.Use */
.archive-use .icon-remove { opacity: 0.5; }
.archive-use .icon-remove:hover { opacity: 1; }

.archive-use .icon-calendar {
    cursor: pointer;
    margin-top: 2px;
}
.archive-use .icon-remove {
    cursor: pointer;
    margin-top: 2px;
}
.archive-use .publish-date,
.archive-use .publish-hour,
.archive-use .publish-min {
    padding: 0 5px;
    margin: -6px 5px 0 5px;
    width: 46px;
    height: 14px;
    font-size: 11px;
    line-height: 14px;
    border: none;
    outline: none;
    box-shadow: none;
    display: inline-block;
}
.archive-use .publish-hour,
.archive-use .publish-min {
    width: 13px;
}
.archive-use .publish-div {
    font-size: 11px;
    position: relative;
    top: -5px;
}

.archive-use .publish-date:focus,
.archive-use .publish-hour:focus,
.archive-use .publish-min:focus {
    border: none;
    box-shadow: none;
}

.archive-use .save-container {
    width: 100%;
    text-align: center;
}
#saveUse {
    font-size: 16px;
    width: 140px;
    height: 40px;
}

.archive-use .reject-checkbox { margin: 0; }

.appLang img {
    box-shadow: 0 0 1px;
}
/* Profile.Index */
.profile-name { line-height: 23px; }
.profile-name div {
    font-size: 15px;
    color: #666;
}

/* Logs.Index */
.logs-list {
    padding: 5px 5px 0 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: auto;
    float: left;
}
.logs-body {
    padding: 5px 0 5px 10px;
    margin-left: 160px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 900px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

.logs-body .code { color: #3a87ad; }
.logs-body .fail { color: #d14; }
.logs-body .done { color: #468847; }

/* Programs.List */
.show-channel {
    font-weight: bold;
    font-size: 10px;
}
.show-channel:before {
    display: block;
}
.channel-hopeua:before {
    content: 'UA';
    color: #df8505;
}
.channel-morning:before {
    content: 'MH';
    color: #5bb75b;
}
.channel-signs:before {
    content: 'SG';
    color: cyan;
}
.channel-health:before {
    content: 'HEALTH';
    color: #df8505;
}
.channel-cooking:before {
    content: 'COOK';
    color: #df8505;
}
.channel-hoperu:before {
    content: 'RU';
    color: #0e90d2;
}

/* Programs.Edit */
label[for=anons] {
    padding-left: 33%;
}
