/*
 * Copyright (c) 2001, 2014, Object Innovation, Inc. All Rights Reserved.
 *
 * This software is published under the terms of the Object Innovation License
 * version 1.1, a copy of which has been included with this distribution in the
 * LICENSE.TXT file. Learn more at http://www.bridgegatetei.com
 */

.md-modal {
    max-height: 100%;
}

.md-modal .md-content {
    box-shadow: 10px 10px 5px #777777;
}

.md-modal .md-content .upload-view {
    overflow-y: auto;
}

.md-content .title-bar {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.4em;
    font-weight: 300;
    background-color: rgba(09, 61, 109, 1);
    border-radius: 0 0 0 0;
    overflow: hidden;
    color: #ffffff;
}

.md-content .title-bar .title {
    padding: 0.4em;
    float: left;
    color: #ffffff;
}

.md-content .title-bar .menu {
    padding: 0.4em;
    float: right;
}

.dropzone .dz-message {
    background-image: none;
    display: inherit;
    text-align: center;
    width: 100%;
}

.dropzone {
    border: 1px dashed;
    overflow: auto;
}

.dropzone .dz-details {
    background-color: inherit;
}

.dropzone .dz-preview {
    width: 100%;
    margin: 0px 0px 17px;
    box-shadow: 2px 2px 1px #777777;
}

.upload-details .dz-size {
    position: relative;
}

.dz-preview .upload-details .dz-progress {
    top: 2px;
    left: 0px;
    position: relative;
}

.dropzone .dz-preview a.dz-remove {
    margin-top: 2px;
}

.upload-details .result-message {
    overflow: auto;
}

.upload-message {
    color: #009900;
}

.upload-error {
    color: #9a3030;
}

.file-upload-template {
    display: none;
}

.dropzone .dz-preview a.dz-remove {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: none;
    border: none;
}
