.kebab {
  cursor: pointer;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
    width: 32px;
    height: 15px;
    padding: 7px 8px;
  /*top: 12px;*/
}
.kebab_worklist{background:rgba(0, 0, 0, 0.10)}
.kebab:hover{background:rgba(0, 0, 0, 0.15)}



.kebab figure {
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    margin: 0px 1px;
    float: left;
}
/*a.kebab:hover {
    background: #ddd;
    height: 10px;
    padding: 10px 10px;}*/
.middle {
  transition: all 0.25s cubic-bezier(0.72, 1.2, 0.71, 0.72);
  transform: scale(1);
  position: relative;
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
  -webkit-filter: blur(0.1px);
  filter: blur(0.1px);
}

.middle.active {
  transform: scale(4.5);
  transition: all 0.25s cubic-bezier(0.32, 2.04, 0.85, 0.54);
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
}

.cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  margin-top: -1px;
  font-family: "Nunito", sans-serif;
  color:#1d1c1c;
  transition: all 0.2s cubic-bezier(0.72, 1.2, 0.71, 0.72);
  font-size: 22px;
  user-select: none;
}

.cross.active {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.15s cubic-bezier(0.32, 2.04, 0.85, 0.54);
}

/*h1, a, li {m
  font-family: Roboto, sans-serif;
}*/

/*h1 {
  font-size: 26px;
  background: #00bcd4;
  color: white;
  padding: 40px 0 40px 20%;
  margin-bottom: 50px;
}*/

/*a, li {
  color: #6b6b6b;
  text-decoration: none;
}*/

/*.nav {
  margin-left: 20%;
}*/
/*.nav > li {
  display: inline-block;
  padding: 1em 18px;
  cursor: pointer;
}
.nav > li:hover {
  background: #ebebeb;
}*/

.dropdown {
    position: absolute;
    right: 0px;
    top: 25px;
    transition: all 0.25s ease-out;
    /* transform: scale(0); */
    transform-origin: 100% 0;
    box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.10);
    width:auto;
    background: #fff;
    z-index: 9999;
    padding: 0px 0px;
    display: none;
    border: 1px solid #bbb;}
.dropdown:before{position: absolute;
    right: 0px;
    top: -14px;
    content: '\f0d8';
    font-family: FontAwesome;
    font-size: 20px;
    color: #5d5e5f;

}
.dropdown button {
    font-size: 15px !important;
    width: 100%;
    text-align: left;
    border-radius: 0px !important;
    background: none !important;
    transition: all 0.15s cubic-bezier(0.32, 2.04, 0.85, 0.54);
}
@keyframes fadeIn{
    0%{opacity:1;}
       100%{opacity:0;}
}
article.main_clk_btn.active {
   /*background: #eaecef;
    padding: 3px 4px;
    height: 13px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    margin: 0px;*/
   
}
.dropdown li {
  display: block;
  width: 100%;
}
.dropdown li button {
    display: inline-block;
    white-space: pre;
    box-sizing: border-box;
    margin: 0px 0px;
    padding: 0.3em 8px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    background: #c0c1c1;
    color: #1d1c1c;
}
.dropdown li button:hover {
    cursor: pointer;
    /*background: #3572b0 !important;*/
    color: #fff !important;
    background: #2c3034 !important;
}
.dropdown:hover ul {
  transform: scale(1);
}

.activekebab {
display:block;
  /*transition: all 0.25s cubic-bezier(0.5, 1.8, 0.9, 0.8);*/
}

.follow {
  overflow: hidden;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: #03A9F4;
  display: block;
  margin: 300px auto 0;
  white-space: nowrap;
  padding: 13px;
  box-sizing: border-box;
  color: white;
  transition: all 0.2s ease;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
}
.follow i {
  margin-right: 20px;
  transition: margin-right 0.2s ease;
}
.follow:hover {
  width: 134px;
}
.follow:hover i {
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .follow {
    margin: 400px auto 0;
  }
}
