/* 
    Document   : grazinglandImages
    Created on : Nov 1, 2011, 10:52:34 AM
    Author     : andrewv
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.review #content {
  background-color: #DFFFDF;
}

.review #formTable{
  background-color: white;
}

.note {
  color: #0000FF;
}

ul li {
  padding: 4px;
}

root { 
    display: block;
}

tr.odd {
  background-color: #F0F0F0;
}

td.number {
  text-align: right;
}

#quickOpen {
  clear: right;
  float: right;
  background-color: #F0F0F0;
  vertical-align: middle;
}

table.dirList{
  border-collapse: collapse;
}

table.dirList td {
  padding: 4px;
}

table.bigButtons td {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.borderless{
  border: 0px none white;
}

table.login th {
  text-align: left;
}

table.preview {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #CCCCCC;
  background-color: #F0F0F0;
  /* box-shadow: 5px 5px 5px #999999; */
}

table.preview td {
  text-align: center;
}

table.preview td img {
  height: 100px;
}

.mask {
  position: absolute;
  border: 1px solid blue;
  background-color: white;
  cursor: url(../images/x.svg) 8 8, pointer;
}

fieldset.floatleft{
  float: left;
  margin-bottom: 10px;
}

#icon {
  vertical-align: middle;
}

#logoutDiv {
  float: right;
}

#remoteErrors {
  color: red;
}

#maskMarquee {
  visibility: hidden;
  position: absolute;
  border: 1px solid yellow;
}

#imageHelpText {
  color: green;
  font-weight: bold;
}

#imageTable{
  border-collapse: collapse;
  border-style: none;
  border-width: 0px;
  table-layout: fixed;
  overflow: auto;
}

#maskImageContainer {
  position: relative;
  top: 0px;
  left: 0px;
}

#maskImage {
  padding: 2px;
}

#marquee, #maskImage, #maskMarquee {
  cursor: crosshair;
}

#fullImageContainer{
  clear: both;
  margin-top: 5px;
  text-align: center;
}

#zoomImageContainer{
  height: 200px;
  overflow: auto;
  background-color: gray;
}

#formTable{
  border: 1px solid gray;
  border-collapse: collapse;
}

#formTable th {
  text-align: left;
}

#formTable th, #formTable td {
  border: 1px solid gray;
  padding: 4px;
}

.warning{
  background-color: #ffefa7 !important;
}

.error{
  background-color: #ff9d91 !important;
}

.warning .error {
  background-color: #ff9d91 !important;
}

#errorDiv {
  color: red;
}

#totalProgressBar {
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
}

#completedProgressBar {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #e7e7e7;
  border-radius: 3px;
  transition: width 0.1s ease-out !important;
}

#progressText {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  top: 30%;
}

#syncForm {
  width: 100%;
  text-align:left;
}

#syncStats {
  float: right;
  text-align: right;
}

#syncStats > img {
  width: 15%;
}

#syncStatus {
  padding: 1em;
}

.halfDiv {
  width: 98%;
  padding: 1%;
  margin: 0 auto;
  text-align: left;
  max-width: 600px;
}

.glTable {
  width: 100%;
}

.imageRowHeader {
  border-bottom: 1px solid #777;
}

.imageRow {
  margin: 3px;
}

.imageRow > span {
  display: inline-block;
}

.fileName {
  width: 80%;
}

.fileSize {
  width: 15%;
  text-align: right;
}

.fileStatus {
  width: 5%;
  text-align: center;
  vertical-align: middle;
}

.fileStatus > img {
  width: 1em;
}

.input-container {
  display: inline-block;
  margin: 5px 0;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  max-width: 600px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  background-color: #f5f5f5;
}

.input-container-title {
  position: absolute;
  top: -20px;
  left: -10px;
  background-color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  text-align: left;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  border: 1px solid;
  border-radius: 5px;
  color: #555555;
}

#uploadForm {
  margin: 0 auto;
  text-align: center;
}

.imageRow {
  margin: 5px;
  padding: 4px 6px;
  border-radius: 2px;
}

.imageRowHeader > span {
  font-weight: bold;
}

/*@keyframes pulse {	
  50% { 
    background: #fff;
  } 
}*/

.loading-pulse {
  position: relative;
  width: 3px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
  animation: pulse 750ms infinite;
  animation-delay: 250ms;
  margin: 0 auto;
}
.loading-pulse:before, .loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 8px;
  width: 3px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translateY(-50%);
  animation: pulse 750ms infinite;
}
 .loading-pulse:before {
  left: -6px;
}
.loading-pulse:after {
  left: 6px;
  animation-delay: 500ms;
}

.loading-spin {
  border: 0.2em solid #f3f3f3; /* Light grey */
  border-top: 0.2em solid #3498db; /* Blue */
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

.input-container-field > .loading-spin {
  float: right;
}

/*@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/

.icon {
  width: 12px;
  height: 12px;
}

.uploadSuccess {
  background-color: #d3f3d3;
}

.uploadFailure {
  background-color: #ffc7c7;
}

.uploadDiv, .errorsDiv {
  margin-bottom: 13px;
}

.errorsDiv {
  border-color: #ff7160;
}

.error > .input-container-title {
  color: #ff7160;
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion, a.nav, input.nav {
  cursor: pointer;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.uploadSuccess.active, .accordion.uploadSuccess:hover, .imageRowNotes.uploadSuccess {
  background-color: lightgreen;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.uploadFailure.active, .accordion.uploadFailure:hover, .imageRowNotes.uploadFailure {
  background-color: #ff7160;
}

div.imageRowNotes {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0 7%;
  width: 86%;
  white-space: normal;
}

#navDiv > div {
  height: 60px;
  width: 100%;
}

a.nav {
  box-sizing: border-box;
}

a.nav:link , a.nav:visited , input.nav  {
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  padding: 15px 32px;
  font-size: 1.5em;
  text-decoration: none;
  color: #000;
  height: 100%;
  width: 100%;
}

a.nav:hover, a.nav:active, input.nav:hover {
  background-color: #e7e7e7;
}

#navDiv {
  text-align: center;
  margin: 20px auto;
  display: none;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#filesDiv {
  white-space: nowrap;
}

.input-cell {
  text-align: center;
}

.zoomWindow {
  margin-left: 5px;
}

.input-container-row {
  text-align: center;
  margin: 20px auto;
  border-radius: 5px;
  padding: 5px;
  background-color: #ffffff;
  max-width: 500px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.input-container-field {
  vertical-align: middle;
  display: inline-block;
  margin: 5px 10px;
}

.input-container-field-text {
  text-align: left;
  width: 50%;
}

.input-container-field-text-title {
  font-size: 1.4em;
  font-weight: bold;
}

.input-container-field-text-help {
  font-size: 0.9em;
  color: #333;
  margin-left: 1em;
}

.input-container-field-input {
  width: 35%;
  text-align: right;
}

.input-container-item {
  margin-left: 20px;
}

.main-text {
  padding: 5px 20px;
  text-align: justify;
}

.input-locked {
  border: 0;
}

.input-container-tagging {
  max-width: 45%;
  vertical-align: top;
  min-width: 490px;
  display: inline-block;
  margin: 0 5px;
}

.content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.input-container-row-full-width > .input-container-field-text {
  width: 90%;
  margin: 5px 5%;
}

.input-container-row-full-width > .input-container-field-input {
  width: 100%;
  margin: 5px auto;
  text-align: center;
}

.input-container-row-first {
  margin-top: 0;
}

.input-container-row-last {
  margin-bottom: 0;
}

textarea.input-field {
  width: 80%;
}

.glass {
  position: relative;
  background: linear-gradient(#e7e7e7, white);
  border-radius: 3px;
  box-shadow: 0px 1px 4px -2px #333;
  text-shadow: 0px -1px #333;
}

.glass:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: 50%;
  background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

a.glass:hover, input.nav.glass:hover {
  background: linear-gradient(#f3f3f3,#ffffff);
}

.duplicate-link {
  margin: 0 0 15px;
}