html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.footer {
    height: 60px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.body-background{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../images/backgrounds/Black-and-white-Victorian.jpg');
}

.wrap{
    background-color: rgba(255,255,255,0.95);
}
.table > thead > tr > th{
    color: #D21C2E !important;
}
.view-store-order{
    margin-top:4px;
}
.custom-padding-right:before{
    padding-right: 5px; 
}
@keyframes fadeIn { 
    from { opacity: 0; } 
}

p.offline-store-message {
    position: relative;
    font-size:2em;
    font-weight: bold;
    color: #D21C2E;
    text-align: center;
    animation: fadeIn 1s infinite alternate;
}
.customer_personal_detail_accordian .panel-heading{
    background-color: #D21C2E;
    color: #FFF;
}
@-webkit-keyframes blink {    
    50% { background-color:#ffb2b2; }
}
@-moz-keyframes blink {
    50% { background-color:#ffb2b2; }
}
@keyframes blink {
    50% { background-color:#ffb2b2; }
}
.blink{ 	
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: linear;
    -moz-animation-direction: normal;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: linear;
    animation-direction: normal;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: blink;
    animation-timing-function: linear;
    background-color:#f2dede;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    .quantity-sm{
        float: none !important;
        border-top: #ddd solid 1px;
    }
}