.no_post {
text-align: center;
padding: 20px;  
}

.ic {
    width: 16px;
    height: 16px;
    padding-right: 10px;
}

.count{
    float: right;
}

.edit_file {
    float:left;
    margin:1px;
    border: solid 1px #808080;
    border-radius: 3px;
    background: url(../img/ed2.png) 50% 50% no-repeat;
    width: 20px;
    height:20px;
}

.edit_file:hover {
    float:left;
    border: solid 1px #808080;
    border-radius: 3px;
    background: url(../img/ed.png) 50% 50% no-repeat;
    width: 20px;
    height:20px;
}

.shared_file {
    float:left;
    margin:1px;
    border: solid 1px #808080;
    border-radius: 3px;
    background: url(../img/shared2.png) 50% 50% no-repeat;
    width: 20px;
    height:20px;
}

.shared_file:hover {
    float:left;
    border: solid 1px #808080;
    border-radius: 3px;
    background: url(../img/shared.png) 50% 50% no-repeat;
    width: 20px;
    height:20px;
}

.shared2_file {
    float:left;
    margin:1px;
    border: solid 1px #808080;
    border-radius: 3px;
    background: url(../img/shared.png) 50% 50% no-repeat;
    width: 20px;
    height:20px;
}

.fav_file {
    float:left;
    margin:1px;
    border: solid 1px #808080;
    border-radius: 3px;
    background: url(../img/favi2.png) 50% 50% no-repeat;
    width: 20px;
    height:20px;
}

.fav_file:hover {
    float:left;
    border: solid 1px #808080;
    border-radius: 3px;
    background: url(../img/favi.png) 50% 50% no-repeat;
    width: 20px;
    height:20px;
}

.del_file {
    float:left;
    margin:1px;
    border: solid 1px #808080;
    border-radius: 3px;
    background: url(../img/del2.png) 50% 50% no-repeat;
    width: 20px;
    height:20px;
}

.del_file:hover {
    float:left;
    border: solid 1px #808080;
    border-radius: 3px;
    background: url(../img/del.png) 50% 50% no-repeat;
    width: 20px;
    height:20px;
}

.favi_file {
    float:left;
    margin:1px;
    border: solid 1px #808080;
    border-radius: 3px;
    background: url(../img/favi.png) 50% 50% no-repeat;
    width: 20px;
    height:20px;
}




.p_t {
    width:98%;
padding: 6px;
    border-top: #f9f9f9 1px solid;
    border-bottom: #e5e5e5 1px solid;
}

.right {
    float: right;
}



#liken {
    position: relative;
    color: #f9f9f9;
}

#liken:hover > #box_like {
    display: block;
}


#box_like {
    position: absolute;
    top: -70px;
    left: 0;
    width: 200px;
    height: 60px;
    padding: 4px;
    background: url('/shared/img/promonj.png');
    border-radius: 8px;
    display: none;
}

#lik {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #101010;
    opacity: 0.8;
    position: absolute;
    bottom: -10px;
    left: 50px;
}

.ras {
    width: 30px;
    padding-right: 10px;
}
.opt {
     border: 1px solid #cccccc; 
   border-radius: 3px; 
   -webkit-border-radius: 3px; 
   -moz-border-radius: 3px; 
   -khtml-border-radius: 3px; 
   background: #ffffff;
   outline: none; 
   padding: 8px;
   width: 90%; 
   color: #808080;
   font-size: 18px; 
   font-family: Tahoma; 
margin: 8px;
}

.likes  {
    color: #0000ff;
}


.items_video {
    width: 100px;
    height: 100px;
    margin: 4px;
    float: left;
}

.video {
    color: #fff;
}

.video:hover {
    width: 100px;
    height: 100px;
    background: url(/shared/img/promonj.png);
}

.opt:focus{
    
  color: #000000;
  background: #e5e5e5;
  border: 2px solid #0000ff;
}

.my {
 box-shadow: inset 0 0 0 1px #000080, 0 3px 6px 3px #000000;
}

.clear {
    clear:both;
}


.edit_cover_shared {
    background: url(ed_sh.png) no-repeat #e5e5e5;
border-radius: 50%;
opacity: 0.5;
    width: 32px;
    height:32px;
}

.edit_cover_shared:hover {
    background: url(ed_sh2.png) #e5e5e5 no-repeat;
border-radius: 50%;
opacity: 0.5;

    width: 32px;
    height:32px;
}

.cover_shared {
float:right;
}


.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}

.checkbox + label {
  cursor: pointer;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative; 
  padding: 0 0 0 60px;
}

.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}

.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s; 
}

.checkbox:checked + label:before {
  background: #9FD468;
}

.checkbox:checked + label:after {
  left: 26px;
}

.checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}