/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.afwp-tab-content{
 	display:none;
}

.afwp-postbox img{
  max-width:100%; 
  height:auto;
}
.afwp-bottom-actions .btn{
  margin: 3px 1px;
}
#poststuff .afwp-top-title{
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom:15px;
  background: #0085ba;
}

.afwp_widget_field{
  margin: 1em 0;
  clear: both;
}

.afwp-bottom-actions{
    padding: 10px;
    clear: both;
    border-top: 1px solid #ddd;
    background: #f5f5f5;
}

.afwp_widget_icon_wrap{
  position:relative;
}

.afwp_widget_icon_wrap .widefat{
  padding-right:40px;
}

.afwp_widget_icon_wrap .afwp_icon{
  top: -2px;
  right: 0;
  width: 35px;
  height: 30px;
  color: #fff;
  display: block;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #006799;
  border-radius: 3px;
}

.wp-picker-container {
    display: block;
    padding-top: 5px;
}

#poststuff .afwp-tab-content h2{
  padding:20px 12px 8px 0;
  font-size:1.6em;

}

.afwp-hidden{
 display:none;
}
.afwp-hidden[type="radio"]{
  display:none;
}

.afwp-tab-content.afwp-content-active{
 	display:block;
}

.afwp-tab-content {
  display: none;
  border: 1px solid #dedede;
  padding: 0 15px;
  background: #fdfdfd;
}

.widget-content .afwp-tab-content{
  margin: 0 -15px 15px;
}

div[id*=_afwp_] .widget-title{
  border-left:3px solid #006799;
}

/*icon picker*/
.popover-title input[type="search"]{
  width:100%;
}
.iconpicker-popover.popover{
  width:auto;
  position: static;
  border: 1px solid #dedede;
}