/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 12, ../sass/_colors.scss */
body {
  background: #CFD8DC;
  color: #626262;
}

/* line 18, ../sass/_colors.scss */
body.login div.content {
  background-color: white;
}
/* line 20, ../sass/_colors.scss */
body.login div.content div.logo {
  background-color: #607D8B;
}

/* line 26, ../sass/_colors.scss */
a:link, a:visited {
  color: #212121;
}

/* line 30, ../sass/_colors.scss */
table tr:nth-child(odd),
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
  background-color: #E3EAED;
}

/* line 36, ../sass/_colors.scss */
div.editable:hover {
  background-color: #fff227;
}

/* line 41, ../sass/_colors.scss */
table.selectable tr:hover td {
  background-color: #fff227;
}

/* line 47, ../sass/_colors.scss */
table.layout tr {
  background-color: transparent;
}

/* line 50, ../sass/_colors.scss */
fieldset {
  border: 1px solid #CFD8DC;
}

/* line 54, ../sass/_colors.scss */
div#header_background {
  background-color: #607D8B;
}
/* line 56, ../sass/_colors.scss */
div#header_background div#header {
  background-color: #455A64;
}

/* line 61, ../sass/_colors.scss */
div#content {
  background-color: #607D8B;
}
/* line 64, ../sass/_colors.scss */
div#content #top_panel {
  color: #FFFFFF;
}
/* line 67, ../sass/_colors.scss */
div#content #left_panel {
  color: #FFFFFF;
}
/* line 69, ../sass/_colors.scss */
div#content #left_panel #budget_group_selector {
  background-color: #455A64;
}
/* line 74, ../sass/_colors.scss */
div#content #left_panel #budget_group_selector a:link, div#content #left_panel #budget_group_selector a:visited {
  color: #FFFFFF;
}
/* line 78, ../sass/_colors.scss */
div#content #left_panel #divBudgetGroupsOptions {
  background-color: #455A64;
}
/* line 83, ../sass/_colors.scss */
div#content #right_panel {
  background-color: white;
}

/* line 89, ../sass/_colors.scss */
ul a:link, ul a:visited {
  color: #FFFFFF;
}
/* line 94, ../sass/_colors.scss */
ul.vertical-menu a {
  background-color: #95ADB8;
}
/* line 97, ../sass/_colors.scss */
ul.vertical-menu a:hover {
  background-color: #CFD8DC;
}
/* line 103, ../sass/_colors.scss */
ul.horizontal-buttons a {
  background-color: #95ADB8;
}
/* line 106, ../sass/_colors.scss */
ul.horizontal-buttons a:hover {
  background-color: #CFD8DC;
}
/* line 112, ../sass/_colors.scss */
ul.top-menu a:hover {
  background-color: #607D8B;
}
/* line 117, ../sass/_colors.scss */
ul li.selected a, ul li.selected a:hover {
  background-color: #FF5252;
}
/* line 121, ../sass/_colors.scss */
ul li span.strong {
  color: #FFEE00;
  font-weight: bold;
}

/* line 128, ../sass/_colors.scss */
div.tabmenu ul {
  background-color: #607D8B;
}
/* line 130, ../sass/_colors.scss */
div.tabmenu ul a:hover {
  background-color: #95ADB8;
}
/* line 133, ../sass/_colors.scss */
div.tabmenu ul li.selected a:hover {
  background-color: #FF5252;
}

/* line 138, ../sass/_colors.scss */
div.tabcontent {
  padding: 10px;
  border: 1px solid #CFD8DC;
  border-top: none;
}

/* line 144, ../sass/_colors.scss */
div.arrow a span:hover {
  background-color: #95ADB8;
}

/* line 147, ../sass/_colors.scss */
div.arrow a span:active {
  background-color: #FF5252;
}

/* line 151, ../sass/_colors.scss */
#footer {
  color: #FFFFFF;
  background-color: #455A64;
}

/* line 157, ../sass/_colors.scss */
#divReportSelector {
  background-color: #CFD8DC;
}

/* line 160, ../sass/_colors.scss */
div.report_parameters {
  background-color: #CFD8DC;
}

/* line 165, ../sass/_colors.scss */
.activity_section {
  background-color: #E3EAED;
}
/* line 167, ../sass/_colors.scss */
.activity_section .title {
  background-color: #CFD8DC;
}

/* line 11, ../sass/screen.scss */
body {
  font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
  font-size: 70%;
  margin: 0;
}

/* line 17, ../sass/screen.scss */
a {
  text-decoration: none;
}
/* line 19, ../sass/screen.scss */
a:hover {
  text-decoration: underline;
}

/* line 24, ../sass/screen.scss */
p {
  margin: 0;
}

/* line 28, ../sass/screen.scss */
table {
  width: 100%;
}
/* line 30, ../sass/screen.scss */
table tr td {
  padding: 3px;
}
/* line 33, ../sass/screen.scss */
table td.right {
  text-align: right;
}
/* line 36, ../sass/screen.scss */
table td.center {
  text-align: center;
}
/* line 40, ../sass/screen.scss */
table.selectable td:hover {
  cursor: pointer;
}
/* line 43, ../sass/screen.scss */
table.selectable tr td {
  padding: 6px 4px;
}

/* line 48, ../sass/screen.scss */
fieldset {
  padding: 1em;
  margin-bottom: 1em;
}

/* line 53, ../sass/screen.scss */
dl {
  line-height: 2em;
  margin: 0em 0em;
}
/* line 57, ../sass/screen.scss */
dl dt {
  font-weight: bold;
  padding-left: 4px;
  vertical-align: top;
  width: 16em;
}
/* line 63, ../sass/screen.scss */
dl dd {
  margin-left: 16em;
  margin-top: -2em;
  vertical-align: top;
}

/* line 70, ../sass/screen.scss */
.hidden {
  display: none;
}

/* line 75, ../sass/screen.scss */
label {
  display: block;
  font-size: 110%;
}

/* line 81, ../sass/screen.scss */
input, textarea {
  clear: both;
  font-size: 140%;
  font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

/* line 88, ../sass/screen.scss */
select {
  clear: both;
  font-size: 120%;
  vertical-align: text-bottom;
}

/* line 95, ../sass/screen.scss */
ul.tabmenu,
ul.horizontal-menu {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 102, ../sass/screen.scss */
ul.tabmenu li,
ul.horizontal-menu li {
  display: inline;
}
/* line 104, ../sass/screen.scss */
ul.tabmenu li a,
ul.horizontal-menu li a {
  float: left;
}

/* line 111, ../sass/screen.scss */
div.tabmenu ul {
  width: 100%;
}
/* line 113, ../sass/screen.scss */
div.tabmenu ul a {
  padding: 10px;
}

/* line 119, ../sass/screen.scss */
ul.vertical-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 124, ../sass/screen.scss */
ul.vertical-menu li {
  text-align: center;
  width: 100%;
}
/* line 127, ../sass/screen.scss */
ul.vertical-menu li a {
  margin: 4px;
  padding: 6px;
  float: left;
  width: 180px;
}
/* line 133, ../sass/screen.scss */
ul.vertical-menu li.separator span {
  float: left;
  width: 180px;
}

/* line 141, ../sass/screen.scss */
ul.top-menu a {
  padding: 13px 8px;
}
/* line 145, ../sass/screen.scss */
ul.top-menu#user_info {
  float: right;
}
/* line 147, ../sass/screen.scss */
ul.top-menu#user_info a {
  float: right;
  line-height: 16px;
}
/* line 152, ../sass/screen.scss */
ul.top-menu#user_info a.icon {
  padding: 9px 6px;
}
/* line 156, ../sass/screen.scss */
ul.top-menu#user_info li > a > div {
  height: 24px;
  width: 24px;
}
/* line 159, ../sass/screen.scss */
ul.top-menu#user_info li > a > div span div {
  height: 24px;
  width: 24px;
  background-image: url("../img/layout/icons/settings.png");
  background-size: 72px 24px;
  position: absolute;
}
/* line 166, ../sass/screen.scss */
ul.top-menu#user_info li > a > div #divLogout {
  background-position: 48px 0px;
}
/* line 169, ../sass/screen.scss */
ul.top-menu#user_info li > a > div #divSettings {
  background-position: 0px 0px;
}
/* line 172, ../sass/screen.scss */
ul.top-menu#user_info li > a > div #divHelp {
  background-position: 96px 0px;
}

/* line 179, ../sass/screen.scss */
div.paginator {
  padding: 4px;
  text-align: center;
}

/* line 185, ../sass/screen.scss */
div#header {
  font-size: 120%;
  width: 1240px;
  margin: auto;
}
/* line 189, ../sass/screen.scss */
div#header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 200, ../sass/screen.scss */
div#content {
  width: 1240px;
  margin: auto;
  margin-top: 16px;
}
/* line 205, ../sass/screen.scss */
div#content #left_panel {
  float: left;
  width: 220px;
}
/* line 209, ../sass/screen.scss */
div#content #left_panel #left_panel_links {
  padding: 10px 10px 0px 10px;
}
/* line 213, ../sass/screen.scss */
div#content #left_panel h2 {
  margin-top: 20px;
  margin-left: 4px;
}
/* line 218, ../sass/screen.scss */
div#content #left_panel #budget_group_selector {
  line-height: 50px;
  text-align: center;
  font-size: 160%;
  cursor: pointer;
}
/* line 223, ../sass/screen.scss */
div#content #left_panel #budget_group_selector:hover, div#content #left_panel #budget_group_selector.expanded {
  background-image: url("../img/layout/icons/small_arrow.png");
  background-position: 190px 15px;
  background-size: 17px 17px;
  background-repeat: no-repeat;
}
/* line 229, ../sass/screen.scss */
div#content #left_panel #budget_group_selector.expanded {
  background-image: url("../img/layout/icons/small_arrow_down.png");
}
/* line 233, ../sass/screen.scss */
div#content #left_panel #divBudgetGroupsOptions {
  display: none;
  padding-left: 10px;
  padding-bottom: 10px;
}
/* line 239, ../sass/screen.scss */
div#content #right_panel {
  float: right;
  width: 980px;
  padding: 20px;
  min-height: 400px;
}
/* line 246, ../sass/screen.scss */
div#content #top_panel #panel_image {
  width: 220px;
  height: 56px;
  float: left;
}
/* line 251, ../sass/screen.scss */
div#content #top_panel #panel_header {
  width: 1020px;
  height: 56px;
  line-height: 56px;
  float: right;
}
/* line 257, ../sass/screen.scss */
div#content #top_panel #panel_header #panel_header_title {
  float: left;
  font-size: 160%;
  text-align: center;
  width: 908px;
}
/* line 264, ../sass/screen.scss */
div#content #top_panel #panel_header div.arrow {
  width: 56px;
  height: 56px;
  position: relative;
}
/* line 268, ../sass/screen.scss */
div#content #top_panel #panel_header div.arrow a span {
  background-image: url("../img/layout/icons/arrows.png");
  background-size: 112px 56px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 277, ../sass/screen.scss */
div#content #top_panel #panel_header div.arrow.left {
  float: left;
}
/* line 279, ../sass/screen.scss */
div#content #top_panel #panel_header div.arrow.left a span {
  background-position: 56px 0px;
}
/* line 283, ../sass/screen.scss */
div#content #top_panel #panel_header div.arrow.right {
  float: right;
}
/* line 285, ../sass/screen.scss */
div#content #top_panel #panel_header div.arrow.right a span {
  background-position: 0px 0px;
}

/* line 294, ../sass/screen.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 305, ../sass/screen.scss */
div#footer {
  width: 1200px;
  margin: auto;
  min-height: 40px;
  padding: 20px;
  text-align: center;
}
/* line 312, ../sass/screen.scss */
div#footer div#divSqlDump {
  margin-top: 15px;
  text-align: left;
  color: black;
  background-color: white;
  padding: 4px;
}

/* line 322, ../sass/screen.scss */
#divReportSelector {
  padding: 10px;
  vertical-align: middle;
}
/* line 325, ../sass/screen.scss */
#divReportSelector h2 {
  float: left;
  margin: 0px 30px 0px 0px;
}
/* line 329, ../sass/screen.scss */
#divReportSelector #divReportSelectorDdl {
  float: left;
  height: 100%;
}

/* line 335, ../sass/screen.scss */
div.report_parameters {
  padding: 10px;
  margin-top: 10px;
}
/* line 338, ../sass/screen.scss */
div.report_parameters div.report_parameters_grouping {
  float: left;
  padding-right: 30px;
}

/* line 344, ../sass/screen.scss */
#fullscreen_button {
  display: none;
  float: right;
  height: 24px;
  width: 24px;
}

/* line 351, ../sass/screen.scss */
#div_to_fullscreen {
  background-color: white;
}

/* line 355, ../sass/screen.scss */
#cancel_fullscreen a {
  float: right;
  height: 24px;
  width: 24px;
  margin: 20px;
}

/* line 361, ../sass/screen.scss */
div.fullscreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 364, ../sass/screen.scss */
input.short {
  width: 70px;
}
/* line 367, ../sass/screen.scss */
input.tiny {
  width: 50px;
}
/* line 370, ../sass/screen.scss */
input.full-width {
  width: 95%;
}

/* line 377, ../sass/screen.scss */
#fsActivityInfo div.left {
  float: left;
}
/* line 380, ../sass/screen.scss */
#fsActivityInfo div.right {
  float: right;
}
/* line 383, ../sass/screen.scss */
#fsActivityInfo #fsActivityInfoTop > div {
  width: 30%;
}
/* line 387, ../sass/screen.scss */
#fsActivityInfo #fsActivityType div.left {
  width: 20%;
}
/* line 390, ../sass/screen.scss */
#fsActivityInfo #fsActivityType img {
  cursor: pointer;
}
/* line 393, ../sass/screen.scss */
#fsActivityInfo #fsActivityType input[type="radio"] {
  float: left;
  margin-top: 30px;
  margin-left: 10px;
}
/* line 398, ../sass/screen.scss */
#fsActivityInfo #fsActivityType label {
  float: left;
}
/* line 403, ../sass/screen.scss */
#fsActivityInfo div.activity_section {
  margin: 10px 0px;
}
/* line 405, ../sass/screen.scss */
#fsActivityInfo div.activity_section div.buttons {
  text-align: center;
  padding: 6px;
}
/* line 408, ../sass/screen.scss */
#fsActivityInfo div.activity_section div.buttons input[type="button"] {
  width: 150px;
  margin: 0px 20px;
}
/* line 413, ../sass/screen.scss */
#fsActivityInfo div.activity_section div.title {
  font-size: 120%;
  font-weight: bold;
  padding: 1em;
}
/* line 417, ../sass/screen.scss */
#fsActivityInfo div.activity_section div.title span {
  float: left;
}
/* line 420, ../sass/screen.scss */
#fsActivityInfo div.activity_section div.title button {
  float: right;
}
/* line 427, ../sass/screen.scss */
#fsActivityInfo #divDescription textarea {
  margin: 10px;
}
/* line 434, ../sass/screen.scss */
#fsActivityInfo #divProducts #divProductsAdd #ddlProductType {
  width: 30%;
}
/* line 437, ../sass/screen.scss */
#fsActivityInfo #divProducts #divProductsAdd #ddlProduct {
  width: 60%;
}
/* line 440, ../sass/screen.scss */
#fsActivityInfo #divProducts #divProductsAdd #divProductsSelector > div {
  float: left;
}
/* line 444, ../sass/screen.scss */
#fsActivityInfo #divProducts #divProductsAdd #divProductData div.message {
  color: white;
  font-weight: bold;
  font-size: 120%;
  padding: 6px;
}
/* line 451, ../sass/screen.scss */
#fsActivityInfo #divProducts #divProductsAdd div.width2 {
  width: 40%;
}
/* line 454, ../sass/screen.scss */
#fsActivityInfo #divProducts #divProductsAdd div.width1 {
  width: 20%;
}
/* line 461, ../sass/screen.scss */
#fsActivityInfo #divLabourAdd div.clearfix > div.left {
  padding-right: 10px;
}

/* line 468, ../sass/screen.scss */
#divPaddocks {
  max-height: 500px;
}

/* line 471, ../sass/screen.scss */
.map .button {
  border: 1px solid #555;
  background-color: white;
  cursor: pointer;
  text-align: center;
  padding: 4px 16px;
  border-radius: 4px;
  -moz-box-shadow: #666 1px 1px 4px;
  -webkit-box-shadow: #666 1px 1px 4px;
  box-shadow: #666 1px 1px 4px;
}

/* line 482, ../sass/screen.scss */
body.login {
  padding: 0px;
  height: 100%;
}
/* line 486, ../sass/screen.scss */
body.login div.container {
  width: 100%;
  height: 100%;
  display: table;
}
/* line 491, ../sass/screen.scss */
body.login div.container div.position {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
/* line 497, ../sass/screen.scss */
body.login div.container div.position div.content {
  margin: auto;
  width: 260px;
  padding-bottom: 10px;
  text-align: center;
}
/* line 503, ../sass/screen.scss */
body.login div.container div.position div.content div {
  padding: 4px;
}
/* line 506, ../sass/screen.scss */
body.login div.container div.position div.content div.logo {
  margin-bottom: 10px;
}

/* line 515, ../sass/screen.scss */
div.stock-block {
  margin-bottom: 25px;
}
/* line 517, ../sass/screen.scss */
div.stock-block h2 {
  padding: 5px;
  background-color: #CFD8DC;
  margin-bottom: 0px;
}
/* line 523, ../sass/screen.scss */
div.stock-block div.warehouses {
  background-color: #E3EAED;
  padding: 5px;
}

/* line 532, ../sass/screen.scss */
.ui-autocomplete.ui-menu {
  z-index: 10001;
}

/* line 536, ../sass/screen.scss */
#ajaxAddCropObservationDiv .product_row {
  padding-bottom: 10px;
}
/* line 537, ../sass/screen.scss */
#ajaxAddCropObservationDiv .product_row label {
  display: inline;
}

/* line 544, ../sass/screen.scss */
.task-filters label {
  display: inline-block;
  margin-right: 2px;
}
/* line 548, ../sass/screen.scss */
.task-filters .input {
  float: left;
  margin-right: 30px;
  display: inline-block;
}

/* line 556, ../sass/screen.scss */
div#divTasks .task {
  width: 100%;
  height: 34px;
  vertical-align: middle;
  background-color: #EEE;
  margin: 4px 0px;
}
/* line 563, ../sass/screen.scss */
div#divTasks .task .priority {
  width: 24px;
  height: 34px;
  background-color: #AAA;
  float: left;
  display: inline-block;
  cursor: move;
}
/* line 571, ../sass/screen.scss */
div#divTasks .task .priority.priority-1 {
  background-color: #FF0000;
}
/* line 574, ../sass/screen.scss */
div#divTasks .task .priority.priority-2 {
  background-color: #FF8888;
}
/* line 577, ../sass/screen.scss */
div#divTasks .task .priority.priority-3 {
  background-color: #EEAA77;
}
/* line 580, ../sass/screen.scss */
div#divTasks .task .priority.priority-4 {
  background-color: #EEEE88;
}
/* line 585, ../sass/screen.scss */
div#divTasks .task .task-body {
  float: left;
  margin-left: 6px;
  margin-top: 4px;
}
/* line 591, ../sass/screen.scss */
div#divTasks .task:hover .delete-btn {
  display: inline-block;
}
/* line 595, ../sass/screen.scss */
div#divTasks .task .delete-btn {
  float: right;
  display: none;
  margin: 11px 2px;
}
/* line 601, ../sass/screen.scss */
div#divTasks .task .text {
  font-size: 80%;
  margin-top: 1px;
}
/* line 606, ../sass/screen.scss */
div#divTasks .task .check-complete {
  width: 30px;
  height: 30px;
  float: right;
  background-size: 30px 30px;
  display: inline-block;
  margin: 2px 5px;
  background-image: url("../img/layout/icons/task-incomplete.png");
  cursor: pointer;
}
/* line 616, ../sass/screen.scss */
div#divTasks .task .check-complete.complete {
  background-image: url("../img/layout/icons/task-complete.png");
}
/* line 621, ../sass/screen.scss */
div#divTasks .task .completed-on {
  float: right;
  display: inline-block;
  margin: 11px 2px;
}

/* line 630, ../sass/screen.scss */
.activities-ajax-view {
  width: 900px;
}
/* line 633, ../sass/screen.scss */
.activities-ajax-view div.right {
  float: right;
  width: 70%;
}
/* line 637, ../sass/screen.scss */
.activities-ajax-view div.left {
  float: left;
  width: 22%;
  text-align: center;
}

/* line 644, ../sass/screen.scss */
ul.horizontal-buttons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
}
/* line 650, ../sass/screen.scss */
ul.horizontal-buttons li {
  text-align: center;
  display: inline;
}
/* line 654, ../sass/screen.scss */
ul.horizontal-buttons li a {
  margin: 4px;
  padding: 6px;
  float: left;
  width: 180px;
}
/* line 660, ../sass/screen.scss */
ul.horizontal-buttons li.separator span {
  float: left;
  width: 180px;
}

/* line 668, ../sass/screen.scss */
#CropObservationAddMultipleForm textarea {
  width: 100%;
}
/* line 669, ../sass/screen.scss */
#CropObservationAddMultipleForm h2 {
  margin-bottom: 2px;
}

/* line 674, ../sass/screen.scss */
div.timeline {
  display: table;
  border: 1px solid #DDD;
}
/* line 678, ../sass/screen.scss */
div.timeline div.activity {
  display: table-row;
}
/* line 682, ../sass/screen.scss */
div.timeline div.observation {
  display: table-row;
}
/* line 686, ../sass/screen.scss */
div.timeline div.date {
  display: table-cell;
  width: 80px;
  background-color: #E3EAED;
  border: none;
  border-bottom: 1px solid #DDD;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  padding: 10px;
}
/* line 698, ../sass/screen.scss */
div.timeline div.activity div.date {
  background-color: #607D8B;
  border-bottom: 1px solid #607D8B;
  color: #FFFFFF;
}
/* line 704, ../sass/screen.scss */
div.timeline div.description {
  display: table-cell;
  width: 800px;
  border: none;
  border-bottom: 1px solid #DDD;
  margin: auto;
  padding: 10px;
}

/* line 714, ../sass/screen.scss */
div.hiddenText {
  display: none;
  padding: 10px;
}

/* line 721, ../sass/screen.scss */
div#divCropYields tr {
  background-color: white;
}
/* line 723, ../sass/screen.scss */
div#divCropYields tr.altrow {
  background-color: #E3EAED;
}
/* line 728, ../sass/screen.scss */
div#divCropYields tr.totals {
  font-weight: bold;
}
/* line 730, ../sass/screen.scss */
div#divCropYields tr.totals td {
  border-top: 1px solid #455A64;
  background-color: white;
}
/* line 736, ../sass/screen.scss */
div#divCropYields tr.space td {
  background-color: white;
}
/* line 740, ../sass/screen.scss */
div#divCropYields tr.crop-type {
  font-size: 150%;
  font-weight: bold;
  background-color: #E3EAED;
}

ul#user_info li span.strong {
  padding: 13px 8px;    
  float: right;
}

div#flashMessage {
  padding: 5px;
  margin-bottom: 10px;
}

div#flashMessage.message {
  background-color: #44AA44;
  color: #FFF;
}

div#flashMessage.warning {  
  background-color: #FF5252;
  color: #FFF;
}