﻿.divProduct {
    width:33%;
    height:100px;
    float:left;
}

.divProductLine {
}

.divSearchOptions {
    border:1px solid #a1a1a1;
    border-radius: 20px;
    padding:5px 10px; 
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: auto;
}

.divMaybeLine {
    border: solid;
    border-color: black;
}

.form-control2 {
  height: 34px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.divDict {
    border:none;
    padding-left:0px;
}

.fb-like {
    width: 100% !important;
}

@media (min-width: 768px) {
  .mydiv-min {
    display: none;
  }
  .mydiv-max {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .mydiv-min {
    display: inline-block;
  }
  .mydiv-max {
    display: none;
  }
}

.Control-validate {
}

.Job-finished {
    background-color:aqua;
    color:red;
}

#myProgress {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #ddd;
}

#myBar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #4CAF50;
}
