
#edit-page #images-count {
  height: 50px;
}

#kitchen-info #single-kitchen pre, .wip pre {
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

#edit-page .image-liveness {
  text-align: center;
}

#edit-page .image-liveness.pending {
  color: red;
}

#edit-page .image-liveness.not-uploaded {
  color: red;
  font-weight: bold;
}

#edit-page .image-liveness.live {
  color: green;
}

#edit-page button.unselectable {
  width: fit-content;
}

#single-kitchen #share-button {
  background: url(/images/share.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  display: none;
}

#single-kitchen {
  border-top: 15px;
}

#single-kitchen #website {
  font-size: 15px;
}

#single-kitchen #description {
  FONt-size: 13px;
}

#single-kitchen #email {
  font-size: 14px;
}

#single-kitchen #kitchen-name {
  font-size: 18px;
  display: none;
  text-decoration: underline;
}

#single-kitchen #kitchen-images {
  width: 336px;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 400px;
}

#single-kitchen #kitchen-images #image-control-panel {
  position: relative;
  top: 160px;
  left: 0px;
  width: 336px;
  height: 40px;
}

#single-kitchen #kitchen-images #left-arrow {
  background-image: url(/images/arrow-left.png);
  background-size: 40px 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#single-kitchen #kitchen-images #right-arrow {
  background-image: url(/images/arrow-right.png);
  background-size: 40px 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 256px;
}

#single-kitchen #kitchen-images #left-arrow :hover {
  background-image: url(/images/arrow-left-white.png);
}

#single-kitchen #kitchen-images #right-arrow :hover {
  background-image: url(/images/arrow-right-white.png);
}

#single-kitchen #kitchen-images img {
  width: 336px;
}

#single-kitchen #kitchen-images-info {
  border-style: outset;
  display: none;
  margin: 5px;
  padding: 2px;
  font-size: 14px;
  cursor: pointer;
}

#single-kitchen #sharing {
  display: none; /* Starts off not visible */
}

#single-kitchen #sharing img {
  cursor: pointer;
  vertical-align: middle;
}

#single-kitchen #share-link {
  display: none; /* Never show the link, just copy it. */
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#single-kitchen #share-link-copied {
  display: none;
  vertical-align: middle;
}

#single-kitchen #kitchen-address {
  font-size: 12px;
  display: none;
}

#single-kitchen #phone1, #single-kitchen #phone2 {
  border-style: outset;
  display: none;
  margin: 5px;
  padding: 2px;
  font-size: 14px;
  cursor: pointer;
}

/* #single-kitchen #phone1 :hover {
  opacity: 0.75;
}*/

#single-kitchen #email {
  border-style: outset;
  display: none;
  margin: 5px;
  padding: 2px;
}

#single-kitchen #contact_name {
  font-size: 14px;
  display: none;
}

#rentinfo #divad {
  margin: 0 auto;
}

#divad {
  width: 336px;
  height: 280px;
  margin-bottom: 20px;
}

#wondering-link {
  width: 336px;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
}

#wondering-link a {
  text-decoration: none;
}

#wondering-link a:visited {
  color: black;
}

#wondering-link:hover {
  opacity: 0.75;
  text-decoration: underline;
  cursor: pointer;
}

#single-kitchen .no-match {
  font-size: 18px;
}

.infowindow-div progress {
  width: 400px;
  height: 20px;
}

.infowindow-div .title {
  font-weight: bold;
  font-size: 18px;
}

.infowindow-div .info_rest {
  font-size: 14px;
}

.state-name {
  font-size: 13px;
}

.state-count {
  font-size: 10px;
}

.state-image {
  font-size: 10px;
}

.state-image img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  opacity: 0.5;
}

.state-image:hover img {
  opacity: 1.0;
  cursor: pointer;
}

.state-link {
  display: inline-block;
  width: 90px;
  height: 105px;
  padding: 10px;
}

#incubator-map {
  width: 736px;
  height: 400px; /* 364px; */ /* 300px; */
  padding: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1.0; /* Fully visible by default */
}

#incubator-map-container {
  margin: 0px;
  position: relative;
  padding-bottom: 8px;
  height: 400px;
}

#incubator-map-overlay {
  display: none; /* Fully invisible by default */
  z-index: 10;
  font-size: 40px;
  position: absolute;
  height: 50%;
  width: 30%;
  top: 100px;
  left: 268px;
}

#incubator-map-overlay img {

}

#the-map .left {
  width: 368px;
  vertical-align: top;
}

#the-map .right {
  float: right;
  width: 368px;
  vertical-align: top;
}

.subtitle-bar {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background-color: #da722b;
    background-image: url(/images/cellpic3.gif);
    white-space: nowrap;
    padding: 7px 5px;
}

#select-state-txt {
  background:url("/images/arrow_left.png") no-repeat #ECECEC;
  background-position: 0% 18%;
  width: 430px;
  height: 62px; /* 40px; */
  padding: 2px;
  padding-left: 50px;
  display: inline-block;
}

#select-state-txt span {
  display: inline-block;
  padding-top: 8px;
}

#state-selection select {
  width: 239px;
  display: inline-block;
  margin-top: 12px;
}

#state-selection {
  height: 66px; /* 44px; */
  width: 250px;
  display: inline-block;
  background-color: #ECECEC;
  vertical-align: bottom;
  text-align: center;
}

#the-map {
  width: 740px;
  padding: 4px;
}

#logo-bar {
  height: 110px;
  width: 768px;
  margin: 0 auto;
  background:url("/images/chefs.png") bottom right no-repeat;
}

#logo-image {
  width: 68px;
  height: 110px;
  float: left;
}

#logo-name {
  height: 88px;
  float: left;
  padding: 22px 0 0 8px;
}

#tagline {
  padding: 0px;
  font-family: "Trebuchet MS", Arial, calibri;
  letter-spacing: -1px;
  font-size: 20px;
  margin: -10px 0 0 0;
}

/* No border on image: */
#logo-image img, #logo-name img { border: none; }

#nav-bar {
  height: 41px;
  width: 754px;
  margin: 0 auto;
  font-family: "Trebuchet MS", Arial, calibri;
  font-size: 12px;
  color: #f6f7cb; /* very-light yellow */
  word-spacing: -1px;
  font-weight: bold;
}

.nav-entry, .nav-entry-on {
  width: 150px;
  text-align: center;
  float: left;
  height: 41px;
  line-height: 41px;
}

/* .nav-entry a, .nav-entry-on a { */
#nav-bar a {
  color: #f6f7cb; /* very-light yellow */
  text-decoration: none;
  height: 41px;
  line-height: 41px;
}

.nav-entry a:link a:visited a:active, .nav-entry-on a:link a:visited a:active {
  color: #f6f7cb;
  text-decoration: none;
  height: 41px;
  line-height: 41px;
}

.nav-entry-on {
  background: url(/images/nav-entry-on.png) top center repeat-x;
}

#sub-nav {
  background: url(/images/sub-nav.png) top center no-repeat;
  text-align: center;
  height: 51px;
  width: 768px;
  margin: 0 auto;
}

#sub-nav span {
  display: inline-block;
  padding-top: 10px;
}

#register-link a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -1px;
  text-decoration: none;
}
#sub-nav img {
  vertical-align: middle;
}

body {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  color: #323D4F;
  font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
  margin: 0;
}

#bkg-header {
  background:url(/images/top-strip.png) top center repeat-x #f2f2f2;
}

#content {
  width: 748px;
  background: url(/images/center_strip_y.png) center repeat-y #ffffff;
  margin: 0 auto;
  padding: 10px 10px;
}

#account {
  padding-top: 10px;
  font-size: 8pt;
}

#account-bar a {
  color: #ffffff;
  font-size: 8pt;
  letter-spacing: -1px;
}

#account-form .entry {
  width: 744px;
}

#account-form .entry label {
  display: inline-block;
  width: 140px;
}

#account-form .entry input {
  display: inline-block;
  width: 250px;
  padding: 5px;
}

#account-form .captcha {
  display: inline-block;
  width: 262.888px;
  padding: 5px;
}

/* The two columns: */
#account-form .left-column {
  display: inline;
  width: 420px;
}

#account-form .requirement-text {
  display: inline;
  margin-left: 15px;
}

#account-form .entry {
  padding: 5px;
  font-size: 10pt;
}

#account-form .entry #privacy-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

#account-form .required:before, #new-kitchen-div .required:before,
  #new-kitchen-div .not-required:before {
/* label.control-label.required:before { */
  color: #cc3300; /* deep red */
  content: "* ";
  font-size: 16px;
  position:relative;
  top:4px;
  font-family: arial;
}

#new-kitchen-div .not-required:before {
  /* For alignment purposes, aligned with non-hidden ones */
  visibility: hidden;
}

#account-info #entry {
  padding: 15px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -1px;
}

#new-kitchen-div .left-column {
  display: inline-block;
  width: 370px;
  vertical-align: top;
}

#new-kitchen-div .right-column {
  display: inline-block;
  width: 360px;
}

/* 737.33 x 383.33 */
/* The map: */
#new-kitchen-div #find-address-map {
  /* 400 x 208 works */
  width: 700px;
  height: 364px; /* 300px; */
  padding: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

#new-kitchen-div .entry {
  padding: 5px;
}

#new-kitchen-div .entry label {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

#new-kitchen-div #autocomplete {
  width: 350px;
}

#new-kitchen-div .entry input {
  display: inline-block;
  width: 190px;
}

#new-kitchen-div .entry .preview {
  /* display: inline-block; */
  width: 150px;
  padding-left: 10px;
}

#new-kitchen-div .entry button {
  display: inline-block;
}

#new-kitchen-div #kitchen-submit {
  width: 190px;
  height: 25px;
}

#new-kitchen-div .no-match {
  padding-left: 5px;
  display: inline-block;
  font-size: 16px;
}

#new-kitchen-div .match {
  padding-left: 5px;
  display: inline-block;
}

#new-kitchen-div #kitchen-description {
  width: 550px;
  height: 250px;
  padding: 5px;
  max-width: 560px;
}

#new-kitchen-div #kitchen-image {
  width: 550px;
}

#new-kitchen-div #preview {
  padding: 2px;
  min-height: 150px;
}

#new-kitchen-div #preview img {
  padding: 5px;
}

.result-code-failure {
  color: #cc3300;
}

.result-code-success {
  color: #4F8A10;
}

.result-code-failure, .result-code-success {
  font-weight: bold;
  font-size: 12pt;
}


/* #account-form .no-match, #new-kitchen-div .no-match { */
.no-match {
  color: #D8000C; /* #cc3300; */
  background-color: #FFBABA;
}

.match {
/* #account-form .match, #new-kitchen-div .match { */
  color: #4F8A10;
  background-color: #DFF2BF;
}

.match, .no-match {
/* #account-form .match, #new-kitchen-div .match,
  #account-form .no-match, #new-kitchen-div .no-match { */
  padding: 7px;
  margin-left: 5px;
  border-radius: 5px;
}

.requirement-text {
  display: inline-block;
  width: 300px;
}

/* https://stackoverflow.com/a/4448972 */
*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;

    background-color: white;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    /* position:absolute; */
    top: 0px;
    left: 0px;

    pointer-events: none;
}

/* Image uploading styles */
#preview .entry {
  width: 130px;
  height: 150px;
  display: inline-block;
  text-align: center;
}

#preview .entry progress {
  width: 125px;
}

#intro {
    margin: 0 10px 10px 15px;
    padding: 0 0 0 60px;
    background: url(/images/home.png) left top no-repeat;
    font-size: 11px;
}

div#rentinfo {
  padding:10px 20px 10px 10px;
}
#rentinfo h1 {
  alight:left;
  margin:10px 0 10px 0px;
  padding:0px;
  border-bottom:2px solid #FAD172;
  /* color:#EC8217; */
  color: #F08700;
}
#rentinfo h2 {
  color: #F49F0A;
  /* color:#F3C176; */
  font-size:18px;
}
#rentinfo ol {
  margin:15px 0 0 30px;
  font-size:19px;
  font-weight:bold;
  /* color:#0000FF; */
  color: #3C4F76;
  font-family:"Trebuchet MS", Arial, Calibri;
}
#rentinfo ol ul {
  color: #3C4F76;
  font-size:17px;
  font-weight:normal;
}
#rentinfo ol ul li {
  margin:0 0 10px 0;
}
#rentinfo p {
  color: #383F51;
  /* color:#5E62FF; */
  font-size:18px;
  line-height:150%;
}

#about {
  font-size:18px;
  padding:15px;
}

#copyright {
  width:754px;
  background:url(/images/footer.png) top center no-repeat #797979;
  margin:0 auto;
  text-align:center;
  padding:10px 0;
}

#footer {
  width:768px;
  background:url(/images/center_strip_y.png) top center repeat-y;
  margin:0 auto;
}

#extrafooter {
  font-size: 12px;
  width:748px;
  margin:0 auto 15px auto;
}
#footerstateholder {}
#statefoot {}
#footerh1 {
  border-bottom:2px solid #999999;
  margin:15px 0 3px 0px;
  color:#666666;
}
.stateseven {
  float:left;
  width:93px;
}
.stateseven a {
  color: #999999;
}
#infopriv {
  color:#999999;
}

#contactpg {
  font-size:12px;
  background:url(/images/contact.gif) left center no-repeat;
  padding: 0 10px 0 80px;
  margin-left:20px;
  line-height:200%
}

.contact-error {
  display: inline-block;
  font-size: 10px;
  /* margin-top: 15px; */
}

/* Tables

 ------------ */

th {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background-color: #da722b;
  background-image: url('/images/cellpic3.gif');
  white-space: nowrap;
  padding: 7px 5px;
}
td {
  padding: 2px;
  font: Arial;
  font-color: #000080;
}
td.profile {
  padding: 4px;
}
.tablebg {
  background-color: #A9B8C2;
}
.catdiv {
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
}
.rtl .catdiv {
}
.cat {
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #C7D0D7;
  background-image: url('/images/cellpic1.gif');
  text-indent: 4px;
}
.row1 {
  background-color: #ECECEC;
  padding: 4px;
  font-size: 16px;
}
.row1arrowleft {
  background:url(/images/arrow_left.png) left no-repeat #ECECEC;
  padding: 4px;
}
.row2 {
  background-color: #DCE1E5;
  padding: 4px;
}
.row3 {
  background-color: #C0C8D0;
  padding: 4px;
}
.spacer {
  background-color: #D1D7DC;
}
hr {
  height: 1px;
  border-width: 0;
  background-color: #D1D7DC;
  color: #D1D7DC;
}
.legend {
  text-align:center;
  margin: 0 auto;
}

#account-form .recaptcha-privacy {
  font-size: 10px;
  display: inline-block;
}

#account-form .site-privacy-policy {
  font-size: 10px;
  margin-left: 175px;
  color: #999999;
}

#contact-mailer .recaptcha-privacy {
  font-size: 10px;
  display: inline-block;
  height: 30px;
  width: 250px;
  vertical-align: -40%;
}

#privacy-policy-page {
  font-size:18px;
  padding:15px;
}

#the-map .site-privacy-policy {
  color: #999999;
  font-size: 10px;
  height: 30px;
  width: 250px;
  margin-top: 3px;
  text-align: center;
}

#contact-mailer .site-privacy-policy {
  color: #999999;
  font-size: 10px;
  display: inline-block;
  height: 30px;
  width: 150px;
  vertical-align: -40%;
}

.recaptcha-privacy {
  color: #999999;
  margin-top: 3px;
}

.recaptcha-privacy a, .site-privacy-policy a {
  color: #4AAEEF; /* #999999; */
}

#content #register-nav-bar {
  padding-left: 20px;
  padding-bottom: 10px;
}

#content #register-nav-bar .entry-on {
  background: url(/images/nav-entry-on.png) top center repeat-x;
  height: 41px;
  line-height: 41px;
}

#content #register-nav-bar .entry, #content #register-nav-bar .entry-on {
  display: inline-block;
  width: 150px;
  font-size: 16px;
  color: #FFFFFF; /* #787878; */
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

#content #register-nav-bar {
  background: url(/images/top-strip-only-nav.png) top center repeat-x #f2f2f2;
  margin-left: -3px;
  margin-right: -3px;
}

#account-page table {
  font-size: 14px;
  padding-left: 20px;
}

.grecaptcha-badge { visibility: hidden; }

#register-instructions h2 {
  text-decoration: underline;
  margin-top: 0px;
}

#register-instructions {
  font-size: 18px;
  padding: 25px;
  padding-top: 0px;
}

#register-instructions img {
  padding: 25px;
  max-width: 600px;
}

#kitchens-and-state-links {
  margin: 20px;
}

#kitchens-and-state-links #kitchens-list a {
  font-size: 15px;
  padding: 2px;
}

#kitchens-and-state-links #kitchens-list .entry {
  display: block;
  margin-bottom: 20px;
}

#kitchens-and-state-links #kitchens-list .city {
  font-size: 12px;
  padding: 2px;
}

#kitchen-policy {
  color: #999999;
  font-size: 12px;
  padding: 15px;
}

#edit-page .left {
  width: 700px;
  display: inline-block;
}

#edit-page .right {
  width: 400px;
  display: inline-block;
}

#edit-page #map {
  height: 400px;
}

#edit-page td {
  vertical-align: top;
}

#edit-page {
  font-size: 15px;
}

#edit-page textarea {
  height: 20px;
  width: 300px;
  max-width: 550px;
}

#edit-page .control-panel {
  text-align: center;
}

#edit-page .control-panel button {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#edit-page #delete-panel {
  margin-top: 100px;
}

.warning {
  color: red;
  font-weight: bold;
}

#edit-page #are-you-sure {
  width: 100px;
  margin-left: 20px;
}

#edit-page #delete-panel input[type=checkbox] {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 20px;
}

#edit-page .kitchen-image {
  padding: 15px;
  padding-bottom: 5px;
  display: block;
}

#edit-page .rot-left {
  display: inline-block;
  margin-left: 15px;
}

#edit-page .rot-right {
  display: inline-block;
  margin-right: 15px;

}

#edit-page .image-del {
  font-size: 14px;
  width: 150px;
  text-align: center;

  display: inline-block;
  margin: 0 auto;
  margin-bottom: 10px;
  vertical-align: top;
  margin-left: 60px;
  margin-right: 60px;
}

#edit-page .image-size {
  font-size: 14px;
  padding-left: 15px;
  width: 330px;
  text-align: center;
}

#edit-page .image-type {
  font-size: 14px;
  padding-left: 15px;
  width: 330px;
  text-align: center;
}

#edit-page progress {
  padding-left: 15px;
  width: 330px;
  text-align: center;
}

#edit-page .imgdiv {
  display: inline-block;
  vertical-align: top;
}

#edit-page #kitchen-images-selection {
  margin: 30px;
}

#edit-page .label {
  display: inline-block;
  padding-left: 15px;
}

/* https://stackoverflow.com/a/16794524/1542000 */
/* https://jsfiddle.net/x7vn520e/ */
img.rotate0, img.rotate90, img.rotate180, img.rotate270 {
    transform-origin: top left; /* IE 10+, Firefox, etc. */
    -webkit-transform-origin: top left; /* Chrome */
    -ms-transform-origin: top left; /* IE 9 */
}
img.rotate0 {

}
img.rotate90 {
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
}
img.rotate180 {
    transform: rotate(180deg) translate(-100%,-100%);
    -webkit-transform: rotate(180deg) translate(-100%,-100%);
    -ms-transform: rotate(180deg) translateX(-100%,-100%);
}
img.rotate270 {
    transform: rotate(270deg) translateX(-100%);
    -webkit-transform: rotate(270deg) translateX(-100%);
    -ms-transform: rotate(270deg) translateX(-100%);
}

.rot-left {
  background: url("/images/rotate-left.png") no-repeat;
  background-size: 100%;
  background-size: 75%;
  background-position: center;
}

.rot-right {
  background: url("/images/rotate-right.png") no-repeat;
  background-size: 100%;
  background-size: 75%;
  background-position: center;
}

#password-reset .lbl {
  display: inline-block;
  width: 75px;
  font-size: 14px;
}

#password-reset button {
  margin-left: 75px;
}

#password-reset .entry {
  margin: 10px;
}

#password-reset input {
  width: 200px;
}

#password-reset .no-match, #password-reset .match {
  font-size: 16px;
}

/* Credits */
#geeksfromhome {}
#cronburg {}

