/**
 *
 * All of the CSS for your admin-specific functionality should be included in this file.
 * 
 */
 
/**
 *  admin panel styles
 */
.m-opener.wp-menu-image::before {
  color: #3f4449;
}
div.acf-field .acf-input{
  position: static;
}
div.acf-field .acf-input .m-opener.wp-menu-image {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 4;
}
td.acf-field .acf-input .m-opener.wp-menu-image {
  top: 5px;
  right: 4px;
}
td.acf-field {
  padding-right: 30px !important;
}
/**
 *  acfca modal styles
 */
.acfca_modal_content{
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 15px;
  border: 1px solid #888;
  border-radius: 5px;
  width: 15%; 
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 5; 
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
#acfca_modal .close {
  float: right;
  font-weight: 400;
  padding: 7px;
  color: #555d66;
  background: none;
  border: none;
}
#acfca_modal .close:hover{
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25,30,35,.2);
}
#acfca_modal h2{
  padding: 10px 5px;
  margin: 0px;
}
#acfca_modal h2:before{
  padding-right: 6px;
}
.saveButton{
  margin-right: 6px !important;
}
#add_class_form{
  text-align: right;
}
#add_class_form input[type="text"] {
  display: block;
  width: 96%;
  height: 28px;    
  margin: 10px 5px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
  background-color: #fff;
  color: #32373c;
  outline: 0;
  transition: 50ms border-color ease-in-out;
}