@import "//ajax.googleapis.com/ajax/libs/dojo/1.8.14/dojox/editor/plugins/resources/css/SafePaste.css";
body {
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Verdana, sans-serif;
}

h1 {
  font-size: 130%;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-size: 120%;
  font-size: 120%;
  font-weight: bold;
}

h3 {
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
}

table.form td {
  padding: 1px;
}

table.form tr {
  margin: 2px;
}

.expandableBlock_generalBlock {
  border: thin solid #999999;
  margin-top: 1px;
  margin-bottom: 1px;
}

.expandableBlock_header {
  /*width: 100%;*/
  /*min-height: 18px;*/
  background: #ffffff url(../images/expandableBlock/headerBg_8x18.gif) bottom left repeat-x;
  font-size: 100%;
  color: #006699;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  overflow: hidden;
}

.expandableBlock_header img {
  display: inline-block;
  vertical-align: middle;
}

.expandableBlock_content {
  padding: 10px;
}

table.itemsForRequestPriceMatrix {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.itemsForRequestPriceMatrix td {
  border: 1px solid #eee;
  padding: 5px;
}

table.itemsForRequestPriceMatrix th {
  font-weight: bold;
  padding: 3px;
  border: 1px solid #eee;
  background-color: #eee;
}

.float_table {
  cellspacing: 2;
  cellpadding: 5;
  border: 0;
  float: left;
  position: relative;
}

.float_table tr.rowH td, .float_table tr.row td {
  width: 150px;
}

.productBox {
  border-color: black grey grey black;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  background: #eeeeee;
  padding: 5px;
}

.largeFont {
  font-size: 125%;
}

.smallFont {
  font-size: 80%;
}

.emphasizedFont {
  font-style: oblique;
  font-weight: bold;
}

.tooltipBox {
  border-color: black grey grey black;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  background: white;
  padding: 5px 5px 5px 5px;
  margin-top: 0;
  font: Arial;
  font-size: 90%;
}

table.listTable {
  border-collapse: separate;
  border-spacing: 1px;
  border: 0;
}

table.listTable tr td, table.listTable tr th {
  padding: 5px;
}

table.padding-sm td {
  padding: 2px;
  border: 1px solid grey;
}

table.padding-sm th {
  padding: 3px;
  text-align: center;
  font-weight: bold;
  border: 1px solid grey;
}

table.padding-sm {
  border: 1px solid black;
  border-collapse: collapse;
}

.listTableHeader, table.listTable tr th {
  font-weight: bold;
  color: darkcyan;
  text-align: center;
  vertical-align: middle;
  font-size: 100%;
  background-color: #ccc;
  /*	background-image: url(../images/listTable/headerCellBg_16x16.gif);
  	background-repeat: repeat-x;
  	background-position: bottom left; */
  height: 16px;
  padding: 3px;
}

tr.listTableHeader th {
  font-weight: bold;
  color: #eee;
  text-align: center;
  vertical-align: middle;
  font-size: 100%;
  background-color: #333;
  /*	background-image: url(../images/listTable/headerCellBg_16x16.gif);
  	background-repeat: repeat-x;
  	background-position: bottom left; */
  height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.listTableSubHeader {
  font-weight: bold;
  color: purple;
  text-align: center;
  vertical-align: middle;
  font-size: 100%;
  /*	background-image: url(../images/listTable/headerCellBg_16x16.gif);
  	background-repeat: repeat-x; */
  height: 16px;
}

.listTableHeaderWide {
  font-weight: bold;
  color: #660000;
  text-align: center;
  vertical-align: middle;
  font-size: 100%;
  background-color: blue;
  background-repeat: repeat-x;
  height: 16px;
}

.listTableSubHeaderWide {
  font-weight: bold;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 100%;
  background-color: grey;
  background-repeat: repeat-x;
  height: 16px;
}

/* , .listTable tr:nth-child(even)  */
.listTableCellEven, .listTableCell_even {
  background-color: #eee;
  /*background-image: url(../images/listTable/evenCellBg_8x8.gif);*/
  color: #000000;
}

/* , .listTable tr:nth-child(odd)  */
.listTableCellOdd, .listTableCell_odd {
  background-color: #9ad2ff;
  /*background-image: url(../images/listTable/oddCellBg_8x8.gif);*/
  color: #000000;
}

tr.listTableRowEven td, tr.listTableRow_even td {
  background-color: #eee;
  /*background-image: url(../images/listTable/evenCellBg_8x8.gif);*/
  color: #000000;
}

tr.listTableRowOdd td, tr.listTableRow_odd td {
  background-color: #9ad2ff;
  /*background-image: url(../images/listTable/oddCellBg_8x8.gif);*/
  color: #000000;
}

tr.listTableRowOver td, tr.listTableRow_over td {
  background-color: #dddddd;
}

.hiddenRow {
  display: none;
}

.visibleRow {
  display: block;
  display: table-row;
}

.hiddenCell {
  display: none;
}

.visibleCell {
  display: block;
  display: table-cell;
}

.error:not([type=checkbox]):not([type=input]):not([type=select]) {
  /* font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; */
  color: #990000;
  font-weight: bold;
}

input.error {
  background-color: #ff6666;
  border: 1px solid #CC0000;
}

.formFieldError, .formFieldMandatoryError {
  background-color: #ff6666;
  border: 1px solid #CC0000;
}

.formLabel {
  text-align: right;
  font-weight: normal;
  margin: 0;
}
.formLabelMandatory {
  text-align: right;
  font-style: oblique;
  font-weight: normal;
  color: #003333;
}

.formLabelMandatoryError, .formLabelError {
  font-weight: bolder;
  color: #CC0000;
}

form {
  margin-bottom: 0pt;
  margin-top: 0pt;
  padding-top: 0pt;
  padding-bottom: 0pt;
}

SELECT, INPUT {
  font-size: 11px;
}

SELECT {
  background-color: #ffffff;
  border-color: #aaa;
  height: 21px;
  line-height: 21px;
}

INPUT[type=text]:not(.form-control) {
  background-color: #FFFFF2;
  width: 190px;
}

INPUT[type=submit]:not(.form-control) {
  width: 190px;
}

SELECT:not(.form-control) {
  width: 190px;
}

TEXTAREA:not(.form-control) {
  background-color: #FFFFF2;
  width: 500px;
  height: 125px;
}

INPUT[type=text].smallTextField, INPUT[type=text].small {
  width: 60px;
}

INPUT.medium, select.medium, textarea.medium {
  width: 100px;
}

INPUT[type=text].big {
  width: 250px;
}

SELECT.smallTextField, SELECT.small {
  width: 60px;
}

.datetimepicker SELECT.smallTextField, .datetimepicker SELECT.small {
  width: 45px;
}

.datetimepicker img {
  vertical-align: middle;
}

img.date_picker {
  vertical-align: middle;
}

input.date_picker {
  width: 160px;
}

SELECT.xsmall {
  width: 40px;
}

input.xsmall, textarea.xsmall {
  width: 50px;
}

fieldset {
  display: block;
  position: relative;
  border: 1px solid #abcdef;
  padding: 10px;
}

fieldset.collapsed {
  height: 1px;
  border: 0px;
  border-top: 1px solid #abcdef;
  overflow: hidden;
}

fieldset.collapsed > form {
  display: none;
}

fieldset legend {
  font-size: 110%;
  padding: 5px;
  color: #000;
  font-weight: bold;
  width: auto;
  border: 0;
}

a {
  color: #1c5480;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #1c5480;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #636363;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: darkslateblue;
  text-decoration: underline;
}

.smallField {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  width: 80px;
}

.pager {
  width: 100%;
  height: 20px;
  text-align: right;
  margin: 0;
}

.pager .next {
  float: none;
  display: inline;
}

.pager .pages {
  float: none;
  display: inline;
}

.pager .previous {
  float: none;
  display: inline;
}

/* Calendar css */
.labelContainer select {
  width: auto;
}

/* Style for library item status */
.status_Displayable {
  color: Green;
}

.status_Stock {
  color: Salmon;
}

.status_PatchOn {
  color: Orange;
}

.status_InformationsToComplete {
  color: yellowgreen;
}

.status_Trash {
  color: Red;
}

table.border-space-xs {
  border-spacing: 1px;
  border-collapse: separate;
}
table.border-space-sm {
  border-spacing: 5px;
  border-collapse: separate;
}
table.border-space-md {
  border-spacing: 7px;
  border-collapse: separate;
}
table.border-space-bg {
  border-spacing: 10px;
  border-collapse: separate;
}

/** Sytle for presenting table data **/
table.labeledPresentation tr td {
  border-spacing: 2px;
  padding: 4px;
  border: 0;
}

td.field-label {
  font-weight: bold;
  background-color: silver;
}

/** Box presenting an error **/
.inputError {
  color: red;
  font-size: 10px;
  font-family: sans-serif;
  background-color: #abcdef;
  border: 1px solid #990000;
}
.inputError td {
  padding: 5px;
}

/*Style for presenting data fields: value -> label */
.tab {
  padding: 3px 6px 0px 6px;
  float: left;
  border: 1px solid grey;
  border-bottom: 0;
  background-color: #89abcd;
  margin: 0;
}

table.details {
  background-color: #ccc;
  border-spacing: 0px 1px;
}

div.details {
  float: left;
  clear: both;
}

div.details, table.details {
  border: 1px solid grey;
}

/*table.details tr {margin:0;padding:0}*/
div.detail div.field-label, table.details td.field-label {
  padding: 5px;
  text-align: center;
  vertical-align: top;
}

table.details td.field-label {
  background-color: #9abcde;
}

div.detail {
  width: 100%;
  border-top: 1px solid #ccc;
  background-color: #9abcde;
}

div.detail div.field-label {
  float: left;
}

div.field-label {
  width: 150px;
}

div.detail div.value {
  margin-left: 150px;
  /*must be same size as div.label width*/
  margin-right: 0px;
}

div.detail div.value, table.details td.value {
  padding: 5px;
  padding-left: 5px;
  padding-right: 10px;
  background-color: #fff;
  color: #444;
  vertical-align: top;
}

/* End of Style for presenting data fields: value -> label */
.clear {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/*Seasons */
table.seasons {
  border: 1px solid grey;
  border-spacing: 1px 1px;
}

table.seasons tr.names {
  background-color: #cccccc;
}

table.seasons tr.months td.selected {
  background-color: #70a5db;
}

table.seasons tr.months td.default {
  background-color: #eeeeee;
}

table.seasons td {
  padding: 2px;
}

/***CSS forms ***/
.form-fields label {
  display: block;
  float: left;
  width: 180px;
  text-align: left;
}

.form-fields {
  margin-bottom: 5px;
  min-height: 20px;
  clear: both;
}
.form-fields .form-fields:last-child {
  margin-bottom: 0;
}

.form-fields span.notice {
  width: 10px;
  font-weight: bold;
  display: inline-block;
}

.form-fields.float label, .form-fields .field-label label {
  float: none;
  width: 170px;
}

.form-fields.float, .form-fields .field-label {
  float: left;
  width: 180px;
}

.form-fields.float {
  clear: none;
}

.form-fields.float select, .form-fields.float input, .form-fields.float submit, .form-fields.float .dijitTextBox {
  width: 170px;
}
.form-fields.float input.date_picker {
  width: 150px;
}

body.popup {
  padding: 5px;
  background-color: white;
  background: none;
  width: 100%;
  min-width: 0;
}

.checked, .not-checked {
  display: inline-block;
  width: 21px;
  height: 21px;
  overflow: hidden;
  text-indent: -20000px;
}

.checked {
  background: transparent url("../images/CheckBox.png") no-repeat 0px 0px;
}

.checked.red {
  border: 1px solid red;
}

.not-checked {
  background: transparent url("../images/CheckBox.png") no-repeat -21px 0px;
}

.icon-edit, .icon-delete, .icon-add {
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -20000px;
}

.icon-edit {
  background: transparent url("../images/icons/edit.gif") no-repeat 0px 0px;
}

.icon-delete {
  background: transparent url("../images/icons/delete.gif") no-repeat 0px 0px;
}

.icon-add {
  width: 20px;
  height: 20px;
  background: transparent url("../images/icons/add.gif") no-repeat 0px 0px;
}

.GeographicLocationStepForRequestNavigator select {
  width: 150px;
}

.property-small-box {
  position: relative;
  float: left;
  display: block;
  width: 360px;
}

.property-small-box .propertyImage {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

.property-small-box .propertyDescription {
  float: left;
  width: 240px;
}

.no-availability {
  background-color: orange;
}

.availability {
  background-color: lime;
}

#left-block .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#left-block .menu li {
  padding: 3px 0 3px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

#left-block .menu li:hover, #left-block .menu li.active {
  background-color: lightblue;
}

.text-center {
  text-align: center;
}

.strike-through {
  text-decoration: line-through;
}

.inbl, .inline-block {
  display: inline-block;
}

.glyphicon.big {
  font-size: 2rem;
}

.dijitTitlePaneContentInner {
  overflow: auto;
}

.input-group-sm > .btn {
  font-size: 12px;
  padding: 1px 12px;
}
.input-group-sm > .form-control {
  height: 21px;
  padding: 3px 5px;
  font-size: 12px;
}

.btn-group-sm > .btn {
  font-size: 12px;
  padding: 1px 12px;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown .dropdown-content a, .dropdown .dropdown-content span {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown .dropdown-content a:hover, .dropdown .dropdown-content span:hover {
  background-color: #f1f1f1;
}
.dropdown .dropdown-content a.nowrap, .dropdown .dropdown-content span.nowrap {
  white-space: nowrap;
}
.dropdown:hover .dropdown-content {
  display: block;
}

@media print {
  a[href]:after {
    content: none !important;
  }

  body > #left-block {
    display: none;
  }

  body > #menu {
    display: none;
  }
}
body {
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background: #9aa url(../images/btgrdk.gif) bottom left fixed repeat-x;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 1350px;
}

/* Main menu styles */
#menu {
  margin: 10px;
  width: 1000px;
  height: 40px;
}

#menu1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

#menu1 a {
  text-decoration: none;
}

#menu1 a:hover {
  color: #990000;
}

.menu1SelectedStyle {
  color: #990000;
}

.menu1DeselectedStyle {
  color: #333333;
}

/* Secondary menu styles */
#menu2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
}

#menu2 a {
  text-decoration: none;
  color: #FFFFFF;
}

#menu2 a:hover {
  text-decoration: none;
  color: #333333;
}

.menu2SelectedStyle, .menu2DeselectedStyle {
  float: left;
  border-left: 1px solid #fff;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  line-height: 11px;
}
.menu2SelectedStyle *, .menu2DeselectedStyle * {
  cursor: pointer;
  font-weight: normal;
}
.menu2SelectedStyle *:hover, .menu2DeselectedStyle *:hover {
  font-weight: normal;
}

#menuContainer *:hover {
  cursor: pointer;
}

.menu2SelectedStyle {
  background-color: #CCCCCC;
  color: #333333;
}

.menu2DeselectedStyle {
  color: #FFFFFF;
  background-color: none;
}

/* FOR FLOW DISPLAY (if more uses are discovered, move to consoleStyle.css) */
.floatBox {
  position: relative;
  float: left;
  left: 0px;
  top: 5px;
  border-color: black grey grey black;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  background: pink;
  padding: 0px 0px 0px 0px;
  font: Arial;
  font-size: 10px;
}

.floatBox td {
  padding: 2px;
}

#logoutBtn {
  position: absolute;
  left: 1150px;
  top: 10px;
}

#main-content {
  float: left;
  width: 990px;
  min-height: 500px;
  border: 1px solid #ccc;
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  margin: 10px;
}

#left-block {
  float: left;
  width: 250px;
  min-height: 500px;
  border: 1px solid #ccc;
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  margin: 10px;
}

#notification-messages {
  color: red;
  border: 1px solid red;
  align: center;
  margin: auto;
  width: auto;
  padding: 10px;
  background-color: #abcdef;
  font-size: 10px;
  font-family: sans-serif;
}

/* Main page styles */
.hand, .zoom {
  cursor: hand;
  cursor: pointer;
}

.hidden {
  display: none;
}

.clear {
  float: none;
  clear: both;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-family: verdana, lucida, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background: #9aa url(../images/btgrdk.gif) bottom left fixed repeat-x;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

body * {
  font-family: verdana, lucida, arial, helvetica, sans-serif;
}

div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.label {
  float: left;
  width: 35%;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 55%;
  text-align: left;
}

.greyCenteredDashBorderBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #fff;
  text-align: left;
  min-height: 200px;
  width: 400px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: #333 4px 2px 2px;
  padding: 30px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -230px;
}

.greyCenteredDashBorderBox legend {
  text-transform: uppercase;
  font-family: helvetica;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  color: #fff;
  background-color: #aaa;
  border: 1px solid #999;
  width: auto;
}

.tabsContent {
  position: relative;
  margin: 0px;
  clear: both;
  float: left;
  z-index: 10;
}

.tabContent {
  display: none;
}

.tabMenuOff {
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  letter-spacing: 0px;
  cursor: pointer;
  float: left;
  font-style: normal;
  padding: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  z-index: 1100;
  bottom: -1px;
  position: relative;
}

.tabMenuOn {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0px;
  cursor: default;
  float: left;
  font-style: normal;
  padding: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  z-index: 1100;
  bottom: -1px;
  position: relative;
}

#tabOffset {
  float: left;
}

/* travel presentation */
.icon {
  float: left;
  margin-right: 10px;
}

.noPaddingList {
  padding-left: 1.5em;
  margin-left: 0em;
  text-indent: 0.5em;
}

.noPaddingList li {
  padding-bottom: 6px;
}

.highlight {
  background-color: yellow;
}

/*# sourceMappingURL=main.css.map */
