/* Show me */
/* 
    Document   : reclip
    Created on : Oct 3, 2012, 9:43:18 AM
    Author     : jeckstein
    Description:
        Style for Reclip Widget
*/
.md-img {
  background: #f7f7f7;
  border: 1px solid #1d1d1d;
  display: block;
  width: 201px;
  margin: 0 auto 16px;
}
.md-img em {
  background-repeat: no-repeat;
  border: 1px solid #1d1d1d;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: .923em;
  font-style: normal;
  height: auto;
  min-height: 100px;
}
.md-img b {
  display: block;
  margin-top: 75px;
  font-weight: normal;
}
.md-img-search {
  background: url(/i/searchpage-icon.png);
  background: #f7f7f7;
  border: 1px solid #1d1d1d;
  display: block;
  width: 201px;
  margin-left: auto;
  margin-right: auto;
}
a:hover .md-img,
.thisconnect .md-img {
  border-color: #114488;
}
a:hover .md-img em,
.thisconnect .md-img em {
  border-color: #114488;
}
.md-cx a:hover .md-img em {
  border: 1px solid #1d1d1d;
}
.md-img {
  border-color: #ccc;
}
.searchkey {
  background: #E7EFF6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-top: 8px;
  padding: 8px;
}
.searchkey a {
  color: #c00;
}
/*#reclip_meta_wrapper{
    margin-left: auto;
    margin-right: auto;
}*/
#reclip_title,
#reclip_text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1d1d1d;
  height: 60px;
  margin: 0;
  resize: none;
  padding: 8px;
  width: 100%;
}
#reclip_text {
  margin: 0;
  height: 100px;
}
.mobileortablet #reclip_text {
  height: 50vh;
}
.reclip-count {
  color: #777;
  font-size: .8125em;
  margin-left: 4px;
  display: none;
}
#reclip_title_wrapper {
  margin-top: 12px;
  margin-bottom: 24px;
  position: relative;
}
#reclip_text_wrapper {
  display: none;
  margin-bottom: 28px;
  position: relative;
}
#reclip_title_more {
  font-size: .8125em;
  position: relative;
}
#reclip_settings {
  color: #1d1d1d;
  float: left;
  font-size: .8125em;
}
#reclip_settings label {
  display: inline-block;
  margin-top: 8px;
  margin-right: 16px;
}
@media (max-width: 1024px) {
  #reclip_settings label {
    margin-right: 0;
  }
}
#reclip_settings a {
  color: #555;
  font-size: 24px;
}
#reclip_settings a:hover {
  color: #777;
  text-decoration: none;
}
#reclip_settings strong {
  display: none;
}
/* Delete Icons */
#overlay-delete {
  color: #1d1d1d;
  cursor: pointer;
  float: left;
  font-size: .8125em;
}
#overlay-delete a {
  color: #555;
  font-size: 24px;
}
#overlay-delete a:hover {
  color: #777;
  text-decoration: none;
}
/* Icon BGs for chekcboxes */
#reclip_description {
  color: #1d1d1d;
  display: block;
}
#reclip_description:empty {
  display: none;
}
#reclip_title_count,
#reclip_text_count {
  position: absolute;
  right: 8px;
  top: -18px;
}
.mobileortablet #reclip_title_count,
.mobileortablet #reclip_text_count {
  top: auto;
}
