.clearfix {
    clear: both;
    float: none;
}


.upload-image {
    cursor: pointer;
    border: 1px dashed;
    line-height: 183px;
}

.product-image, .upload-image {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    display: block;
    width: 123px;
    height: 158px;
    text-align: center;
    float: left;
    position: relative;
    margin: 9px;
    cursor: move;
}

a, a .btn-link {
    text-decoration: underline;
}

a {
    color: #428bca;
    text-decoration: none;
}


.upload-image .glyphicon {
    padding: 0px;
    font-size: 4em;
}
.glyphicon {
    cursor: pointer;
}

.glyphicon{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.sliderVal{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-left: 15px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.radio {
  margin: 0.5rem 0;
  display: initial;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  margin-left: -2000px;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #337ab7;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #337ab7;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.form-control--inline{
  display: inline-block;
  width: auto;

}

.watermark_preview{
  max-width: 100%;
  cursor: pointer;
}

.watermark_preview:hover{
  background-color: #337ab7;
}

body{
      margin-bottom: 40px;
}