/** * @author Usman Naeem */ /*COLLAPSABLE*/ .collaps-container { display: block; box-sizing:border-box; font-size: 12px; margin: 4px 4px; border: 0px solid #eee; } .collaps-button { background-color: #ddd; color: #111; padding: 9px 8px; margin: 0px 0px; border: none; text-align: left; cursor: default; width: 100%; opacity: 1.0; border-radius: 2px; } .collaps-button:hover { background-color: #999ea2; color: #fff; opacity: 1.0; } .active { background-color: #999ea2; color: #fff; opacity: 1.0; border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; box-shadow: 0px 3px 9px rgba(0,0,0,0.2); } .collaps-button:after { content: '\002B'; color: #000; float: right; } .active:after { color: #fff; content: "\2212"; } .collaps-label { font-size: 12px; font-weight: normal; padding: 0px 0px; margin: 0px 0px; display: inline-block; } .collaps-content { padding: 0px 18px; margin: 0px 8px; max-height: 0; overflow: hidden; transition: max-height 0.0s ease-out; background-color: #eee; border-bottom-style: solid; border-bottom-width: 0px; border-bottom-color: #fff; } /*COMPONENTS*/ summary { cursor: default; } summary:hover { background-color: #dddddd; } summary:focus { /*outline-style: none;*/ } article > details > summary { font-size: 16px; color: #71797E; } /*details > div { margin-top: 24px; margin-left: 48px; }*/ details details { margin-left: 24px; } details details summary { font-size: 14px; color: #708090; } .component-label { color: #000000; font-size: 11px; font-weight: 900; padding: 0px; margin: 0; margin-left: 4px; display: inline-block; } .check-component-label { float: left; width: 100%; color: #000000; font-size: 11px; font-weight: 100; padding-top: 0px; display: inline-block; } .detail-wrapper { margin: 0; padding: 0; padding-top: 2px; padding-left: 20px; } .sub-detail-wrapper { margin: 0; padding: 0; padding-left: 20px; } /*ITEM DROPDOWN*/ .item_dropdown { position: relative; width:99%; } .item_dropdown_list { display: none; position: absolute; top: -7px; left: 3px; right: 0; background-color: #666666; border: 1px solid #6f7378; color: #ffffff; font-size: 14px; border-radius: 5px; overflow-x: auto; overflow-y: scroll; max-height: 170px; padding-top: 1px; padding-bottom: 1px; } .item_dropdown_list div { cursor: pointer; padding-top: 7px; padding-bottom: 7px; padding-left: 20px; border: 0px solid #555555; } .item_dropdown_list div:hover { background-color: #777777; } .item_dropdown_list hr { height:1px; border-width: 0; color: #999999; background-color: #555555; width: 100%; } .manage_watchlist_div { float: right; margin: 0px 2px 0px 8px; padding: 4px 5px; text-align: center; width: fit-content; border: 1px solid #0963a930; background-color: #f2f3f4; color: #0963a9; width: 97px; } .manage_watchlist_div .alink { font-size: 12px; padding: 0px 0px; } .manage_watchlist_div:hover { background-color: #0963a9; color: #ffffff; text-decoration: none; cursor: default; } .add_to_watchlist_div { width: 98px; } .go_to_watchlist_div { width: 96px; } .watchlist_entry_div { display: none; position: relative; } .watchlist_entry_box { position: absolute; width: 80%; max-width: 400px; top: 0%; left: 50%; padding: 12px 15px 14px 15px; transform: translate(-50%, -120%); -ms-transform: translate(-50%, -120%); -webkit-transform: translate(-50%, -120%); 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_entry_label { float: left; color: #333; font-size: 12px; font-weight: 600; padding: 0px; margin: 0px; display: inline-block; } .watchlist_entry_btn { /*float: right;*/ width: 30%; height: 30px; padding: 0px; margin: 0px; margin-top: 5px; margin-left: 20px; }