/* line 3, ../layout.sass */
body {
  color: #222;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  margin: 0;
}
/* line 9, ../layout.sass */
body.proffy {
  background-image: url("/images/proffy_bg.jpg");
}
/* line 12, ../layout.sass */
body.maklarofferter {
  background-image: url("/images/maklarofferter_bg.jpg");
}

/* line 15, ../layout.sass */
.no_wrap {
  white-space: nowrap;
}

/* line 18, ../layout.sass */
.separator {
  clear: both;
}

/* line 21, ../layout.sass */
.left {
  float: left;
}

/* line 24, ../layout.sass */
.right {
  float: right;
}

/* line 27, ../layout.sass */
.bold {
  font-weight: bold;
}

/* line 30, ../layout.sass */
.text_red {
  color: red;
}

/* line 33, ../layout.sass */
.text_green {
  color: green;
}

/* line 36, ../layout.sass */
.text_blue {
  color: blue;
}

/* line 40, ../layout.sass */
select.missing, select.invalid, input[type=text].missing, input[type=text].invalid, textarea.missing, textarea.invalid {
  background: #FFCCCC;
  border: 1px solid red;
}

/* line 44, ../layout.sass */
.main, header, footer {
  margin: 0 auto;
  width: 960px;
}

/* line 49, ../layout.sass */
.wider .main, .wider header, .wider footer {
  width: 1200px;
}

/* line 53, ../layout.sass */
.wide .main, .wide header, .wide footer {
  min-width: 1200px;
  width: 95%;
}

/* line 58, ../layout.sass */
.main .content {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #dedede;
  margin-bottom: 50px;
}
/* line 65, ../layout.sass */
.main .content .page {
  padding: 25px 40px 20px;
  font-size: 13px;
}
/* line 69, ../layout.sass */
.main .content .page h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 73, ../layout.sass */
.main .content .page h1.large {
  font-size: 32px;
}
/* line 76, ../layout.sass */
.main .column {
  float: left;
  width: 50%;
}

/* line 80, ../layout.sass */
a, a:visited {
  color: #2981e4;
  text-decoration: none;
}
/* line 84, ../layout.sass */
a:hover, a:visited:hover {
  text-decoration: underline;
}
/* line 87, ../layout.sass */
a.active, a:visited.active {
  font-weight: bold;
}

/* line 90, ../layout.sass */
table.standard {
  width: 100%;
  text-align: left;
}
/* line 94, ../layout.sass */
table.standard.green_top th {
  border-top-color: #2AE530;
}
/* line 97, ../layout.sass */
table.standard.red_top th {
  border-top-color: #E5302A;
}
/* line 100, ../layout.sass */
table.standard th {
  background: #f7f7f7;
  border-bottom: 1px solid #FFFFFF;
  border-top: 4px solid #2981E4;
  padding: 8px;
}
/* line 106, ../layout.sass */
table.standard td {
  background-color: #E8EDFF;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid transparent;
  padding: 8px;
  vertical-align: top;
}
/* line 113, ../layout.sass */
table.standard td.split {
  border-right: 1px solid #FFFFFF;
}
/* line 117, ../layout.sass */
table.standard tr.yellow td, table.standard td.yellow {
  background-color: #FFF9E5;
}
/* line 120, ../layout.sass */
table.standard tr.green td, table.standard td.green {
  background-color: #EBFFE5;
}
/* line 123, ../layout.sass */
table.standard tr.pink td, table.standard td.pink {
  background-color: #F9E5FF;
}
/* line 126, ../layout.sass */
table.standard tr.red td, table.standard td.red {
  background-color: #FFE5EB;
}
/* line 129, ../layout.sass */
table.standard tr.grey td, table.standard td.grey {
  background-color: #efefef;
}
/* line 132, ../layout.sass */
table.standard tr.orange td, table.standard td.orange {
  background-color: #FFEDE5;
}
/* line 135, ../layout.sass */
table.standard tr.teal td, table.standard td.teal {
  background-color: #E5FFF9;
}
/* line 140, ../layout.sass */
table.standard tr:hover.yellow td, table.standard tr:hover td.yellow {
  background-color: #FFF3CC;
  color: #4D3B00;
}
/* line 144, ../layout.sass */
table.standard tr:hover.green td, table.standard tr:hover td.green {
  background-color: #D8FFCC;
  color: #194D19;
}
/* line 148, ../layout.sass */
table.standard tr:hover.pink td, table.standard tr:hover td.pink {
  background-color: #F3CCFF;
  color: #993366;
}
/* line 152, ../layout.sass */
table.standard tr:hover.red td, table.standard tr:hover td.red {
  background-color: #FFCCD8;
  color: #732626;
}
/* line 156, ../layout.sass */
table.standard tr:hover.grey td, table.standard tr:hover td.grey {
  background-color: #E3E3E3;
}
/* line 159, ../layout.sass */
table.standard tr:hover.orange td, table.standard tr:hover td.orange {
  background-color: #FAE8E0;
  color: #996633;
}
/* line 163, ../layout.sass */
table.standard tr:hover.teal td, table.standard tr:hover td.teal {
  background-color: #E0FAF5;
  color: #267373;
}
/* line 167, ../layout.sass */
table.standard tr:hover td {
  background-color: #E1E6FA;
  color: #333399;
}

/* line 171, ../layout.sass */
input[type=text], input[type=password] {
  width: 200px;
}

/* line 174, ../layout.sass */
label + input, label + select, textarea {
  display: block;
  margin-bottom: 10px;
}

/* line 178, ../layout.sass */
#ui-datepicker-div {
  font-size: 12px;
}

/* line 181, ../layout.sass */
.button, .button:visited, button {
  background: #333 url(/images/overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  text-shadow: rgba(0, 0, 0, 0.25), 0 -1px 1px;
  border-width: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
}
/* line 195, ../layout.sass */
.button:hover, .button:visited:hover, button:hover {
  background-color: #111;
  color: #fff;
}
/* line 199, ../layout.sass */
.button:active, .button:visited:active, button:active {
  top: 1px;
}
/* line 202, ../layout.sass */
.button.small, .button.small:visited, .button:visited.small, .button:visited.small:visited, button.small, button.small:visited {
  font-size: 11px;
}
/* line 205, ../layout.sass */
.button, .button:visited, .button.medium, .button.medium:visited, .button:visited, .button:visited:visited, .button:visited.medium, .button:visited.medium:visited, button, button:visited, button.medium, button.medium:visited {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
/* line 211, ../layout.sass */
.button.large, .button.large:visited, .button:visited.large, .button:visited.large:visited, button.large, button.large:visited {
  font-size: 24px;
  padding: 8px 14px 9px;
}
/* line 215, ../layout.sass */
.button.super, .button.super:visited, .button:visited.super, .button:visited.super:visited, button.super, button.super:visited {
  font-size: 34px;
  padding: 8px 14px 9px;
}
/* line 219, ../layout.sass */
.button.pink, .button.magenta:visited, .button:visited.pink, .button:visited.magenta:visited, button.pink, button.magenta:visited {
  background-color: #e22092;
}
/* line 221, ../layout.sass */
.button.pink:hover, .button:visited.pink:hover, button.pink:hover {
  background-color: #c81e82;
}
/* line 223, ../layout.sass */
.button.green, .button.green:visited, .button:visited.green, .button:visited.green:visited, button.green, button.green:visited {
  background-color: #91bd09;
}
/* line 225, ../layout.sass */
.button.green:hover, .button:visited.green:hover, button.green:hover {
  background-color: #749a02;
}
/* line 227, ../layout.sass */
.button.red, .button.red:visited, .button:visited.red, .button:visited.red:visited, button.red, button.red:visited {
  background-color: #e62727;
}
/* line 229, ../layout.sass */
.button.red:hover, .button:visited.red:hover, button.red:hover {
  background-color: #cf2525;
}
/* line 231, ../layout.sass */
.button.orange, .button.orange:visited, .button:visited.orange, .button:visited.orange:visited, button.orange, button.orange:visited {
  background-color: #ff5c00;
}
/* line 233, ../layout.sass */
.button.orange:hover, .button:visited.orange:hover, button.orange:hover {
  background-color: #d45500;
}
/* line 235, ../layout.sass */
.button.blue, .button.blue:visited, .button:visited.blue, .button:visited.blue:visited, button.blue, button.blue:visited {
  background-color: #2981e4;
}
/* line 237, ../layout.sass */
.button.blue:hover, .button:visited.blue:hover, button.blue:hover {
  background-color: #2575cf;
}
/* line 239, ../layout.sass */
.button.yellow, .button.yellow:visited, .button:visited.yellow, .button:visited.yellow:visited, button.yellow, button.yellow:visited {
  background-color: #ffb515;
}
/* line 241, ../layout.sass */
.button.yellow:hover, .button:visited.yellow:hover, button.yellow:hover {
  background-color: #fc9200;
}

/* line 245, ../layout.sass */
table.standard.salary th, table.standard.salary td {
  padding: 4px;
}

/* line 248, ../layout.sass */
.color_info {
  float: right;
  margin-left: 15px;
  padding: 4px 10px;
  margin-bottom: 5px;
}
/* line 254, ../layout.sass */
.color_info.yellow {
  background-color: #FFF9E5;
}
/* line 257, ../layout.sass */
.color_info.yellow:hover {
  background-color: #FFF3CC;
}
/* line 260, ../layout.sass */
.color_info.blue {
  background-color: #E8EDFF;
}
/* line 263, ../layout.sass */
.color_info.blue:hover {
  background-color: #E1E6FA;
}
/* line 265, ../layout.sass */
.color_info.green {
  background-color: #EBFFE5;
}
/* line 268, ../layout.sass */
.color_info.green:hover {
  background-color: #D8FFCC;
}
/* line 271, ../layout.sass */
.color_info.red {
  background-color: #FFE5EB;
}
/* line 274, ../layout.sass */
.color_info.red:hover {
  background-color: #FFCCD8;
}
/* line 277, ../layout.sass */
.color_info.orange {
  background-color: #FFEDE5;
}
/* line 280, ../layout.sass */
.color_info.orange:hover {
  background-color: #FAE8E0;
}
/* line 283, ../layout.sass */
.color_info.grey {
  background-color: #efefef;
}
/* line 286, ../layout.sass */
.color_info.grey:hover {
  background-color: #E3E3E3;
}
/* line 289, ../layout.sass */
.color_info.teal {
  background-color: #E5FFF9;
}
/* line 292, ../layout.sass */
.color_info.teal:hover {
  background-color: #E0FAF5;
}

/* line 295, ../layout.sass */
.ui-datepicker-week-end {
  display: none;
}
