123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 |
- .frreport {
- border:/*main-border-width*/0px solid /*main-border-color*/black;
- display:-moz-inline-stack;
- display:inline-block;
- zoom:1;
- background-color:/*main-background-color*/white;
- color:/*main-text-color*/black;
- font-family:Tahoma, Geneva, sans-serif;
- font-style:normal;
- font-weight:normal;
- font-size:/*main-font-size*/10px;
- }
- .frreport .frtoolbar input {
- -webkit-appearance:none;
- padding:0;
- margin:0;
- }
- .frreport .frtoolbar input[type="text"]
- {
- width:auto;
- }
- .frreport .frtoolbar
- {
- _border-bottom:/*toolbar-border-width*/1px solid /*toolbar-border-color*/black;
- vertical-align:middle;
- color:/*toolbar-text-color*/black;
- background:/*toolbar-background-color*/#ebebeb /*toolbar-background-url*/url(/Web/Toolbar/ToolbarBackground.gif) center repeat-x;
- height:/*toolbar-height*/40px;
- width:100%;
- }
- .frreport .frtoolbar .space {
- visibility:hidden;
- width:100%;
- height:32%;
- float:left;
- }
- .frreport .frtoolbar .input {
- border:0;
- background:/*toolbar-input-background-color*/#f8f8f8;
- font-size:/*toolbar-font-size*/12px;
- padding-top:3px;
- padding-bottom:3px;
- margin-top:-2px;
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- border-radius:2px;
- -khtml-border-radius:2px;
- }
- .frreport .frtoolbar .delim {
- padding:3px 5px 3px 5px!important;
- }
- .frreport .frtoolbar .input:hover {
- background:/*toolbar-input-selected-background-color*/#fff;
- }
- .frreport .frtoolbar .center {
- text-align:center;
- }
- .frreport .frtoolbar .left {
- text-align:left;
- }
- .frreport .frtoolbar .tr, .frreport .frtoolbar .td {
- position:relative;
- float:left;
- }
- .frreport .frtoolbar .td {
- text-align:center;
- }
- .frreport .frtoolbar img {
- border:0;
- }
- .frreport .divider {
- width:10px;
- }
- .frreport .nav {
- width:16px;
- cursor:pointer;
- border:none;
- }
- .frreport .round {
- box-shadow:2px 2px 5px #777;
- -webkit-box-shadow:2px 2px 5px #777;
- -moz-box-shadow:2px 2px 5px #777;
- }
- .frreport .frbody {
- display: inline-block;
- overflow: auto;
- width: 100%;
- height: /*body-height*/100%;
- }
- .frreport .frbody .frcontainer {
- display: inline-block;
- overflow: hidden;
- }
- .frreport .frtoolbar ul {
- list-style:none;
- margin:0;
- padding:0;
- }
- .frreport .radio {
- list-style:none;
- }
- .frreport .frtoolbar li ul {
- position:absolute;
- display:none;
- padding:0;
- text-align:left;
- white-space:nowrap;
- border:/*menu-border-width*/1px solid /*menu-border-color*/#888;
- background-color:/*menu-background-color*/#f0f0f0;
- z-index:100;
- }
- .frreport .menuitem {
- text-align:left;
- /*
- display:block;
- width:240px;*/
- }
- .frreport .radioitem {
- text-align:left;
- /*
- display:block;
- width:120px; */
- }
- .frreport .checked {
- background:/*toolbar-checkbox-url*/url("/Web/Toolbar/Checkbox.gif") no-repeat 8px 60%;
- }
- .frreport .menutext {
- padding:0.4em 1em 0.4em 1em!important;
- color:/*menu-text-color*/#444;
- cursor:pointer;
- font-size:/*toolbar-font-size*/12px;
- font-weight:normal;
- border:0;
- text-align:left;
- width:240px;
- background-color:/*menu-background-color*/#f0f0f0;
- }
- .frreport .padleft {
- padding-left:2em!important;
- }
- .frreport .frtoolbar li .menutext:hover {
- color:/*menu-selected-text-color*/#fff;
- background-color:/*menu-selected-background-color*/#bbbbbb;
- }
- .frreport .frtoolbar li:hover ul {
- display:block;
- }
- .frreport .export_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/Export.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:-63px 0;
- }
- .frreport .print_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/Print.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:-79px 0;
- }
- .frreport .zoom_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/Zoom.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:-127px 0;
- }
- .frreport .settings_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/Settings.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:-143px 0;
- }
- .frreport .refresh_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/Refresh.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:-95px 0;
- }
- .frreport .first_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/First.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:-15px 0;
- }
- .frreport .prev_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:0px 0;
- }
- .frreport .next_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/Next.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:-31px 0;
- }
- .frreport .last_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/Last.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:-47px 0;
- }
- .frreport .search_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/Search.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:-111px 0;
- }
- .frreport .back_button {
- background:/*toolbar-image-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
- width:16px;
- height:16px;
- background-position:0px 0;
- }
- .frreport .export_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Export.gif") no-repeat;
- background-position:-63px 0;
- }
- .frreport .print_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Print.gif") no-repeat;
- background-position:-79px 0;
- }
- .frreport .zoom_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Zoom.gif") no-repeat;
- background-position:-127px 0;
- }
- .frreport .settings_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Settings.gif") no-repeat;
- background-position:-143px 0;
- }
- .frreport .refresh_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Refresh.gif") no-repeat;
- background-position:-95px 0;
- }
- .frreport .first_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/First.gif") no-repeat;
- background-position:-15px 0;
- }
- .frreport .prev_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
- background-position:0px 0;
- }
- .frreport .next_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Next.gif") no-repeat;
- background-position:-31px 0;
- }
- .frreport .last_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Last.gif") no-repeat;
- background-position:-47px 0;
- }
- .frreport .search_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Search.gif") no-repeat;
- background-position:-111px 0;
- }
- .frreport .back_button:disabled {
- background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
- background-position:0px 0;
- }
- .frreport .tab
- {
- padding:0.2em 1em 0.2em 1em!important;
- margin: -0.2em 0.1em 0em 0.3em!important;
- color:/*menu-text-color*/#444;
- border:/*menu-border-width*/1px solid /*menu-border-color*/#888;
- background-color:/*menu-background-color*/#f0f0f0;
- font-size: 12px;
- font-style:normal;
- font-weight:normal;
- }
- .frreport .tabselector{float:left;}
- .frreport .tabclose
- {
- width:16px;
- padding:0.2em 0 0.2em 0!important;
- text-align:center;
- margin:-0.2em 0 0.1em -0.4em!important;
- color:#444;
- border-width:1px 1px 1px 0px;
- border-style:solid;
- border-color:#888;
- background-color:#f0f0f0;
- font-size: 12px;
- font-style:normal;
- font-weight:normal;}
- .frreport .tabselected, .frreport .tab:hover
- {
- color:/*menu-selected-text-color*/#fff;
- background-color:/*menu-selected-background-color*/#bbbbbb;
- }
- .gutter {
- background-color: #eee;
- background-repeat: no-repeat;
- background-position: 50%;
- }
- .gutter.gutter-horizontal {
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
- cursor: ew-resize;
- }
- .froutline, .frbody {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .froutline {
- overflow: auto;
- height: /*body-height*/100%;
- /*direction: rtl;*/
- }
- .froutlinecontainer {
- /*direction: ltr;*/
- /*display: inline-block;*/
- }
- .froutline, .frbody, .gutter.gutter-horizontal {
- float: left;
- }
|