| |
| /* |
| * lib/css/legacy/body.css |
| */ |
| html { |
| margin: 0px; |
| padding: 0px; |
| } |
| |
| body { |
| margin: 0px; |
| padding: 0px; |
| font-family: Arial, Helvetica, Sans; |
| font-size: 14px; |
| color: #000; |
| background-color: #e2e2e2; |
| } |
| |
| pre { margin: 0px; padding: 0px; } |
| |
| button { margin: 2px; margin-left: 0px; } |
| |
| label { |
| padding-top: 15px; |
| color: #404040; |
| } |
| |
| select, input, textarea { |
| border: 1px solid #ccc; |
| -moz-border-radius: 4px; |
| -webkit-border-radius: 4px; |
| font-size: inherit; |
| padding: 4px; |
| color: #444; |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| } |
| |
| textarea { |
| font-family: inherit; |
| height: 120px; |
| width: 90%; |
| font-size: inherit; |
| white-space: normal; |
| } |
| |
| table { padding: 0px; border-collapse: 'collapse'} |
| |
| td { |
| padding:0px; |
| margin: 0px; |
| vertical-align: top; |
| } |
| |
| p { |
| margin: 0px 0px 9px 0px; |
| line-height: 1.5em; |
| } |
| |
| li { |
| line-height: 1.5em; |
| } |
| |
| hr { |
| margin: 18px 0; |
| border: 0; |
| border-top: 1px solid #e5e5e5; |
| border-bottom: 1px solid #ffffff; |
| } |
| |
| /* links */ |
| |
| a:active { outline:none; } |
| |
| a { |
| color: #0088cc; |
| text-decoration: none; |
| } |
| a:hover { |
| color: #005580; |
| text-decoration: underline; |
| } |
| |
| .link_type { |
| padding:2px; |
| color: #0088cc; |
| cursor: pointer; |
| } |
| |
| .link_type:hover { |
| color: #005580; |
| text-decoration: underline; |
| } |
| |
| :focus { -moz-outline-style:none; } |
| |
| table.simpletable { border-collapse: collapse; margin-bottom: 10px;} |
| table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; } |
| |
| div.fix_ff_cursor { overflow: auto; } |
| |
| /* --- Layout --- */ |
| |
| div.comment { color: #444; } |
| |
| .small { |
| font-size: 11px; |
| } |
| |
| .help { |
| margin: 3px 0px; |
| color: #888; |
| } |
| |
| div#body_div { |
| display: none; |
| padding-right: 7px; |
| width: 900px; |
| margin: auto; |
| margin-top: 56px; |
| } |
| |
| .content { |
| width: 900px; |
| } |
| |
| .background-fade-in { |
| -webkit-transition: background 1s ease-in; /* property duration timing-function delay */ |
| -moz-transition: background 1s ease-in; |
| -o-transition: background 1s ease-in; |
| transition: background 1s ease-in; |
| } |
| |
| footer { |
| width: 900px; |
| margin: auto; |
| } |
| header .container { |
| width: 900px; |
| margin: auto; |
| } |
| |
| @media (max-width: 1200px) { |
| div#body_div, header .container, .content, #opened-page-selector, footer { |
| width: 900px; |
| } |
| } |
| |
| @media (min-width: 1200px) { |
| div#body_div, header .container, .content, #opened-page-selector, footer { |
| width: 1100px; |
| } |
| } |
| |
| div.no_script { |
| display: none; |
| } |
| |
| div.loading_div { |
| background-color: #FFFFCC; |
| z-index: 1999; |
| right: 5px; |
| width: 90px; |
| display: none; |
| text-align: center; |
| padding: 2px; |
| border: 1px solid #FF4; |
| } |
| |
| div.std-footer { |
| margin: 13px 0px; |
| border-top: 1px solid #AAA; |
| padding: 13px; |
| } |
| |
| div.std-footer-item { |
| margin: 0px 13px 13px 0px; |
| } |
| |
| .shadow { |
| -moz-box-shadow: 0px 2px 2px #888; |
| -webkit-box-shadow: 0px 2px 2px #888; |
| box-shadow: 0px 2px 2px #888; |
| } |
| |
| .round { |
| -webkit-border-radius: 5px; |
| -moz-border-radius: 5px; |
| border-radius: 5px; |
| } |
| |
| .layout_wrapper, .layout-wrapper { |
| -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3); |
| -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3); |
| box-shadow: 0px 0px 6px rgba(0,0,0,0.3); |
| background-color: #fff; |
| padding: 15px; |
| } |
| |
| .layout-wrapper-background { |
| background-color: #fafafa !important; |
| padding: 0px; |
| } |
| |
| .layout-main-section { |
| width: 71%; |
| float: left; |
| padding: 15px; |
| background-color: #FFF; |
| min-height: 600px; |
| -moz-box-shadow: 7px 0px 6px -2px #ddd; |
| -webkit-box-shadow: 7px 0px 6px -2px #ddd; |
| box-shadow: 7px 0px 6px -2px #ddd; |
| } |
| |
| .layout-side-section { |
| width: 22%; |
| /*float: right;*/ |
| color: #606060; |
| overflow-x: hidden; |
| padding: 15px; |
| min-height: 600px; |
| } |
| |
| /* from bootstrap */ |
| .container { |
| margin-left: auto; |
| margin-right: auto; |
| zoom: 1; |
| } |
| .container:before, .container:after { |
| display: table; |
| content: ""; |
| zoom: 1; |
| } |
| .container:after { |
| clear: both; |
| } |
| |
| .well { |
| min-height: 20px; |
| padding: 19px; |
| margin-bottom: 20px; |
| background-color: #f5f5f5; |
| border: 1px solid #eee; |
| border: 1px solid rgba(0, 0, 0, 0.05); |
| -webkit-border-radius: 4px; |
| -moz-border-radius: 4px; |
| border-radius: 4px; |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
| -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
| } |
| |
| .avatar-small { |
| display: inline-block; |
| width: 24px; |
| height: 20px; |
| vertical-align: middle; |
| overflow: hidden; |
| margin: 0px 3px; |
| } |
| .avatar-small img { |
| width: 24px; |
| } |
| |
| /* |
| * lib/css/legacy/messages.css |
| */ |
| |
| /* FLOATING MESSAGE */ |
| |
| .btn-img { cursor: pointer; } |
| |
| div.fetching { color: #888; text-align:right; } |
| |
| div.notice { |
| postion: absolute; |
| background-color: #000; |
| -moz-border-radius: 5px; -webkit-border-radius: 5px; |
| opacity: 0.6; |
| right: 0; |
| top: 0; |
| margin-top: 8px; |
| z-index: -1; |
| padding: 8px; |
| } |
| |
| /** help **/ |
| |
| .info-box { |
| background-color: #F8F8F8; |
| border: 1px solid #CCCCCC; |
| border-radius: 3px 3px 3px 3px; |
| line-height: 1.6em; |
| overflow: auto; |
| padding: 6px 10px; |
| margin-bottom: 9px; |
| } |
| |
| .help_box, .help-box { |
| background-color:#FFC; |
| font-size: 13px; |
| color: #864; |
| padding: 7px; |
| margin: 11px 0px; |
| border: 1px solid #EEB; |
| } |
| |
| .help_box_big { |
| background-color:#FFC; |
| color: #864; |
| padding: 7px; |
| margin: 7px 0px; |
| border: 1px solid #EEB; |
| text-align: center; |
| font-size: 14px; |
| } |
| |
| /* |
| * lib/css/legacy/forms.css |
| */ |
| /* FORMS */ |
| |
| div.form-section-head { |
| margin: 11px 0px 3px 0px; |
| border-top: 1px solid #ccc; |
| padding-top: 11px; |
| } |
| |
| div.form-layout-row:first-child .form-section-head { |
| border-top: 0px solid #ccc !important; |
| } |
| |
| div.form-section-head h3 { |
| line-height: 20px; |
| } |
| |
| div.form-section-head hr { |
| margin: 9px 0px; |
| } |
| |
| |
| div.frm_print_wrapper { |
| background-color:#FFF; |
| border:1px solid #444; |
| padding: 40px; |
| |
| box-shadow:1px 1px 8px #229; |
| -moz-box-shadow: 1px 1px 8px #229; |
| -webkit-box-shadow: 1px 1px 8px #229; |
| } |
| |
| div.page_break { |
| margin: 24px 0px; |
| border-top: 1px dashed #888; |
| } |
| |
| div.grid_tbarlinks { |
| border-bottom: 0px; |
| background-color: #CCC; |
| padding: 4px 4px 2px 4px; |
| width: 190px; |
| float: right; |
| |
| -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; |
| -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; |
| } |
| |
| |
| div.dialog_frm { |
| position: relative; |
| margin: 10px; |
| } |
| |
| |
| |
| /*------------------*/ |
| |
| .top_cell { |
| height: 50px; |
| } |
| |
| div.attach_area { |
| padding: 8px; |
| margin: 8px; |
| background-color: #EEE; |
| } |
| |
| div.attach_area table { |
| width: 100%; |
| } |
| |
| .tablabel_normal { |
| margin: 0 4px 0 0; |
| padding: 3px 5px; |
| line-height: 1.3em; |
| display: inline; |
| cursor: pointer; |
| } |
| |
| .tablabel_selected { |
| margin: 0 4px 0 0; |
| padding: 3px 5px; |
| line-height: 1.3em; |
| font-weight: bold; |
| display: inline; |
| cursor: pointer; |
| color: #000; |
| } |
| |
| .scrollhead_wrapper { |
| position: absolute; |
| z-index: 1; |
| height: 30px; |
| } |
| |
| .treeimg { |
| cursor: pointer; |
| margin-right: 3px; |
| } |
| |
| |
| .sectionCell { |
| padding: 5px; |
| vertical-align: top; |
| } |
| |
| .code_area { |
| width: 80%; |
| margin: 8px; |
| padding: 4px; |
| background-color: #F8F8F8; |
| border: 1px solid #CCC; |
| overflow-x: auto; |
| } |
| |
| .code_text { |
| width: 100%; |
| height: 360px; |
| margin-top: 3px; |
| font-family: Courier, Fixed; |
| font-size: 12px; |
| } |
| |
| div.time_field select{ |
| display: inline; |
| margin: 2px; |
| width: 45px; |
| } |
| |
| /* Documents */ |
| |
| .frm_field_table { |
| width: 100%; |
| border-collapse: collapse; |
| } |
| |
| .datalabelcell { |
| padding: 2px 0px; |
| width: 160px; |
| vertical-align: top; |
| } |
| .datainputcell { padding: 2px 0px; } |
| |
| |
| .help ol { |
| padding-left: 19px; |
| } |
| |
| .field_description_top { |
| margin-bottom: 3px; |
| } |
| |
| .input_area input, select, textarea { |
| font-size: 14px; |
| padding: 2px; |
| } |
| |
| .input_area input { |
| width: 80%; |
| margin: 0px; |
| } |
| .input_area select { |
| width: 80%; |
| } |
| .input_area textarea { |
| width: 90%; |
| } |
| |
| .disp_area { |
| width: 80%; |
| padding: 2px 0px; |
| font-size: 12px; |
| } |
| .disp_area_no_val { |
| height: 14px; |
| } |
| |
| .no_img { |
| padding: 40px; |
| width: 100px; |
| height: 20px; |
| color: #888; |
| text-align: center; |
| border: 1px solid #AAA; |
| } |
| |
| .input-mandatory { |
| font-size: 14px !important; |
| font-weight: bold; |
| } |
| |
| .field-to-update { |
| background-color:#FEE; |
| } |
| |
| /* sidebar */ |
| |
| div.sidebar-comment-wrapper input { |
| width: 50%; |
| } |
| div.sidebar-comment-message { |
| margin-top: 8px; |
| color: #777; |
| } |
| |
| div.sidebar-comment-text { |
| font-size: 12px; |
| font-weight: bold; |
| margin-top: 8px; |
| color: #444; |
| } |
| div.sidebar-comment-info { |
| color: #777; |
| } |
| |
| /* |
| * lib/css/legacy/grid.css |
| */ |
| |
| |
| /* Grid */ |
| |
| |
| /* --- Simple --- */ |
| .grid_wrapper_simple { |
| width: 100%; |
| margin-bottom: 8px; |
| border: 1px solid #AA9; |
| } |
| |
| .grid_head_wrapper_simple { |
| padding: 0px; |
| border-bottom: 2px solid #AAA; |
| } |
| |
| .grid_head_wrapper_simple td { |
| border-right: 1px solid #AA9; |
| } |
| |
| .grid_head_wrapper_simple td div { |
| padding: 2px; |
| } |
| |
| .grid_tab_wrapper_simple { |
| } |
| |
| .grid_cell_simple { |
| padding: 2px; |
| background-color: #fff; |
| border-right: 1px solid #AA9; |
| } |
| |
| |
| /* --- Normal --- */ |
| .grid_wrapper { |
| position: relative; |
| overflow: auto; |
| border: 1px solid #AAA; |
| width: 100%; |
| margin-bottom: 8px; |
| background-color: #fff; |
| } |
| |
| .grid_tab_wrapper { |
| position: absolute; |
| top: 40px; |
| border-bottom: 1px solid #DDD; |
| } |
| |
| .grid_table, .grid_head_table { |
| table-layout: fixed; |
| border-collapse: collapse; |
| /*width: 100%;*/ |
| } |
| |
| .grid_cell { |
| border-right: 1px solid #ddd; |
| padding: 0px; |
| background-color: #fff; |
| } |
| |
| .grid_head_wrapper { |
| position: absolute; |
| z-index: 1; |
| height: 40px; |
| padding: 0px; |
| overflow: hidden; |
| /*background-color: #fff;*/ |
| } |
| |
| .grid_head_table td { |
| background-color: #EEE; |
| border-right: 1px solid #AAA; |
| border-bottom: 1px solid #AAA; |
| height: 40px; |
| padding: 0px; |
| } |
| |
| .grid_head_table td div { |
| color: #222; |
| font-weight: bold; |
| overflow: hidden; |
| padding: 2px 0px; |
| text-align: center; |
| } |
| |
| .grid_selector { |
| padding: 1px; |
| border-right: 1px solid #DDD; |
| width: 20px; |
| background-color: #fff; |
| } |
| |
| .grid_cell_div { |
| padding: 2px; |
| cursor: pointer; |
| overflow: hidden; |
| border: 2px solid #FFF; |
| } |
| |
| .grid_cell_div_selected { |
| border: 2px solid #88f; |
| } |
| |
| .grid_cell_div input, .grid_cell_div select, .grid_cell_div div input { |
| margin: 0px; |
| border: 0px; |
| width: 100%; |
| margin: 0px; |
| } |
| |
| .grid_cell_div textarea { |
| border: 3px solid #abf; |
| height:200px; |
| width: 300px; |
| z-index: 10; |
| position:absolute; |
| } |
| |
| .gridDivSelected option { border: 0px; } |
| |
| /* |
| * lib/css/legacy/listing.css |
| */ |
| |
| |
| /* SRS */ |
| |
| table.srs_result_tab { |
| border: 2px solid #AAA; |
| border-collapse: collapse; |
| } |
| |
| /* firefox bug fix for disappering borders */ |
| table.srs_result_tab td, table.srs_result_tab tr, table.srs_result_tab tbody, table.srs_result_tab div { |
| position: static; |
| } |
| |
| table.srs_result_tab td { |
| padding: 3px 2px; |
| position: static; |
| } |
| |
| div.srs_body_area { |
| } |
| |
| div.srs_results_area { |
| } |
| |
| div.srs_filter_wrapper { |
| border: 1px solid #CCF; |
| |
| background-color: #EEF; |
| margin:0px 0px 8px 0px; |
| |
| -moz-border-radius: 5px; |
| -webkit-border-radius: 5px; |
| border-radius: 5px; |
| } |
| |
| div.srs_filter_area { |
| padding: 8px; |
| } |
| |
| div.srs_filter_area td { |
| vertical-align: middle; |
| } |
| |
| /* |
| * lib/css/legacy/report.css |
| */ |
| |
| /* Reports */ |
| |
| div.report_grid_area { |
| position: relative; |
| padding: 8px; |
| } |
| |
| |
| div.report_tab { |
| border: 1px solid #AAA; |
| position: relative; |
| overflow: auto; |
| } |
| |
| div.report_no_data { |
| padding: 8px; |
| background-color: #EEE; |
| border: 1px solid #DDD; |
| position: absolute; |
| margin-left: 40%; |
| margin-top: 50px; |
| display: none; |
| } |
| |
| div.report_htitle { |
| float: left; |
| padding: 2px; |
| font-size: 14px; |
| font-weight: bold; |
| margin-left: 4px; |
| color: #665; |
| /*font-weight: bold;*/ |
| } |
| |
| div.report_tbar { |
| background-color: #EEF; |
| border: 1px solid #CCF; |
| border-bottom: 0px; |
| height: 28px; |
| } |
| |
| div.report_tbar table{ |
| width: 100%; |
| } |
| div.report_tbar table td { |
| |
| } |
| div.report_tbar table td div { |
| position: relative; |
| } |
| div.report_tbar button, div.report_tbar select, div.report_tbar img { |
| font-size: 11px; |
| margin: 0px; |
| } |
| |
| div.report_head_wrapper { |
| position: absolute; |
| height: 24px; |
| top: 0px; |
| z-index: 1; |
| } |
| |
| div.report_tab_wrapper { |
| position: absolute; |
| border-bottom: 1px solid #AAA; |
| border-top: 1px solid #AAA; |
| } |
| |
| div.report_tab_wrapper table, div.report_head_wrapper table { |
| table-layout: fixed; |
| border-collapse: collapse; |
| /*width: 100%;*/ |
| } |
| |
| div.report_tab_wrapper table td, div.report_head_wrapper table td { |
| border-left: 1px solid #AAA; |
| border-right: 1px solid #AAA; |
| border-bottom: 1px solid #AAA; |
| overflow: hidden; |
| padding: 0px; |
| } |
| |
| div.report_tab_wrapper table td div, div.report_head_wrapper table td div { |
| padding: 3px; |
| overflow: hidden; |
| } |
| |
| .report_head_cell { |
| background-color: #EEE; |
| border-bottom: 1px solid #AA9; |
| text-align: center; |
| font-weight: bold; |
| } |
| .report_head_cell div { |
| color:#222; |
| height: 18px; |
| } |
| |
| |
| /* FINDER */ |
| |
| div.finder_wrapper { |
| } |
| |
| div.finder_body_area { |
| margin: 16px; |
| } |
| |
| div.finder_body { |
| display: none; |
| } |
| |
| div.finder_advanced_area table { |
| width: 80%; |
| } |
| |
| div.finder_advanced_area textarea { |
| width: 80%; |
| } |
| |
| div.finder_filter_area { |
| position: relative; |
| } |
| |
| div.filter_head { |
| font-size: 14px; |
| margin-bottom: 2px; |
| } |
| div.filter_dt_head { |
| font-size: 14px; |
| font-weight: bold; |
| margin-bottom: 2px; |
| } |
| table.filter_tab { |
| width: 96%; |
| border-collapse: collapse; |
| } |
| |
| table.filter_tab td { |
| width: 50%; |
| } |
| |
| div.finder_picker_area { |
| |
| } |
| div.builder_field { |
| margin: 0px; |
| } |
| div.builder_dt_head { |
| font-size: 14px; |
| font-weight: bold; |
| margin-bottom: 2px; |
| } |
| |
| div.builder_field table { |
| width: 90%; |
| border-collapse: collapse; |
| } |
| |
| div.builder_label { |
| height: 20px; |
| } |
| |
| div.builder_head { |
| font-size: 16px; |
| font-weight: bold; |
| color: #AB6; |
| } |
| |
| table.builder_tab { |
| width: 96%; |
| border-collapse: collapse; |
| } |
| |
| table.builder_tab td { |
| width: 33%; |
| padding: 2px; |
| } |
| |
| /* |
| * lib/css/legacy/dialog.css |
| */ |
| /***** Dialogs *******/ |
| |
| div.dialog_wrapper { |
| position: absolute; |
| width: 440px; |
| display: none; |
| z-index: 90; |
| background-color: #FFF; |
| border: 3px solid #222; |
| box-shadow:1px 1px 5px #777; |
| -moz-box-shadow: 1px 1px 5px #777; |
| -webkit-box-shadow: 1px 1px 5px #777; |
| |
| border-radius: 5px; |
| -moz-border-radius: 5px; |
| -webkit-border-radius: 5px; |
| } |
| |
| div.dialog_head { |
| height: 22px; |
| padding: 4px; |
| background-color: #222; |
| color: #FFF; |
| } |
| |
| div.dialog_body { |
| padding: 8px 8px 16px; |
| border-radius: 5px; |
| -moz-border-radius: 5px; |
| -webkit-border-radius: 5px; |
| } |
| |
| div.dialog_back { |
| position: fixed; |
| display: none; |
| top: 0px; |
| left: 0px; |
| bottom: 0px; |
| right: 0px; |
| background-color: #EEE; |
| opacity: 0.6; |
| z-index: 50; |
| text-align: center; |
| } |
| |
| div.dialog_message { |
| display: none; |
| position: absolute; |
| width: 250px; |
| font-size: 12px; |
| z-index: 91; |
| background-color:#FFF; |
| padding: 12px; |
| border: 1px solid #444; |
| } |
| |
| div.dialog_row { |
| padding: 8px 8px 0px 8px; |
| } |
| |
| div.dialog_row table { |
| width: 100%; |
| } |
| |
| div.dialog_row table td { |
| } |
| |
| div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select { |
| width: 80%; |
| font-size: 14px; |
| } |
| |
| div.dialog_row table td textarea { |
| width: 80%; |
| height: 200px; |
| font-size: 12px; |
| } |
| |
| |
| /* |
| * lib/css/legacy/tabs.css |
| */ |
| |
| /******* TABS ********/ |
| |
| div.box_label_wrapper { |
| border-bottom: 6px solid #777; |
| } |
| |
| div.box_label_body { |
| height: 22px; |
| } |
| |
| ul.box_tabs { |
| margin: 0px; |
| padding: 0px; |
| list-style: none; |
| } |
| |
| ul.box_tabs li { |
| height: 22px; |
| float:left; |
| font-size: 12px; |
| text-decoration: underline; |
| |
| background-color: #DDD; |
| |
| margin:0; |
| margin-left: 4px; |
| padding:0 0 0 9px; |
| cursor: pointer; |
| } |
| |
| ul.box_tabs li a { |
| display:block; |
| padding:3px 15px 3px 6px; |
| text-decoration: none; |
| } |
| |
| ul.box_tabs li.box_tab_mouseover { |
| background-color: #BBB; |
| } |
| |
| ul.box_tabs li.box_tab_selected { |
| background-color: #777; |
| |
| background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777)); |
| background: -moz-linear-gradient(top, #999, #777); |
| |
| color: #FFF; |
| font-weight:bold; |
| |
| } |
| ul.box_tabs li.box_tab_selected a { |
| color: #fff; |
| } |
| |
| /* |
| * lib/css/legacy/sidebar.css |
| */ |
| div.psidebar { |
| } |
| |
| div.psidebar div.head { |
| font-size: 14px; |
| font-weight: bold; |
| color: #555; |
| margin-bottom: 12px; |
| } |
| |
| div.psidebar div.section { |
| margin-bottom: 11px; |
| overflow: hidden; |
| } |
| |
| div.psidebar div.section-head { |
| padding: 5px 11px; |
| border-bottom: 1px solid #aaa; |
| } |
| |
| div.psidebar div.section-body { |
| margin: 7px 11px 11px 11px; |
| } |
| |
| div.psidebar div.section-item { |
| margin-bottom: 7px; |
| } |
| |
| div.psidebar div.section-item, div.psidebar .section-link { |
| color: #666; |
| } |
| |
| /* |
| * lib/css/Aristo/aristo.selected.css |
| */ |
| /* |
| * jQuery UI CSS Framework 1.8.7 |
| * |
| * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
| * Dual licensed under the MIT or GPL Version 2 licenses. |
| * http://jquery.org/license |
| * |
| * http://docs.jquery.com/UI/Theming/API |
| */ |
| |
| /* Layout helpers |
| ----------------------------------*/ |
| .ui-helper-hidden { display: none; } |
| .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } |
| .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } |
| .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
| .ui-helper-clearfix { display: inline-block; } |
| /* required comment for clearfix to work in Opera \*/ |
| * html .ui-helper-clearfix { height:1%; } |
| .ui-helper-clearfix { display:block; } |
| /* end clearfix */ |
| .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } |
| |
| |
| /* Interaction Cues |
| ----------------------------------*/ |
| .ui-state-disabled { cursor: default !important; } |
| |
| |
| /* Icons |
| ----------------------------------*/ |
| |
| /* states and images */ |
| .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
| |
| |
| /* Misc visuals |
| ----------------------------------*/ |
| |
| /* Overlays */ |
| .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |
| |
| |
| /* |
| * jQuery UI CSS Framework 1.8.7 |
| * |
| * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
| * Dual licensed under the MIT or GPL Version 2 licenses. |
| * http://jquery.org/license |
| * |
| * http://docs.jquery.com/UI/Theming/API |
| * |
| * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller |
| */ |
| |
| |
| /* Component containers |
| ----------------------------------*/ |
| .ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; } |
| .ui-widget .ui-widget { font-size: 1em; } |
| .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; } |
| .ui-widget-content { border: 1px solid #B6B6B6; background: #ffffff; color: #4F4F4F; } |
| .ui-widget-content a { color: #4F4F4F; } |
| .ui-widget-header { border: 1px solid #B6B6B6; color: #4F4F4F; font-weight: bold; } |
| .ui-widget-header { |
| background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */ |
| background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */ |
| background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */ |
| background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */ |
| background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */ |
| background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */ |
| background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */ |
| } |
| .ui-widget-header a { color: #4F4F4F; } |
| |
| /* Interaction states |
| ----------------------------------*/ |
| .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B6B6B6; font-weight: normal; color: #4F4F4F; } |
| .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { |
| background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */ |
| background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */ |
| background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */ |
| background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */ |
| background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */ |
| background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */ |
| background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */ |
| -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; |
| -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; |
| box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; |
| } |
| .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4F4F4F; text-decoration: none; } |
| .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #9D9D9D; font-weight: normal; color: #313131; } |
| .ui-state-hover a, .ui-state-hover a:hover { color: #313131; text-decoration: none; } |
| .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { |
| outline: none; |
| color: #1c4257; border: 1px solid #7096ab; |
| background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */ |
| background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */ |
| background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */ |
| background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */ |
| background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */ |
| background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */ |
| background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */ |
| -webkit-box-shadow: none; |
| -moz-box-shadow: none; |
| box-shadow: none; |
| } |
| .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #313131; text-decoration: none; } |
| .ui-widget :active { outline: none; } |
| |
| /* Interaction Cues |
| ----------------------------------*/ |
| .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #d2dbf4; background: #f4f8fd; color: #0d2054; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; } |
| .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } |
| .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #e2d0d0; background: #fcf0f0; color: #280b0b; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; } |
| .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } |
| .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } |
| .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } |
| .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } |
| .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } |
| |
| /* Icons |
| ----------------------------------*/ |
| |
| /* states and images */ |
| .ui-icon { width: 16px; height: 16px; background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); } |
| .ui-widget-content .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); } |
| .ui-widget-header .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); } |
| .ui-state-default .ui-icon { background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); } |
| .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); } |
| .ui-state-active .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); } |
| .ui-state-highlight .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); } |
| .ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background: url(../lib/css/Aristo/images/icon_sprite.png) -16px 0 no-repeat !important; } |
| .ui-state-highlight .ui-icon, .ui-state-error .ui-icon { margin-top: -1px; } |
| |
| /* positioning */ |
| .ui-icon-carat-1-n { background-position: 0 0; } |
| .ui-icon-carat-1-ne { background-position: -16px 0; } |
| .ui-icon-carat-1-e { background-position: -32px 0; } |
| .ui-icon-carat-1-se { background-position: -48px 0; } |
| .ui-icon-carat-1-s { background-position: -64px 0; } |
| .ui-icon-carat-1-sw { background-position: -80px 0; } |
| .ui-icon-carat-1-w { background-position: -96px 0; } |
| .ui-icon-carat-1-nw { background-position: -112px 0; } |
| .ui-icon-carat-2-n-s { background-position: -128px 0; } |
| .ui-icon-carat-2-e-w { background-position: -144px 0; } |
| .ui-icon-triangle-1-n { background-position: 0 -16px; } |
| .ui-icon-triangle-1-ne { background-position: -16px -16px; } |
| .ui-icon-triangle-1-e { background-position: -32px -16px; } |
| .ui-icon-triangle-1-se { background-position: -48px -16px; } |
| .ui-icon-triangle-1-s { background-position: -64px -16px; } |
| .ui-icon-triangle-1-sw { background-position: -80px -16px; } |
| .ui-icon-triangle-1-w { background-position: -96px -16px; } |
| .ui-icon-triangle-1-nw { background-position: -112px -16px; } |
| .ui-icon-triangle-2-n-s { background-position: -128px -16px; } |
| .ui-icon-triangle-2-e-w { background-position: -144px -16px; } |
| .ui-icon-arrow-1-n { background-position: 0 -32px; } |
| .ui-icon-arrow-1-ne { background-position: -16px -32px; } |
| .ui-icon-arrow-1-e { background-position: -32px -32px; } |
| .ui-icon-arrow-1-se { background-position: -48px -32px; } |
| .ui-icon-arrow-1-s { background-position: -64px -32px; } |
| .ui-icon-arrow-1-sw { background-position: -80px -32px; } |
| .ui-icon-arrow-1-w { background-position: -96px -32px; } |
| .ui-icon-arrow-1-nw { background-position: -112px -32px; } |
| .ui-icon-arrow-2-n-s { background-position: -128px -32px; } |
| .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } |
| .ui-icon-arrow-2-e-w { background-position: -160px -32px; } |
| .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } |
| .ui-icon-arrowstop-1-n { background-position: -192px -32px; } |
| .ui-icon-arrowstop-1-e { background-position: -208px -32px; } |
| .ui-icon-arrowstop-1-s { background-position: -224px -32px; } |
| .ui-icon-arrowstop-1-w { background-position: -240px -32px; } |
| .ui-icon-arrowthick-1-n { background-position: 0 -48px; } |
| .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } |
| .ui-icon-arrowthick-1-e { background-position: -32px -48px; } |
| .ui-icon-arrowthick-1-se { background-position: -48px -48px; } |
| .ui-icon-arrowthick-1-s { background-position: -64px -48px; } |
| .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } |
| .ui-icon-arrowthick-1-w { background-position: -96px -48px; } |
| .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } |
| .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } |
| .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } |
| .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } |
| .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } |
| .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } |
| .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } |
| .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } |
| .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } |
| .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } |
| .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } |
| .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } |
| .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } |
| .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } |
| .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } |
| .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } |
| .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } |
| .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } |
| .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } |
| .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } |
| .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } |
| .ui-icon-arrow-4 { background-position: 0 -80px; } |
| .ui-icon-arrow-4-diag { background-position: -16px -80px; } |
| .ui-icon-extlink { background-position: -32px -80px; } |
| .ui-icon-newwin { background-position: -48px -80px; } |
| .ui-icon-refresh { background-position: -64px -80px; } |
| .ui-icon-shuffle { background-position: -80px -80px; } |
| .ui-icon-transfer-e-w { background-position: -96px -80px; } |
| .ui-icon-transferthick-e-w { background-position: -112px -80px; } |
| .ui-icon-folder-collapsed { background-position: 0 -96px; } |
| .ui-icon-folder-open { background-position: -16px -96px; } |
| .ui-icon-document { background-position: -32px -96px; } |
| .ui-icon-document-b { background-position: -48px -96px; } |
| .ui-icon-note { background-position: -64px -96px; } |
| .ui-icon-mail-closed { background-position: -80px -96px; } |
| .ui-icon-mail-open { background-position: -96px -96px; } |
| .ui-icon-suitcase { background-position: -112px -96px; } |
| .ui-icon-comment { background-position: -128px -96px; } |
| .ui-icon-person { background-position: -144px -96px; } |
| .ui-icon-print { background-position: -160px -96px; } |
| .ui-icon-trash { background-position: -176px -96px; } |
| .ui-icon-locked { background-position: -192px -96px; } |
| .ui-icon-unlocked { background-position: -208px -96px; } |
| .ui-icon-bookmark { background-position: -224px -96px; } |
| .ui-icon-tag { background-position: -240px -96px; } |
| .ui-icon-home { background-position: 0 -112px; } |
| .ui-icon-flag { background-position: -16px -112px; } |
| .ui-icon-calendar { background-position: -32px -112px; } |
| .ui-icon-cart { background-position: -48px -112px; } |
| .ui-icon-pencil { background-position: -64px -112px; } |
| .ui-icon-clock { background-position: -80px -112px; } |
| .ui-icon-disk { background-position: -96px -112px; } |
| .ui-icon-calculator { background-position: -112px -112px; } |
| .ui-icon-zoomin { background-position: -128px -112px; } |
| .ui-icon-zoomout { background-position: -144px -112px; } |
| .ui-icon-search { background-position: -160px -112px; } |
| .ui-icon-wrench { background-position: -176px -112px; } |
| .ui-icon-gear { background-position: -192px -112px; } |
| .ui-icon-heart { background-position: -208px -112px; } |
| .ui-icon-star { background-position: -224px -112px; } |
| .ui-icon-link { background-position: -240px -112px; } |
| .ui-icon-cancel { background-position: 0 -128px; } |
| .ui-icon-plus { background-position: -16px -128px; } |
| .ui-icon-plusthick { background-position: -32px -128px; } |
| .ui-icon-minus { background-position: -48px -128px; } |
| .ui-icon-minusthick { background-position: -64px -128px; } |
| .ui-icon-close { background-position: -80px -128px; } |
| .ui-icon-closethick { background-position: -96px -128px; } |
| .ui-icon-key { background-position: -112px -128px; } |
| .ui-icon-lightbulb { background-position: -128px -128px; } |
| .ui-icon-scissors { background-position: -144px -128px; } |
| .ui-icon-clipboard { background-position: -160px -128px; } |
| .ui-icon-copy { background-position: -176px -128px; } |
| .ui-icon-contact { background-position: -192px -128px; } |
| .ui-icon-image { background-position: -208px -128px; } |
| .ui-icon-video { background-position: -224px -128px; } |
| .ui-icon-script { background-position: -240px -128px; } |
| .ui-icon-alert { background-position: 0 -144px; } |
| .ui-icon-info { background: url(../lib/css/Aristo/images/icon_sprite.png) 0 0 no-repeat !important; } |
| .ui-icon-notice { background-position: -32px -144px; } |
| .ui-icon-help { background-position: -48px -144px; } |
| .ui-icon-check { background-position: -64px -144px; } |
| .ui-icon-bullet { background-position: -80px -144px; } |
| .ui-icon-radio-off { background-position: -96px -144px; } |
| .ui-icon-radio-on { background-position: -112px -144px; } |
| .ui-icon-pin-w { background-position: -128px -144px; } |
| .ui-icon-pin-s { background-position: -144px -144px; } |
| .ui-icon-play { background-position: 0 -160px; } |
| .ui-icon-pause { background-position: -16px -160px; } |
| .ui-icon-seek-next { background-position: -32px -160px; } |
| .ui-icon-seek-prev { background-position: -48px -160px; } |
| .ui-icon-seek-end { background-position: -64px -160px; } |
| .ui-icon-seek-start { background-position: -80px -160px; } |
| /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ |
| .ui-icon-seek-first { background-position: -80px -160px; } |
| .ui-icon-stop { background-position: -96px -160px; } |
| .ui-icon-eject { background-position: -112px -160px; } |
| .ui-icon-volume-off { background-position: -128px -160px; } |
| .ui-icon-volume-on { background-position: -144px -160px; } |
| .ui-icon-power { background-position: 0 -176px; } |
| .ui-icon-signal-diag { background-position: -16px -176px; } |
| .ui-icon-signal { background-position: -32px -176px; } |
| .ui-icon-battery-0 { background-position: -48px -176px; } |
| .ui-icon-battery-1 { background-position: -64px -176px; } |
| .ui-icon-battery-2 { background-position: -80px -176px; } |
| .ui-icon-battery-3 { background-position: -96px -176px; } |
| .ui-icon-circle-plus { background-position: 0 -192px; } |
| .ui-icon-circle-minus { background-position: -16px -192px; } |
| .ui-icon-circle-close { background-position: -32px -192px; } |
| .ui-icon-circle-triangle-e { background-position: -48px -192px; } |
| .ui-icon-circle-triangle-s { background-position: -64px -192px; } |
| .ui-icon-circle-triangle-w { background-position: -80px -192px; } |
| .ui-icon-circle-triangle-n { background-position: -96px -192px; } |
| .ui-icon-circle-arrow-e { background-position: -112px -192px; } |
| .ui-icon-circle-arrow-s { background-position: -128px -192px; } |
| .ui-icon-circle-arrow-w { background-position: -144px -192px; } |
| .ui-icon-circle-arrow-n { background-position: -160px -192px; } |
| .ui-icon-circle-zoomin { background-position: -176px -192px; } |
| .ui-icon-circle-zoomout { background-position: -192px -192px; } |
| .ui-icon-circle-check { background-position: -208px -192px; } |
| .ui-icon-circlesmall-plus { background-position: 0 -208px; } |
| .ui-icon-circlesmall-minus { background-position: -16px -208px; } |
| .ui-icon-circlesmall-close { background-position: -32px -208px; } |
| .ui-icon-squaresmall-plus { background-position: -48px -208px; } |
| .ui-icon-squaresmall-minus { background-position: -64px -208px; } |
| .ui-icon-squaresmall-close { background-position: -80px -208px; } |
| .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } |
| .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } |
| .ui-icon-grip-solid-vertical { background-position: -32px -224px; } |
| .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } |
| .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } |
| .ui-icon-grip-diagonal-se { background-position: -80px -224px; } |
| |
| |
| /* Misc visuals |
| ----------------------------------*/ |
| |
| /* Corner radius */ |
| .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; } |
| .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } |
| .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } |
| .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } |
| .ui-corner-top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } |
| .ui-corner-bottom { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } |
| .ui-corner-right { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } |
| .ui-corner-left { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } |
| .ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } |
| |
| /* Overlays */ |
| .ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); } |
| .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #000000; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } |
| |
| /* |
| * jQuery UI Autocomplete 1.8.7 |
| * |
| * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
| * Dual licensed under the MIT or GPL Version 2 licenses. |
| * http://jquery.org/license |
| * |
| * http://docs.jquery.com/UI/Autocomplete#theming |
| */ |
| .ui-autocomplete { |
| position: absolute; cursor: default; z-index: 3; |
| -moz-border-radius: 0; |
| -webkit-border-radius: 0; |
| border-radius: 0; |
| -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3); |
| -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3); |
| box-shadow: 0 1px 5px rgba(0,0,0,0.3); |
| } |
| |
| /* workarounds */ |
| * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |
| |
| /* |
| * jQuery UI Menu 1.8.7 |
| * |
| * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
| * Dual licensed under the MIT or GPL Version 2 licenses. |
| * http://jquery.org/license |
| * |
| * http://docs.jquery.com/UI/Menu#theming |
| */ |
| .ui-menu { |
| list-style:none; |
| padding: 2px; |
| margin: 0; |
| display:block; |
| float: left; |
| } |
| .ui-menu .ui-menu { |
| margin-top: -3px; |
| } |
| .ui-menu .ui-menu-item { |
| margin:0; |
| padding: 0; |
| zoom: 1; |
| float: left; |
| clear: left; |
| width: 100%; |
| } |
| .ui-menu .ui-menu-item a { |
| text-decoration:none; |
| display:block; |
| padding:.2em .4em; |
| line-height:1.5; |
| zoom:1; |
| } |
| .ui-menu .ui-menu-item a.ui-state-hover, |
| .ui-menu .ui-menu-item a.ui-state-active { |
| font-weight: normal; |
| margin: -1px; |
| background: #5f83b9; |
| color: #FFFFFF; |
| border-color: #466086; |
| -moz-border-radius: 0; |
| -webkit-border-radius: 0; |
| border-radius: 0; |
| } |
| |
| /* |
| * jQuery UI Datepicker 1.8.7 |
| * |
| * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
| * Dual licensed under the MIT or GPL Version 2 licenses. |
| * http://jquery.org/license |
| * |
| * http://docs.jquery.com/UI/Datepicker#theming |
| */ |
| .ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD; } |
| .ui-datepicker { |
| -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5); |
| -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5); |
| box-shadow: 0 4px 8px rgba(0,0,0,0.5); |
| } |
| .ui-datepicker .ui-datepicker-header { position:relative; padding:.35em 0; border: none; border-bottom: 1px solid #B6B6B6; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } |
| .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; } |
| .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border: 1px none; } |
| .ui-datepicker .ui-datepicker-prev { left:2px; } |
| .ui-datepicker .ui-datepicker-next { right:2px; } |
| .ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; } |
| .ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; } |
| .ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; } |
| .ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; } |
| .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; background: url(../lib/css/Aristo/images/icon_sprite.png) no-repeat; } |
| .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-size: 12px; text-shadow: 0 1px 0 rgba(255,255,255,0.6); } |
| .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } |
| .ui-datepicker select.ui-datepicker-month-year {width: 100%;} |
| .ui-datepicker select.ui-datepicker-month, |
| .ui-datepicker select.ui-datepicker-year { width: 49%;} |
| .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } |
| .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } |
| .ui-datepicker td { border: 0; padding: 1px; } |
| .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } |
| .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } |
| .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } |
| .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } |
| .ui-datepicker table .ui-state-highlight { border-color: #5F83B9; } |
| .ui-datepicker table .ui-state-hover { background: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; -webkit-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; -moz-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; border-color: #5F83B9; } |
| .ui-datepicker-calendar .ui-state-default { background: transparent; border-color: #FFF; } |
| .ui-datepicker-calendar .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; } |
| |
| /* with multiple calendars */ |
| .ui-datepicker.ui-datepicker-multi { width:auto; } |
| .ui-datepicker-multi .ui-datepicker-group { float:left; } |
| .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } |
| .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } |
| .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } |
| .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } |
| .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } |
| .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } |
| .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } |
| .ui-datepicker-row-break { clear:both; width:100%; } |
| |
| /* RTL support */ |
| .ui-datepicker-rtl { direction: rtl; } |
| .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } |
| .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } |
| .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } |
| .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } |
| .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } |
| .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } |
| .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } |
| .ui-datepicker-rtl .ui-datepicker-group { float:right; } |
| .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
| .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
| |
| /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ |
| .ui-datepicker-cover { |
| display: none; /*sorry for IE5*/ |
| display/**/: block; /*sorry for IE5*/ |
| position: absolute; /*must have*/ |
| z-index: -1; /*must have*/ |
| filter: mask(); /*must have*/ |
| top: -4px; /*must have*/ |
| left: -4px; /*must have*/ |
| width: 200px; /*must have*/ |
| height: 200px; /*must have*/ |
| } |
| |
| |
| |
| /* |
| * lib/css/ui/list.css |
| */ |
| .hide { |
| display: none; |
| } |
| |
| .list-filters { |
| margin: 7px 0px; |
| } |
| |
| .wnlist .img-load { |
| display: none; |
| float: left; |
| margin-bottom: 8px; |
| } |
| |
| /* list-row */ |
| div.list-row { |
| border-bottom: 1px solid #eee; |
| padding: 5px 0px; |
| } |
| div.list-row:hover { |
| background-color: #eef |
| } |
| |
| div.list-row .label { |
| margin-right: 4px; |
| } |
| |
| div.list-row table { |
| table-layout: fixed; |
| border-collapse: collapse; |
| width: 100%; |
| } |
| |
| div.list-row table td { |
| overflow: hidden; |
| /*padding-right: 3px;*/ |
| padding: 0px 3px; |
| vertical-align: middle; |
| height: 24px; |
| max-height: 24px; |
| word-wrap: break-word; |
| } |
| |
| div.paging-button { |
| text-align: center; |
| padding: 11px 0px; |
| } |
| |
| div.show_filters { |
| display: none; |
| } |
| |
| div.filter_list { |
| padding: 13px; |
| } |
| |
| div.show_filters.well { |
| margin-top: 11px; |
| margin-bottom: 11px; |
| } |
| |
| div.filter_list .run_btn { |
| text-align: right; |
| } |
| |
| div.filter_list .add_filter { |
| margin: 3px 0px; |
| } |
| |
| div.list_filter { |
| margin: 7px 0px; |
| } |
| |
| div.list_filter input, div.list_filter select { |
| width: 130px; |
| margin-right: 7px; |
| } |
| |
| /* bar */ |
| |
| span.bar-outer { |
| display: inline-block; |
| margin: 0px 7px; |
| margin-top: 3px; |
| background-color: #fff; |
| border: 1px solid #aaa; |
| height: 10px; |
| } |
| |
| span.bar-inner { |
| display: inline-block; |
| background-color: #bdf; |
| height: 100%; |
| margin-bottom: 2px; |
| float: left; |
| } |
| span.bar-complete { |
| background-color: #009900; |
| } |
| span.bar-empty { |
| background-color: #990000; |
| } |
| |
| |
| /* stats */ |
| |
| div.stat-wrapper { |
| margin-bottom: 19px; |
| } |
| |
| div.stat-grid { |
| border: 2px solid #bbb; |
| background-color: white; |
| border-radius: 5px; |
| -moz-border-radius: 5px; |
| -webkit-border-radius: 5px; |
| overflow: hidden; |
| } |
| |
| div.stat-label { |
| position: relative; |
| padding: 3px; |
| text-align: center; |
| } |
| div.stat-label, div.stat-label a { |
| z-index: 5; |
| } |
| |
| div.stat-item { |
| position: relative; |
| border-bottom: 1px solid #ddd; |
| } |
| div.stat-item:last-child { |
| border-bottom: 0px solid #ddd; |
| } |
| |
| div.stat-bar { |
| position: absolute; |
| left: 0px; |
| background-color: #def; |
| height: 100%; |
| z-index: 0; |
| } |
| |
| |
| |
| |
| |
| /* |
| * lib/css/ui/fonts.css |
| */ |
| @font-face { |
| font-family: 'Pontano Sans'; |
| font-style: normal; |
| font-weight: 800; |
| src: url('../lib/css/fonts/pontanosans.woff') format('woff'); |
| } |
| |
| @font-face { |
| font-family: 'Droid Sans'; |
| font-style: normal; |
| font-weight: normal; |
| src: local('Droid Sans'), local('DroidSans'), url('../lib/css/fonts/droidsans.woff') format('woff'); |
| } |
| |
| @font-face { |
| font-family: 'PT Sans'; |
| font-style: normal; |
| font-weight: normal; |
| src: local('PT Sans'), local('PTSans-Regular'), url('../lib/css/fonts/ptsans.woff') format('woff'); |
| } |
| |
| @font-face { |
| font-family: 'Open Sans'; |
| font-style: normal; |
| font-weight: 400; |
| src: local('Open Sans'), local('OpenSans'), url('../lib/css/fonts/opensans.woff') format('woff'); |
| } |
| @font-face { |
| font-family: 'Lato'; |
| font-style: normal; |
| font-weight: 400; |
| src: local('Lato Regular'), local('Lato-Regular'), url('../lib/css/fonts/lato.woff') format('woff'); |
| } |
| |
| |
| |
| /* |
| * lib/css/bootstrap/headings.css |
| */ |
| /* heading from bootstrap */ |
| |
| h1, |
| h2, |
| h3, |
| h4, |
| h5, |
| h6 { |
| margin: 0; |
| font-weight: bold; |
| color: #333333; |
| text-rendering: optimizelegibility; |
| margin-bottom: 0.3em; |
| } |
| h1 small, |
| h2 small, |
| h3 small, |
| h4 small, |
| h5 small, |
| h6 small { |
| font-weight: normal; |
| color: #999999; |
| } |
| h1 { |
| font-size: 30px; |
| line-height: 36px; |
| } |
| h1 small { |
| font-size: 18px; |
| } |
| h2 { |
| font-size: 24px; |
| line-height: 36px; |
| } |
| h2 small { |
| font-size: 18px; |
| } |
| h3 { |
| line-height: 27px; |
| font-size: 18px; |
| } |
| h3 small { |
| font-size: 14px; |
| } |
| h4, h5, h6 { |
| line-height: 18px; |
| } |
| h4 { |
| font-size: 14px; |
| } |
| h4 small { |
| font-size: 12px; |
| } |
| h5 { |
| font-size: 12px; |
| } |
| h6 { |
| font-size: 11px; |
| color: #999999; |
| text-transform: uppercase; |
| } |
| |
| /* |
| * lib/css/bootstrap/buttons.css |
| */ |
| .close { |
| font-family: Helvetica, Sans; |
| float: right; |
| font-size: 20px; |
| font-weight: bold; |
| line-height: 18px; |
| color: #000000; |
| text-shadow: 0 1px 0 #ffffff; |
| opacity: 0.2; |
| filter: alpha(opacity=20); |
| } |
| .close:hover { |
| color: #000000; |
| text-decoration: none; |
| opacity: 0.4; |
| filter: alpha(opacity=40); |
| cursor: pointer; |
| } |
| .btn { |
| display: inline-block; |
| padding: 4px 10px 4px; |
| font-size: 13px; |
| line-height: 18px; |
| color: #333333; |
| text-align: center; |
| text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); |
| background-color: #fafafa; |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); |
| background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
| background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); |
| background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
| background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
| background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
| background-repeat: no-repeat; |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); |
| border: 1px solid #ccc; |
| border-bottom-color: #bbb; |
| -webkit-border-radius: 4px; |
| -moz-border-radius: 4px; |
| border-radius: 4px; |
| -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| cursor: pointer; |
| *margin-left: .3em; |
| } |
| .btn:first-child { |
| *margin-left: 0; |
| } |
| .btn:hover { |
| color: #333333; |
| text-decoration: none; |
| background-color: #e6e6e6; |
| background-position: 0 -15px; |
| -webkit-transition: background-position 0.1s linear; |
| -moz-transition: background-position 0.1s linear; |
| -ms-transition: background-position 0.1s linear; |
| -o-transition: background-position 0.1s linear; |
| transition: background-position 0.1s linear; |
| } |
| .btn:focus { |
| outline: thin dotted; |
| outline: 5px auto -webkit-focus-ring-color; |
| outline-offset: -2px; |
| } |
| .btn.active, .btn:active { |
| background-image: none; |
| -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| background-color: #e6e6e6; |
| background-color: #d9d9d9 \9; |
| color: rgba(0, 0, 0, 0.5); |
| outline: 0; |
| } |
| .btn.disabled, .btn[disabled] { |
| cursor: default; |
| background-image: none; |
| background-color: #e6e6e6; |
| opacity: 0.65; |
| filter: alpha(opacity=65); |
| -webkit-box-shadow: none; |
| -moz-box-shadow: none; |
| box-shadow: none; |
| } |
| .btn-large { |
| padding: 9px 14px; |
| font-size: 15px; |
| line-height: normal; |
| -webkit-border-radius: 5px; |
| -moz-border-radius: 5px; |
| border-radius: 5px; |
| } |
| .btn-large .icon { |
| margin-top: 1px; |
| } |
| .btn-small { |
| padding: 5px 9px; |
| font-size: 11px; |
| line-height: 16px; |
| } |
| .btn-small .icon { |
| margin-top: -1px; |
| } |
| .btn-primary, |
| .btn-primary:hover, |
| .btn-warning, |
| .btn-warning:hover, |
| .btn-danger, |
| .btn-danger:hover, |
| .btn-success, |
| .btn-success:hover, |
| .btn-info, |
| .btn-info:hover { |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
| color: #ffffff; |
| } |
| .btn-primary.active, |
| .btn-warning.active, |
| .btn-danger.active, |
| .btn-success.active, |
| .btn-info.active { |
| color: rgba(255, 255, 255, 0.75); |
| } |
| .btn-primary { |
| background-color: #006dcc; |
| background-image: -moz-linear-gradient(top, #0088cc, #0044cc); |
| background-image: -ms-linear-gradient(top, #0088cc, #0044cc); |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); |
| background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); |
| background-image: -o-linear-gradient(top, #0088cc, #0044cc); |
| background-image: linear-gradient(top, #0088cc, #0044cc); |
| background-repeat: repeat-x; |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); |
| border-color: #0044cc #0044cc #002a80; |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| } |
| .btn-primary:hover, |
| .btn-primary:active, |
| .btn-primary.active, |
| .btn-primary.disabled, |
| .btn-primary[disabled] { |
| background-color: #0044cc; |
| } |
| .btn-primary:active, .btn-primary.active { |
| background-color: #003399 \9; |
| } |
| .btn-warning { |
| background-color: #faa732; |
| background-image: -moz-linear-gradient(top, #fbb450, #f89406); |
| background-image: -ms-linear-gradient(top, #fbb450, #f89406); |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); |
| background-image: -webkit-linear-gradient(top, #fbb450, #f89406); |
| background-image: -o-linear-gradient(top, #fbb450, #f89406); |
| background-image: linear-gradient(top, #fbb450, #f89406); |
| background-repeat: repeat-x; |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); |
| border-color: #f89406 #f89406 #ad6704; |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| } |
| .btn-warning:hover, |
| .btn-warning:active, |
| .btn-warning.active, |
| .btn-warning.disabled, |
| .btn-warning[disabled] { |
| background-color: #f89406; |
| } |
| .btn-warning:active, .btn-warning.active { |
| background-color: #c67605 \9; |
| } |
| .btn-danger { |
| background-color: #da4f49; |
| background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); |
| background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); |
| background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); |
| background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); |
| background-image: linear-gradient(top, #ee5f5b, #bd362f); |
| background-repeat: repeat-x; |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); |
| border-color: #bd362f #bd362f #802420; |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| } |
| .btn-danger:hover, |
| .btn-danger:active, |
| .btn-danger.active, |
| .btn-danger.disabled, |
| .btn-danger[disabled] { |
| background-color: #bd362f; |
| } |
| .btn-danger:active, .btn-danger.active { |
| background-color: #942a25 \9; |
| } |
| .btn-success { |
| background-color: #5bb75b; |
| background-image: -moz-linear-gradient(top, #62c462, #51a351); |
| background-image: -ms-linear-gradient(top, #62c462, #51a351); |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); |
| background-image: -webkit-linear-gradient(top, #62c462, #51a351); |
| background-image: -o-linear-gradient(top, #62c462, #51a351); |
| background-image: linear-gradient(top, #62c462, #51a351); |
| background-repeat: repeat-x; |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); |
| border-color: #51a351 #51a351 #387038; |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| } |
| .btn-success:hover, |
| .btn-success:active, |
| .btn-success.active, |
| .btn-success.disabled, |
| .btn-success[disabled] { |
| background-color: #51a351; |
| } |
| .btn-success:active, .btn-success.active { |
| background-color: #408140 \9; |
| } |
| .btn-info { |
| background-color: #49afcd; |
| background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); |
| background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); |
| background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); |
| background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); |
| background-image: linear-gradient(top, #5bc0de, #2f96b4); |
| background-repeat: repeat-x; |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); |
| border-color: #2f96b4 #2f96b4 #1f6377; |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| } |
| .btn-info:hover, |
| .btn-info:active, |
| .btn-info.active, |
| .btn-info.disabled, |
| .btn-info[disabled] { |
| background-color: #2f96b4; |
| } |
| .btn-info:active, .btn-info.active { |
| background-color: #24748c \9; |
| } |
| button.btn, input[type="submit"].btn { |
| *padding-top: 2px; |
| *padding-bottom: 2px; |
| } |
| button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { |
| padding: 0; |
| border: 0; |
| } |
| button.btn.large, input[type="submit"].btn.large { |
| *padding-top: 7px; |
| *padding-bottom: 7px; |
| } |
| button.btn.small, input[type="submit"].btn.small { |
| *padding-top: 3px; |
| *padding-bottom: 3px; |
| } |
| .btn-group { |
| position: relative; |
| *zoom: 1; |
| *margin-left: .3em; |
| } |
| .btn-group:before, .btn-group:after { |
| display: table; |
| content: ""; |
| } |
| .btn-group:after { |
| clear: both; |
| } |
| .btn-group:first-child { |
| *margin-left: 0; |
| } |
| .btn-group + .btn-group { |
| margin-left: 5px; |
| } |
| .btn-toolbar { |
| margin-top: 9px; |
| margin-bottom: 9px; |
| } |
| .btn-toolbar .btn-group { |
| display: inline-block; |
| *display: inline; |
| /* IE7 inline-block hack */ |
| |
| *zoom: 1; |
| } |
| .btn-group .btn { |
| position: relative; |
| float: left; |
| margin-left: -1px; |
| -webkit-border-radius: 0; |
| -moz-border-radius: 0; |
| border-radius: 0; |
| } |
| .btn-group .btn:first-child { |
| margin-left: 0; |
| -webkit-border-top-left-radius: 4px; |
| -moz-border-radius-topleft: 4px; |
| border-top-left-radius: 4px; |
| -webkit-border-bottom-left-radius: 4px; |
| -moz-border-radius-bottomleft: 4px; |
| border-bottom-left-radius: 4px; |
| } |
| .btn-group .btn:last-child, .btn-group .dropdown-toggle { |
| -webkit-border-top-right-radius: 4px; |
| -moz-border-radius-topright: 4px; |
| border-top-right-radius: 4px; |
| -webkit-border-bottom-right-radius: 4px; |
| -moz-border-radius-bottomright: 4px; |
| border-bottom-right-radius: 4px; |
| } |
| .btn-group .btn.large:first-child { |
| margin-left: 0; |
| -webkit-border-top-left-radius: 6px; |
| -moz-border-radius-topleft: 6px; |
| border-top-left-radius: 6px; |
| -webkit-border-bottom-left-radius: 6px; |
| -moz-border-radius-bottomleft: 6px; |
| border-bottom-left-radius: 6px; |
| } |
| .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle { |
| -webkit-border-top-right-radius: 6px; |
| -moz-border-radius-topright: 6px; |
| border-top-right-radius: 6px; |
| -webkit-border-bottom-right-radius: 6px; |
| -moz-border-radius-bottomright: 6px; |
| border-bottom-right-radius: 6px; |
| } |
| .btn-group .btn:hover, |
| .btn-group .btn:focus, |
| .btn-group .btn:active, |
| .btn-group .btn.active { |
| z-index: 2; |
| } |
| .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { |
| outline: 0; |
| } |
| .btn-group .dropdown-toggle { |
| padding-left: 8px; |
| padding-right: 8px; |
| -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| *padding-top: 5px; |
| *padding-bottom: 5px; |
| } |
| .btn-group.open { |
| *z-index: 1000; |
| } |
| .btn-group.open .dropdown-menu { |
| display: block; |
| margin-top: 1px; |
| -webkit-border-radius: 5px; |
| -moz-border-radius: 5px; |
| border-radius: 5px; |
| } |
| .btn-group.open .dropdown-toggle { |
| background-image: none; |
| -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| } |
| .btn .caret { |
| margin-top: 7px; |
| margin-left: 0; |
| } |
| .btn:hover .caret, .open.btn-group .caret { |
| opacity: 1; |
| filter: alpha(opacity=100); |
| } |
| .btn-primary .caret, |
| .btn-danger .caret, |
| .btn-info .caret, |
| .btn-success .caret { |
| border-top-color: #ffffff; |
| opacity: 0.75; |
| filter: alpha(opacity=75); |
| } |
| .btn-small .caret { |
| margin-top: 4px; |
| } |
| |
| /* |
| * lib/css/bootstrap/navbar.css |
| */ |
| .nav { |
| margin-left: 0; |
| margin-bottom: 18px; |
| list-style: none; |
| } |
| .nav > li > a { |
| display: block; |
| } |
| .nav > li > a:hover { |
| text-decoration: none; |
| background-color: #eeeeee; |
| } |
| .nav-list { |
| padding-left: 14px; |
| padding-right: 14px; |
| margin-bottom: 0; |
| } |
| .nav-list > li > a, .nav-list .nav-header { |
| display: block; |
| padding: 3px 15px; |
| margin-left: -15px; |
| margin-right: -15px; |
| text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
| } |
| .nav-list .nav-header { |
| font-size: 11px; |
| font-weight: bold; |
| line-height: 18px; |
| color: #999999; |
| text-transform: uppercase; |
| } |
| .nav-list > li + .nav-header { |
| margin-top: 9px; |
| } |
| .nav-list .active > a, .nav-list .active > a:hover { |
| color: #ffffff; |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); |
| background-color: #0088cc; |
| } |
| .nav-list [class^="icon-"] { |
| margin-right: 2px; |
| } |
| .nav-tabs, .nav-pills { |
| *zoom: 1; |
| } |
| .nav-tabs:before, |
| .nav-pills:before, |
| .nav-tabs:after, |
| .nav-pills:after { |
| display: table; |
| content: ""; |
| } |
| .nav-tabs:after, .nav-pills:after { |
| clear: both; |
| } |
| .nav-tabs > li, .nav-pills > li { |
| float: left; |
| } |
| .nav-tabs > li > a, .nav-pills > li > a { |
| padding-right: 12px; |
| padding-left: 12px; |
| margin-right: 2px; |
| line-height: 14px; |
| } |
| .nav-tabs { |
| border-bottom: 1px solid #ddd; |
| } |
| .nav-tabs > li { |
| margin-bottom: -1px; |
| } |
| .nav-tabs > li > a { |
| padding-top: 9px; |
| padding-bottom: 9px; |
| border: 1px solid transparent; |
| -webkit-border-radius: 4px 4px 0 0; |
| -moz-border-radius: 4px 4px 0 0; |
| border-radius: 4px 4px 0 0; |
| } |
| .nav-tabs > li > a:hover { |
| border-color: #eeeeee #eeeeee #dddddd; |
| } |
| .nav-tabs > .active > a, .nav-tabs > .active > a:hover { |
| color: #555555; |
| background-color: #ffffff; |
| border: 1px solid #ddd; |
| border-bottom-color: transparent; |
| cursor: default; |
| } |
| .nav-pills > li > a { |
| padding-top: 8px; |
| padding-bottom: 8px; |
| margin-top: 2px; |
| margin-bottom: 2px; |
| -webkit-border-radius: 5px; |
| -moz-border-radius: 5px; |
| border-radius: 5px; |
| } |
| .nav-pills .active > a, .nav-pills .active > a:hover { |
| color: #ffffff; |
| background-color: #0088cc; |
| } |
| .nav-stacked > li { |
| float: none; |
| } |
| .nav-stacked > li > a { |
| margin-right: 0; |
| } |
| .nav-tabs.nav-stacked { |
| border-bottom: 0; |
| } |
| .nav-tabs.nav-stacked > li > a { |
| border: 1px solid #ddd; |
| -webkit-border-radius: 0; |
| -moz-border-radius: 0; |
| border-radius: 0; |
| } |
| .nav-tabs.nav-stacked > li:first-child > a { |
| -webkit-border-radius: 4px 4px 0 0; |
| -moz-border-radius: 4px 4px 0 0; |
| border-radius: 4px 4px 0 0; |
| } |
| .nav-tabs.nav-stacked > li:last-child > a { |
| -webkit-border-radius: 0 0 4px 4px; |
| -moz-border-radius: 0 0 4px 4px; |
| border-radius: 0 0 4px 4px; |
| } |
| .nav-tabs.nav-stacked > li > a:hover { |
| border-color: #ddd; |
| z-index: 2; |
| } |
| .nav-pills.nav-stacked > li > a { |
| margin-bottom: 3px; |
| } |
| .nav-pills.nav-stacked > li:last-child > a { |
| margin-bottom: 1px; |
| } |
| .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu { |
| margin-top: 1px; |
| border-width: 1px; |
| } |
| .nav-pills .dropdown-menu { |
| -webkit-border-radius: 4px; |
| -moz-border-radius: 4px; |
| border-radius: 4px; |
| } |
| .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret { |
| border-top-color: #0088cc; |
| margin-top: 6px; |
| } |
| .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret { |
| border-top-color: #005580; |
| } |
| .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret { |
| border-top-color: #333333; |
| } |
| .nav > .dropdown.active > a:hover { |
| color: #000000; |
| cursor: pointer; |
| } |
| .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover { |
| color: #ffffff; |
| background-color: #999999; |
| border-color: #999999; |
| } |
| .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret { |
| border-top-color: #ffffff; |
| opacity: 1; |
| filter: alpha(opacity=100); |
| } |
| |
| .navbar { |
| overflow: visible; |
| margin-bottom: 18px; |
| } |
| .navbar-inner { |
| padding-left: 20px; |
| padding-right: 20px; |
| background-color: #2c2c2c; |
| background-image: -moz-linear-gradient(top, #333333, #222222); |
| background-image: -ms-linear-gradient(top, #333333, #222222); |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); |
| background-image: -webkit-linear-gradient(top, #333333, #222222); |
| background-image: -o-linear-gradient(top, #333333, #222222); |
| background-image: linear-gradient(top, #333333, #222222); |
| background-repeat: repeat-x; |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
| -webkit-border-radius: 4px; |
| -moz-border-radius: 4px; |
| border-radius: 4px; |
| -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| } |
| .btn-navbar { |
| display: none; |
| float: right; |
| padding: 7px 10px; |
| margin-left: 5px; |
| margin-right: 5px; |
| background-color: #2c2c2c; |
| background-image: -moz-linear-gradient(top, #333333, #222222); |
| background-image: -ms-linear-gradient(top, #333333, #222222); |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); |
| background-image: -webkit-linear-gradient(top, #333333, #222222); |
| background-image: -o-linear-gradient(top, #333333, #222222); |
| background-image: linear-gradient(top, #333333, #222222); |
| background-repeat: repeat-x; |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
| border-color: #222222 #222222 #000000; |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| } |
| .btn-navbar:hover, |
| .btn-navbar:active, |
| .btn-navbar.active, |
| .btn-navbar.disabled, |
| .btn-navbar[disabled] { |
| background-color: #222222; |
| } |
| .btn-navbar:active, .btn-navbar.active { |
| background-color: #080808 \9; |
| } |
| .btn-navbar .icon-bar { |
| display: block; |
| width: 18px; |
| height: 2px; |
| background-color: #f5f5f5; |
| -webkit-border-radius: 1px; |
| -moz-border-radius: 1px; |
| border-radius: 1px; |
| -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| } |
| .btn-navbar .icon-bar + .icon-bar { |
| margin-top: 3px; |
| } |
| .nav-collapse.collapse { |
| height: auto; |
| } |
| .navbar .brand:hover { |
| text-decoration: none; |
| } |
| .navbar .brand { |
| float: left; |
| display: block; |
| padding: 8px 20px 12px; |
| font-size: 20px; |
| font-weight: 200; |
| line-height: 1; |
| color: #ffffff; |
| } |
| .navbar .navbar-text { |
| margin-bottom: 0; |
| line-height: 40px; |
| color: #999999; |
| } |
| .navbar .navbar-text a:hover { |
| color: #ffffff; |
| background-color: transparent; |
| } |
| .navbar .btn, .navbar .btn-group { |
| margin-top: 5px; |
| } |
| .navbar .btn-group .btn { |
| margin-top: 0; |
| } |
| .navbar-form { |
| margin-bottom: 0; |
| *zoom: 1; |
| } |
| .navbar-form:before, .navbar-form:after { |
| display: table; |
| content: ""; |
| } |
| .navbar-form:after { |
| clear: both; |
| } |
| .navbar-form input, .navbar-form select { |
| display: inline-block; |
| margin-top: 5px; |
| margin-bottom: 0; |
| } |
| .navbar-form .radio, .navbar-form .checkbox { |
| margin-top: 5px; |
| } |
| .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { |
| margin-top: 3px; |
| } |
| .navbar-search { |
| position: relative; |
| float: left; |
| margin-top: 6px; |
| margin-bottom: 0; |
| } |
| .navbar-search .search-query { |
| padding: 4px 9px; |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| font-size: 13px; |
| font-weight: normal; |
| line-height: 1; |
| color: #ffffff; |
| color: rgba(255, 255, 255, 0.75); |
| background: #666; |
| background: rgba(255, 255, 255, 0.3); |
| border: 1px solid #111; |
| -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
| -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
| box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
| -webkit-transition: none; |
| -moz-transition: none; |
| -ms-transition: none; |
| -o-transition: none; |
| transition: none; |
| } |
| .navbar-search .search-query :-moz-placeholder { |
| color: #eeeeee; |
| } |
| .navbar-search .search-query::-webkit-input-placeholder { |
| color: #eeeeee; |
| } |
| .navbar-search .search-query:hover { |
| color: #ffffff; |
| background-color: #999999; |
| background-color: rgba(255, 255, 255, 0.5); |
| } |
| .navbar-search .search-query:focus, .navbar-search .search-query.focused { |
| padding: 5px 10px; |
| color: #333333; |
| text-shadow: 0 1px 0 #ffffff; |
| background-color: #ffffff; |
| border: 0; |
| -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
| -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
| box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
| outline: 0; |
| } |
| .navbar-fixed-top { |
| position: fixed; |
| top: 0; |
| right: 0; |
| left: 0; |
| z-index: 1030; |
| } |
| .navbar-fixed-top .navbar-inner { |
| padding-left: 0; |
| padding-right: 0; |
| -webkit-border-radius: 0; |
| -moz-border-radius: 0; |
| border-radius: 0; |
| } |
| .navbar .nav { |
| position: relative; |
| left: 0; |
| display: block; |
| float: left; |
| margin: 0 10px 0 0; |
| } |
| .navbar .nav.pull-right { |
| float: right; |
| } |
| .navbar .nav > li { |
| display: block; |
| float: left; |
| } |
| .navbar .nav > li > a { |
| float: none; |
| padding: 10px 10px 11px; |
| line-height: 19px; |
| color: #999999; |
| text-decoration: none; |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
| } |
| .navbar .nav > li > a:hover { |
| background-color: transparent; |
| color: #ffffff; |
| text-decoration: none; |
| } |
| .navbar .nav .active > a, .navbar .nav .active > a:hover { |
| color: #ffffff; |
| text-decoration: none; |
| background-color: #222222; |
| background-color: rgba(0, 0, 0, 0.5); |
| } |
| .navbar .divider-vertical { |
| height: 40px; |
| width: 1px; |
| margin: 0 9px; |
| overflow: hidden; |
| background-color: #222222; |
| border-right: 1px solid #333333; |
| } |
| .navbar .nav.pull-right { |
| margin-left: 10px; |
| margin-right: 0; |
| } |
| .navbar .dropdown-menu { |
| margin-top: 1px; |
| -webkit-border-radius: 4px; |
| -moz-border-radius: 4px; |
| border-radius: 4px; |
| } |
| .navbar .dropdown-menu:before { |
| content: ''; |
| display: inline-block; |
| border-left: 7px solid transparent; |
| border-right: 7px solid transparent; |
| border-bottom: 7px solid #ccc; |
| border-bottom-color: rgba(0, 0, 0, 0.2); |
| position: absolute; |
| top: -7px; |
| left: 9px; |
| } |
| .navbar .dropdown-menu:after { |
| content: ''; |
| display: inline-block; |
| border-left: 6px solid transparent; |
| border-right: 6px solid transparent; |
| border-bottom: 6px solid #ffffff; |
| position: absolute; |
| top: -6px; |
| left: 10px; |
| } |
| .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret { |
| border-top-color: #ffffff; |
| } |
| .navbar .nav .active .caret { |
| opacity: 1; |
| filter: alpha(opacity=100); |
| } |
| .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle { |
| background-color: transparent; |
| } |
| .navbar .nav .active > .dropdown-toggle:hover { |
| color: #ffffff; |
| } |
| .navbar .nav.pull-right .dropdown-menu { |
| left: auto; |
| right: 0; |
| } |
| .navbar .nav.pull-right .dropdown-menu:before { |
| left: auto; |
| right: 12px; |
| } |
| .navbar .nav.pull-right .dropdown-menu:after { |
| left: auto; |
| right: 13px; |
| } |
| |
| /* ajax spinner */ |
| .navbar #spinner { |
| display: block; |
| float: right; |
| width: 20px; |
| margin-bottom: -5px; |
| margin-top: 10px; |
| visibility: hidden; |
| } |
| |
| .navbar-inner { |
| padding: 0px 20px; |
| } |
| |
| |
| /* |
| * lib/css/bootstrap/dropdown.css |
| */ |
| .dropdown { |
| position: relative; |
| } |
| .dropdown-toggle { |
| *margin-bottom: -3px; |
| } |
| .dropdown-toggle:active, .open .dropdown-toggle { |
| outline: 0; |
| } |
| .caret { |
| display: inline-block; |
| width: 0; |
| height: 0; |
| text-indent: -99999px; |
| *text-indent: 0; |
| vertical-align: top; |
| border-left: 4px solid transparent; |
| border-right: 4px solid transparent; |
| border-top: 4px solid #000000; |
| opacity: 0.3; |
| filter: alpha(opacity=30); |
| content: "\2193"; |
| } |
| .dropdown .caret { |
| margin-top: 8px; |
| margin-left: 2px; |
| } |
| .dropdown:hover .caret, .open.dropdown .caret { |
| opacity: 1; |
| filter: alpha(opacity=100); |
| } |
| .dropdown-menu { |
| position: absolute; |
| top: 100%; |
| left: 0; |
| z-index: 1000; |
| float: left; |
| display: none; |
| min-width: 160px; |
| max-width: 220px; |
| _width: 160px; |
| padding: 4px 0; |
| margin: 0; |
| list-style: none; |
| background-color: #ffffff; |
| border-color: #ccc; |
| border-color: rgba(0, 0, 0, 0.2); |
| border-style: solid; |
| border-width: 1px; |
| -webkit-border-radius: 0 0 5px 5px; |
| -moz-border-radius: 0 0 5px 5px; |
| border-radius: 0 0 5px 5px; |
| -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| -webkit-background-clip: padding-box; |
| -moz-background-clip: padding; |
| background-clip: padding-box; |
| *border-right-width: 2px; |
| *border-bottom-width: 2px; |
| } |
| .dropdown-menu.bottom-up { |
| top: auto; |
| bottom: 100%; |
| margin-bottom: 2px; |
| } |
| .dropdown-menu .divider { |
| height: 1px; |
| margin: 5px 1px; |
| overflow: hidden; |
| background-color: #e5e5e5; |
| border-bottom: 1px solid #ffffff; |
| *width: 100%; |
| *margin: -5px 0 5px; |
| } |
| .dropdown-menu a { |
| display: block; |
| padding: 3px 15px; |
| clear: both; |
| font-weight: normal; |
| line-height: 18px; |
| color: #555555; |
| white-space: nowrap; |
| } |
| .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { |
| color: #ffffff; |
| text-decoration: none; |
| background-color: #0088cc; |
| } |
| .dropdown.open { |
| *z-index: 1000; |
| } |
| .dropdown.open .dropdown-toggle { |
| color: #ffffff; |
| background: #ccc; |
| background: rgba(0, 0, 0, 0.3); |
| } |
| .dropdown.open .dropdown-menu { |
| display: block; |
| } |
| |
| /* |
| * lib/css/bootstrap/tooltip.css |
| */ |
| .tooltip { |
| position: absolute; |
| z-index: 1020; |
| display: block; |
| visibility: visible; |
| padding: 5px; |
| font-size: 11px; |
| opacity: 0; |
| filter: alpha(opacity=0); |
| } |
| .tooltip.in { |
| opacity: 0.8; |
| filter: alpha(opacity=80); |
| } |
| .tooltip.top { |
| margin-top: -2px; |
| } |
| .tooltip.right { |
| margin-left: 2px; |
| } |
| .tooltip.bottom { |
| margin-top: 2px; |
| } |
| .tooltip.left { |
| margin-left: -2px; |
| } |
| .tooltip.top .tooltip-arrow { |
| bottom: 0; |
| left: 50%; |
| margin-left: -5px; |
| border-left: 5px solid transparent; |
| border-right: 5px solid transparent; |
| border-top: 5px solid #000000; |
| } |
| .tooltip.left .tooltip-arrow { |
| top: 50%; |
| right: 0; |
| margin-top: -5px; |
| border-top: 5px solid transparent; |
| border-bottom: 5px solid transparent; |
| border-left: 5px solid #000000; |
| } |
| .tooltip.bottom .tooltip-arrow { |
| top: 0; |
| left: 50%; |
| margin-left: -5px; |
| border-left: 5px solid transparent; |
| border-right: 5px solid transparent; |
| border-bottom: 5px solid #000000; |
| } |
| .tooltip.right .tooltip-arrow { |
| top: 50%; |
| left: 0; |
| margin-top: -5px; |
| border-top: 5px solid transparent; |
| border-bottom: 5px solid transparent; |
| border-right: 5px solid #000000; |
| } |
| .tooltip-inner { |
| max-width: 200px; |
| padding: 3px 8px; |
| color: #ffffff; |
| text-align: center; |
| text-decoration: none; |
| background-color: #000000; |
| -webkit-border-radius: 4px; |
| -moz-border-radius: 4px; |
| border-radius: 4px; |
| } |
| .tooltip-arrow { |
| position: absolute; |
| width: 0; |
| height: 0; |
| } |
| .popover { |
| position: absolute; |
| top: 0; |
| left: 0; |
| z-index: 1010; |
| display: none; |
| padding: 5px; |
| } |
| .popover.top { |
| margin-top: -5px; |
| } |
| .popover.right { |
| margin-left: 5px; |
| } |
| .popover.bottom { |
| margin-top: 5px; |
| } |
| .popover.left { |
| margin-left: -5px; |
| } |
| .popover.top .arrow { |
| bottom: 0; |
| left: 50%; |
| margin-left: -5px; |
| border-left: 5px solid transparent; |
| border-right: 5px solid transparent; |
| border-top: 5px solid #000000; |
| } |
| .popover.right .arrow { |
| top: 50%; |
| left: 0; |
| margin-top: -5px; |
| border-top: 5px solid transparent; |
| border-bottom: 5px solid transparent; |
| border-right: 5px solid #000000; |
| } |
| .popover.bottom .arrow { |
| top: 0; |
| left: 50%; |
| margin-left: -5px; |
| border-left: 5px solid transparent; |
| border-right: 5px solid transparent; |
| border-bottom: 5px solid #000000; |
| } |
| .popover.left .arrow { |
| top: 50%; |
| right: 0; |
| margin-top: -5px; |
| border-top: 5px solid transparent; |
| border-bottom: 5px solid transparent; |
| border-left: 5px solid #000000; |
| } |
| .popover .arrow { |
| position: absolute; |
| width: 0; |
| height: 0; |
| } |
| .popover-inner { |
| padding: 3px; |
| width: 280px; |
| overflow: hidden; |
| background: #000000; |
| background: rgba(0, 0, 0, 0.8); |
| -webkit-border-radius: 6px; |
| -moz-border-radius: 6px; |
| border-radius: 6px; |
| -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| } |
| .popover-title { |
| padding: 9px 15px; |
| line-height: 1; |
| background-color: #f5f5f5; |
| border-bottom: 1px solid #eee; |
| -webkit-border-radius: 3px 3px 0 0; |
| -moz-border-radius: 3px 3px 0 0; |
| border-radius: 3px 3px 0 0; |
| } |
| .popover-content { |
| padding: 14px; |
| background-color: #ffffff; |
| -webkit-border-radius: 0 0 3px 3px; |
| -moz-border-radius: 0 0 3px 3px; |
| border-radius: 0 0 3px 3px; |
| -webkit-background-clip: padding-box; |
| -moz-background-clip: padding-box; |
| background-clip: padding-box; |
| } |
| .popover-content p, .popover-content ul, .popover-content ol { |
| margin-bottom: 0; |
| } |
| |
| /* |
| * lib/css/bootstrap/label.css |
| */ |
| .label { |
| padding: 2px 4px 3px; |
| font-size: 11.049999999999999px; |
| font-weight: bold; |
| color: #ffffff; |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
| background-color: #999999; |
| -webkit-border-radius: 3px; |
| -moz-border-radius: 3px; |
| border-radius: 3px; |
| } |
| .label:hover { |
| color: #ffffff; |
| text-decoration: none; |
| } |
| .label-important { |
| background-color: #b94a48; |
| } |
| .label-important:hover { |
| background-color: #953b39; |
| } |
| .label-warning { |
| background-color: #f89406; |
| } |
| .label-warning:hover { |
| background-color: #c67605; |
| } |
| .label-success { |
| background-color: #468847; |
| } |
| .label-success:hover { |
| background-color: #356635; |
| } |
| .label-info { |
| background-color: #3a87ad; |
| } |
| .label-info:hover { |
| background-color: #2d6987; |
| } |
| |
| /* |
| * lib/css/bootstrap/icons.css |
| */ |
| [class^="icon-"], [class*=" icon-"] { |
| display: inline-block; |
| width: 14px; |
| height: 14px; |
| line-height: 14px; |
| vertical-align: text-top; |
| background-image: url("../lib/images/icons/glyphicons-halflings.png"); |
| background-position: 14px 14px; |
| background-repeat: no-repeat; |
| *margin-right: .3em; |
| } |
| [class^="icon-"]:last-child, [class*=" icon-"]:last-child { |
| *margin-left: 0; |
| } |
| .icon-white { |
| background-image: url("../lib/images/icons/glyphicons-halflings-white.png"); |
| } |
| .icon-glass { |
| background-position: 0 0; |
| } |
| .icon-music { |
| background-position: -24px 0; |
| } |
| .icon-search { |
| background-position: -48px 0; |
| } |
| .icon-envelope { |
| background-position: -72px 0; |
| } |
| .icon-heart { |
| background-position: -96px 0; |
| } |
| .icon-star { |
| background-position: -120px 0; |
| } |
| .icon-star-empty { |
| background-position: -144px 0; |
| } |
| .icon-user { |
| background-position: -168px 0; |
| } |
| .icon-film { |
| background-position: -192px 0; |
| } |
| .icon-th-large { |
| background-position: -216px 0; |
| } |
| .icon-th { |
| background-position: -240px 0; |
| } |
| .icon-th-list { |
| background-position: -264px 0; |
| } |
| .icon-ok { |
| background-position: -288px 0; |
| } |
| .icon-remove { |
| background-position: -312px 0; |
| } |
| .icon-zoom-in { |
| background-position: -336px 0; |
| } |
| .icon-zoom-out { |
| background-position: -360px 0; |
| } |
| .icon-off { |
| background-position: -384px 0; |
| } |
| .icon-signal { |
| background-position: -408px 0; |
| } |
| .icon-cog { |
| background-position: -432px 0; |
| } |
| .icon-trash { |
| background-position: -456px 0; |
| } |
| .icon-home { |
| background-position: 0 -24px; |
| } |
| .icon-file { |
| background-position: -24px -24px; |
| } |
| .icon-time { |
| background-position: -48px -24px; |
| } |
| .icon-road { |
| background-position: -72px -24px; |
| } |
| .icon-download-alt { |
| background-position: -96px -24px; |
| } |
| .icon-download { |
| background-position: -120px -24px; |
| } |
| .icon-upload { |
| background-position: -144px -24px; |
| } |
| .icon-inbox { |
| background-position: -168px -24px; |
| } |
| .icon-play-circle { |
| background-position: -192px -24px; |
| } |
| .icon-repeat { |
| background-position: -216px -24px; |
| } |
| .icon-refresh { |
| background-position: -240px -24px; |
| } |
| .icon-list-alt { |
| background-position: -264px -24px; |
| } |
| .icon-lock { |
| background-position: -287px -24px; |
| } |
| .icon-flag { |
| background-position: -312px -24px; |
| } |
| .icon-headphones { |
| background-position: -336px -24px; |
| } |
| .icon-volume-off { |
| background-position: -360px -24px; |
| } |
| .icon-volume-down { |
| background-position: -384px -24px; |
| } |
| .icon-volume-up { |
| background-position: -408px -24px; |
| } |
| .icon-qrcode { |
| background-position: -432px -24px; |
| } |
| .icon-barcode { |
| background-position: -456px -24px; |
| } |
| .icon-tag { |
| background-position: 0 -48px; |
| } |
| .icon-tags { |
| background-position: -25px -48px; |
| } |
| .icon-book { |
| background-position: -48px -48px; |
| } |
| .icon-bookmark { |
| background-position: -72px -48px; |
| } |
| .icon-print { |
| background-position: -96px -48px; |
| } |
| .icon-camera { |
| background-position: -120px -48px; |
| } |
| .icon-font { |
| background-position: -144px -48px; |
| } |
| .icon-bold { |
| background-position: -167px -48px; |
| } |
| .icon-italic { |
| background-position: -192px -48px; |
| } |
| .icon-text-height { |
| background-position: -216px -48px; |
| } |
| .icon-text-width { |
| background-position: -240px -48px; |
| } |
| .icon-align-left { |
| background-position: -264px -48px; |
| } |
| .icon-align-center { |
| background-position: -288px -48px; |
| } |
| .icon-align-right { |
| background-position: -312px -48px; |
| } |
| .icon-align-justify { |
| background-position: -336px -48px; |
| } |
| .icon-list { |
| background-position: -360px -48px; |
| } |
| .icon-indent-left { |
| background-position: -384px -48px; |
| } |
| .icon-indent-right { |
| background-position: -408px -48px; |
| } |
| .icon-facetime-video { |
| background-position: -432px -48px; |
| } |
| .icon-picture { |
| background-position: -456px -48px; |
| } |
| .icon-pencil { |
| background-position: 0 -72px; |
| } |
| .icon-map-marker { |
| background-position: -24px -72px; |
| } |
| .icon-adjust { |
| background-position: -48px -72px; |
| } |
| .icon-tint { |
| background-position: -72px -72px; |
| } |
| .icon-edit { |
| background-position: -96px -72px; |
| } |
| .icon-share { |
| background-position: -120px -72px; |
| } |
| .icon-check { |
| background-position: -144px -72px; |
| } |
| .icon-move { |
| background-position: -168px -72px; |
| } |
| .icon-step-backward { |
| background-position: -192px -72px; |
| } |
| .icon-fast-backward { |
| background-position: -216px -72px; |
| } |
| .icon-backward { |
| background-position: -240px -72px; |
| } |
| .icon-play { |
| background-position: -264px -72px; |
| } |
| .icon-pause { |
| background-position: -288px -72px; |
| } |
| .icon-stop { |
| background-position: -312px -72px; |
| } |
| .icon-forward { |
| background-position: -336px -72px; |
| } |
| .icon-fast-forward { |
| background-position: -360px -72px; |
| } |
| .icon-step-forward { |
| background-position: -384px -72px; |
| } |
| .icon-eject { |
| background-position: -408px -72px; |
| } |
| .icon-chevron-left { |
| background-position: -432px -72px; |
| } |
| .icon-chevron-right { |
| background-position: -456px -72px; |
| } |
| .icon-plus-sign { |
| background-position: 0 -96px; |
| } |
| .icon-minus-sign { |
| background-position: -24px -96px; |
| } |
| .icon-remove-sign { |
| background-position: -48px -96px; |
| } |
| .icon-ok-sign { |
| background-position: -72px -96px; |
| } |
| .icon-question-sign { |
| background-position: -96px -96px; |
| } |
| .icon-info-sign { |
| background-position: -120px -96px; |
| } |
| .icon-screenshot { |
| background-position: -144px -96px; |
| } |
| .icon-remove-circle { |
| background-position: -168px -96px; |
| } |
| .icon-ok-circle { |
| background-position: -192px -96px; |
| } |
| .icon-ban-circle { |
| background-position: -216px -96px; |
| } |
| .icon-arrow-left { |
| background-position: -240px -96px; |
| } |
| .icon-arrow-right { |
| background-position: -264px -96px; |
| } |
| .icon-arrow-up { |
| background-position: -289px -96px; |
| } |
| .icon-arrow-down { |
| background-position: -312px -96px; |
| } |
| .icon-share-alt { |
| background-position: -336px -96px; |
| } |
| .icon-resize-full { |
| background-position: -360px -96px; |
| } |
| .icon-resize-small { |
| background-position: -384px -96px; |
| } |
| .icon-plus { |
| background-position: -408px -96px; |
| } |
| .icon-minus { |
| background-position: -433px -96px; |
| } |
| .icon-asterisk { |
| background-position: -456px -96px; |
| } |
| .icon-exclamation-sign { |
| background-position: 0 -120px; |
| } |
| .icon-gift { |
| background-position: -24px -120px; |
| } |
| .icon-leaf { |
| background-position: -48px -120px; |
| } |
| .icon-fire { |
| background-position: -72px -120px; |
| } |
| .icon-eye-open { |
| background-position: -96px -120px; |
| } |
| .icon-eye-close { |
| background-position: -120px -120px; |
| } |
| .icon-warning-sign { |
| background-position: -144px -120px; |
| } |
| .icon-plane { |
| background-position: -168px -120px; |
| } |
| .icon-calendar { |
| background-position: -192px -120px; |
| } |
| .icon-random { |
| background-position: -216px -120px; |
| } |
| .icon-comment { |
| background-position: -240px -120px; |
| } |
| .icon-magnet { |
| background-position: -264px -120px; |
| } |
| .icon-chevron-up { |
| background-position: -288px -120px; |
| } |
| .icon-chevron-down { |
| background-position: -313px -119px; |
| } |
| .icon-retweet { |
| background-position: -336px -120px; |
| } |
| .icon-shopping-cart { |
| background-position: -360px -120px; |
| } |
| .icon-folder-close { |
| background-position: -384px -120px; |
| } |
| .icon-folder-open { |
| background-position: -408px -120px; |
| } |
| .icon-resize-vertical { |
| background-position: -432px -119px; |
| } |
| .icon-resize-horizontal { |
| background-position: -456px -118px; |
| } |
| |
| /* |
| * lib/css/bootstrap/popover.css |
| */ |
| .popover { |
| position: absolute; |
| top: 0; |
| left: 0; |
| z-index: 1010; |
| display: none; |
| padding: 5px; |
| } |
| .popover.top { |
| margin-top: -5px; |
| } |
| .popover.right { |
| margin-left: 5px; |
| } |
| .popover.bottom { |
| margin-top: 5px; |
| } |
| .popover.left { |
| margin-left: -5px; |
| } |
| .popover.top .arrow { |
| bottom: 0; |
| left: 50%; |
| margin-left: -5px; |
| border-left: 5px solid transparent; |
| border-right: 5px solid transparent; |
| border-top: 5px solid #000000; |
| } |
| .popover.right .arrow { |
| top: 50%; |
| left: 0; |
| margin-top: -5px; |
| border-top: 5px solid transparent; |
| border-bottom: 5px solid transparent; |
| border-right: 5px solid #000000; |
| } |
| .popover.bottom .arrow { |
| top: 0; |
| left: 50%; |
| margin-left: -5px; |
| border-left: 5px solid transparent; |
| border-right: 5px solid transparent; |
| border-bottom: 5px solid #000000; |
| } |
| .popover.left .arrow { |
| top: 50%; |
| right: 0; |
| margin-top: -5px; |
| border-top: 5px solid transparent; |
| border-bottom: 5px solid transparent; |
| border-left: 5px solid #000000; |
| } |
| .popover .arrow { |
| position: absolute; |
| width: 0; |
| height: 0; |
| } |
| .popover-inner { |
| padding: 3px; |
| width: 280px; |
| overflow: hidden; |
| background: #000000; |
| background: rgba(0, 0, 0, 0.8); |
| -webkit-border-radius: 6px; |
| -moz-border-radius: 6px; |
| border-radius: 6px; |
| -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| } |
| .popover-title { |
| padding: 9px 15px; |
| line-height: 1; |
| background-color: #f5f5f5; |
| border-bottom: 1px solid #eee; |
| -webkit-border-radius: 3px 3px 0 0; |
| -moz-border-radius: 3px 3px 0 0; |
| border-radius: 3px 3px 0 0; |
| } |
| .popover-content { |
| padding: 14px; |
| background-color: #ffffff; |
| -webkit-border-radius: 0 0 3px 3px; |
| -moz-border-radius: 0 0 3px 3px; |
| border-radius: 0 0 3px 3px; |
| -webkit-background-clip: padding-box; |
| -moz-background-clip: padding-box; |
| background-clip: padding-box; |
| } |
| .popover-content p, .popover-content ul, .popover-content ol { |
| margin-bottom: 0; |
| } |
| |
| /* |
| * erpnext/startup/startup.css |
| */ |
| h1, h2, h3, h4, h5 { |
| font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif; |
| font-weight: bold; |
| } |
| |
| body { |
| font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif; |
| font-size: 13px; |
| } |
| |
| span, div, td, input, textarea, button, select { |
| font-family: inherit; |
| } |
| |
| body { |
| background: url(../images/redbeech.jpg) repeat; |
| } |
| |
| .small { |
| font-size: 11.5px; |
| } |
| |
| .erpnext-footer { |
| margin: 11px auto; |
| text-align: center; |
| } |
| |
| .module-icons { |
| background: url(../images/module-icons.png) no-repeat top left; |
| width:16px; |
| height:16px; |
| } |
| |
| .module-icons-accounts{ background-position: 0 0; } |
| .module-icons-analysis{ background-position: 0 -66px; } |
| .module-icons-buying{ background-position: 0 -132px; } |
| .module-icons-home{ background-position: 0 -198px; } |
| .module-icons-hr{ background-position: 0 -264px; } |
| .module-icons-people{ background-position: 0 -330px; } |
| .module-icons-production{ background-position: 0 -396px; } |
| .module-icons-projects{ background-position: 0 -462px; } |
| .module-icons-selling{ background-position: 0 -528px; } |
| .module-icons-setup{ background-position: 0 -594px; } |
| .module-icons-stock{ background-position: 0 -660px; } |
| .module-icons-support{ background-position: 0 -726px; } |
| |
| .navbar-new-comments { |
| margin: -3px 0px; |
| padding: 2px; |
| min-width: 20px; |
| text-align: center; |
| display: inline-block; |
| border-radius: 2px; |
| color: #999999; |
| background-color: #333131; |
| } |
| |
| .navbar-new-comments:hover, |
| .navbar-new-comments:active, |
| .navbar-new-comments:focus { |
| color: #fff; |
| } |
| |
| |
| .navbar-new-comments-true { |
| color: #fff; |
| background-color: #B00D07; |
| } |
| |
| .navbar-icon-home { |
| vertical-align: middle; |
| opacity:0.4; |
| Filter:alpha(opacity=40); /* For IE8 and earlier */ |
| } |
| |
| .navbar-icon-home:hover, |
| .navbar-icon-home:focus, |
| .navbar-icon-home:active, |
| .navbar-icon-home-hover{ |
| opacity:1; |
| Filter:alpha(opacity=100); /* For IE8 and earlier */ |
| } |
| |
| /*extra size menus for recent*/ |
| .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| min-width: 160px !important; |
| max-width: 260px !important; |
| } |
| |