/* DEBUG li.alert.alert-danger {
    display: none;
}
*/

.cust-form .form-control:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cust-form .form-control {
    border-color: #c7c7c7;
}

#dialog-form,
#editform {
    overflow-x: hidden;
}

a.multimedia-rate {
    font-size: 20px;
    text-decoration: none;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

label.error {
    font-size: 11px;
    color: red;
}

ul.tree-list li {
    list-style: none;
}

/* .tree-list-icons {
    position: absolute;
    right: 0;
    top: 0;
} */

.tree-list-wrap {
    margin-bottom: 10px;
}

.list-tree-content {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px dotted #9c9a9a;
    border-width: 0 0 1px 1px;
    background: #fff;
    position: relative;
}

ul.tree-list li>.list-tree-content:before {
    /* font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    content: "\f196"; */
}

ul.tree-list li>.tree-list {
    max-height: 0;
    overflow: hidden;
    /* transition: max-height 0.6s linear; */
    margin-top: -1px;
}

ul.tree-list li.open>.tree-list {
    max-height: 500px;
    transition: all 0.5s;
    transition: max-height 1s ease-in;
}



ul.tree-list li.has-sub.open>.list-tree-content .btn-toggle .fa-plus-square-o,
ul.tree-list li>.list-tree-content .btn-toggle .fa-minus-square-o,
ul.tree-list li>.list-tree-content .btn-toggle .fa-plus-square-o {
    display: none;
}

ul.tree-list li.open>.list-tree-content .btn-toggle .fa-minus-square-o,
ul.tree-list li.has-sub>.list-tree-content .btn-toggle .fa-plus-square-o {
    display: inline-block;
}


.list-tree-content h3 {
    flex: 1;
    flex-shrink: 0;
}

.list-tree-content .tree-list-icons {
    display: none;
}

.list-tree-content:hover .tree-list-icons {
    display: block;
}

.list-tree-content:hover {
    background: #eeeeee;
}

.btn-toggle {
    border: 0;
    background: none;
    position: absolute;
    left: -12px;
}

.btn-toggle i {
    background: #fff;
}

ul.tree-list li:not(.has-sub) .list-tree-content {
    border-bottom: 0;
}

.search-bar-multimedia form input {
    height: 32px;
    float: left;
    padding: 2px 25px 2px 5px;
}

.search-bar-multimedia form button {
    height: 32px;
    margin-left: -1px;
    border-radius: 0;
}

.search-bar-multimedia form a {
    position: absolute;
    top: 5px;
    right: 53px;
}

.search-bar-multimedia form .form-group {
    position: relative;
}

.rate {
    float: left;
    height: 46px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    line-height: 46px;
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.comment {
    float: left;
    width: 100%;
}

.rating-model {
    float: left;
    width: 100%;
    color: #ffc700;
    padding-left: 5px;
}


form.cust-form.form-horizontal.new-multi-form input[type="submit"] {
    margin-bottom: 20px;
    float: right;
}

.page-subtitle {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 25px;
}

h2.subcat-title {
    padding: 10px;
    margin: 0;
    background: #f6f6f6;
    font-size: 14px;
}


.multimedia-content-block-main>ul>li {
    list-style: none;
    margin-left: 0;
    border: 1px solid #e8e5e5;
    margin: 20px 0;
}

.multimedia-content-block-main>ul {
    padding-left: 0;
}

.multimedia-content-block-main>ul>li>ul>li {
    list-style: none;
    margin-left: 0;
    padding: 10px;
}

.multimedia-content-block-main>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

.multimedia-list-group h3,
.multimedia-list-user h3 {
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
}

.multimedia-list-user ul li {
    margin-left: 0;
    list-style: none;
    padding: 5px 0;
}

.multimedia-list-user ul li a {
    text-decoration: none;
}

.multimedia-list-group {
    display: flex;
    align-items: center;
}

.multimedia-list-group ul li {
    list-style: none;
    margin-left: 0;
}

.multimedia-list-group h3 {
    width: 50%;
    float: left;
    border-right: 1px solid #e0e0e0;
    margin-right: 10px;
}

.multimedia-list-group h5 {
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    background: #f6f6f6;
    padding: 5px;

}


.multimedia-list-group ul li ul {
    padding-left: 20px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

#multimedia-dialog-form,
#multimedia-edit-form-modal,
#dialog-form-create-category,
#dialog-form-create-category-child,
#category-edit-form,
.dialog-confirm {
    display: none;
}

.ui-dialog #multimedia-dialog-form,
.ui-dialog #multimedia-edit-form-modal,
.ui-dialog #dialog-form-create-category,
.ui-dialog #dialog-form-create-category-child,
.ui-dialog #category-edit-form,
.ui-dialog .dialog-confirm {
    display: initial;
}

.dec-none {
    text-decoration: none !important;
}

.ui-dialog .cust-form.form-horizontal .form-group {
    margin-right: -12px;
    margin-left: -12px;
}

/*.typo3-messages {
    display:none;
}

.master-column-center .typo3-messages{
    display:block;
}*/

/*.hide-after {
    opacity: 0;
    height: 0;
    transition: all 5s ease-out;
}*/

.media-list-public a {
    text-decoration: none;
}
/* --> rccWorld 

a:link,
a:visited,
a:hover {
    color: #d70070;
    text-decoration: none;
}
*/


/* The colors come from skin_default.css in rcc_suite_style ! */

.list-actions {
    margin-top: 20px;
    padding-top: 5px;
}

.text-btn {
    border: 0;
    background: none;
    color: inherit;
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
}

/* -> rccWorld 
.sibdebar-wrap {
    margin-top: 20px;
}
    */

.btn-holder {
    margin: 0 -10px;
}

.btn-holder .cust-btn {
    position: relative;
}


/* The colors come from skin_default.css in rcc_suite_style ! */


.btn-holder .cust-btn:not(:last-child):after {
    content: ".";
    color: #d2d2d2;
    font-size: 22px;
    position: absolute;
    bottom: 2px;
    right: -6px;
    line-height: 1em;
}


.cust-form .form-control {
    border-radius: 5px; /* DEPRECATED Remove if everything else is with skin_default.css */
}


.cust-search .form-control {
    padding-left: 30px;
}

.cust-search {
    position: relative;
}

.cust-search i {
    position: absolute;
    top: 7px;
    left: 11px;
    color: #415e6c;
}

.cat-head {
    color: #415e6c;
}


.cat-title {
    font-size: 17px;
    flex: 10 1 1%;
}

.cat-actions,
.multimedia-actions {
    display: inline-flex;
    flex: 1 10 1%;
}

.cat-description {
  display: block;
  width: 100%;
  padding: 20px;
  margin: 5px 0 10px 0;
}

.cat-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.multimedia-actions-btm {
    color: #a00057;
    text-align: right;
}

.cat-toggle {
    padding-right: 0;
}

.multimedia-listings>ul>li {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 7px;
    margin: 10px 0;
}

.multimedia-listings>ul {
    margin: 20px 0;
}

.multimedia-head {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.multimedia-title {
    flex: 10 1 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-weight: bold;
    color: #a00057;
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
}

.multimedia-title .multimedia-text-wrap,
.multimedia-title .multimedia-icon {
  display: inline-block;
  vertical-align: top;
}

.multimedia-title .multimedia-icon {
  flex: 0 10 20px;
}

.multimedia-title .multimedia-text-wrap {
  flex: auto;
  max-width: 83%;
}

.multimedia-title > button {
  flex: 0 1 20px;
  height: 20px;
}

.multimedia-title > .rubber {
  flex: 10 0 0%;
}

.multimedia-title .multimedia-text-wrap a {
  white-space: normal;
}

.multimedia-title i {
    padding: 0 5px;
}

.multimedia-title:before,
.multimedia-title:after {
    content: "";
    height: 13px;
    width: 2px;
    background: #ccc;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 2px;

}

.multimedia-title:before {
    left: 0;
}

.multimedia-title:after {
    left: 4px;
}

.mulimedia-toggle {
    padding-right: 5px;
}
/* This disturbs the main page. */
.category-listings [data-toggle="collapse"]>.fa {
    display: none;
}

.category-listings [aria-expanded="true"]>.fa[class*="up"] {
    display: initial;
}

.category-listings [aria-expanded="false"]>.fa[class*="down"] {
    display: initial;
}

.multimedia-actions {
    /* color: #a00057; */
    color: #d70070;
}

.multimedia-actions .text-btn {
  padding-left: 0;
}


.multimedia-body {
    padding: 15px 6px 15px 20px;
}

.media-img {
    text-align: right;
}

.media-img img {
    border-radius: 10px;
    max-width: 100px;
    height: auto;
}

.multimedia-content-edit .multimedia-thumb img {
  width: 200px;
  height: auto;
}

dl.media-upload-data {
    margin-bottom: 10px;
    font-size: 12px;
    color: #797979;
}

dl.media-upload-data dt {
    font-weight: normal;
    float: left;
}

dl.media-upload-data dd {
    float: left;
}

dl.media-upload-data:after {
    content: "";
    clear: both;
    display: table;
}

dl.media-upload-data dd:not(:last-child):after {
    padding: 0 6px;
    content: ".";
    display: inline-block;
    font-size: 20px;
    line-height: 0;
}

.media-content p {
/*    font-size: 12px;  DEPRECATED neues rcc style plugin
    line-height: 18px;
*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    max-height: 240px;
}

.multimedia-more-actions {
    margin: 10px 0 0 0;
}

.multimedia-more-actions a {
    color: #a00057;
    display: block;
    white-space: nowrap;
}

.multimedia-more-actions a:not(:last-child) {
    margin-bottom: 5px;
}

.multimedia-more-actions a i {
    padding-right: 10px;
}

.multimedia-more-actions a > font {
   max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; 
    display: inline-block;
}

.category-listings>ul>li:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}


ul.share-links {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    margin-top: 7px;
}

ul.share-links li {
    display: inline-block;

}

.share-action.open ul.share-links {
    display: inline-block;
}

.multimedia-more-actions .share-links a i {
    padding: 0 2px;
}

.multimedia-more-actions .share-action>a {
    display: inline-block;
}

ul.share-links:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    position: absolute;
    left: 50%;
    top: -9px;
    transform: translateX(-50%);
}

.multimedia-detail .multimedia-title:before,
.multimedia-detail .multimedia-title:after {
    display: none;
}

.multimedia-detail .multimedia-body,
.multimedia-detail .multimedia-title,
.multimedia-detail .multimedia-title i {
    padding-left: 0;
}

.multimedia-detail .multimedia-body dd {
    margin-left: 0.4em;
}

.multimedia-detail .media-content p {
    margin-bottom: 10px !important;
}


.multimedia-detail {
    padding-bottom: 10px;
}

.multimedia-detail .multimedia-title {
    max-width: 90%;
    white-space: normal;
}

.multimedia-detail .multimedia-title > i {
  margin-top: 6px;
}

.multimedia-detail ul.multimedia-more-actions > * {
    vertical-align: top;
}

.comment-section h3 {
    margin: 25px 0;

}
.comment-section{
    padding-bottom: 20px;
}
.rate-section:after {
    content: "";
    clear: both;
    display: table;
}

ul.comment-list img {
    width: 50px;
    height: auto;
    border-radius: 5px;
    position: absolute;
}
ul{
    list-style: none;
}

.commment-body {
        padding: 0 0 25px 60px;
}

.comment-meta {
    margin-bottom: 5px;
}

.comment-user {
    color: #415e6c;
    font-weight: bold;
}

.comment-replied-for {
    color: #797979;
}

.comment-posted {
    color: #797979;
}

.comment-posted:before {
    content: ".";
    line-height: 0;
    font-size: 24px;
}

.comment-replied-for i {
    padding: 0 4px;
}

.comment-content {
    text-align: justify;
        word-break: break-word;
}

.comment-content p {
    margin-bottom: 10px !important;
}

.comment-actions {
        margin: 15px 0 0 0;
}

.comment-likes a {
    color: #415e6c;
}

.comment-likes a:not(:last-child):after {
    content: "|";
    color: #797979;
    padding: 0 3px;
}

.count {
    padding-right: 4px;
}

.comment-actions>a {
    color: #797979;
}

/*
.comment-actions>a:not(:first-child):before {
    content: ".";
    line-height: 0;
    font-size: 24px;
    padding: 0 5px 0 3px;
}
*/


.comment-list .comment-list {
    padding-left: 60px;
    list-style-type: none;
}
.comment-list{
    list-style-type: none;
}

.commment-form {
    padding-left: 60px;
}

.btn-cust {
    font-size: 15px;
    border-radius: 25px;
    box-shadow: none;
    padding: 3px 15px;
    margin: 10px 0px 10px 0px;
}

.commment-form button {
    margin-bottom: 20px;
    min-width: 200px;
}

.category-listings>ul>li {
    margin-left: 0;
    list-style: none;
}

.multimedia-listings>ul>li {
    list-style: none;
}


.cat-actions a {
    /* line-height: 25px; */
    color: inherit;
}

.list .toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
}

.list .toggle i {
    display: none;
}

/* DEPRECATED -> rccWorld */
.list-name {
    position: relative;
    padding: 6px 3px;
}

.list li>a {
    padding-right: 30px;
}

.list li.open>.list-name .toggle [class*="up"] {
    display: inline-block;
}

.list li:not(.open)>.list-name .toggle [class*="down"] {
    display: inline-block;
}

/* Drag & drop styles - Jquery plugin*/

li.sortableListsCurrent .list-name {
    font-weight: bold;
    border: 1px solid #9c9a9a;
    padding: 6px 3px;
    /* opacity: 0.6; */
    border-radius: 4px;
    background-color: #c7c7c7;
}

li.sortableListsCurrent ul {
    padding-left: 20px;
}

li.sortableListsCurrent .list-name>.toggle {
    visibility: hidden;
}

.master-column-left .typo3-messages {
    display: none;
}

#sortableListsPlaceholder {
    border: 1px solid #c59b08;
    border-radius: 4px;
}
/* -> rccWorld 
.list-name.active {
    border: 1px solid #415e6c;
    border-width: 1px 0;
}
    */

.sortableListsClose ul,
.sortableListsClose ol {
    display: none;
}

/* -> rccWorld legacy rcc 

.sortableListsOpener {
    display: inline-block;
    float: right;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-weight: 900;
}

.sortableListsOpener:after {
    content: "\f106";
}

*/

/* -> rccWorld 
.sortableListsClose .sortableListsOpener:after {
    content: "\f107";
}
*/


/*rtgre*/

/* --> rccWorld 

.sibdebar-wrap ul li {
    list-style: none;
    margin-left: 0;
}

.sibdebar-wrap ul li ul {
    padding-left: 10px; x/x*x 20px; x*x/x
}

.sibdebar-wrap ul li a {
    display: inline-block;
    max-width: calc(100% - 8px);
    text-overflow: ellipsis;
    overflow: hidden;
}

.sibdebar-wrap ul li a.active {
    font-weight: bold;
    border-width: 1px 0;
    border-style: solid;
}

.sibdebar-wrap ul,
.sibdebar-wrap li {
    list-style-type: none;
    padding: 3px 0;
    color: #fff;
    x/x*x border: 1px solid #000; x*x/x
}

.sibdebar-wrap ul li {
    padding:3px 0;

}


.sibdebar-wrap ul li {
    x/x*x border: 1px solid #000; x*x/x
}

.sibdebar-wrap li div.list-name {
    padding: 7px 0;
    background-color: #fff;
    x/x*x border: 1px solid #000; x*x/x
    white-space: nowrap;
    overflow: hidden;
}

.sibdebar-wrap li div.list-name:hover {
  cursor: grab;
  background-color: #EEEEEE;
  border-radius: 4px;
}
.sibdebar-wrap li div.list-name:hover .sortableListsOpener {
  background-color: #EEEEEE;
}

.sibdebar-wrap li,
.sibdebar-wrap ul,
.sibdebar-wrap div {
    x/x*x border-radius: 3px; x*x/x
}


.sortableListsClose ul,
.sortableListsClose ol {
    display: none;
}
    */
/* --> rccWorld 
.sortableListsOpener {
    */

/*    display: inline-block;
    float: right;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-weight: 900;
    color:#333;
*/
/* --> rccWorld 
    display: inline-block;
    width: 8px;
    height: 18px;
    font-family: "FontAwesome";
    font-weight: 900;
    color: #333;
    position: absolute;
    right: 0;
    background: white;
    cursor: pointer;

}



.sortableListsOpener:after {
    content: "\f106";
}

.sortableListsClose .sortableListsOpener:after {
    content: "\f107";
}
*/


.bgC2 {
    background-color: #556973b5;
}

.current-drag {
    background: red;
}

.multimedia-detail .media-content{
    position: relative;
    /* z-index: -1; */
}

span.multiselect-native-select{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.reply-content{
    display: none;
    margin-left: 60px;
}
li.alpha-team{
    clear: both;
}

ul.comment-list li {
    list-style: none;
    margin-left: 0;
}
.commentSubmit{
    width: 340px;
    height: 130px;
    padding-bottom: 10px;
}
.reply-trigger{

        color: gray;
        background: transparent;
        border: none;
}

.reply-comment-form{
    position: relative;
    padding-left: 20px;
        margin: 10px 0;

}

.reset-comment {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.comment-section label.error {
    display: block;
}

.submit-comment {
    display: block;
}
.reply-content {
              display: none;
}
            li.alpha-team {
                  clear: both;
}




.comment-main {
    position: relative;
    padding-left: 60px;
}
.comment-main img {
    width: 50px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.reset-comment {
    position: absolute;
    top: -20px;
    left: 60px;
    border: 0;
}

.reply-comment-form img {
    position: absolute;
    left: 0;
    top: 0;
}

.reply-comment-form {
    position: relative;
    padding-left: 60px;
    margin: 10px 0;
}
.comment-main .loader img{
    left:-60px;

}

.no-data-hint.list-by-category {
  text-align: left;
  font-size: 12px;
  border: unset;
  padding: 10px;
}

.multiselect-clear-filter .glyphicon-remove-circle:before {
  font-size: 14px;
  line-height: 20px;
}

.multiselect-native-select .multiselect-container {
  top: unset;
  bottom: 100%;
}


.action-toggle-all-categories,
.action-toggle-all-in-all {
  border-bottom: 1px solid #F0F0F0;
}

button[data-all-categories-toggler] { /* rcc_suite_style */}

button[data-all-in-category-toggler] { /* rcc_suite_style */}

button[data-all-in-all-categories-toggler] { /* rcc_suite_style */}

.list-by-category-spinner {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}

.list-by-category-spinner .spinner {
    position: fixed;
    top: 40%;
    margin-left: 300px;
    left: initial;
}

span.remove-uploaded-file {
  cursor: pointer;
  float: right;
}

.multimedia-item-name {
    white-space: normal;
    cursor: pointer;
    word-break: break-word;
}

.multimedia-text-wrap > div,
.multimedia-text-wrap > button {
  display: inline-block;
}

.multimedia-text-wrap > button {
  float: right;
}

.multimedia-more-actions > div > * {
  vertical-align: middle;
}

.full-view-row {
  margin-top: 8px;
}

.multimedia-body .col-md-12:not(.multimedia-more-actions) {
    margin-left: 0;
    padding-left: 0;
}

.multimedia-body.body-no-image > .row > .col-md-4 {
  display: none;
  visibility: hidden;
}

.multimedia-body.body-no-image > .row > .col-md-8 {
  width: 100%;
}
