$primary_color: #203c4e;

@import 'spiner';

#tpmr_media_uploader{
    .upload-instructions{
        margin-bottom: 15px;
    }
}
.tpmr-post-file-select{
    &{
        width: 540px;
        display: none;
    }
    .tpmr-file_preview{
        &{
            width: 130px;
            display: inline-block;
            margin: 4px 0px;
            border: 1px solid #ddd;
            padding: 3px;
            position: relative;
        }
        img{
            max-width: 100%;
            height: auto;
            max-height: 130px;
            display: block;
            margin: auto;
        }
    }
    .tpmr-cancel_upload{
        &{
            display: block;
            width: 16px;
            height: 16px;
            position: absolute;
            top: -6px;
            right: -8px;
            font-size: 0;
            text-align: center;
            text-decoration: none;
            background-color: #fff;
            border-radius: 100%;
            border: 1px solid #ddd;
            line-height: 11px;
        }
        &:before{
            content: "\f158";
            font: normal 16px/1 dashicons;
            speak: none;
            vertical-align: middle;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
    }
    input[type="text"],textarea{
        width: 300px;
        max-width: 100%;
        float: left;
        text-align: left;
    }
    .tpmr-form-field{
        &{
            margin: 5px 0px;
        }
        label{
            display: block;
            float: left;
            text-align: right;
            min-width: 120px;
            margin-right: 8px;
        }
        &:after{
            content: '';
            clear: both;
            display: table;
        }
    }
    #tpmr_upload_submit{
        margin-top: 10px;
    }
}

.tpmr_alert{

    background-color: #D1F1EA;
    border-radius: 2px;
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 15px 30px;
    letter-spacing: -0.015em;
    font-weight: 500;

    &--notice{
        background-color: #FFF5D5;
        border: none;
        line-height: 30px;
        font-size: 15px;
        letter-spacing: -0.015em;
    }
}

.action-buttons{
    margin-top: -20px;
    a{
        margin-left: 5px;
        margin-right: 5px;
        display: none;
    }
}

.remote-attachments-browser{
    .upload-ui{
        display: none;
    }
}
