/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-okt-2017, 12:09:32
    Author     : peter
*/


.controll_form {
    
        border:1px solid #eee; padding:10px; display:inline-block;position:relative;height:100%;
}

.upload_container {
    position: relative;
    background-color: #eee;
    width: 100%;
    max-height: 120px;
    padding: 0px;
    padding-top: 0px;
    margin: 0px;
    margin-top: 4px;

    border: 1px solid transparent;
    padding-top: 18px;
    padding-top: 8px;
    text-align: center;
    font-family: arial;

    line-height: 4px;
    font-size: 1.05em;
    color: #444;
    margin-bottom: 14px;
    overflow:hidden;
    height:120px;
}

.upload_container p {
    font-size:12px;
}
#dd_upload_progressbar {
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
    border: 0px solid gray;
    margin: 0px;
    padding: 0px;
   // border-radius: 3px;
}

#dd_upload_button {
    border: 1px solid #aaa;
    cursor: pointer;
    background-color: #aaa;
    color: white;
    padding: 12px 26px;
    //padding: 6px 6px;
    margin: 8px 8px 8px 8px;
    border-radius: 2px;
}

#dragphoto , #dragselect {
    font-size:12px !important;
    display:block;
}


#drag_contain {
    position: absolute;
    padding:0;
    width:100%;
    top:8px;
}
