/*--------------------------*/
/* Main Website Style Sheet */
/*--------------------------*/

/* Colors --------------------------------------------------------------------*/
hr {
  border-color: lightgrey;
}
.white,
a.logout:link {
  color: white !important;
}
.red {
  color: #d00;
}
.grey {
  color: grey;
}
.green {
  color: green;
}
a.logout:hover {
  color: grey !important;
}
.company-1 {
  color: crimson !important;
}
.company-2 {
  color: blueviolet !important;
}
.color-status-indicator-1 {
  background-color: green;
}
.color-status-indicator-2{
  background-color: red;
}
.counter,
a.logout:hover,
a.logout:visited {
  color: darkgrey !important;
}
a.common-link:link,
a.common-link:visited {
  color: #8f1a1a !important; 
}
a.common-link:hover {
  color: #cc1a1a !important;
}
a.footer-link:link,
a.footer-link:visited {
  color: #5a5a5a !important; 
}
a.footer-link:hover {
  color: black !important;
}
a.demand-link:link,
a.demand-link:visited {
  color: #BB0000 !important;
}
a.demand-link:hover {
  color: red !important;
}
select:required:invalid {
  color: grey;
}
option {
  color: black;
}
.price-heading {
  color: #8f1a1a;
}
.thumbnail .caption h3 a:link,
.thumbnail .caption h3 a:visited,
.thumbnail .caption h3 a:hover {
  color: #ff3b3b;
}
.attachement {
  color: black !important;
}
.attachement:hover,
.attachement:visited {
  color: grey !important;
}

/* Shadows -------------------------------------------------------------------*/
.box-shadow-grey {
  box-shadow: 0px 5px 25px grey;
}
.text-shadow-dark {
  text-shadow: 2px 2px 5px black;
}
.text-shadow-dark-big {
  text-shadow: 2px 2px 12px #333333;
}
.text-shadow-light-smallest {
  text-shadow: 1px 1px 1px #FFFFFF;
}

/* Fonts ---------------------------------------------------------------------*/
.bold {
  font-weight: bold;
}
.font-normal {
  font-size: 1.0em;
}
.font-big {
  font-size: 1.3em;
}
.font-bigger {
  font-size: 1.8em;
}
.font-copyright {
  font: 200 22px "FCKaiserCond",Helvetica,Arial,sans-serif;
  letter-spacing: 2px;
}
a.text-decoration-none {
  text-decoration: none;
}
.footer-logo {
  font: 200 25px "FCKaiserCond",Helvetica,Arial,sans-serif;
  letter-spacing: 3px;
}
.thumbnail .caption h3 {
  font-size: 17px;
  font-weight: normal;
}
.thumbnail .caption h3 a {
  text-decoration: none;
}
.thumbnail .caption h3 a:hover {
  text-decoration: underline;
}

/* Backgrounds ---------------------------------------------------------------*/
.bg-gradient-footer {
  background: transparent -webkit-radial-gradient(circle farthest-side at center center , white 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* For Safari 5.1 to 6.0 */
  background: transparent -o-radial-gradient(circle farthest-side at center center , white 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* For Opera 11.1 to 12.0 */
  background: transparent -moz-radial-gradient(circle farthest-side at center center , white 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* For Firefox 3.6 to 15 */
  background: transparent radial-gradient(circle farthest-side at center center , white 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* Standard syntax (must be last) */
}
.bg-white-transparent {
  background-color: rgba(245, 245, 245, 0.7);
}
.border-white {
  border: 3px solid white;
}
.bg-gradient-header {
  background: transparent -webkit-radial-gradient(circle farthest-side at center center , white 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* For Safari 5.1 to 6.0 */
  background: transparent -o-radial-gradient(circle farthest-side at center center , white 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* For Opera 11.1 to 12.0 */
  background: transparent -moz-radial-gradient(circle farthest-side at center center , white 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* For Firefox 3.6 to 15 */
  background: transparent radial-gradient(circle farthest-side at center center , white 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* Standard syntax (must be last) */
}
.bg-strip {
  background-color: #4D4C4C;
}
.bg-intro-thumbnail {
  background: transparent -webkit-radial-gradient(circle farthest-side at center center , lightgrey 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* For Safari 5.1 to 6.0 */
  background: transparent -o-radial-gradient(circle farthest-side at center center , lightgrey 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* For Opera 11.1 to 12.0 */
  background: transparent -moz-radial-gradient(circle farthest-side at center center , lightgrey 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* For Firefox 3.6 to 15 */
  background: transparent radial-gradient(circle farthest-side at center center , lightgrey 0px, #D8D8D8 100%) repeat scroll 0% 0%; /* Standard syntax (must be last) */
}
.bg-gradient-main {
  background: transparent -webkit-radial-gradient(circle farthest-side at center center , white 80px, #D8D8D8 100%); /* For Safari 5.1 to 6.0 */
  background: transparent -o-radial-gradient(circle farthest-side at center center , white 80px, #D8D8D8 100%); /* For Opera 11.1 to 12.0 */
  background: transparent -moz-radial-gradient(circle farthest-side at center center , white 80px, #D8D8D8 100%); /* For Firefox 3.6 to 15 */
  background: transparent radial-gradient(circle farthest-side at center center , white 80px, #D8D8D8 100%); /* Standard syntax (must be last) */
}
.thumbnail,
a.logout-button:hover {
  background-color: lightgrey;
}
.status-rejected {
  background-color: #d00 !important;
}
.status-waiting {
  background-color: orange !important;
}
.status-accepted {
  background-color: green;
}
.bg-company-1 {
  background-color: crimson !important;
}
.bg-company-2 {
  background-color: blueviolet !important;
}
.box-record {
  background-color: white;
}
.form-control
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff !important;
}

/* Layout Elements -----------------------------------------------------------*/
p {
  margin: 0px !important;
}
input {
  overflow: hidden;
}
option[value=""][disabled] {
  display: none;
}
.no-lr-padding {
  padding-left: 0px;
  padding-right: 0px;
}
footer {
  height: auto;
  margin-top: 20px;
  padding-bottom: 30px;
}
td {
    vertical-align: top !important;
}
[class*="multi-field-"] {
  margin-bottom: 5px;
}
.footer-logo {
  padding-top: 35px;
}
.copyright {
  padding-top: 35px;
}
#main-content {
  min-height: 200px;
  margin-bottom: 35px;
}
.navbar-demand {
  margin-top: 8px;
  margin-left: 8px;
}
.attachement-margin-right-10px {
  margin-right: 10px;
}
.attachement-floating-left {
  float: left;
}
.border-left-right {
  border-left: 2px solid grey; 
  border-right: 2px solid grey; 
}
.record-header {
  height: 20px;
  margin-top: 2px;
  margin-bottom: 6px;
}
.padding-buttons-right {
  padding-right: 4px;
}
.padding-buttons-left {
  padding-left: 4px;
}
.margin-buttons-left {
  margin-left: 6px;
}
.margin-well-bottom {
  margin-bottom: 6px !important;
}
.margin-top-bottom-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}
.round-corners {
  border-radius: 3px;
}
.padding-status-top {
  padding-top: 14px;
}
.margin-zero {
  margin: 0px;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}
.padding-zero {
  padding: 0px !important;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
/* předefinování Bootstrap třídy */
.alert {
  margin-bottom: 0px;
}
.logout {
  position: relative;
  top: 5px;
  right: 10px;
}
.pipe-separator {
  position: relative;
  right: 20px;
  top: 3px;
}
.user-icon {
  position: relative;
  right: 30px;
  top: 5px;
}
/* vycpávka zleva a zprava */
.padding-lr-5px {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-lr-2em {
  padding-left: 2em;
  padding-right: 2em;
}
.corners-unequal {
  border-radius: 50px 15px;
}
.well-demand {
  margin-top: 15px;
  width: 400px;
}
.thumbnail .caption h3 {
  padding: 15px 0 0 0;
  display: block;
  margin: 0 0 8px 0
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Responsive Layout Elements ------------------------------------------------*/
@media (min-width: 768px) {
  .header-logo {
    font: 200 80px "FCKaiserCond",Helvetica,Arial,sans-serif;
    letter-spacing: 3px;
  }
  .outer-strip {
    height: 30px; 
  }
  .header-margin-top {
    margin-top: 30px;
  }
  .img-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main-content-margin-top {
    margin-top: 35px !important;
  }
  .thumbnail {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    font: 200 50px "FCKaiserCond",Helvetica,Arial,sans-serif;
    letter-spacing: 3px;
  }
  .outer-strip {
    height: 30px; 
  }
  .header-margin-top {
    margin-top: 15px;
  }
  .img-margin {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .main-content-margin-top {
    margin-top: 40px !important;
  }
  .thumbnail {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}