#mfma_rl_wrapper_all {
    position:relative;
    width:1100px;
    height:660px;
}

.mfma_rl_pane {
    width: 540px;
    height: 655px;
    overflow-y: auto;
    border: solid 1px #eee;
}

.mfma_rl_path {
    height:18px;
    background-color:#f0f0f0;
    border: none;
    width: 100%;
    padding-right: 0;
}

.mfma_rl_wrapper_pane {
    float:left;
    width:303px;
    height:660px;
    bborder: solid 1px #ff0;
}

.mfma_rl_box1{
    position:relative;
    width:100%;
    height:66px;
    border-bottom: 1px solid #00FFFF;
}

.mfma_rl_filename {
    border: solid 0px #f00;
}

#mfma_rl_btn_left2right {
    cursor: pointer;
    padding: 7px;
}
#mfma_rl_btn_right2left {
    cursor: pointer;
    padding: 7px;
}
#mfma_rl_btn_left2right:hover {
    opacity: 0.5;
}
#mfma_rl_btn_right2left:hover {
    opacity: 0.5;
}

.mfma_rl_dir_up {
    float:left;
    padding:3px;
    padding-bottom: 0px;
}
.mfma_rl_dir_new {
    float:left;
}

#mfma_rl_center_wrapper {
    width: 34px;
    float:left;
}

#mfma_rl_right_menu {
    background-color: #eee;
    border: 1px solid #979797;
    padding: 0px 0px 0px 20px;
    position: absolute;
    width: 130px;
}

.mfma_rl_right_menu_item {
    border: 1px solid transparent;
    border-left: 1px solid #e0e0e0;
    font-size: 12px;
    padding: 4px 0 4px 4px;
}
.mfma_rl_right_menu_item:hover {
    background-color: #ecf0f6;
    border: 1px solid #aecff7;
}

#mfma_rl_input_text
{
    position:absolute;
    border: 1px solid #979797;
    background-color: #eee;
    padding: 4px;
}

/*
.mfma_rl_input_text_button_wrapper {
    margin-top: 4px;
}

.mfma_rl_input_text_button {
    display: inline;
    border: 1px solid #555;
    margin-right: 4px;
}
*/

.mfma_rl_wrapper_pane img {
    cursor:pointer;
}


.mfma_item{
    border: 1px solid transparent;
    overflow: hidden;
    text-align: center;
    width: 76px;
    height: 86px;
}

.mfma_item_parent{
    width: 80px;
    height: 90px;
    float: left;
    margin: 5px;
}




/* selectable */
.ui-selected .mfma_item{
    border:1px solid #84acdd !important;
    background-color: #d0e5fe;
    border-radius: 2px;
}


.ui-selecting .mfma_item{
    border:1px solid #84acdd !important;
    background-color: #d0e5fe;
    border-radius: 2px;
}

.ui-selectable-helper{
    border: 1px solid #3399ff !important;
    background-color: rgba(51,153,255,0.5);
}

.mfma_item:hover{
    border:1px solid #b8d6fb !important;
    background-color: #f9fbfd;
    border-radius: 2px;
}

.ui-selected .mfma_item:hover{
    border:1px solid #84acdd !important;
    background-color: #c6defc;
    border-radius: 2px;
}

.ui-selecting .mfma_item:hover{
    border:1px solid #84acdd !important;
    background-color: #d0e5fe;
    border-radius: 2px;
}



.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.pane_content_selectable{
    min-height: 100%;
    min-width: 100%;
}

#mfma_media_list{
    background-color: white;
    border: 1px solid black;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 30px;
    left: 30px;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 160000;
}

#mrl_insert_dialog{
    background-color:#fff; 
    position:relative;
    top:0px;
    left:10px;
}

#mrl_selector{
    bottom: 61px;
    height: auto;
    left: 200px;
    margin: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 75px;
    width: auto;
}

.media-menu{
    overflow-y: auto;
}

.centered img{
    max-height: 115px;
    width: auto;
}

#__attachments-view-54 .attachment-preview, #__attachments-view-54 .attachment-preview .thumbnail{
    height: 115px;
    width: 115px;
}

#__attachments-view-54 .attachment{
    margin: 8px;
    width: 131px;
}

#__attachments-view-43 .landscape .thumbnail img {
    max-height: 40px;
    width: auto;
}

#__attachments-view-43 .attachment {
    margin: 5px;
    width: 42px;
}

#__attachments-view-43 .attachment-preview, #__attachments-view-43 .attachment-preview .thumbnail {
    height: 40px;
    width: 40px;
}

.media-selection .attachments{
    height: 52px;
}