﻿/*sdsadada*/
#CatalogMenu1 h4 {
    font-size: 14px;
}

.container section:first-child {
    min-height: 600px;
}

.container section div.row.teasers > div {
    height: inherit;
    /*margin-left: 10px;*/
}

div.row.teasers > div > p.button {
    position: inherit;
}

/* TAN(06.06.2013) */

.pricelist th.cart-order-discount-amount, 
.pricelist td.cart-orderline-product-price, 
.pricelist td.colspan-standard-sixth-column {
    display: none;
}


/* END ----| */

.error {
    border-color: red !important;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.table-hover>tbody>tr>td.sum-cell {
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-color: black;
    border-top-width: 1px;  
}
.table-hover>tbody>tr>td.right-cell, .table-hover>thead>tr>th.right-cell {   
    text-align: right;
}

#cart-total-list>table tr td.last-column {
    text-align: right;
}

.multiple-products-variant-code {
     margin-bottom: 5px; 
}

.multiple-products-uom-guid {
    margin-bottom: 5px;
}


.thumbnail {
    height: 470px;
}

.thumbnail input {
    bottom: 0;
}

.pricelist .product-add-to-cart {
}

/* Workaround for twitter typeahead input background-color issue, were transparent was added as background color, which resulted that the input field was rendered incorrect */
    padding-right: 0;
}

#product-header .product-buttons {
    position: relative;   
}



div.thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

div.thumbnail .caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 270px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

div.thumbnail .caption .spacer {
    -webkit-box-flex: 100;
    -webkit-flex: 100 0 0;
        -ms-flex: 100 0 0;
            flex: 100 0 0;
}

div.thumbnail .caption div.input-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    z-index: 9998;
}

div.thumbnail .caption .product-variant-uom {
    z-index: 9999;
}

    div.thumbnail .caption select {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }

@media (max-width: 767px) {
    .thumbnail {
        height: auto;
    }

    div.thumbnail .caption {
        height: auto;
    }
}

#UserPanel > .page-top-bar {
    padding: 20px 15px 37px;
}


#UserPanel  .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.dateColumn {
    max-width: 150px;
    text-align: center;
    vertical-align: middle !important;
}
.eventNameColumn {
    width: 53%
}
.chooseEvent {
    width: 50px;
    text-align: center;
    vertical-align: middle !important;
}
.eventTable {
    max-width: 70%;
}
@media (max-width: 767px) {
.eventTable {
    max-width: 100%;
}
}





ul.checkout-bar li:nth-child(4):before {
  content: "4";
}

ul.checkout-bar li:nth-child(5):before {
  content: "5";
}

ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar li:nth-child(7):before {
  content: "7";
}
ul.checkout-bar li:nth-child(8):before {
  content: "8";
}
ul.checkout-bar li:nth-child(9):before {
  content: "9";
}

ul.checkout-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

@media (max-width: 767px) {
    ul.checkout-bar {
        display: block;
    }
}

@media (min-width: 768px) {


    ul.checkout-bar:before {
        width: 8%;
    }

    .checkout-bar li.done:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-color: #57aed1;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        width: 100%;
        left: 50%;
        position: absolute;
        top: -50px;
        z-index: 0;
    }
}

.domain-header-row {
    display: flex;
    align-items: center;
}

div.company-name {
    font-size: 48px;
    color: black;    
}

.domain-logo {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.domain-links {
    font-size: 12px;
    height: 70px;
}

.fullwidth {
    width: 100%;
}
.checkout-wrap {
    /*padding-bottom: 70px;*/
}

@media (max-width: 767px) {
    .checkout-wrap {
        padding-bottom: 0px;
    }
    .collegeOverall li.previous, .collegeOverall li.next, .collegeOverall li.inactive, .collegeOverall li.done {
        display: none;
    }

    .checkout-wrap {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .page-header {
        margin-top: 10px;
    }

    .product-line-total-with-button {
        width: 90px;
    }

    #shipping-address-form , #bill-address-form {
        padding-left: 0 ;
        padding-right: 0 ;
    }
    
    body {
        padding-top: 70px;
    }
}

#packagePic {
    max-width: 400px;
    max-height: 400px;
    min-width: 300px;
    min-height: 300px;
    margin-bottom: 25px;
}

#customValuePopup {
    z-index: 9999;
}

#bottom_buttons {
    margin-top: 25px;
}

.modal-dialog {
    top: 75px;
}


#toast-container {
    top: 40vh; 
}

@media print{@page {size: landscape}}
@media print {
    .navbar {
        display: initial;
    }
     a[href]:after {
    content: none !important;
  }
}
.phone-number .col-xs-3::after{
 
 position:absolute;
    right: 5px;
    color: black;
    border: 0px solid;
    top: 5px;
}



/*.phone-number-first {
    padding-left: 0;
    width:28%;
}

.phone-number-last {
    width:70%;
}*/

/*@media (max-width: 768px) {*/
    .phone-number-first {
        width: 40%;
    }

    .phone-number input {
        padding-left: 2px;
        padding-right: 0px;
        text-align: center;
    }

    .phone-number-last {
    width:90%;
}
/*}*/


.phone-number .col-xs-4{
	width:25%;
}



.phone-number .col-xs-3, .phone-number .col-xs-4{

	padding-left:0;
}
#CompanyInfo {
    color: black;
}

.rTable {
  	display: table;
  	width: 100%;
    font-family: 'Segoe UI', 'Work Sans', sans-serif;
}
.rTableRow {
  	display: table-row;
}
.rTableCell {
  	display: table-cell;
  	padding: 3px 10px;
    vertical-align: middle;
}
.rTableHead {
  	display: table-cell;
  	padding: 8px;
    vertical-align: bottom;
  	border-bottom: 2px solid #dddddd;
    font-weight: bold;
    color: #333333;
}

.graduation-datepicker {
    max-width: 80%;
}


.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: black;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
