/*----------------------------
    The file upload form
-----------------------------*/
input[type="button"]:disabled {
    opacity: 0.5;
}

#upload{
    font-family:'PT Sans Narrow', sans-serif;
    width:500px;
    padding:10px;
    border-radius:3px;
    margin:0px auto;
}

#drop{
    padding: 20px 50px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    border: #ccc 2px dashed;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size:20px;
    font-weight:bold;
    color:#ccc;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#upload ul{
    padding: 0;
    list-style:none;
    margin:0 60px;
}

#upload ul li{

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 165px;
    overflow: hidden;
    white-space: nowrap;
    color: #222;
    font-weight: bold;
    position: absolute;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

table.form	{ border: #ccc 1px solid; width: 600px; margin: 15px auto; font-family: verdana; border-collapse: collapse;  }
table.form th	{ text-align: left; text-transform: uppercase; font-size: 13px; background: #f5f5f5; padding: 4px; line-height: 1.5; }
table.form td	{ font-size: 11px; color: #666; border: #bbb 1px solid; padding: 4px; }
table.form td > input	{ font-size: 12px; width: 280px; margin: 3px 5px 5px; }
table.form td > textarea	{ font-family: verdana; font-size: 12px; width: 590px; margin: 0px auto; }
#viimati_olemas, #kadunud	{ width: 100px; }
#ui-datepicker-div { font-size: 12px; }

.ui-widget { font-size: 10px; }
.ui-icon-closethick {margin: -8px !important;}
.ui-state-default.ui-button.ui-button-text-only {background: grey !important;}



table.form TD { font-weight: normal !important; padding: .4em; border-top-width: 0px !important; }
table.form TH { text-align: center; padding: .8em .4em; border-bottom: #ccc 1px solid; }
table.form TD.first, .styleTable TH.first { border-left-width: 0px !important; }

table.item	{ font-family: verdana; margin: 15px auto; width: 520px; border: #ddd 1px solid; padding-bottom: 10px; }
table.item th	{ text-align: left; background-color: #f8f8f8; padding: 4px 8px; font-size: 11px; border: #eee 1px solid; }
table.item td	{ border: 0px solid; }
table.item td > input	 { width: 250px; }
div.remove	{ float: right; height: 15px; width: 15px; border: #bbb 1px solid; text-align: center; cursor: pointer; }

.long_input{
    width: 570px !important;
}
.long_input_app{
    width: 520px !important;
}
.check_left{
    width: 10px !important;
}

.kalender_vaike{
    width: 250px !important;

}
.vasakul{
    float: left !important;

}
.datepicker_vaike {
    width: 230px !important;
}
.error{
    color: #dd0000;
}
.kalender_vasak{
    margin-right: 5px;
}
.kalender_parem{
    margin-right: 5px;
}
