/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
.tl_listing_container > ul li .tl_content{
    margin: 0 !important; padding: 15px;
}
.tl_listing_container > ul li .wrapper_start{
    border-left: 5px solid #90e99d;
    border-top: 5px solid #6a6969;
}
.tl_listing_container > ul li .wrapper_stop{
    border-left: 5px solid #f29595;
    border-bottom: 5px solid #6a6969;
    margin-bottom: 5px;
}
.tl_listing_container > ul li .indent{
    border-left: 5px solid #9da5e9;
}
.tl_listing_container > ul li .indent{
    margin-left: 5px !important;
}

.tl_listing_container > ul li .indent.wrapper_start {
    border-left: 5px solid #90e99d;
    border-top: 5px solid #6a6969;
}
.tl_listing_container > ul li .indent.wrapper_stop {
    border-left: 5px solid #f29595;
    border-bottom: 5px solid #6a6969;
}

.tl_listing_container > ul li .indent_2{
    margin-left: 10px !important;
}

.tl_listing_container > ul li .indent_2.wrapper_start {
    border-left: 5px solid #90e99d;
    border-top: 5px solid #6a6969;
    margin: 0;
}
.tl_listing_container > ul li .indent_2.wrapper_stop {
    border-left: 5px solid #f29595;
    border-bottom: 5px solid #6a6969;
    margin: 0;
}
.tl_listing_container .tl_file_list .fd_wrap .fd_row {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.tl_listing_container .tl_file_list .fd_wrap .fd_row .fd_label{
    width:130px;
    padding-right: 10px;
    word-wrap: break-word;
}

.custom-disabled input,
.custom-disabled .tl_select,
.custom-disabled textarea{
    background-color: #f9f9f9 !important;
    border: 1px solid #c8c8c8 !important;
    color: #bbb !important;
}

.custom-disabled .tl_checkbox_single_container label{
    color: #bbb !important;
}

.custom-disabled .mce-panel{
    opacity: .5;
}
.custom-disabled .tl_select:before,
.custom-disabled .mce-panel:before{
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}