.wrapp_image_admin{
	width: 170px;
}

#customCss{
	width: 500px;
	height: 400px;
	position: relative;
}
#adminmenu .wp-menu-image img {
    padding-top: 0px !important;
    margin-top: 8px;
}
.tab_button{
	color: #fff;
    background-color: #cccccc;
    border-color: #007bff;
    padding: 5px 15px;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    transition: all 0.3s ease;
    border-bottom: 2px solid black;
}
.tab_button:first-child{
	margin-left: 0px;
}
.tab_button:hover{
	cursor: pointer;
    background-color: #0062cc;
    border-color: #005cbf;
    transition: all 0.3s ease;
}
.tab_button:focus{
    box-shadow: 0 0 0 0.15rem rgba(0,123,255,.5);
}
.tabs_button{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 30px;
}
.tab_content{
	display: none;
}
.tab_content.active{
	display: block;

}
.drop_down_image ul{
    height: 200px;
    box-shadow: 0 0 32px rgba(0,0,0,.42);
    overflow-y: scroll;
    width: 225px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-top: 5px;
}
.drop_down_image ul li:hover{
 /*   background-color: black;*/
}
.drop_down_image ul li.active{
    background-color: #cccccc;
}
.button-general-save{
    margin-top: 20px !important;
}
.dropdown.js-dropdown img{
    width: 90%;
    padding: 0px 0px;
}
.dropdown.js-dropdown li{
  margin-bottom: 6px;
  cursor: pointer;
}
.tab_button:first-child {
    background: #cccccc url(../img/general-settings_black.svg) 8px 9px no-repeat;
    padding-left: 40px;
    background-size: 20px;
}
.tab_button:last-child {
    background: #cccccc url(../img/edit.svg) 8px 9px no-repeat;
    padding-left: 40px;
    background-size: 20px;
}
.tab_button.active{
  background-color: #9e9e9e;
  border-bottom: 2px solid #007bff;
}
.current#toplevel_page_prolike_first_plugin img{
  opacity: 1;
}


.drop_down_image{
  position: relative;
}

.dropdown-toggle {
  border-radius: .2em .2em 0 0;
}
.dropdown-toggle{
    display: block;
    width: 250px;
    background-color: #eaf2ff;
    border: 5px;
    overflow: hidden;
    padding: 2px 1px 2px;
    border: 1px solid #ccc;
    height: 38px;
    background-color: #eaf2ff;
    position: relative;
}
.dropdown-toggle:after{
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 27px;
    height: 100%;
    background: url(../img/down-arrow_admin.svg) center no-repeat;
    z-index: 1;
    background-color: #ccc;
    background-size: 20px;
}
.like_form_select_image{
  display: none;
}
ul.dropdown {
  display: none;
  top: 100%;
  margin:10px 0px 25px;
  background: #777;
  min-width: 12em;
  border-radius: 0 0 .2em .2em;
}
ul.dropdown li {
  list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.dropdown li a {
  text-decoration: none;
  padding: .5em 1em;
  display: block;
}

/**/
/*.dropdown_view ul li{
  display: none;
}*/
