/* 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 14, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 20px 0;
  width: 100%;
  position: relative;
  background: white;
  height: 425px;
}
/* line 31, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .selector {
  margin: 10px 0;
}
/* line 37, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace h3 {
  background: #003077;
  width: 100%;
  line-height: 30px;
  text-align: center;
  color: white;
  margin: 0px;
  height:30px;
  font-size: 14px;
}
/* line 47, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace .picker {
  width: 70%;
  height: 387px;
  float: left;
  border: 1px solid #eb7117;
}
/* line 52, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace .picker .room {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 357px;
}
/* line 56, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace .picker .room .hover {
  border: 1px solid #eb7117;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 3px;
  font-size: 14px;
  z-index: 5000;
  cursor: pointer;
}
/* line 67, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace .picker .room .item {
  cursor: pointer;
  position: relative;
  z-index: 50;
  margin: 4px;
  float: left;
}
/* line 78, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace .contents {
  height: 285px;
  width: 28%;
  border: 1px solid #eb7117;
  margin-bottom: 10px;
  float: right;
}
/* line 85, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace .contents #vault-items {
  overflow-y: scroll;
  height: 255px;
}
/* line 89, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace .contents .vault-item {
  padding: 1px 4px;
  font-size: 14px;
}
/* line 92, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace .contents .vault-item a {
  padding-left: 4px;
  cursor: pointer;
}
/* line 99, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace .counter {
  width: 28%;
  height: 90px;
  border: 1px solid #eb7117;
  float: right;
}
/* line 100, C:/wamp/www/flexistore/wp-content/plugins/flexistore-estimator/sass/screen.scss */
#content .inner #festimator .workspace .counter #vault-total {
  padding: 4px;
}
