/* remove callout menu functionality */
* {
    -webkit-touch-callout: none;
}

body {
    margin: 5px;
    padding: 0;
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 20px;
    color: #000;
}

a:link, a:visited, a:hover { text-decoration:none; color:#0099cc; }
a:active { color: #003b4e; }

.logo { float: left; margin-top: 30px; margin-bottom: 15px;}

div.wrap {
    position: relative;
    height: 84px;
}
.wrap img {
    position: absolute;
    bottom: 0;
}
.wrap img:nth-of-type(1) {
    left: 0;
    max-height: 84px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.wrap img:nth-of-type(2) {
    right: 0;
    max-height: 52px;
    max-width: 300px;
    margin-bottom: 15px;
    margin-top: 16px;
}

.share_text { float:right; margin-top:15px; font-size: 13px; color:#888; }
.share_this { clear:right; float: right; margin-top: 5px; }

.separator {
    margin-top: 31px;
    margin-bottom: 20px;
    height: 10px;
    clear: both;
    display: block;
    width: 100%;
    border-top: 2px dotted #366;
}

.ownResults {
    color: #003b4e;
    font-weight: bold;
}

img, a img { border: none; }

.selected-image {
    border: 3px solid darkblue;
}

.w800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.bar {
    background: #337ab7;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
}

.symbols {
    font-family: serif;
    font-size: 24pt;
    color: darkblue;
    font-weight: bold;
}

.very-bad {
    background-color: #ffaaaa;
}

.bad {
    background-color: #ffdddd;
}

.very-good {
    background-color: #aaffaa;
}

.good {
    background-color: #ddffdd;
}

.veryLarge {
    font-size: 400%;
    font-weight: bold;
}

.bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.minSize90 {
    min-width: 90px;
    min-height: 90px;
}

.just-testing {
    display: none;
}

:not(:fullscreen) .show-in-full-screen-only {
    display: none;
    /*background-color: #2aabd2;*/
}

:fullscreen .show-in-full-screen-only {
    display: block;
    /*background-color: #4cae4c;*/
}

.alternative-radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.alternative-radio [type=radio]:checked + label {
    box-shadow: 0 0 3pt 2pt #aaa;
}

.form-numbers {
    display: inline-block;
    text-align: center;
}

.form-check-inline {
    display: inline-block;
    text-align: left;
}

.feeding-form {
    flex: 1;
    text-align:center;
    display:flex;
    flex-direction:column;
}

.form-check-label2 {
    display: block;
    text-align: center;
}

.form-check-inline input[type=radio] {
    margin-left: 25px;
    margin-right: 25px;
    transform: scale(2);
}

.form-check-inline input[type=checkbox] {
    margin-left: 25px;
    margin-right: 25px;
    transform: scale(2);
}



/*.form-check-inline-bg {
    display: inline-block;
    text-align: left;
}*/

.form-check-inline-bg input[type=radio] {
    margin-left: 25px;
    margin-right: 25px;
    transform: scale(1.5);
    border: 0px;
    width: 100%;
    height: 1.5em;
}

/*.form-check-inline-bg label {
    display: block;
}

*/

.feeding-form-button {
    display: inline-flex;
    flex-direction: column;
    margin-left: 25px;
    margin-right: 25px;
    transform: scale(2);
}

.feeding-form-button input[type=radio] {
    margin-left: 25px;
    margin-right: 25px;
    transform: scale(2);
}

.feeding-form-button input[type=checkbox] {
    margin-left: 25px;
    margin-right: 25px;
    transform: scale(2);
}

.form-check-inline label {
    display: block;
}

.btn-xlarge {
    padding: 28px 38px;
    font-size: 24px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.p-larger{
    font-size: 24px;
}

.btn-lg-text {
    font-size: 24px;
    line-height: normal;
}


/* Customize the label (the container) for radio buttons */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

#adjust_target_size_div {
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 4px;
}


