/* Minification failed. Returning unminified contents.
(42,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
    font-size: medium;
    }
.shadowbox-content {
    margin-right: 8px;
    background: #fff;
    box-shadow: 0 0 12px #757575;
    -moz-box-shadow: 0 0 12px #757575;
    -webkit-box-shadow: 0 0 12px #757575;
}
.container-gap {
    padding-right: 25px;
    padding-left: 25px;
    /* padding-top: 25px; */
    padding-bottom: 25px;
    *
    zoom: 1;
}







hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr.style-seven:before { /* Not really supposed to work, but does */
        display: block;
        content: "";
        height: 30px;
        margin-top: -31px;
        border-style: solid;
        border-color: black;
        border-width: 0 0 1px 0;
        border-radius: 20px;
    }

container.body-content {
    padding:0px !important;
}

.blink_me {
    animation: blinker 1s linear infinite;
}


@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0px !important;
    }
}

.adsupplier_input{
    margin-top: 2px;
  border-radius: 3px;
  text-align: left;
  height: 25%;
  width: 250px;
  float: right;
  background-color: white;
  border: 1px solid grey;
  font-size: medium;
  height: 30px;
  border: solid 1px gray;
  border-radius: 5px;
  text-indent: 5px;
}


.clr20{
    clear:both;
    height:20px;
}

input.error{
    border: 1px solid red !important;
}

label.error{
   display:none !important;
}
 


.addmember_input{
    margin-top: 2px;
  border-radius: 3px;
  text-align: left;
  height: 25%;
  width: 250px;
  float: right;
  background-color: white;
  border: 1px solid grey;
  font-size: medium;
  height: 30px;
  border: solid 1px gray;
  border-radius: 5px;
  text-indent: 5px;
}
