a{
  cursor:pointer;
}

.DNNEmptyPane{
  width:auto!important;
}

.dnnModuleDigitalAssetsBackground{
  border:1px solid #d1d1d1;
}

 

#DigitalAssetsGridViewBtnId{
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-right: 10px;
  margin-left: 0;  
  border-right-width: 1px!important;
  border-left-width: 1px!important;
}

#dnnModuleDigitalAssetsMainToolbarTitle{
  border-left: 1px solid #ccc;
}

#dnnModuleDigitalAssetsMainToolbarTitle span{
  font-size:12px;
}

.frame-wrapper{
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto; 
  -webkit-overflow-scrolling:touch;  
}

.frame-wrapper-h5p{
    position: relative;
    padding-bottom: 54.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto; 
    -webkit-overflow-scrolling:touch;  
}

.frame-wrapper iframe, .frame-wrapper-h5p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}