/*********************
 General styles
*********************/

.content-side {
  margin-top: 30px;
}

.content-main {
  margin-top: 30px;
}

.input-row {
  background-color: #F4F4F5;
  padding:          10px;
  margin-top:       20px;
}

.input-row.disabled {
  background-color: #BEC4C7;
}

.btn-primary {
  display:          inline-block;
  width:            120px;
  padding:          0 2rem;
  font-size:        15px;
  line-height:      50px;
  border:           none;
  box-shadow:       none;
  background-color: #f65e3f;
  color:            #fff;
  text-align:       center;
  font-weight:      400;
  cursor:           pointer;
  font-style:       normal;
}

.btn-primary:hover {
  background-color: #e04f31;
  color:            #ffffff;
}

.btn-primary.inactive {
  background-color: #BEC4C7;
}

.btn-secondary {
  display:          inline-block;
  width:            120px;
  padding:          0 2rem;
  font-size:        15px;
  line-height:      50px;
  border:           none;
  box-shadow:       none;
  background-color: #BEC4C7;
  color:            #fff;
  text-align:       center;
  font-weight:      400;
  cursor:           pointer;
  font-style:       normal;
}

.btn-secondary:hover {
  background-color: #3ab05e;
  color:            #ffffff;
}

.btn-tertiary {
  display:          inline-block;
  background-color: #90d271;
  padding:          0 25px;
  font-size:        15px;
  line-height:      50px;
  color:            #ffffff;
  font-weight:      400;
  border:           none;
}

.btn-tertiary:hover {
  background-color: #7cc757;
  color: #ffffff;
}

.btn-small {
  padding:   0 15px;
  font-size: 13px;
}

[v-cloak] {
  display: none
}

a, a:hover, a:focus {
  color: #3ab05e;
}

.width-auto {
  width: auto;
}

.product-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.category-box {
  background: #e0e0e0;
}
a.category-box {
  display: block;
}
a.category-box :hover {
  background-color: #3AB05E;
  color: #ffffff;
}
.category-header {
  color: #67767d;
  text-align: center;
  font-size: 24px;
  margin: 10px 0;
  font-weight: normal;
  line-height: 100px;
}

.image-fade-btn {
  position:   relative;
  display:    inline-block;
  text-align: center;
}

.image-fade-btn img {
  width:   100%;
  opacity: 0.65;
}

.image-fade-btn:hover img {
  opacity: 1;
}

.image-fade-btn .btn-tertiary {
  margin: 10px auto 0px auto;
}

.image-fade-btn:hover .btn-tertiary {
  background-color: #7cc757;
}
.image-fade-btn.active .btn-tertiary {
  background: #f65e3f;
}

.eartag-model-image {
  background-color: #f4f4f5;
  padding-bottom: 15px;
  margin-top: 15px;
}
.eartag-model-image:hover {
  background: #EAEAEB;
}
.eartag-model-image img {
  opacity: 1;
}

.category-column-height {
  display: block;
  position: relative;
  width: 100%;
}

.full-width {
  display: block;
  width: 100%;
}

.printing-btn {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
}
.printing-btn:hover {
  background-color: #f4f4f5;
}

.text-center {
  text-align: center;
}

.mr-md {
  margin-right: 15px;
}

.mb-md {
  margin-bottom: 12px;
}

.mb-lg {
  margin-bottom: 20px;
}

.full-height {
  height: 100%;
}

.pt-5 {
  padding-top: 5px;
}

/*********************
 Title bar
*********************/

.title-bar {
  border-bottom: 1px solid #67767d;
}

.step-backward {
  text-align: left;
}

.step-forward {
  text-align: right;
}

.page-title {
  display: inline-block;
  color:   #3AB05E;
  margin:  10px 0 10px 0;
}

.total-price {
  display:     inline-block;
  margin-top:  20px;
  margin-left: 10px;
  font-size:   20px;
}
.total-text {
  margin-right: 15px;
}
.tax-text {
  font-size: 14px;
  color: #BEC4C7;
}

/*********************
 Default form styling
*********************/
.default-form {

}

.default-form label {
  line-height: 40px;
  font-size:   17px;
}
.default-form label.small {
  line-height: normal;
  font-size:   14px;
}

.default-form select,

.default-form input[type="text"],
.default-form input[type="number"],
.default-form input[type="password"] {
  display:       block;
  width:         100%;
  padding-left:  0.9375rem;
  padding-right: 0.9375rem;
  margin:        0;
  font-style:    italic;
  border-radius: 0;
  border:        1px solid #bec4c7;
  text-indent:   0rem;
  height:        40px;
  color:         #67767d;
  font-size:     16px;
}

.default-form select[disabled],
.default-form input[disabled],
.default-form input[readonly] {
  background-color: #bec4c7;
}

.default-form select option[disabled] {
  color: #bec4c7;
}

.default-form input::placeholder {
  color: #bec4c7;
}

.default-form input.has-error,
.default-form .has-error {
  border-color: #f65e3f;
}

/*********************
 Errors
*********************/
.error-block {
  margin-top: 20px;
  padding:    5px 10px;
  background: #FCECE8;
  border:     1px solid #f65e3f;
  color:      #67767d;
}

ul.errors-list {
  list-style: circle;
}

/*********************
 General page styling
*********************/
.valign-multiline {
  display: table;
  height:  40px;
  width:   100%;
}

.valign-multiline span {
  display:        table-cell;
  vertical-align: middle;
}

.input-validation-icon {
  padding-top: 8px;
}

.input-error-message {
  margin:     0;
  margin-top: 8px;
  color:      #f65e3f;
}
.input-warning-message {
  margin:     0;
  margin-top: 8px;
  color: #057fcc;
}
.notification {
  color: #057fcc;
}

/*********************
  Animal page
*********************/


/*********************
 Male page
*********************/
.visual-btn {
  padding:       1px 3px;
  border-bottom: 5px solid #ffffff;
  background:    #ffffff;
  opacity:       0.9;
  margin-right:  10px;
}

.visual-btn.active {
  opacity:       1;
  border-bottom: 5px solid #7cc757;
}

.eartag-pin-image {
  position:   relative;
  text-align: center;
}

.bulk-quantity {
  display: inline-block;
  width:   130px;
}
.bulk-price {
  display: inline-block;
  width: 60px;
}
.bulk-price.active {
  font-weight: 600;
  line-height: 40px;
}
.bulk-package-size {
  color:     #BEC4C7;
  font-size: 13px;
}

.bulk-discount-rate {
  display:     inline-block;
  margin-left: 15px;
  color:       #f65e3f;
  font-weight: bold;
}

.current_bulk_quantity {
  color: #7cc757;
}

/*********************
 Female page
*********************/
.color-blocks {
  text-align: center;
}

.color-block {
  display:      inline-block;
  width:        20px;
  height:       20px;
  margin-right: 10px;
  border:       1px solid #BEC4C7;
}
.color-block.active {
  background-image: url('../images/check_grey.svg');
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

.color-block.black {
  background-color: #000000;
}

.color-block.blue {
  background-color: #27B3E4;
}

.color-block.green {
  background-color: #DBE5A8;
}

.color-block.orange {
  background-color: #F7A825;
}

.color-block.red {
  background-color: #DB001C;
}

.color-block.white {
  background-color: #FFFFFF;
}

.color-block.yellow {
  background-color: #F9E15B;
}

.color-block.purple {
  background-color: #B99CCA;
}

.color-block.pink {
  background-color: #ED8BB1;
}

.color-amount {
  display: inline-block;
  margin-right: 0;
}

.color-text {
  display: inline-block;
  margin-right: 15px;
}

.input-explanation {
  text-align: center;
}

.input-explanation p {
  margin:    20px 0 -10px 0;
  font-size: 17px;
}

.descriptive-text {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
}
.item-label {
  line-height: 40px;
  font-size:   17px;
}
.item-title,
.item-price,
.item-amount {
  font-size:   17px;
}
.item-amount {
  display: block;
}
.item-materialid {
  font-size: 14px;

}

.female-eartag-images {
  text-align: center;
}

.female-eartag-images-overview {
  margin-top: 20px;
  text-align: center;
}


/*********************
 Helpers
*********************/

@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
  .text-right-sm {
    text-align: right;
  }
}

.text-right {
  text-align: right;
}

.clearboth {
  clear: both;
}


/*********************
 Choice bar
*********************/

.choice-bar {
  margin:           40px 0 28px 0;
  border:           1px solid #73cd67;
  background-color: #f5faf1;
  padding:          24px 14px;
  border-radius:    4px;
}

.choice-title {
  float: left;
  color:       #73CD67;
  font-size:   18px;
  font-weight: 700;
  margin:      6px 10px 0 0;
}
.choices {
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 15px;
}
.choice-bar .choices .choice-button {
  border: 1px solid #73cd67;
  float: left;
  width: 130px;
  text-align: center;
  margin: 0 20px 0 0;
  padding: 0 4px;
  height: 34px;
  line-height: 33px;
  display: inline-block;
  border-radius: 2px;
  background-color: #f5faf1;
  color: #67767d;
}
.choice-bar .choices .choice-button:hover {
  background-color: #fff;
}

.question-mark {
  display: inline-block;
  float: left;
  margin-top: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  color: #3ab05e;
}

/*********************
 qtip
*********************/

.qtip-default.qtip-def {
  border: 1px solid #73cd67;
  color: #67767d;
  font-size: 14px;
  line-height: 18px;
  background-color: #f5faf1;
  border-radius: 5px 5px;
  padding: 7px;
}

.header-bar {
  padding:    10px;
  margin-top: 20px;
  background: #3AB05E;
  color:      #ffffff;
}

.header-bar-link {
  color: #ffffff;
  margin-top: 2px;
}
.header-bar-link:hover,
.header-bar-link:focus {
  color: #F4F4F5;
  text-decoration: underline;
}
.header-bar-link img {
  margin-top: -3px;
  margin-right: 2px;
}


/*********************
 MODAL
*********************/
.swal2-modal {
  font-family: "futura", Helvetica, Arial, sans-serif;
}

.swal2-modal .swal2-styled {
  border: none;
  border-radius: 0px;
}
.swal2-modal .swal2-cancel {
  background-color: #BEC4C7 !important;
}
.swal2-modal .swal2-confirm {
  background-color: #90d271 !important;
}

.swal2-modal .customButton {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 40px 5px 0 5px;
  padding: 10px 32px;
  background-color: #90d271;
}

.login-form {
  max-width: 600px;
  margin:    30px auto;
}

.success-block {
  margin-top: 20px;
  padding:    5px 10px;
  background: #f5faf1;
  border:     1px solid #73cd67;
  color:      #67767d;
}


/* PAUL */

.fa-eye:hover {
  cursor: pointer;
  color: black;
}
