﻿.up-drop
{
    position: relative;
    width: 500px;
    height: 435px;
    border: 2px solid #BDBDBD;
    background: #F7F7F7;
    background-image: url(/Content/Images/background-loader.png);
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    background-color: #F1F1F1;
    cursor: pointer;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}

.up-info-tmp
{
    opacity: 0;
    position: absolute;
    transform: translateX(-60px);
    border-left-width: 5px;
    border-left-style: solid;    
    padding-left: 5px;    
    margin-top: -25px;
}

.up-box-logo
{
    position: relative;
    z-index: 3;
}

.up-logo-banque
{
    position: absolute;
    bottom: -10px;
    right: 5px;    
    background-color: white;
    padding: 4px;
    border-radius: 40px;
    opacity: 0.15;
    transition: bottom cubic-bezier(.32,-.1,.5,1.5) 0.3s, opacity 0.3s;
    transition-delay: 0.15s;
    width: 30px;
    height: 30px;
    background-size: 26px;
    background-position-x: 5px;
    background-position-y: 5px;
    background-repeat: no-repeat;
}

.up-cardFile:hover .up-logo-banque
{
    opacity: 1;
    bottom: -3px;
}

.up-banque-compte-emetteur img
{
    height: 20px;
    margin-left: -10px;
}

.up-banque-compte-emetteur
{
    max-width: 25px;
    padding: 0 5px;
}

.up-drop.dragovered
{
    border-color: #0072c6;
    transform: scale(0.96);
}

.up-drop.nobackground
{
    background: #f1f1f1;
    border: 2px solid #f1f1f1;
}

.up-cardsFile
{
    position: relative;
    width: 100%;
    height: 100%;
}

.up-cardFile
{
    position: relative;
    width: 235px;
    background: #0072c6;
    background: linear-gradient(to right,#248cda,#0072c6);
    color: white;
    box-shadow: 1px 1px 3px gray;
    cursor: auto;
    margin: 5px 10px 10px 5px;
    float: left;
}

    .up-cardFile .up-details, .up-details1, .up-details2
    {
        position: relative;
        height: 70px;
        overflow: auto;
    }
    .up-cardFile .up-details .up-details1 div:nth-child(2)
    {
        padding-bottom: 9px !important;
    } 

.up-result
{
    position: relative;
    width: 10%;
    height: 10px;
    transition-duration: 0.65s;
}

.up-subdetails
{
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    background: white;
    color: black;
    overflow: hidden;
    position: relative;
}

.up-details2
{
    position: absolute;
    z-index: -1;
    background: #CECECE;
    width: 100%;
    opacity: 0;
    transform: translateY(-30px);
    color: black;
    transition-delay: 0.15s;
}

.up-details1
{
    position: relative;
    z-index: 1;
    width: 100%;
}

.up-details:hover .up-details2
{
    z-index: 2;
    opacity: 1;
    transform: translateY(0px);
}

table.up-input-wrapper
{
    border: 1px solid #c0c0c0;
    line-height: 20px;
    font-size: 12px;
}

    table.up-input-wrapper td
    {
        padding: 0 5px;
    }

td.up-button
{
    border-left: 1px solid #c0c0c0;
    cursor: pointer;
}

    td.up-button:hover
    {
        color: white;
        background: #0072c6;
    }

td.up-filename
{
    position: relative;
    width: 150px;
    height: 22px;
}

    td.up-filename i
    {
        color: #c1c1c1;
    }

    .up-edit-typeFile{
        opacity: 0;
        transform: scale(0)
    }

    .up-cardFile .up-edit-typeFile{
        opacity: 0.5;
        transform: scale(0.8);
        cursor: pointer;
    }

    .up-edit-typeFile{
        opacity: 0.7 !important;
    }

.up-state
{
    padding-left: 10px;
    font-size: smaller;
}

.up-results
{
    padding: 0 5px;
}

.up-upload-ok
{
    position: relative;
    opacity: 0;
    left: -30px;
    transition-duration: 0.6s;
}

.up-popup-loading
{
    background: rgb(229, 229, 229);
    z-index: 500;
    position: absolute;
    width: 100%;
    top: 0px;
    height: 70px;
    color: #0072c6;
}

.up-popup-confirm
{
    position: absolute;
    top: 30px;
    left: 5px;
    border: 1px solid #c0c0c0;
    width: 210px;
    background: white;
    color: black;
    font-size: 12px;
    padding: 10px 20px 0px 15px;
    opacity: 0;
    z-index: 501;
    box-shadow: 1px 2px 4px #848484;
}

#loader-import-fichiers{
    position: absolute;
    bottom: 0;
    width: 100%;
}