body .cover_view{
     position: relative;
   /* height: 166.66666666666666px; */
   /* max-height: 9.333333333333334vw; */
    background-color: rgba(0, 0, 0, 0.47);
}
body .asset_cover:hover .cover_view:before {
    background-color: rgba(0,0,0,.5) !important;
}
body .cover_view:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}
 
  #detailDialog .modal-content form{
     top :30px !important;
  }
  #detailDialog .modal_close{
    padding-right:15px;
  }
  
  .select_btn {
     padding:10px 0 10px 0;
  }
  .select_btn>span{
     padding-right:10px;
  }
  
  body .myItemList.mil_1.mil_select .list .folder_cover{
         position: relative;
    height: 166.66666666666666px;
    max-height: 9.333333333333334vw;
             background-color: rgba(0, 0, 0, 0.19);
  } 
  
  .myItemList:not(.mil_3) .list .folder_cover:not(.icon) img {
    height: auto;
    width: auto;
    /* min-width: 100%; */
    max-height: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.ibtn.icon_download a, 
.ibtn.icon_create a, 
.ibtn.icon_upload a, 
.ibtn.icon_delete a {

    position: relative; 
    font-size: 0.875em;
    font-weight: bold;
    padding: 10px 22px; 
    margin: 0 8px;
    border: 1px solid #d0e4fe;
    border-radius: 100px;
    color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }
 
.ibtn.icon_download a img,
.ibtn.icon_create a img,
.ibtn.icon_upload a img,
.ibtn.icon_delete a img { 
    width: 15px;
    height: 15px;
}
body .myHeader .ibtn a:focus,
body .myHeader .ibtn a:hover{
	background-color:#fff;
}
