/* credits style  */


 .compat-field-xh-photographer-name,
 .compat-field-xh-photographer-url {
	background: #FFC107;
    border-radius: 5px;
    margin-bottom: 10px;
}


 .compat-field-xh-photographer-name .compat-attachment-fields th,
 .compat-field-xh-photographer-url .compat-attachment-fields th
 {

    padding-left: 20px;
    padding-top:10px;
    padding-right: 10px;

}


 .compat-attachment-fields .compat-field-xh-photographer-name td.field,
 .compat-field-xh-photographer-name .compat-attachment-fields td input,
 .compat-attachment-fields .compat-field-xh-photographer-url td.field,
 .compat-field-xh-photographer-url .compat-attachment-fields td input {

    padding: 10px;
    width: 100%;
}


 .compat-field-xh-photographer-name input[type=text],
 .compat-field-xh-photographer-url input {
    width: 100%;
}

 .compat-field-xh-photographer-name span,
 .compat-field-xh-photographer-url span {
    width: 130px;
}



.media-modal .compat-attachment-fields th,
.media-modal .compat-attachment-fields td.field {

    padding: 0 10px;

}



 .media-modal  .compat-attachment-fields .compat-field-xh-photographer-name td.field,
 .media-modal  .compat-field-xh-photographer-name .compat-attachment-fields td input,
 .media-modal  .compat-attachment-fields .compat-field-xh-photographer-url td.field,
 .media-modal  .compat-field-xh-photographer-url .compat-attachment-fields td input {

  padding: 1% 2%;
  width: 96%;
  
  /* border-bottom: 1px solid #aaa;  */'
}

 .media-modal .compat-field-xh-photographer-name span,
 .media-modal .compat-field-xh-photographer-url span {
    
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: 500;

}

.attachment-info .details .dimensions {
	
	background: #FFC107;
    color: #000;
    padding: 3px 6px;
    border-radius: 5px;
    width: auto;
    font-size: 1.2em;
}

.attachment-info .not-approved,
.size-check.not-approved {
	background: #d80c0c;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
	text-align: center;
	margin: 5px 0;

}

.attachments-browser .approved,
.size-check.approved,
.attachment-info .approved {
	background: #4CAF50;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
	text-align: center;
	margin: 5px 0;
}




.media-modal .compat-field-size_check .label,
.media-modal .compat-field-dimension_check .label {
	display: none;

	}
	
.media-modal .compat-field-size_check ,	
.media-modal .compat-field-dimension_check {

	
	}
	
.post-type-attachment .media-modal .compat-field-dimension_check .field, 	
.media-modal .compat-field-dimension_check .field, 
.media-modal .compat-field-size_check .field {width: 100%; padding: 0 !important;}

.compat-item .compat-field-media_tags .field {
    float: right;
    width: 100%;
    padding: 0 !important;
    margin: 0px;
}


.compat-field-media_tags .selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #FFC107;
    color: #303030;
    border: 0 solid #c79705;
}

.compat-field-media_tags .selectize-input .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    font-family: serif;
    padding: 2px 0 0;
    border-left: 1px solid #c79705;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}

.compat-item .compat-field-media_tags label span {
    display: none;
}