woocommerce/assets/css/admin.less

895 lines
19 KiB
Plaintext
Raw Normal View History

2011-08-10 17:11:11 +00:00
#toplevel_page_woocommerce .wp-menu-image {
2011-08-09 15:16:18 +00:00
background: url(../images/icons/menu_icons.png) no-repeat 0px -32px !important;
}
2011-08-10 17:11:11 +00:00
#toplevel_page_woocommerce:hover .wp-menu-image,
#toplevel_page_woocommerce.wp-has-current-submenu .wp-menu-image {
2011-08-09 15:16:18 +00:00
background: url(../images/icons/menu_icons.png) no-repeat 0px 0px !important;
}
2011-08-10 17:11:11 +00:00
#toplevel_page_woocommerce .wp-menu-image img {
2011-08-09 15:16:18 +00:00
display: none;
}
#menu-posts-product .wp-menu-image {
background: url(../images/icons/menu_icons.png) no-repeat -35px -32px !important;
}
#menu-posts-product:hover .wp-menu-image,
#menu-posts-product.wp-has-current-submenu .wp-menu-image {
background: url(../images/icons/menu_icons.png) no-repeat -35px 0px !important;
}
2011-08-10 17:11:11 +00:00
#menu-posts-shop_order .wp-menu-image {
2011-08-09 15:16:18 +00:00
background: url(../images/icons/menu_icons.png) no-repeat -70px -32px !important;
}
2011-08-10 17:11:11 +00:00
#menu-posts-shop_order:hover .wp-menu-image,
#menu-posts-shop_order.wp-has-current-submenu .wp-menu-image {
2011-08-09 15:16:18 +00:00
background: url(../images/icons/menu_icons.png) no-repeat -70px 0px !important;
}
2011-08-15 16:48:24 +00:00
#icon-woocommerce, .woocommerce_icon, .icon32-posts-product, .icon32-posts-shop_order, .icon32-posts-shop_coupon, .icon32-posts-product_variation {
2011-08-10 17:11:11 +00:00
background-image: url(../images/icons/woocommerce-icons.png) !important;
2011-08-10 17:19:06 +00:00
background-position: -11px -6px;
2011-08-09 15:16:18 +00:00
}
.icon32-posts-product {
2011-08-10 17:19:06 +00:00
background-position: -185px -6px !important;
2011-08-09 15:16:18 +00:00
}
.icon32-posts-product {
2011-08-10 17:19:06 +00:00
background-position: -69px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:19:06 +00:00
.icon32-posts-shop_order {
background-position: -127px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-19 20:11:04 +00:00
.icon32-attributes {
2011-08-10 17:19:06 +00:00
background-position: -185px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
.icon32-woocommerce-settings {
2011-08-10 17:19:06 +00:00
background-position: -359px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-15 16:48:24 +00:00
.icon32-posts-shop_coupon {
background-position: -475px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-19 20:11:04 +00:00
.icon32-posts-product_variation {
background-position: -533px -6px !important;
}
2011-08-09 15:16:18 +00:00
/* Orders */
.order_actions {
color: #999;
font-size: 11px;
li {
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
padding: 6px;
margin: 0;
line-height: 1.6em;
}
}
2011-08-10 17:11:11 +00:00
#woocommerce-order-items {
2011-08-09 15:16:18 +00:00
.inside {
margin: 0;
padding: 0;
background: #fefefe;
}
.buttons {
float: left;
padding-left: 6px;
vertical-align: top;
.item_id {
width: 300px;
vertical-align: top;
}
button {
margin: 2px 0 0 0;
}
}
.buttons-alt {
float: right;
padding-right: 6px;
}
h3 small {
color: #999;
}
}
dl.totals {
margin: 6px 6px 0;
float: left;
dt {
float: left;
width: 100%;
font-size: 1.2em;
font-weight: bold;
line-height: 2em;
}
dd {
line-height: 2em;
font-size: 1.2em;
float: left;
width: 100%;
input {
width: 100%;
vertical-align: middle;
float: left;
font-size: 1em;
margin: 0 !important;
}
input.first {
width: 49%;
float: left;
}
input.last {
width: 49%;
float: right;
}
}
}
2011-08-10 17:11:11 +00:00
.woocommerce_order_items_wrapper {
2011-08-09 15:16:18 +00:00
margin: 0;
2011-08-10 17:11:11 +00:00
table.woocommerce_order_items {
2011-08-09 15:16:18 +00:00
width: 100%;
background: #fff;
thead th {
background: #ECECEC;
2011-08-20 15:41:42 +00:00
padding: 8px 8px;
2011-08-09 15:16:18 +00:00
font-size: 11px;
text-align: left;
}
td {
2011-08-20 15:41:42 +00:00
padding: 8px 8px;
2011-08-09 15:16:18 +00:00
text-align: left;
2011-08-19 20:11:04 +00:00
line-height: 26px;
vertical-align: top;
2011-08-09 15:16:18 +00:00
border-bottom: 1px dotted #ececec;
input, textarea {
width: 100%;
}
select {
width: 50%;
}
input, textarea {
font-size: 14px;
padding: 4px;
color: #555;
}
}
.name {
min-width: 100px;
}
2011-08-20 15:41:42 +00:00
.center, .variation-id, .product-id {
2011-08-09 15:16:18 +00:00
text-align: center;
}
2011-08-20 15:41:42 +00:00
.quantity, .cost, .tax {
width: 60px;
}
2011-08-09 15:16:18 +00:00
table.meta {
2011-08-20 15:41:42 +00:00
width: 100%;
2011-08-09 15:16:18 +00:00
tr {
td {
padding: 1px 4px 1px 0;
border: 0;
2011-08-20 15:41:42 +00:00
input {
width: 150px;
}
2011-08-09 15:16:18 +00:00
}
}
}
}
}
2011-08-10 17:11:11 +00:00
.woocommerce-order-panel {
2011-08-09 15:16:18 +00:00
overflow: hidden;
zoom: 1;
.panel {
padding: 0 9px;
}
.column {
width: 47%;
}
.first {
float: left;
}
.last {
float: right;
}
.panel p {
overflow: hidden;
zoom: 1;
margin: 0 !important;
font-size: 12px;
padding: 7px 0;
line-height: 24px;
}
label {
float: left;
width: 30%;
padding: 0;
.req {
font-weight: bold;
font-style: normal;
color: red;
}
}
.description {
padding: 0;
margin: 0 0 0 7px;
}
.description-block {
margin-left: 0;
display: block;
}
textarea, input, select {
margin: 0;
}
textarea {
width: 65% !important;
float: left;
}
input {
width: 65%;
float: left;
}
}
.widefat {
th.column-id {
width:60px !important;
2011-08-20 15:41:42 +00:00
}
2011-08-09 15:16:18 +00:00
.column-order_title {
time {
2011-08-20 15:41:42 +00:00
display: block;
2011-08-09 15:16:18 +00:00
color:#999;
2011-08-20 15:41:42 +00:00
margin: 3px 0;
2011-08-09 15:16:18 +00:00
}
}
2011-08-20 15:41:42 +00:00
small.meta {
display: block;
color:#999;
font-size: inherit;
margin: 3px 0;
}
.column-total_cost {
width:150px !important;
2011-08-09 15:16:18 +00:00
}
.column-order_status {
width:80px;
text-align: center;
mark {
display: block;
text-align: left;
text-indent: -9999px;
background: #fff;
height:16px;
width:16px;
background: #fff;
-webkit-box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1);
-webkit-border-radius:20px;
-moz-border-radius:20px;
-o-border-radius:20px;
border-radius:20px;
margin:1px auto;
font-size:9px;
text-transform: uppercase;
color:#fff;
font-weight: bold;
text-shadow:0 1px 0 rgba(0,0,0,0.1);
-webkit-transition: all ease-in-out .1s;
}
mark.pending {
background: #E66F00;
}
mark.completed {
background: green;
}
mark.onhold {
background: red;
}
mark.cancelled {
background: #dfdfdf;
}
mark.processing {
background: #2184c2;
}
mark.on-hold {
background: red;
}
mark.refunded {
background: #ccc;
}
mark:hover {
text-indent: 0;
width:auto;
text-align: center;
}
}
}
ul.subsubsub {
li.pending {
a {
color:#E66F00;
}
}
li.completed {
a {
color:green;
}
}
li.onhold {
a {
color:red;
}
}
li.cancelled {
a {
color:#dfdfdf;
}
}
li.refunded {
a {
color:#ccc;
}
}
}
/* Product list */
table.wp-list-table .column-thumb {
width: 66px;
text-align: center;
white-space: nowrap
}
table.wp-list-table .column-sku {
width: 100px;
}
table.wp-list-table img {
margin: 2px 0;
}
table.wp-list-table .column-thumb img {
padding: 2px;
border: 1px solid #dfdfdf;
vertical-align: middle;
}
table.wp-list-table span.na {
color: #999;
}
table.wp-list-table .column-featured, table.wp-list-table .column-sellable, table.wp-list-table .column-is_in_stock {
text-align: center !important;
}
/* Dashboard */
2011-08-19 14:48:41 +00:00
#dashboard_right_now p.woocommerce_sub {
position: static;
top: auto;
left: auto;
margin: 15px 5px 0;
padding: 0 0 5px 0;
border-bottom: #ECECEC 1px solid;
}
#dashboard_right_now .onhold {
color: red;
2011-08-09 15:16:18 +00:00
}
2011-08-19 14:48:41 +00:00
#dashboard_right_now .pending {
color: #e66f00;
2011-08-09 15:16:18 +00:00
}
2011-08-19 14:48:41 +00:00
#dashboard_right_now .complete {
color: green;
2011-08-09 15:16:18 +00:00
}
#dashboard_right_now .t, #dashboard_right_now .t a {
white-space: normal;
}
2011-08-09 15:16:18 +00:00
2011-08-19 14:48:41 +00:00
#woocommmerce_dashboard_sales {
2011-08-09 15:16:18 +00:00
h3 a {
float: right;
margin-left: 8px;
}
}
ul.recent-orders {
li {
overflow: hidden;
zoom: 1;
border-bottom: #ECECEC 1px solid;
padding: 0 0 8px;
margin: 0 0 8px;
.order-status {
float: right;
}
small {
color: #999;
}
.order-cost {
margin-left: 8px;
}
.completed {
color: green;
}
.on-hold {
color: red;
}
.processing {
color: #21759B;
}
.pending {
color: #E66F00;
}
.refunded, .cancelled {
color: #999;
}
}
}
2011-08-19 14:48:41 +00:00
#woocommmerce_dashboard_recent_reviews {
2011-08-09 15:16:18 +00:00
li {
line-height: 1.5em;
margin-bottom: 12px;
}
h4.meta {
line-height: 1.4;
margin: -.2em 0 0 0;
font-weight: normal;
color: #999;
}
blockquote {
padding: 0;
margin: 0;
}
.avatar {
float: left;
margin: 0 10px 5px 0;
}
.star-rating {
float: right;
width: 80px;
height: 16px;
background: url(../images/star.png) repeat-x left 0;
span {
background: url(../images/star.png) repeat-x left -32px;
height: 0;
padding-top: 16px;
overflow: hidden;
float: left;
}
}
}
/* Settings */
2011-08-13 16:07:10 +00:00
.woocommerce table.shippingrows {
2011-08-09 15:16:18 +00:00
border: 0;
width: 100%;
}
2011-08-13 16:07:10 +00:00
.woocommerce table.shippingrows td,.woocommerce table.shippingrows th {
2011-08-09 15:16:18 +00:00
padding: 4px 4px 4px 0 !important;
border: 0 !important;
vertical-align: middle;
}
2011-08-13 16:07:10 +00:00
.woocommerce table.shippingrows td a.remove {
2011-08-09 15:16:18 +00:00
margin: 0 !important;
}
2011-08-24 16:23:04 +00:00
div.taxrows {
.taxrow {
padding-bottom: 8px;
select {
width: 125px;
}
input.text {
width: 60px;
}
label.checkbox {
line-height: 1.5em;
margin: 0 8px;
input {
margin: 0 4px 0 0;
}
}
2011-08-09 15:16:18 +00:00
}
}
2011-08-10 17:11:11 +00:00
.woocommerce table.widefat {
2011-08-09 15:16:18 +00:00
table.coupon_rows {
border: 0 !important;
width: 100%;
thead {
th {
padding: 1px;
border: 0;
font-weight: normal;
font-size: 11px;
color: #999;
}
}
tbody {
td {
padding: 3px 3px 0 0;
border: 0;
vertical-align: middle;
input.text {
width: 95px;
}
}
}
}
}
2011-08-10 17:11:11 +00:00
.woocommerce #tabs-wrap table a.remove {
2011-08-09 15:16:18 +00:00
margin-left: 4px;
}
2011-08-10 17:11:11 +00:00
.woocommerce #tabs-wrap table p {
2011-08-09 15:16:18 +00:00
margin: 0 0 4px !important;
overflow: hidden;
zoom: 1;
}
2011-08-10 17:11:11 +00:00
.woocommerce #tabs-wrap table p a.add {
2011-08-09 15:16:18 +00:00
float: left;
}
/* Write Panels */
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs, .woocommerce ul.tabs {
2011-08-09 15:16:18 +00:00
background: #ececec;
padding: 7px 9px 0;
overflow: hidden;
zoom: 1;
line-height: 1em;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs li, .woocommerce ul.tabs li {
2011-08-09 15:16:18 +00:00
float: left;
padding: 0;
margin: 0 5px 0 0;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs li a, .woocommerce ul.tabs li a {
2011-08-09 15:16:18 +00:00
padding: 0;
margin: 0;
border: 0;
border: 1px solid #d5d5d5;
border-bottom: 0;
float: left;
padding: 7px 9px;
background: #e1e1e1;
text-decoration: none;
color: #555;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs li.active a, .woocommerce ul.tabs li.active a {
2011-08-11 22:39:02 +00:00
background: #f8f8f8;
2011-08-09 15:16:18 +00:00
border-color: #e1e1e1;
color: #333;
}
#woocommerce-product-data .inside, #woocommerce-product-type-options .inside, #woocommerce-order-data .inside, #woocommerce-product-type .inside {
2011-08-09 15:16:18 +00:00
padding: 0;
margin: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel, .panel {
2011-08-09 15:16:18 +00:00
padding: 9px 9px 9px 9px;
color: #555;
}
.woocommerce_page_settings .woocommerce_options_panel, .panel, #woocommerce-product-type .woocommerce_options_panel {
2011-08-09 15:16:18 +00:00
padding: 0;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-type-options .panel, #woocommerce-product-specs .inside {
2011-08-09 15:16:18 +00:00
padding: 9px;
margin: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel p, #woocommerce-product-type-options .panel p {
2011-08-09 15:16:18 +00:00
overflow: hidden;
zoom: 1;
margin: 0 0 9px;
font-size: 12px;
padding: 5px 9px;
2011-08-09 15:16:18 +00:00
line-height: 24px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel label {
2011-08-09 15:16:18 +00:00
float: left;
width: 150px;
padding: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel label .req {
2011-08-09 15:16:18 +00:00
font-weight: bold;
font-style: normal;
color: red;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .description {
2011-08-09 15:16:18 +00:00
padding: 0;
margin: 0 0 0 7px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .description-block {
2011-08-09 15:16:18 +00:00
margin-left: 0;
display: block;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel textarea, .woocommerce_options_panel input, .woocommerce_options_panel select {
2011-08-09 15:16:18 +00:00
margin: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel textarea {
2011-08-09 15:16:18 +00:00
width: 50% !important;
float: left;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel input {
2011-08-09 15:16:18 +00:00
width: 50%;
float: left;
}
.woocommerce_options_panel input.button {
width: auto;
margin-left: 8px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .checkbox, table.woocommerce_variable_attributes .checkbox {
2011-08-09 15:16:18 +00:00
vertical-align: middle;
margin: 7px 0;
2011-08-15 16:48:24 +00:00
width: auto;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel select {
2011-08-09 15:16:18 +00:00
float: left;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .short {
2011-08-09 15:16:18 +00:00
width: 20%;
}
.woocommerce_options_panel .options_group {
border-top: 1px solid white;
border-bottom: 1px solid #DFDFDF;
}
2011-08-09 15:16:18 +00:00
2011-08-10 17:11:11 +00:00
#woocommerce_attributes {
2011-08-09 15:16:18 +00:00
padding: 12px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_attributes_wrapper, .woocommerce_variable_attributes_wrapper {
2011-08-09 15:16:18 +00:00
margin-bottom: 7px;
border: 1px solid #ececec;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes, table.woocommerce_variable_attributes {
2011-08-09 15:16:18 +00:00
width: 100%;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes thead th, table.woocommerce_variable_attributes thead th {
2011-08-09 15:16:18 +00:00
background: #ececec;
padding: 7px 9px;
font-size: 11px;
text-align: left;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td, table.woocommerce_variable_attributes td {
2011-08-09 15:16:18 +00:00
padding: 2px 9px;
text-align: left;
vertical-align: middle;
border-bottom: 1px dotted #ececec;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td input, table.woocommerce_variable_attributes td input, table.woocommerce_variable_attributes td textarea {
2011-08-09 15:16:18 +00:00
width: 100%;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td select {
2011-08-09 15:16:18 +00:00
width: 100%;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td select.multiselect {
2011-08-09 15:16:18 +00:00
height: 8em !important;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td input, table.woocommerce_variable_attributes td input, table.woocommerce_variable_attributes td textarea {
2011-08-09 15:16:18 +00:00
font-size: 14px;
padding: 4px;
color: #555;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes .taxonomy td.name {
2011-08-09 15:16:18 +00:00
padding: 10px 15px;
font-size: 14px;
color: #555;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes .center {
2011-08-09 15:16:18 +00:00
text-align: center;
}
2011-08-20 21:03:31 +00:00
#woocommerce_attributes select.attribute_taxonomy, button.add_attribute, button.add_variable_attribute, button.add_variation, button.link_all_variations {
2011-08-09 15:16:18 +00:00
float: right;
}
#upsell_product_data, #crosssell_product_data {
padding: 0 9px 9px;
}
2011-08-09 15:16:18 +00:00
div.multi_select_products_wrapper {
float: left;
width: 49%;
padding: 0;
}
div.multi_select_products_wrapper-alt {
float: right;
2011-08-09 15:16:18 +00:00
}
.multi_select_products, div.multi_select_countries {
border: 1px solid #ececec;
height: 200px;
overflow: auto;
2011-08-13 13:57:48 +00:00
width: 100%;
2011-08-09 15:16:18 +00:00
float: left;
}
.multi_select_products {
background: #fff;
}
2011-08-09 15:16:18 +00:00
.multi_select_products li {
padding: 7px 9px;
line-height: 2em;
border-bottom: 1px dotted #ececec;
}
.multi_select_countries li {
padding: 3px 9px;
margin: 0;
line-height: 2em;
border-bottom: 1px dotted #ececec;
}
.multi_select_countries li label {
display: block;
}
.multi_select_countries li label input {
margin: 0 4px 0 0;
}
.multi_select_products button {
float: right;
vertical-align: middle;
}
2011-08-11 10:51:33 +00:00
.multi_select_products .product_search input {
width: 100%;
}
2011-08-09 15:16:18 +00:00
2011-08-10 17:11:11 +00:00
#woocommerce-product-data a.dp-choose-date {
2011-08-09 15:16:18 +00:00
float: left;
width: 16px;
height: 16px;
padding: 0;
margin: 4px 9px 0 3px;
display: block;
text-indent: -2000px;
overflow: hidden;
background: url(../images/calendar.png) no-repeat;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data a.dp-choose-date.dp-disabled {
2011-08-09 15:16:18 +00:00
background-position: 0 -20px;
cursor: default;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data input.dp-applied {
2011-08-09 15:16:18 +00:00
float: left;
}
#grouped_product_options, #virtual_product_options, #simple_product_options {
padding: 12px;
font-style: italic;
color: #666;
}
/* Configuration */
#variable_product_options {
p.description {
float: left;
padding: 0;
margin: 0;
}
}
2011-08-19 20:11:04 +00:00
.woocommerce_variation {
2011-08-09 15:16:18 +00:00
background: #ececec;
border: 1px solid #ececec;
margin: 0 0 8px;
p {
margin: 0 !important;
button {
float: right;
}
}
table td {
background: #fff;
padding: 6px 6px;
vertical-align: middle;
label {
color: #999;
font-size: 10px;
text-transform: uppercase;
text-align: left;
display: block;
line-height: 16px;
}
input {
float: left;
width: 100%;
}
&.upload_image {
width: 1%;
white-space: nowrap;
img {
float: none;
margin-right: 6px;
vertical-align: middle;
}
.button {
margin: 0;
padding: 4px 10px;
width: auto;
float: none;
vertical-align: middle;
}
}
}
}
.widefat .product-cat-placeholder {
outline: 1px dotted #A0C443;
height: 60px;
background: #000;
2011-08-10 17:11:11 +00:00
}
2011-08-20 15:41:42 +00:00
/* Tooltips */
.tips {
cursor: help;
text-decoration: none;
}
img.tips {
2011-08-20 15:41:42 +00:00
padding: 5px 0 0 0;
}
#easyTooltip {
padding:5px 10px;
border:3px solid #3da5d5;
background:#288ab7;
color: #fff;
font-size: 12px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
max-width: 300px;
2011-08-20 15:41:42 +00:00
}
2011-08-10 17:11:11 +00:00
/* Datepicker */
2011-08-24 16:23:04 +00:00
table.jCalendar{border:1px solid #000; background:#aaa; border-collapse:separate; border-spacing:2px; width:190px}
table.jCalendar th{background:#333; color:#fff; font-weight:bold; padding:3px 5px}
2011-08-10 17:11:11 +00:00
2011-08-24 16:23:04 +00:00
table.jCalendar td{background:#ccc; color:#000; padding:3px 5px; text-align:center; font-size:10px !important}
table.jCalendar td.other-month{background:#ddd; color:#aaa}
table.jCalendar td.today{background:#666; color:#fff}
table.jCalendar td.selected{background:#f66; color:#fff}
table.jCalendar td.selected.dp-hover{background:#f33; color:#fff}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td{background:#fff; color:#000}
table.jCalendar tr.selectedWeek td{background:#f66; color:#fff}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover{background:#bbb; color:#888}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover{background:#bbb; color:#888}
div.dp-popup{position:relative; background:#ccc; font-size:10px !important; font-family:arial,sans-serif; padding:2px; width:190px; line-height:1.2em}
div#dp-popup{position:absolute; z-index:199}
div.dp-popup h2{font-size:12px !important; text-align:center; margin:2px 0; padding:0}
a#dp-close{font-size:11px !important; padding:4px 0; text-align:center; display:block}
a#dp-close:hover{text-decoration:underline}
div.dp-popup a{color:#000; text-decoration:none; padding:3px 2px 0}
div.dp-popup div.dp-nav-prev{position:absolute; top:2px; left:4px; width:100px}
div.dp-popup div.dp-nav-prev a{float:left}
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a{cursor:pointer}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled{cursor:default}
div.dp-popup div.dp-nav-next{position:absolute; top:2px; right:4px; width:100px}
div.dp-popup div.dp-nav-next a{float:right}
div.dp-popup a.disabled{cursor:default; color:#aaa}
div.dp-popup td{cursor:pointer}
div.dp-popup td.disabled{cursor:default}
/* Multiselect
----------------------------------*/
.ui-multiselect { padding:3px 0 3px 4px; text-align:left; margin: 1px; vertical-align: middle; height: 24px; }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important; }
.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0; margin: 0; }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }
.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000 }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px; }
.ui-multiselect-checkboxes label input { position:relative; top:0; vertical-align: middle; }
.ui-multiselect-checkboxes label span { padding-left: 4px; }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-last { border-bottom:1px solid }
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }