/**
 * Bootstrap 2.3.2, SZIR, RM styles
 *
 * Chapters:
 *
 * * Base CSS
 * > > Typography
 * > > Tables
 * > > Forms
 * > > Buttons
 * > > Icons by FontAwesome (http://fa2png.io/icons/?font=font-awesome&tag=&o=tag)
 *
 * * Components
 * > > Div Grid
 * > > Div Grid (Search)
 * > > Div DetailView
 * > > Div List
 * > > Data Table
 * > > Pagination
 * > > Page Header
 * > > List-Group
 * > > Well
 * > > Progress Bar
 * > > Media Object (Empty State)
 * > > Wizard Stepper
 *
 * * JavaScript
 * > > Modal
 * > > Tooltip
 *
 * * Views
 * > Empty State
 * > Művek
 * > > Műkiegészítés
 * > > Televíziós reklámfilmek
 * > > Azonosítatlan Művek
 * > Fellépések
 * > > Shows
 * > > Step4: Track
 * > Választás
 * > Profil
 * > > Elérhetőségeim
 * > > Szerzői álneveim
 * > Reklamáció
 */


/* Chapter: Base CSS */
/* > > Typography */
blockquote {
    border-left: 0;
}
blockquote small {
    font-size: 14px;

    color: #373a3c;
}
blockquote p {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.margin-bottom0 {
    margin-bottom: 0;
}
.margin-bottom0-important {
    margin-bottom: 0 !important;
}
.margin-bottom5 {
    margin-bottom: 5px;
}
.margin-bottom5-important {
    margin-bottom: 5px !important;
}
.margin-bottom20 {
    margin-bottom: 20px;
}
.margin-bottom40 {
    margin-bottom: 40px;
}
hr {
    height: 1px;

    background: #979797;
}
code {
    color: #534371;
}
dt, dd,
.row-fluid dt[class*="span"],
.row-fluid dd[class*="span"] {
    line-height: 24px;
    /*min-height: 24px;*/
}

/* > > Tables */
.table .active.active-is-td-primary {
    color: #fff;
    background: #534371;
}

.table .active.active-is-td-default {
    color: #373a3c;
    background: #ccc;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        overflow-y: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

/* > > Forms */
select,
textarea,
input[type="text"],
input[type="extend"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    margin-bottom: 5px;

    border: 1px solid #ccc;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="extend"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.uneditable-input:hover {
    border-color: #8363b1;
    /* IE6-9 */
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="extend"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input:focus:required:focus,
input:focus:invalid:focus {
    border-color: #8363b1;
    outline: none;
    /* IE6-9 */
    -webkit-box-shadow: 0 0 1px #8363b1;
       -moz-box-shadow: 0 0 1px #8363b1;
            box-shadow: 0 0 1px #8363b1;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    background-color: #eee;
}
.input-prepend,
.input-append {
    margin-bottom: 0;
}
.help-inline {
    line-height: 30px
}
/* Ha vannak a formba olyan elemek, amik
 * üresek (nincs whitespace sem), akkor
 * azok legyenek 0px magasak */
form .row-fluid div[class*="span"]:empty {
    min-height: 0px;
}
.control-group {
    margin-bottom: 20px;
}
.control-group .hint-block {
    display: block;

    color: #616263;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #d0021b;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #d0021b;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.accordion .control-group,
.accordion .control-group p:not(.hint-block):last-child {
    margin-bottom: 0px;
}
.note-block.accordion .accordion-group {
    border: none;
}
.note-block.accordion .accordion-toggle {
    padding: 5px 0px;
    background: none;
}

label.control-label {
    font-weight: bold;
}

input[type="extend"] {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;

    font-size: 14px;
    line-height: 20px;

    -webkit-transition: border linear .2s, box-shadow linear .2s;
       -moz-transition: border linear .2s, box-shadow linear .2s;
         -o-transition: border linear .2s, box-shadow linear .2s;
            transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;

    color: #555;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.ui-widget.ui-widget-content {
    font-family: Tahoma;
    font-size: 14px;

    border-color: #999;
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-widget.ui-widget-content.ui-menu .ui-menu-item a {
    padding: 4px 6px;
    color: #534371;
}
.ui-widget.ui-widget-content.ui-menu .ui-menu-item a [class*="span"] {
    min-height: auto;
}
.ui-widget.ui-widget-content.ui-menu .ui-menu-item a.ui-state-hover {
    margin: 0;

    font-weight: normal;

    color: #fff;
    border: none;
    background: #534371;
}
/* jquery-ui.autocomplete */
.controls:has(.ui-autocomplete-clear) {
    position: relative;
}
.controls {
    /* Firefox */
    position: relative;
}
input.ui-autocomplete-input.span10.input-block-level {
    width: 84%;
}
input.ui-autocomplete-input.span12,
input.ui-autocomplete-input.input-block-level,
input.ui-autocomplete-input.input-100percent {
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
}
.ui-autocomplete-clear {
    display: none;
    position: absolute;
    right: 0;
    top: 4px;
    padding: 0 8px;
    color: #d0011b;
    font-weight: bold;
    cursor: pointer;
}
.ui-autocomplete-clear:hover {
    color: #333;
}
#change_user .ui-autocomplete-clear {
    display: none !important;
}
@media (min-width: 768px) and (max-width: 979px) {
    input.ui-autocomplete-input.span10.input-block-level {
        width: 75%;
    }
}

/* jquery.multiselect.css */
button.ui-multiselect {
    position: relative;

    height: 30px;
    padding: 4px 6px;

    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;

    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: white;
}
button.ui-multiselect.ui-state-active {
    border-color: #8363b1;
    -webkit-box-shadow: 0 0 1px #8363b1;
       -moz-box-shadow: 0 0 1px #8363b1;
            box-shadow: 0 0 1px #8363b1;
}
button.ui-multiselect.ui-state-default .ui-icon {
    background-image: url("../../images/jquery_ui/ui-icons_222222_256x240.png");
}
button.ui-multiselect .ui-icon {
    position: absolute;
    top: 5px;
    right: 6px;

    float: left !important;
}
.ui-multiselect-menu .ui-widget-header {
    border: none;
    background: #8363b1;
}
.ui-multiselect-checkboxes label.ui-state-hover {
    margin: 0;

    font-weight: normal;

    color: #534371;
    border: 1px solid white;
    background: none;
}
.ui-multiselect-checkboxes label.control,
.ui-multiselect-checkboxes label.control:last-child {
    margin: 0;
}
.ui-multiselect-checkboxes .control--checkbox .control__indicator {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}
.ui-multiselect-checkboxes .control--checkbox .control__indicator:after {
    top: 1px;
    left: 5px;
}
.ui-multiselect-checkboxes label.control span {
    margin-left: 5px;
}

label.muted {
    display: block;
    width: 1px;
    height: 20px;

    font-size: 0;

    cursor: default;
}
label.muted.no-height {
    height: 0px;
}

label:not(.muted) .required-icon {
    color: #ff6b0b;
}

input.input-100percent {
    width: 98%;
}
select.input-100percent {
    width: 100%;
}
input.segmented {
    float: left;

    text-transform: capitalize;

    border-right-width: 0;
    border-left-width: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
input.segmented:first-of-type {
    border-left-width: 1px;
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
input.segmented:last-of-type {
    border-right-width: 1px;
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}

/* https://codepen.io/KenanYusuf/pen/PZKEKd */
label.control {
    position: relative;

    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 24px;

    cursor: pointer;
}
label.control:last-child {
    margin-bottom: 20px;
}
label.control.control--radio.inline,
label.control.control--checkbox.inline {
    display: inline-block;
    /*margin-left: 15px;*/
    margin-left: 8px;
}
label.control.control--radio.btn.inline {
    padding-left: 36px;
}
label.control.control--radio.inline:first-child,
label.control.control--checkbox.inline:first-child {
    margin-left: 0;
}
label.control input {
    position: absolute;
    z-index: -1;

    opacity: 0;
}
label.control--checkbox-small {
  padding-left: 16px;
  margin-bottom: 0px;
  font-size: 12px;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;

    width: 18px;
    height: 18px;

    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
}
label.control.control--radio.btn.inline .control__indicator {
    top: 6px;
    left: 12px;
}
.control--checkbox-small .control__indicator {
    width: 12px;
    height: 12px;
    margin-top: 3px;
}
.control-group.error label.control {
    color: #d0021b;
}
.control-group.error .control__indicator {
    border-color: #d0021b;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
label.control:hover input ~ .control__indicator,
label.control input:focus ~ .control__indicator {
    border-color: #616263;
}
label.control:hover input:not([disabled]):checked ~ .control__indicator,
label.control input:checked:focus ~ .control__indicator {
    border-color: #616263;
}
label.control input:checked ~ .control__indicator::after {
    background: #594371;
}
.control-group.disabled .controls {
    cursor: not-allowed;
}
.control-group.disabled label {
    pointer-events: none;
}
label.control input:disabled ~ .control__indicator,
.control-group.disabled label.control input ~ .control__indicator,
.control-group.disabled:hover label.control input ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}
.control-group.disabled label.control input:not([disabled]):checked ~ .control__indicator,
.control-group.disabled label.control input:checked:focus ~ .control__indicator {
    /*background: #373a3c;*/
}
.control--radio .control__indicator:after {
    top: 4px;
    left: 4px;

    width: 10px;
    height: 10px;

    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after
.control-group.disabled input ~ .control__indicator:after, {
    background: #7b7b7b;
}
.control__indicator:after {
    position: absolute;

    display: none;

    content: "";
}
label.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    top: 1px;
    left: 5px;

    width: 3px;
    height: 8px;

    transform: rotate(45deg);

    background: #fff !important;
    border: solid #594371;
    border-width: 0 5px 5px 0;
}
.control--checkbox-small .control__indicator:after {
    top: 1px;
    left: 4px;
    width: 2px;
    height: 6px;
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio + .hint-block,
.control--checkbox + .hint-block {
    margin-top: -5px;
    margin-bottom: 5px;
}

.switch {
    position: relative;

    width: 154px;
    height: 30px;
    margin-bottom: 10px;

    border-radius: 3px;
    background: #d8d6d8;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .1);
}
.switch-label {
    position: relative;
    z-index: 1;

    float: left;
    width: 75px;

    line-height: 30px;

    cursor: pointer;
    text-align: center;

    color: #5d6061;
}
.switch-label:active {
    font-weight: bold;
}
.switch-label-off {
    padding-left: 2px;
}
.switch-label-on {
    padding-right: 2px;
}

/*
 * Note: using adjacent or general sibling selectors combined with
 * pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 * See this article for more info and a potential fix:
 * http://css-tricks.com/webkit-sibling-bug/
 */
.switch-input {
    display: none;
}
.switch-input:checked + .switch-label {
    font-weight: normal;

    -webkit-transition: .15s ease-out;
       -moz-transition: .15s ease-out;
         -o-transition: .15s ease-out;
            transition: .15s ease-out;

    color: #fff;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 77px;
    /* Note: left: 50% doesn't transition in WebKit */
}
.switch-input:disabled + .switch-label-on ~ .switch-selection {
    opacity: .65;
    background: #5d6061;
}
.switch-selection {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;

    display: block;
    width: 75px;
    height: 26px;

    -webkit-transition: left .15s ease-out;
       -moz-transition: left .15s ease-out;
         -o-transition: left .15s ease-out;
            transition: left .15s ease-out;

    border-radius: 3px;
    background: #534371;
}
.switch-control-label {
    margin: 0 15px;

    line-height: 30px;
}

/* > > Buttons */
.form-search .btn {
    padding: 4px 12px;
    border-width: 1px;
}
.btn-danger {
    background: #c12e2a;
}
.btn-danger:hover {
    background: #d9534f;
}
.btn-danger:active {
    background: #c12e2a;
}
.btn-danger.disabled {
    background: #d8d8d8;
}
.btn-success {
    border-color: #3e8f3e;
    background: #419641;
}
.btn-success:hover {
    background: #5cb85c;
}
.btn-success:active {
    background: #5cb85c;
}
.btn-success.disabled {
    background: #d8d8d8;
}
.btn i.icon-standalone {
    height: 17px;
    margin-top: 3px;
}
.btn.btn-bordered {
    color: #534371;
    border: 1px solid #534371;
    background: #fff;
    text-shadow: none;
}
.btn.btn-bordered:hover {
    color: #fff;
    background: #cbc3d5;
}
.btn.btn-bordered:active {
    color: #fff;
    background: #534371;
}
.btn.btn-large .icon-white {
    margin-top: 2px;
}
.btn.btn-outline {
    padding-top: 3px;
    padding-bottom: 3px;

    color: #373a3c;
    /*border: 2px solid #ff6b0b;*/
    border-radius: 20px;
    background: none;
    text-shadow: none;
}
.btn-group.active-is-btn-primary .active {
    background-color: #594371;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(64, 43, 100, 1);
}
.btn-group.active-is-btn-warning .active {
    background-color: #f57f25;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(215, 97, 7, 1);
}
@media (max-width: 767px) {
    .btn-group {
        white-space: normal;
    }
}

.icon-forum,
.icon-forum:hover {
    background-image: url("../../images/ionicons_2-0-1_ios-people_16_0_000000_none.png") !important;
    background-position: 0 0;
}
/* > > Icons by CSS */
.icon-search.css-icon-background-fix.span1 {
    background-position: -39px 7px;
    width: 34px;
    margin-top: 0px;
}
@media (max-width: 767px) {
    .div-grid .div-grid-tr .pull-right.icon-search.css-icon-background-fix.span1 {
        float: right !important;
    }
}
.icon-folder-open.css-icon-background-fix.span1 {
    background-position: -400px -114px;
    width: 34px;
}
i.css-drag-icon {
  display: inline-block;
  width: 8px;
  height: 16px;
  margin-right: 2px;
}

i.css-drag-icon, i.icon-css-drag-icon::before {
  background-image: radial-gradient(#594371 40%, transparent 40%);
  background-size: 4px 4px;
  background-repeat: repeat;
}

i.css-drag-icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 33%;
}

/* > > Icons by FontAwesome (http://fa2png.io/icons/?font=font-awesome&tag=&o=tag) */
i.fa-trash-o {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;

    background: url("../../images/rm/font-awesome_4-6-3_trash-o_16_0_d0021b_none.png");
    background-repeat: no-repeat;
    background-position: center;
}
i.fa-check-square {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;

    background: url("../../images/rm/font-awesome_4-6-3_check-circle-o_16_0_7ed321_none.png");
    background-repeat: no-repeat;
    background-position: center;
}
i.fa-ban {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;

    background: url("../../images/rm/font-awesome_4-6-3_ban_16_0_d0021b_none.png");
    background-repeat: no-repeat;
    background-position: center;
}
i.fa-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: -2px;

    background: url("../../images/mu/font-awesome_4-7-0_link_24_0_373a3c_none.png");
    background-repeat: no-repeat;
    background-position: center;
}

/* Chapter: Components */
/* > > Div Grid */
.div-grid {
  margin-bottom: 20px;
}

.div-grid .div-grid-tr {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  border-bottom: 1px solid #fff;
  background: #f9f9f9;
}

.div-grid.double-line .div-grid-tr {
  padding: 0px 15px;
}

.div-grid .div-grid-tr:nth-child(odd) {
  background: #f0f0f0;
}

.div-grid .div-grid-tr:hover {
  border-bottom: 1px solid #fff;
  background: rgba(83, 67, 113, .2);
}

.div-grid.div-grid-condensed .div-grid-tr .row-fluid:nth-child(1) > div {
  padding-bottom: 0px;
}

.div-grid.div-grid-condensed .div-grid-tr .row-fluid:nth-child(2) > div {
  padding-top: 0px;
}

.div-grid .div-grid-header.row-fluid {
  cursor: default;
  color: #999;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  background: #eceeef;
}

.div-grid .div-grid-header.row-fluid:hover {
  background-color: #f5f5f5;
}

.div-grid .div-grid-header.row-fluid div {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #999;
}

.div-grid.div-grid-condensed .div-grid-header.row-fluid div {
  line-height: 26px;
}

.div-grid .div-grid-header.row-fluid div.double-line span {
  display: block;
  line-height: 16px;
}

.div-grid .div-grid-header.row-fluid div.double-line-bold span:first-child {
  font-size: 16px;
}

.div-grid .div-grid-header.row-fluid div span.highlighted {
  color: #333333;
}

.div-grid .div-grid-header.row-fluid a {
  color: #999;
}

.div-grid .div-grid-header.row-fluid span.js-sort {
  cursor: pointer;
}

.div-grid .div-grid-header div.text-hidden {
  font-size: 0;
}

.div-grid div.pagination-sum {
    padding-left: 20px;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 28px;
    display: inline-block;
}

.div-grid .row-fluid > div {
  padding: 12px;
  font-size: 16px;
  line-height: 48px;
  white-space: nowrap;
}

.div-grid.div-grid-condensed .row-fluid > div {
  padding: 6px 6px;
  line-height: 26px;
  min-height: auto;
}

.div-grid .div-grid-tr .ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: auto;
}
.div-grid .div-grid-tr .white-space-normal {
    white-space: normal;
}

.div-grid .div-grid-tr .bold {
  font-size: 24px;
  font-weight: bold;
}

.div-grid .row-fluid div .btn-group {
  line-height: 26px;
}

.div-grid .row-fluid div.operation-cell {
  display: block;
  padding: 21px 6px;
}

.div-grid.div-grid-condensed .row-fluid div.operation-cell {
  display: block;
  padding: 15px 6px;
}

.div-grid.div-grid-condensed .row-fluid .help-block {
  margin-bottom: 0px;
  white-space: normal;
}

.div-grid .row-fluid div.operations-cell .btn {
  padding: 4px 8px;
}

.div-grid .row-fluid .js-td-click {
  cursor: pointer;
}

.div-grid .row-fluid div.row-num,
.div-grid .row-fluid div.row-num.big-row-num,
.div-grid.div-grid-condensed .row-fluid div.row-num.big-row-num {
  font-size: 24px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  color: #999;
}

.div-grid.div-grid-condensed .row-fluid div.row-num {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  color: #999;
}
.div-grid .controls label.control.control--radio.inline,
.div-grid .controls label.control.control--checkbox.inline {
  margin-bottom: 0px;
}
.div-grid .controls .help-block {
  margin-bottom: 0px;
}
.div-grid .dropdown-menu {
    z-index: 998;
}
.accordion .accordion-toggle .row-fluid.min-height-auto [class*="span"] {
  min-height: auto;
}
@media (max-width: 767px) {
    .div-grid .div-grid-tr {
        display: block;
        /*padding: 6px;*/
        margin-bottom: 24px;
        line-height: 1.5;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 2px;
        -webkit-transition: border 0.2s ease-in-out;
        -o-transition: border 0.2s ease-in-out;
        transition: border 0.2s ease-in-out;
    }

    .div-grid .div-grid-tr .text-right {
        text-align: left;
    }

    .div-grid .div-grid-tr .pull-right {
        float: left !important;
    }

    .div-grid .div-grid-tr > div {
        padding: 0px;
    }

    .div-grid .div-grid-tr .ellipsis {
        overflow: visible;
        white-space: normal;
        word-break: break-word;
        text-overflow: initial;
    }

    .div-grid .div-grid-tr [data-label] {
        position: relative;
        padding-left: 30%;
        width: 70%;
    }

    .div-grid .div-grid-tr [disabled-data-label] {
        position: relative;
        padding-left: 0%;
        width: 100%;
    }

    .div-grid .div-grid-tr [data-label]::before {
        content: attr(data-label);
        width: 30%;
        height: 24px;
        position: absolute;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        color: #999;
        font-size: 14px;
        font-weight: bold;
    }

    .div-grid .div-grid-tr [data-label]::before {
        top: 0px; /*-2px*/
    }

    .div-grid .div-grid-tr .control-group [data-label]::before {
        top: 1px;
    }

    .div-grid .div-grid-tr .responsive-block[data-label] {
        position: relative;
        padding-left: 0%;
    }

    .div-grid .div-grid-tr .responsive-block[data-label]::before {
        content: attr(data-label);
        width: auto;
        height: 24px;
        position: relative;
        display: block;
        white-space: nowrap;
        color: #999;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .div-grid .div-grid-tr .btn.jq_multi_del i {
        display: none
    }
}

/* > > Div Grid (Search) */
@media (min-width: 768px) {
    [id*="filter"] form .accordion,
    .filter-status-accordion .accordion {
        margin-bottom: 0px;
    }
    [id*="filter"] form .accordion-group,
    .filter-status-accordion .accordion-group {
        border: 0px;
    }
    [id*="filter"] form .accordion .collapse,
    .filter-status-accordion .accordion .collapse {
        height: auto;
    }
    [id*="filter"] form .accordion .collapse .accordion-inner,
    .filter-status-accordion .accordion .collapse .accordion-inner {
        border: 0px;
        padding: 0px;
    }
}
@media (max-width: 767px) {
    [id*="filter"] form .accordion-group .accordion-heading .accordion-toggle:after,
    .filter-status-accordion .accordion-group .accordion-heading .accordion-toggle:after {
        content: '';
        display: inline-block;
        float: left;
        width: 14px;
        height: 14px;
        margin-right: .3em;
        line-height: 14px;
        vertical-align: text-top;
        background-image: url("../../images/glyphicons-halflings.png");
        background-position: 14px 14px;
        background-repeat: no-repeat;
        margin-top: 2px;

        background-position: -313px -119px;
    }
    [id*="filter"] form .accordion-group .accordion-heading .accordion-toggle.collapsed:after,
    .filter-status-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
        background-position: -456px -72px;
    }
}

/* > > Div DetailView */
div.well.detail-view {
    padding-bottom: 0;
    margin-top: -24px;

    -webkit-border-radius: 0 0 0 0;
       -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
    background: #f8f8f8;
}
div.well.detail-view .muted {
    color: #988fab;
    font-weight: normal;
    text-shadow: none;
}

div.well.detail-view .nav-tabs {
    margin-top: 20px;
    margin-bottom: -1px;

    border: 0;
}

div.well.detail-view .nav-tabs li {
    margin-bottom: 0;

    border-color: #fff;
}

div.well.detail-view .nav-tabs li a {
    padding: 8px 16px;
    margin-bottom: 0;

    font-size: 16px;

    transition: all 500ms;

    color: #fff;
    border-color: #534371;
}

div.well.detail-view .nav-tabs li a:hover {
    border-color: #1d0646;
    background: #1d0646;
}

div.well.detail-view .nav-tabs li.active a,
div.well.detail-view .nav-tabs li.active a:hover,
div.well.detail-view .nav-tabs li.active a:focus {
    /*font-weight: bold; rszekeres meglátása*/

    color: #534371;
    border-color: #fff;
    background: #fff;
}

div.container.detail-view {
    padding: 0;
}

/* > > Div List */
.div-list {
    margin-bottom: 20px;
}
.div-list .row-fluid {
    cursor: default;
    -webkit-transition: all 500ms;
       -moz-transition: all 500ms;
         -o-transition: all 500ms;
            transition: all 500ms;

    border-bottom: 1px solid #ddd;
    background: #fff;
}
.div-list .row-fluid.div-list-tr-hover:hover {
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}
.div-list .div-list-header.row-fluid {
    cursor: default;

    color: #999;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
    background: #f9f9f9;
}
.div-list .div-list-header.row-fluid div,
.div-list .div-list-header.row-fluid div[class^="span"] {
    font-size: 12px;
    font-weight: bold;

    color: #999;
}
.div-list .div-list-header.row-fluid a {
    color: #999;
}
.div-list .div-list-header.row-fluid span.js-sort {
    cursor: pointer;
}
.div-list .div-list-header div.text-hidden {
    font-size: 0;
}
.div-list div.pagination-sum {
    padding-left: 20px;
    margin-top: 20px;
}
.div-list .row-fluid .empty-state {
    padding: 30px;

    font-size: 14px;
}
.div-list .row-fluid div.empty-state.span12 {
    white-space: normal;
}
.div-list .row-fluid .empty-state .empty-state-feather {
    width: 100px;
    height: 100px;
    margin: 0 auto;

    background: url("../../images/mu/feather.png");
    background-repeat: no-repeat;
    background-position: center;
}
.div-list .row-fluid div[class^="span"] {
    padding: 12px;

    font-size: 16px;
    line-height: 26px;

    white-space: nowrap;

    /*border-left: 1px solid #fff;*/
}
.div-list .row-fluid div.white-space-normal[class^="span"] {
    white-space: normal;
}
.div-list .row-fluid div.line-height-decreased {
    line-height: 18px;
}
.div-list-tr.row-fluid div.row-num {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    text-align: center;

    color: #999;
}
.div-list-tr.row-fluid div.row-num.big-row-num {
    font-size: 24px;
    line-height: 38px;
}
.div-list .row-fluid span.highlighted {
    font-size: 18px;
    font-weight: bold;
}
.div-list .row-fluid span.font-size14 {
    font-size: 14px;
}
.div-list .row-fluid abbr[title] {
    color: #999;
}
.div-list .row-fluid ul.inline,
.div-list .row-fluid .control-group {
    margin-bottom: 0;
}
.div-list .row-fluid ul.inline > li {
    padding: 0;

    font-size: 14px;
}
.div-list .row-fluid .progress {
    padding: 0;
    margin: 5px 0 5px 0;
}
.div-list .row-fluid code {
    font-size: 16px;
    line-height: 38px;
}
.div-list form {
    margin-bottom: 0px;
}
.div-list form .row-fluid div {
    margin-bottom: 0px;
    font-size: 14px;
    white-space: initial;
}
.div-list .control-group .help-block {
    margin-bottom: 0px;
}
.div-list .row-fluid div.pagination-sum {
    display: inline-block;
    margin-top: 0px;
    font-size: 14px;
}
.div-list .div-list-footer.row-fluid {
    cursor: default;
    background: #f9f9f9;
    border-bottom-width: 0px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
    color: #999;
}
/* > > Data Table */
.div-grid table thead tr th {
    background-color: #ebedee;
}
.div-grid table tfoot tr td {
    background-color: #ebedee;
}
.div-grid table td {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.div-grid table.clickable-row tbody tr {
  cursor: pointer;
}
.div-grid table.clickable-row tbody tr:hover td {
  color: #f57f25;
  text-decoration: underline;
}
.div-grid table.clickable-row .css-hover-display {
  display: none;
}
.div-grid table.clickable-row tr:hover .css-hover-display {
  display: block;
}
.div-grid table.clickable-row tr:hover .css-hover-hidden {
  display: none;
}

/* > > Pagination */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #fff;
    background-color: #534371;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    cursor: default;
}

/* > > Page Header */
.page-header-search {
    padding-bottom: 0px;
}
.page-header-search h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 35px;
}
.page-header-search .form-search {
    margin-top: 5px;
    margin-bottom: 0px;
}
.page-header-search .form-search .control-group {
    margin-bottom: 0px;
}

/* > > List-Group */
.draggable-list .list-group-item {
    margin-bottom: 0px;
    border-bottom: 3px dashed #534371;
    background: #f9f9f9;
    padding: 10px 20px;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.draggable-list .list-group-item.ui-draggable {
    cursor: move;
}
.draggable-list .list-group-item:hover {
    background-color: #eceeef;
}
.draggable-list .list-group-item.ui-draggable-dragging {
    border: 3px solid #f57f25;
    width: 300px !important;
}
.draggable-list .list-group-item a {
    line-height: 30px;
}
.draggable-list .list-group-item a:hover {
    color: #1d0646;
}
.draggable-list .list-group-item h4 {
    margin: 0px;
    padding-right: 20px;
    line-height: 30px;
    color: #534371;

    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.draggable-list .list-group-item .min-height-auto[class*="span"] {
    min-height: auto;
}

/* > > Wells */
.well {
    border-width: 0;
    box-shadow: none;
}
.well.searching-well form,
.well.searching-well .control-group {
    margin-bottom: 0px;
}
.well.well-2 {
    border: 1px solid #ddd;
    background: #eceeef;
}
.well .min-height-auto[class*="span"],
.well.well-2 .min-height-auto[class*="span"] {
    min-height: auto;
}
.well.ui-droppable {
    border: 3px dashed;
    border-color: #534371;
}
.well.ui-droppable.ui-dropped {
    border: 1px solid rgb(221, 221, 221);
}
.well.ui-droppable.ui-droppable-active {
  border-color: #f57f25;
}
.well.ui-droppable.ui-droppable-active .muted {
  color: #f57f25;
}
.well.ui-droppable.ui-droppable-hover {
  border-color: #468847;
}
/* > > Progress Bar */
.detail-view .progress.progress-gray {
    height: 26px;
    line-height: 26px;
    margin-bottom: 0px;
}
.progress.progress-gray .bar {
    color: #373a3c;
    background: #ccc;
    text-align: left;
}

/* > > Media Object (Empty State) */
.media-object.empty-state-search {
    width: 48px;
    height: 48px;
    background: url(../../images/font-awesome/font-awesome_4-7-0_search_64_0_cbcbcb_none.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* > > Wizard Stepper */
.mdl-card {
  min-height: 0;
  background: none;
  margin: 0px auto 30px auto;
}

.mdl-card__supporting-text {
  width: 100%;
  padding: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  /*width: 16%;*/
}

.mdl-stepper-horizontal-alternative {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  display: table-cell;
  width: 1%;
  float: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover, .mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  cursor: pointer;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover .mdl-stepper-circle {
  background-color: #cbcbcb;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left, .mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right {
  display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 6px double #eeeeee;
  text-align: center;
  font-size: 16px;
  color: #eeeeee;
  line-height: 20px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle [class^="icon-"] {
  line-height: 22px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.editable-step .mdl-stepper-circle {
  background-color: #F57F25;
  border-color: #eeeeee;
  color: #ffffff;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.has-error .mdl-stepper-circle {
  background-color: #d0011b;
  border-color: #eeeeee;
  color: #ffffff;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.has-warning .mdl-stepper-circle {
  background-color: #F57F25;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
  border-color: #616263;
  color: #616263;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle {
  background-color: #616263;
  border-color: #eeeeee;
  color: #ffffff;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
  /*display: inline-block;*/
  width: min-content;
  display: inline-table;
  margin-top: 16px;
  margin-top: 4px;
  margin-left: 4px;
  font-size: 16px;
  font-weight: normal;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title, .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  color: rgba(0, 0, 0, .26);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.step-done .mdl-stepper-title {
  font-weight: 500;
  color: #616263;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.editable-step .mdl-stepper-title {
  font-weight: 500;
  color: #F57F25;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.has-error .mdl-stepper-title {
  font-weight: 500;
  color: #d0011b;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.has-warning .mdl-stepper-title {
  font-weight: 500;
  color: #F57F25;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title {
  font-weight: 500;
  color: #616263;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.step-done .mdl-stepper-title, .mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.editable-step .mdl-stepper-title {
  font-weight: 300;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  font-size: 12px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-optional {
  color: rgba(0, 0, 0, .54);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left, .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  display: none;
  position: absolute;
  top: 15px;
  height: 6px;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  right: 0;
  left: 0;
  margin-left: 34px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-bar-right {
  background: #eeeeee;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
  left: 0;
  right: 0;
  margin-right: 34px;
}

/* Chapter: JavaScript */
/* > > Modal */
body.modal-open {
    overflow: hidden;
}
body.modal-open #blockui {
    z-index: 1051;
    position: fixed;
}
/*.modal.modal-lg.fade.in {
    top: 50px;
}
.modal.modal-lg .modal-body {
    max-height: 580px;
}
@media (max-height: 750px) {
    .modal.modal-lg .modal-body {
        max-height: 400px;
    }
}
@media (max-height: 615px) {
    .modal.modal-lg .modal-body {
        max-height: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
        margin-left: -450px;
    }
}*/

/* Chapter: Views */
/* > Empty State */
#empty-state .empty-state-image {
    width: 300px;
    height: 99px;
    margin: 20px auto;

    background-repeat: no-repeat;
    background-position: center;
}
#empty-state .equalizer {
    background-image: url("../../images/animations/EQ_ANIM.gif");
}
#empty-state .no-data {
    background-image: url("../../images/animations/DOCNOEDIT_ANIM.gif");
}
#empty-state .microphone {
    background-image: url("../../images/rm/microphone.png");
}

/* > Művek */
#opus-filter {
    padding-bottom: 5px;
}
#opus-filter .control-group {
    margin-bottom: 0;
}

/* > > Műkiegészítés */
.div-grid .row-fluid.div-grid-tr.hangzoanyag-popup-frm {
  cursor: pointer;
}
.div-grid .row-fluid.div-grid-tr.hangzoanyag-popup-frm:hover div {
  /*color: #f57f25;*/
  color: #594371;
  text-decoration: underline;
}

/* > > Televíziós reklámfilmek */
#frm-commercial-wizard .dropzone.dz-started .dz-message {
    display: none;
}

/* > Azonosítatlan Művek */
/*p#compare-here-arrow {
    height: 20px;
}
p#compare-here-arrow:before {
    content: "";
    display: block;
    width: 68px;
    height: 44px;
    margin-left: 140px;
    background: url("../../images/mu/drop-here.png");
    background-repeat: no-repeat;
    background-position: top right;
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}*/
p#drop-here-arrow {
    height: 44px;
    margin-top:-50px;
    margin-right: -25px;
    background: url("../../images/mu/drop-here.png");
    background-repeat: no-repeat;
    background-position: right;
}
p#answer-here-arrow {
    height: 30px;
}
p#answer-here-arrow:before {
    content: "";
    display: block;
    width: 68px;
    height: 44px;
    margin-left: -15px;
    background: url("../../images/mu/drop-here.png");
    background-repeat: no-repeat;
    background-position: top right;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* > Fellépések */
/* > > Shows */
form#filter-search .control-group,
form#filter-search .control-group .help-block {
    margin-bottom: 0;
}
form#filter-search #filter-mode {
    min-height: auto;
    margin-bottom: 40px;
}
form#filter-search #filter-mode a {
    cursor: pointer;
}
form#filter-search #filter-advanced .well {
    margin-top: 10px;
    margin-bottom: 0;
}
/* erm5372 */
div#filter-status {
    margin-bottom: 20px;
}

div#filter-status ul.inline li {
    padding: 10px 5px;
}

div#filter-status ul.inline li.outline {
    border: 1px solid #534371;
    -webkit-border-radius: 20px;
            border-radius: 20px;
}

/* > > Step4: Track (A Setlist) */
.track-container {
    position: relative;

    padding: 20px 30px 0px 30px;
    margin-top: 25px;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #eceeef;
}
.track-number {
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;
    margin: -22px;

    font-size: 18px;
    font-weight: bold;
    line-height: 40px;

    cursor: move;
    text-align: center;

    color: #fff;
    border: 5px solid #eceeef;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #534371;
}
.track-remove {
    position: absolute;
    top: 10px;
    right: 10px;

    cursor: pointer;
}
.track-collapse {
    margin-bottom: 15px;
}
.track-collapse span {
    padding: 1px 50px;

    cursor: pointer;

    background: #eceeef;
}
.track-ui-state-highlight {
    height: 105px;
    margin-bottom: 25px;

    background: #d8d8d8;
}

div#step4.well {
    padding: 20px 40px;
}


/* > Választás */
#valasztas-datepicker .datepicker,
#valasztas-datepicker .datepicker table {
    width: 100%;
    padding: 0px;
}
#valasztas-datepicker .datepicker table tr td.active.active,
#valasztas-datepicker .datepicker table tr td.active.disabled.active {
    background-color: #534371;
    border-radius: 0px;
}
#valasztas-datepicker .datepicker table tr td.disabled-date,
#valasztas-datepicker .datepicker table tr td.disabled-date:hover {
    color: #373a3c;
    background: #ccc;
    border-radius: 0px;
}
#valasztas-datepicker .datepicker table tr td.disabled,
#valasztas-datepicker .datepicker table tr td.disabled:hover {
    text-decoration: none;
}

#vote-wizard-affix.affix {
    top: 30px;
    /*width: 370px;*/
}
@media (max-width: 767px) {
    #vote-wizard-affix.affix {
        top: auto;
    }
}
#vote-wizard-affix.affix .accordion-group {
    background: #ffffff;
}

/* > Profil */
#profil-tabs .control-label {
    margin-top: 5px;
    margin-bottom: 5px;
}
#profil-tabs .control-group {
    margin-bottom: 5px;
}
/* > > Szerzői álneveim */
#frm_alnevek_adat .btn-warning.offset3 {
    margin-left: 8.54700855%;
}

/* > Reklamáció */
/* Ez a fix azért kellett mellett a theme.css felülírta min-width: 100%; */
.datepicker.datepicker-dropdown.dropdown-menu {
    min-width: auto;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
  background-image: none;
}

#felhasznalas-eve-kontener .datepicker-inline {
  width: 100%;
}

#felhasznalas-eve-kontener .datepicker-inline.datepicker td {
  width: initial;
}

#felhasznalas-eve-kontener table {
  width: 100%;
}

#felhasznalas-eve-kontener table thead {
  display: none;
}

#felhasznalas-eve-kontener .year.disabled {
  display: none;
}

#felhasznalas-eve-kontener .datepicker table tr td span.focused:not(.active) {
  background: none;
}

#felhasznalas-eve-kontener .datepicker table tr td span.focused:hover {
  background: #eee;
}

#felhasznalas-eve-kontener .datepicker table tr td span.focused.active:hover {
  background: #f57f25;
}