﻿.MidFilePanel {
    padding:20px;
    width:calc(100% - 40px);
    height:300px;
    text-align:center;
}

#uplBrowse input[type="file"] {
    cursor: pointer;
     position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    opacity: 0;
}

.FileUplButtonPaneC {
    position:absolute;
    clear:both;
    bottom:20px;
    left:0px;
    width:100%;
    height:50px; 
}

.tmFileUplButt {
    cursor: pointer;
    text-align: center;
    font-family: Lato;
    font-weight: bold;
    font-size: 13pt;
    border-radius: 6px;
    background-color: #4A8BF6;
    border: none;
    color: #FFFFFF;
    line-height: 40px;
    width: 180px;
    margin-top: 14px;
    height: 40px;
    outline: 0 none;
    float:right;
    margin-right:20px;
}

.tmFileUplButt:hover {
    opacity:0.8;
}

.tmFloatLeft {
    background-color: #A1A1A1;
    float:left;
    margin-left:20px;
}

.picUploadBoxPane {
    margin-top:40px;
    margin-left:40px;
    width:300px;
    left:50%;
    margin-left:-150px;
    height:300px;
    border-radius:6px;
    position:absolute;
}

.tmFileUploaderWin
{
display:none;  /*This is important for slidedown to work*/
background: #FFFFFF;
position: fixed;
z-index: 9999999;
width: 30%;
height: 50%;
border-radius: 6px;
box-shadow: 0 1px 10px rgba(0,0,0,.4);
}
