@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css); @import url(https://fonts.googleapis.com/css?family=Tangerine); .container { position: relative; width: 80%; } .auction_img_01{ width:100%; transition: .1s ease; // backface-visibility: hidden; } .middle { transition: .1s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%) } .auction_img_01:hover { opacity: 0.3; } .container:hover .middle { opacity: 1; } .text { background-color: #4CAF50; color: white; font-size: 16px; padding: 16px 32px; } .auction_desc_01{ color: #6b4762; font-family: Tajawal-Regular; font-size: 24px; } .auction_name_01{ color: #6b4762; font-family: Tajawal-Regular; font-size: 32px; } .tb_01{ width:100%; font-family: Tajawal-Regular; } .tr_01{ width: 100%; font-size: 17px; } .tr_02{ width: 100%; font-size: 17px; height: 35px; } .td_00{ width: 4%; } .td_01{ width: 14%; font-size: 17px; font-weight: bold; } .td_02{ width: 32%; font-size: 17px; } .auction_assets_01{ color: #6b4762; font-family: Tajawal-Regular; font-size: 28px; } .tr_03{ width: 100%; font-size: 14px; } .tb_asset_header{ width:100%; } .asset_title_td{ width:100%; background-color:#d9d9d9; border-radius:5px; outline: 1px solid #f2f2f2; } .asset_title_td:hover{ background-color:#bfbfbf; } .asset_title{ font-family: Tajawal-Regular; font-size: 22px; } .td_asset_key_value{ background-color:#ffffff; border-radius:5px; outline: 1px solid #f2f2f2; width:20%; } .td_asset_value{ background-color:#ffffff; text-align:center; width:30%; border-radius:5px; outline: 1px solid #f2f2f2; } .empty_td_asset{ width:20%; } .td_asset_key_value_group{ width:20%; background-color:#e6e6e6; } .td_asset_value_group{ width:40%; background-color:#e6e6e6; } .tb_02{ width:100%; font-family: Tajawal-Regular; background-color:#e6e6e6; border-radius:5px; outline: 1px solid #f2f2f2; } .td_asset_links{ width:25%; } .mt32{ } .assets_table_header{ width:100%; } .assets_header_tr{ width:100%; font-size: 17px; } .assets_header_td{ width: 20%; font-family: Tajawal-Regular; font-size: 17px; } .assets_header_td_label{ font-family: Tajawal-Regular; font-size: 20px; } .scroll{ max-height: 500px; overflow: auto; margin-bottom:30px; } .assets_table_body{ width:100%; } .assets_body_tr{ width:100%; margin-top: 5px; } .assets_body_td{ width:20%; font-family: Tajawal-Regular; font-size: 17px; } .attachment_file_img{ width:80px; height:70px; }