﻿/*
Theme: Cross Point User Guide
Author: Erwin Steffnes
Copyright: 2013, Cross Point. All Rights Reserved
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Reset
***************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* Remember focus styles! */
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
/* Tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/* HTML 5 elements as block */
header,
footer,
aside,
nav,
article {
  display: block;
}
/* Hide google translate bar
***************************************************************/
.goog-te-banner-frame {
  visibility: hidden !important;
}
.goog-te-combo {
  margin: 0 !important;
  font-size: 12px !important;
  border: 1px solid #bbbbbb;
  height: 26px;
  padding-right: 30px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: right center;
  -moz-background-size: 35px 25px;
  -o-background-size: 35px 25px;
  -webkit-background-size: 35px 25px;
  background-size: 35px 25px;
  background-image: url('../Content/Images/icon_select_ctrl.png');
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-moz-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  .goog-te-combo {
    background-image: url('../Content/Images/icon_select_ctrl@2x.png');
  }
}
.goog-te-combo:focus {
  border: 1px solid #bbbbbb !important;
}
.goog-logo-link {
  font-size: 11px !important;
}
body {
  top: 0px !important;
}
/* Enable box sizing
***************************************************************/
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* Clearing Floats
***************************************************************/
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zone:after,
.widget-control:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* General
***************************************************************/
/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/
html {
  height: 100%;
}
body {
  height: 100%;
  line-height: 1;
  color: #444444;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
p {
  font-size: 13px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #f2f2f2;
}
::-webkit-scrollbar-thumb {
  border: 2px solid #f2f2f2;
  background: #bbbbbb;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5695b9;
  font-weight: 500;
  margin: .6em 0;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
h1 {
  font-size: 1.308em;
}
h2 {
  font-size: 1.231em;
}
h3 {
  font-size: 1.154em;
}
h4 {
  font-size: 1.077em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
/* Aside Headings */
aside h1 {
  font-size: 1.154em;
}
aside h2 {
  font-size: 1.077em;
}
aside h3 {
  font-size: 1em;
}
aside h4 {
  font-size: 1em;
}
aside h5 {
  font-size: 1em;
}
aside h6 {
  font-size: 1em;
}
/* Lists */
li ul,
li ol {
  margin: 0 1.5em;
}
ul,
ol {
  margin: 1.5em;
  line-height: 1.538em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
/* Text elements */
p {
  margin: 0 0 1em;
  line-height: 1.538em;
}
p img.left {
  float: left;
  margin: 0.923em 0.923em 0.923em 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 0.923em 0 0.923em 0.923em;
}
a:focus,
a:hover {
  text-decoration: none;
}
a {
  color: #444444;
  text-decoration: underline;
}
blockquote {
  margin: 0.923em;
  color: #444444;
  font-style: italic;
}
strong {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 0.923em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 0.923em 0;
  white-space: pre;
}
pre,
code,
tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.462em;
}
/* Forms
***************************************************************/
form {
  margin: 0;
  padding: 0;
}
legend {
  font-size: 1.231em;
  font-weight: normal;
  border: none;
}
fieldset {
  padding: 6px 0 0;
  margin: 0 0 12px 0;
  border: 0px solid #dbdbdb;
}
label {
  font-weight: normal;
  display: block;
  padding: 0 0 0.3em 0;
}
label.forcheckbox {
  margin: 0 0 0 .4em;
  display: inline;
}
input[type="text"],
input[type="password"] {
  display: block;
  padding: 0.3em;
}
input[type="checkbox"] {
  margin: .2em 0 1.2em 0;
}
fieldset ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
fieldset ol ol li {
  margin: 0 0 6px 0;
}
form.inline,
form.inline fieldset {
  /* todo: (heskew) need something other than .inline ... */

  display: inline;
}
form.inline fieldset {
  margin: 0;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 1px dotted #666d51;
}
input[readonly] {
  background-color: #EBEBE4;
  color: #545454;
}
legend span {
  font-weight: normal;
}
label span {
  font-weight: normal;
}
label input {
  vertical-align: text-top;
}
.hint {
  display: block;
  font-size: 0.846em;
  color: #999;
  margin-top: 3px;
  padding: 3px;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select,
textarea,
input.text,
input.textMedium,
input.text-small,
input.text-box {
  padding: 3px;
  border: 1px solid #bdbcbc;
  font-family: inherit;
  font-size: inherit;
}
input.text,
input.textMedium,
input.text-box {
  line-height: 1.2em;
}
/*Are we using the two classes below?*/
input.text-small {
  width: 4em;
}
input.textMedium {
  width: 26em;
}
select {
  padding: 1px;
}
select:focus,
textarea:focus,
input.text:focus,
input.text-box:focus,
input.text-small:focus,
input.textMedium:focus {
  border-color: #666d51;
}
input.check-box {
  margin-left: 0;
  vertical-align: -0.1em;
}
input.large.text,
textarea,
fieldset {
  clear: both;
}
textarea {
  min-height: 8em;
}
/* Default Structure
***************************************************************/
#layout-wrapper {
  background: #888888;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#layout-panel {
  background: #ffffff;
  width: 1200px;
  min-height: 100%;
  margin: 0 auto;
  padding: 25px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}
#layout-header {
  border-bottom: 1px solid #bbbbbb;
}
#layout-header h1 {
  font-size: 2.2em;
  padding: 0;
  margin: 0;
}
#layout-header .logo {
  float: right;
  display: inline-block;
  width: 208px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 208px 20px;
  -o-background-size: 208px 20px;
  -webkit-background-size: 208px 20px;
  background-size: 208px 20px;
  background-image: url('../Content/Images/logo.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-moz-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  #layout-header .logo {
    background-image: url('../Content/Images/logo@2x.png');
  }
}
@media all and (max-width: 1250px) {
  #layout-panel {
    width: 900px;
  }
}
@media all and (max-width: 950px) {
  #layout-panel {
    width: 700px;
  }
}
@media all and (max-width: 750px) {
  #layout-panel {
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #layout-header {
    text-align: right;
    border-bottom: 1px solid #bbbbbb;
  }
  #layout-header h1 {
    text-align: left;
    font-size: 2.2em;
    padding: 0;
    margin: 0;
  }
  #layout-header .logo {
    float: none;
    display: inline-block;
    width: 208px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 208px 20px;
    -o-background-size: 208px 20px;
    -webkit-background-size: 208px 20px;
    background-size: 208px 20px;
    background-image: url('../Content/Images/logo.png');
  }
}
@media all and (max-width: 750px) and only screen and (-webkit-min-device-pixel-ratio: 1.25), all and (max-width: 750px) and only screen and (min--moz-device-pixel-ratio: 1.25), all and (max-width: 750px) and only screen and (-moz-min-device-pixel-ratio: 1.25), all and (max-width: 750px) and only screen and (min-device-pixel-ratio: 1.25), all and (max-width: 750px) and only screen and (min-resolution: 120dpi), all and (max-width: 750px) and only screen and (min-resolution: 1.25dppx) {
  #layout-header .logo {
    background-image: url('../Content/Images/logo@2x.png');
  }
}
#layout-header,
#layout-featured,
#layout-before-main,
#layout-main,
#layout-footer,
#layout-after-main,
#layout-tripel {
  width: 100%;
}
/* Navigation */
#layout-navigation {
  display: block;
  border-bottom: 1px solid #dbdbdb;
}
/* Content menu */
.widget-main-menu {
  /* first level */

  /* second level */

  /* third level */

  /* fourth level */

  /* fifth level */

  /* deeper levels */

}
.widget-main-menu nav ul {
  font-size: 13px;
  list-style: disc;
}
.widget-main-menu nav ul li a {
  line-height: 24px;
}
.widget-main-menu nav > ul > li > ul {
  padding-left: 30px;
}
.widget-main-menu nav > ul > li > ul > li > ul {
  padding-left: 30px;
}
.widget-main-menu nav > ul > li > ul > li > ul > li > ul {
  padding-left: 30px;
}
.widget-main-menu nav > ul > li > ul > li > ul > li > ul > li > ul {
  padding-left: 30px;
}
.widget-main-menu nav > ul > li > ul > li > ul > li > ul > li > ul ul {
  display: none;
}
/* Breadcrumb */
nav ul.breadcrumb {
  border: none;
  display: inline-block;
  margin: -9px;
  line-height: 24px;
}
nav ul.breadcrumb li {
  float: left;
  border: none;
  background: none;
  display: inline-block;
  margin: 0;
  line-height: 24px;
  height: 24px;
}
nav ul.breadcrumb li:after {
  content: ">";
}
nav ul.breadcrumb li.last:after {
  content: "";
}
nav ul.breadcrumb li a {
  float: left;
  padding: 0 9px;
  display: block;
  font-size: 100%;
  text-decoration: underline;
}
nav ul.breadcrumb li a:hover {
  text-decoration: none;
}
/* Framed Structure
***************************************************************/
#layout-wrapper.framed {
  background: #ffffff;
}
#layout-wrapper.framed #layout-panel {
  padding: 0 15px 0 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#layout-wrapper.framed #layout-header {
  display: none;
}
/* Zones */
.zone {
  padding: 12px;
}
.zone-header {
  padding: 0;
  position: relative;
}
.zone-navigation {
  padding: 0;
}
.zone-before-content {
  height: 38px;
  padding: 12px 0 0 0;
}
.zone-before-content #google-translate {
  float: right;
}
.zone-content {
  overflow: hidden;
  padding: 10px 0 0 0;
}
.zone-after-content {
  padding: 12px 0;
}
.zone-footer {
  color: #999999;
}
/* Main
***************************************************************/
/* Content lists and details */
.content-description {
  font-size: 1.154em;
}
img.full-width {
  width: 100%;
}
.content-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-items li {
  padding: 0;
  margin: 0;
}
.content-items .content-item {
  border-top: 1px solid #dbdbdb;
  padding: 6px 0 6px 0;
}
.content-items .content-item header h1 {
  font-size: 1.308em;
  color: #434343;
}
.content-items .content-item header h1 a {
  color: #434343;
}
/* Tags */
.tags {
  margin-top: 12px;
}
.tags a {
  background-color: #dbdbdb;
  padding: 3px 6px;
  color: #434343;
}
.tags a:hover {
  background-color: #434343;
  color: #fff;
}
/* Metadata */
.metadata {
  margin: 0 0 12px 0;
  color: #999;
  font-size: 0.846em;
}
.metadata .published {
  display: inline;
  margin: 0 6px 0 0;
}
.metadata .commentcount {
  display: inline;
}
/* Comments */
#comments {
  margin: 24px 0 0 0;
  padding: 0;
}
.comment-form {
  margin: 24px 0 0 0;
  padding: 0;
}
.comments {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments li {
  margin: 12px 0 0 0;
  padding: 12px;
  border: 1px solid #dbdbdb;
}
.comment {
  margin: 0;
  padding: 0;
}
.comment h4 {
  font-size: 1.077em;
}
.comment-form #comment-by {
  font-size: 1.231em;
  font-weight: normal;
  margin: 0 0 1.2em 0;
  border: none;
}
.comment-form #comment-text {
  width: 33.2em;
}
.comment-form input[type="text"] {
  width: 32em;
}
.comment-count {
  font-size: 1.231em;
}
/* Confirmations */
.message,
.validation-summary-errors {
  margin: 10px 0 4px 0;
  padding: 4px;
}
.messages a {
  font-weight: bold;
}
.message-Information {
  background: #e6f1c9;
  /* green */

  border: 1px solid #cfe493;
  color: #062232;
}
.message-Warning {
  background: #fdf5bc;
  /* yellow */

  border: 1px solid #ffea9b;
}
.critical.message,
.validation-summary-errors,
.message-Error {
  background: #e68585;
  /* red */

  border: 1px solid #990808;
  color: #fff;
}
/* Secondary
***************************************************************/
/* Aside Zones */
/* If zone 1 is on */
.aside-1 #layout-content {
  float: right;
  width: 600px;
}
.aside-1 .aside-first {
  float: left;
  width: 360px;
}
/* If zone 2 is on */
.aside-2 #layout-content {
  float: left;
  width: 600px;
}
.aside-2 .aside-second {
  float: right;
  width: 360px;
}
/* If zones 1, 2 are on */
.aside-12 #layout-content {
  width: 600px;
}
.aside-12 .aside-first,
.aside-12 .aside-second {
  width: 180px;
}
.aside-12 .aside-first,
.aside-12 .aside-second,
.aside-12 #layout-content {
  float: left;
}
/* Tripel Zones*/
#layout-tripel > div {
  float: left;
  width: 960px;
}
/*2 zones on */
.tripel-12 #layout-tripel > div {
  width: 480px;
}
/* If zones 1, 2 are on */
.tripel-23 #layout-tripel > div {
  width: 480px;
}
/* If zones 2, 3 are on */
.tripel-13 #layout-tripel > div {
  width: 480px;
}
/* If zones 1, 3 are on */
/*3 zones on */
.tripel-123 #layout-tripel > div {
  width: 320px;
}
/* If zones 1, 2, 3 are on */
/* Quad Footer Zones */
#footer-quad > div {
  float: left;
  width: 240px;
}
/*1 zone on */
.split-1 #footer-quad-first {
  width: 960px;
}
/* If zone 1 is on */
.split-2 #footer-quad-second {
  width: 960px;
}
/* If zone 2 is on */
.split-3 #footer-quad-third {
  width: 960px;
}
/* If zone 3 is on */
.split-4 #footer-quad-fourth {
  width: 960px;
}
/* If zone 4 is on */
/*2 zones on */
.split-12 #footer-quad-first,
.split-12 #footer-quad-second {
  width: 480px;
}
/* If zones 1, 2 are on */
.split-13 #footer-quad-first,
.split-13 #footer-quad-third {
  width: 480px;
}
/* If zones 1, 3 are on */
.split-14 #footer-quad-first,
.split-14 #footer-quad-fourth {
  width: 480px;
}
/* If zones 1, 4 are on */
.split-23 #footer-quad-second,
.split-23 #footer-quad-third {
  width: 480px;
}
/* If zones 2, 3 are on */
.split-24 #footer-quad-second,
.split-24 #footer-quad-fourth {
  width: 480px;
}
/* If zones 2, 4 are on */
.split-34 #footer-quad-third,
.split-34 #footer-quad-fourth {
  width: 480px;
}
/* If zones 3, 4 are on */
/*3 zones on */
.split-234 #footer-quad-second {
  width: 480px;
}
/* If zones 2, 3, 4 are on */
.split-134 #footer-quad-first {
  width: 480px;
}
/* If zones 1, 3, 4 are on */
.split-124 #footer-quad-fourth {
  width: 480px;
}
/* If zones 1, 2, 4 are on */
.split-123 #footer-quad-third {
  width: 480px;
}
/* If zones 1, 2, 3 are on */
/*3 zones on - alternate layout*/
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:320px; }*//* If zones 1, 2, 3 are on */
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:320px; }*//* If zones 1, 2, 4 are on */
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:320px; }*//* If zones 1, 3, 4 are on */
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:320px; }*//* If zones 2, 3, 4 are on */
/* Widgets
***************************************************************/
.widget h1 {
  font-size: 1.154em;
}
.widget.widget-search-form input {
  margin: 0;
}
.widget.widget-search-form button {
  height: 28px;
}
.widget.widget-search-form fieldset {
  padding: 0;
  margin: 0;
}
/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control {
  position: relative;
  border: 1px dotted #5f97af;
}
.widget-control .manage-actions {
  position: absolute;
  top: 0px;
  right: 0px;
}
.widget-control .manage-actions a {
  display: block;
  background-color: #dbdbdb;
  color: #434343;
  padding: 3px 6px;
}
.widget-control .manage-actions a:hover {
  background-color: #434343;
  color: #fff;
  text-decoration: none;
}
/* Content Mode */
.content-control {
  border: 1px dotted #5f97af;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.content-control .manage-actions {
  position: absolute;
  top: 0px;
  right: 0px;
}
.content-control .manage-actions a {
  display: block;
  background-color: #dbdbdb;
  color: #434343;
  padding: 3px 6px;
}
.content-control .manage-actions a:hover {
  background-color: #434343;
  color: #fff;
  text-decoration: none;
}
/* Pager
***************************************************************/
.pager {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}
.pager li {
  float: left;
  padding: 0 12px 0 0;
  margin: 0;
}
.pager a,
.pager span {
  font-size: 1.077em;
  display: block;
  background-color: #dbdbdb;
  padding: 6px 6px;
  color: #434343;
}
.pager a:hover {
  background-color: #434343;
  color: #fff;
}
.pager span {
  background-color: inherit;
}
/* Misc
***************************************************************/
.small {
  font-size: 0.615em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.231em;
  line-height: 2.231em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.quiet {
  color: #666;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.credits {
  float: left;
}
.user-display {
  float: left;
  padding: 0 12px;
}
.login-form {
  margin: 24px 0 0 0;
}
/* CSS 3 Enhancements 
***************************************************************/
input[type="submit"],
input[type="button"],
button,
.button,
.button:link,
.button:visited {
  color: #333;
  background: #F5F5F5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cbcbcb));
  background: -moz-linear-gradient(top, #f5f5f5, #cbcbcb);
  border: 1px solid #999;
  cursor: pointer;
  margin: .2em 0 2em 0;
  padding: .3em 1.8em;
  text-align: center;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="button"]:focus,
button:hover,
.button:hover,
button:active,
.button:active,
button:focus,
.button:focus {
  text-decoration: none;
  background: #ebebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
  background: -moz-linear-gradient(top, #e1e1e1, #ebebeb);
}
