.wb_file_row{
	width:100%;
	height: 5em;
	line-height: 5em;
}
.file_name{
	min-width:30%;
	float:left;
	background-color: #eee;
	border:1px solid #ddd;
	border-right:none;
	border-bottom:none;
	padding:0 8px;
	padding:0 5mm;
	height:100%;
	
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
}
.file_name.single_file{
	border:none !important;
	background:transparent;
	min-height:1em;
}

.file_id{
	width:60%;
	background-color:#eee;
	border:1px solid #ddd;
	border-left:none;
	border-bottom:none;
	color:#111;
	padding:0 8px;
	padding:0 5mm;
	float:left;
	height:100%;
	
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
}
.blank_area{
	border:none !important;
	background:transparent;
}
.file_remove, .file_add{
	width:10%;
	background-color:#eee;
	border:1px solid #ddd;
	border-left:none;
	padding:0 8px;
	padding:0 5mm;
	float:left;
	text-align:center;
	
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
}
.file_remove .remove_link, .file_add .add_link{
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	margin-top:1.5em;
	border: 1px solid #555;
	color:#555;
	border-radius:10px;
	cursor:pointer;
	
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	transition-duration:0.5s;
}
.file_remove .remove_link:hover{
	border: 1px solid red;
	color:red;
}
.file_add{
	border-left:1px solid #ddd;
	float:right;
}
.file_add .add_link:hover{
	border: 1px solid green;
	color: green;
}
.row:nth-last-of-type(1) .file_name, .row:nth-last-of-type(1) .file_id{
	border-bottom:1px solid #ddd;
}

.headings_container{
	height:3em;
	line-height:3em;
}

.file_name input, .file_id input{
	width:100%;
	line-height:1.5em;
}

.placeholder_file{
	display:none;
}
.new_container .file_img{
	display:none;
}
.file-upload-button{
	vertical-align:top;
}

.slider_upload_area .file_container.row{
	min-height: 8em;
	resize:vertical;
}
.slider_upload_area .file_remove{
	
	height:8em;
}
.slider_upload_area .file_id{
	width:20%;
	border-right:none;
}
.slider_upload_area .file_name{
	width:40%;
}
.slider_upload_area .file_text_container{
	width:30%;
	float:left;
	background-color: #eee;
	border:1px solid #ddd;
	border-left:none;
	border-bottom:none;
	height:100%;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.slider_upload_area .file_text_container textarea{
	width:100%;
	height:100%;
	background-color: #eee;
	border:none;
	line-height:1em;
	box-shadow:none;
	resize:none;
}
.col_switchr{
	color:#0073aa;
	cursor:pointer;
}

/* toggling of fields by value */
.wb_showhide_hidden{
	display:none;
}

/* Grid for custom-width meta fields */
.wb_meta_inputs{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.wb_meta_fld{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.wb_fld_title{
    color: #555d66;
    padding-bottom:5px;
    display:block;
}
.wb_col_auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.wb_col_1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.wb_col_2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.wb_col_3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.wb_col_4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.wb_col_5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.wb_col_6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.wb_col_7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.wb_col_8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.wb_col_9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.wb_col_10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.wb_col_11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.wb_col_12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wb_fld input,
.wb_fld select,
.wb_fld textarea{
    max-width:100%;
}
