@charset "utf-8";
/* CSS Document */
/*

PickForm
PickPlugins.com

*/


.pickform .tab-nav {
  clear: both;
  margin: 0;
  padding: 0;
}

.pickform .tab-nav li {
  background: none repeat scroll 0 0 rgb(230, 230, 230);
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 15px 20px;
}

.pickform .tab-nav li.active{
	background:#ffffff;
	font-weight: bold;
	}
	
	
	
.pickform .box {
  clear: both;
  margin: 0;
  padding: 0;
}

.pickform .box li.tab-box {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  display: none;
  margin: 0;
  width: 100%;
}






.pickform{}

.pickform .failed {
  color: #dc5632;
  font-size: 13px;
}


.pickform .item {
  margin: 40px 0;
}
.pickform .item .title{
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

.pickform .item .details{
  font-size: 13px;
  margin: 0 0 10px;
}

.pickform .item .plupload-upload-ui{
border: 1px solid rgba(0,0,0,0);
}

.pickform .item .plupload-upload-ui.drag-drop.drag-over{
border: 1px dashed #999;
}





.pickform .item .plupload-upload-ui .drag-drop-area {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 10px 20px;
  text-align: center;
  
}


.pickform .item .plupload-upload-ui .drag-drop-inside{

}

.pickform .item .plupload-upload-ui .drag-drop-inside p {
  color: #999;
}

.pickform .item .plupload-upload-ui .drag-drop-buttons{

}

.pickform .item .plupload-upload-ui #plupload-browse-button{

}

.pickform .item .plupload-upload-ui .drag-drop-inside .item {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 7px 10px -4px #999;
  display: inline-block;
  margin: 5px;
  height: 130px;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 130px;
}

.pickform .item .plupload-upload-ui .drag-drop-inside .item img {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.pickform .item .plupload-upload-ui .drag-drop-inside .item .delete {
  background: #fd6022 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  left: 0;
  position: absolute;
  width: 100%;
}


/*validations*/
.pickform .validations{
	
	}



.pickform .validations .failed {
  color: #dc5632;
  font-size: 12px;
}

.pickform .validations .success {
  color: #2cc88b;
  font-size: 12px;
}





