﻿/*
  -----------------------------
        File upload
  -----------------------------
*/
.u-upload
{
    margin: 10px 0;
}

.u-upload-queue
{
}

.u-upload-file
{
    padding: 2px 0;
}

.u-upload-file-name,
.u-upload-file-remove
{
    margin: 0 10px 0 0;
}


.u-upload-file-remove,
.u-upload-file-button
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    padding: 0px 8px;
    color: #fff;
    right: 0;
    display: inline-block;
    float: right;
    cursor: pointer;
    height: 22px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

.u-upload-file-remove
{
    background-color: #C60307;
    padding-top: 3px;
    height:19px;
}

#upload.u-upload-file-button
{
    padding: 3px 3px 0 3px !important;
    height:19px;
    width:60px;
    text-align:center;
}

.u-upload-file-remove:hover
{
    text-decoration: underline;
}

/* Id is added to give higher priority to this rule */
#upload-container .u-upload-file-button
{
    border: none;
    float: left;
    margin: 10px 0 0 10px;
    background-color: #295187;
}

/*.u-upload-progress
{
    display: block;
    margin: 4px 0;
    height: 8px;
    background-color: #C60307;
}

.u-upload-progress span
{
    display: block;
    height: 8px;
    background-color: #4c66aa;
}*/


.event-wizard .upload-dnd.hover
{
    height: 600px !important;
}

.upload-dnd.hover .ui-button-text
{
    display: none !important;
}

#upload
{
    background-color: #295187;
}

#upload .ui-button-text
{
    display: block;
}

         .fmc table {
            width: 100%;
            border-collapse: collapse;
        }

         .fmc table, 
         .fmc td, 
         .fmc th {
            border: none;
        }

         .fmc th {
            padding: 4px 6px;
            text-align: left;
            border-right: 1px solid #aaa;
            cursor: pointer;
        }

         .fmc td {
            padding: 3px 6px;
            border: 0;
            border-right: 1px solid #aaa;
            border-bottom: 1px solid #ddd;
        }

         .fmc th, 
         .fmc td {
            font-size: 1em;
        }

        .fmc tr td:last-child,
        .fmc tr th:last-child {
            border-right: none;
        }

         .fmc tr td:last-child {
            text-align: right;
        }

        .fmc tr:hover td {
            cursor: pointer;
            background-color: #e7f4f9;
        }

        .fmc tr.selected {
            background-color: #beebff;
        }

        .fmc td input[type=text] {
            width: 200px;
        }

        .fmc .topPlus,
        .fmc .topMinus {
            position: relative;
        }

        .fmc .topPlus {
            top: 4px;
        }

        .fmc .topMinus {
            top: -2px;
        }

        .fmc .ui-button {
            background: #fff url("../Img/btnRightBG.png") bottom no-repeat;
            white-space: nowrap;
        }

        .fmc .ui-button-text {
            font-weight: bold;
            font-size: .85em !important;
        }

        .fmc input[type=text] {
            padding: 2px 3px;
        }

        /*.fmc .jstree-anchor {
            font-size: .85em;
        }*/

        .fmc .statusbar {
            margin-top: 10px;
            width: 100%;
            font-size: .85em !important;
        }

        .fmc #file-manager-tree .fa {
            color: #EAB42C;
        }

            .fmc #file-manager-tree .fa.fa-search {
                color: #555;
            }

        .fmc .u-upload-progress-container {
            display: block;
            width: 100%;
            margin: 2px 0 0 0;
            border: 1px solid #999;
        }

        .fmc .u-upload-progress {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            height: 100%;
            background-color: lightblue;