/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 May, 2015, 3:34:50 PM
    Author     : sanket
*/

.rtmedia-uploader .rtmedia-editor-attributes {
    display: none;
}

.rtmedia-editor-attributes .rtm-attr-edit-heading {
    display: block;
    background-color: #50A1D7;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: white;
    width: 100%;
}

.rtmedia-editor-attributes .rtmedia-edit-attr-checkbox,
.rtmedia-editor-attributes .rtmedia-edit-attr-select {
    margin-bottom: 10px;
}

.rtmedia-editor-attributes .rtmedia-edit-attr-checkbox .rtm-attr-label,
.rtmedia-editor-attributes .rtmedia-edit-attr-select .rtm-attr-label {
    padding: 0;
}

.rtmedia-editor-attributes .rtmedia-edit-attr-checkbox div,
.rtmedia-editor-attributes .rtmedia-edit-attr-select div {
    display: inline;
}

.rtmedia-upload-add-attributes {
    margin: 20px 0;
}

.rtm-attr-label {
    display: inline-block;
    margin-right: 5px;
}

.rtm-attr-select-container {
    display: inline-block;
}

.rtmedia-media-attributes-head {
    background: #50A1D7;
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
    padding: 5px;
    width: 100%;
}

.rtmedia-single-meta .rtmedia-actions-before-description .rtmedia-media-attributes {
    width: 100%;
    margin-left: 5px;
}

.rtmedia-single-meta .rtmedia-actions-before-description .rtmedia-media-attributes span.rtmedia-media-attribute {
    display: block;
    font-size: 14px;
}

.rtmedia-single-meta .rtmedia-actions-before-description .rtmedia-media-attributes span.rtmedia-media-attribute label {
    display: inline-block;
    font-weight: bold;
}

.rtmedia-container #bulk-edit-form .rtmedia-bulk-edit-attributes {
    padding: 10px;
    border : 2px dashed #c1c1c1;
    display: none;
}

.rtmedia-container #bulk-edit-form .rtmedia-bulk-edit-attributes .rtm-attr-edit-heading {
    margin-left: 0;
}

.rtmedia-container #bulk-edit-form .rtmedia-bulk-edit-attributes .rtm-bulk-edit-attributes-warning {
    color: red;
    font-size: 12px;
    text-align: right;
    display: block;
}
