@import "admin-widgets";

/* Post type icons */
.icon32.icon32-posts-huis,
.icon32.icon32-posts-bedrijf,
.icon32.icon32-posts-yog-nbpr,
.icon32.icon32-posts-yog-nbty,
.icon32.icon32-posts-yog-nbbn,
.icon32.icon32-posts-yog-bbpr,
.icon32.icon32-posts-yog-bbty,
.icon32.icon32-posts-relatie,
.icon32.icon32-config-yog {
background: url('../../img/icon_yes-co_32.png') no-repeat transparent !important;
}
/* Disable show message link in saved message of NBbn */
.yog-NBbn #message.updated a {
display:none;
}
/* Remove add NBty/BBty links */
.yog-NBty .add-new-h2,
.yog-BBty .add-new-h2 {
display:none;
}
/* Thumbnails in posts overview */
.post-type-huis .thumbnail img,
.post-type-bedrijf .thumbnail img,
.post-type-yog-nbpr .thumbnail img,
.post-type-yog-nbty .thumbnail img,
.post-type-yog-bbpr .thumbnail img,
.post-type-yog-bbty .thumbnail img,
.thumbnail .no-image {
max-width:100% !important;
}
.post-type-huis .thumbnail img,
.post-type-bedrijf .thumbnail img,
.post-type-yog-nbpr .thumbnail img,
.post-type-yog-nbty .thumbnail img,
.post-type-yog-bbpr .thumbnail img,
.post-type-yog-bbty .thumbnail img
{
height:auto;
}
/* Media box */
.media-box {
border: 1px solid #ccc;
margin: 10px 5px;
background: #eee;
padding: 10px;
border-radius: 5px;
}
  .media-box .row {
  margin-top:7px;
  }
    .media-box .row:first-child {
    margin-top:0px;
    }
  .media-box label {
  width: 270px;
  float: left;
  font-weight:normal;
  }
  .media-box select, .media-box input[type='text'] {
  width:237px;
  }
    .media-box input.input-small {
    width:205px !important;
    }
  .media-box table.form-table {
  width:100%;
  margin:0px;
  }
    .media-box th {
    font-weight:bold;
    padding-top:0px;
    }
    .media-box table.form-table td {
    padding:10px 0px 0px 0px;
    }
      .media-box table.form-table tr:first-child td {
      padding-top:0px;
      }
  .media-box.loading, .media-box td.loading, span.loading {
  background-image:url('../../img/loading.gif');
  background-repeat:no-repeat;
  background-position: right top;
  }
    .media-box td.loading {
    background-position: right 13px;
    }
  .media-box .button-primary {
  float:right;
  }
  .media-box a {
  line-height:18px;
  padding-left:25px;
  display:inline-block;
  background-repeat:no-repeat;
  }
    .media-box a.youtube {
    background-image:url('../../img/icon_youtube.gif');
    }
    .media-box a.vimeo {
    background-image:url('../../img/icon_vimeo.png');
    }
    .media-box a.flickr {
    background-image:url('../../img/icon_flickr.png');
    }
    .media-box a.website {
    background-image:url('../../img/icon_website.png');
    }
    .media-box a.brochure {
    background-image:url('../../img/icon_document.png');
    }
.images-holder {
overflow:hidden;
}
  .images-holder .image-holder {
  width:50%;
  float:left;
  text-align:center;
  height:82px;
  overflow:hidden;
  margin-bottom:8px;
  }
  .images-holder img {
  max-width:95% !important;
  }
#yog-system-links {
	p.error {
	color:red;
	}
}
.system-link {
border: 1px solid #BBB;
border-radius: 6px;
padding: 3px;
margin-top: 15px;
width: 440px;
background-image:url('../../img/yes-co.png');
background-repeat:no-repeat;
background-position:5px 5px;
	div {
	margin-left:55px;
	}

	a {
	cursor:pointer;
	}
}

.hide {
display:none;
}
.loading-padding {
padding-right:20px;
}
.no-image {
display:inline-block;
height:85px;
min-width:100px;
background-image:url('../../img/no_image.png');
background-position:center center;
background-repeat:no-repeat;
}
input.error {
background-color:#FFCCCC;
}
/* Custom styling of Child projects meta box */
#yog-childprojects-meta {
border:none;
}
  #yog-childprojects-meta .handlediv, #yog-childprojects-meta h3 {
  display:none;
  }
  #yog-childprojects-meta .inside {
  margin:0px;
  padding:0px;
  }
/* Settings */
.yog-setting .msg {
font-weight:bold;
color:green;
	&.error {
	color:red;
	}
}

/* Notices */
.notice-inline {
background: #fff;
border-left-style:solid;
border-left-width: 4px;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
margin: 5px 15px 2px;
padding: 1px 12px;
}
#TB_ajaxContent {
	.notice-inline {
	margin: 5px 0px 2px;
	box-shadow: none;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	}
}