/** * @author Usman Naeem */ .watch_list_container { box-sizing:border-box; display: inline-block; width: 100%; padding: 0px 20px; } .watch_list_header_div { box-sizing:border-box; background-color: #0963a9; padding: 7px 0px; text-align: center; margin: 8px 0 -8px 0; width: 100%; box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2); } .watch_list_header_title { display: inline-block; color: #fff; font-size: 11px; } .watch_list_empty { color: #333; font-size: 13px; text-align: center; padding: 40px 0px 20px 10px; } .watch_list_div_container { box-sizing:border-box; display: inline-block; width: 100%; padding: 0px 2px; } .watch_list_div_title { background-color: #E7E7E7; box-sizing:border-box; display: inline-block; width: 100%; padding: 4px 10px; font-size: 12px; font-weight: bold; color: #333; text-align: left; margin: 25px 0px 0px 0px; box-shadow: 0px 1px 3px rgba(0,0,0,0.45); } .watch_list_div { box-sizing:border-box; background-color: #f5f5f5; color: #333; padding: 10px 10px; margin: 0px 4px 0px 4px; pointer-events: all; width: auto; /*box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);*/ box-shadow: 0px 3px 5px rgba(0,0,0,0.3); } /*.watch_list_div:hover { background-color: #E7E7E7; }*/ .watch_list_detail_name { display: inline-block; color: #666; font-size: 12px; font-weight: bold; text-align: left; padding: 0px 10px 0px 2px; text-decoration: none; } .watch_list_detail_value { display: inline-block; text-align: left; text-decoration: none; } .watch_list_detail_reload_on_value { color: #088F8F; font-size: 12px; } .watch_list_detail_reload_off_value { color: #888; font-size: 9px; } .watch_list_detail_desc_value { color: #777; font-size: 13px; font-style: italic; width: 100%; } .watch_list_detail_frame { display:block; width: 100%; overflow:hidden; margin:0; top: 0; left: 0; padding:0; border: none; pointer-events: none; } .watch_list_actions { display: inline-grid; grid-template-columns: 1fr 1fr 1fr; width: 100%; margin: 24px 0px 0px 0px; } .watch_list_action { } .watchlist_edit_div { display: none; position: relative; } .watchlist_edit_box { position: absolute; width: 80%; max-width: 400px; top: 0%; left: 50%; padding: 12px 14px 14px 14px; transform: translate(-50%, -62%); -ms-transform: translate(-50%, -62%); -webkit-transform: translate(-50%, -62%); background-color: #f8f8ff; border: 1px solid #0963a9; border-radius: 5px; text-align: center; box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3); } .watchlist_edit_label { float: left; color: #333; font-size: 12px; font-weight: 600; padding: 0px; margin: 0px; display: inline-block; } .watchlist_edit_btn { width: 30%; height: 30px; padding: 0px; margin: 0px; margin-top: 5px; margin-left: 20px; } .watchlist_delete_div { display: none; position: relative; } .watchlist_delete_box { position: absolute; width: 80%; max-width: 400px; top: 0%; left: 50%; padding: 12px 14px 14px 14px; transform: translate(-50%, -100%); -ms-transform: translate(-50%, -100%); -webkit-transform: translate(-50%, -100%); background-color: #f8f8ff; border: 1px solid #0963a9; border-radius: 5px; text-align: center; box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3); } .watchlist_delete_confirm { text-align: center; color: #333; font-size: 13px; font-weight: normal; padding: 0px; margin: 0px; display: inline-block; } .watchlist_delete_label { text-align: center; color: #333; font-size: 14px; font-weight: 600; padding: 0px; margin: 0px; white-space: wrap; overflow: hidden; text-overflow: ellipsis; } .watchlist_delete_btn { width: 30%; height: 30px; padding: 0px; margin: 0px; margin-top: 5px; margin-left: 20px; } .aeatas_button { padding: 0px; margin: 0px; width: 80px; height: 20px; cursor: default; display: flex; align-items: center; border: none; border-radius: 3px; box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1); background-color: #0963a9; } .aeatas_button, .aeatas_button span { transition: 200ms; } .aeatas_button_label { transform: translateX(6px); color: #ffffff; font-weight: normal; font-size: 13px; } .aeatas_button_icon { position: absolute; padding: 0px; margin: 0px; border-left: 1px solid black; border-radius: 1px; transform: translateX(60px); height: 20px; width: 20px; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; color: #ffffff; background-color: lightblue; } .aeatas_button:not(:active):hover { background-color: lightblue; } .aeatas_button:not(:active):hover .aeatas_button_label { color: transparent; } .aeatas_button:not(:active):hover .aeatas_button_icon { width: 40px; border-left: none; transform: translateX(20px); } .aeatas_button:focus { outline: none; } .swl_delete_lbl { color: #e62222; } .swl_delete_icon { border-left: 0px solid darkred; color: #ffffff; font-size: 12px; background-color: #ff3636; } .swl_delete_btn { background-color: transparent; border: 1px solid #ff363660; float: left; } .swl_delete_btn:not(:active):hover { background-color: #ff3636; } .swl_launch_lbl { } .swl_launch_icon { border-left: 1px solid black; color: #000000; background-color: lightblue; } .swl_launch_btn { background-color: #0963a9; float: right; } .swl_launch_btn:not(:active):hover { background-color: lightblue; } .swl_edit_lbl { color: #666; } .swl_edit_icon { border-left: 0px solid #666; color: #ffffff; font-size: 16px; background-color: #777; } .swl_edit_btn { background-color: transparent; border: 1px solid #88888870; place-self: center; margin: 0 auto; } .swl_edit_btn:not(:active):hover { background-color: #777; }