/*
   Plupload
------------------------------------------------------------------- */

.plupload_wrapper * {
	box-sizing: content-box;
}

.plupload_button {
	display: -moz-inline-box;
    display: inline-block;
    font: normal 12px roboto;
    text-decoration: none;
    color: white;
	padding: 2px 8px 3px 8px;
    margin-right: 4px;
    background: url(../img/bt.png) repeat-x;
    outline: 0;
    height: 20px;
    padding-bottom: 0px;
    padding-top: 4px;
}

.plupload_button_close{
    position: relative;
    float: right;
    cursor: pointer;
    top: 6px;
    right: 4px;
}
.plupload_button_close a{
    background: url('../img/btn_fechar.png') no-repeat;
    height: 22px;
    width: 22px;
    display: block;
    /*text-decoration: underline;
    color: black;*/
}

.plupload_button_close a:hover{
    background: url('../img/btn_fechar_hover.png') no-repeat;
    height: 22px;
    width: 22px;
    display: block;
}

.plupload_button:hover {
	background: url('../img/bt_hover.png') repeat-x;
	color: #000;
	text-decoration: none;
}

.plupload_disabled, a.plupload_disabled:hover {
    color: white;
    border-color: #c5c5c5;
    /*background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;*/
	cursor: default;
}

.plupload_add {
	background-position: -181px center;
}

.plupload_wrapper {
	font: normal 11px roboto;
	width: 100%;
}

.plupload_container {/* transparencia à volta do plupload*/
    /*padding: 8px;
    background: url('../img/transp50.png');*/
    /*-moz-border-radius: 5px;*/
}

.plupload_container input {
	border: 1px solid #DDD;
	font: normal 11px roboto;
	width: 98%;
}

.plupload_header {background: url('../img/claro.png') repeat-x;}
.plupload_header_content {
	/*background: url('../img/backgrounds.gif') no-repeat 0 -317px;
    min-height: 56px;
    padding-left: 60px;*/
    color: #FFF;
    height: 35px;
}
.plupload_header_title {
	text-align: left;
    font: 14px roboto;
    padding: 6px;
}
.plupload_header_text {
	font: normal 12px;
}

.plupload_filelist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plupload_scroll .plupload_filelist {
	height: 185px;
	background: white;
	overflow-y: scroll;
}

.plupload_filelist li {
	padding: 10px 8px;
	background: #F5F5F5;
	border-bottom: 1px solid #DDD;
}

.plupload_filelist li:nth-child(odd) {
    padding: 10px 8px;
    background: white ;
    border-bottom: 1px solid #DDD;
}

.plupload_filelist li:nth-child(even) {
    padding: 10px 8px;
    background: #F5F5F5;
    border-bottom: 1px solid #DDD;
}

.plupload_filelist_header, .plupload_filelist_footer {
	background: #DFDFDF;
	padding: 8px 8px;
	color: #D3D3D3;
}
.plupload_filelist_header {
	font-size: 12;
    /*border-top: 1px solid #EEE;
    border-bottom: 1px solid #CDCDCD;*/
}

.plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle; background-color: white;}
.plupload_filelist_footer .plupload_file_name{float: right;}
.plupload_file_name {float: left; overflow: hidden; color:black;}
.plupload_file_status {color: #777;}
.plupload_file_status span {color: #42454A;}
.plupload_file_size, .plupload_file_status, .plupload_progress {
	float: right;
	width: 80px;
}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right; color: black;}
.plupload_filelist_footer .plupload_cell {float: right;width: auto!important;}

.plupload_file_size{width: auto;}

.plupload_filelist .plupload_file_name {
	/*width: 205px;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.plupload_file_action {
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 15px;
}

.plupload_file_action * {
	display: none;
	width: 19px;
    height: 19px;
}

li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
li.plupload_done {color:#AAA}

li.plupload_delete a {
	background: url('../img/remove.png');
}

li.plupload_failed a {
	background: url('../img/error.gif');
	cursor: default;
}

li.plupload_done a {
	background: url('../img/aprovado.png') no-repeat;
    height: 19px;
    width: 19px;
    cursor: default;
}

.plupload_progress, .plupload_upload_status {
	display: none;
}

.plupload_upload_status {
    margin-right: 4px;
}

.plupload_progress_container {
	margin-top: 3px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 1px;
}
.plupload_progress_bar {
	width: 0px;
	height: 7px;
	background: #CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
	margin-right: 17px;
}

/* Floats */

.plupload_clear,.plupload_clearer {clear: both;}
.plupload_clearer, .plupload_progress_bar {
	display: block;
	font-size: 0;
	line-height: 0;
}

li.plupload_droptext a {
    background: url('../img/upload-01.png') no-repeat !important;
    height: 66px;
    width: 66px;
    display: block;
    position: relative;
    right: -44%;
    top: 25px;
    cursor: default;
}

li.plupload_droptext {
	background: transparent;
	text-align: center;
	vertical-align: middle;
	border: 0;
	line-height: 119px;
    border-bottom-width: 0px !important;
    height: 100%;
    padding:0px !important;
}
