diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css
index e69de29bb..6ceb6eb6c 100644
--- a/admin-dev/themes/default/css/admin.css
+++ b/admin-dev/themes/default/css/admin.css
@@ -0,0 +1,1300 @@
+#nobootstrap {
+ /*LIST*/
+ /*FORM*/
+ /*BUTTON*/
+ /*SEPARATION*/
+ /*TABLE*/
+ /*UI ACCORDEON*/
+ /*BLOC*/
+ /*TABLE STATUS COMMANDE*/
+ /*multishop toolbar*/
+ /*toolbarBox*/
+ /*button upload files*/
+ /*leadin*/
+ /*productBox*/
+ /*tab-pane*/
+ /*FILTER MODULE*/
+ /*FILTER STOCK*/
+ /*ADDONS LOGIN*/
+ /*SIDEBAR*/
+ /*NAVIGATION ENGINE*/
+ /*STATCONTAINER*/
+ /*MODULECONTAINER*/
+ /*TAB MODULES LIST*/
+ /******** ie7 ******/
+ /*MODULE POSITION*/
+ /*DASHBOARD*/
+ /******** CREATE AN ORDER **************/
+ /************** SCENE *****************/ }
+ #nobootstrap h1, #nobootstrap h2, #nobootstrap h3, #nobootstrap h4 {
+ margin-bottom: .5em;
+ line-height: 1.4em; }
+ #nobootstrap h2 {
+ font-size: 1.7em; }
+ #nobootstrap h3 {
+ font-size: 1.25em; }
+ #nobootstrap h4 {
+ font-size: 1.05em; }
+ #nobootstrap h6 {
+ font-size: 1em; }
+ #nobootstrap ul, #nobootstrap ol {
+ list-style: none;
+ margin: 0;
+ padding: 0; }
+ #nobootstrap ul li {
+ color: #585A69; }
+ #nobootstrap label {
+ color: #585a69;
+ text-shadow: 0 1px 0 white; }
+ #nobootstrap fieldset {
+ background-color: #EBEDF4;
+ border: 1px solid #CCCED7;
+ color: #585A69;
+ font-size: 1.1em;
+ margin: 0;
+ padding: 1em; }
+ #nobootstrap .Bloc {
+ background-color: #EBEDF4;
+ border: 1px solid #CCCED7;
+ font-size: 1.1em;
+ margin: 0;
+ padding: 1em; }
+ #nobootstrap legend {
+ background: #EBEDF4;
+ border: 1px solid #CCCED7;
+ font-weight: 700;
+ margin: 0;
+ padding: .2em .5em;
+ text-align: left; }
+ #nobootstrap input[type="text"], #nobootstrap input[type="password"], #nobootstrap input[type="file"], #nobootstrap textarea {
+ border: 1px solid #ccc;
+ background-color: #fff; }
+ #nobootstrap input[type="text"]:disabled, #nobootstrap input[type="password"]:disabled, #nobootstrap input[type="file"]:disabled, #nobootstrap textarea:disabled {
+ border: 1px solid #ccc;
+ background-color: #dedede;
+ color: #444444; }
+ #nobootstrap select {
+ border: 1px solid #ccc;
+ font-size: 12px; }
+ #nobootstrap select[disabled="disabled"], #nobootstrap input[disabled="disabled"], #nobootstrap textarea[disabled="disabled"], #nobootstrap option[disabled="disabled"] {
+ border: 1px solid #CCCCCC;
+ color: #AAAAAA; }
+ #nobootstrap .header_module {
+ background: url("../img/header_module.png");
+ padding-left: 0.5em;
+ padding-top: 0.8em;
+ height: 20px;
+ color: #812143;
+ border: solid 1px #CCC; }
+ #nobootstrap .double_select select {
+ width: 300px;
+ height: 160px; }
+ #nobootstrap .double_select a {
+ text-align: center;
+ display: block;
+ border: 1px solid #aaa;
+ text-decoration: none;
+ background-color: #fafafa;
+ color: #123456;
+ margin: 2px;
+ padding: 2px; }
+ #nobootstrap .button {
+ background: #e3e3e3 url("../img/bg-button-degrade.png") repeat-x scroll left top;
+ background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent;
+ background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent;
+ border-color: #CCCCCC #BBBBBB #A0A0A0;
+ border-left: 1px solid #BBBBBB;
+ border-radius: 3px 3px 3px 3px;
+ border-right: 1px solid #BBBBBB;
+ border-style: solid;
+ border-width: 1px;
+ color: #000000;
+ margin: 0;
+ outline: medium none;
+ padding: 3px 8px;
+ text-align: center;
+ vertical-align: middle;
+ white-space: nowrap;
+ text-shadow: 0 1px 0 #fff; }
+ #nobootstrap .button[disabled=disabled] {
+ color: #8C8C8C; }
+ #nobootstrap .button.bt-icon {
+ display: inline-block;
+ margin-bottom: 7px; }
+ #nobootstrap .button.bt-icon span {
+ padding-left: 5px; }
+ #nobootstrap input.button[disabled=disabled]:hover {
+ background-color: #FFF6D3; }
+ #nobootstrap .button:hover {
+ border: 1px solid #939393; }
+ #nobootstrap .button:active {
+ border: 1px solid #939393; }
+ #nobootstrap .button.export-csv span {
+ background: transparent url("../img/export-csv.png") no-repeat scroll left top;
+ padding: 1px 0 1px 20px; }
+ #nobootstrap .separation {
+ background-color: #ccc;
+ border-bottom: 1px solid #fff;
+ width: 100%;
+ height: 1px;
+ margin: 10px 0; }
+ #nobootstrap .table_grid {
+ width: 100%; }
+ #nobootstrap .table {
+ background-color: #fff;
+ border: 1px solid #ccc;
+ padding: 0;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px; }
+ #nobootstrap .filter {
+ background-color: #f1f9ff; }
+ #nobootstrap .table .filter {
+ margin: 2px; }
+ #nobootstrap .table th a {
+ text-decoration: underline; }
+ #nobootstrap .table a:hover {
+ text-decoration: none; }
+ #nobootstrap .table tr th {
+ background-color: #F1F1F1;
+ text-shadow: 0 1px 0 #fff;
+ padding: 4px 6px;
+ background: #ececec url("../img/bg-degrade-table.png") repeat-x scroll left top;
+ background-image: -moz-linear-gradient(center top, #f9f9f9, #ececec);
+ background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#ececec)) repeat scroll 0 0 transparent;
+ font-size: 13px;
+ text-align: left;
+ color: #333; }
+ #nobootstrap .table tr th.right {
+ text-align: center; }
+ #nobootstrap .table tr td {
+ border-bottom: 1px solid #ccc;
+ color: #333;
+ font-size: 12px;
+ padding: 4px 4px 4px 6px; }
+ #nobootstrap .table tr.row_hover:hover td {
+ background: #fff1b5; }
+ #nobootstrap .table tr.row_hover.filter:hover td {
+ background: #F1F9FF; }
+ #nobootstrap .table tr td.row_hover:hover table tr td {
+ background: none; }
+ #nobootstrap .table tr.action_details td {
+ background: #FAFAFA; }
+ #nobootstrap .table tr.alt_row.action_details td {
+ background: #E8E8E8; }
+ #nobootstrap .table tr td.empty {
+ border-bottom: none;
+ background: white !important; }
+ #nobootstrap .table tr td.first {
+ border-left: 1px solid #DEDEDE; }
+ #nobootstrap .table tr td.last {
+ border-right: 1px solid #DEDEDE; }
+ #nobootstrap .table tr.small td {
+ height: 15px; }
+ #nobootstrap .table tr.last td {
+ border-bottom: none; }
+ #nobootstrap .col-left {
+ vertical-align: top;
+ padding-right: 10px; }
+ #nobootstrap .col-right {
+ padding-bottom: 5px; }
+ #nobootstrap #tabPane1 td.col-left {
+ width: 200px; }
+ #nobootstrap #product-tab-content-wait {
+ display: block;
+ background: url("../img/bg_loaderSpace.png");
+ min-height: 420px;
+ position: absolute;
+ width: 96.5%; }
+ #nobootstrap div#loading {
+ height: 128px;
+ width: 128px;
+ background: url("../img/ajax-loader.gif");
+ display: block;
+ text-indent: -9999px;
+ margin: 100px auto; }
+ #nobootstrap td.col-left label {
+ display: block;
+ width: 100%;
+ text-align: right; }
+ #nobootstrap .alt_row {
+ background-color: #f8f8f8; }
+ #nobootstrap .path_bar {
+ background-color: #E2EBEE;
+ border: 1px solid #999999;
+ font-size: 13px;
+ margin-bottom: 20px;
+ padding: 5px; }
+ #nobootstrap .path_bar a {
+ font-weight: 700; }
+ #nobootstrap .cat_bar {
+ background-color: #F4E8CD;
+ border: 1px solid #999999;
+ font-size: 12px;
+ font-weight: 700;
+ margin-bottom: 20px;
+ padding: 5px; }
+ #nobootstrap .cat_bar a {
+ font-weight: 700; }
+ #nobootstrap .table tr#total_products,
+ #nobootstrap .table tr#total_discounts,
+ #nobootstrap .table tr#total_wrapping,
+ #nobootstrap .table tr#total_shipping {
+ height: 35px; }
+ #nobootstrap .table tr#total_order {
+ height: 50px; }
+ #nobootstrap a.action_module {
+ color: #268CCD;
+ text-decoration: underline; }
+ #nobootstrap a.header_module_toggle {
+ font-weight: bold;
+ color: #268CCD;
+ display: block; }
+ #nobootstrap a.module_toggle_all {
+ color: #268CCD; }
+ #nobootstrap .nbr_module {
+ float: right;
+ margin-right: 10px;
+ font-style: italic;
+ font-size: 12px;
+ color: #268CCD; }
+ #nobootstrap .autoupgradeSteps div {
+ line-height: 30px; }
+ #nobootstrap .upgradestep {
+ margin-right: 5px;
+ padding-left: 10px;
+ padding-right: 5px; }
+ #nobootstrap #upgradeNow.stepok, #nobootstrap .autoupgradeSteps a.stepok {
+ background-image: url("../img/admin/enabled.gif");
+ background-position: left center;
+ background-repeat: no-repeat;
+ padding-left: 15px; }
+ #nobootstrap #upgradeNow {
+ -moz-border-bottom-colors: none;
+ -moz-border-image: none;
+ -moz-border-left-colors: none;
+ -moz-border-right-colors: none;
+ -moz-border-top-colors: none;
+ border-color: #FFF6D3 #DFD5AF #DFD5AF #FFF6D3;
+ border-right: 1px solid #DFD5AF;
+ border-style: solid;
+ border-width: 1px;
+ color: #268CCD;
+ font-size: medium;
+ padding: 5px; }
+ #nobootstrap .button-autoupgrade {
+ -moz-border-bottom-colors: none;
+ -moz-border-image: none;
+ -moz-border-left-colors: none;
+ -moz-border-right-colors: none;
+ -moz-border-top-colors: none;
+ border-color: #FFF6D3 #DFD5AF #DFD5AF #FFF6D3;
+ border-right: 1px solid #DFD5AF;
+ border-style: solid;
+ border-width: 1px;
+ color: #268CCD;
+ font-size: medium;
+ padding: 5px; }
+ #nobootstrap .processing {
+ overflow: auto; }
+ #nobootstrap .ui-accordion-header {
+ background-color: #ccc;
+ color: #000; }
+ #nobootstrap .Bloc {
+ background: none repeat scroll 0 0 #EBEDF4; }
+ #nobootstrap .table td span.color_field {
+ font-size: 11px;
+ padding: 2px 5px;
+ border-radius: 3px;
+ text-transform: uppercase;
+ color: #fff;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px; }
+ #nobootstrap .multishop_toolbar {
+ background-color: #F8F8F8;
+ border: 1px solid #CCCCCC;
+ margin-bottom: 10px;
+ padding: 10px;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ font-size: 18px; }
+ #nobootstrap .multishop_toolbar span.text_multishop {
+ vertical-align: 7px;
+ padding-right: 5px; }
+ #nobootstrap .multishop_toolbar select.shopList {
+ width: 300px; }
+ #nobootstrap .multishop_toolbar a.chzn-single {
+ background: url("../img/icon-multishop.png") no-repeat 5px 5px;
+ padding: 1px 2px 2px 25px;
+ font-weight: bold; }
+ #nobootstrap .multishop_toolbar .chzn-container .chzn-results .first {
+ font-weight: bold;
+ background-color: #408BD5;
+ color: #ffffff; }
+ #nobootstrap .multishop_toolbar .chzn-container .chzn-results .group {
+ font-weight: bold;
+ font-style: italic;
+ padding-left: 15px;
+ background-color: #C6DEFC; }
+ #nobootstrap .multishop_toolbar .chzn-container .chzn-results .shop {
+ padding-left: 30px;
+ background-color: #EAF2FC; }
+ #nobootstrap .toolbar-placeholder {
+ position: relative; }
+ #nobootstrap .toolbarBox {
+ position: relative; }
+ #nobootstrap .toolbarBox .pageTitle {
+ margin-left: 10px;
+ line-height: 48px; }
+ #nobootstrap .toolbarBox .pageTitle h3 {
+ font-size: 1.6em;
+ font-weight: normal;
+ line-height: 52px;
+ margin: 0;
+ padding: 0;
+ text-shadow: 0 1px 0 #fff; }
+ #nobootstrap .toolbarBox ul.cc_button {
+ float: right;
+ margin: 0 5px 0 0;
+ padding: 0; }
+ #nobootstrap .toolbarBox ul.cc_button li {
+ color: #666666;
+ float: left;
+ height: 48px;
+ list-style: none outside none;
+ padding: 1px 1px 3px 4px;
+ text-align: center; }
+ #nobootstrap .toolbarBox a.toolbar_btn {
+ border: 1px solid #f8f8f8;
+ min-width: 50px;
+ border-width: 1px;
+ font-size: 11px;
+ cursor: pointer;
+ display: block;
+ float: left;
+ padding: 3px 5px;
+ white-space: nowrap;
+ text-shadow: 0 1px 0 #ffffff; }
+ #nobootstrap .toolbarBox a.toolbar_btn:hover {
+ background-color: #fff;
+ border: 1px inset #ccc;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -o-border-radius: 3px; }
+ #nobootstrap .toolbarBox .toolbar_btn span {
+ display: block;
+ float: none;
+ height: 32px;
+ margin: 0 auto;
+ width: 32px; }
+ #nobootstrap .toolbarBox .process-icon-delete {
+ background-image: url("../img/process-icon-delete.png"); }
+ #nobootstrap .toolbarBox .process-icon-duplicate {
+ background-image: url("../img/process-icon-duplicate.png"); }
+ #nobootstrap .toolbarBox .process-icon-preview {
+ background-image: url("../img/process-icon-preview.png"); }
+ #nobootstrap .toolbarBox .process-icon-stats {
+ background-image: url("../img/process-icon-stats.png"); }
+ #nobootstrap .toolbarBox .process-icon-cancel, #nobootstrap .toolbarBox .toolbar-cancel {
+ background-image: url("../img/process-icon-cancel.png"); }
+ #nobootstrap .toolbarBox .process-icon-new, #nobootstrap .toolbarBox .toolbar-new {
+ background-image: url("../img/process-icon-new.png"); }
+ #nobootstrap .toolbarBox .process-icon-save {
+ background-image: url("../img/process-icon-save.png"); }
+ #nobootstrap .toolbarBox .process-icon-save-and-stay {
+ background-image: url("../img/process-icon-save-and-stay.png"); }
+ #nobootstrap .toolbarBox .process-icon-edit {
+ background-image: url("../img/process-icon-edit.png"); }
+ #nobootstrap .toolbarBox .process-icon-back {
+ background-image: url("../img/process-icon-back.png"); }
+ #nobootstrap .toolbarBox .process-icon-refresh-index {
+ background-image: url("../img/process-icon-refresh-index.png"); }
+ #nobootstrap .toolbarBox .process-icon-refresh-cache {
+ background-image: url("../img/process-icon-refresh-cache.png"); }
+ #nobootstrap .toolbarBox .process-icon-save-calendar {
+ background-image: url("../img/process-icon-save-calendar.png"); }
+ #nobootstrap .toolbarBox .process-icon-new-module {
+ background-image: url("../img/process-icon-new-module.png"); }
+ #nobootstrap .toolbarBox .process-icon-new-url {
+ background-image: url("../img/process-icon-new-url.png"); }
+ #nobootstrap .toolbarBox .process-icon-new-module-addon {
+ background-image: url("../img/process-icon-new-module-addon.png"); }
+ #nobootstrap .toolbarBox .process-icon-save-and-preview {
+ background-image: url("../img/process-icon-preview.png"); }
+ #nobootstrap .toolbarBox .process-icon-import {
+ background-image: url("../img/process-icon-export-csv.png"); }
+ #nobootstrap .toolbarBox .process-icon-export {
+ background-image: url("../img/process-icon-export-csv.png"); }
+ #nobootstrap .toolbarBox .process-icon-export-all {
+ background-image: url("../img/process-icon-export-csv-details.png"); }
+ #nobootstrap .toolbarBox .process-icon-export-stock-state-quantities-csv {
+ background-image: url("../img/process-icon-export-csv.png"); }
+ #nobootstrap .toolbarBox .process-icon-export-stock-state-prices-csv {
+ background-image: url("../img/process-icon-export-csv-details.png"); }
+ #nobootstrap .toolbarBox .process-icon-export-csv-orders {
+ background-image: url("../img/process-icon-export-csv.png"); }
+ #nobootstrap .toolbarBox .process-icon-export-csv-details {
+ background-image: url("../img/process-icon-export-csv-details.png"); }
+ #nobootstrap .toolbarBox .process-icon-export-stock-mvt-csv {
+ background-image: url("../img/process-icon-export-csv.png"); }
+ #nobootstrap .toolbarBox .process-icon-newAttributes, #nobootstrap .toolbarBox .toolbar-new {
+ background-image: url("../img/process-icon-new.png"); }
+ #nobootstrap .toolbarBox .process-icon-new.add_product {
+ background-image: url("../img/process-icon-addProduct.png"); }
+ #nobootstrap .toolbarBox .process-icon-partialRefund {
+ background-image: url("../img/process-icon-partial-refund.png"); }
+ #nobootstrap .toolbarBox .process-icon-standardRefund {
+ background-image: url("../img/process-icon-standard-refund.png"); }
+ #nobootstrap .toolbarBox .process-icon-help {
+ background-image: url("../img/process-icon-help.png"); }
+ #nobootstrap .toolbarBox .process-icon-help-new {
+ background-image: url("../img/process-icon-help-new.png"); }
+ #nobootstrap .toolbarBox .process-icon-modules-list {
+ background-image: url("../img/process-icon-modules-list.png"); }
+ #nobootstrap .toolbarReduced {
+ margin-right: 221px; }
+ #nobootstrap #modules_list_button {
+ width: 211px;
+ height: 63px;
+ border: none;
+ position: absolute;
+ top: 0;
+ right: 0;
+ background-image: url("../img/modules_list_button.png");
+ font-size: 1.6em;
+ cursor: pointer;
+ padding-left: 45px; }
+ #nobootstrap .toolbarBox #modules_list_container {
+ background: none repeat scroll 0 0 #FFF;
+ border: solid 1px #CCC;
+ display: block;
+ float: right;
+ height: auto;
+ width: 500px;
+ position: absolute;
+ right: 13px;
+ top: 63px;
+ z-index: 100;
+ box-shadow: 1px 5px 5px #CCCCCC;
+ -moz-box-shadow: 1px 5px 10px #CCCCCC;
+ -webkit-box-shadow: 1px 5px 10px #CCCCCC;
+ opacity: 1; }
+ #nobootstrap .toolbarBox #modules_list_container #modules_list_container_content {
+ max-height: 500px;
+ overflow: auto; }
+ #nobootstrap .toolbarBox #modules_list_container #modules_list_container_tab {
+ margin-top: 10px;
+ width: auto;
+ height: auto; }
+ #nobootstrap .toolbarBox #modules_list_container #modules_list_container_tab table {
+ width: 100%;
+ border-spacing: 0px; }
+ #nobootstrap .toolbarBox #modules_list_container #modules_list_container_tab tr {
+ height: auto; }
+ #nobootstrap .toolbarBox #modules_list_container #modules_list_container_tab tr.rowalt {
+ background-color: #F0F7FF; }
+ #nobootstrap .toolbarBox #modules_list_container #modules_list_container_tab #tab_module_switch {
+ margin-bottom: 10px; }
+ #nobootstrap .toolbarBox #modules_list_container #modules_list_loader {
+ margin-top: 10px; }
+ #nobootstrap .toolbarBox #modules_list_container .nav-tabs-modules:after {
+ clear: both; }
+ #nobootstrap .toolbarBox #modules_list_container .nav-tabs-modules > li {
+ height: 19px; }
+ #nobootstrap .toolbarBox #modules_list_container .nav-tabs-modules > li > a {
+ padding-right: 12px;
+ padding-left: 12px;
+ margin-right: 2px;
+ line-height: 14px; }
+ #nobootstrap .toolbarBox #modules_list_container .nav-tabs-modules > li > a {
+ padding-top: 8px;
+ padding-bottom: 7px;
+ border: 1px solid transparent;
+ -webkit-border-radius: 4px 4px 0 0;
+ -moz-border-radius: 4px 4px 0 0;
+ -o-border-radius: 4px 4px 0 0;
+ border-radius: 4px 4px 0 0; }
+ #nobootstrap .toolbarBox #modules_list_container .nav-tabs-modules > li > a:hover {
+ border-color: #C0C0C0;
+ background-color: #ffffff; }
+ #nobootstrap .toolbarBox #modules_list_container .nav-tabs-modules > li > a {
+ border: 1px solid #ddd;
+ border-bottom: none; }
+ #nobootstrap .toolbarBox #modules_list_container .nav-tabs-modules > .active > a,
+ #nobootstrap .toolbarBox #modules_list_container .nav-tabs-modules > .active > a:hover {
+ color: #555555;
+ cursor: default;
+ background-color: #F8F8F8;
+ border: 1px solid #ddd;
+ border-bottom-color: transparent; }
+ #nobootstrap div.fix-toolbar {
+ border-bottom: 1px solid #E0E0E0;
+ position: fixed;
+ top: 0;
+ opacity: 0.9;
+ z-index: 500;
+ margin: auto; }
+ #nobootstrap #content .qq-upload-button {
+ background: #e4e4e4 url("../img/bg-button-degrade.png") repeat-x scroll left top;
+ background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent;
+ background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent;
+ color: #333;
+ width: 180px;
+ text-shadow: 0 1px 0 #fff;
+ border-color: #CCCCCC #BBBBBB #A0A0A0;
+ border-left: 1px solid #BBBBBB;
+ border-radius: 3px 3px 3px 3px;
+ border-right: 1px solid #BBBBBB;
+ border-style: solid;
+ border-width: 1px;
+ color: #000000; }
+ #nobootstrap #content .qq-upload-button:hover {
+ border: 1px solid #939393; }
+ #nobootstrap .file_upload_label {
+ margin-top: 5px; }
+ #nobootstrap .leadin .bloc-leadin {
+ padding: 10px 3px; }
+ #nobootstrap #productBox {
+ position: relative;
+ width: 100%;
+ float: left; }
+ #nobootstrap form#product_form, #nobootstrap form#access_form, #nobootstrap form#cart_rule_form, #nobootstrap #modules_tab_list {
+ background-color: #ebedf4;
+ border: 1px solid #ccced7;
+ min-height: 404px;
+ padding: 5px 10px 10px;
+ margin-left: 140px; }
+ #nobootstrap #modules_tab_list {
+ min-height: inherit; }
+ #nobootstrap #content form.adminstockmanagement {
+ margin-left: 0px; }
+ #nobootstrap form#product_form h3 {
+ font-size: 14px;
+ font-weight: normal; }
+ #nobootstrap form#product_form h4 {
+ font-size: 18px;
+ font-weight: normal; }
+ #nobootstrap .tab-row .tab {
+ background: #EFEFEF;
+ width: 100px; }
+ #nobootstrap .productTabs {
+ background-color: #fafafa;
+ border: 1px solid #ccced7;
+ border-right: none;
+ float: left;
+ width: 140px; }
+ #nobootstrap .productTabs ul {
+ padding: 0;
+ margin: 0; }
+ #nobootstrap .productTabs ul li.tab-row {
+ border: none; }
+ #nobootstrap .productTabs ul li.tab-row:first-child a {
+ border-top: none; }
+ #nobootstrap .productTabs ul li.tab-row a {
+ display: block;
+ font-weight: normal;
+ color: #666;
+ padding: 7px 10px;
+ border-top: 1px solid #CCCED7;
+ border-right: 1px solid #CCCED7; }
+ #nobootstrap .productTabs ul li.tab-row a.selected {
+ background-color: #EBEDF4;
+ font-weight: bold;
+ color: #000;
+ border-right: none; }
+ #nobootstrap .product-tab-content h4.tab {
+ display: none; }
+ #nobootstrap #product_list {
+ margin-bottom: 0.5em; }
+ #nobootstrap #product-tab-content-3-Associations .Association td.col-left {
+ width: 200px; }
+ #nobootstrap .filter-module {
+ background-color: #ebedf4;
+ border: 1px solid #c2c4d9;
+ padding: 10px;
+ display: block;
+ min-height: 35px; }
+ #nobootstrap .filter-module #filternameForm {
+ float: left;
+ margin-right: 30px; }
+ #nobootstrap .filter-module label {
+ width: auto; }
+ #nobootstrap .filter-module .select-filter {
+ float: left; }
+ #nobootstrap .filter-module .button-filter {
+ float: right; }
+ #nobootstrap .filter-stock {
+ background-color: #ebedf4;
+ border: 1px solid #c2c4d9;
+ margin-bottom: 15px;
+ padding: 10px;
+ display: block;
+ min-height: 25px; }
+ #nobootstrap .filter-stock #stock_instant_state {
+ float: left;
+ margin-right: 30px; }
+ #nobootstrap .filter-stock label {
+ width: auto; }
+ #nobootstrap .filter-stock .select-filter {
+ float: left; }
+ #nobootstrap .filter-stock .button-filter {
+ float: right; }
+ #nobootstrap .filter-stock-extended {
+ background-color: #ebedf4;
+ border: 1px solid #c2c4d9;
+ margin-bottom: 15px;
+ padding: 10px;
+ display: block;
+ min-height: 65px; }
+ #nobootstrap .filter-stock-extended #stock_cover {
+ float: left;
+ margin-right: 30px; }
+ #nobootstrap .filter-stock-extended #supply_orders {
+ float: left;
+ margin-right: 30px; }
+ #nobootstrap .filter-stock-extended label {
+ width: auto; }
+ #nobootstrap .filter-stock-extended .select-filter {
+ float: left; }
+ #nobootstrap .filter-stock-extended .button-filter {
+ float: right; }
+ #nobootstrap #addons_login_div {
+ background: #ebedf4 url("../img/lock.png") no-repeat scroll left 5px; }
+ #nobootstrap #addons_login_div form#addons_login_form {
+ float: right; }
+ #nobootstrap #addons_login_div p {
+ float: left;
+ font-size: 16px;
+ color: #585A69;
+ line-height: 24px;
+ text-shadow: 0 1px 0 #fff;
+ margin: 0;
+ padding-left: 25px; }
+ #nobootstrap #addons_login_div input {
+ float: left;
+ margin-right: 10px; }
+ #nobootstrap #addons_login_div input#addons_login_button {
+ margin-right: 0px; }
+ #nobootstrap .sidebar {
+ position: relative;
+ float: left;
+ width: 220px;
+ display: inline; }
+ #nobootstrap .sidebar h3 {
+ background-color: #ebedf4;
+ font-weight: bold;
+ display: block;
+ padding: 5px; }
+ #nobootstrap .sidebar.navigation h3 {
+ margin: 0; }
+ #nobootstrap .sidebar .subHeadline {
+ font-weight: bold;
+ float: right;
+ margin-top: -28px;
+ margin-right: 5px; }
+ #nobootstrap .sidebar ul.categorieList li {
+ border-top: 1px solid #ccc;
+ position: relative;
+ line-height: 20px; }
+ #nobootstrap .sidebar ul.categorieList li:first-child {
+ border-top: none; }
+ #nobootstrap .sidebar ul.categorieList li a {
+ color: #3a6ea7;
+ display: block;
+ padding-left: 5px; }
+ #nobootstrap .sidebar ul.categorieList li a:hover {
+ background-color: #EBEDF4; }
+ #nobootstrap .sidebar ul.categorieList li div.categorieWidth {
+ overflow: hidden; }
+ #nobootstrap .sidebar ul.categorieList li div.count {
+ position: absolute;
+ top: 0;
+ right: 5px; }
+ #nobootstrap .sidebar .categorieStatus {
+ display: none; }
+ #nobootstrap .blocEngine {
+ background-color: #eee; }
+ #nobootstrap .blocEngine .rowForm {
+ display: block;
+ float: left;
+ margin: 0;
+ padding: 5px 0; }
+ #nobootstrap .blocEngine .rowForm label {
+ font-weight: normal; }
+ #nobootstrap .blocEngine .rowForm label,
+ #nobootstrap .blocEngine .rowForm select {
+ width: 220px;
+ float: left;
+ text-align: left; }
+ #nobootstrap .blocEngine p {
+ margin-top: 10px;
+ display: block;
+ float: left; }
+ #nobootstrap #statsContainer {
+ margin-left: 220px;
+ padding: 0 0 0 20px; }
+ #nobootstrap #statsContainer #calendar,
+ #nobootstrap #referrersContainer #calendar {
+ background-color: #EEEEEE;
+ border-top: 1px solid #CCCCCC;
+ display: block;
+ margin: 10px 0;
+ min-height: 25px;
+ padding: 5px; }
+ #nobootstrap #statsContainer #calendar form,
+ #nobootstrap #referrersContainer #calendar form {
+ float: left; }
+ #nobootstrap #statsContainer #calendar input, #nobootstrap #statsContainer #calendar p,
+ #nobootstrap #referrersContainer #calendar input, #nobootstrap #referrersContainer #calendar p {
+ float: left; }
+ #nobootstrap #statsContainer #calendar input.submitDateDay, #nobootstrap #referrersContainer #calendar input.submitDateDay {
+ border-top-right-radius: 0px;
+ border-bottom-right-radius: 0px;
+ border-right: none; }
+ #nobootstrap #statsContainer #calendar input.submitDateMonth, #nobootstrap #statsContainer #calendar input.submitDateMonth,
+ #nobootstrap #referrersContainer #calendar input.submitDateMonth, #nobootstrap #referrersContainer #calendar input.submitDateMonth {
+ border-radius: 0px; }
+ #nobootstrap #statsContainer #calendar input.submitDateYear,
+ #nobootstrap #referrersContainer #calendar input.submitDateYear {
+ border-top-left-radius: 0px;
+ border-bottom-left-radius: 0px;
+ border-left: none;
+ margin-right: 10px; }
+ #nobootstrap #statsContainer #calendar input.submitDateDayPrev,
+ #nobootstrap #referrersContainer #calendar input.submitDateDayPrev {
+ border-top-right-radius: 0px;
+ border-bottom-right-radius: 0px;
+ border-right: none; }
+ #nobootstrap #statsContainer #calendar input.submitDateMonthPrev,
+ #nobootstrap #referrersContainer #calendar input.submitDateMonthPrev {
+ border-radius: 0px; }
+ #nobootstrap #statsContainer #calendar input.submitDateYearPrev,
+ #nobootstrap #referrersContainer #calendar input.submitDateYearPrev {
+ border-top-left-radius: 0px;
+ border-bottom-left-radius: 0px;
+ border-left: none;
+ margin-right: 10px; }
+ #nobootstrap #statsContainer #calendar p, #nobootstrap #referrersContainer #calendar p {
+ margin: 2px; }
+ #nobootstrap #statsContainer #calendar p span, #nobootstrap #referrersContainer #calendar p span {
+ float: left;
+ display: block;
+ padding: 3px; }
+ #nobootstrap #statsContainer .blocStats {
+ background-color: #EBEDF4;
+ border: 1px solid #C2C4D9;
+ display: block;
+ position: relative;
+ padding: 10px; }
+ #nobootstrap #statsContainer .blocStats h2 {
+ font-weight: normal;
+ margin: 0;
+ font-size: 1.4em; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsproduct span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsbestsuppliers span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsforecast span,
+ #nobootstrap #statsContainer .blocStats h2.icon-pagesnotfound span,
+ #nobootstrap #statsContainer .blocStats h2.icon-sekeywords span,
+ #nobootstrap #statsContainer .blocStats h2.icon-guide span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsequipment span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsvisits span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statssales span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsregistrations span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statspersonalinfos span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statscatalog span,
+ #nobootstrap #statsContainer .blocStats h2.icon-basket-delete span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsbestcustomers span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsorigin span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsbestproducts span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsbestvouchers span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsbestcategories span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statscarrier span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statssearch span,
+ #nobootstrap #statsContainer .blocStats h2.icon-statsstock span,
+ #nobootstrap #statsContainer .blocStats h2.icon-conversion span,
+ #nobootstrap #statsContainer .blocStats h2.icon-payment span,
+ #nobootstrap #statsContainer .blocStats h2.icon-category span,
+ #nobootstrap #statsContainer .blocStats h2.icon-currency span,
+ #nobootstrap #statsContainer .blocStats h2.icon-language span,
+ #nobootstrap #statsContainer .blocStats h2.icon-attribute span {
+ background: transparent url("../img/icon-sprites-title.png") no-repeat scroll left top;
+ width: 16px;
+ height: 16px;
+ padding-right: 18px;
+ margin-right: 3px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsproduct span {
+ background-position: 2px 2px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsforecast span {
+ background-position: -18px 2px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-guide span {
+ background-position: -36px 2px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsbestsuppliers span {
+ background-position: -54px 2px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-pagesnotfound span {
+ background-position: -72px 2px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-sekeywords span {
+ background-position: -90px 2px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsequipment span {
+ background-position: -108px 2px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsvisits span {
+ background-position: -126px 2px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsregistrations span {
+ background-position: -147px 2px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statssales span {
+ background-position: 0 -16px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statspersonalinfos span {
+ background-position: -18px -16px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statscatalog span {
+ background-position: -36px -16px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-category span {
+ background-position: -36px -16px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-basket-delete span {
+ background-position: -54px -16px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsbestcustomers span {
+ background-position: -72px -16px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsorigin span {
+ background-position: -90px -16px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsbestproducts span {
+ background-position: -108px -16px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsbestvouchers span {
+ background-position: -126px -16px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsbestcategories span {
+ background-position: -147px -17px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statscarrier span {
+ background-position: 2px -36px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statssearch span {
+ background-position: -18px -36px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-statsstock span {
+ background-position: -36px -36px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-conversion span {
+ background-position: -54px -36px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-payment span {
+ background-position: -72px -36px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-currency span {
+ background-position: -90px -36px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-language span {
+ background-position: -106px -36px; }
+ #nobootstrap #statsContainer .blocStats h2.icon-attribute span {
+ background-position: -126px -36px; }
+ #nobootstrap #statsContainer .blocStats form {
+ position: absolute;
+ top: 10px;
+ right: 5px; }
+ #nobootstrap #statsContainer .blocStats form.checkup {
+ position: relative;
+ top: 0;
+ left: 0; }
+ #nobootstrap #statsContainer .totalStats {
+ font-size: 16px;
+ font-weight: bold; }
+ #nobootstrap #statsContainer .blocStats .blocConversion {
+ display: block;
+ display: inline-table; }
+ #nobootstrap #moduleContainer {
+ margin-left: 220px;
+ padding: 13px 0 0 20px; }
+ #nobootstrap #moduleContainer .table tr th {
+ height: 40px; }
+ #nobootstrap #moduleContainer .table tr td {
+ font-size: 12px;
+ vertical-align: top;
+ padding: 5px 7px 0;
+ border-top: 1px solid #ccc;
+ border-bottom: none; }
+ #nobootstrap #moduleContainer .table tr:first-child {
+ border-top: 1px solid #ccc; }
+ #nobootstrap #moduleContainer .table tr td .imgm, #nobootstrap #modules_list_container_tab .imgm {
+ width: 32px; }
+ #nobootstrap #moduleContainer .moduleDesc {
+ font-size: 12px;
+ position: relative;
+ margin-bottom: 10px; }
+ #nobootstrap #moduleContainer .moduleDesc h3 {
+ color: #3A6EA7;
+ margin: 0; }
+ #nobootstrap #moduleContainer .moduleDesc .metadata {
+ float: left;
+ display: block;
+ margin: 5px 0; }
+ #nobootstrap #moduleContainer .moduleDesc .metadata dl {
+ float: left;
+ margin: 0;
+ padding-right: 10px; }
+ #nobootstrap #moduleContainer .moduleDesc .metadata dl dt, #nobootstrap .moduleDesc .metadata dl dd {
+ float: left;
+ margin: 0;
+ padding: 0; }
+ #nobootstrap #moduleContainer .moduleDesc .metadata dl dd {
+ padding-right: 10px; }
+ #nobootstrap #moduleContainer .moduleDesc .metadata dl dt {
+ font-weight: bold;
+ padding-right: 5px; }
+ #nobootstrap #moduleContainer .moduleDesc p.desc {
+ color: #666;
+ font-family: Georgia;
+ font-style: italic;
+ font-size: 12px;
+ display: block;
+ clear: both; }
+ #nobootstrap #moduleContainer .setup {
+ background-color: #6db300;
+ font-weight: bold;
+ font-size: 10px;
+ color: #fff;
+ text-transform: uppercase;
+ position: relative;
+ left: 10px;
+ padding: 0px 4px;
+ display: inline-block;
+ border-radius: 3px; }
+ #nobootstrap #moduleContainer .setup.non-install {
+ background-color: #ec7000; }
+ #nobootstrap #moduleContainer .setup.must-have {
+ background-color: #ec7000; }
+ #nobootstrap #moduleContainer .setup.off {
+ background-color: #ccc;
+ color: #666666; }
+ #nobootstrap #moduleContainer .row-actions-module span {
+ padding-right: 5px; }
+ #nobootstrap #moduleContainer .row-actions-module span a {
+ font-size: 12px; }
+ #nobootstrap #moduleContainer .button.uninstalled,
+ #nobootstrap #moduleContainer .button.installed {
+ float: right;
+ clear: both;
+ margin-top: 15px;
+ font-size: 12px; }
+ #nobootstrap #moduleContainer ul.listing-grid-module {
+ position: relative;
+ margin: 0;
+ padding: 0; }
+ #nobootstrap #moduleContainer ul.listing-grid-module li {
+ float: left;
+ border: 1px solid #ccc;
+ width: 400px;
+ min-height: 30px;
+ margin: 10px;
+ padding: 5px;
+ border-radius: 4px; }
+ #nobootstrap #moduleContainer .moduleGridDesc {
+ position: relative;
+ display: block;
+ height: 30px; }
+ #nobootstrap #moduleContainer .moduleGridDesc h3 {
+ color: #3A6EA7;
+ margin: 0; }
+ #nobootstrap #moduleContainer ul.listing-grid-module li select {
+ position: absolute;
+ top: 0;
+ right: 0px; }
+ #nobootstrap #modules_list_container_tab #modules_list_container_content {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+ white-space: nowrap;
+ overflow: auto;
+ height: 335px; }
+ #nobootstrap #modules_list_container_tab #modules_list_container_content li {
+ display: inline-block; }
+ #nobootstrap #modules_list_container_tab table tr th {
+ height: 40px; }
+ #nobootstrap #modules_list_container_tab table tr td {
+ font-size: 12px;
+ padding: 3px 3px 3px;
+ border-top: 1px solid #ccc;
+ border-bottom: none; }
+ #nobootstrap #modules_list_container_tab table tr td tr td {
+ border: none; }
+ #nobootstrap #modules_list_container_tab table tr:first-child {
+ border-top: 1px solid #ccc; }
+ #nobootstrap #modules_list_container_tab .imgm {
+ width: 32px; }
+ #nobootstrap #modules_list_container_tab .moduleDesc {
+ font-size: 12px; }
+ #nobootstrap #modules_list_container_tab .moduleDesc h3 {
+ color: #3A6EA7;
+ margin: 0;
+ font-size: 1.1em;
+ text-align: left;
+ white-space: normal; }
+ #nobootstrap #modules_list_container_tab .moduleDesc .metadata {
+ float: left;
+ display: block;
+ margin: 5px 0; }
+ #nobootstrap #modules_list_container_tab .moduleDesc .metadata dl {
+ float: left;
+ margin: 0;
+ padding-right: 10px; }
+ #nobootstrap #modules_list_container_tab .moduleDesc .metadata dl dt, #nobootstrap .moduleDesc .metadata dl dd {
+ float: left;
+ margin: 0;
+ padding: 0; }
+ #nobootstrap #modules_list_container_tab .moduleDesc .metadata dl dd {
+ padding-right: 10px; }
+ #nobootstrap #modules_list_container_tab .moduleDesc .metadata dl dt {
+ font-weight: bold;
+ padding-right: 5px; }
+ #nobootstrap #modules_list_container_tab .moduleDesc p.desc {
+ color: #666;
+ font-family: Georgia;
+ font-style: italic;
+ font-size: 12px;
+ text-align: left;
+ white-space: normal; }
+ #nobootstrap #modules_list_container_tab .setup {
+ background-color: #6db300;
+ font-weight: bold;
+ font-size: 10px;
+ color: #fff;
+ text-transform: uppercase;
+ padding: 2px 10px;
+ display: inline-block;
+ border-radius: 3px; }
+ #nobootstrap #modules_list_container_tab .row-actions-module {
+ float: right; }
+ #nobootstrap #modules_list_container_tab .setup.non-install {
+ background-color: #ec7000; }
+ #nobootstrap #modules_list_container_tab .setup.must-have {
+ background-color: #ec7000; }
+ #nobootstrap #modules_list_container_tab .setup.off {
+ background-color: #ccc;
+ color: #666666; }
+ #nobootstrap #modules_list_container_tab .row-actions-module span {
+ padding-right: 5px; }
+ #nobootstrap #modules_list_container_tab .row-actions-module span a {
+ font-size: 12px; }
+ #nobootstrap #modules_list_container_tab ul.listing-grid-module {
+ position: relative;
+ margin: 0;
+ padding: 0; }
+ #nobootstrap #modules_list_container_tab ul.listing-grid-module li {
+ float: left;
+ border: 1px solid #ccc;
+ width: 400px;
+ min-height: 30px;
+ margin: 10px;
+ padding: 5px;
+ border-radius: 4px; }
+ #nobootstrap #modules_list_container_tab .moduleGridDesc {
+ position: relative;
+ display: block;
+ height: 30px; }
+ #nobootstrap #modules_list_container_tab .moduleGridDesc h3 {
+ color: #3A6EA7;
+ margin: 0; }
+ #nobootstrap #modules_list_container_tab ul.listing-grid-module li select {
+ position: absolute;
+ top: 0;
+ right: 0px; }
+ #nobootstrap .default_modules_list_display_type #modules_list_container_content li table tr td {
+ border: none; }
+ #nobootstrap .default_modules_list_display_type #modules_list_container_content li table {
+ border: solid 1px #ccc;
+ height: 140px;
+ width: 100%;
+ margin-bottom: 15px; }
+ #nobootstrap #modules_list_container_tab ul li {
+ height: 140px; }
+ #nobootstrap .ie7 #modules_list_container_tab #modules_list_container_content li {
+ zoom: 1;
+ display: inline; }
+ #nobootstrap .ie7 #modules_list_container_content li table {
+ width: 21%; }
+ #nobootstrap .ie7 #modules_list_container_content li table td .btn_right {
+ width: 100%;
+ float: right; }
+ #nobootstrap .ie7 #modules_list_container_content li table td .btn_right select {
+ float: left; }
+ #nobootstrap .ie7 #modules_list_container_content li table td a.button {
+ display: block;
+ float: right; }
+ #nobootstrap .blocLiveEdit {
+ float: right;
+ clear: right;
+ background-color: #EBEDF4;
+ border: 1px solid #C2C4D9;
+ display: block;
+ width: 250px; }
+ #nobootstrap .blocLiveEdit h2 {
+ background: transparent url("../img/live_edit.png") no-repeat scroll 10px 10px;
+ height: 40px;
+ line-height: 50px;
+ margin: 0;
+ padding: 0 10px;
+ text-indent: 40px; }
+ #nobootstrap .blocLiveEdit p {
+ padding: 0 10px; }
+ #nobootstrap .blocLiveEdit a.button {
+ float: left;
+ margin: 10px;
+ display: inline-block; }
+ #nobootstrap #modulePosition {
+ width: 100%;
+ float: left;
+ clear: left; }
+ #nobootstrap #modulePosition .table tr th {
+ height: 40px; }
+ #nobootstrap #modulePosition form {
+ margin-right: 270px; }
+ #nobootstrap #modulePosition .lab_modules_positions h3 {
+ color: #3A6EA7;
+ margin: 0 0 0 10px;
+ float: left; }
+ #nobootstrap #modulePosition .lab_modules_positions p {
+ font-family: Georgia;
+ font-style: italic;
+ font-size: 12px;
+ padding-left: 40px;
+ clear: both; }
+ #nobootstrap #modulePosition .lab_modules_positions span {
+ font-size: 12px;
+ padding-top: 4px;
+ padding-left: 5px;
+ float: left; }
+ #nobootstrap select#show_modules {
+ font-size: 12px; }
+ #nobootstrap label.text {
+ padding: 1px 12px 0 0; }
+ #nobootstrap label.radioCheck {
+ font-weight: normal;
+ padding: 0;
+ float: none;
+ margin: 0 1em 0 0.25em; }
+ #nobootstrap ul.listForm li {
+ padding-bottom: 3px; }
+ #nobootstrap .pageTitleHome {
+ font-size: 1.6em;
+ font-weight: normal;
+ margin: 0;
+ padding: 10px 0; }
+ #nobootstrap .pageTitleHome h3 {
+ font-weight: normal;
+ margin: 0; }
+ #nobootstrap #dashboard {
+ background-color: #EBEDF4;
+ border: 1px solid #C2C4D9;
+ display: block;
+ padding: 10px;
+ position: relative;
+ min-width: 1200px; }
+ #nobootstrap #dashboard h2 {
+ font-size: 1.4em;
+ font-weight: normal;
+ margin: 0 0 15px 0; }
+ #nobootstrap #iframe #video-content {
+ float: left; }
+ #nobootstrap #iframe {
+ position: relative;
+ display: block;
+ min-height: 180px; }
+ #nobootstrap #adminpresentation #video {
+ float: left;
+ padding-right: 15px;
+ min-height: 150px; }
+ #nobootstrap #adminpresentation #video a {
+ position: relative;
+ height: 128px;
+ width: 220px;
+ display: block;
+ padding: 6px; }
+ #nobootstrap #adminpresentation #video a span {
+ background: transparent url("../img/play.png") no-repeat scroll left top;
+ height: 128px;
+ width: 220px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 1;
+ display: block;
+ border: 6px solid #fff;
+ border-radius: 3px; }
+ #nobootstrap #adminpresentation #video a span:hover {
+ background-position: left bottom;
+ border: 6px solid #C2C4D9;
+ transition: background 0.5s; }
+ #nobootstrap #adminpresentation #video-content {
+ padding-left: 10px;
+ min-height: 150px; }
+ #nobootstrap #adminpresentation #video-content p {
+ font-size: 20px;
+ line-height: 26px;
+ color: #585A69;
+ text-shadow: 0 1px 0 #fff; }
+ #nobootstrap .view-modules {
+ float: right;
+ margin: 10px 0; }
+ #nobootstrap .view-modules li {
+ float: left; }
+ #nobootstrap .view-modules li img {
+ padding-right: 5px; }
+ #nobootstrap .view-modules li.normal-view-disabled {
+ background: -moz-linear-gradient(center top, #cccccc, #f9f9f9) repeat scroll 0 0 transparent;
+ border-bottom-right-radius: 0;
+ border-right: 1px solid #ccc;
+ border-top-right-radius: 0;
+ color: #999; }
+ #nobootstrap .view-modules li.favorites-view-disabled {
+ background: -moz-linear-gradient(center top, #cccccc, #f9f9f9) repeat scroll 0 0 transparent;
+ border-bottom-left-radius: 0;
+ border-left: 1px solid #fff;
+ border-top-left-radius: 0;
+ color: #999; }
+ #nobootstrap .view-modules li.normal-view-disabled:hover,
+ #nobootstrap .view-modules li.favorites-view-disabled:hover {
+ border-color: #CCCCCC #BBBBBB #A0A0A0; }
+ #nobootstrap .view-modules li.favorites-view {
+ border-bottom-left-radius: 0;
+ border-left: 1px solid #fff;
+ border-top-left-radius: 0; }
+ #nobootstrap .view-modules li.normal-view {
+ border-bottom-right-radius: 0;
+ border-right: 1px solid #ccc;
+ border-top-right-radius: 0; }
+ #nobootstrap .margin-form select.chosen {
+ width: 200px; }
+ #nobootstrap .selected-line {
+ background: #fff1b5; }
+ #nobootstrap #changedFiles ul {
+ list-style-type: square;
+ padding-left: 40px; }
+ #nobootstrap .tooltip {
+ position: relative; }
+ #nobootstrap .tooltip .tooltip_content {
+ z-index: 100;
+ text-align: left;
+ display: none;
+ white-space: nowrap;
+ position: absolute;
+ padding: 5px 5px;
+ background: black;
+ color: white;
+ box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
+ margin-top: 5px; }
+ #nobootstrap .tooltip .tooltip_label {
+ cursor: pointer; }
+ #nobootstrap .tooltip .title {
+ text-align: center;
+ padding-bottom: 5px;
+ display: block;
+ font-weight: bold; }
+ #nobootstrap .tooltip:hover .tooltip_content {
+ display: block; }
+ #nobootstrap .tooltip_button {
+ border: 1px solid silver;
+ border-radius: 3px;
+ padding: 0 3px;
+ background: -moz-linear-gradient(top, #dddddd, #aaaaaa);
+ background: -o-linear-gradient(top, #dddddd, #aaaaaa);
+ background: -webkit-linear-gradient(top, #dddddd, #aaaaaa);
+ background: linear-gradient(top, #dddddd, #aaaaaa);
+ color: #666666; }
+ #nobootstrap #carrier_form label {
+ padding-top: 0; }
+ #nobootstrap #carrier_form input {
+ margin-top: 3px; }
+ #nobootstrap #large_scene_image {
+ clear: both;
+ border: 1px solid transparent; }
diff --git a/admin-dev/themes/default/css/modules.css b/admin-dev/themes/default/css/modules.css
index 59eb3f29c..467c24763 100644
--- a/admin-dev/themes/default/css/modules.css
+++ b/admin-dev/themes/default/css/modules.css
@@ -1,13 +1,4 @@
-
.path_bar {display:none;}
-#notifs_icon_wrapper {float: left;position: relative;margin:15px 10px 0; width:90px;}
-.notifs { float: left;position: relative;cursor: pointer;margin:0; padding:5px; width: 18px;height: 16px;}
-#orders_notif {background: url('../img/notif_order.png') no-repeat center top;}
-#customers_notif {background: url('../img/notif_customer.png') no-repeat center top;}
-#messages_notif {background: url('../img/notif_message.png') no-repeat center top;}
-#orders_notif.open_notifs,
-#customers_notif.open_notifs,
-#messages_notif.open_notifs { background-color: #FFFFFF;border: 1px solid #000000; position: relative; display: block; background-position:center bottom; }
/*toolbarBox*/
.toolbarBox { background-color: #F8F8F8; border: 1px solid #CCCCCC; margin-bottom:10px; padding: 10px 0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
diff --git a/admin-dev/themes/default/css/ps-admin-bootstrap.css b/admin-dev/themes/default/css/ps-admin-bootstrap.css
index ed89a1cbe..c2fdb0061 100644
--- a/admin-dev/themes/default/css/ps-admin-bootstrap.css
+++ b/admin-dev/themes/default/css/ps-admin-bootstrap.css
@@ -5657,7 +5657,7 @@ body.fixed-top {
background-color: #d7e9f2; }
.page-sidebar > ul > li > a {
text-transform: uppercase;
- font-size: 13px;
+ font-size: 12px;
color: #777777;
display: block;
padding: 8px 0 8px 15px;
@@ -5671,8 +5671,9 @@ body.fixed-top {
padding: 0;
border-bottom: 1px solid #cccccc; }
.page-sidebar > ul > li ul li a {
+ font-size: 12px;
display: block;
- padding: 5px 0 5px 40px;
+ padding: 3px 0 3px 40px;
border: none;
border-bottom: 1px solid #f6f6f6; }
.page-sidebar > ul li:not(.active) ul {
diff --git a/admin-dev/themes/default/sass/ps-admin-bootstrap-responsive.scss b/admin-dev/themes/default/sass/ps-admin-bootstrap-responsive.scss
deleted file mode 100755
index c67babefc..000000000
--- a/admin-dev/themes/default/sass/ps-admin-bootstrap-responsive.scss
+++ /dev/null
@@ -1 +0,0 @@
-@import "bootstrap/responsive";
\ No newline at end of file
diff --git a/admin-dev/themes/default/sass/ps-admin-bootstrap.sass b/admin-dev/themes/default/sass/ps-admin-bootstrap.sass
index 19454e22b..8c20e0a7b 100755
--- a/admin-dev/themes/default/sass/ps-admin-bootstrap.sass
+++ b/admin-dev/themes/default/sass/ps-admin-bootstrap.sass
@@ -5,7 +5,7 @@ body.fixed-top
top: 42px
margin-bottom: 42px
-.page-sidebar
+.page-sidebar
position: fixed
top: 82px
width: 225px
@@ -24,7 +24,7 @@ body.fixed-top
> a
text-transform: uppercase
- font-size: 13px
+ font-size: 12px
color: #777
display: block
padding: 8px 0 8px 15px
@@ -39,8 +39,9 @@ body.fixed-top
border-bottom: 1px solid #ccc
li
a
+ font-size: 12px
display: block
- padding: 5px 0 5px 40px
+ padding: 3px 0 3px 40px
border: none
border-bottom: 1px solid #F6F6F6
li:not(.active) ul
diff --git a/admin-dev/themes/default/template/header.tpl b/admin-dev/themes/default/template/header.tpl
index 12a02e1c1..38880a15e 100644
--- a/admin-dev/themes/default/template/header.tpl
+++ b/admin-dev/themes/default/template/header.tpl
@@ -98,7 +98,7 @@
{/if}
-
+
{if $display_header}

{l s='Loading...'}
diff --git a/admin-dev/themes/default/template/layout.tpl b/admin-dev/themes/default/template/layout.tpl
index 10ca2fd13..6e8bf38ac 100644
--- a/admin-dev/themes/default/template/layout.tpl
+++ b/admin-dev/themes/default/template/layout.tpl
@@ -91,5 +91,8 @@
{/if}
{/if}
+
+
{$page}
+
{include file='footer.tpl'}
\ No newline at end of file
diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php
index 64bcb70b4..31197e90d 100644
--- a/classes/controller/AdminController.php
+++ b/classes/controller/AdminController.php
@@ -39,6 +39,7 @@ class AdminControllerCore extends Controller
public $allow_employee_form_lang;
public $layout = 'layout.tpl';
+ public $bootstrap = false ;
protected $meta_title;
@@ -1397,7 +1398,8 @@ class AdminControllerCore extends Controller
'install_dir_exists' => file_exists(_PS_ADMIN_DIR_.'/../install'),
'pic_dir' => _THEME_PROD_PIC_DIR_,
'controller_name' => htmlentities(Tools::getValue('controller')),
- 'currentIndex' => self::$currentIndex
+ 'currentIndex' => self::$currentIndex,
+ 'bootstrap' => $this->bootstrap,
));
}
@@ -1705,13 +1707,14 @@ class AdminControllerCore extends Controller
public function setMedia()
{
- $this->addCSS(_PS_CSS_DIR_.'bootstrap.css', 'all');
- $this->addCSS(_PS_CSS_DIR_.'bootstrap_admin_reset.css', 'all');
- $this->addCSS(_PS_CSS_DIR_.'admin.css', 'all');
+
$admin_webpath = str_ireplace(_PS_ROOT_DIR_, '', _PS_ADMIN_DIR_);
$admin_webpath = preg_replace('/^'.preg_quote(DIRECTORY_SEPARATOR, '/').'/', '', $admin_webpath);
- $this->addCSS(__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->bo_theme.'/css/ps-admin-bootstrap.css', 'all');
+ $this->addCSS(_PS_CSS_DIR_.'admin.css', 'all');
$this->addCSS(__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->bo_theme.'/css/admin.css', 'all');
+ $this->addCSS(__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->bo_theme.'/css/ps-admin-bootstrap.css', 'all');
+ // Reset bootstrap style for the #nobootstrap field - Backward compatibility
+ $this->addCSS(_PS_CSS_DIR_.'bootstrap_admin_reset.css', 'all');
if ($this->context->language->is_rtl)
$this->addCSS(_THEME_CSS_DIR_.'rtl.css');
diff --git a/controllers/admin/AdminCartRulesController.php b/controllers/admin/AdminCartRulesController.php
index 9a0e3747c..739f516ab 100644
--- a/controllers/admin/AdminCartRulesController.php
+++ b/controllers/admin/AdminCartRulesController.php
@@ -28,6 +28,7 @@ class AdminCartRulesControllerCore extends AdminController
{
public function __construct()
{
+ $this->bootstrap = true;
$this->table = 'cart_rule';
$this->className = 'CartRule';
$this->lang = true;
diff --git a/css/admin.css b/css/admin.css
new file mode 100644
index 000000000..60af43de9
--- /dev/null
+++ b/css/admin.css
@@ -0,0 +1,1770 @@
+#nobootstrap {
+ /* FONTS */
+ /* STRUCTURE */
+ /* NAV */
+ /* CONTENT - COLUMN */
+ /* CONTENT - NEWS */
+ /* CLASS */
+ /* access management */
+ /* help boxes */
+ /* The pointer image is added by using another span */
+ /* Ajax classes */
+ /* tab: AdminProducts */
+ /* Confirm box */
+ /* tab: AdminImport */
+ /* TinyMCE */
+ /* webservice */
+ /* */
+ /* help cluetip */
+ /*customer_form*/
+ /*address_part*/
+ /*summary_part*/
+ /*cart_summary*/
+ /* Customer Thread */
+ /* ScrollTop */
+ /*conditions*/
+ /*commandes*/
+ /*history status*/
+ /*container-customer*/
+ /*infoCustomer*/
+ /*container-carts*/
+ /*cart_rule_form*/ }
+ #nobootstrap .float {
+ float: left; }
+ #nobootstrap .floatr {
+ float: right; }
+ #nobootstrap a img {
+ border: 0; }
+ #nobootstrap a {
+ color: #000;
+ text-decoration: none;
+ outline: 0pt; }
+ #nobootstrap a:hover {
+ color: #222;
+ text-decoration: none; }
+ #nobootstrap a.link, #nobootstrap a.link:hover {
+ color: #999999; }
+ #nobootstrap a.link {
+ text-decoration: underline; }
+ #nobootstrap .warn a {
+ text-decoration: underline; }
+ #nobootstrap img {
+ vertical-align: middle; }
+ #nobootstrap input {
+ vertical-align: middle; }
+ #nobootstrap p {
+ margin: 0.5em 0;
+ color: #585A69; }
+ #nobootstrap hr {
+ border: none;
+ padding: 0;
+ margin-top: 10px;
+ margin-bottom: 10px; }
+ #nobootstrap .block {
+ display: block; }
+ #nobootstrap .bold {
+ font-weight: bold; }
+ #nobootstrap h1 {
+ font-size: 1.6em;
+ margin: 0 0 .67em 0; }
+ #nobootstrap h2 {
+ font-size: 1.4em; }
+ #nobootstrap h3 {
+ font-size: 1.1em; }
+ #nobootstrap h5 {
+ font-size: 0.83em; }
+ #nobootstrap h6 {
+ font-size: 0.67em; }
+ #nobootstrap h3.blue {
+ color: #268CCD; }
+ #nobootstrap .red {
+ color: red; }
+ #nobootstrap form {
+ margin: 0;
+ padding: 0; }
+ #nobootstrap form p {
+ margin: 0.5em 0 0 0;
+ padding: 0 0 0.5em 0; }
+ #nobootstrap form sup {
+ color: #CC0000;
+ font-weight: bold;
+ vertical-align: text-top; }
+ #nobootstrap form .simulate-disable-input {
+ min-width: 127px;
+ display: inline-block;
+ padding: 3px;
+ border: 1px solid #E0D0B1;
+ background-color: #dddddd;
+ color: #666666;
+ font-size: 12px; }
+ #nobootstrap .block-mail {
+ margin: 0 0 20px 0; }
+ #nobootstrap .mail-form {
+ margin: 0 0 0 220px;
+ width: auto;
+ color: #7F7F7F;
+ font-size: 0.85em; }
+ #nobootstrap .label-subject {
+ padding: 0;
+ margin: 0 0 10px 0;
+ text-align: left; }
+ #nobootstrap .label-subject input {
+ width: 555px; }
+ #nobootstrap .mail-label table {
+ width: 555px; }
+ #nobootstrap .mails_field {
+ margin: 0;
+ background: none repeat scroll 0 0 #FFF;
+ border: 1px solid #CCCCCC;
+ font-size: 1.1em;
+ margin: 20px 0 20px 0;
+ padding: 0;
+ position: relative;
+ border-radius: 3px; }
+ #nobootstrap .mails_field h3 {
+ background: -moz-linear-gradient(center top, #f9f9f9, #ececec) repeat-x scroll left top #ececec;
+ color: #333333;
+ font-size: 13px;
+ padding: 4px 6px;
+ text-align: left;
+ text-shadow: 0 1px 0 #FFFFFF;
+ margin: 0;
+ font-size: 1em;
+ padding: 10px 5px;
+ display: block; }
+ #nobootstrap .style-themeModuleMail {
+ margin: 0;
+ padding: 0.2em 0.5em;
+ border: 1px solid #DFD5C3;
+ background: #FFF6D3;
+ font-weight: bold;
+ text-align: left;
+ cursor: pointer;
+ font-size: 12px; }
+ #nobootstrap .style-themeModuleName {
+ margin: 0;
+ padding: 0.2em 0.5em;
+ border: 1px solid #DFD5C3;
+ background: #FFF6D3;
+ font-weight: bold;
+ text-align: left;
+ cursor: pointer;
+ font-size: 12px; }
+ #nobootstrap .margin-form {
+ padding: 0 0 1em 260px;
+ color: #7F7F7F;
+ font-size: 0.85em; }
+ #nobootstrap .margin-form .normal-text {
+ display: block;
+ padding-top: 0.2em;
+ font-size: 1.2em;
+ color: black; }
+ #nobootstrap fieldset.width1 .margin-form {
+ margin: 0 0 1em 130px; }
+ #nobootstrap fieldset img {
+ padding: 0 4px 0 0;
+ vertical-align: bottom; }
+ #nobootstrap label {
+ float: left;
+ width: 250px;
+ padding: 0.2em 0.5em 0 0;
+ text-align: right;
+ font-weight: bold; }
+ #nobootstrap #preview_import label {
+ float: left;
+ font-weight: bold;
+ padding: 0.2em 0 0;
+ text-align: left;
+ width: 320px; }
+ #nobootstrap label.t {
+ float: none;
+ clear: none;
+ padding: 0 5px 0;
+ margin: 0px;
+ font-weight: normal;
+ font-size: 12px;
+ text-shadow: none; }
+ #nobootstrap label.child {
+ float: none;
+ clear: none;
+ padding: 0px;
+ margin: 0px;
+ font-weight: normal;
+ font-size: 12px; }
+ #nobootstrap label.std {
+ float: none;
+ margin: 0px;
+ width: 170px;
+ display: block;
+ font-size: 12px;
+ text-align: right;
+ font-weight: bold; }
+ #nobootstrap form div.std {
+ margin-top: -2em; }
+ #nobootstrap fieldset.width1 label {
+ width: 110px; }
+ #nobootstrap label:after {
+ clear: both; }
+ #nobootstrap input, #nobootstrap textarea, #nobootstrap option {
+ color: #000;
+ font-size: 12px;
+ margin: 0 10px 0 0;
+ padding: 0 8px; }
+ #nobootstrap input[type="text"], #nobootstrap input[type="password"], #nobootstrap input[type="file"], #nobootstrap textarea {
+ padding: 2px 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; }
+ #nobootstrap input[type="radio"], #nobootstrap input[type="checkbox"] {
+ background-color: transparent; }
+ #nobootstrap input:focus, #nobootstrap textarea:focus {
+ border: 1px solid #3293D6; }
+ #nobootstrap fieldset {
+ _position: relative; }
+ #nobootstrap legend {
+ _position: relative;
+ _top: -2em;
+ _margin-top: 12px; }
+ #nobootstrap select optgroup {
+ background: #fff;
+ padding: 2px;
+ color: black; }
+ #nobootstrap select optgroup option {
+ padding: 0 9px;
+ color: black; }
+ #nobootstrap .lab_modules_positions {
+ float: none;
+ text-align: left;
+ font-weight: normal;
+ padding: 0;
+ cursor: pointer;
+ display: block;
+ width: 500px; }
+ #nobootstrap .lab_modules {
+ float: none;
+ text-align: left;
+ font-weight: normal;
+ padding-left: 10px;
+ cursor: pointer;
+ display: block;
+ width: 500px; }
+ #nobootstrap .lab_modules_positions img {
+ float: left; }
+ #nobootstrap #container {
+ margin: 0 auto 2em auto;
+ text-align: left; }
+ #nobootstrap #main {
+ clear: left;
+ min-height: 600px;
+ background: #fff;
+ /*border: 1px solid #999;
+ border-bottom: none;*/ }
+ #nobootstrap #content {
+ padding: 1.25em;
+ padding-bottom: 0.5em;
+ position: relative; }
+ #nobootstrap #news {
+ width: 640px;
+ border: 1px solid #E0D0B1; }
+ #nobootstrap #help {
+ float: right;
+ width: 150px;
+ padding: 4px;
+ border: 1px solid #DFD5C3;
+ font-size: 0.9em; }
+ #nobootstrap #image {
+ float: none;
+ padding: 6px;
+ background: #fff;
+ border: 1px solid #DFD5C3;
+ font-size: 0.9em;
+ text-align: center; }
+ #nobootstrap #image img {
+ margin: 0;
+ padding: 0; }
+ #nobootstrap #id_image_attr {
+ list-style: none; }
+ #nobootstrap #product_link {
+ width: 240px;
+ float: right;
+ padding: 4px;
+ margin-top: 8px;
+ font-size: 0.9em;
+ text-align: center;
+ clear: right; }
+ #nobootstrap #help:after,
+ #nobootstrap #image:after {
+ clear: both; }
+ #nobootstrap #nav {
+ float: right;
+ margin: 1em 0;
+ font-size: 1.1em;
+ font-weight: bold;
+ vertical-align: middle; }
+ #nobootstrap #nav li {
+ display: inline;
+ list-style: none;
+ margin: 0 0 0 2em; }
+ #nobootstrap #nav img {
+ vertical-align: bottom; }
+ #nobootstrap .warn .pico {
+ vertical-align: middle;
+ padding: 0;
+ margin: 0; }
+ #nobootstrap #content .alert {
+ width: auto;
+ margin: 0 0 15px 0;
+ padding: 10px 15px;
+ border-top: 1px solid #DF7B7B;
+ border-bottom: 1px solid #DF7B7B;
+ background-color: #FFE6E6; }
+ #nobootstrap #content .warning {
+ margin: 0 0 15px 0;
+ line-height: 20px;
+ padding: 10px 20px 10px 20px;
+ border-top: 1px solid #FF9900;
+ border-bottom: 1px solid #FF9900;
+ background-color: #FFEBCC; }
+ #nobootstrap #unhook_button_position_bottom {
+ overflow: hidden;
+ width: 100%;
+ padding-top: 10px; }
+ #nobootstrap #unhook_button_position_top {
+ overflow: hidden;
+ width: 100%; }
+ #nobootstrap #content .conf, #nobootstrap #content .warn, #nobootstrap #content .error {
+ color: #383838;
+ font-size: 12px;
+ font-weight: normal;
+ margin: 0 0 10px 0;
+ line-height: 20px;
+ padding: 13px 5px 5px 40px;
+ min-height: 28px;
+ border-radius: 3px; }
+ #nobootstrap #content .error-inline {
+ color: #ff0000;
+ font-weight: bold; }
+ #nobootstrap #content .conf {
+ background: #dff2bf url(../img/admin/icon-valid.png) no-repeat scroll 6px 6px;
+ border: 1px solid #4F8A10;
+ color: #4F8A10; }
+ #nobootstrap #content .conf img, #nobootstrap #content .warn img, #nobootstrap #content .error img {
+ margin: 0 5px 0 0; }
+ #nobootstrap #content .error {
+ background: #ffbaba url(../img/admin/icon-cancel.png) no-repeat scroll 6px 6px;
+ border: 1px solid #CC0000;
+ color: #D8000C; }
+ #nobootstrap #content .conf a, #nobootstrap #content .warn a, #nobootstrap #content .error a {
+ color: #D8000C;
+ font-weight: bold; }
+ #nobootstrap #content .conf a:hover, #nobootstrap #content .warn a:hover, #nobootstrap #content .error a:hover {
+ text-decoration: underline; }
+ #nobootstrap #ajax_confirmation .error {
+ background: #ffbaba url(../img/admin/icon-cancel.png) no-repeat scroll 6px 6px;
+ border: 1px solid #CC0000;
+ color: #D8000C;
+ padding: 20px 40px;
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ left: 0; }
+ #nobootstrap #ajax_confirmation .conf {
+ background: #dff2bf url(../img/admin/icon-valid.png) no-repeat scroll 6px 6px;
+ border: 1px solid #4F8A10;
+ color: #4F8A10;
+ padding: 20px 40px;
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ left: 0; }
+ #nobootstrap #content .warn {
+ background: #feefb3 url(../img/admin/icon-attention.png) no-repeat scroll 6px 6px;
+ border: 1px solid #9e6014;
+ color: #9e6014; }
+ #nobootstrap #content .warn h2 {
+ margin: 0; }
+ #nobootstrap #content .warn ul li, #nobootstrap #content .warn p, #nobootstrap #content .warn a {
+ color: #9e6014; }
+ #nobootstrap #content .warn ul li label {
+ font-weight: normal;
+ color: #9e6014;
+ text-shadow: none; }
+ #nobootstrap #content .error ol {
+ clear: both;
+ margin-top: 5px;
+ padding-bottom: 0; }
+ #nobootstrap #content .error ol li {
+ font-weight: 200;
+ margin-left: 30px; }
+ #nobootstrap #content .confirm {
+ background: #dff2bf url(../img/admin/icon-valid.png) no-repeat scroll 6px 6px;
+ border: 1px solid #4F8A10;
+ color: #4F8A10;
+ border-radius: 3px; }
+ #nobootstrap #content .confirm h3 {
+ padding: 0 0 0 20px;
+ background: url(../img/admin/ok.gif) no-repeat 0 0; }
+ #nobootstrap #content .warn h3 {
+ padding: 0 0 0 20px;
+ background: url(../img/admin/warning.gif) no-repeat 0 0; }
+ #nobootstrap #content .error h3 {
+ padding: 0 0 0 20px;
+ background: url(../img/admin/warning.gif) no-repeat 0 0; }
+ #nobootstrap .column {
+ float: left;
+ width: 173px;
+ margin: 0 50px 1.5em 0;
+ padding: 10px;
+ -moz-border-radius: 20px;
+ text-align: center; }
+ #nobootstrap #col_1 {
+ height: 235px;
+ color: #FFFFFF;
+ background: #ff8c76 url(../img/admin/col_1.gif) no-repeat; }
+ #nobootstrap #col_2 {
+ height: 235px;
+ color: #FFFFFF;
+ background: #ffc44f url(../img/admin/col_2.gif) no-repeat; }
+ #nobootstrap #col_3 {
+ height: 235px;
+ color: #FFFFFF;
+ background: #8cff70 url(../img/admin/col_3.gif) no-repeat; }
+ #nobootstrap #news img {
+ padding: 0 6px 0 0;
+ vertical-align: middle; }
+ #nobootstrap #news .infos,
+ #nobootstrap #news .content {
+ margin: 0;
+ padding: 4px;
+ font-family: Arial,Helvetica,sans-serif;
+ font-weight: normal; }
+ #nobootstrap .table tr.last td {
+ border-bottom: none; }
+ #nobootstrap .footer_link, #nobootstrap .footer_link:hover {
+ color: #812143;
+ font-weight: bold;
+ text-decoration: underline; }
+ #nobootstrap h3.title {
+ clear: both;
+ margin: 0;
+ padding: 4px 10px;
+ border: 1px solid #E0D0B1;
+ border: none; }
+ #nobootstrap h3.subtitle {
+ color: #FF8D42;
+ font-size: 1.2em; }
+ #nobootstrap p.infos {
+ float: right;
+ margin: 0;
+ padding: 0;
+ font-size: 0.9em;
+ line-height: 1em;
+ vertical-align: top; }
+ #nobootstrap .width1 {
+ width: 350px; }
+ #nobootstrap .width2 {
+ width: 500px; }
+ #nobootstrap .width3 {
+ width: 600px; }
+ #nobootstrap .width4 {
+ width: 745px; }
+ #nobootstrap .width5 {
+ width: 655px; }
+ #nobootstrap .widthfull {
+ width: 100%; }
+ #nobootstrap tr.deleted td {
+ background-color: #EEEEEE; }
+ #nobootstrap .contextnav {
+ margin: 10px 0;
+ padding: 3px 6px;
+ line-height: 1.30em;
+ border: 1px solid #E0D0B1; }
+ #nobootstrap .contextnav img {
+ vertical-align: text-top; }
+ #nobootstrap .contextnavleft {
+ float: left;
+ width: 6em; }
+ #nobootstrap .contextnavcenter {
+ text-align: center; }
+ #nobootstrap .contextnavcenter a,
+ #nobootstrap .contextnavcenter b {
+ letter-spacing: 6pt; }
+ #nobootstrap .contextnavright {
+ float: right;
+ width: 6em;
+ text-align: right; }
+ #nobootstrap .hidden {
+ height: 1px;
+ border-width: 1px 0 0 0;
+ border-style: solid;
+ border-color: #fff; }
+ #nobootstrap .clear {
+ clear: both; }
+ #nobootstrap .flatclear {
+ clear: both;
+ height: 0px;
+ line-height: 0px; }
+ #nobootstrap .space {
+ margin-top: 13px; }
+ #nobootstrap .pspace {
+ padding-top: 1em; }
+ #nobootstrap .double-space {
+ margin-top: 2em; }
+ #nobootstrap .space-bottom {
+ margin-bottom: 1em; }
+ #nobootstrap .double-bottom-space {
+ margin-bottom: 2em; }
+ #nobootstrap .left {
+ text-align: left; }
+ #nobootstrap .center {
+ text-align: center !important; }
+ #nobootstrap .right {
+ text-align: right; }
+ #nobootstrap .small {
+ font-size: 0.85em; }
+ #nobootstrap .uppercase {
+ text-transform: uppercase; }
+ #nobootstrap .noborder {
+ border: none; }
+ #nobootstrap .highlight {
+ background-color: #FFFF66;
+ font-weight: bold; }
+ #nobootstrap .discount_name {
+ background: #FFEBCC;
+ padding: 2px;
+ text-transform: uppercase; }
+ #nobootstrap .displayed_flag {
+ float: left;
+ margin: 4px 0 0 4px; }
+ #nobootstrap .language_flags {
+ display: none;
+ float: left;
+ background: #FFF;
+ margin: 4px;
+ padding: 8px;
+ width: 80px;
+ border: 1px solid #555; }
+ #nobootstrap .pointer {
+ cursor: pointer; }
+ #nobootstrap .imgm {
+ margin: 3px 0px 3px 0px; }
+ #nobootstrap .green {
+ color: forestgreen; }
+ #nobootstrap .bullet {
+ display: list-item;
+ list-style: disc;
+ margin-left: 30px; }
+ #nobootstrap #ajax_confirmation {
+ padding-top: 3px;
+ padding-bottom: 6px; }
+ #nobootstrap .hint {
+ display: none;
+ position: absolute;
+ margin-top: 4px;
+ margin-bottom: 2px;
+ border: 1px solid #00529B;
+ padding: 15px 5px 15px 40px;
+ color: #00529B;
+ background: #bde5f8 url(../img/admin/icon-info.png) no-repeat 6px 5px;
+ border-radius: 3px;
+ min-height: 15px;
+ z-index: 10; }
+ #nobootstrap .hint p {
+ color: #00529B; }
+ #nobootstrap .hint .addImageDescription {
+ font-weight: bold;
+ font-size: 16px; }
+ #nobootstrap span.hint {
+ position: relative; }
+ #nobootstrap div.hint {
+ position: relative; }
+ #nobootstrap div.hint ul li {
+ color: #00529B;
+ padding-left: 5px; }
+ #nobootstrap table tr th .hint {
+ display: none;
+ position: absolute;
+ margin: 30px 5px 5px 5px;
+ width: 400px;
+ border: 1px solid #ECE52F;
+ padding: 8px 6px 8px 34px;
+ color: #383838;
+ background: #fffbe5 url(../img/admin/icon-info.png) no-repeat 6px 5px;
+ border-radius: 3px; }
+ #nobootstrap .hintGroup {
+ position: relative;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ border: 1px solid #50B0EC;
+ padding: 8px 6px 8px 40px;
+ color: #383838;
+ background: #dde9f7 url(../img/admin/help2.png) no-repeat 6px 5px; }
+ #nobootstrap .hint .hint-pointer {
+ position: absolute;
+ left: -10px;
+ top: 5px;
+ width: 10px;
+ height: 19px; }
+ #nobootstrap #flagsLanguage img {
+ padding: 3px;
+ margin-bottom: -4px; }
+ #nobootstrap #flagsLanguage .selected_language {
+ border: 1px solid #BBB;
+ padding: 2px;
+ margin-bottom: -4px; }
+ #nobootstrap .disable, #nobootstrap .disable:hover {
+ background-color: #CCCCCC;
+ color: #AAAAAA; }
+ #nobootstrap .ajax-warning, #nobootstrap .ajax-success, #nobootstrap .ajax-error {
+ border: 1px solid #CCCCCC;
+ padding: 5px 20px;
+ margin: 5px;
+ width: 70%; }
+ #nobootstrap .ajax-warning {
+ background-color: #FFBD6F; }
+ #nobootstrap .ajax-success {
+ background-color: #9FDF8B; }
+ #nobootstrap .ajax-error {
+ background-color: #FF7F84; }
+ #nobootstrap .ajax-loader {
+ margin: 5px 10px; }
+ #nobootstrap .productFieldComment {
+ color: #7F7F7F;
+ font-size: 0.8em; }
+ #nobootstrap a.confirm_yes, #nobootstrap a.confirm_no {
+ width: 50px;
+ margin-left: 60px;
+ padding: 10px;
+ border-style: solid;
+ border-width: 1px;
+ text-align: center;
+ font-weight: bold;
+ color: white; }
+ #nobootstrap a.confirm_yes {
+ border-color: red;
+ background-color: red; }
+ #nobootstrap a.confirm_no {
+ border-color: green;
+ background-color: green; }
+ #nobootstrap form#import_form {
+ padding-bottom: 22px;
+ margin-left: 15px;
+ margin-bottom: 20px; }
+ #nobootstrap .table_overflow {
+ width: 900px;
+ height: 500px;
+ overflow: auto; }
+ #nobootstrap .new_message {
+ background-color: #FFE35C; }
+ #nobootstrap .myDragClass {
+ background-color: #FFAA55; }
+ #nobootstrap .dragHandle {
+ cursor: move; }
+ #nobootstrap p#mailResultCheck {
+ margin: 2px 0;
+ padding-left: 18px;
+ font-size: 12px; }
+ #nobootstrap p.ok {
+ background: url("../img/admin/enabled.gif") no-repeat top left;
+ color: green; }
+ #nobootstrap p.fail {
+ background: url("../img/admin/disabled.gif") no-repeat top left;
+ font-weight: bold;
+ color: red; }
+ #nobootstrap #lang_pack_msg {
+ border: 1px solid #DFD5C3;
+ padding: 10px;
+ margin-bottom: 10px; }
+ #nobootstrap span.defaultSkin .mceToolbar {
+ height: auto; }
+ #nobootstrap span.defaultSkin table.mceLayout tr.mceFirst td {
+ float: left; }
+ #nobootstrap table.permissions {
+ border: 1px solid #DFD5C3; }
+ #nobootstrap table.permissions th {
+ background: #FFF6D3;
+ text-align: center;
+ height: 20px; }
+ #nobootstrap table.permissions td {
+ padding: 5px;
+ text-align: center; }
+ #nobootstrap .path_bar {
+ background-color: #EFEFEF;
+ font-family: Arial;
+ font-size: 13px;
+ margin-bottom: 20px;
+ padding: 5px; }
+ #nobootstrap .path_bar a {
+ font-weight: 700; }
+ #nobootstrap .adminHeader h1 {
+ font-family: Arial;
+ color: #812143;
+ font-size: 18pt;
+ margin: 0; }
+ #nobootstrap #adminHeader hr {
+ background-color: #812143;
+ margin: 0; }
+ #nobootstrap #header_shoplist {
+ background-image: url("../img/t/AdminShop.gif");
+ background-position: 0 3px;
+ background-repeat: no-repeat;
+ padding-left: 17px;
+ height: 20px; }
+ #nobootstrap #header_shoplist select.shopList option {
+ padding: 2px; }
+ #nobootstrap #header_shoplist select.shopList .first {
+ font-weight: bold;
+ background-color: #408BD5;
+ color: #ffffff; }
+ #nobootstrap #header_shoplist select.shopList .group {
+ font-weight: bold;
+ font-style: italic;
+ padding-left: 10px;
+ background-color: #C6DEFC; }
+ #nobootstrap #header_shoplist select.shopList .shop {
+ padding-left: 20px;
+ background-color: #EAF2FC; }
+ #nobootstrap .multishop_info {
+ margin-top: 4px;
+ margin-bottom: 10px;
+ border: 1px solid #00529B;
+ padding: 13px 5px 0 40px;
+ color: #00529B;
+ background: #bde5f8 url(../img/admin/icon-info.png) no-repeat 6px 5px;
+ border-radius: 3px;
+ min-height: 32px; }
+ #nobootstrap .assoShop {
+ width: 100%;
+ max-width: 600px;
+ max-height: 300px;
+ overflow: auto; }
+ #nobootstrap .clearfix:after {
+ content: ".";
+ display: block;
+ clear: both;
+ visibility: hidden;
+ line-height: 0;
+ height: 0; }
+ #nobootstrap .clearfix {
+ display: inline-block; }
+ #nobootstrap html[xmlns] .clearfix {
+ display: block; }
+ #nobootstrap * html .clearfix {
+ height: 1%; }
+ #nobootstrap #adminHeader #help_img {
+ float: right;
+ margin-top: 5px; }
+ #nobootstrap #adminpresentation {
+ position: relative;
+ width: 100%; }
+ #nobootstrap #listpresentation {
+ float: left;
+ width: 100px; }
+ #nobootstrap #iframe {
+ width: 450px;
+ height: 220px;
+ float: left;
+ margin: 10px;
+ background: #DDD;
+ border: 1px solid #666; }
+ #nobootstrap #adminpresentation ul li {
+ list-style: none; }
+ #nobootstrap #list_video {
+ float: left;
+ width: 220px; }
+ #nobootstrap #list_video h3 {
+ color: #882F4F;
+ font-size: 12pt;
+ padding-top: 25px;
+ margin: 0; }
+ #nobootstrap #list_video ul {
+ text-align: left;
+ padding: 0;
+ margin: 0; }
+ #nobootstrap #list_video ul li {
+ float: left;
+ width: 195px;
+ text-decoration: underline;
+ padding-left: 25px;
+ margin-top: 5px; }
+ #nobootstrap #footer {
+ padding-top: 5px; }
+ #nobootstrap #footer_iframe_home {
+ position: absolute;
+ top: 0;
+ right: 0; }
+ #nobootstrap #footer_iframe_home label {
+ float: none;
+ color: #585A69;
+ font-weight: normal;
+ line-height: 15px; }
+ #nobootstrap #footer_iframe_home input {
+ margin-left: 10px; }
+ #nobootstrap #footer_iframe_home a {
+ float: right;
+ margin: 0px 15px 0px 0px;
+ text-decoration: underline;
+ color: #903E5B; }
+ #nobootstrap #column_left {
+ width: 49.1%;
+ float: left;
+ padding-top: 5px; }
+ #nobootstrap #column_right {
+ width: 49.1%;
+ float: right;
+ padding: 0; }
+ #nobootstrap #column_right .table_info {
+ width: 48.1%;
+ float: left; }
+ #nobootstrap #column_right #table_info_last.table_info {
+ width: 48.1%;
+ float: right; }
+ #nobootstrap .F_list {
+ list-style: none;
+ padding: 0;
+ margin: 0; }
+ #nobootstrap #first_block a, #nobootstrap #second_block a, #nobootstrap #third_block a, #nobootstrap #fourth_block a,
+ #nobootstrap #fifth_block a, #nobootstrap #sixth_block a, #nobootstrap #seventh_block a, #nobootstrap #eighth_block a {
+ background: #F8F8F8 none no-repeat scroll center 25px; }
+ #nobootstrap #first_block a {
+ background-image: url("../img/admin/package_go.png"); }
+ #nobootstrap #second_block a {
+ background-image: url("../img/admin/cart_add.png"); }
+ #nobootstrap #third_block a {
+ background-image: url("../img/admin/book.png"); }
+ #nobootstrap #fourth_block a {
+ background-image: url("../img/admin/package_add.png"); }
+ #nobootstrap #fifth_block a {
+ background-image: url("../img/admin/plugin_add.png"); }
+ #nobootstrap #sixth_block a {
+ background-image: url("../img/admin/cart_remove.png"); }
+ #nobootstrap #seventh_block a {
+ background-image: url("../img/admin/page_white_add.png"); }
+ #nobootstrap #eighth_block a {
+ background-image: url("../img/admin/abandonedcart.png"); }
+ #nobootstrap .F_list li {
+ float: left;
+ margin-right: 15px;
+ margin-bottom: 15px;
+ display: block; }
+ #nobootstrap .F_list li h4 {
+ width: 95px;
+ font-size: 11px;
+ font-weight: normal;
+ margin-top: 55px;
+ margin-bottom: 0;
+ line-height: 15px; }
+ #nobootstrap .F_list a {
+ float: left;
+ color: #333;
+ width: 95px;
+ border: 1px solid #ccc;
+ padding: 5px;
+ height: 95px;
+ text-align: center;
+ border-radius: 3px; }
+ #nobootstrap .F_list a:hover {
+ border: 1px solid #666; }
+ #nobootstrap .F_list li p {
+ font-size: 8pt;
+ display: none; }
+ #nobootstrap .table_info {
+ float: left;
+ padding: 0;
+ margin: 0;
+ border: 1px solid #ccc;
+ border-radius: 3px;
+ background-color: #fff; }
+ #nobootstrap .table_info h5 {
+ font-size: 16px;
+ font-weight: normal;
+ color: #000;
+ margin: 0;
+ padding: 6px;
+ text-shadow: 0 1px 0 #fff;
+ display: block;
+ background-image: -moz-linear-gradient(center top, #f9f9f9, #ececec);
+ background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#ececec)) repeat scroll 0 0 transparent;
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC');
+ /* IE6 & IE7 */
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC')";
+ /* IE8 */ }
+ #nobootstrap .table_info h5 a,
+ #nobootstrap .admin-box1 h5 a {
+ color: #000;
+ font-size: 8pt;
+ float: right;
+ text-decoration: underline;
+ font-weight: normal;
+ padding-right: 10px; }
+ #nobootstrap .admin-box2 h5 a {
+ color: #FFFFFF;
+ font-size: 8pt;
+ float: right;
+ text-decoration: underline;
+ font-weight: normal;
+ padding-right: 10px; }
+ #nobootstrap .admin-box1 a#optimizationTipsFold img {
+ padding: 5px 0; }
+ #nobootstrap #table_info_last {
+ margin-left: 0;
+ float: left; }
+ #nobootstrap .table_info_details {
+ border-collapse: collapse;
+ border: none; }
+ #nobootstrap .table_info_details tr {
+ height: 30px;
+ width: 290px;
+ color: #000000;
+ font-weight: bold;
+ padding-left: 5px;
+ width: 100%;
+ text-align: center;
+ border: none; }
+ #nobootstrap .tr_odd {
+ background-color: #eff4f9; }
+ #nobootstrap .table_info_details tr td.td_align_left {
+ font-weight: normal;
+ text-align: left;
+ padding-left: 10px;
+ font-size: 13px; }
+ #nobootstrap .table_info_details tr td {
+ font-size: 16px;
+ text-align: right;
+ padding-right: 10px;
+ white-space: nowrap; }
+ #nobootstrap #table_info_large {
+ margin-top: 20px;
+ margin-bottom: 20px;
+ width: 100%;
+ float: left;
+ padding: 0;
+ border: 1px solid #ccc;
+ border-radius: 3px;
+ background-color: #fff; }
+ #nobootstrap #table_info_large h5 {
+ background-image: -moz-linear-gradient(center top, #f9f9f9, #ececec);
+ background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#ececec)) repeat scroll 0 0 transparent;
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC');
+ /* IE6 & IE7 */
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC')";
+ /* IE8 */
+ color: #000;
+ margin: 0;
+ line-height: 29px;
+ padding-left: 15px;
+ font-size: 12pt;
+ font-weight: normal;
+ display: block; }
+ #nobootstrap #table_info_large h5 a {
+ color: #000;
+ float: right;
+ font-size: 8pt;
+ text-decoration: underline;
+ font-weight: normal;
+ padding-right: 8px; }
+ #nobootstrap #stat_google {
+ width: 586px;
+ height: 175px;
+ background-color: #fff;
+ margin: 15px auto;
+ text-align: center; }
+ #nobootstrap .admin-box1 {
+ background-color: #F8F8F8;
+ width: 48.1%;
+ float: left;
+ padding: 0;
+ border: 1px solid #ccc;
+ font-size: 8pt;
+ margin-bottom: 20px;
+ border-radius: 3px; }
+ #nobootstrap .admin-box1 h5 {
+ background-image: -moz-linear-gradient(center top, #f9f9f9, #ececec);
+ background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#ececec)) repeat scroll 0 0 transparent;
+ color: #333;
+ text-shadow: 0 1px 0 #fff;
+ margin: 0;
+ padding: 0;
+ line-height: 29px;
+ padding-left: 15px;
+ font-size: 12pt;
+ font-weight: normal; }
+ #nobootstrap .admin-box2 {
+ float: right;
+ padding: 0;
+ border: 1px solid #CCCCCC;
+ font-size: 8pt;
+ margin-bottom: 20px;
+ background-color: #f2f2f2;
+ border-radius: 3px;
+ width: 100%; }
+ #nobootstrap .admin-box2 h5 {
+ background-image: -moz-linear-gradient(center top, #f9f9f9, #ececec);
+ background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#ececec)) repeat scroll 0 0 transparent;
+ color: #333;
+ text-shadow: 0 1px 0 #fff;
+ margin: 0;
+ padding: 0;
+ line-height: 29px;
+ padding-left: 15px;
+ font-size: 12pt;
+ font-weight: normal; }
+ #nobootstrap #discover_prestashop {
+ width: 48.1% !important;
+ float: right !important; }
+ #nobootstrap .admin-home-box-list li img {
+ margin: 0 5px; }
+ #nobootstrap .admin-home-box-list {
+ padding-left: 0;
+ margin: 0px;
+ list-style: none; }
+ #nobootstrap #prestashop_link {
+ background: transparent none no-repeat 0px 0px; }
+ #nobootstrap .admin-home-box-list li {
+ margin: 1px;
+ padding: 5px 0; }
+ #nobootstrap #prestashop_link li {
+ height: 58px;
+ margin: 0px; }
+ #nobootstrap .admin-home-box-list li p {
+ font-family: Georgia, 'Lucida Grande', Arial;
+ font-style: italic;
+ font-size: 13px;
+ margin: 2px 0;
+ padding: 0px 5px 0px 15px; }
+ #nobootstrap .admin-home-box-list li a {
+ color: #812143;
+ line-height: 18px;
+ font-size: 12px;
+ text-align: left; }
+ #nobootstrap #prestashop_link li a {
+ color: #3A6EA7;
+ margin-left: 15px;
+ font-weight: bold;
+ text-decoration: underline;
+ line-height: 18px;
+ font-size: 8.5pt;
+ text-align: left;
+ float: left; }
+ #nobootstrap #table_customer {
+ border: 1px solid #ccc;
+ padding: 0px;
+ border-spacing: 0px;
+ border-radius: 3px;
+ background-color: #fff; }
+ #nobootstrap #table_customer thead span {
+ background-image: -moz-linear-gradient(center top, #f9f9f9, #ececec);
+ background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#ececec)) repeat scroll 0 0 transparent;
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC');
+ /* IE6 & IE7 */
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC')";
+ /* IE8 */
+ color: #000;
+ text-shadow: 0 1px 0 #fff;
+ line-height: 35px;
+ display: block;
+ height: 39px;
+ border-left: none;
+ border-right: none; }
+ #nobootstrap #table_customer thead span.first {
+ text-align: center; }
+ #nobootstrap #table_customer thead th {
+ margin: 0; }
+ #nobootstrap #order_id {
+ width: 52px;
+ text-align: center; }
+ #nobootstrap #order_customer {
+ width: 175px; }
+ #nobootstrap #order_status {
+ width: 130px; }
+ #nobootstrap #order_total {
+ width: 100px; }
+ #nobootstrap .order_action {
+ text-align: center; }
+ #nobootstrap #order_line1 {
+ background-color: #EFEFEF; }
+ #nobootstrap #table_customer tbody {
+ font-size: 8pt; }
+ #nobootstrap #table_customer tbody tr td.order_td_first {
+ text-align: center;
+ padding: 0;
+ height: 35px; }
+ #nobootstrap #table_customer tbody tr td {
+ border: none;
+ height: 35px;
+ font-size: 12px; }
+ #nobootstrap #table_info_news {
+ width: 310px;
+ float: left;
+ padding: 1px;
+ border: 1px solid #8E8E8E;
+ margin-top: 20px;
+ font-size: 8pt; }
+ #nobootstrap #table_info_news h5 {
+ background-color: #7Ab51D;
+ color: #FFFFFF;
+ margin: 0;
+ line-height: 29px;
+ padding-left: 15px;
+ font-size: 12pt; }
+ #nobootstrap #table_info_news h5 a {
+ color: #FFFFFF;
+ float: right;
+ font-size: 8pt;
+ text-decoration: underline;
+ font-weight: normal;
+ padding-right: 10px; }
+ #nobootstrap #table_info_news ul {
+ list-style: none outside none;
+ padding: 0;
+ margin: 0; }
+ #nobootstrap #block_news_first {
+ background-color: #E1EBD2;
+ padding: 5px; }
+ #nobootstrap #block_news_first a {
+ color: #812143;
+ font-weight: bold;
+ text-decoration: underline;
+ line-height: 18px; }
+ #nobootstrap #block_news_first p {
+ line-height: 12px;
+ padding-left: 10px;
+ margin: 0; }
+ #nobootstrap #block_news_first p a {
+ color: #812143;
+ font-weight: bold;
+ margin-right: 8px;
+ margin-left: 200px; }
+ #nobootstrap #table_info_news ul li a {
+ line-height: 25px;
+ padding-left: 10px;
+ margin: 0;
+ text-decoration: underline; }
+ #nobootstrap .block_news_odd {
+ background-color: #DEDEDE;
+ line-height: 25px; }
+ #nobootstrap #block_news_last {
+ background-color: #EFEFEF; }
+ #nobootstrap #see_newsletter {
+ margin-left: 5px;
+ background: url(../img/admin/email.gif) no-repeat left center; }
+ #nobootstrap #follow_on_facebook {
+ margin-left: 5px;
+ background: url(../img/admin/facebook.jpg) no-repeat left center; }
+ #nobootstrap #follow_on_twitter {
+ margin-left: 5px;
+ background: url(../img/admin/twitter.jpg) no-repeat left center; }
+ #nobootstrap #block_news_last ul li a {
+ color: #812143;
+ padding-left: 20px; }
+ #nobootstrap .viewed {
+ background: url("../img/admin/enabled.gif") no-repeat left center; }
+ #nobootstrap .clear {
+ clear: both; }
+ #nobootstrap a.blue {
+ color: blue; }
+ #nobootstrap a.blue:hover {
+ color: #0000AA; }
+ #nobootstrap .cluetip-help-button {
+ width: auto;
+ text-align: left;
+ background-color: white;
+ padding: 10px;
+ border: 1px solid gray;
+ background: #f1f2f4 url(../img/admin/block_bg.jpg) repeat-x scroll left bottom;
+ opacity: 0.75; }
+ #nobootstrap .ac_results ul {
+ list-style: none;
+ text-align: left;
+ background: white;
+ padding: 0; }
+ #nobootstrap .ac_results li {
+ padding: 5px; }
+ #nobootstrap .ac_even {
+ background: #EFEFEF; }
+ #nobootstrap .ac_over {
+ background: #ECEADE;
+ color: #585A69; }
+ #nobootstrap .button-translate {
+ padding: 0px;
+ margin: 0 0 0 10px;
+ height: 15px;
+ width: 15px;
+ cursor: pointer; }
+ #nobootstrap #importList label {
+ float: none; }
+ #nobootstrap #importList ul {
+ list-style-type: none; }
+ #nobootstrap .multishop_config {
+ position: absolute;
+ margin-left: -10px; }
+ #nobootstrap .multishop_config div {
+ background-color: #DFFAD3;
+ border: 1px solid #DFD5C3;
+ display: none;
+ margin-top: 2px;
+ padding: 5px;
+ width: 200px; }
+ #nobootstrap .multishop_product_checkbox {
+ position: absolute; }
+ #nobootstrap a.action_module_delete {
+ color: #CB1C00;
+ text-decoration: underline;
+ margin-right: 30px; }
+ #nobootstrap .select_theme {
+ text-align: center;
+ width: 220px;
+ float: left;
+ margin: 10px;
+ padding: 10px;
+ cursor: pointer;
+ border: 1px solid #FFFFF0;
+ color: #000000;
+ font-weight: bold; }
+ #nobootstrap .select_theme_choice {
+ background-color: #FAEEC2;
+ border: 1px dotted #000000; }
+ #nobootstrap fieldset .optionsDescription, #nobootstrap fieldset p.description, #nobootstrap .info {
+ background: url("../img/admin/icon-info.png") no-repeat scroll 6px 6px #bde5f8;
+ border: 1px solid #00529B;
+ color: #00529B;
+ font-family: Arial,Verdana,Helvetica,sans-serif;
+ font-size: 12px;
+ margin-bottom: 15px;
+ padding: 10px 5px 5px 40px;
+ border-radius: 3px;
+ min-height: 32px; }
+ #nobootstrap fieldset .optionsDescription ul li {
+ color: #00529B;
+ margin: 0;
+ padding: 0; }
+ #nobootstrap p.product_description {
+ font-family: Georgia, Arial, 'sans-serif';
+ font-style: italic;
+ clear: both;
+ text-align: left;
+ color: #7F7F7F;
+ text-align: right; }
+ #nobootstrap p.preference_description {
+ font-family: Georgia, Arial, 'sans-serif';
+ font-style: italic;
+ clear: both;
+ text-align: left;
+ width: 500px;
+ color: #7F7F7F;
+ font-size: 11px; }
+ #nobootstrap p.preference_description .light-warning {
+ color: red;
+ font-weight: bold; }
+ #nobootstrap .preference_default_multishop {
+ float: left;
+ padding-right: 5px;
+ margin-top: 4px; }
+ #nobootstrap .multishop_warning {
+ background-image: url("../img/admin/warning.gif");
+ background-repeat: no-repeat;
+ color: #FE2744;
+ font-weight: bold;
+ padding-left: 22px;
+ padding-top: 1px; }
+ #nobootstrap .warning_mod_rewrite {
+ background: #feefb3 url(../img/admin/warning.gif) 2px 0 no-repeat;
+ color: #9E6014;
+ font-weight: bold;
+ padding-left: 22px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 5px;
+ height: 20px;
+ line-height: 20px; }
+ #nobootstrap label.conf_title {
+ width: 235px; }
+ #nobootstrap input.disable_me[disabled=disabled] {
+ background-color: red; }
+ #nobootstrap div.progressBarImage {
+ float: left;
+ height: 15px;
+ margin-left: 3px;
+ width: 233px; }
+ #nobootstrap #showCounter {
+ font-weight: bold;
+ float: left;
+ margin-left: 25px;
+ margin-top: 1px; }
+ #nobootstrap #listImage {
+ list-style: none outside none;
+ margin-bottom: 10px;
+ margin-top: 10px; }
+ #nobootstrap #listImage li {
+ clear: both;
+ float: left;
+ font-weight: bold;
+ margin-top: 10px; }
+ #nobootstrap #listImage li p.errorImg {
+ background: none repeat scroll 0 0 #FAE2E3;
+ border: 1px solid #EC9B9B;
+ clear: both;
+ margin-bottom: 18px;
+ padding: 6px;
+ display: none; }
+ #nobootstrap #progressBarImage div.ui-progressbar-value {
+ height: 100%; }
+ #nobootstrap #createImageDescription ul.smallImage li {
+ list-style-type: none;
+ display: block;
+ text-align: center;
+ float: left;
+ margin-bottom: 15px;
+ margin-right: 20px; }
+ #nobootstrap #menu .submenu_size .submenu {
+ display: none;
+ position: absolute; }
+ #nobootstrap #menu .submenu_size:hover > .submenu {
+ display: block; }
+ #nobootstrap .submenu li {
+ float: none;
+ clear: left; }
+ #nobootstrap #fancybox-content {
+ text-align: left; }
+ #nobootstrap #customers {
+ display: block;
+ position: relative; }
+ #nobootstrap #customer_form #fieldset_0 {
+ text-align: left; }
+ #nobootstrap #customer_part #customers ul {
+ float: left; }
+ #nobootstrap #customer_part #customers ul li {
+ background-color: #fff;
+ display: inline;
+ list-style-type: none;
+ float: left;
+ margin: 10px;
+ border: 1px solid #ccc;
+ padding: 5px;
+ width: 200px;
+ border-radius: 3px; }
+ #nobootstrap #customer_part #customers ul li div.customerName {
+ background-color: #eee;
+ font-size: 14px;
+ text-shadow: 0 1px 0 #fff;
+ padding: 2px; }
+ #nobootstrap #customer_part #customers ul li div.customerName a {
+ font-weight: bold; }
+ #nobootstrap #customer_part #customers ul li div.customerName .customerBirthday {
+ font-size: 12px;
+ float: right; }
+ #nobootstrap #customer_part #customers ul li div.customerEmail a {
+ font-size: 12px;
+ color: #666666;
+ display: block;
+ line-height: 20px; }
+ #nobootstrap #customer_part #customers ul li a.id_customer.button {
+ float: right; }
+ #nobootstrap #products_part #products_found {
+ display: none; }
+ #nobootstrap #vouchers_part #voucher_list {
+ display: none; }
+ #nobootstrap #vouchers_part #vouchers_err {
+ display: none; }
+ #nobootstrap #address_part #address_delivery, #nobootstrap #address_part #address_invoice {
+ width: 400px;
+ float: left; }
+ #nobootstrap #address_part #address_delivery h3, #nobootstrap #address_part #address_invoice h3 {
+ margin-top: 0; }
+ #nobootstrap #address_part #address_delivery {
+ border-right: 1px solid #cccccc; }
+ #nobootstrap #address_part #address_invoice {
+ border-left: 1px solid #ffffff;
+ padding-left: 20px; }
+ #nobootstrap #address_part #address_delivery_detail, #nobootstrap #address_invoice #address_invoice_detail {
+ font-size: 12px;
+ line-height: 18px;
+ color: #585A69;
+ padding: 10px 0; }
+ #nobootstrap #address_part a#new_address {
+ clear: both;
+ float: left;
+ margin: 20px 0; }
+ #nobootstrap #summary_part b {
+ float: left;
+ display: block;
+ border: 1px solid red; }
+ #nobootstrap #summary_part #total_products,
+ #nobootstrap #summary_part #total_vouchers,
+ #nobootstrap #summary_part #total_shipping,
+ #nobootstrap #summary_part #total_without_taxes,
+ #nobootstrap #summary_part #total_taxes,
+ #nobootstrap #summary_part #total_with_taxes {
+ font-size: 20px;
+ font-weight: normal;
+ color: #000; }
+ #nobootstrap #summary_part .currency_sign {
+ font-weight: normal; }
+ #nobootstrap #summary_part .order_message_right {
+ float: left;
+ border-left: 1px solid #ccc; }
+ #nobootstrap #cart_summary {
+ float: left;
+ border-right: 1px solid #fff;
+ width: 400px; }
+ #nobootstrap #cart_summary ul li {
+ float: left;
+ position: relative;
+ width: 185px;
+ margin-bottom: 20px;
+ padding: 5px; }
+ #nobootstrap #cart_summary ul li .total_cart {
+ display: block;
+ font-size: 12px; }
+ #nobootstrap #loader_container {
+ display: none;
+ z-index: 100;
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: 100%;
+ background: transparent url("../img/bg_loader.png") repeat 0 0; }
+ #nobootstrap #loader {
+ display: none;
+ margin: 0 auto;
+ height: 24px;
+ width: 24px;
+ color: #fff;
+ background: url(../img/loader.gif); }
+ #nobootstrap ul.connectedSortable {
+ padding-left: 0; }
+ #nobootstrap ul.connectedSortable li.module_list {
+ margin: 0 5px 5px 5px;
+ padding: 5px;
+ font-size: 1.2em;
+ border: 1px solid #CCC;
+ background: #F6F6F6;
+ font-weight: bold;
+ color: #1C94C4;
+ outline: none; }
+ #nobootstrap .input-error {
+ color: #D8000C;
+ font-size: 12px;
+ font-weight: normal;
+ margin: 0 0 10px 0;
+ line-height: 20px;
+ padding: 10px 15px;
+ display: none; }
+ #nobootstrap #CustomerThreadContacts div.blocSAV {
+ float: left;
+ margin: 0 10px 10px 0;
+ min-height: 178px;
+ width: 24%;
+ border: 1px solid #ccc;
+ background-color: #f8f8f8; }
+ #nobootstrap #MeaningStatus {
+ float: left; }
+ #nobootstrap #CustomerThreadContacts p {
+ font-family: Georgia,Arial, Helvetica;
+ font-style: italic;
+ overflow: hidden;
+ font-size: 13px;
+ line-height: 18px;
+ height: 45px;
+ margin: 0;
+ padding: 10px;
+ border-top: 1px solid #fff;
+ border-bottom: 1px solid #ccc;
+ text-align: center;
+ margin: 0 auto; }
+ #nobootstrap #CustomerThreadContacts .message-mail {
+ display: block;
+ text-align: center;
+ padding: 25px 10px;
+ border-top: 1px solid #fff;
+ margin: 0 auto; }
+ #nobootstrap #CustomerThreadContacts h3 {
+ font-size: 16px;
+ font-weight: normal;
+ overflow: hidden;
+ line-height: 25px;
+ height: 25px;
+ margin: 0;
+ padding: 5px 10px;
+ background-image: -moz-linear-gradient(center top, #f9f9f9, #ececec);
+ background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#ececec)) repeat scroll 0 0 transparent;
+ border-bottom: 1px solid #ccc; }
+ #nobootstrap #CustomerThreadContacts a {
+ padding: 0 5px;
+ display: block;
+ height: 23px;
+ line-height: 23px;
+ border: 0; }
+ #nobootstrap #CustomerThreadContacts h4 {
+ margin: 0;
+ line-height: 23px;
+ height: 23px;
+ border: 0;
+ padding: 0 5px; }
+ #nobootstrap #CustomerThreadContacts div#CustomerService {
+ float: left;
+ background: none;
+ border: none;
+ width: 24%; }
+ #nobootstrap #CustomerThreadContacts div#CustomerService table.table {
+ width: 100%; }
+ #nobootstrap #CustomerThreadContacts div#CustomerService table.table thead {
+ margin: 0;
+ line-height: 23px;
+ height: 23px;
+ border: 0;
+ padding: 0 5px;
+ font-weight: bold;
+ text-align: center; }
+ #nobootstrap #CustomerThreadContacts div#CustomerService table.table tr td span {
+ font-weight: bold;
+ font-size: 14px; }
+ #nobootstrap #CustomerThreadContacts div#MeaningStatus {
+ float: left; }
+ #nobootstrap #ChangeStatus {
+ float: right;
+ margin: 20px 20px 0 0;
+ right: 10px; }
+ #nobootstrap #CustomerService table {
+ border-collapse: collapse; }
+ #nobootstrap #CustomerService .table tr.alt_row {
+ background-color: #EFF4F9; }
+ #nobootstrap #CustomerService .table tr td {
+ border: none; }
+ #nobootstrap div#scrollTop a {
+ display: none;
+ background: url("../img/admin/scroll_top.png");
+ width: 40px;
+ height: 40px;
+ position: fixed;
+ bottom: 30px;
+ right: 30px;
+ border-radius: 10px;
+ opacity: 0.2; }
+ #nobootstrap div#scrollTop a:hover {
+ opacity: 0.8; }
+ #nobootstrap .loader {
+ display: none;
+ margin: 450px 0 0 440px;
+ height: 128px;
+ width: 128px;
+ color: #fff;
+ background-image: url(../img/loader.gif); }
+ #nobootstrap .category-filter {
+ background-color: #dde0e9;
+ padding: 5px 10px;
+ min-height: 20px; }
+ #nobootstrap .category-filter span {
+ float: left;
+ line-height: 18px;
+ color: #585A69; }
+ #nobootstrap .category-filter a {
+ color: #585A69;
+ float: left;
+ line-height: 20px;
+ padding: 0 5px; }
+ #nobootstrap .category-filter #filternameForm {
+ float: left;
+ margin-left: 10px;
+ color: #585A69; }
+ #nobootstrap .current-edit {
+ background-color: #e9f1f6; }
+ #nobootstrap .edit-note {
+ width: 98%;
+ height: 100px; }
+ #nobootstrap .payment_information {
+ background-color: #bde5f8; }
+ #nobootstrap #conditions .condition_separator {
+ font-size: 16px;
+ margin: 10px 0; }
+ #nobootstrap #conditions .condition_group h3 {
+ margin: 0 0 10px 0; }
+ #nobootstrap #conditions a#add_condition_group {
+ font-size: 16px; }
+ #nobootstrap #conditions #condition_list .row {
+ position: relative;
+ height: 25px;
+ padding: 10px 0;
+ background-color: transparent; }
+ #nobootstrap #conditions #condition_list h4 {
+ margin: 0 0 10px 0; }
+ #nobootstrap #conditions #condition_list select {
+ float: left;
+ margin-right: 10px;
+ width: 200px; }
+ #nobootstrap #conditions #condition_list a {
+ float: left; }
+ #nobootstrap .container-command {
+ width: 100%; }
+ #nobootstrap .container-command-top-spacing {
+ margin-top: 25px; }
+ #nobootstrap .bloc-command {
+ background-color: #EBEDF4;
+ border: 1px solid #CCCED7;
+ margin-bottom: 10px; }
+ #nobootstrap .button-command {
+ float: right;
+ padding: 10px; }
+ #nobootstrap .button-command-prev-next {
+ float: right;
+ margin-bottom: 10px;
+ margin-right: 10px; }
+ #nobootstrap .history-status {
+ border-radius: 0; }
+ #nobootstrap .history-status tr th {
+ background: #eee none; }
+ #nobootstrap .metadata-command dl {
+ float: left;
+ margin-left: 10px; }
+ #nobootstrap .metadata-command dl dt, #nobootstrap .metadata-command dl dd {
+ color: #585A69;
+ float: left;
+ margin: 0;
+ padding-right: 10px; }
+ #nobootstrap .metadata-command dl dd {
+ font-weight: bold; }
+ #nobootstrap #content #customers .warn {
+ margin: 10px 0 0 0; }
+ #nobootstrap #customers li {
+ background-color: #ABDFF7;
+ border: 1px solid #ccc;
+ float: left;
+ margin: 5px;
+ padding: 5px; }
+ #nobootstrap #customers li .button {
+ display: block;
+ margin-top: 5px; }
+ #nobootstrap #container-customer {
+ background-color: #EBEDF4;
+ border: 1px solid #CCCED7;
+ color: #585A69;
+ padding: 10px; }
+ #nobootstrap #container-customer h2 {
+ color: #000;
+ font-weight: normal;
+ margin: 0; }
+ #nobootstrap #container-customer h2 img {
+ margin-right: 5px; }
+ #nobootstrap #container-customer .info-customer-left {
+ float: left;
+ width: 47%;
+ min-height: 120px;
+ border-right: 1px solid #fff;
+ padding-right: 15px; }
+ #nobootstrap #container-customer .info-customer-right {
+ float: left;
+ width: 49%;
+ border-left: 1px solid #ccc;
+ min-height: 120px;
+ padding-left: 15px; }
+ #nobootstrap #container-customer .info-customer-left h2,
+ #nobootstrap #container-customer .info-customer-right h2 {
+ margin-bottom: 7px; }
+ #nobootstrap .infoCustomer dl {
+ margin: 7px 0; }
+ #nobootstrap .infoCustomer dl dt {
+ font-weight: bold;
+ float: left;
+ padding-right: 5px; }
+ #nobootstrap .infoCustomer dl dd {
+ margin: 0;
+ padding: 0; }
+ #nobootstrap #container-carts {
+ background-color: #EBEDF4;
+ border: 1px solid #CCCED7;
+ padding: 10px; }
+ #nobootstrap #cart_rule_form h4 {
+ font-size: 18px;
+ font-weight: normal;
+ margin-top: 0; }
+ #nobootstrap #ajax_running {
+ display: none;
+ position: fixed;
+ top: 0;
+ left: 40%;
+ z-index: 10000;
+ background-color: #FFF1A8;
+ border: 1px solid #FFD96F;
+ color: #000;
+ font-weight: bold;
+ font-size: 14px;
+ padding: 5px 20px;
+ border-radius: 0 0 3px 3px;
+ -webkit-border-bottom-left-radius: 3px;
+ -webkit-border-bottom-right-radius: 3px;
+ width: 300px; }
+ #nobootstrap #container_category_tree {
+ border: 1px solid #ccc;
+ border-radius: 3px;
+ padding: 5px; }
+ #nobootstrap #container_category_tree a {
+ font-weight: bold; }
+ #nobootstrap #container_category_tree a input {
+ margin-right: 3px; }
+ #nobootstrap #block_tips {
+ float: right;
+ width: 48.1%; }
+ #nobootstrap #block_discover {
+ float: left;
+ width: 48.1%; }
+ #nobootstrap #block_partner_tips {
+ float: right;
+ width: 48.1%; }
+ #nobootstrap .row-news {
+ width: 100%;
+ float: left; }
+ #nobootstrap #table_info_news {
+ border: 1px solid #ccc; }
+ #nobootstrap .multishop-left {
+ float: left;
+ width: 250px;
+ border: 1px solid #CCCED7;
+ background-color: #F9F9F9;
+ overflow: auto;
+ padding: 3px;
+ max-height: 400px;
+ min-height: 200px;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px; }
+ #nobootstrap .multishop-left .multishop-title {
+ border-bottom: 1px solid #CCCED7;
+ color: #333333;
+ background-color: #F0F0F0;
+ font-size: 14px;
+ font-weight: bold;
+ text-align: left;
+ padding: 2px;
+ width: 247px; }
+ #nobootstrap .multishop-right {
+ margin-left: 270px; }
+ #nobootstrap #container-multishop {
+ background-color: #EBEDF4;
+ border: 1px solid #CCCED7;
+ color: #585A69;
+ padding: 10px; }
+ #nobootstrap #multishop-tree {
+ font-size: 13px;
+ margin-top: 3px;
+ background-color: #F9F9F9; }
+ #nobootstrap #multishop-tree a.selected {
+ background-color: #49B2FF;
+ padding: 3px;
+ color: #FFFFFF; }
+ #nobootstrap .datepicker {
+ position: relative;
+ z-index: 20; }
+ #nobootstrap #BoxUseSpecialSyntax {
+ position: fixed;
+ z-index: 10;
+ width: 100%;
+ bottom: 50px;
+ display: none; }
+ #nobootstrap #BoxUseSpecialSyntax .warn {
+ margin: 0 auto;
+ width: 500px; }
+ #nobootstrap #BoxUseSpecialSyntax ul {
+ margin-left: 30px;
+ list-style-type: disc; }
+ #nobootstrap .id_customization .customization_field {
+ min-width: 205px;
+ width: 205px; }
diff --git a/css/admin.scss b/css/admin.scss
new file mode 100644
index 000000000..3bb277e9a
--- /dev/null
+++ b/css/admin.scss
@@ -0,0 +1,2378 @@
+#nobootstrap{
+ .float {float:left}
+ .floatr {float:right}
+
+ a img {
+ border: 0;
+ }
+
+ a {
+ color: #000;
+ text-decoration: none;
+ outline: 0pt;
+ }
+
+ a:hover {
+ color: #222;
+ text-decoration: none;
+ }
+
+ a.link, a.link:hover {
+ color: #999999;
+ }
+ a.link {
+ text-decoration: underline;
+ }
+ .warn a{
+ text-decoration: underline;
+ }
+
+ img {
+ vertical-align: middle;
+ }
+
+ input {
+ vertical-align: middle;
+ }
+
+ p {
+ margin: 0.5em 0;
+ color:#585A69;
+ }
+
+ hr {
+ border: none;
+ padding: 0;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ }
+
+ .block {
+ display: block;
+ }
+
+ /* FONTS */
+
+ .bold {
+ font-weight: bold;
+ }
+
+ h1 {
+ font-size: 1.6em;
+ margin: 0 0 .67em 0;
+ }
+ h2 {
+ font-size: 1.4em;
+ }
+ h3 {
+ font-size: 1.1em;
+ }
+ h4 {
+ }
+ h5 {
+ font-size: 0.83em;
+ }
+ h6 {
+ font-size: 0.67em;
+ }
+
+ h3.blue {
+ color: #268CCD;
+ }
+
+ .red {
+ color: red;
+ }
+
+ form {
+ margin: 0;
+ padding: 0;
+ }
+
+ form p {
+ margin: 0.5em 0 0 0;
+ padding: 0 0 0.5em 0;
+ }
+
+ form sup {
+ color: #CC0000;
+ font-weight: bold;
+ vertical-align: text-top;
+ }
+ form .simulate-disable-input{
+ min-width:127px;
+ display:inline-block;
+ padding:3px;
+ border:1px solid #E0D0B1;
+ background-color:#dddddd;
+ color:#666666;
+ font-size:12px;
+ }
+
+ .block-mail {
+ margin:0 0 20px 0;
+ }
+ .mail-form {
+ margin:0 0 0 220px;
+ width:auto;
+ color: #7F7F7F;
+ font-size: 0.85em;
+ }
+ .label-subject {
+ padding:0;
+ margin:0 0 10px 0;
+ text-align:left;
+ }
+ .label-subject input{
+ width:555px;
+ }
+ .mail-label table {
+ width:555px;
+ }
+ .mails_field {
+ margin:0;
+ background: none repeat scroll 0 0 #FFF;
+ border: 1px solid #CCCCCC;
+ font-size: 1.1em;
+ margin: 20px 0 20px 0;
+ padding:0;
+ position:relative;
+ border-radius:3px;
+ }
+
+ .mails_field h3{
+ background: -moz-linear-gradient(center top , #F9F9F9, #ECECEC) repeat-x scroll left top #ECECEC;
+ color: #333333;
+ font-size: 13px;
+ padding: 4px 6px;
+ text-align: left;
+ text-shadow: 0 1px 0 #FFFFFF;
+ margin:0;
+ font-size:1em;
+ padding: 10px 5px;
+ display:block;
+ }
+
+ .style-themeModuleMail {
+ margin: 0;
+ padding: 0.2em 0.5em;
+ border: 1px solid #DFD5C3;
+ background: #FFF6D3;
+ font-weight: bold;
+ text-align: left;
+ cursor : pointer;
+ font-size: 12px;
+ }
+
+ .style-themeModuleName {
+ margin: 0;
+ padding: 0.2em 0.5em;
+ border: 1px solid #DFD5C3;
+ background: #FFF6D3;
+ font-weight: bold;
+ text-align: left;
+ cursor : pointer;
+ font-size: 12px;
+ }
+
+ .margin-form {
+ padding: 0 0 1em 260px;
+ color: #7F7F7F;
+ font-size: 0.85em;
+ }
+
+
+ .margin-form .normal-text {
+ display: block;
+ padding-top: 0.2em;
+ font-size: 1.2em;
+ color: black;
+ }
+
+ fieldset.width1 .margin-form {
+ margin: 0 0 1em 130px;
+ }
+
+ fieldset img {
+ padding: 0 4px 0 0;
+ vertical-align: bottom;
+ }
+
+ label {
+ float: left;
+ width: 250px;
+ padding: 0.2em 0.5em 0 0;
+ text-align: right;
+ font-weight: bold;
+ }
+
+ #preview_import label {
+ float:left;
+ font-weight:bold;
+ padding:0.2em 0 0;
+ text-align:left;
+ width:320px;
+ }
+
+ label.t {
+ float: none;
+ clear: none;
+ padding: 0 5px 0;
+ margin: 0px;
+ font-weight: normal;
+ font-size: 12px;
+ text-shadow:none;
+ }
+ label.child {
+ float: none;
+ clear: none;
+ padding: 0px;
+ margin: 0px;
+ font-weight: normal;
+ font-size: 12px;
+ }
+ label.std {
+ float: none;
+ margin: 0px;
+ width: 170px;
+ display: block;
+ font-size: 12px;
+ text-align: right;
+ font-weight: bold;
+ }
+ form div.std {
+ margin-top: -2em;
+ }
+
+ fieldset.width1 label {
+ width: 110px;
+ }
+
+ label:after {
+ clear: both;
+ }
+
+ input, textarea, option {
+ color: #000;
+ font-size: 12px;
+ margin: 0 10px 0 0;
+ padding: 0 8px;
+ }
+
+ input[type="text"], input[type="password"], input[type="file"], textarea {
+ padding: 2px 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
+ }
+
+ input[type="radio"], input[type="checkbox"] {
+ background-color:transparent;
+ }
+
+ input:focus, textarea:focus {
+ border:1px solid #3293D6;
+ }
+
+ fieldset {
+ _position: relative;
+ }
+
+ legend {
+ _position: relative;
+ _top: -2em;
+ _margin-top: 12px;
+ }
+ select optgroup {
+ background: #fff;
+ padding: 2px;
+ color: #000
+ }
+ select optgroup option {
+ padding: 0 9px;
+ color: #000
+ }
+
+ .lab_modules_positions {
+ float: none;
+ text-align: left;
+ font-weight: normal;
+ padding: 0;
+ cursor: pointer;
+ display: block;
+ width: 500px;
+ }
+
+ .lab_modules {
+ float: none;
+ text-align: left;
+ font-weight: normal;
+ padding-left: 10px;
+ cursor: pointer;
+ display: block;
+ width: 500px;
+ }
+
+ .lab_modules_positions img {
+ float:left;
+ }
+
+
+ /* STRUCTURE */
+
+ #container {
+
+ margin: 0 auto 2em auto;
+ text-align: left;
+ }
+
+ #main {
+ clear: left;
+ min-height: 600px;
+ background:#fff;
+ /*border: 1px solid #999;
+ border-bottom: none;*/
+ }
+
+ #content {
+ padding: 1.25em;
+ padding-bottom: 0.5em;
+ position: relative;
+ }
+
+ #news {
+ width: 640px;
+ border: 1px solid #E0D0B1;
+ }
+
+ #help {
+ float: right;
+ width: 150px;
+ padding: 4px;
+ border: 1px solid #DFD5C3;
+ font-size: 0.9em;
+ }
+
+ #image {
+ float: none;
+ padding: 6px;
+ background: #fff;
+ border: 1px solid #DFD5C3;
+ font-size: 0.9em;
+ text-align: center;
+ }
+ #image img { margin: 0; padding: 0 }
+
+ #id_image_attr
+ {
+ list-style: none;
+ }
+
+ #product_link {
+ width: 240px;
+ float: right;
+ padding: 4px;
+ margin-top: 8px;
+ font-size: 0.9em;
+ text-align: center;
+ clear: right;
+ }
+
+ #help:after,
+ #image:after {
+ clear: both;
+ }
+
+ /* NAV */
+
+ #nav {
+ float: right;
+ margin: 1em 0;
+ font-size: 1.1em;
+ font-weight: bold;
+ vertical-align: middle;
+ }
+
+ #nav li {
+ display: inline;
+ list-style: none;
+ margin: 0 0 0 2em
+ }
+
+ #nav img {
+ vertical-align: bottom;
+ }
+
+ .warn .pico {
+ vertical-align: middle;
+ padding: 0;
+ margin: 0
+ }
+
+ #content .alert {
+ width: auto;
+ margin: 0 0 15px 0;
+ padding: 10px 15px;
+ border-top: 1px solid #DF7B7B;
+ border-bottom: 1px solid #DF7B7B;
+ background-color: #FFE6E6;
+ }
+
+ #content .warning {
+ margin: 0 0 15px 0;
+ line-height: 20px;
+ padding: 10px 20px 10px 20px;
+ border-top: 1px solid #FF9900;
+ border-bottom: 1px solid #FF9900;
+ background-color: #FFEBCC;
+ }
+
+ #unhook_button_position_bottom {
+ overflow: hidden;
+ width: 100%;
+ padding-top: 10px;
+ }
+
+ #unhook_button_position_top {
+ overflow: hidden;
+ width: 100%;
+ }
+
+ #content .conf, #content .warn, #content .error {
+ color:#383838;
+ font-size:12px;
+ font-weight:normal;
+ margin: 0 0 10px 0;
+ line-height: 20px;
+ padding: 13px 5px 5px 40px;
+ min-height:28px;
+ border-radius:3px;
+ }
+
+ #content .error-inline {
+ color:#ff0000;
+ font-weight:bold;
+ }
+
+ #content .conf {
+ background: #DFF2BF url(../img/admin/icon-valid.png) no-repeat scroll 6px 6px;
+ border: 1px solid #4F8A10;
+ color:#4F8A10;
+ }
+
+ #content .conf img, #content .warn img, #content .error img {
+ margin:0 5px 0 0;
+ }
+
+ #content .error {
+ background: #FFBABA url(../img/admin/icon-cancel.png) no-repeat scroll 6px 6px;
+ border: 1px solid #CC0000;
+ color:#D8000C;
+ }
+ #content .conf a, #content .warn a, #content .error a {
+ color:#D8000C;
+ font-weight: bold;
+ }
+ #content .conf a:hover, #content .warn a:hover, #content .error a:hover {
+ text-decoration: underline;
+ }
+
+ #ajax_confirmation .error {
+ background: #FFBABA url(../img/admin/icon-cancel.png) no-repeat scroll 6px 6px;
+ border: 1px solid #CC0000;
+ color:#D8000C;
+ padding:20px 40px;
+ position:fixed;
+ bottom:0;
+ width:100%;
+ left:0;
+ }
+
+ #ajax_confirmation .conf {
+ background: #DFF2BF url(../img/admin/icon-valid.png) no-repeat scroll 6px 6px;
+ border: 1px solid #4F8A10;
+ color:#4F8A10;
+ padding:20px 40px;
+ position:fixed;
+ bottom:0;
+ width:100%;
+ left:0;
+ }
+
+ #content .warn {
+ background: #FEEFB3 url(../img/admin/icon-attention.png) no-repeat scroll 6px 6px;
+ border: 1px solid #9e6014;
+ color:#9e6014;
+ }
+
+ #content .warn h2 {
+ margin:0;
+ }
+
+ #content .warn ul li, #content .warn p, #content .warn a {
+ color:#9e6014;
+ }
+
+ #content .warn ul li label {
+ font-weight:normal;
+ color:#9e6014;
+ text-shadow:none;
+ }
+
+ #content .error ol {
+ clear: both;
+ margin-top: 5px;
+ padding-bottom: 0;
+ }
+
+ #content .error ol li{
+ font-weight:200;
+ margin-left:30px;
+ }
+
+
+ #content .confirm {
+ background: #DFF2BF url(../img/admin/icon-valid.png) no-repeat scroll 6px 6px;
+ border: 1px solid #4F8A10;
+ color:#4F8A10;
+ border-radius:3px;
+
+ }
+
+
+ #content .confirm h3 {
+ padding: 0 0 0 20px;
+ background: url(../img/admin/ok.gif) no-repeat 0 0;
+ }
+
+ #content .warn h3 {
+ padding: 0 0 0 20px;
+ background: url(../img/admin/warning.gif) no-repeat 0 0;
+ }
+
+ #content .error h3 {
+ padding: 0 0 0 20px;
+ background: url(../img/admin/warning.gif) no-repeat 0 0;
+ }
+
+ /* CONTENT - COLUMN */
+
+ .column {
+ float: left;
+ width: 173px;
+ margin: 0 50px 1.5em 0;
+ padding: 10px;
+ -moz-border-radius: 20px;
+ text-align: center;
+ }
+
+ #col_1 {
+ height: 235px;
+ color: #FFFFFF;
+ background: #FF8C76 url(../img/admin/col_1.gif) no-repeat;
+ }
+
+ #col_2 {
+ height: 235px;
+ color: #FFFFFF;
+ background: #FFC44F url(../img/admin/col_2.gif) no-repeat;
+ }
+
+ #col_3 {
+ height: 235px;
+ color: #FFFFFF;
+ background: #8CFF70 url(../img/admin/col_3.gif) no-repeat;
+ }
+
+ /* CONTENT - NEWS */
+
+ #news img {
+ padding: 0 6px 0 0;
+ vertical-align: middle;
+ }
+
+ #news .infos,
+ #news .content {
+ margin: 0;
+ padding: 4px;
+ font-family: Arial,Helvetica,sans-serif;
+ font-weight: normal;
+ }
+
+ .table tr.last td {
+ border-bottom: none;
+ }
+
+ .footer_link, .footer_link:hover {
+ color: #812143;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ /* CLASS */
+
+ h3.title {
+ clear: both;
+ margin: 0;
+ padding: 4px 10px;
+ border: 1px solid #E0D0B1;
+ border: none;
+ }
+
+ h3.subtitle {
+ color: #FF8D42;
+ font-size: 1.2em;
+ }
+
+ p.infos {
+ float: right;
+ margin: 0;
+ padding: 0;
+ font-size: 0.9em;
+ line-height: 1em;
+ vertical-align: top;
+ }
+
+ .width1 {
+ width: 350px;
+ }
+
+ .width2 {
+ width: 500px;
+ }
+
+ .width3 {
+ width: 600px;
+ }
+
+ .width4 {
+ width: 745px;
+ }
+
+ .width5 {
+ width: 655px;
+ }
+
+ .widthfull {
+ width: 100%;
+ }
+
+ tr.deleted td {
+ background-color: #EEEEEE;
+ }
+
+ .contextnav {
+ margin: 10px 0;
+ padding: 3px 6px;
+ line-height: 1.30em;
+ border: 1px solid #E0D0B1;
+ }
+
+ .contextnav img {
+ vertical-align: text-top;
+ }
+
+ .contextnavleft {
+ float: left;
+ width: 6em;
+ }
+
+ .contextnavcenter {
+ text-align: center;
+ }
+
+ .contextnavcenter a,
+ .contextnavcenter b {
+ letter-spacing: 6pt;
+ }
+
+ .contextnavright {
+ float: right;
+ width: 6em;
+ text-align: right;
+ }
+
+ .hidden {
+ height: 1px;
+ border-width: 1px 0 0 0;
+ border-style: solid;
+ border-color: #fff;
+ }
+
+ .clear {
+ clear: both;
+ }
+
+ .flatclear {
+ clear: both;
+ height:0px;
+ line-height:0px;
+ }
+
+ .space {
+ margin-top: 13px;
+ }
+
+ .pspace {
+ padding-top: 1em;
+ }
+
+ .double-space {
+ margin-top: 2em ;
+ }
+
+ .space-bottom {
+ margin-bottom: 1em;
+ }
+
+ .double-bottom-space {
+ margin-bottom: 2em ;
+ }
+
+ .left {
+ text-align: left;
+ }
+
+ .center {
+ text-align: center !important;
+ }
+
+ .right {
+ text-align: right;
+ }
+
+ .small {
+ font-size: 0.85em;
+ }
+
+ .row {
+ }
+
+ .uppercase {
+ text-transform: uppercase;
+ }
+
+ .noborder {
+ border: none;
+ }
+
+ .highlight {
+ background-color: #FFFF66;
+ font-weight: bold;
+ }
+
+ .discount_name {
+ background: #FFEBCC;
+ padding: 2px;
+ text-transform: uppercase;
+ }
+
+ .displayed_flag {
+ float: left;
+ margin: 4px 0 0 4px;
+ }
+
+ .language_flags {
+ display: none;
+ float: left;
+ background: #FFF;
+ margin: 4px;
+ padding: 8px;
+ width: 80px;
+ border: 1px solid #555;
+ }
+
+ .pointer {
+ cursor: pointer;
+ }
+
+ .imgm {
+ margin: 3px 0px 3px 0px;
+ }
+
+ .green {
+ color: forestgreen;
+ }
+
+ .bullet {
+ display: list-item;
+ list-style: disc;
+ margin-left: 30px;
+ }
+
+ /* access management */
+ #ajax_confirmation {
+ padding-top: 3px;
+ padding-bottom: 6px;
+ }
+
+ /* help boxes */
+ .hint {
+ display: none;
+ position: absolute;
+ margin-top: 4px;
+ margin-bottom: 2px;
+ border: 1px solid #00529B;
+ padding:15px 5px 15px 40px;
+ color: #00529B;
+ background: #BDE5F8 url(../img/admin/icon-info.png) no-repeat 6px 5px;
+ border-radius:3px;
+ min-height:15px;
+ z-index:10;
+ }
+ .hint p {
+ color: #00529B;
+ }
+
+ .hint .addImageDescription {
+ font-weight:bold;
+ font-size:16px;
+ }
+
+ span.hint {position: relative;}
+
+ div.hint {
+ position: relative;
+ }
+
+ div.hint ul li {
+ color: #00529B;
+ padding-left: 5px;
+ }
+
+ table tr th .hint {
+ display: none;
+ position: absolute;
+ margin: 30px 5px 5px 5px;
+ width: 400px;
+ border: 1px solid #ECE52F;
+ padding: 8px 6px 8px 34px;
+ color: #383838;
+ background: #FFFBE5 url(../img/admin/icon-info.png) no-repeat 6px 5px;
+ border-radius:3px;
+ }
+
+ .hintGroup{
+ position: relative;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ border: 1px solid #50B0EC;
+ padding: 8px 6px 8px 40px;
+ color: #383838;
+ background: #DDE9F7 url(../img/admin/help2.png) no-repeat 6px 5px;
+ }
+
+
+ /* The pointer image is added by using another span */
+ .hint .hint-pointer {
+ position: absolute;
+ left: -10px;
+ top: 5px;
+ width: 10px;
+ height: 19px;
+ }
+
+ #flagsLanguage img {
+ padding: 3px;
+ margin-bottom: -4px;
+ }
+
+ #flagsLanguage .selected_language {
+ border: 1px solid #BBB;
+ padding: 2px;
+ margin-bottom: -4px;
+ }
+
+ .disable, .disable:hover {
+ background-color: #CCCCCC;
+ color: #AAAAAA;
+ }
+
+ /* Ajax classes */
+ .ajax-warning, .ajax-success, .ajax-error {
+ border: 1px solid #CCCCCC;
+ padding: 5px 20px;
+ margin: 5px;
+ width: 70%;
+ }
+ .ajax-warning {
+ background-color: #FFBD6F;
+ }
+ .ajax-success {
+ background-color: #9FDF8B;
+ }
+ .ajax-error {
+ background-color: #FF7F84;
+ }
+ .ajax-loader {
+ margin: 5px 10px;
+ }
+
+ /* tab: AdminProducts */
+ .productFieldComment {
+ color: #7F7F7F;
+ font-size: 0.8em;
+ }
+
+ /* Confirm box */
+ a.confirm_yes, a.confirm_no {
+ width: 50px;
+ margin-left: 60px;
+ padding: 10px;
+ border-style: solid;
+ border-width: 1px;
+ text-align: center;
+ font-weight: bold;
+ color: white;
+ }
+ a.confirm_yes {
+ border-color: red;
+ background-color: red;
+ }
+ a.confirm_no {
+ border-color: green;
+ background-color: green;
+ }
+
+ /* tab: AdminImport */
+
+ form#import_form {
+ padding-bottom:22px;
+ margin-left:15px;
+ margin-bottom:20px;
+ }
+ .table_overflow {
+ width:900px;
+ height:500px;
+ overflow:auto;
+ }
+
+ .new_message{
+ background-color:#FFE35C;
+ }
+ .myDragClass {
+ background-color: #FFAA55;
+ }
+ .dragHandle{
+ cursor: move;
+ }
+
+ p#mailResultCheck{
+ margin:2px 0;
+ padding-left:18px;
+ font-size:12px;
+ }
+
+ p.ok{
+ background:url('../img/admin/enabled.gif') no-repeat top left;
+ color:green;
+ }
+
+ p.fail{
+ background:url('../img/admin/disabled.gif') no-repeat top left;
+ font-weight:bold;
+ color:red;
+ }
+ #lang_pack_msg {
+ border: 1px solid #DFD5C3;
+ padding:10px;
+ margin-bottom:10px;
+ }
+
+ /* TinyMCE */
+ span.defaultSkin .mceToolbar { height: auto }
+ span.defaultSkin table.mceLayout tr.mceFirst td { float: left }
+
+ /* webservice */
+ table.permissions {
+ border:1px solid #DFD5C3;
+ }
+ table.permissions th {
+ background:#FFF6D3;
+ text-align:center;
+ height:20px;
+ }
+ table.permissions td {
+ padding:5px;
+ text-align:center;
+ }
+
+ /* */
+ .path_bar{
+ background-color:#EFEFEF;
+ font-family:Arial;
+ font-size:13px;
+ margin-bottom:20px;
+ padding:5px;
+ }
+
+ .path_bar a{
+ font-weight:700;
+ }
+ .adminHeader h1{
+ font-family:Arial;
+ color:#812143;
+ font-size:18pt;
+ margin: 0;
+ }
+
+ #adminHeader hr{
+ background-color: #812143;
+ margin: 0;
+ }
+
+ #header_shoplist{
+ background-image: url("../img/t/AdminShop.gif");
+ background-position: 0 3px;
+ background-repeat: no-repeat;
+ padding-left: 17px;
+ height: 20px;
+ }
+
+ #header_shoplist select.shopList option{
+ padding: 2px;
+ }
+
+ #header_shoplist select.shopList .first{
+ font-weight: bold;
+ background-color: #408BD5;
+ color: #ffffff;
+ }
+
+ #header_shoplist select.shopList .group{
+ font-weight: bold;
+ font-style: italic;
+ padding-left: 10px;
+ background-color: #C6DEFC;
+ }
+
+ #header_shoplist select.shopList .shop{
+ padding-left: 20px;
+ background-color: #EAF2FC;
+ }
+
+ .multishop_info{
+ margin-top: 4px;
+ margin-bottom: 10px;
+ border: 1px solid #00529B;
+ padding: 13px 5px 0 40px;
+ color: #00529B;
+ background: #BDE5F8 url(../img/admin/icon-info.png) no-repeat 6px 5px;
+ border-radius:3px;
+ min-height:32px;
+ }
+
+ .assoShop{
+ width: 100%;
+ max-width: 600px;
+ max-height: 300px;
+ overflow: auto;
+ }
+
+ .clearfix:after {
+ content: ".";
+ display: block;
+ clear: both;
+ visibility: hidden;
+ line-height: 0;
+ height: 0;
+ }
+
+ .clearfix {
+ display: inline-block;
+ }
+
+ html[xmlns] .clearfix {
+ display: block;
+ }
+
+ * html .clearfix {
+ height: 1%;
+ }
+
+ #adminHeader #help_img{
+ float: right;
+ margin-top: 5px;
+ }
+ #adminpresentation{
+ position:relative;
+ width:100%;
+ }
+
+ #listpresentation{
+ float: left;
+ width: 100px;
+ }
+
+ #iframe{
+ width: 450px;
+ height: 220px;
+ float: left;
+ margin: 10px;
+ background: #DDD;
+ border: 1px solid #666;
+ }
+
+ #adminpresentation ul li{
+ list-style: none;
+ }
+
+ #list_video{
+ float: left;
+ width: 220px;
+ }
+
+ #list_video h3{
+ color: #882F4F;
+ font-size: 12pt;
+ padding-top: 25px;
+ margin: 0;
+ }
+
+ #list_video ul{
+ text-align: left;
+ padding: 0;
+ margin: 0;
+ }
+
+ #list_video ul li{
+ float: left;
+ width: 195px;
+ text-decoration: underline;
+ padding-left: 25px;
+ margin-top: 5px;
+ }
+
+ #footer {padding-top:5px}
+
+ #footer_iframe_home{
+ position:absolute;
+ top:0;
+ right:0;
+ }
+
+ #footer_iframe_home label{
+ float: none;
+ color: #585A69;
+ font-weight:normal;
+ line-height: 15px;
+ }
+
+ #footer_iframe_home input{
+ margin-left: 10px;
+ }
+
+ #footer_iframe_home a{
+ float: right;
+ margin: 0px 15px 0px 0px;
+ text-decoration: underline;
+ color: #903E5B;
+ }
+
+ #column_left{
+ width: 49.1%;
+ float: left;
+ padding-top: 5px;
+ }
+
+ #column_right{
+ width: 49.1%;
+ float: right;
+ padding:0;
+ }
+
+ #column_right .table_info {
+ width:48.1%;
+ float:left;
+ }
+
+ #column_right #table_info_last.table_info {
+ width:48.1%;
+ float:right;
+ }
+
+
+ .F_list{
+ list-style: none;
+ padding: 0;
+ margin: 0;
+ }
+
+
+ #first_block a, #second_block a, #third_block a, #fourth_block a,
+ #fifth_block a, #sixth_block a, #seventh_block a, #eighth_block a{ background: #F8F8F8 none no-repeat scroll center 25px;}
+
+ #first_block a{
+ background-image: url('../img/admin/package_go.png');
+ }
+
+ #second_block a{
+ background-image: url('../img/admin/cart_add.png');
+ }
+
+ #third_block a {
+ background-image: url('../img/admin/book.png');
+ }
+
+ #fourth_block a{
+ background-image: url('../img/admin/package_add.png');
+ }
+
+ #fifth_block a{
+ background-image: url('../img/admin/plugin_add.png');
+ }
+
+ #sixth_block a{
+ background-image: url('../img/admin/cart_remove.png');
+ }
+
+ #seventh_block a {
+ background-image: url('../img/admin/page_white_add.png');
+ }
+
+ #eighth_block a{
+ background-image: url('../img/admin/abandonedcart.png');
+ }
+
+ .F_list li{
+ float: left;
+ margin-right:15px;
+ margin-bottom:15px;
+ display: block;
+ }
+
+ .F_list li h4{
+ width: 95px;
+ font-size: 11px;
+ font-weight:normal;
+ margin-top: 55px;
+ margin-bottom: 0;
+ line-height: 15px;
+ }
+
+ .F_list a{
+ float:left;
+ color: #333;
+ width: 95px;
+ border: 1px solid #ccc;
+ padding: 5px;
+ height: 95px;
+ text-align:center;
+ border-radius:3px;
+ }
+
+ .F_list a:hover{
+ border:1px solid #666;
+ }
+
+ .F_list li p{
+ font-size: 8pt;
+ display:none;
+ }
+
+ .table_info{
+ float: left;
+ padding:0;
+ margin:0;
+ border: 1px solid #ccc;
+ border-radius:3px;
+ background-color:#fff;
+ }
+
+ .table_info h5{
+ font-size:16px;
+ font-weight:normal;
+ color:#000;
+ margin:0;
+ padding:6px;
+ text-shadow:0 1px 0 #fff;
+ display:block;
+ background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+ background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC'); /* IE6 & IE7 */
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC')"; /* IE8 */
+ }
+
+
+ .table_info h5 a,
+ .admin-box1 h5 a{
+ color: #000;
+ font-size: 8pt;
+ float: right;
+ text-decoration: underline;
+ font-weight: normal;
+ padding-right: 10px;
+ }
+
+ .admin-box2 h5 a{
+ color: #FFFFFF;
+ font-size: 8pt;
+ float: right;
+ text-decoration: underline;
+ font-weight: normal;
+ padding-right: 10px;
+ }
+
+ .admin-box1 a#optimizationTipsFold img {
+ padding:5px 0;
+ }
+
+
+
+ #table_info_last{
+ margin-left: 0;
+ float: left;
+ }
+
+ .table_info_details{
+ border-collapse: collapse;
+ border: none;
+ }
+
+ .table_info_details tr{
+ height: 30px;
+ width: 290px;
+ color: #000000;
+ font-weight: bold;
+ padding-left: 5px;
+ width: 100%;
+ text-align: center;
+ border: none;
+ }
+
+ .tr_odd {
+ background-color:#eff4f9;
+ }
+
+
+ .table_info_details tr td.td_align_left{
+ font-weight:normal;
+ text-align: left;
+ padding-left: 10px;
+ font-size:13px;
+ }
+
+ .table_info_details tr td{
+ font-size:16px;
+ text-align: right;
+ padding-right: 10px;
+ white-space: nowrap;
+ }
+
+ #table_info_large{
+ margin-top: 20px;
+ margin-bottom: 20px;
+ width: 100%;
+ float: left;
+ padding: 0;
+ border: 1px solid #ccc;
+ border-radius:3px;
+ background-color:#fff;
+ }
+
+ #table_info_large h5{
+ background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+ background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC'); /* IE6 & IE7 */
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC')"; /* IE8 */
+ color: #000;
+ margin: 0;
+ line-height: 29px;
+ padding-left: 15px;
+ font-size: 12pt;
+ font-weight: normal;
+ display:block;
+ }
+
+ #table_info_large h5 a{
+ color: #000;
+ float: right;
+ font-size: 8pt;
+ text-decoration: underline;
+ font-weight: normal;
+ padding-right: 8px;
+ }
+
+ #stat_google{
+ width: 586px;
+ height: 175px;
+ background-color: #fff;
+ margin: 15px auto;
+ text-align: center;
+ }
+
+ .admin-box1{
+ background-color:#F8F8F8;
+ width: 48.1%;
+ float: left;
+ padding: 0;
+ border: 1px solid #ccc;
+ font-size: 8pt;
+ margin-bottom: 20px;
+ border-radius:3px;
+ }
+
+ .admin-box1 h5{
+ background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+ background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;
+ color: #333;
+ text-shadow: 0 1px 0 #fff;
+ margin: 0;
+ padding:0;
+ line-height: 29px;
+ padding-left: 15px;
+ font-size: 12pt;
+ font-weight:normal;
+
+ }
+
+ .admin-box2{
+ float: right;
+ padding: 0;
+ border: 1px solid #CCCCCC;
+ font-size: 8pt;
+ margin-bottom: 20px;
+ background-color: #f2f2f2;
+ border-radius:3px;
+ width:100%;
+ }
+
+ .admin-box2 h5{
+ background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+ background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;
+ color: #333;
+ text-shadow: 0 1px 0 #fff;
+ margin: 0;
+ padding:0;
+ line-height: 29px;
+ padding-left: 15px;
+ font-size: 12pt;
+ font-weight:normal;
+ }
+
+ #discover_prestashop { width:48.1% !important; float:right !important;}
+
+ .admin-home-box-list li img{
+ margin: 0 5px;
+ }
+ .admin-home-box-list{
+ padding-left:0;
+ margin: 0px;
+ list-style: none;
+ }
+
+ #prestashop_link{
+ background: transparent none no-repeat 0px 0px;
+ }
+
+ .admin-home-box-list li{
+ margin: 1px;
+ padding:5px 0;
+ }
+
+ #prestashop_link li{
+ height: 58px;
+ margin: 0px;
+ }
+
+ .admin-home-box-list li p{
+ font-family: Georgia, 'Lucida Grande', Arial;
+ font-style:italic;
+ font-size:13px;
+ margin: 2px 0;
+ padding: 0px 5px 0px 15px;
+ }
+ .admin-home-box-list li a{
+ color: #812143;
+ line-height: 18px;
+ font-size: 12px;
+ text-align: left;
+ }
+
+ #prestashop_link li a{
+ color: #3A6EA7;
+ margin-left: 15px;
+ font-weight: bold;
+ text-decoration: underline;
+ line-height: 18px;
+ font-size: 8.5pt;
+ text-align: left;
+ float:left;
+ }
+
+ #table_customer{
+ border:1px solid #ccc;
+ padding: 0px;
+ border-spacing: 0px;
+ border-radius:3px;
+ background-color:#fff;
+ }
+
+ #table_customer thead span{
+ background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+ background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC'); /* IE6 & IE7 */
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#ECECEC')"; /* IE8 */
+ color: #000;
+ text-shadow: 0 1px 0 #fff;
+ line-height: 35px;
+ display: block;
+ height: 39px;
+ border-left: none;
+ border-right: none;
+ }
+
+ #table_customer thead span.first{
+ text-align: center;
+ }
+
+ #table_customer thead span.last{
+ }
+
+ #table_customer thead th{
+ margin: 0;
+ }
+
+ #order_id{
+ width: 52px;
+ text-align: center;
+ }
+
+ #order_customer{
+ width: 175px;
+ }
+
+ #order_status{
+ width: 130px;
+ }
+
+ #order_total{
+ width: 100px;
+ }
+
+ .order_action{
+ text-align: center;
+ }
+
+ #order_line1{
+ background-color: #EFEFEF;
+ }
+
+ #table_customer tbody{
+ font-size: 8pt;
+ }
+
+ #table_customer tbody tr td.order_td_first{
+ text-align: center;
+ padding: 0;
+ height: 35px;
+ }
+
+ #table_customer tbody tr td{
+ border: none;
+ height: 35px;
+ font-size:12px;
+ }
+
+ #table_info_news{
+ width: 310px;
+ float: left;
+ padding: 1px;
+ border: 1px solid #8E8E8E;
+ margin-top: 20px;
+ font-size: 8pt;
+ }
+
+ #table_info_news h5{
+ background-color: #7Ab51D;
+ color: #FFFFFF;
+ margin: 0;
+ line-height: 29px;
+ padding-left: 15px;
+ font-size: 12pt;
+ }
+
+ #table_info_news h5 a{
+ color: #FFFFFF;
+ float: right;
+ font-size: 8pt;
+ text-decoration: underline;
+ font-weight: normal;
+ padding-right: 10px;
+ }
+
+ #table_info_news ul{
+ list-style: none outside none;
+ padding: 0;
+ margin: 0;
+ }
+
+ #block_news_first{
+ background-color: #E1EBD2;
+ padding: 5px;
+ }
+ #block_news_first a{
+ color: #812143;
+ font-weight: bold;
+ text-decoration: underline;
+ line-height: 18px;
+ }
+
+ #block_news_first p{
+ line-height: 12px;
+ padding-left: 10px;
+ margin: 0;
+ }
+
+ #block_news_first p a{
+ color: #812143;
+ font-weight: bold;
+ margin-right: 8px;
+ margin-left: 200px;
+ }
+
+ #table_info_news ul li a{
+ line-height: 25px;
+ padding-left: 10px;
+ margin: 0;
+ text-decoration: underline;
+ }
+
+ .block_news_odd{
+ background-color: #DEDEDE;
+ line-height: 25px;
+ }
+
+ #block_news_last{
+ background-color: #EFEFEF;
+ }
+
+ #see_newsletter{
+ margin-left: 5px;
+ background: url(../img/admin/email.gif) no-repeat left center;
+ }
+
+ #follow_on_facebook{
+ margin-left: 5px;
+ background: url(../img/admin/facebook.jpg) no-repeat left center;
+ }
+
+ #follow_on_twitter{
+ margin-left: 5px;
+ background: url(../img/admin/twitter.jpg) no-repeat left center;
+ }
+
+ #block_news_last ul li a{
+ color: #812143;
+ padding-left: 20px;
+ }
+
+ .viewed{
+ background: url('../img/admin/enabled.gif') no-repeat left center;
+ }
+
+ .clear{
+ clear: both;
+ }
+
+ a.blue {
+ color:blue;
+ }
+
+ a.blue:hover {
+ color:#0000AA;
+ }
+
+
+ /* help cluetip */
+ .cluetip-help-button {
+ width: auto;
+ text-align:left;
+ background-color:white;
+ padding:10px;
+ border:1px solid gray;
+ background:#F1F2F4 url(../img/admin/block_bg.jpg) repeat-x scroll left bottom;
+ opacity:0.75;
+ }
+
+ .ac_results ul {
+ list-style: none;
+ text-align: left;
+ background: white;
+ padding: 0;
+ }
+ .ac_results li {
+ padding: 5px;
+ }
+ .ac_even {
+ background: #EFEFEF;
+ }
+ .ac_over {
+ background: #ECEADE;
+ color:#585A69;
+ }
+ .button-translate {
+ padding:0px;
+ margin : 0 0 0 10px;
+ height:15px;
+ width:15px;
+ cursor:pointer;
+ }
+
+ #importList label{
+ float: none;
+ }
+
+ #importList ul{
+ list-style-type: none;
+ }
+
+ .multishop_config{
+ position: absolute;
+ margin-left: -10px;
+ }
+
+ .multishop_config div{
+ background-color: #DFFAD3;
+ border: 1px solid #DFD5C3;
+ display: none;
+ margin-top: 2px;
+ padding: 5px;
+ width: 200px;
+ }
+
+ .multishop_product_checkbox{
+ position: absolute;
+ }
+
+ a.action_module_delete {
+ color: #CB1C00;
+ text-decoration: underline;
+ margin-right: 30px;
+ }
+
+ .select_theme{
+ text-align: center;
+ width: 220px;
+ float: left;
+ margin: 10px;
+ padding: 10px;
+ cursor: pointer;
+ border: 1px solid #FFFFF0;
+ color: #000000;
+ font-weight: bold;
+ }
+
+ .select_theme_choice{
+ background-color: #FAEEC2;
+ border: 1px dotted #000000;
+ }
+
+ fieldset .optionsDescription, fieldset p.description, .info{
+ background: url("../img/admin/icon-info.png") no-repeat scroll 6px 6px #BDE5F8;
+ border: 1px solid #00529B;
+ color: #00529B;
+ font-family: Arial,Verdana,Helvetica,sans-serif;
+ font-size: 12px;
+ margin-bottom: 15px;
+ padding: 10px 5px 5px 40px;
+ border-radius:3px;
+ min-height:32px;
+ }
+
+ fieldset .optionsDescription ul li {
+ color: #00529B;
+ margin:0;
+ padding:0;
+ }
+
+ p.product_description {
+ font-family:Georgia, Arial, 'sans-serif';
+ font-style:italic;
+ clear: both;
+ text-align: left;
+ color:#7F7F7F;
+ text-align:right;
+ }
+
+ p.preference_description{
+ font-family:Georgia, Arial, 'sans-serif';
+ font-style:italic;
+ clear: both;
+ text-align: left;
+ width: 500px;
+ color:#7F7F7F;
+ font-size:11px;
+ }
+
+ p.preference_description .light-warning {
+ color: red;
+ font-weight: bold;
+ }
+
+ .preference_default_multishop{
+ float: left;
+ padding-right: 5px;
+ margin-top: 4px;
+ }
+
+ .multishop_warning {
+ background-image: url("../img/admin/warning.gif");
+ background-repeat: no-repeat;
+ color: #FE2744;
+ font-weight: bold;
+ padding-left: 22px;
+ padding-top: 1px;
+ }
+
+ .warning_mod_rewrite{
+ background: #FEEFB3 url(../img/admin/warning.gif) 2px 0 no-repeat;
+ color: #9E6014;
+ font-weight: bold;
+ padding-left: 22px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 5px;
+ height:20px;
+ line-height: 20px;
+ }
+
+
+ label.conf_title{
+ width: 235px;
+ }
+
+ .isDisabled{
+ }
+
+ input.disable_me[disabled=disabled]{
+ background-color: red;
+ }
+
+ div.progressBarImage
+ {
+ float: left;
+ height: 15px;
+ margin-left: 3px;
+ width: 233px;
+ }
+ #showCounter
+ {
+ font-weight: bold;
+ float: left;
+ margin-left: 25px;
+ margin-top: 1px;
+ }
+ #listImage
+ {
+ list-style: none outside none;
+ margin-bottom: 10px;
+ margin-top: 10px;
+ }
+
+ #listImage li
+ {
+ clear: both;
+ float: left;
+ font-weight: bold;
+ margin-top: 10px;
+ }
+
+ #listImage li p.errorImg
+ {
+ background: none repeat scroll 0 0 #FAE2E3;
+ border: 1px solid #EC9B9B;
+ clear: both;
+ margin-bottom: 18px;
+ padding: 6px;
+ display: none;
+ }
+ #progressBarImage div.ui-progressbar-value
+ {
+ height: 100%;
+ }
+
+ #createImageDescription ul.smallImage li{
+ list-style-type: none;
+ display: block;
+ text-align: center;
+ float: left;
+ margin-bottom:15px;
+ margin-right:20px;
+ }
+ #menu .submenu_size .submenu { display: none; position:absolute}
+ #menu .submenu_size:hover > .submenu { display: block; }
+ .submenu li{float:none;clear:left;}
+
+ #fancybox-content { text-align:left;}
+
+ /*customer_form*/
+ #customers { display:block; position:relative;}
+ #customer_form #fieldset_0 { text-align:left;}
+ #customer_part #customers ul {
+ float:left;
+ }
+ #customer_part #customers ul li {
+ background-color:#fff;
+ display:inline;
+ list-style-type: none;
+ float:left;
+ margin:10px;
+ border:1px solid #ccc;
+ padding:5px;
+ width:200px;
+ border-radius:3px;
+ }
+ #customer_part #customers ul li div.customerName { background-color:#eee; font-size:14px; text-shadow:0 1px 0 #fff; padding:2px; }
+ #customer_part #customers ul li div.customerName a { font-weight:bold;}
+ #customer_part #customers ul li div.customerName .customerBirthday { font-size:12px;float:right;}
+ #customer_part #customers ul li div.customerEmail a { font-size:12px; color:#666666;display: block; line-height: 20px;}
+ #customer_part #customers ul li a.id_customer.button {float:right;}
+ #customer_part #customers ul li .id_customer {}
+
+ #products_part #products_found {display:none;}
+ #vouchers_part #voucher_list {display:none;}
+ #vouchers_part #vouchers_err {display:none;}
+
+ /*address_part*/
+ #address_part #address_delivery, #address_part #address_invoice { width:400px; float:left;}
+ #address_part #address_delivery h3, #address_part #address_invoice h3 { margin-top:0;}
+ #address_part #address_delivery {border-right:1px solid #cccccc;}
+ #address_part #address_invoice { border-left: 1px solid #ffffff; padding-left:20px;}
+ #address_part #address_delivery_detail, #address_invoice #address_invoice_detail { font-size:12px; line-height:18px; color:#585A69; padding:10px 0;}
+ #address_part a#new_address {clear:both; float:left; margin:20px 0;}
+
+
+ /*summary_part*/
+ #summary_part b { float:left; display:block; border:1px solid red;}
+ #summary_part #total_products,
+ #summary_part #total_vouchers,
+ #summary_part #total_shipping,
+ #summary_part #total_without_taxes,
+ #summary_part #total_taxes,
+ #summary_part #total_with_taxes { font-size:20px; font-weight:normal; color:#000;}
+ #summary_part .currency_sign { font-weight:normal;}
+ #summary_part .order_message_right { float:left; border-left: 1px solid #ccc; }
+
+ /*cart_summary*/
+ #cart_summary { float:left; border-right: 1px solid #fff; width:400px;}
+ #cart_summary ul li { float:left; position: relative; width:185px; margin-bottom:20px; padding:5px;}
+ #cart_summary ul li .total_cart { display:block; font-size:12px;}
+
+
+ #loader_container {
+ display:none;
+ z-index: 100;
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: 100%;
+ background:transparent url('../img/bg_loader.png') repeat 0 0;
+ }
+ #loader {
+ display:none;
+ margin: 0 auto;
+ height:24px;
+ width:24px;
+ color:#fff;
+ background:url(../img/loader.gif);
+ }
+ ul.connectedSortable
+ {
+ padding-left: 0;
+ }
+ ul.connectedSortable li.module_list {
+ margin: 0 5px 5px 5px;
+ padding: 5px;
+ font-size:1.2em;
+ border:1px solid #CCC;
+ background:#F6F6F6;
+ font-weight:bold;
+ color:#1C94C4;
+ outline:none;
+ }
+
+ .input-error
+ {
+ color:#D8000C;
+ font-size:12px;
+ font-weight:normal;
+ margin:0 0 10px 0;
+ line-height:20px;
+ padding:10px 15px;
+ display:none;
+ }
+
+ /* Customer Thread */
+ #CustomerThreadContacts{
+
+ }
+
+ #CustomerThreadContacts div.blocSAV {
+ float:left;
+ margin:0 10px 10px 0;
+ min-height:178px;
+ width:24%;
+ border:1px solid #ccc;
+ background-color:#f8f8f8;
+ }
+
+ #MeaningStatus {
+ float:left;
+ }
+
+ #CustomerThreadContacts p {
+ font-family: Georgia,Arial, Helvetica;
+ font-style:italic;
+ overflow:hidden;
+ font-size:13px;
+ line-height:18px;
+ height:45px;
+ margin:0;
+ padding:10px;
+ border-top:1px solid #fff;
+ border-bottom:1px solid #ccc;
+ text-align:center;
+ margin:0 auto;
+ }
+
+ #CustomerThreadContacts .message-mail {
+ display:block;
+ text-align:center;
+ padding:25px 10px;
+ border-top:1px solid #fff;
+ margin: 0 auto;
+ }
+
+ #CustomerThreadContacts h3 {
+ font-size:16px;
+ font-weight:normal;
+ overflow:hidden;
+ line-height:25px;
+ height:25px;
+ margin:0;
+ padding:5px 10px;
+ background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+ background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;
+ border-bottom: 1px solid #ccc;
+ }
+ #CustomerThreadContacts a {
+ padding:0 5px;
+ display:block;
+ height:23px;
+ line-height:23px;
+ border:0;
+ }
+ #CustomerThreadContacts h4 {
+ margin:0;
+ line-height:23px;
+ height:23px;
+ border:0;
+ padding:0 5px;
+ }
+ #CustomerThreadContacts div#CustomerService {
+ float:left;
+ background:none;
+ border:none;
+ width:24%;
+ }
+ #CustomerThreadContacts div#CustomerService table.table {
+ width:100%;
+
+ }
+ #CustomerThreadContacts div#CustomerService table.table thead{
+ margin:0;
+ line-height:23px;
+ height:23px;
+ border:0;
+ padding:0 5px;
+ font-weight:bold;
+ text-align:center;
+ }
+ #CustomerThreadContacts div#CustomerService table.table tr td span{
+ font-weight:bold;
+ font-size:14px;
+ }
+
+ #CustomerThreadContacts div#MeaningStatus{
+ float:left;
+ }
+ #ChangeStatus{
+ float:right;
+ margin:20px 20px 0 0;
+ right:10px;
+ }
+ #CustomerService table {
+ border-collapse: collapse;
+ }
+
+ #CustomerService .table tr.alt_row {
+ background-color: #EFF4F9;
+ }
+
+ #CustomerService .table tr td {
+ border:none;
+ }
+
+ /* ScrollTop */
+ div#scrollTop a{
+ display:none;
+ background:url('../img/admin/scroll_top.png');
+ width:40px;
+ height:40px;
+ position:fixed;
+ bottom:30px;
+ right:30px;
+ border-radius:10px;
+ opacity:0.2;
+ }
+ div#scrollTop a:hover{
+ opacity:0.8;
+ }
+
+ .loader{
+ display:none;
+ margin: 450px 0 0 440px;
+ height:128px;
+ width:128px;
+ color:#fff;
+ background-image:url(../img/loader.gif);
+ }
+
+ .category-filter {
+ background-color:#dde0e9;
+ padding: 5px 10px;
+ min-height:20px;
+ }
+ .category-filter span { float:left; line-height: 18px; color:#585A69;}
+ .category-filter a {
+ color:#585A69;
+ float:left;
+ line-height:20px;
+ padding:0 5px;
+ }
+
+ .category-filter #filternameForm { float:left; margin-left:10px; color:#585A69;}
+
+ .current-edit { background-color: #E9F1F6 }
+
+ .edit-note { width: 98%; height: 100px; }
+
+ .payment_information { background-color: #BDE5F8 }
+
+
+ /*conditions*/
+ #conditions .condition_group {}
+ #conditions .condition_separator { font-size:16px; margin:10px 0;}
+ #conditions .condition_group h3 { margin:0 0 10px 0;}
+ #conditions a#add_condition_group { font-size:16px;}
+ #conditions #condition_list {}
+ #conditions #condition_list .row { position:relative; height:25px; padding:10px 0; background-color:transparent;}
+ #conditions #condition_list h4 { margin:0 0 10px 0;}
+ #conditions #condition_list select { float:left; margin-right:10px; width: 200px;}
+ #conditions #condition_list a { float:left;}
+
+ /*commandes*/
+ .container-command {width:100%}
+ .container-command-top-spacing {margin-top: 25px;}
+ .bloc-command {background-color:#EBEDF4; border:1px solid #CCCED7; margin-bottom:10px;}
+ .button-command {float:right; padding:10px;}
+ .button-command-prev-next {float:right;margin-bottom: 10px; margin-right: 10px}
+ /*history status*/
+ .history-status { border-radius:0;}
+ .history-status tr th {
+ background: #eee none;
+ }
+ .metadata-command {}
+ .metadata-command dl {
+ float:left;
+ margin-left:10px;
+ }
+ .metadata-command dl dt, .metadata-command dl dd {
+ color:#585A69;
+ float:left;
+ margin:0;
+ padding-right:10px;
+ }
+ .metadata-command dl dd {
+ font-weight:bold;
+ }
+
+
+ #content #customers .warn {margin:10px 0 0 0;}
+ #customers li {background-color:#ABDFF7;border:1px solid #ccc;float:left;margin:5px;padding:5px;}
+ #customers li .button {display:block;margin-top:5px;}
+
+
+ /*container-customer*/
+ #container-customer {
+ background-color:#EBEDF4;
+ border:1px solid #CCCED7;
+ color: #585A69;
+ padding:10px;
+ }
+
+ #container-customer h2 {
+ color:#000;
+ font-weight:normal;
+ margin:0;
+ }
+
+ #container-customer h2 img {
+ margin-right:5px;
+ }
+
+ #container-customer .info-customer-left {
+ float:left;
+ width:47%;
+ min-height:120px;
+ border-right:1px solid #fff;
+ padding-right:15px;
+ }
+
+ #container-customer .info-customer-right {
+ float:left;
+ width:49%;
+ border-left:1px solid #ccc;
+ min-height:120px;
+ padding-left:15px;
+
+ }
+
+ #container-customer .info-customer-left h2,
+ #container-customer .info-customer-right h2 {
+ margin-bottom:7px;
+ }
+
+ #container-customer a {
+
+ }
+
+ /*infoCustomer*/
+ .infoCustomer {}
+ .infoCustomer dl { margin: 7px 0;}
+ .infoCustomer dl dt {font-weight:bold; float:left; padding-right:5px;}
+ .infoCustomer dl dd { margin:0; padding:0;}
+
+ /*container-carts*/
+ #container-carts { background-color:#EBEDF4; border:1px solid #CCCED7; padding:10px;}
+
+ /*cart_rule_form*/
+ #cart_rule_form {}
+ #cart_rule_form h4 { font-size:18px; font-weight:normal; margin-top:0;}
+
+ #ajax_running {
+ display: none;
+ position: fixed;
+ top: 0;
+ left: 40%;
+ z-index: 10000;
+ background-color: #FFF1A8;
+ border: 1px solid #FFD96F;
+ color: #000;
+ font-weight: bold;
+ font-size: 14px;
+ padding: 5px 20px;
+ border-radius: 0 0 3px 3px;
+ -webkit-border-bottom-left-radius: 3px;
+ -webkit-border-bottom-right-radius: 3px;
+ width: 300px;
+ }
+
+
+ #container_category_tree {
+ border: 1px solid #ccc;
+ border-radius: 3px;
+ padding: 5px;
+ }
+
+ #container_category_tree a{
+ font-weight: bold;
+ }
+
+ #container_category_tree a input{
+ margin-right: 3px;
+ }
+
+
+ #block_tips {float:right; width:48.1%}
+ #block_discover {float:left; width:48.1%}
+ #block_partner_tips {float:right; width:48.1%}
+ .row-news { width:100%;float:left;}
+ #table_info_news { border:1px solid #ccc;}
+
+ .multishop-left{
+ float: left;
+ width: 250px;
+ border: 1px solid #CCCED7;
+ background-color: #F9F9F9;
+ overflow: auto;
+ padding: 3px;
+ max-height: 400px;
+ min-height: 200px;
+ border-radius:3px;
+ -moz-border-radius:3px;
+ -webkit-border-radius:3px;
+ }
+
+ .multishop-left .multishop-title{
+ border-bottom: 1px solid #CCCED7;
+ color: #333333;
+ background-color: #F0F0F0;
+ font-size: 14px;
+ font-weight: bold;
+ text-align: left;
+ padding: 2px;
+ width: 247px;
+ }
+
+ .multishop-right{
+ margin-left: 270px;
+ }
+
+ #container-multishop {
+ background-color:#EBEDF4;
+ border:1px solid #CCCED7;
+ color: #585A69;
+ padding:10px;
+ }
+
+ #multishop-tree{
+ font-size: 13px;
+ margin-top: 3px;
+ background-color: #F9F9F9;
+ }
+
+ #multishop-tree a.selected{
+ background-color: #49B2FF;
+ padding: 3px;
+ color: #FFFFFF;
+ }
+
+ .datepicker{
+ position: relative;
+ z-index:20;
+ }
+
+ #BoxUseSpecialSyntax{
+ position:fixed;
+ z-index:10;
+ width:100%;
+ bottom:50px;
+ display:none;
+ }
+
+ #BoxUseSpecialSyntax .warn{
+ margin:0 auto;
+ width:500px;
+ }
+
+ #BoxUseSpecialSyntax ul{
+ margin-left:30px;
+ list-style-type:disc;
+ }
+
+ .id_customization .customization_field {
+ min-width: 205px;
+ width: 205px;
+ }
+}
\ No newline at end of file
diff --git a/css/bootsrap_admin_reset.css b/css/bootsrap_admin_reset.css
deleted file mode 100644
index 1f0fe67d8..000000000
--- a/css/bootsrap_admin_reset.css
+++ /dev/null
@@ -1,94 +0,0 @@
-.no_bootstrap {
- line-height:normal;
- font-size:12px;
- font-family:Arial,Verdana,Helvetica,sans-serif;
-}
-
-.no_bootstrap a {
- line-height:normal;
-}
-
-.no_bootstrap .categorieList a {
- line-height:20px;
-}
-
-.no_bootstrap p {
- line-height:normal;
-}
-
-.no_bootstrap legend {
- font-size:13px;
- line-height:20px;
- width:auto!important;
-}
-
-.no_bootstrap label {
- font-size:13px;
- display:inline;
- line-height:normal;
-}
-
-.no_bootstrap .breadcrumb {
- padding:0;
-}
-
-.no_bootstrap li {
- line-height:normal;
-}
-
-.no_bootstrap select,.no_bootstrap textarea,input {
- height:auto!important;
- font-size:12px!important;
- line-height:normal;
- margin-bottom:auto;
- -webkit-border-radius:0!important;
- -moz-border-radius:0!important;
- border-radius:0!important;
- font-family:Arial,Verdana,Helvetica,sans-serif;
- margin-bottom:0!important;
- width:auto;
-}
-
-.no_bootstrap label,input,button,select,textarea {
- font-size:12px;
- line-height:13px;
-}
-
-.no_bootstrap input[type="radio"],.no_bootstrap input[type="checkbox"] {
- margin:0;
-}
-
-.no_bootstrap input[type="text"] {
- height:14px!important;
-}
-
-.no_bootstrap .table {
- margin:0;
- padding:0;
- width:auto;
-}
-
-.no_bootstrap table.widthfull {
- width:100%;
-}
-
-.no_bootstrap table {
- border-collapse:separate!important;
-}
-
-.no_bootstrap .table thead th {
- vertical-align:top;
-}
-
-.no_bootstrap .table th,.no_bootstrap .table td {
- line-height:normal;
- vertical-align:middle;
- border-top:none;
-}
-
-.no_bootstrap #header #header_search #bo_search_submit {
- height:25px!important;
-}
-
-
-.no_bootstrap [class^="icon-"], .no_bootstrap [class*=" icon-"] { width: auto}
\ No newline at end of file
diff --git a/css/bootstrap.css b/css/bootstrap.css
deleted file mode 100644
index b725064aa..000000000
--- a/css/bootstrap.css
+++ /dev/null
@@ -1,6167 +0,0 @@
-/*!
- * Bootstrap v2.3.2
- *
- * Copyright 2012 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
- */
-
-.clearfix {
- *zoom: 1;
-}
-
-.clearfix:before,
-.clearfix:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.clearfix:after {
- clear: both;
-}
-
-.hide-text {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-
-.input-block-level {
- display: block;
- width: 100%;
- min-height: 30px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-nav,
-section {
- display: block;
-}
-
-audio,
-canvas,
-video {
- display: inline-block;
- *display: inline;
- *zoom: 1;
-}
-
-audio:not([controls]) {
- display: none;
-}
-
-html {
- font-size: 100%;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
-}
-
-a:focus {
- outline: thin dotted #333;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-
-a:hover,
-a:active {
- outline: 0;
-}
-
-sub,
-sup {
- position: relative;
- font-size: 75%;
- line-height: 0;
- vertical-align: baseline;
-}
-
-sup {
- top: -0.5em;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-img {
- width: auto\9;
- height: auto;
- max-width: 100%;
- vertical-align: middle;
- border: 0;
- -ms-interpolation-mode: bicubic;
-}
-
-#map_canvas img,
-.google-maps img {
- max-width: none;
-}
-
-button,
-input,
-select,
-textarea {
- margin: 0;
- font-size: 100%;
- vertical-align: middle;
-}
-
-button,
-input {
- *overflow: visible;
- line-height: normal;
-}
-
-button::-moz-focus-inner,
-input::-moz-focus-inner {
- padding: 0;
- border: 0;
-}
-
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
- cursor: pointer;
- -webkit-appearance: button;
-}
-
-label,
-select,
-button,
-input[type="button"],
-input[type="reset"],
-input[type="submit"],
-input[type="radio"],
-input[type="checkbox"] {
- cursor: pointer;
-}
-
-input[type="search"] {
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- -webkit-appearance: textfield;
-}
-
-input[type="search"]::-webkit-search-decoration,
-input[type="search"]::-webkit-search-cancel-button {
- -webkit-appearance: none;
-}
-
-textarea {
- overflow: auto;
- vertical-align: top;
-}
-
-@media print {
- * {
- color: #000 !important;
- text-shadow: none !important;
- background: transparent !important;
- box-shadow: none !important;
- }
- a,
- a:visited {
- text-decoration: underline;
- }
- a[href]:after {
- content: " (" attr(href) ")";
- }
- abbr[title]:after {
- content: " (" attr(title) ")";
- }
- .ir a:after,
- a[href^="javascript:"]:after,
- a[href^="#"]:after {
- content: "";
- }
- pre,
- blockquote {
- border: 1px solid #999;
- page-break-inside: avoid;
- }
- thead {
- display: table-header-group;
- }
- tr,
- img {
- page-break-inside: avoid;
- }
- img {
- max-width: 100% !important;
- }
- @page {
- margin: 0.5cm;
- }
- p,
- h2,
- h3 {
- orphans: 3;
- widows: 3;
- }
- h2,
- h3 {
- page-break-after: avoid;
- }
-}
-
-body {
- margin: 0;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 20px;
- color: #333333;
- background-color: #ffffff;
-}
-
-a {
- color: #0088cc;
- text-decoration: none;
-}
-
-a:hover,
-a:focus {
- color: #005580;
- text-decoration: underline;
-}
-
-.img-rounded {
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-}
-
-.img-polaroid {
- padding: 4px;
- background-color: #fff;
- border: 1px solid #ccc;
- border: 1px solid rgba(0, 0, 0, 0.2);
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-}
-
-.img-circle {
- -webkit-border-radius: 500px;
- -moz-border-radius: 500px;
- border-radius: 500px;
-}
-
-.row {
- margin-left: -20px;
- *zoom: 1;
-}
-
-.row:before,
-.row:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.row:after {
- clear: both;
-}
-
-[class*="span"] {
- float: left;
- min-height: 1px;
- margin-left: 20px;
-}
-
-.container,
-.navbar-static-top .container,
-.navbar-fixed-top .container,
-.navbar-fixed-bottom .container {
- width: 940px;
-}
-
-.span12 {
- width: 940px;
-}
-
-.span11 {
- width: 860px;
-}
-
-.span10 {
- width: 780px;
-}
-
-.span9 {
- width: 700px;
-}
-
-.span8 {
- width: 620px;
-}
-
-.span7 {
- width: 540px;
-}
-
-.span6 {
- width: 460px;
-}
-
-.span5 {
- width: 380px;
-}
-
-.span4 {
- width: 300px;
-}
-
-.span3 {
- width: 220px;
-}
-
-.span2 {
- width: 140px;
-}
-
-.span1 {
- width: 60px;
-}
-
-.offset12 {
- margin-left: 980px;
-}
-
-.offset11 {
- margin-left: 900px;
-}
-
-.offset10 {
- margin-left: 820px;
-}
-
-.offset9 {
- margin-left: 740px;
-}
-
-.offset8 {
- margin-left: 660px;
-}
-
-.offset7 {
- margin-left: 580px;
-}
-
-.offset6 {
- margin-left: 500px;
-}
-
-.offset5 {
- margin-left: 420px;
-}
-
-.offset4 {
- margin-left: 340px;
-}
-
-.offset3 {
- margin-left: 260px;
-}
-
-.offset2 {
- margin-left: 180px;
-}
-
-.offset1 {
- margin-left: 100px;
-}
-
-.row-fluid {
- width: 100%;
- *zoom: 1;
-}
-
-.row-fluid:before,
-.row-fluid:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.row-fluid:after {
- clear: both;
-}
-
-.row-fluid [class*="span"] {
- display: block;
- float: left;
- width: 100%;
- min-height: 30px;
- margin-left: 2.127659574468085%;
- *margin-left: 2.074468085106383%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-
-.row-fluid [class*="span"]:first-child {
- margin-left: 0;
-}
-
-.row-fluid .controls-row [class*="span"] + [class*="span"] {
- margin-left: 2.127659574468085%;
-}
-
-.row-fluid .span12 {
- width: 100%;
- *width: 99.94680851063829%;
-}
-
-.row-fluid .span11 {
- width: 91.48936170212765%;
- *width: 91.43617021276594%;
-}
-
-.row-fluid .span10 {
- width: 82.97872340425532%;
- *width: 82.92553191489361%;
-}
-
-.row-fluid .span9 {
- width: 74.46808510638297%;
- *width: 74.41489361702126%;
-}
-
-.row-fluid .span8 {
- width: 65.95744680851064%;
- *width: 65.90425531914893%;
-}
-
-.row-fluid .span7 {
- width: 57.44680851063829%;
- *width: 57.39361702127659%;
-}
-
-.row-fluid .span6 {
- width: 48.93617021276595%;
- *width: 48.88297872340425%;
-}
-
-.row-fluid .span5 {
- width: 40.42553191489362%;
- *width: 40.37234042553192%;
-}
-
-.row-fluid .span4 {
- width: 31.914893617021278%;
- *width: 31.861702127659576%;
-}
-
-.row-fluid .span3 {
- width: 23.404255319148934%;
- *width: 23.351063829787233%;
-}
-
-.row-fluid .span2 {
- width: 14.893617021276595%;
- *width: 14.840425531914894%;
-}
-
-.row-fluid .span1 {
- width: 6.382978723404255%;
- *width: 6.329787234042553%;
-}
-
-.row-fluid .offset12 {
- margin-left: 104.25531914893617%;
- *margin-left: 104.14893617021275%;
-}
-
-.row-fluid .offset12:first-child {
- margin-left: 102.12765957446808%;
- *margin-left: 102.02127659574467%;
-}
-
-.row-fluid .offset11 {
- margin-left: 95.74468085106382%;
- *margin-left: 95.6382978723404%;
-}
-
-.row-fluid .offset11:first-child {
- margin-left: 93.61702127659574%;
- *margin-left: 93.51063829787232%;
-}
-
-.row-fluid .offset10 {
- margin-left: 87.23404255319149%;
- *margin-left: 87.12765957446807%;
-}
-
-.row-fluid .offset10:first-child {
- margin-left: 85.1063829787234%;
- *margin-left: 84.99999999999999%;
-}
-
-.row-fluid .offset9 {
- margin-left: 78.72340425531914%;
- *margin-left: 78.61702127659572%;
-}
-
-.row-fluid .offset9:first-child {
- margin-left: 76.59574468085106%;
- *margin-left: 76.48936170212764%;
-}
-
-.row-fluid .offset8 {
- margin-left: 70.2127659574468%;
- *margin-left: 70.10638297872339%;
-}
-
-.row-fluid .offset8:first-child {
- margin-left: 68.08510638297872%;
- *margin-left: 67.9787234042553%;
-}
-
-.row-fluid .offset7 {
- margin-left: 61.70212765957446%;
- *margin-left: 61.59574468085106%;
-}
-
-.row-fluid .offset7:first-child {
- margin-left: 59.574468085106375%;
- *margin-left: 59.46808510638297%;
-}
-
-.row-fluid .offset6 {
- margin-left: 53.191489361702125%;
- *margin-left: 53.085106382978715%;
-}
-
-.row-fluid .offset6:first-child {
- margin-left: 51.063829787234035%;
- *margin-left: 50.95744680851063%;
-}
-
-.row-fluid .offset5 {
- margin-left: 44.68085106382979%;
- *margin-left: 44.57446808510638%;
-}
-
-.row-fluid .offset5:first-child {
- margin-left: 42.5531914893617%;
- *margin-left: 42.4468085106383%;
-}
-
-.row-fluid .offset4 {
- margin-left: 36.170212765957444%;
- *margin-left: 36.06382978723405%;
-}
-
-.row-fluid .offset4:first-child {
- margin-left: 34.04255319148936%;
- *margin-left: 33.93617021276596%;
-}
-
-.row-fluid .offset3 {
- margin-left: 27.659574468085104%;
- *margin-left: 27.5531914893617%;
-}
-
-.row-fluid .offset3:first-child {
- margin-left: 25.53191489361702%;
- *margin-left: 25.425531914893618%;
-}
-
-.row-fluid .offset2 {
- margin-left: 19.148936170212764%;
- *margin-left: 19.04255319148936%;
-}
-
-.row-fluid .offset2:first-child {
- margin-left: 17.02127659574468%;
- *margin-left: 16.914893617021278%;
-}
-
-.row-fluid .offset1 {
- margin-left: 10.638297872340425%;
- *margin-left: 10.53191489361702%;
-}
-
-.row-fluid .offset1:first-child {
- margin-left: 8.51063829787234%;
- *margin-left: 8.404255319148938%;
-}
-
-[class*="span"].hide,
-.row-fluid [class*="span"].hide {
- display: none;
-}
-
-[class*="span"].pull-right,
-.row-fluid [class*="span"].pull-right {
- float: right;
-}
-
-.container {
- margin-right: auto;
- margin-left: auto;
- *zoom: 1;
-}
-
-.container:before,
-.container:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.container:after {
- clear: both;
-}
-
-.container-fluid {
- padding-right: 20px;
- padding-left: 20px;
- *zoom: 1;
-}
-
-.container-fluid:before,
-.container-fluid:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.container-fluid:after {
- clear: both;
-}
-
-p {
- margin: 0 0 10px;
-}
-
-.lead {
- margin-bottom: 20px;
- font-size: 21px;
- font-weight: 200;
- line-height: 30px;
-}
-
-small {
- font-size: 85%;
-}
-
-strong {
- font-weight: bold;
-}
-
-em {
- font-style: italic;
-}
-
-cite {
- font-style: normal;
-}
-
-.muted {
- color: #999999;
-}
-
-a.muted:hover,
-a.muted:focus {
- color: #808080;
-}
-
-.text-warning {
- color: #c09853;
-}
-
-a.text-warning:hover,
-a.text-warning:focus {
- color: #a47e3c;
-}
-
-.text-error {
- color: #b94a48;
-}
-
-a.text-error:hover,
-a.text-error:focus {
- color: #953b39;
-}
-
-.text-info {
- color: #3a87ad;
-}
-
-a.text-info:hover,
-a.text-info:focus {
- color: #2d6987;
-}
-
-.text-success {
- color: #468847;
-}
-
-a.text-success:hover,
-a.text-success:focus {
- color: #356635;
-}
-
-.text-left {
- text-align: left;
-}
-
-.text-right {
- text-align: right;
-}
-
-.text-center {
- text-align: center;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- margin: 10px 0;
- font-family: inherit;
- font-weight: bold;
- line-height: 20px;
- color: inherit;
- text-rendering: optimizelegibility;
-}
-
-h1 small,
-h2 small,
-h3 small,
-h4 small,
-h5 small,
-h6 small {
- font-weight: normal;
- line-height: 1;
- color: #999999;
-}
-
-h1,
-h2,
-h3 {
- line-height: 40px;
-}
-
-h1 {
- font-size: 38.5px;
-}
-
-h2 {
- font-size: 31.5px;
-}
-
-h3 {
- font-size: 24.5px;
-}
-
-h4 {
- font-size: 17.5px;
-}
-
-h5 {
- font-size: 14px;
-}
-
-h6 {
- font-size: 11.9px;
-}
-
-h1 small {
- font-size: 24.5px;
-}
-
-h2 small {
- font-size: 17.5px;
-}
-
-h3 small {
- font-size: 14px;
-}
-
-h4 small {
- font-size: 14px;
-}
-
-.page-header {
- padding-bottom: 9px;
- margin: 20px 0 30px;
- border-bottom: 1px solid #eeeeee;
-}
-
-ul,
-ol {
- padding: 0;
- margin: 0 0 10px 25px;
-}
-
-ul ul,
-ul ol,
-ol ol,
-ol ul {
- margin-bottom: 0;
-}
-
-li {
- line-height: 20px;
-}
-
-ul.unstyled,
-ol.unstyled {
- margin-left: 0;
- list-style: none;
-}
-
-ul.inline,
-ol.inline {
- margin-left: 0;
- list-style: none;
-}
-
-ul.inline > li,
-ol.inline > li {
- display: inline-block;
- *display: inline;
- padding-right: 5px;
- padding-left: 5px;
- *zoom: 1;
-}
-
-dl {
- margin-bottom: 20px;
-}
-
-dt,
-dd {
- line-height: 20px;
-}
-
-dt {
- font-weight: bold;
-}
-
-dd {
- margin-left: 10px;
-}
-
-.dl-horizontal {
- *zoom: 1;
-}
-
-.dl-horizontal:before,
-.dl-horizontal:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.dl-horizontal:after {
- clear: both;
-}
-
-.dl-horizontal dt {
- float: left;
- width: 160px;
- overflow: hidden;
- clear: left;
- text-align: right;
- text-overflow: ellipsis;
- white-space: nowrap;
-}
-
-.dl-horizontal dd {
- margin-left: 180px;
-}
-
-hr {
- margin: 20px 0;
- border: 0;
- border-top: 1px solid #eeeeee;
- border-bottom: 1px solid #ffffff;
-}
-
-abbr[title],
-abbr[data-original-title] {
- cursor: help;
- border-bottom: 1px dotted #999999;
-}
-
-abbr.initialism {
- font-size: 90%;
- text-transform: uppercase;
-}
-
-blockquote {
- padding: 0 0 0 15px;
- margin: 0 0 20px;
- border-left: 5px solid #eeeeee;
-}
-
-blockquote p {
- margin-bottom: 0;
- font-size: 17.5px;
- font-weight: 300;
- line-height: 1.25;
-}
-
-blockquote small {
- display: block;
- line-height: 20px;
- color: #999999;
-}
-
-blockquote small:before {
- content: '\2014 \00A0';
-}
-
-blockquote.pull-right {
- float: right;
- padding-right: 15px;
- padding-left: 0;
- border-right: 5px solid #eeeeee;
- border-left: 0;
-}
-
-blockquote.pull-right p,
-blockquote.pull-right small {
- text-align: right;
-}
-
-blockquote.pull-right small:before {
- content: '';
-}
-
-blockquote.pull-right small:after {
- content: '\00A0 \2014';
-}
-
-q:before,
-q:after,
-blockquote:before,
-blockquote:after {
- content: "";
-}
-
-address {
- display: block;
- margin-bottom: 20px;
- font-style: normal;
- line-height: 20px;
-}
-
-code,
-pre {
- padding: 0 3px 2px;
- font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
- font-size: 12px;
- color: #333333;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
-}
-
-code {
- padding: 2px 4px;
- color: #d14;
- white-space: nowrap;
- background-color: #f7f7f9;
- border: 1px solid #e1e1e8;
-}
-
-pre {
- display: block;
- padding: 9.5px;
- margin: 0 0 10px;
- font-size: 13px;
- line-height: 20px;
- word-break: break-all;
- word-wrap: break-word;
- white-space: pre;
- white-space: pre-wrap;
- background-color: #f5f5f5;
- border: 1px solid #ccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-
-pre.prettyprint {
- margin-bottom: 20px;
-}
-
-pre code {
- padding: 0;
- color: inherit;
- white-space: pre;
- white-space: pre-wrap;
- background-color: transparent;
- border: 0;
-}
-
-.pre-scrollable {
- max-height: 340px;
- overflow-y: scroll;
-}
-
-form {
- margin: 0 0 20px;
-}
-
-fieldset {
- padding: 0;
- margin: 0;
- border: 0;
-}
-
-legend {
- display: block;
- width: 100%;
- padding: 0;
- margin-bottom: 20px;
- font-size: 21px;
- line-height: 40px;
- color: #333333;
- border: 0;
- border-bottom: 1px solid #e5e5e5;
-}
-
-legend small {
- font-size: 15px;
- color: #999999;
-}
-
-label,
-input,
-button,
-select,
-textarea {
- font-size: 14px;
- font-weight: normal;
- line-height: 20px;
-}
-
-input,
-button,
-select,
-textarea {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-}
-
-label {
- display: block;
- margin-bottom: 5px;
-}
-
-select,
-textarea,
-input[type="text"],
-input[type="password"],
-input[type="datetime"],
-input[type="datetime-local"],
-input[type="date"],
-input[type="month"],
-input[type="time"],
-input[type="week"],
-input[type="number"],
-input[type="email"],
-input[type="url"],
-input[type="search"],
-input[type="tel"],
-input[type="color"],
-.uneditable-input {
- display: inline-block;
- height: 20px;
- padding: 4px 6px;
- margin-bottom: 10px;
- font-size: 14px;
- line-height: 20px;
- color: #555555;
- vertical-align: middle;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-
-input,
-textarea,
-.uneditable-input {
- width: 206px;
-}
-
-textarea {
- height: auto;
-}
-
-textarea,
-input[type="text"],
-input[type="password"],
-input[type="datetime"],
-input[type="datetime-local"],
-input[type="date"],
-input[type="month"],
-input[type="time"],
-input[type="week"],
-input[type="number"],
-input[type="email"],
-input[type="url"],
-input[type="search"],
-input[type="tel"],
-input[type="color"],
-.uneditable-input {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -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);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
-}
-
-textarea:focus,
-input[type="text"]:focus,
-input[type="password"]:focus,
-input[type="datetime"]:focus,
-input[type="datetime-local"]:focus,
-input[type="date"]:focus,
-input[type="month"]:focus,
-input[type="time"]:focus,
-input[type="week"]:focus,
-input[type="number"]:focus,
-input[type="email"]:focus,
-input[type="url"]:focus,
-input[type="search"]:focus,
-input[type="tel"]:focus,
-input[type="color"]:focus,
-.uneditable-input:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- /* IE6-9 */
-
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-}
-
-input[type="radio"],
-input[type="checkbox"] {
- margin: 4px 0 0;
- margin-top: 1px \9;
- *margin-top: 0;
- line-height: normal;
-}
-
-input[type="file"],
-input[type="image"],
-input[type="submit"],
-input[type="reset"],
-input[type="button"],
-input[type="radio"],
-input[type="checkbox"] {
- width: auto;
-}
-
-select,
-input[type="file"] {
- height: 30px;
- /* In IE7, the height of the select element cannot be changed by height, only font-size */
-
- *margin-top: 4px;
- /* For IE7, add top margin to align select with labels */
-
- line-height: 30px;
-}
-
-select {
- width: 220px;
- background-color: #ffffff;
- border: 1px solid #cccccc;
-}
-
-select[multiple],
-select[size] {
- height: auto;
-}
-
-select:focus,
-input[type="file"]:focus,
-input[type="radio"]:focus,
-input[type="checkbox"]:focus {
- outline: thin dotted #333;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-
-.uneditable-input,
-.uneditable-textarea {
- color: #999999;
- cursor: not-allowed;
- background-color: #fcfcfc;
- border-color: #cccccc;
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-}
-
-.uneditable-input {
- overflow: hidden;
- white-space: nowrap;
-}
-
-.uneditable-textarea {
- width: auto;
- height: auto;
-}
-
-input:-moz-placeholder,
-textarea:-moz-placeholder {
- color: #999999;
-}
-
-input:-ms-input-placeholder,
-textarea:-ms-input-placeholder {
- color: #999999;
-}
-
-input::-webkit-input-placeholder,
-textarea::-webkit-input-placeholder {
- color: #999999;
-}
-
-.radio,
-.checkbox {
- min-height: 20px;
- padding-left: 20px;
-}
-
-.radio input[type="radio"],
-.checkbox input[type="checkbox"] {
- float: left;
- margin-left: -20px;
-}
-
-.controls > .radio:first-child,
-.controls > .checkbox:first-child {
- padding-top: 5px;
-}
-
-.radio.inline,
-.checkbox.inline {
- display: inline-block;
- padding-top: 5px;
- margin-bottom: 0;
- vertical-align: middle;
-}
-
-.radio.inline + .radio.inline,
-.checkbox.inline + .checkbox.inline {
- margin-left: 10px;
-}
-
-.input-mini {
- width: 60px;
-}
-
-.input-small {
- width: 90px;
-}
-
-.input-medium {
- width: 150px;
-}
-
-.input-large {
- width: 210px;
-}
-
-.input-xlarge {
- width: 270px;
-}
-
-.input-xxlarge {
- width: 530px;
-}
-
-input[class*="span"],
-select[class*="span"],
-textarea[class*="span"],
-.uneditable-input[class*="span"],
-.row-fluid input[class*="span"],
-.row-fluid select[class*="span"],
-.row-fluid textarea[class*="span"],
-.row-fluid .uneditable-input[class*="span"] {
- float: none;
- margin-left: 0;
-}
-
-.input-append input[class*="span"],
-.input-append .uneditable-input[class*="span"],
-.input-prepend input[class*="span"],
-.input-prepend .uneditable-input[class*="span"],
-.row-fluid input[class*="span"],
-.row-fluid select[class*="span"],
-.row-fluid textarea[class*="span"],
-.row-fluid .uneditable-input[class*="span"],
-.row-fluid .input-prepend [class*="span"],
-.row-fluid .input-append [class*="span"] {
- display: inline-block;
-}
-
-input,
-textarea,
-.uneditable-input {
- margin-left: 0;
-}
-
-.controls-row [class*="span"] + [class*="span"] {
- margin-left: 20px;
-}
-
-input.span12,
-textarea.span12,
-.uneditable-input.span12 {
- width: 926px;
-}
-
-input.span11,
-textarea.span11,
-.uneditable-input.span11 {
- width: 846px;
-}
-
-input.span10,
-textarea.span10,
-.uneditable-input.span10 {
- width: 766px;
-}
-
-input.span9,
-textarea.span9,
-.uneditable-input.span9 {
- width: 686px;
-}
-
-input.span8,
-textarea.span8,
-.uneditable-input.span8 {
- width: 606px;
-}
-
-input.span7,
-textarea.span7,
-.uneditable-input.span7 {
- width: 526px;
-}
-
-input.span6,
-textarea.span6,
-.uneditable-input.span6 {
- width: 446px;
-}
-
-input.span5,
-textarea.span5,
-.uneditable-input.span5 {
- width: 366px;
-}
-
-input.span4,
-textarea.span4,
-.uneditable-input.span4 {
- width: 286px;
-}
-
-input.span3,
-textarea.span3,
-.uneditable-input.span3 {
- width: 206px;
-}
-
-input.span2,
-textarea.span2,
-.uneditable-input.span2 {
- width: 126px;
-}
-
-input.span1,
-textarea.span1,
-.uneditable-input.span1 {
- width: 46px;
-}
-
-.controls-row {
- *zoom: 1;
-}
-
-.controls-row:before,
-.controls-row:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.controls-row:after {
- clear: both;
-}
-
-.controls-row [class*="span"],
-.row-fluid .controls-row [class*="span"] {
- float: left;
-}
-
-.controls-row .checkbox[class*="span"],
-.controls-row .radio[class*="span"] {
- padding-top: 5px;
-}
-
-input[disabled],
-select[disabled],
-textarea[disabled],
-input[readonly],
-select[readonly],
-textarea[readonly] {
- cursor: not-allowed;
- background-color: #eeeeee;
-}
-
-input[type="radio"][disabled],
-input[type="checkbox"][disabled],
-input[type="radio"][readonly],
-input[type="checkbox"][readonly] {
- background-color: transparent;
-}
-
-.control-group.warning .control-label,
-.control-group.warning .help-block,
-.control-group.warning .help-inline {
- color: #c09853;
-}
-
-.control-group.warning .checkbox,
-.control-group.warning .radio,
-.control-group.warning input,
-.control-group.warning select,
-.control-group.warning textarea {
- color: #c09853;
-}
-
-.control-group.warning input,
-.control-group.warning select,
-.control-group.warning textarea {
- border-color: #c09853;
- -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);
-}
-
-.control-group.warning input:focus,
-.control-group.warning select:focus,
-.control-group.warning textarea:focus {
- border-color: #a47e3c;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
-}
-
-.control-group.warning .input-prepend .add-on,
-.control-group.warning .input-append .add-on {
- color: #c09853;
- background-color: #fcf8e3;
- border-color: #c09853;
-}
-
-.control-group.error .control-label,
-.control-group.error .help-block,
-.control-group.error .help-inline {
- color: #b94a48;
-}
-
-.control-group.error .checkbox,
-.control-group.error .radio,
-.control-group.error input,
-.control-group.error select,
-.control-group.error textarea {
- color: #b94a48;
-}
-
-.control-group.error input,
-.control-group.error select,
-.control-group.error textarea {
- border-color: #b94a48;
- -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);
-}
-
-.control-group.error input:focus,
-.control-group.error select:focus,
-.control-group.error textarea:focus {
- border-color: #953b39;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
-}
-
-.control-group.error .input-prepend .add-on,
-.control-group.error .input-append .add-on {
- color: #b94a48;
- background-color: #f2dede;
- border-color: #b94a48;
-}
-
-.control-group.success .control-label,
-.control-group.success .help-block,
-.control-group.success .help-inline {
- color: #468847;
-}
-
-.control-group.success .checkbox,
-.control-group.success .radio,
-.control-group.success input,
-.control-group.success select,
-.control-group.success textarea {
- color: #468847;
-}
-
-.control-group.success input,
-.control-group.success select,
-.control-group.success textarea {
- border-color: #468847;
- -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);
-}
-
-.control-group.success input:focus,
-.control-group.success select:focus,
-.control-group.success textarea:focus {
- border-color: #356635;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
-}
-
-.control-group.success .input-prepend .add-on,
-.control-group.success .input-append .add-on {
- color: #468847;
- background-color: #dff0d8;
- border-color: #468847;
-}
-
-.control-group.info .control-label,
-.control-group.info .help-block,
-.control-group.info .help-inline {
- color: #3a87ad;
-}
-
-.control-group.info .checkbox,
-.control-group.info .radio,
-.control-group.info input,
-.control-group.info select,
-.control-group.info textarea {
- color: #3a87ad;
-}
-
-.control-group.info input,
-.control-group.info select,
-.control-group.info textarea {
- border-color: #3a87ad;
- -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);
-}
-
-.control-group.info input:focus,
-.control-group.info select:focus,
-.control-group.info textarea:focus {
- border-color: #2d6987;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
-}
-
-.control-group.info .input-prepend .add-on,
-.control-group.info .input-append .add-on {
- color: #3a87ad;
- background-color: #d9edf7;
- border-color: #3a87ad;
-}
-
-input:focus:invalid,
-textarea:focus:invalid,
-select:focus:invalid {
- color: #b94a48;
- border-color: #ee5f5b;
-}
-
-input:focus:invalid:focus,
-textarea:focus:invalid:focus,
-select:focus:invalid:focus {
- border-color: #e9322d;
- -webkit-box-shadow: 0 0 6px #f8b9b7;
- -moz-box-shadow: 0 0 6px #f8b9b7;
- box-shadow: 0 0 6px #f8b9b7;
-}
-
-.form-actions {
- padding: 19px 20px 20px;
- margin-top: 20px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border-top: 1px solid #e5e5e5;
- *zoom: 1;
-}
-
-.form-actions:before,
-.form-actions:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.form-actions:after {
- clear: both;
-}
-
-.help-block,
-.help-inline {
- color: #595959;
-}
-
-.help-block {
- display: block;
- margin-bottom: 10px;
-}
-
-.help-inline {
- display: inline-block;
- *display: inline;
- padding-left: 5px;
- vertical-align: middle;
- *zoom: 1;
-}
-
-.input-append,
-.input-prepend {
- display: inline-block;
- margin-bottom: 10px;
- font-size: 0;
- white-space: nowrap;
- vertical-align: middle;
-}
-
-.input-append input,
-.input-prepend input,
-.input-append select,
-.input-prepend select,
-.input-append .uneditable-input,
-.input-prepend .uneditable-input,
-.input-append .dropdown-menu,
-.input-prepend .dropdown-menu,
-.input-append .popover,
-.input-prepend .popover {
- font-size: 14px;
-}
-
-.input-append input,
-.input-prepend input,
-.input-append select,
-.input-prepend select,
-.input-append .uneditable-input,
-.input-prepend .uneditable-input {
- position: relative;
- margin-bottom: 0;
- *margin-left: 0;
- vertical-align: top;
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
-}
-
-.input-append input:focus,
-.input-prepend input:focus,
-.input-append select:focus,
-.input-prepend select:focus,
-.input-append .uneditable-input:focus,
-.input-prepend .uneditable-input:focus {
- z-index: 2;
-}
-
-.input-append .add-on,
-.input-prepend .add-on {
- display: inline-block;
- width: auto;
- height: 20px;
- min-width: 16px;
- padding: 4px 5px;
- font-size: 14px;
- font-weight: normal;
- line-height: 20px;
- text-align: center;
- text-shadow: 0 1px 0 #ffffff;
- background-color: #eeeeee;
- border: 1px solid #ccc;
-}
-
-.input-append .add-on,
-.input-prepend .add-on,
-.input-append .btn,
-.input-prepend .btn,
-.input-append .btn-group > .dropdown-toggle,
-.input-prepend .btn-group > .dropdown-toggle {
- vertical-align: top;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
-}
-
-.input-append .active,
-.input-prepend .active {
- background-color: #a9dba9;
- border-color: #46a546;
-}
-
-.input-prepend .add-on,
-.input-prepend .btn {
- margin-right: -1px;
-}
-
-.input-prepend .add-on:first-child,
-.input-prepend .btn:first-child {
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
-}
-
-.input-append input,
-.input-append select,
-.input-append .uneditable-input {
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
-}
-
-.input-append input + .btn-group .btn:last-child,
-.input-append select + .btn-group .btn:last-child,
-.input-append .uneditable-input + .btn-group .btn:last-child {
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
-}
-
-.input-append .add-on,
-.input-append .btn,
-.input-append .btn-group {
- margin-left: -1px;
-}
-
-.input-append .add-on:last-child,
-.input-append .btn:last-child,
-.input-append .btn-group:last-child > .dropdown-toggle {
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
-}
-
-.input-prepend.input-append input,
-.input-prepend.input-append select,
-.input-prepend.input-append .uneditable-input {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
-}
-
-.input-prepend.input-append input + .btn-group .btn,
-.input-prepend.input-append select + .btn-group .btn,
-.input-prepend.input-append .uneditable-input + .btn-group .btn {
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
-}
-
-.input-prepend.input-append .add-on:first-child,
-.input-prepend.input-append .btn:first-child {
- margin-right: -1px;
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
-}
-
-.input-prepend.input-append .add-on:last-child,
-.input-prepend.input-append .btn:last-child {
- margin-left: -1px;
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
-}
-
-.input-prepend.input-append .btn-group:first-child {
- margin-left: 0;
-}
-
-input.search-query {
- padding-right: 14px;
- padding-right: 4px \9;
- padding-left: 14px;
- padding-left: 4px \9;
- /* IE7-8 doesn't have border-radius, so don't indent the padding */
-
- margin-bottom: 0;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
-}
-
-/* Allow for input prepend/append in search forms */
-
-.form-search .input-append .search-query,
-.form-search .input-prepend .search-query {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
-}
-
-.form-search .input-append .search-query {
- -webkit-border-radius: 14px 0 0 14px;
- -moz-border-radius: 14px 0 0 14px;
- border-radius: 14px 0 0 14px;
-}
-
-.form-search .input-append .btn {
- -webkit-border-radius: 0 14px 14px 0;
- -moz-border-radius: 0 14px 14px 0;
- border-radius: 0 14px 14px 0;
-}
-
-.form-search .input-prepend .search-query {
- -webkit-border-radius: 0 14px 14px 0;
- -moz-border-radius: 0 14px 14px 0;
- border-radius: 0 14px 14px 0;
-}
-
-.form-search .input-prepend .btn {
- -webkit-border-radius: 14px 0 0 14px;
- -moz-border-radius: 14px 0 0 14px;
- border-radius: 14px 0 0 14px;
-}
-
-.form-search input,
-.form-inline input,
-.form-horizontal input,
-.form-search textarea,
-.form-inline textarea,
-.form-horizontal textarea,
-.form-search select,
-.form-inline select,
-.form-horizontal select,
-.form-search .help-inline,
-.form-inline .help-inline,
-.form-horizontal .help-inline,
-.form-search .uneditable-input,
-.form-inline .uneditable-input,
-.form-horizontal .uneditable-input,
-.form-search .input-prepend,
-.form-inline .input-prepend,
-.form-horizontal .input-prepend,
-.form-search .input-append,
-.form-inline .input-append,
-.form-horizontal .input-append {
- display: inline-block;
- *display: inline;
- margin-bottom: 0;
- vertical-align: middle;
- *zoom: 1;
-}
-
-.form-search .hide,
-.form-inline .hide,
-.form-horizontal .hide {
- display: none;
-}
-
-.form-search label,
-.form-inline label,
-.form-search .btn-group,
-.form-inline .btn-group {
- display: inline-block;
-}
-
-.form-search .input-append,
-.form-inline .input-append,
-.form-search .input-prepend,
-.form-inline .input-prepend {
- margin-bottom: 0;
-}
-
-.form-search .radio,
-.form-search .checkbox,
-.form-inline .radio,
-.form-inline .checkbox {
- padding-left: 0;
- margin-bottom: 0;
- vertical-align: middle;
-}
-
-.form-search .radio input[type="radio"],
-.form-search .checkbox input[type="checkbox"],
-.form-inline .radio input[type="radio"],
-.form-inline .checkbox input[type="checkbox"] {
- float: left;
- margin-right: 3px;
- margin-left: 0;
-}
-
-.control-group {
- margin-bottom: 10px;
-}
-
-legend + .control-group {
- margin-top: 20px;
- -webkit-margin-top-collapse: separate;
-}
-
-.form-horizontal .control-group {
- margin-bottom: 20px;
- *zoom: 1;
-}
-
-.form-horizontal .control-group:before,
-.form-horizontal .control-group:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.form-horizontal .control-group:after {
- clear: both;
-}
-
-.form-horizontal .control-label {
- float: left;
- width: 160px;
- padding-top: 5px;
- text-align: right;
-}
-
-.form-horizontal .controls {
- *display: inline-block;
- *padding-left: 20px;
- margin-left: 180px;
- *margin-left: 0;
-}
-
-.form-horizontal .controls:first-child {
- *padding-left: 180px;
-}
-
-.form-horizontal .help-block {
- margin-bottom: 0;
-}
-
-.form-horizontal input + .help-block,
-.form-horizontal select + .help-block,
-.form-horizontal textarea + .help-block,
-.form-horizontal .uneditable-input + .help-block,
-.form-horizontal .input-prepend + .help-block,
-.form-horizontal .input-append + .help-block {
- margin-top: 10px;
-}
-
-.form-horizontal .form-actions {
- padding-left: 180px;
-}
-
-table {
- max-width: 100%;
- background-color: transparent;
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-.table {
- width: 100%;
- margin-bottom: 20px;
-}
-
-.table th,
-.table td {
- padding: 8px;
- line-height: 20px;
- text-align: left;
- vertical-align: top;
- border-top: 1px solid #dddddd;
-}
-
-.table th {
- font-weight: bold;
-}
-
-.table thead th {
- vertical-align: bottom;
-}
-
-.table caption + thead tr:first-child th,
-.table caption + thead tr:first-child td,
-.table colgroup + thead tr:first-child th,
-.table colgroup + thead tr:first-child td,
-.table thead:first-child tr:first-child th,
-.table thead:first-child tr:first-child td {
- border-top: 0;
-}
-
-.table tbody + tbody {
- border-top: 2px solid #dddddd;
-}
-
-.table .table {
- background-color: #ffffff;
-}
-
-.table-condensed th,
-.table-condensed td {
- padding: 4px 5px;
-}
-
-.table-bordered {
- border: 1px solid #dddddd;
- border-collapse: separate;
- *border-collapse: collapse;
- border-left: 0;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-
-.table-bordered th,
-.table-bordered td {
- border-left: 1px solid #dddddd;
-}
-
-.table-bordered caption + thead tr:first-child th,
-.table-bordered caption + tbody tr:first-child th,
-.table-bordered caption + tbody tr:first-child td,
-.table-bordered colgroup + thead tr:first-child th,
-.table-bordered colgroup + tbody tr:first-child th,
-.table-bordered colgroup + tbody tr:first-child td,
-.table-bordered thead:first-child tr:first-child th,
-.table-bordered tbody:first-child tr:first-child th,
-.table-bordered tbody:first-child tr:first-child td {
- border-top: 0;
-}
-
-.table-bordered thead:first-child tr:first-child > th:first-child,
-.table-bordered tbody:first-child tr:first-child > td:first-child,
-.table-bordered tbody:first-child tr:first-child > th:first-child {
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topleft: 4px;
-}
-
-.table-bordered thead:first-child tr:first-child > th:last-child,
-.table-bordered tbody:first-child tr:first-child > td:last-child,
-.table-bordered tbody:first-child tr:first-child > th:last-child {
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-topright: 4px;
-}
-
-.table-bordered thead:last-child tr:last-child > th:first-child,
-.table-bordered tbody:last-child tr:last-child > td:first-child,
-.table-bordered tbody:last-child tr:last-child > th:first-child,
-.table-bordered tfoot:last-child tr:last-child > td:first-child,
-.table-bordered tfoot:last-child tr:last-child > th:first-child {
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- -moz-border-radius-bottomleft: 4px;
-}
-
-.table-bordered thead:last-child tr:last-child > th:last-child,
-.table-bordered tbody:last-child tr:last-child > td:last-child,
-.table-bordered tbody:last-child tr:last-child > th:last-child,
-.table-bordered tfoot:last-child tr:last-child > td:last-child,
-.table-bordered tfoot:last-child tr:last-child > th:last-child {
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
- -moz-border-radius-bottomright: 4px;
-}
-
-.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
- -webkit-border-bottom-left-radius: 0;
- border-bottom-left-radius: 0;
- -moz-border-radius-bottomleft: 0;
-}
-
-.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
- -webkit-border-bottom-right-radius: 0;
- border-bottom-right-radius: 0;
- -moz-border-radius-bottomright: 0;
-}
-
-.table-bordered caption + thead tr:first-child th:first-child,
-.table-bordered caption + tbody tr:first-child td:first-child,
-.table-bordered colgroup + thead tr:first-child th:first-child,
-.table-bordered colgroup + tbody tr:first-child td:first-child {
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topleft: 4px;
-}
-
-.table-bordered caption + thead tr:first-child th:last-child,
-.table-bordered caption + tbody tr:first-child td:last-child,
-.table-bordered colgroup + thead tr:first-child th:last-child,
-.table-bordered colgroup + tbody tr:first-child td:last-child {
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-topright: 4px;
-}
-
-.table-striped tbody > tr:nth-child(odd) > td,
-.table-striped tbody > tr:nth-child(odd) > th {
- background-color: #f9f9f9;
-}
-
-.table-hover tbody tr:hover > td,
-.table-hover tbody tr:hover > th {
- background-color: #f5f5f5;
-}
-
-table td[class*="span"],
-table th[class*="span"],
-.row-fluid table td[class*="span"],
-.row-fluid table th[class*="span"] {
- display: table-cell;
- float: none;
- margin-left: 0;
-}
-
-.table td.span1,
-.table th.span1 {
- float: none;
- width: 44px;
- margin-left: 0;
-}
-
-.table td.span2,
-.table th.span2 {
- float: none;
- width: 124px;
- margin-left: 0;
-}
-
-.table td.span3,
-.table th.span3 {
- float: none;
- width: 204px;
- margin-left: 0;
-}
-
-.table td.span4,
-.table th.span4 {
- float: none;
- width: 284px;
- margin-left: 0;
-}
-
-.table td.span5,
-.table th.span5 {
- float: none;
- width: 364px;
- margin-left: 0;
-}
-
-.table td.span6,
-.table th.span6 {
- float: none;
- width: 444px;
- margin-left: 0;
-}
-
-.table td.span7,
-.table th.span7 {
- float: none;
- width: 524px;
- margin-left: 0;
-}
-
-.table td.span8,
-.table th.span8 {
- float: none;
- width: 604px;
- margin-left: 0;
-}
-
-.table td.span9,
-.table th.span9 {
- float: none;
- width: 684px;
- margin-left: 0;
-}
-
-.table td.span10,
-.table th.span10 {
- float: none;
- width: 764px;
- margin-left: 0;
-}
-
-.table td.span11,
-.table th.span11 {
- float: none;
- width: 844px;
- margin-left: 0;
-}
-
-.table td.span12,
-.table th.span12 {
- float: none;
- width: 924px;
- margin-left: 0;
-}
-
-.table tbody tr.success > td {
- background-color: #dff0d8;
-}
-
-.table tbody tr.error > td {
- background-color: #f2dede;
-}
-
-.table tbody tr.warning > td {
- background-color: #fcf8e3;
-}
-
-.table tbody tr.info > td {
- background-color: #d9edf7;
-}
-
-.table-hover tbody tr.success:hover > td {
- background-color: #d0e9c6;
-}
-
-.table-hover tbody tr.error:hover > td {
- background-color: #ebcccc;
-}
-
-.table-hover tbody tr.warning:hover > td {
- background-color: #faf2cc;
-}
-
-.table-hover tbody tr.info:hover > td {
- background-color: #c4e3f3;
-}
-
-[class^="icon-"],
-[class*=" icon-"] {
- display: inline-block;
- width: 14px;
- height: 14px;
- margin-top: 1px;
- *margin-right: .3em;
- line-height: 14px;
- vertical-align: text-top;
- background-image: url("../img/glyphicons-halflings.png");
- background-position: 14px 14px;
- background-repeat: no-repeat;
-}
-
-/* White icons with optional class, or on hover/focus/active states of certain elements */
-
-.icon-white,
-.nav-pills > .active > a > [class^="icon-"],
-.nav-pills > .active > a > [class*=" icon-"],
-.nav-list > .active > a > [class^="icon-"],
-.nav-list > .active > a > [class*=" icon-"],
-.navbar-inverse .nav > .active > a > [class^="icon-"],
-.navbar-inverse .nav > .active > a > [class*=" icon-"],
-.dropdown-menu > li > a:hover > [class^="icon-"],
-.dropdown-menu > li > a:focus > [class^="icon-"],
-.dropdown-menu > li > a:hover > [class*=" icon-"],
-.dropdown-menu > li > a:focus > [class*=" icon-"],
-.dropdown-menu > .active > a > [class^="icon-"],
-.dropdown-menu > .active > a > [class*=" icon-"],
-.dropdown-submenu:hover > a > [class^="icon-"],
-.dropdown-submenu:focus > a > [class^="icon-"],
-.dropdown-submenu:hover > a > [class*=" icon-"],
-.dropdown-submenu:focus > a > [class*=" icon-"] {
- background-image: url("../img/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 {
- width: 16px;
- 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 {
- width: 16px;
- background-position: -384px -120px;
-}
-
-.icon-folder-open {
- width: 16px;
- background-position: -408px -120px;
-}
-
-.icon-resize-vertical {
- background-position: -432px -119px;
-}
-
-.icon-resize-horizontal {
- background-position: -456px -118px;
-}
-
-.icon-hdd {
- background-position: 0 -144px;
-}
-
-.icon-bullhorn {
- background-position: -24px -144px;
-}
-
-.icon-bell {
- background-position: -48px -144px;
-}
-
-.icon-certificate {
- background-position: -72px -144px;
-}
-
-.icon-thumbs-up {
- background-position: -96px -144px;
-}
-
-.icon-thumbs-down {
- background-position: -120px -144px;
-}
-
-.icon-hand-right {
- background-position: -144px -144px;
-}
-
-.icon-hand-left {
- background-position: -168px -144px;
-}
-
-.icon-hand-up {
- background-position: -192px -144px;
-}
-
-.icon-hand-down {
- background-position: -216px -144px;
-}
-
-.icon-circle-arrow-right {
- background-position: -240px -144px;
-}
-
-.icon-circle-arrow-left {
- background-position: -264px -144px;
-}
-
-.icon-circle-arrow-up {
- background-position: -288px -144px;
-}
-
-.icon-circle-arrow-down {
- background-position: -312px -144px;
-}
-
-.icon-globe {
- background-position: -336px -144px;
-}
-
-.icon-wrench {
- background-position: -360px -144px;
-}
-
-.icon-tasks {
- background-position: -384px -144px;
-}
-
-.icon-filter {
- background-position: -408px -144px;
-}
-
-.icon-briefcase {
- background-position: -432px -144px;
-}
-
-.icon-fullscreen {
- background-position: -456px -144px;
-}
-
-.dropup,
-.dropdown {
- position: relative;
-}
-
-.dropdown-toggle {
- *margin-bottom: -3px;
-}
-
-.dropdown-toggle:active,
-.open .dropdown-toggle {
- outline: 0;
-}
-
-.caret {
- display: inline-block;
- width: 0;
- height: 0;
- vertical-align: top;
- border-top: 4px solid #000000;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
- content: "";
-}
-
-.dropdown .caret {
- margin-top: 8px;
- margin-left: 2px;
-}
-
-.dropdown-menu {
- position: absolute;
- top: 100%;
- left: 0;
- z-index: 1000;
- display: none;
- float: left;
- min-width: 160px;
- padding: 5px 0;
- margin: 2px 0 0;
- list-style: none;
- background-color: #ffffff;
- border: 1px solid #ccc;
- border: 1px solid rgba(0, 0, 0, 0.2);
- *border-right-width: 2px;
- *border-bottom-width: 2px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- -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;
-}
-
-.dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-
-.dropdown-menu .divider {
- *width: 100%;
- height: 1px;
- margin: 9px 1px;
- *margin: -5px 0 5px;
- overflow: hidden;
- background-color: #e5e5e5;
- border-bottom: 1px solid #ffffff;
-}
-
-.dropdown-menu > li > a {
- display: block;
- padding: 3px 20px;
- clear: both;
- font-weight: normal;
- line-height: 20px;
- color: #333333;
- white-space: nowrap;
-}
-
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus,
-.dropdown-submenu:hover > a,
-.dropdown-submenu:focus > a {
- color: #ffffff;
- text-decoration: none;
- background-color: #0081c2;
- background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
- background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
- background-image: -o-linear-gradient(top, #0088cc, #0077b3);
- background-image: linear-gradient(to bottom, #0088cc, #0077b3);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
-}
-
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
- color: #ffffff;
- text-decoration: none;
- background-color: #0081c2;
- background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
- background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
- background-image: -o-linear-gradient(top, #0088cc, #0077b3);
- background-image: linear-gradient(to bottom, #0088cc, #0077b3);
- background-repeat: repeat-x;
- outline: 0;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
-}
-
-.dropdown-menu > .disabled > a,
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
- color: #999999;
-}
-
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
- text-decoration: none;
- cursor: default;
- background-color: transparent;
- background-image: none;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-}
-
-.open {
- *z-index: 1000;
-}
-
-.open > .dropdown-menu {
- display: block;
-}
-
-.dropdown-backdrop {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 990;
-}
-
-.pull-right > .dropdown-menu {
- right: 0;
- left: auto;
-}
-
-.dropup .caret,
-.navbar-fixed-bottom .dropdown .caret {
- border-top: 0;
- border-bottom: 4px solid #000000;
- content: "";
-}
-
-.dropup .dropdown-menu,
-.navbar-fixed-bottom .dropdown .dropdown-menu {
- top: auto;
- bottom: 100%;
- margin-bottom: 1px;
-}
-
-.dropdown-submenu {
- position: relative;
-}
-
-.dropdown-submenu > .dropdown-menu {
- top: 0;
- left: 100%;
- margin-top: -6px;
- margin-left: -1px;
- -webkit-border-radius: 0 6px 6px 6px;
- -moz-border-radius: 0 6px 6px 6px;
- border-radius: 0 6px 6px 6px;
-}
-
-.dropdown-submenu:hover > .dropdown-menu {
- display: block;
-}
-
-.dropup .dropdown-submenu > .dropdown-menu {
- top: auto;
- bottom: 0;
- margin-top: 0;
- margin-bottom: -2px;
- -webkit-border-radius: 5px 5px 5px 0;
- -moz-border-radius: 5px 5px 5px 0;
- border-radius: 5px 5px 5px 0;
-}
-
-.dropdown-submenu > a:after {
- display: block;
- float: right;
- width: 0;
- height: 0;
- margin-top: 5px;
- margin-right: -10px;
- border-color: transparent;
- border-left-color: #cccccc;
- border-style: solid;
- border-width: 5px 0 5px 5px;
- content: " ";
-}
-
-.dropdown-submenu:hover > a:after {
- border-left-color: #ffffff;
-}
-
-.dropdown-submenu.pull-left {
- float: none;
-}
-
-.dropdown-submenu.pull-left > .dropdown-menu {
- left: -100%;
- margin-left: 10px;
- -webkit-border-radius: 6px 0 6px 6px;
- -moz-border-radius: 6px 0 6px 6px;
- border-radius: 6px 0 6px 6px;
-}
-
-.dropdown .dropdown-menu .nav-header {
- padding-right: 20px;
- padding-left: 20px;
-}
-
-.typeahead {
- z-index: 1051;
- margin-top: 2px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-
-.well {
- min-height: 20px;
- padding: 19px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border: 1px solid #e3e3e3;
- -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);
-}
-
-.well blockquote {
- border-color: #ddd;
- border-color: rgba(0, 0, 0, 0.15);
-}
-
-.well-large {
- padding: 24px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-}
-
-.well-small {
- padding: 9px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
-}
-
-.fade {
- opacity: 0;
- -webkit-transition: opacity 0.15s linear;
- -moz-transition: opacity 0.15s linear;
- -o-transition: opacity 0.15s linear;
- transition: opacity 0.15s linear;
-}
-
-.fade.in {
- opacity: 1;
-}
-
-.collapse {
- position: relative;
- height: 0;
- overflow: hidden;
- -webkit-transition: height 0.35s ease;
- -moz-transition: height 0.35s ease;
- -o-transition: height 0.35s ease;
- transition: height 0.35s ease;
-}
-
-.collapse.in {
- height: auto;
-}
-
-.close {
- float: right;
- font-size: 20px;
- font-weight: bold;
- line-height: 20px;
- color: #000000;
- text-shadow: 0 1px 0 #ffffff;
- opacity: 0.2;
- filter: alpha(opacity=20);
-}
-
-.close:hover,
-.close:focus {
- color: #000000;
- text-decoration: none;
- cursor: pointer;
- opacity: 0.4;
- filter: alpha(opacity=40);
-}
-
-button.close {
- padding: 0;
- cursor: pointer;
- background: transparent;
- border: 0;
- -webkit-appearance: none;
-}
-
-.btn {
- display: inline-block;
- *display: inline;
- padding: 4px 12px;
- margin-bottom: 0;
- *margin-left: .3em;
- font-size: 14px;
- line-height: 20px;
- color: #333333;
- text-align: center;
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
- vertical-align: middle;
- cursor: pointer;
- background-color: #f5f5f5;
- *background-color: #e6e6e6;
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
- background-repeat: repeat-x;
- border: 1px solid #cccccc;
- *border: 0;
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- border-bottom-color: #b3b3b3;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
- *zoom: 1;
- -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);
-}
-
-.btn:hover,
-.btn:focus,
-.btn:active,
-.btn.active,
-.btn.disabled,
-.btn[disabled] {
- color: #333333;
- background-color: #e6e6e6;
- *background-color: #d9d9d9;
-}
-
-.btn:active,
-.btn.active {
- background-color: #cccccc \9;
-}
-
-.btn:first-child {
- *margin-left: 0;
-}
-
-.btn:hover,
-.btn:focus {
- color: #333333;
- text-decoration: none;
- background-position: 0 -15px;
- -webkit-transition: background-position 0.1s linear;
- -moz-transition: background-position 0.1s linear;
- -o-transition: background-position 0.1s linear;
- transition: background-position 0.1s linear;
-}
-
-.btn:focus {
- outline: thin dotted #333;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-
-.btn.active,
-.btn:active {
- background-image: none;
- outline: 0;
- -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);
-}
-
-.btn.disabled,
-.btn[disabled] {
- cursor: default;
- background-image: none;
- opacity: 0.65;
- filter: alpha(opacity=65);
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
-}
-
-.btn-large {
- padding: 11px 19px;
- font-size: 17.5px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-}
-
-.btn-large [class^="icon-"],
-.btn-large [class*=" icon-"] {
- margin-top: 4px;
-}
-
-.btn-small {
- padding: 2px 10px;
- font-size: 11.9px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
-}
-
-.btn-small [class^="icon-"],
-.btn-small [class*=" icon-"] {
- margin-top: 0;
-}
-
-.btn-mini [class^="icon-"],
-.btn-mini [class*=" icon-"] {
- margin-top: -1px;
-}
-
-.btn-mini {
- padding: 0 6px;
- font-size: 10.5px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
-}
-
-.btn-block {
- display: block;
- width: 100%;
- padding-right: 0;
- padding-left: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-
-.btn-block + .btn-block {
- margin-top: 5px;
-}
-
-input[type="submit"].btn-block,
-input[type="reset"].btn-block,
-input[type="button"].btn-block {
- width: 100%;
-}
-
-.btn-primary.active,
-.btn-warning.active,
-.btn-danger.active,
-.btn-success.active,
-.btn-info.active,
-.btn-inverse.active {
- color: rgba(255, 255, 255, 0.75);
-}
-
-.btn-primary {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #006dcc;
- *background-color: #0044cc;
- background-image: -moz-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(to bottom, #0088cc, #0044cc);
- background-repeat: repeat-x;
- 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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-}
-
-.btn-primary:hover,
-.btn-primary:focus,
-.btn-primary:active,
-.btn-primary.active,
-.btn-primary.disabled,
-.btn-primary[disabled] {
- color: #ffffff;
- background-color: #0044cc;
- *background-color: #003bb3;
-}
-
-.btn-primary:active,
-.btn-primary.active {
- background-color: #003399 \9;
-}
-
-.btn-warning {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #faa732;
- *background-color: #f89406;
- background-image: -moz-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(to bottom, #fbb450, #f89406);
- background-repeat: repeat-x;
- 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(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-}
-
-.btn-warning:hover,
-.btn-warning:focus,
-.btn-warning:active,
-.btn-warning.active,
-.btn-warning.disabled,
-.btn-warning[disabled] {
- color: #ffffff;
- background-color: #f89406;
- *background-color: #df8505;
-}
-
-.btn-warning:active,
-.btn-warning.active {
- background-color: #c67605 \9;
-}
-
-.btn-danger {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #da4f49;
- *background-color: #bd362f;
- background-image: -moz-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(to bottom, #ee5f5b, #bd362f);
- background-repeat: repeat-x;
- 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(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-}
-
-.btn-danger:hover,
-.btn-danger:focus,
-.btn-danger:active,
-.btn-danger.active,
-.btn-danger.disabled,
-.btn-danger[disabled] {
- color: #ffffff;
- background-color: #bd362f;
- *background-color: #a9302a;
-}
-
-.btn-danger:active,
-.btn-danger.active {
- background-color: #942a25 \9;
-}
-
-.btn-success {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #5bb75b;
- *background-color: #51a351;
- background-image: -moz-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(to bottom, #62c462, #51a351);
- background-repeat: repeat-x;
- 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(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-}
-
-.btn-success:hover,
-.btn-success:focus,
-.btn-success:active,
-.btn-success.active,
-.btn-success.disabled,
-.btn-success[disabled] {
- color: #ffffff;
- background-color: #51a351;
- *background-color: #499249;
-}
-
-.btn-success:active,
-.btn-success.active {
- background-color: #408140 \9;
-}
-
-.btn-info {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #49afcd;
- *background-color: #2f96b4;
- background-image: -moz-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(to bottom, #5bc0de, #2f96b4);
- background-repeat: repeat-x;
- 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(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-}
-
-.btn-info:hover,
-.btn-info:focus,
-.btn-info:active,
-.btn-info.active,
-.btn-info.disabled,
-.btn-info[disabled] {
- color: #ffffff;
- background-color: #2f96b4;
- *background-color: #2a85a0;
-}
-
-.btn-info:active,
-.btn-info.active {
- background-color: #24748c \9;
-}
-
-.btn-inverse {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #363636;
- *background-color: #222222;
- background-image: -moz-linear-gradient(top, #444444, #222222);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
- background-image: -webkit-linear-gradient(top, #444444, #222222);
- background-image: -o-linear-gradient(top, #444444, #222222);
- background-image: linear-gradient(to bottom, #444444, #222222);
- background-repeat: repeat-x;
- 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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-}
-
-.btn-inverse:hover,
-.btn-inverse:focus,
-.btn-inverse:active,
-.btn-inverse.active,
-.btn-inverse.disabled,
-.btn-inverse[disabled] {
- color: #ffffff;
- background-color: #222222;
- *background-color: #151515;
-}
-
-.btn-inverse:active,
-.btn-inverse.active {
- background-color: #080808 \9;
-}
-
-button.btn,
-input[type="submit"].btn {
- *padding-top: 3px;
- *padding-bottom: 3px;
-}
-
-button.btn::-moz-focus-inner,
-input[type="submit"].btn::-moz-focus-inner {
- padding: 0;
- border: 0;
-}
-
-button.btn.btn-large,
-input[type="submit"].btn.btn-large {
- *padding-top: 7px;
- *padding-bottom: 7px;
-}
-
-button.btn.btn-small,
-input[type="submit"].btn.btn-small {
- *padding-top: 3px;
- *padding-bottom: 3px;
-}
-
-button.btn.btn-mini,
-input[type="submit"].btn.btn-mini {
- *padding-top: 1px;
- *padding-bottom: 1px;
-}
-
-.btn-link,
-.btn-link:active,
-.btn-link[disabled] {
- background-color: transparent;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
-}
-
-.btn-link {
- color: #0088cc;
- cursor: pointer;
- border-color: transparent;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
-}
-
-.btn-link:hover,
-.btn-link:focus {
- color: #005580;
- text-decoration: underline;
- background-color: transparent;
-}
-
-.btn-link[disabled]:hover,
-.btn-link[disabled]:focus {
- color: #333333;
- text-decoration: none;
-}
-
-.btn-group {
- position: relative;
- display: inline-block;
- *display: inline;
- *margin-left: .3em;
- font-size: 0;
- white-space: nowrap;
- vertical-align: middle;
- *zoom: 1;
-}
-
-.btn-group:first-child {
- *margin-left: 0;
-}
-
-.btn-group + .btn-group {
- margin-left: 5px;
-}
-
-.btn-toolbar {
- margin-top: 10px;
- margin-bottom: 10px;
- font-size: 0;
-}
-
-.btn-toolbar > .btn + .btn,
-.btn-toolbar > .btn-group + .btn,
-.btn-toolbar > .btn + .btn-group {
- margin-left: 5px;
-}
-
-.btn-group > .btn {
- position: relative;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
-}
-
-.btn-group > .btn + .btn {
- margin-left: -1px;
-}
-
-.btn-group > .btn,
-.btn-group > .dropdown-menu,
-.btn-group > .popover {
- font-size: 14px;
-}
-
-.btn-group > .btn-mini {
- font-size: 10.5px;
-}
-
-.btn-group > .btn-small {
- font-size: 11.9px;
-}
-
-.btn-group > .btn-large {
- font-size: 17.5px;
-}
-
-.btn-group > .btn:first-child {
- margin-left: 0;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-bottomleft: 4px;
- -moz-border-radius-topleft: 4px;
-}
-
-.btn-group > .btn:last-child,
-.btn-group > .dropdown-toggle {
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
- -moz-border-radius-topright: 4px;
- -moz-border-radius-bottomright: 4px;
-}
-
-.btn-group > .btn.large:first-child {
- margin-left: 0;
- -webkit-border-bottom-left-radius: 6px;
- border-bottom-left-radius: 6px;
- -webkit-border-top-left-radius: 6px;
- border-top-left-radius: 6px;
- -moz-border-radius-bottomleft: 6px;
- -moz-border-radius-topleft: 6px;
-}
-
-.btn-group > .btn.large:last-child,
-.btn-group > .large.dropdown-toggle {
- -webkit-border-top-right-radius: 6px;
- border-top-right-radius: 6px;
- -webkit-border-bottom-right-radius: 6px;
- border-bottom-right-radius: 6px;
- -moz-border-radius-topright: 6px;
- -moz-border-radius-bottomright: 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 > .btn + .dropdown-toggle {
- *padding-top: 5px;
- padding-right: 8px;
- *padding-bottom: 5px;
- padding-left: 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);
-}
-
-.btn-group > .btn-mini + .dropdown-toggle {
- *padding-top: 2px;
- padding-right: 5px;
- *padding-bottom: 2px;
- padding-left: 5px;
-}
-
-.btn-group > .btn-small + .dropdown-toggle {
- *padding-top: 5px;
- *padding-bottom: 4px;
-}
-
-.btn-group > .btn-large + .dropdown-toggle {
- *padding-top: 7px;
- padding-right: 12px;
- *padding-bottom: 7px;
- padding-left: 12px;
-}
-
-.btn-group.open .dropdown-toggle {
- 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);
-}
-
-.btn-group.open .btn.dropdown-toggle {
- background-color: #e6e6e6;
-}
-
-.btn-group.open .btn-primary.dropdown-toggle {
- background-color: #0044cc;
-}
-
-.btn-group.open .btn-warning.dropdown-toggle {
- background-color: #f89406;
-}
-
-.btn-group.open .btn-danger.dropdown-toggle {
- background-color: #bd362f;
-}
-
-.btn-group.open .btn-success.dropdown-toggle {
- background-color: #51a351;
-}
-
-.btn-group.open .btn-info.dropdown-toggle {
- background-color: #2f96b4;
-}
-
-.btn-group.open .btn-inverse.dropdown-toggle {
- background-color: #222222;
-}
-
-.btn .caret {
- margin-top: 8px;
- margin-left: 0;
-}
-
-.btn-large .caret {
- margin-top: 6px;
-}
-
-.btn-large .caret {
- border-top-width: 5px;
- border-right-width: 5px;
- border-left-width: 5px;
-}
-
-.btn-mini .caret,
-.btn-small .caret {
- margin-top: 8px;
-}
-
-.dropup .btn-large .caret {
- border-bottom-width: 5px;
-}
-
-.btn-primary .caret,
-.btn-warning .caret,
-.btn-danger .caret,
-.btn-info .caret,
-.btn-success .caret,
-.btn-inverse .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
-}
-
-.btn-group-vertical {
- display: inline-block;
- *display: inline;
- /* IE7 inline-block hack */
-
- *zoom: 1;
-}
-
-.btn-group-vertical > .btn {
- display: block;
- float: none;
- max-width: 100%;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
-}
-
-.btn-group-vertical > .btn + .btn {
- margin-top: -1px;
- margin-left: 0;
-}
-
-.btn-group-vertical > .btn:first-child {
- -webkit-border-radius: 4px 4px 0 0;
- -moz-border-radius: 4px 4px 0 0;
- border-radius: 4px 4px 0 0;
-}
-
-.btn-group-vertical > .btn:last-child {
- -webkit-border-radius: 0 0 4px 4px;
- -moz-border-radius: 0 0 4px 4px;
- border-radius: 0 0 4px 4px;
-}
-
-.btn-group-vertical > .btn-large:first-child {
- -webkit-border-radius: 6px 6px 0 0;
- -moz-border-radius: 6px 6px 0 0;
- border-radius: 6px 6px 0 0;
-}
-
-.btn-group-vertical > .btn-large:last-child {
- -webkit-border-radius: 0 0 6px 6px;
- -moz-border-radius: 0 0 6px 6px;
- border-radius: 0 0 6px 6px;
-}
-
-.alert {
- padding: 8px 35px 8px 14px;
- margin-bottom: 20px;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- background-color: #fcf8e3;
- border: 1px solid #fbeed5;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-
-.alert,
-.alert h4 {
- color: #c09853;
-}
-
-.alert h4 {
- margin: 0;
-}
-
-.alert .close {
- position: relative;
- top: -2px;
- right: -21px;
- line-height: 20px;
-}
-
-.alert-success {
- color: #468847;
- background-color: #dff0d8;
- border-color: #d6e9c6;
-}
-
-.alert-success h4 {
- color: #468847;
-}
-
-.alert-danger,
-.alert-error {
- color: #b94a48;
- background-color: #f2dede;
- border-color: #eed3d7;
-}
-
-.alert-danger h4,
-.alert-error h4 {
- color: #b94a48;
-}
-
-.alert-info {
- color: #3a87ad;
- background-color: #d9edf7;
- border-color: #bce8f1;
-}
-
-.alert-info h4 {
- color: #3a87ad;
-}
-
-.alert-block {
- padding-top: 14px;
- padding-bottom: 14px;
-}
-
-.alert-block > p,
-.alert-block > ul {
- margin-bottom: 0;
-}
-
-.alert-block p + p {
- margin-top: 5px;
-}
-
-.nav {
- margin-bottom: 20px;
- margin-left: 0;
- list-style: none;
-}
-
-.nav > li > a {
- display: block;
-}
-
-.nav > li > a:hover,
-.nav > li > a:focus {
- text-decoration: none;
- background-color: #eeeeee;
-}
-
-.nav > li > a > img {
- max-width: none;
-}
-
-.nav > .pull-right {
- float: right;
-}
-
-.nav-header {
- display: block;
- padding: 3px 15px;
- font-size: 11px;
- font-weight: bold;
- line-height: 20px;
- color: #999999;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- text-transform: uppercase;
-}
-
-.nav li + .nav-header {
- margin-top: 9px;
-}
-
-.nav-list {
- padding-right: 15px;
- padding-left: 15px;
- margin-bottom: 0;
-}
-
-.nav-list > li > a,
-.nav-list .nav-header {
- margin-right: -15px;
- margin-left: -15px;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-}
-
-.nav-list > li > a {
- padding: 3px 15px;
-}
-
-.nav-list > .active > a,
-.nav-list > .active > a:hover,
-.nav-list > .active > a:focus {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
- background-color: #0088cc;
-}
-
-.nav-list [class^="icon-"],
-.nav-list [class*=" icon-"] {
- margin-right: 2px;
-}
-
-.nav-list .divider {
- *width: 100%;
- height: 1px;
- margin: 9px 1px;
- *margin: -5px 0 5px;
- overflow: hidden;
- background-color: #e5e5e5;
- border-bottom: 1px solid #ffffff;
-}
-
-.nav-tabs,
-.nav-pills {
- *zoom: 1;
-}
-
-.nav-tabs:before,
-.nav-pills:before,
-.nav-tabs:after,
-.nav-pills:after {
- display: table;
- line-height: 0;
- 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: 8px;
- padding-bottom: 8px;
- line-height: 20px;
- 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,
-.nav-tabs > li > a:focus {
- border-color: #eeeeee #eeeeee #dddddd;
-}
-
-.nav-tabs > .active > a,
-.nav-tabs > .active > a:hover,
-.nav-tabs > .active > a:focus {
- color: #555555;
- cursor: default;
- background-color: #ffffff;
- border: 1px solid #ddd;
- border-bottom-color: transparent;
-}
-
-.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,
-.nav-pills > .active > a:focus {
- 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-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topright: 4px;
- -moz-border-radius-topleft: 4px;
-}
-
-.nav-tabs.nav-stacked > li:last-child > a {
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- -moz-border-radius-bottomleft: 4px;
-}
-
-.nav-tabs.nav-stacked > li > a:hover,
-.nav-tabs.nav-stacked > li > a:focus {
- z-index: 2;
- border-color: #ddd;
-}
-
-.nav-pills.nav-stacked > li > a {
- margin-bottom: 3px;
-}
-
-.nav-pills.nav-stacked > li:last-child > a {
- margin-bottom: 1px;
-}
-
-.nav-tabs .dropdown-menu {
- -webkit-border-radius: 0 0 6px 6px;
- -moz-border-radius: 0 0 6px 6px;
- border-radius: 0 0 6px 6px;
-}
-
-.nav-pills .dropdown-menu {
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-}
-
-.nav .dropdown-toggle .caret {
- margin-top: 6px;
- border-top-color: #0088cc;
- border-bottom-color: #0088cc;
-}
-
-.nav .dropdown-toggle:hover .caret,
-.nav .dropdown-toggle:focus .caret {
- border-top-color: #005580;
- border-bottom-color: #005580;
-}
-
-/* move down carets for tabs */
-
-.nav-tabs .dropdown-toggle .caret {
- margin-top: 8px;
-}
-
-.nav .active .dropdown-toggle .caret {
- border-top-color: #fff;
- border-bottom-color: #fff;
-}
-
-.nav-tabs .active .dropdown-toggle .caret {
- border-top-color: #555555;
- border-bottom-color: #555555;
-}
-
-.nav > .dropdown.active > a:hover,
-.nav > .dropdown.active > a:focus {
- cursor: pointer;
-}
-
-.nav-tabs .open .dropdown-toggle,
-.nav-pills .open .dropdown-toggle,
-.nav > li.dropdown.open.active > a:hover,
-.nav > li.dropdown.open.active > a:focus {
- color: #ffffff;
- background-color: #999999;
- border-color: #999999;
-}
-
-.nav li.dropdown.open .caret,
-.nav li.dropdown.open.active .caret,
-.nav li.dropdown.open a:hover .caret,
-.nav li.dropdown.open a:focus .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- opacity: 1;
- filter: alpha(opacity=100);
-}
-
-.tabs-stacked .open > a:hover,
-.tabs-stacked .open > a:focus {
- border-color: #999999;
-}
-
-.tabbable {
- *zoom: 1;
-}
-
-.tabbable:before,
-.tabbable:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.tabbable:after {
- clear: both;
-}
-
-.tab-content {
- overflow: auto;
-}
-
-.tabs-below > .nav-tabs,
-.tabs-right > .nav-tabs,
-.tabs-left > .nav-tabs {
- border-bottom: 0;
-}
-
-.tab-content > .tab-pane,
-.pill-content > .pill-pane {
- display: none;
-}
-
-.tab-content > .active,
-.pill-content > .active {
- display: block;
-}
-
-.tabs-below > .nav-tabs {
- border-top: 1px solid #ddd;
-}
-
-.tabs-below > .nav-tabs > li {
- margin-top: -1px;
- margin-bottom: 0;
-}
-
-.tabs-below > .nav-tabs > li > a {
- -webkit-border-radius: 0 0 4px 4px;
- -moz-border-radius: 0 0 4px 4px;
- border-radius: 0 0 4px 4px;
-}
-
-.tabs-below > .nav-tabs > li > a:hover,
-.tabs-below > .nav-tabs > li > a:focus {
- border-top-color: #ddd;
- border-bottom-color: transparent;
-}
-
-.tabs-below > .nav-tabs > .active > a,
-.tabs-below > .nav-tabs > .active > a:hover,
-.tabs-below > .nav-tabs > .active > a:focus {
- border-color: transparent #ddd #ddd #ddd;
-}
-
-.tabs-left > .nav-tabs > li,
-.tabs-right > .nav-tabs > li {
- float: none;
-}
-
-.tabs-left > .nav-tabs > li > a,
-.tabs-right > .nav-tabs > li > a {
- min-width: 74px;
- margin-right: 0;
- margin-bottom: 3px;
-}
-
-.tabs-left > .nav-tabs {
- float: left;
- margin-right: 19px;
- border-right: 1px solid #ddd;
-}
-
-.tabs-left > .nav-tabs > li > a {
- margin-right: -1px;
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
-}
-
-.tabs-left > .nav-tabs > li > a:hover,
-.tabs-left > .nav-tabs > li > a:focus {
- border-color: #eeeeee #dddddd #eeeeee #eeeeee;
-}
-
-.tabs-left > .nav-tabs .active > a,
-.tabs-left > .nav-tabs .active > a:hover,
-.tabs-left > .nav-tabs .active > a:focus {
- border-color: #ddd transparent #ddd #ddd;
- *border-right-color: #ffffff;
-}
-
-.tabs-right > .nav-tabs {
- float: right;
- margin-left: 19px;
- border-left: 1px solid #ddd;
-}
-
-.tabs-right > .nav-tabs > li > a {
- margin-left: -1px;
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
-}
-
-.tabs-right > .nav-tabs > li > a:hover,
-.tabs-right > .nav-tabs > li > a:focus {
- border-color: #eeeeee #eeeeee #eeeeee #dddddd;
-}
-
-.tabs-right > .nav-tabs .active > a,
-.tabs-right > .nav-tabs .active > a:hover,
-.tabs-right > .nav-tabs .active > a:focus {
- border-color: #ddd #ddd #ddd transparent;
- *border-left-color: #ffffff;
-}
-
-.nav > .disabled > a {
- color: #999999;
-}
-
-.nav > .disabled > a:hover,
-.nav > .disabled > a:focus {
- text-decoration: none;
- cursor: default;
- background-color: transparent;
-}
-
-.navbar {
- *position: relative;
- *z-index: 2;
- margin-bottom: 20px;
- overflow: visible;
-}
-
-.navbar-inner {
- min-height: 40px;
- padding-right: 20px;
- padding-left: 20px;
- background-color: #fafafa;
- background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
- background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
- background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
- background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
- background-repeat: repeat-x;
- border: 1px solid #d4d4d4;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
- *zoom: 1;
- -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
- -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-}
-
-.navbar-inner:before,
-.navbar-inner:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.navbar-inner:after {
- clear: both;
-}
-
-.navbar .container {
- width: auto;
-}
-
-.nav-collapse.collapse {
- height: auto;
- overflow: visible;
-}
-
-.navbar .brand {
- display: block;
- float: left;
- padding: 10px 20px 10px;
- margin-left: -20px;
- font-size: 20px;
- font-weight: 200;
- color: #777777;
- text-shadow: 0 1px 0 #ffffff;
-}
-
-.navbar .brand:hover,
-.navbar .brand:focus {
- text-decoration: none;
-}
-
-.navbar-text {
- margin-bottom: 0;
- line-height: 40px;
- color: #777777;
-}
-
-.navbar-link {
- color: #777777;
-}
-
-.navbar-link:hover,
-.navbar-link:focus {
- color: #333333;
-}
-
-.navbar .divider-vertical {
- height: 40px;
- margin: 0 9px;
- border-right: 1px solid #ffffff;
- border-left: 1px solid #f2f2f2;
-}
-
-.navbar .btn,
-.navbar .btn-group {
- margin-top: 5px;
-}
-
-.navbar .btn-group .btn,
-.navbar .input-prepend .btn,
-.navbar .input-append .btn,
-.navbar .input-prepend .btn-group,
-.navbar .input-append .btn-group {
- margin-top: 0;
-}
-
-.navbar-form {
- margin-bottom: 0;
- *zoom: 1;
-}
-
-.navbar-form:before,
-.navbar-form:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.navbar-form:after {
- clear: both;
-}
-
-.navbar-form input,
-.navbar-form select,
-.navbar-form .radio,
-.navbar-form .checkbox {
- margin-top: 5px;
-}
-
-.navbar-form input,
-.navbar-form select,
-.navbar-form .btn {
- display: inline-block;
- margin-bottom: 0;
-}
-
-.navbar-form input[type="image"],
-.navbar-form input[type="checkbox"],
-.navbar-form input[type="radio"] {
- margin-top: 3px;
-}
-
-.navbar-form .input-append,
-.navbar-form .input-prepend {
- margin-top: 5px;
- white-space: nowrap;
-}
-
-.navbar-form .input-append input,
-.navbar-form .input-prepend input {
- margin-top: 0;
-}
-
-.navbar-search {
- position: relative;
- float: left;
- margin-top: 5px;
- margin-bottom: 0;
-}
-
-.navbar-search .search-query {
- padding: 4px 14px;
- margin-bottom: 0;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 13px;
- font-weight: normal;
- line-height: 1;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
-}
-
-.navbar-static-top {
- position: static;
- margin-bottom: 0;
-}
-
-.navbar-static-top .navbar-inner {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
-}
-
-.navbar-fixed-top,
-.navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- margin-bottom: 0;
-}
-
-.navbar-fixed-top .navbar-inner,
-.navbar-static-top .navbar-inner {
- border-width: 0 0 1px;
-}
-
-.navbar-fixed-bottom .navbar-inner {
- border-width: 1px 0 0;
-}
-
-.navbar-fixed-top .navbar-inner,
-.navbar-fixed-bottom .navbar-inner {
- padding-right: 0;
- padding-left: 0;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
-}
-
-.navbar-static-top .container,
-.navbar-fixed-top .container,
-.navbar-fixed-bottom .container {
- width: 940px;
-}
-
-.navbar-fixed-top {
- top: 0;
-}
-
-.navbar-fixed-top .navbar-inner,
-.navbar-static-top .navbar-inner {
- -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.navbar-fixed-bottom {
- bottom: 0;
-}
-
-.navbar-fixed-bottom .navbar-inner {
- -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
- box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.navbar .nav {
- position: relative;
- left: 0;
- display: block;
- float: left;
- margin: 0 10px 0 0;
-}
-
-.navbar .nav.pull-right {
- float: right;
- margin-right: 0;
-}
-
-.navbar .nav > li {
- float: left;
-}
-
-.navbar .nav > li > a {
- float: none;
- padding: 10px 15px 10px;
- color: #777777;
- text-decoration: none;
- text-shadow: 0 1px 0 #ffffff;
-}
-
-.navbar .nav .dropdown-toggle .caret {
- margin-top: 8px;
-}
-
-.navbar .nav > li > a:focus,
-.navbar .nav > li > a:hover {
- color: #333333;
- text-decoration: none;
- background-color: transparent;
-}
-
-.navbar .nav > .active > a,
-.navbar .nav > .active > a:hover,
-.navbar .nav > .active > a:focus {
- color: #555555;
- text-decoration: none;
- background-color: #e5e5e5;
- -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
- -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
- box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-}
-
-.navbar .btn-navbar {
- display: none;
- float: right;
- padding: 7px 10px;
- margin-right: 5px;
- margin-left: 5px;
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #ededed;
- *background-color: #e5e5e5;
- background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
- background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
- background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
- background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
- background-repeat: repeat-x;
- border-color: #e5e5e5 #e5e5e5 #bfbfbf;
- 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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
- 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);
-}
-
-.navbar .btn-navbar:hover,
-.navbar .btn-navbar:focus,
-.navbar .btn-navbar:active,
-.navbar .btn-navbar.active,
-.navbar .btn-navbar.disabled,
-.navbar .btn-navbar[disabled] {
- color: #ffffff;
- background-color: #e5e5e5;
- *background-color: #d9d9d9;
-}
-
-.navbar .btn-navbar:active,
-.navbar .btn-navbar.active {
- background-color: #cccccc \9;
-}
-
-.navbar .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;
-}
-
-.navbar .nav > li > .dropdown-menu:before {
- position: absolute;
- top: -7px;
- left: 9px;
- display: inline-block;
- border-right: 7px solid transparent;
- border-bottom: 7px solid #ccc;
- border-left: 7px solid transparent;
- border-bottom-color: rgba(0, 0, 0, 0.2);
- content: '';
-}
-
-.navbar .nav > li > .dropdown-menu:after {
- position: absolute;
- top: -6px;
- left: 10px;
- display: inline-block;
- border-right: 6px solid transparent;
- border-bottom: 6px solid #ffffff;
- border-left: 6px solid transparent;
- content: '';
-}
-
-.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
- top: auto;
- bottom: -7px;
- border-top: 7px solid #ccc;
- border-bottom: 0;
- border-top-color: rgba(0, 0, 0, 0.2);
-}
-
-.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
- top: auto;
- bottom: -6px;
- border-top: 6px solid #ffffff;
- border-bottom: 0;
-}
-
-.navbar .nav li.dropdown > a:hover .caret,
-.navbar .nav li.dropdown > a:focus .caret {
- border-top-color: #333333;
- border-bottom-color: #333333;
-}
-
-.navbar .nav li.dropdown.open > .dropdown-toggle,
-.navbar .nav li.dropdown.active > .dropdown-toggle,
-.navbar .nav li.dropdown.open.active > .dropdown-toggle {
- color: #555555;
- background-color: #e5e5e5;
-}
-
-.navbar .nav li.dropdown > .dropdown-toggle .caret {
- border-top-color: #777777;
- border-bottom-color: #777777;
-}
-
-.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
-.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
-.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
- border-top-color: #555555;
- border-bottom-color: #555555;
-}
-
-.navbar .pull-right > li > .dropdown-menu,
-.navbar .nav > li > .dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-
-.navbar .pull-right > li > .dropdown-menu:before,
-.navbar .nav > li > .dropdown-menu.pull-right:before {
- right: 12px;
- left: auto;
-}
-
-.navbar .pull-right > li > .dropdown-menu:after,
-.navbar .nav > li > .dropdown-menu.pull-right:after {
- right: 13px;
- left: auto;
-}
-
-.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
-.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
- right: 100%;
- left: auto;
- margin-right: -1px;
- margin-left: 0;
- -webkit-border-radius: 6px 0 6px 6px;
- -moz-border-radius: 6px 0 6px 6px;
- border-radius: 6px 0 6px 6px;
-}
-
-.navbar-inverse .navbar-inner {
- background-color: #1b1b1b;
- background-image: -moz-linear-gradient(top, #222222, #111111);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
- background-image: -webkit-linear-gradient(top, #222222, #111111);
- background-image: -o-linear-gradient(top, #222222, #111111);
- background-image: linear-gradient(to bottom, #222222, #111111);
- background-repeat: repeat-x;
- border-color: #252525;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
-}
-
-.navbar-inverse .brand,
-.navbar-inverse .nav > li > a {
- color: #999999;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-}
-
-.navbar-inverse .brand:hover,
-.navbar-inverse .nav > li > a:hover,
-.navbar-inverse .brand:focus,
-.navbar-inverse .nav > li > a:focus {
- color: #ffffff;
-}
-
-.navbar-inverse .brand {
- color: #999999;
-}
-
-.navbar-inverse .navbar-text {
- color: #999999;
-}
-
-.navbar-inverse .nav > li > a:focus,
-.navbar-inverse .nav > li > a:hover {
- color: #ffffff;
- background-color: transparent;
-}
-
-.navbar-inverse .nav .active > a,
-.navbar-inverse .nav .active > a:hover,
-.navbar-inverse .nav .active > a:focus {
- color: #ffffff;
- background-color: #111111;
-}
-
-.navbar-inverse .navbar-link {
- color: #999999;
-}
-
-.navbar-inverse .navbar-link:hover,
-.navbar-inverse .navbar-link:focus {
- color: #ffffff;
-}
-
-.navbar-inverse .divider-vertical {
- border-right-color: #222222;
- border-left-color: #111111;
-}
-
-.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
-.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
-.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
- color: #ffffff;
- background-color: #111111;
-}
-
-.navbar-inverse .nav li.dropdown > a:hover .caret,
-.navbar-inverse .nav li.dropdown > a:focus .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
-}
-
-.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
- border-top-color: #999999;
- border-bottom-color: #999999;
-}
-
-.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
-.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
-.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
-}
-
-.navbar-inverse .navbar-search .search-query {
- color: #ffffff;
- background-color: #515151;
- border-color: #111111;
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- transition: none;
-}
-
-.navbar-inverse .navbar-search .search-query:-moz-placeholder {
- color: #cccccc;
-}
-
-.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
- color: #cccccc;
-}
-
-.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
- color: #cccccc;
-}
-
-.navbar-inverse .navbar-search .search-query:focus,
-.navbar-inverse .navbar-search .search-query.focused {
- padding: 5px 15px;
- color: #333333;
- text-shadow: 0 1px 0 #ffffff;
- background-color: #ffffff;
- border: 0;
- outline: 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);
-}
-
-.navbar-inverse .btn-navbar {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #0e0e0e;
- *background-color: #040404;
- background-image: -moz-linear-gradient(top, #151515, #040404);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
- background-image: -webkit-linear-gradient(top, #151515, #040404);
- background-image: -o-linear-gradient(top, #151515, #040404);
- background-image: linear-gradient(to bottom, #151515, #040404);
- background-repeat: repeat-x;
- border-color: #040404 #040404 #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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-}
-
-.navbar-inverse .btn-navbar:hover,
-.navbar-inverse .btn-navbar:focus,
-.navbar-inverse .btn-navbar:active,
-.navbar-inverse .btn-navbar.active,
-.navbar-inverse .btn-navbar.disabled,
-.navbar-inverse .btn-navbar[disabled] {
- color: #ffffff;
- background-color: #040404;
- *background-color: #000000;
-}
-
-.navbar-inverse .btn-navbar:active,
-.navbar-inverse .btn-navbar.active {
- background-color: #000000 \9;
-}
-
-.breadcrumb {
- padding: 8px 15px;
- margin: 0 0 20px;
- list-style: none;
- background-color: #f5f5f5;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-
-.breadcrumb > li {
- display: inline-block;
- *display: inline;
- text-shadow: 0 1px 0 #ffffff;
- *zoom: 1;
-}
-
-.breadcrumb > li > .divider {
- padding: 0 5px;
- color: #ccc;
-}
-
-.breadcrumb > .active {
- color: #999999;
-}
-
-.pagination {
- margin: 20px 0;
-}
-
-.pagination ul {
- display: inline-block;
- *display: inline;
- margin-bottom: 0;
- margin-left: 0;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- *zoom: 1;
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-}
-
-.pagination ul > li {
- display: inline;
-}
-
-.pagination ul > li > a,
-.pagination ul > li > span {
- float: left;
- padding: 4px 12px;
- line-height: 20px;
- text-decoration: none;
- background-color: #ffffff;
- border: 1px solid #dddddd;
- border-left-width: 0;
-}
-
-.pagination ul > li > a:hover,
-.pagination ul > li > a:focus,
-.pagination ul > .active > a,
-.pagination ul > .active > span {
- background-color: #f5f5f5;
-}
-
-.pagination ul > .active > a,
-.pagination ul > .active > span {
- color: #999999;
- cursor: default;
-}
-
-.pagination ul > .disabled > span,
-.pagination ul > .disabled > a,
-.pagination ul > .disabled > a:hover,
-.pagination ul > .disabled > a:focus {
- color: #999999;
- cursor: default;
- background-color: transparent;
-}
-
-.pagination ul > li:first-child > a,
-.pagination ul > li:first-child > span {
- border-left-width: 1px;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-bottomleft: 4px;
- -moz-border-radius-topleft: 4px;
-}
-
-.pagination ul > li:last-child > a,
-.pagination ul > li:last-child > span {
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
- -moz-border-radius-topright: 4px;
- -moz-border-radius-bottomright: 4px;
-}
-
-.pagination-centered {
- text-align: center;
-}
-
-.pagination-right {
- text-align: right;
-}
-
-.pagination-large ul > li > a,
-.pagination-large ul > li > span {
- padding: 11px 19px;
- font-size: 17.5px;
-}
-
-.pagination-large ul > li:first-child > a,
-.pagination-large ul > li:first-child > span {
- -webkit-border-bottom-left-radius: 6px;
- border-bottom-left-radius: 6px;
- -webkit-border-top-left-radius: 6px;
- border-top-left-radius: 6px;
- -moz-border-radius-bottomleft: 6px;
- -moz-border-radius-topleft: 6px;
-}
-
-.pagination-large ul > li:last-child > a,
-.pagination-large ul > li:last-child > span {
- -webkit-border-top-right-radius: 6px;
- border-top-right-radius: 6px;
- -webkit-border-bottom-right-radius: 6px;
- border-bottom-right-radius: 6px;
- -moz-border-radius-topright: 6px;
- -moz-border-radius-bottomright: 6px;
-}
-
-.pagination-mini ul > li:first-child > a,
-.pagination-small ul > li:first-child > a,
-.pagination-mini ul > li:first-child > span,
-.pagination-small ul > li:first-child > span {
- -webkit-border-bottom-left-radius: 3px;
- border-bottom-left-radius: 3px;
- -webkit-border-top-left-radius: 3px;
- border-top-left-radius: 3px;
- -moz-border-radius-bottomleft: 3px;
- -moz-border-radius-topleft: 3px;
-}
-
-.pagination-mini ul > li:last-child > a,
-.pagination-small ul > li:last-child > a,
-.pagination-mini ul > li:last-child > span,
-.pagination-small ul > li:last-child > span {
- -webkit-border-top-right-radius: 3px;
- border-top-right-radius: 3px;
- -webkit-border-bottom-right-radius: 3px;
- border-bottom-right-radius: 3px;
- -moz-border-radius-topright: 3px;
- -moz-border-radius-bottomright: 3px;
-}
-
-.pagination-small ul > li > a,
-.pagination-small ul > li > span {
- padding: 2px 10px;
- font-size: 11.9px;
-}
-
-.pagination-mini ul > li > a,
-.pagination-mini ul > li > span {
- padding: 0 6px;
- font-size: 10.5px;
-}
-
-.pager {
- margin: 20px 0;
- text-align: center;
- list-style: none;
- *zoom: 1;
-}
-
-.pager:before,
-.pager:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.pager:after {
- clear: both;
-}
-
-.pager li {
- display: inline;
-}
-
-.pager li > a,
-.pager li > span {
- display: inline-block;
- padding: 5px 14px;
- background-color: #fff;
- border: 1px solid #ddd;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
-}
-
-.pager li > a:hover,
-.pager li > a:focus {
- text-decoration: none;
- background-color: #f5f5f5;
-}
-
-.pager .next > a,
-.pager .next > span {
- float: right;
-}
-
-.pager .previous > a,
-.pager .previous > span {
- float: left;
-}
-
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- color: #999999;
- cursor: default;
- background-color: #fff;
-}
-
-.modal-backdrop {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1040;
- background-color: #000000;
-}
-
-.modal-backdrop.fade {
- opacity: 0;
-}
-
-.modal-backdrop,
-.modal-backdrop.fade.in {
- opacity: 0.8;
- filter: alpha(opacity=80);
-}
-
-.modal {
- position: fixed;
- top: 10%;
- left: 50%;
- z-index: 1050;
- width: 560px;
- margin-left: -280px;
- background-color: #ffffff;
- border: 1px solid #999;
- border: 1px solid rgba(0, 0, 0, 0.3);
- *border: 1px solid #999;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- outline: none;
- -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);
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding-box;
- background-clip: padding-box;
-}
-
-.modal.fade {
- top: -25%;
- -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
- -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
- -o-transition: opacity 0.3s linear, top 0.3s ease-out;
- transition: opacity 0.3s linear, top 0.3s ease-out;
-}
-
-.modal.fade.in {
- top: 10%;
-}
-
-.modal-header {
- padding: 9px 15px;
- border-bottom: 1px solid #eee;
-}
-
-.modal-header .close {
- margin-top: 2px;
-}
-
-.modal-header h3 {
- margin: 0;
- line-height: 30px;
-}
-
-.modal-body {
- position: relative;
- max-height: 400px;
- padding: 15px;
- overflow-y: auto;
-}
-
-.modal-form {
- margin-bottom: 0;
-}
-
-.modal-footer {
- padding: 14px 15px 15px;
- margin-bottom: 0;
- text-align: right;
- background-color: #f5f5f5;
- border-top: 1px solid #ddd;
- -webkit-border-radius: 0 0 6px 6px;
- -moz-border-radius: 0 0 6px 6px;
- border-radius: 0 0 6px 6px;
- *zoom: 1;
- -webkit-box-shadow: inset 0 1px 0 #ffffff;
- -moz-box-shadow: inset 0 1px 0 #ffffff;
- box-shadow: inset 0 1px 0 #ffffff;
-}
-
-.modal-footer:before,
-.modal-footer:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.modal-footer:after {
- clear: both;
-}
-
-.modal-footer .btn + .btn {
- margin-bottom: 0;
- margin-left: 5px;
-}
-
-.modal-footer .btn-group .btn + .btn {
- margin-left: -1px;
-}
-
-.modal-footer .btn-block + .btn-block {
- margin-left: 0;
-}
-
-.tooltip {
- position: absolute;
- z-index: 1030;
- display: block;
- font-size: 11px;
- line-height: 1.4;
- opacity: 0;
- filter: alpha(opacity=0);
- visibility: visible;
-}
-
-.tooltip.in {
- opacity: 0.8;
- filter: alpha(opacity=80);
-}
-
-.tooltip.top {
- padding: 5px 0;
- margin-top: -3px;
-}
-
-.tooltip.right {
- padding: 0 5px;
- margin-left: 3px;
-}
-
-.tooltip.bottom {
- padding: 5px 0;
- margin-top: 3px;
-}
-
-.tooltip.left {
- padding: 0 5px;
- margin-left: -3px;
-}
-
-.tooltip-inner {
- max-width: 200px;
- padding: 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;
- border-color: transparent;
- border-style: solid;
-}
-
-.tooltip.top .tooltip-arrow {
- bottom: 0;
- left: 50%;
- margin-left: -5px;
- border-top-color: #000000;
- border-width: 5px 5px 0;
-}
-
-.tooltip.right .tooltip-arrow {
- top: 50%;
- left: 0;
- margin-top: -5px;
- border-right-color: #000000;
- border-width: 5px 5px 5px 0;
-}
-
-.tooltip.left .tooltip-arrow {
- top: 50%;
- right: 0;
- margin-top: -5px;
- border-left-color: #000000;
- border-width: 5px 0 5px 5px;
-}
-
-.tooltip.bottom .tooltip-arrow {
- top: 0;
- left: 50%;
- margin-left: -5px;
- border-bottom-color: #000000;
- border-width: 0 5px 5px;
-}
-
-.popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1010;
- display: none;
- max-width: 276px;
- padding: 1px;
- text-align: left;
- white-space: normal;
- background-color: #ffffff;
- border: 1px solid #ccc;
- border: 1px solid rgba(0, 0, 0, 0.2);
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- -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;
-}
-
-.popover.top {
- margin-top: -10px;
-}
-
-.popover.right {
- margin-left: 10px;
-}
-
-.popover.bottom {
- margin-top: 10px;
-}
-
-.popover.left {
- margin-left: -10px;
-}
-
-.popover-title {
- padding: 8px 14px;
- margin: 0;
- font-size: 14px;
- font-weight: normal;
- line-height: 18px;
- background-color: #f7f7f7;
- border-bottom: 1px solid #ebebeb;
- -webkit-border-radius: 5px 5px 0 0;
- -moz-border-radius: 5px 5px 0 0;
- border-radius: 5px 5px 0 0;
-}
-
-.popover-title:empty {
- display: none;
-}
-
-.popover-content {
- padding: 9px 14px;
-}
-
-.popover .arrow,
-.popover .arrow:after {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
-}
-
-.popover .arrow {
- border-width: 11px;
-}
-
-.popover .arrow:after {
- border-width: 10px;
- content: "";
-}
-
-.popover.top .arrow {
- bottom: -11px;
- left: 50%;
- margin-left: -11px;
- border-top-color: #999;
- border-top-color: rgba(0, 0, 0, 0.25);
- border-bottom-width: 0;
-}
-
-.popover.top .arrow:after {
- bottom: 1px;
- margin-left: -10px;
- border-top-color: #ffffff;
- border-bottom-width: 0;
-}
-
-.popover.right .arrow {
- top: 50%;
- left: -11px;
- margin-top: -11px;
- border-right-color: #999;
- border-right-color: rgba(0, 0, 0, 0.25);
- border-left-width: 0;
-}
-
-.popover.right .arrow:after {
- bottom: -10px;
- left: 1px;
- border-right-color: #ffffff;
- border-left-width: 0;
-}
-
-.popover.bottom .arrow {
- top: -11px;
- left: 50%;
- margin-left: -11px;
- border-bottom-color: #999;
- border-bottom-color: rgba(0, 0, 0, 0.25);
- border-top-width: 0;
-}
-
-.popover.bottom .arrow:after {
- top: 1px;
- margin-left: -10px;
- border-bottom-color: #ffffff;
- border-top-width: 0;
-}
-
-.popover.left .arrow {
- top: 50%;
- right: -11px;
- margin-top: -11px;
- border-left-color: #999;
- border-left-color: rgba(0, 0, 0, 0.25);
- border-right-width: 0;
-}
-
-.popover.left .arrow:after {
- right: 1px;
- bottom: -10px;
- border-left-color: #ffffff;
- border-right-width: 0;
-}
-
-.thumbnails {
- margin-left: -20px;
- list-style: none;
- *zoom: 1;
-}
-
-.thumbnails:before,
-.thumbnails:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.thumbnails:after {
- clear: both;
-}
-
-.row-fluid .thumbnails {
- margin-left: 0;
-}
-
-.thumbnails > li {
- float: left;
- margin-bottom: 20px;
- margin-left: 20px;
-}
-
-.thumbnail {
- display: block;
- padding: 4px;
- line-height: 20px;
- border: 1px solid #ddd;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
-}
-
-a.thumbnail:hover,
-a.thumbnail:focus {
- border-color: #0088cc;
- -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
- -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
- box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-}
-
-.thumbnail > img {
- display: block;
- max-width: 100%;
- margin-right: auto;
- margin-left: auto;
-}
-
-.thumbnail .caption {
- padding: 9px;
- color: #555555;
-}
-
-.media,
-.media-body {
- overflow: hidden;
- *overflow: visible;
- zoom: 1;
-}
-
-.media,
-.media .media {
- margin-top: 15px;
-}
-
-.media:first-child {
- margin-top: 0;
-}
-
-.media-object {
- display: block;
-}
-
-.media-heading {
- margin: 0 0 5px;
-}
-
-.media > .pull-left {
- margin-right: 10px;
-}
-
-.media > .pull-right {
- margin-left: 10px;
-}
-
-.media-list {
- margin-left: 0;
- list-style: none;
-}
-
-.label,
-.badge {
- display: inline-block;
- padding: 2px 4px;
- font-size: 11.844px;
- font-weight: bold;
- line-height: 14px;
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- white-space: nowrap;
- vertical-align: baseline;
- background-color: #999999;
-}
-
-.label {
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
-}
-
-.badge {
- padding-right: 9px;
- padding-left: 9px;
- -webkit-border-radius: 9px;
- -moz-border-radius: 9px;
- border-radius: 9px;
-}
-
-.label:empty,
-.badge:empty {
- display: none;
-}
-
-a.label:hover,
-a.label:focus,
-a.badge:hover,
-a.badge:focus {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
-}
-
-.label-important,
-.badge-important {
- background-color: #b94a48;
-}
-
-.label-important[href],
-.badge-important[href] {
- background-color: #953b39;
-}
-
-.label-warning,
-.badge-warning {
- background-color: #f89406;
-}
-
-.label-warning[href],
-.badge-warning[href] {
- background-color: #c67605;
-}
-
-.label-success,
-.badge-success {
- background-color: #468847;
-}
-
-.label-success[href],
-.badge-success[href] {
- background-color: #356635;
-}
-
-.label-info,
-.badge-info {
- background-color: #3a87ad;
-}
-
-.label-info[href],
-.badge-info[href] {
- background-color: #2d6987;
-}
-
-.label-inverse,
-.badge-inverse {
- background-color: #333333;
-}
-
-.label-inverse[href],
-.badge-inverse[href] {
- background-color: #1a1a1a;
-}
-
-.btn .label,
-.btn .badge {
- position: relative;
- top: -1px;
-}
-
-.btn-mini .label,
-.btn-mini .badge {
- top: 0;
-}
-
-@-webkit-keyframes progress-bar-stripes {
- from {
- background-position: 40px 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-@-moz-keyframes progress-bar-stripes {
- from {
- background-position: 40px 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-@-ms-keyframes progress-bar-stripes {
- from {
- background-position: 40px 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-@-o-keyframes progress-bar-stripes {
- from {
- background-position: 0 0;
- }
- to {
- background-position: 40px 0;
- }
-}
-
-@keyframes progress-bar-stripes {
- from {
- background-position: 40px 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-.progress {
- height: 20px;
- margin-bottom: 20px;
- overflow: hidden;
- background-color: #f7f7f7;
- background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
- background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
- background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
- background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
- background-repeat: repeat-x;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-}
-
-.progress .bar {
- float: left;
- width: 0;
- height: 100%;
- font-size: 12px;
- color: #ffffff;
- text-align: center;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #0e90d2;
- background-image: -moz-linear-gradient(top, #149bdf, #0480be);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
- background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
- background-image: -o-linear-gradient(top, #149bdf, #0480be);
- background-image: linear-gradient(to bottom, #149bdf, #0480be);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
- -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-transition: width 0.6s ease;
- -moz-transition: width 0.6s ease;
- -o-transition: width 0.6s ease;
- transition: width 0.6s ease;
-}
-
-.progress .bar + .bar {
- -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
- -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
- box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-}
-
-.progress-striped .bar {
- background-color: #149bdf;
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- -webkit-background-size: 40px 40px;
- -moz-background-size: 40px 40px;
- -o-background-size: 40px 40px;
- background-size: 40px 40px;
-}
-
-.progress.active .bar {
- -webkit-animation: progress-bar-stripes 2s linear infinite;
- -moz-animation: progress-bar-stripes 2s linear infinite;
- -ms-animation: progress-bar-stripes 2s linear infinite;
- -o-animation: progress-bar-stripes 2s linear infinite;
- animation: progress-bar-stripes 2s linear infinite;
-}
-
-.progress-danger .bar,
-.progress .bar-danger {
- background-color: #dd514c;
- background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
- background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
- background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
- background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
-}
-
-.progress-danger.progress-striped .bar,
-.progress-striped .bar-danger {
- background-color: #ee5f5b;
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-
-.progress-success .bar,
-.progress .bar-success {
- background-color: #5eb95e;
- background-image: -moz-linear-gradient(top, #62c462, #57a957);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
- background-image: -webkit-linear-gradient(top, #62c462, #57a957);
- background-image: -o-linear-gradient(top, #62c462, #57a957);
- background-image: linear-gradient(to bottom, #62c462, #57a957);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
-}
-
-.progress-success.progress-striped .bar,
-.progress-striped .bar-success {
- background-color: #62c462;
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-
-.progress-info .bar,
-.progress .bar-info {
- background-color: #4bb1cf;
- background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
- background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
- background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
- background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
-}
-
-.progress-info.progress-striped .bar,
-.progress-striped .bar-info {
- background-color: #5bc0de;
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-
-.progress-warning .bar,
-.progress .bar-warning {
- background-color: #faa732;
- background-image: -moz-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(to bottom, #fbb450, #f89406);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
-}
-
-.progress-warning.progress-striped .bar,
-.progress-striped .bar-warning {
- background-color: #fbb450;
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-
-.accordion {
- margin-bottom: 20px;
-}
-
-.accordion-group {
- margin-bottom: 2px;
- border: 1px solid #e5e5e5;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-
-.accordion-heading {
- border-bottom: 0;
-}
-
-.accordion-heading .accordion-toggle {
- display: block;
- padding: 8px 15px;
-}
-
-.accordion-toggle {
- cursor: pointer;
-}
-
-.accordion-inner {
- padding: 9px 15px;
- border-top: 1px solid #e5e5e5;
-}
-
-.carousel {
- position: relative;
- margin-bottom: 20px;
- line-height: 1;
-}
-
-.carousel-inner {
- position: relative;
- width: 100%;
- overflow: hidden;
-}
-
-.carousel-inner > .item {
- position: relative;
- display: none;
- -webkit-transition: 0.6s ease-in-out left;
- -moz-transition: 0.6s ease-in-out left;
- -o-transition: 0.6s ease-in-out left;
- transition: 0.6s ease-in-out left;
-}
-
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
- display: block;
- line-height: 1;
-}
-
-.carousel-inner > .active,
-.carousel-inner > .next,
-.carousel-inner > .prev {
- display: block;
-}
-
-.carousel-inner > .active {
- left: 0;
-}
-
-.carousel-inner > .next,
-.carousel-inner > .prev {
- position: absolute;
- top: 0;
- width: 100%;
-}
-
-.carousel-inner > .next {
- left: 100%;
-}
-
-.carousel-inner > .prev {
- left: -100%;
-}
-
-.carousel-inner > .next.left,
-.carousel-inner > .prev.right {
- left: 0;
-}
-
-.carousel-inner > .active.left {
- left: -100%;
-}
-
-.carousel-inner > .active.right {
- left: 100%;
-}
-
-.carousel-control {
- position: absolute;
- top: 40%;
- left: 15px;
- width: 40px;
- height: 40px;
- margin-top: -20px;
- font-size: 60px;
- font-weight: 100;
- line-height: 30px;
- color: #ffffff;
- text-align: center;
- background: #222222;
- border: 3px solid #ffffff;
- -webkit-border-radius: 23px;
- -moz-border-radius: 23px;
- border-radius: 23px;
- opacity: 0.5;
- filter: alpha(opacity=50);
-}
-
-.carousel-control.right {
- right: 15px;
- left: auto;
-}
-
-.carousel-control:hover,
-.carousel-control:focus {
- color: #ffffff;
- text-decoration: none;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-
-.carousel-indicators {
- position: absolute;
- top: 15px;
- right: 15px;
- z-index: 5;
- margin: 0;
- list-style: none;
-}
-
-.carousel-indicators li {
- display: block;
- float: left;
- width: 10px;
- height: 10px;
- margin-left: 5px;
- text-indent: -999px;
- background-color: #ccc;
- background-color: rgba(255, 255, 255, 0.25);
- border-radius: 5px;
-}
-
-.carousel-indicators .active {
- background-color: #fff;
-}
-
-.carousel-caption {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0;
- padding: 15px;
- background: #333333;
- background: rgba(0, 0, 0, 0.75);
-}
-
-.carousel-caption h4,
-.carousel-caption p {
- line-height: 20px;
- color: #ffffff;
-}
-
-.carousel-caption h4 {
- margin: 0 0 5px;
-}
-
-.carousel-caption p {
- margin-bottom: 0;
-}
-
-.hero-unit {
- padding: 60px;
- margin-bottom: 30px;
- font-size: 18px;
- font-weight: 200;
- line-height: 30px;
- color: inherit;
- background-color: #eeeeee;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-}
-
-.hero-unit h1 {
- margin-bottom: 0;
- font-size: 60px;
- line-height: 1;
- letter-spacing: -1px;
- color: inherit;
-}
-
-.hero-unit li {
- line-height: 30px;
-}
-
-.pull-right {
- float: right;
-}
-
-.pull-left {
- float: left;
-}
-
-.hide {
- display: none;
-}
-
-.show {
- display: block;
-}
-
-.invisible {
- visibility: hidden;
-}
-
-.affix {
- position: fixed;
-}
diff --git a/css/bootstrap_admin_reset.css b/css/bootstrap_admin_reset.css
index 1f0fe67d8..ef8bcc699 100644
--- a/css/bootstrap_admin_reset.css
+++ b/css/bootstrap_admin_reset.css
@@ -1,42 +1,36 @@
-.no_bootstrap {
- line-height:normal;
- font-size:12px;
- font-family:Arial,Verdana,Helvetica,sans-serif;
-}
-
-.no_bootstrap a {
+#nobootstrap a {
line-height:normal;
}
-.no_bootstrap .categorieList a {
+#nobootstrap .categorieList a {
line-height:20px;
}
-.no_bootstrap p {
+#nobootstrap p {
line-height:normal;
}
-.no_bootstrap legend {
+#nobootstrap legend {
font-size:13px;
line-height:20px;
width:auto!important;
}
-.no_bootstrap label {
+#nobootstrap label {
font-size:13px;
display:inline;
line-height:normal;
}
-.no_bootstrap .breadcrumb {
+#nobootstrap .breadcrumb {
padding:0;
}
-.no_bootstrap li {
+#nobootstrap li {
line-height:normal;
}
-.no_bootstrap select,.no_bootstrap textarea,input {
+#nobootstrap select,#nobootstrap textarea,input {
height:auto!important;
font-size:12px!important;
line-height:normal;
@@ -49,46 +43,54 @@
width:auto;
}
-.no_bootstrap label,input,button,select,textarea {
+#nobootstrap label,input,button,select,textarea {
font-size:12px;
line-height:13px;
}
-.no_bootstrap input[type="radio"],.no_bootstrap input[type="checkbox"] {
+#nobootstrap input[type="radio"],#nobootstrap input[type="checkbox"] {
margin:0;
}
-.no_bootstrap input[type="text"] {
+#nobootstrap input[type="text"] {
height:14px!important;
}
-.no_bootstrap .table {
+#nobootstrap table.table {
margin:0;
padding:0;
- width:auto;
+ width:100%;
+ border: solid 1px black;
}
-.no_bootstrap table.widthfull {
+#nobootstrap table.table-bordered {
+ border: none;
+}
+#nobootstrap table.table-stripped {
+ border: none;
+}
+
+#nobootstrap table.widthfull {
width:100%;
}
-.no_bootstrap table {
+#nobootstrap table {
border-collapse:separate!important;
}
-.no_bootstrap .table thead th {
+#nobootstrap .table thead th {
vertical-align:top;
}
-.no_bootstrap .table th,.no_bootstrap .table td {
+#nobootstrap .table th,#nobootstrap .table td {
line-height:normal;
vertical-align:middle;
border-top:none;
}
-.no_bootstrap #header #header_search #bo_search_submit {
+#nobootstrap #header #header_search #bo_search_submit {
height:25px!important;
}
-.no_bootstrap [class^="icon-"], .no_bootstrap [class*=" icon-"] { width: auto}
\ No newline at end of file
+#nobootstrap [class^="icon-"], #nobootstrap [class*=" icon-"] { width: auto}
\ No newline at end of file