.remote-uploader h3{
    margin-bottom:10px;
}
.rm-upload-wrap .uploader-inline-content {
  top: 10%;
}

.rm-upload-wrap p.no-mg-top {
  margin-top: 0px;
}

.ocs-logo {
  padding-top: 20px;
}

.ocs-logo small {
    display: inline-block;
}

.ocs-logo img {
    display: inline-block;
    padding-top: 10px;
    max-width: 200px;
}
.spinner.ocs-inline-loading {
    float: initial;
    margin-top: -3px;
}
.ocs-2x {
    font-size: 2em;
}
.ocs-3x {
    font-size: 3em;
}
.ocs-green {
    color: #7ad03a;
}
.ocs-red {
    color: #a00;
}

.rml-actions {
    padding: 10px;
    clear: both;
    border-top: 1px solid #ddd;
    background: #f5f5f5;
    margin:-12px;
}
.rml-validation-actions {
    text-align: right;
    float: right;
    line-height: 23px;
}

.rml-status-actions {
    margin: -12px;
    padding: 15px 0;
}
.rml-status-actions label {
    vertical-align: baseline;
}
.rml-status-field {
    font-weight: 600;
}
.rml-status-actions label[for="account_status"]:before {
    content: "\f316";
    color: #888;
    display: inline-block;
    font: normal 20px/1 'dashicons';
    speak: none;
    left: -1px;
    padding: 0 5px 0 0;
    position: relative;
    top: 0;
    text-decoration: none !important;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.wpform-fieldset li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.rml-status-field.notvalid {
    color: #a00;
}

#rml_account_settings ul.wpform-fieldset li.wpform-field {
    display: none;
}

.rmlnotice {
    border-color: #ffba00 !important;
}
.media-frame select.rml-attachment-filters.attachment-filters {
    max-width: 100%;
    margin-right: 20px;
}
.ocsmorebanner {
    display: none;
    z-index: 999999;
    background: rgba(0,0,0,0.8);
    position: absolute;
    margin: 0px 0 50px 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.ocsbannerwrapper{
    position: relative;
    width: 100%;
  height: 100%;
}
.ocsbannercontent{
    position:absolute;
    top:50%;
    left:50%;
    width: 50%;
    margin-top:-75px;
    margin-left: -25%;
}
.ocsbannerwrapper p{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
a.ocsbannerdismiss{
    color: #ffffff;
    margin-top:20px;
    display: inline-block;
    font-size:16px;
    text-decoration: none;
}
a.ocsbannerdismiss:hover{
    text-decoration: underline;
    color: #ffffff;
}

/*Since WP 4.7.4, this has been removed from media-views.css, so now needed*/
.media-modal-content .attachments-browser.remote-attachments-browser .media-toolbar-secondary {
    width: 66%;
}

.media-modal-content .attachments-browser.remote-attachments-browser .media-toolbar-primary.search-form {
    width: 33%;
}