﻿.forgotLink{
    margin-right:10px;
}

.errorMessage{
    color:red
}

.glyphicon{
    position: absolute;
    right: 20px;
    top: 10px;
}

input.ng-invalid.ng-touched, input.ng-invalid.ng-dirty, select.ng-invalid.ng-touched, select.ng-invalid.ng-dirty{
    border-color: #a94442;
}

.processingRequest {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
}

.processingRequest .loader {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    text-align: center;
}

.processingRequest .loader .loader-img {
    background: url("../img/loading.GIF");
    width: 60px;
    height: 60px;
    display: block;
}

.errorButton{
   position:absolute;
   bottom:5px;
   right: 5px;
}

.strikethroughPrice {
    text-decoration: line-through;
}

.discountPrice {
    color: red !important;
}

/* Prevent any k-window from extending passed the page (for errors in mobile)*/
div.k-window{
    max-width:98%;
}