| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458 |
- body {
- background-color: #ededed;
- width: 550px;
- height: 100.1%;
- margin: 0 auto;
- padding: 0;
- overflow-x: hidden !important;
- overflow-y: scroll !important;
- font-family: 'Open Sans', sans-serif;
- font-size: .7em;
- }
- #wrapper {
- width: 100%;
- padding: 0 0 40px 0;
- }
- #labelChooserBanner {
- position: relative;
- display: none;
- height: auto;
- width: 100%;
- margin: 0;
- padding: 0;
- background-color: #8f392b;
- color: #FFF;
- font-size: 1.1em;
- }
- #labelChooserBanner>.labelChooserText {
- margin-right: 20px;
- padding: 3px 5px;
- }
- #labelChooserBanner>.labelChooserText>span {
- font-weight: bold;
- }
- #labelChooserBanner>.labelChooserText>a {
- color: #FFF;
- }
- #labelChooserBanner>.labelChooserClose {
- position: absolute;
- top: 0;
- right: 0;
- padding: 5px;
- font-size: 1.3em;
- cursor: pointer;
- color: #EDEDED;
- }
- #newCookie, #pasteCookie {
- display: none;
- }
- #newCookieFromString {
- display: none;
- visibility: hidden;
- }
- #cookieFilter {
- display: none;
- }
- .filteredBy {
- color: red;
- font-weight: bold;
- max-width: 250px;
- overflow: hidden;
- }
- .filterInput {
- float: left;
- width: 5%;
- margin: -2px 5px 0 10px;
- }
- .input {
- width: 99%;
- padding: 2px;
- }
- .checkbox {
- vertical-align: middle;
- }
- .searchCondition {
- width: 100%;
- padding: 5px;
- margin: 0px 0 0px 0;
- text-overflow: ellipsis;
- font-weight: bold;
- }
- #searchBox {
- float: right;
- z-index: 1000;
- }
- #searchField {
- display: none;
- position: fixed;
- top: 1px;
- margin-left: -101px;
- width: 100px;
- z-index: 1000;
- }
- #submitFiltersDiv {
- float: right;
- height: 30px;
- right: 15px;
- top: 10px;
- }
- #submitFiltersButton {
- display: none;
- }
- #submitDiv {
- position: fixed;
- display: none;
- right: 0;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 35px;
- text-align: center;
- background-color: #ededed;
- border-top: 1px solid #525252;
- }
- .submitDivSepWindow {
- position: relative !important;
- bottom: 0 !important;
- }
- #helpButton {
- position: absolute;
- width: 50px;
- margin: 10px 0 0 -55px;
- right: 10px;
- text-align: right;
- color: #000;
- }
- #helpButton:hover {
- color: #3B3B3B;
- }
- #submitButton {
- width: auto;
- height: auto;
- margin: 0;
- padding: 0 20px;
- cursor: pointer;
- text-align: center;
- font-size: 3.3em;
- color: #008000;
- }
- #submitButton:hover {
- color: #009300;
- }
- .clearDiv {
- cursor: pointer;
- float: right;
- margin-right: 3px;
- margin-top: -10px;
- }
- .searchResult {
- background: none!important;
- background-color: #4DFFA3!important;
- }
- .highlight {
- color: black;
- font-weight: bold;
- }
- #alert_wrapper {
- position: fixed;
- display: none;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- bottom: 0;
- right: 0;
- z-index: 1000;
- }
- #alert_background {
- position: absolute;
- background-color: #FFF;
- opacity: .8;
- width: 100%;
- height: 100%;
- }
- #alert_box {
- position: relative;
- width: 400px;
- height: 100px;
- margin: 10% auto 0 auto;
- font-size: 1.4em;
- text-align: center;
- padding: 10px 20px 10px 20px;
- background-color: #000;
- color: #FFF;
- }
- #alert_title {
- margin: 0 0 10px 0;
- word-wrap: break-word;
- }
- #alert_title_p {
- margin: 0;
- }
- #alert_buttons {
- margin: auto;
- width: 75%;
- }
- .alert_button {
- width: 45%;
- padding-top: 5px;
- padding-bottom: 5px;
- border-color: #C7C7C7;
- border-style: solid;
- border-width: 1px;
- cursor: pointer;
- }
- .alert_button:hover {
- background-color: #2a2a2a;
- }
- #alert_ok {
- float: left;
- }
- #alert_cancel {
- float: right;
- }
- .helper {
- visibility: hidden;
- margin-left: -9px;
- color: #b10000!important;
- cursor: help;
- font-weight: bold;
- }
- #cookieFilter .cookie-row>div {
- width: 150px !important;
- }
- .cmdText {
- height: 16px;
- }
- .value {
- resize: vertical;
- }
- .cookie_details_template {
- display: none;
- }
- .cookie-table {
- display: table;
- z-index: 10;
- margin-left: 35px;
- width: 92%;
- }
- .cookie-table>* {
- display: table-row;
- }
- .cookie-table>label {
- font-size: 1em;
- color: #383838;
- }
- .cookie-row {
- display: table;
- margin-left: 35px;
- width: 92%;
- }
- .cookie-row>* {
- display: table-cell;
- padding-right: 5px;
- vertical-align: middle;
- }
- .commands-table {
- display: table;
- z-index: 10;
- width: 100%;
- border-bottom: 1px solid #525252;
- color: #363636;
- table-layout: fixed;
- }
- .commands-row {
- display: table-row;
- width: 100%;
- text-align: center;
- }
- .commands-row>* {
- display: table-cell;
- width: 100%;
- padding: 0;
- vertical-align: middle;
- }
- .commands-row a {
- text-align: center;
- padding: 5px 10px;
- border-right: 1px solid #A1A1A1;
- cursor: pointer;
- }
- .commands-row a:last-child {
- border-right: 0px solid #A1A1A1;
- }
- .commands-row>a:hover {
- opacity: 0.8;
- }
- .commands-row a i {
- margin: 0;
- padding: 0;
- width: 100%;
- font-size: 1.8em;
- }
- .commands-row>a>span {
- font-size: 1em;
- line-height: 1em;
- display: none;
- }
- .commands-row-texy>a {
- vertical-align: top;
- }
- .commands-row-texy>a>i {
- padding-bottom: 2px;
- }
- .commands-row-texy>a>span {
- display: block;
- }
- .vertical-commands-row {
- display: table;
- vertical-align: middle;
- margin-top: -13px;
- margin-bottom: -100px;
- width: 30px;
- padding: 0;
- }
- .vertical-commands-row>* {
- height: 2.3em;
- width: 30px;
- display: table-row;
- text-align: left;
- cursor: pointer;
- }
- .vertical-commands-row>a:hover {
- opacity: 0.8;
- }
- .vertical-commands-row>*>* {
- padding: 5px;
- width: 30px;
- font-size: 1.8em;
- }
- .fa:not(.fa-spin) {
- padding-right: 1px;
- padding-left: 5px;
- width: 14px;
- height: 18px;
- }
- .error {
- width: 100%;
- color: red;
- font-size: 1.1em;
- text-align: left !important;
- }
- .toast {
- display: none;
- position: fixed;
- z-index: 4000;
- background-color: #4D4D4D;
- color: #FFF;
- border-radius: 5px;
- font-size: 1.5em;
- padding: 7px;
- width: auto;
- top: 10%;
- left: 50%;
- }
- #loader-container {
- z-index: 1000;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- text-align: center;
- padding-top: 15px;
- background-image: url('/img/transparent_white_60.png');
- }
- #loader-container i {
- z-index: 1001;
- color: #222;
- }
- #noCookies {
- display: none;
- width: 100%;
- margin-top: 50px;
- text-align: center;
- font-size: 1.6em;
- font-weight: bold;
- }
- .unselectable {
- -moz-user-select: -moz-none;
- -khtml-user-select: none;
- -webkit-user-select: none;
- -o-user-select: none;
- user-select: none;
- }
- .error {
- color: #ff0000 !important;
- font-weight: bold;
- }
|