/*!

 */

/*
.force-height{
	margin-top: 399px;
	height: 300px;
}
*/

.modal-body li {
    margin: 0.85em 0em;
}

div.desc {
    background-color: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.65;
    position: absolute;
    /* width: 100%; */
    padding: .5em 1em 0.125em 1.5em;
}

.fix{
    width: 100%;
    padding: 0px;
    margin: 1.0em 0em 1.125em 0em;
}

.valve-image{
	
}

/* Disable weekend days on Date picker */
    .k-weekend{ 
	    pointer-events: none;
      /* adding some CSS to match the normal days styling */
      cursor:default;
      opacity: 0.5;
    }
    
    
/*
    .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    color: #fff;
    background-color: #2A3582;
    border-color: #2A3582;
}
*/
input.form-control.file-dropper {
    
    border: 1px solid #555555;
    min-width: 10vw;
    min-height: 5vh;
    background: #ffffff;
    display: flex;
    transition: ease 0.75s;
    padding: 4px;
    margin: auto;
}
input.form-control.file-dropper:hover {
    border: none;
    min-width: 10vw;
    min-height: 10vh;
    background: #2a3582;
    display: flex;
    color: #fff;
}


#file::file-selector-button {
    /* border: 2px solid #555555; */
    border: 2px solid #fff;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    background-color: #2a3582;
    transition: ease 0.5s;
}

#file::file-selector-button:hover {
    background-color: #fff;
    border: 2px solid  #fff;
    color: #2a3582;
}

#file::-webkit-file-upload-button {
    /* border: 2px solid #555555; */
    border: 2px solid #fff;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    background-color: #2a3582;
    transition: ease 0.5s;
}

#file::-webkit-file-upload-button:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid  #fff;
    color: #555555;
   
}

/* SUBMIT BUTTON ANIMATION */
@keyframes submit-animate {
    0% {
        background: #2a3582;
    }
    50% {
        background: #428bca;
    }
    100% {
        background: #2a3582;
    }
}

.submit-animate{
    animation-name: submit-animate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease; 
}

.numberCircle {
    /* flex: 1; */
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    padding: 6px;
    background: #666;
    /* border: 2px solid #666; */
    color: #FFF;
    text-align: center;
    font: 32px Arial, sans-serif;
    /* margin-left: -2em; */
    /* position: absolute; */
    margin-right: 0.25em;
}


.steps {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #666;
    padding: 1.5em;
}

.app-submit-form {

    margin-left: 60px;
}

/* development forms Additions */
/* fields for 2-3 characters */
.double-digit {
  max-width: 3em;
}

.four-digit {
  max-width: 5em;
}
.glyphs {
  font-size: 1.25em;
  font-weight: bold;
}
.control-label.in-line {
  display: inline-block;
}

.totalDisplay {
  color: #276929;
  font-weight: bold;
}

#form-toast-container {
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none; /* so toasts don't block modal clicks, etc. */
}

.form-toast {
    pointer-events: all;
    display: flex;
    align-items: normal;
    min-width: 260px;
    max-width: 500px;
    margin: 8px 0;
    background: rgba(34,34,34,0.95);
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    border-radius: 5px;
    padding: 18px 24px 18px 16px;
    font-size: 1.1em;
    font-family: inherit;
    animation: slideIn 380ms cubic-bezier(.32,.7,.67,1.4);
    text-align: center;
    justify-content: center;
}

.form-toast.success { background: linear-gradient(0deg, rgba(39, 105, 41, 0.85)); }
.form-toast.error   { background: linear-gradient(0deg, rgba(180, 12, 32, 0.85)); color: #fff}
.form-toast.info    { background: linear-gradient(0deg, rgba(42, 53, 130, 0.85)); }
.form-toast i {
    margin-right: 14px; font-size: 1.3em; opacity: 0.83;
}
@keyframes slideIn {
    from { transform: translateY(-12px) scale(0.94); opacity: 0 }
    to   { transform: translateY(0) scale(1); opacity: 1 }
}
#remove-image-button {
    display: none;
}
/* Upload File button default: green */
.upload-btn-green {
    /* background: linear-gradient(90deg,#41d67b,#1ba574);
    color: #fff; */
    border: none;
    border-radius: 4px;
    padding: 8px 18px;
    /* font-weight: 600; */
    cursor: pointer;
    display: inline-block;
    transition: background 0.2s;
}
#upload-image-button {
    background: linear-gradient(90deg,#2e7931,#276929);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 14px;
    /* font-weight: 600; */
    /* font-size: 14px */
    margin-left: 8px;
    transition: background 0.2s;
}

#remove-image-button {
    background: linear-gradient(90deg,#dd302a,#b40c20);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 14px;
    /* font-weight: 600; */
    /* font-size: 14px */
    margin-left: 8px;
    transition: background 0.2s;
}

#current-image-label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 6px;
  color: #333;
}

#current-image-name {
  font-size: 14px;
  font-weight: bold;
  color: #276929; /* blue, or choose a highlight color */
  /* background: #eef1fb; */
  border-radius: 3px;
  padding: 1px 6px 1px 2px;
}
.custom-file-upload {
padding-top: 30px;
}

#image-preview-area {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  background: none;
}
#image-preview-area img {
  width: 180px;
  height: auto;
  border: 2px solid #73a7fa;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  display: block;
}








