﻿.loader-wapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    cursor: wait;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    .loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 6px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    .loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 6px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

.simple-loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
    left: 50%;
    position: absolute;
    top: 50%;
}

    .simple-loader::before, .simple-loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #f37c2d;
        animation: prixClipFix 2s linear infinite;
    }

    .simple-loader::after {
        transform: rotate3d(90, 90, 0, 180deg );
        border-color: #f37c2d;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);
    }

    75%, 100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);
    }
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.required {
    color: #ff0000;
    padding-left: 2px;
}

.field-validation-error {
    color: #ff0000;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
}

.displayNone {
    display: none !important;
}

.displayBlock {
    display: block !important;
}

.displayInlineBlock {
    display: inline-block !important;
}

.stockskutype
{
    display:table-row !important;
}

.popupErrorMessage {
    height: 170px;
    color: #ff0000;
    font-size: large;
}

/* loader img  */
.loader_img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.loader-wapper .loader_img .loader_img_div {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

    .loader-wapper .loader_img .loader_img_div .loader_img_2 {
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

.loader_img > img {
    height: 130px;
}

.greentext {
    color: green !important;
}

.wrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.tableFixed {
    table-layout: fixed;
}

.divremove {
    display: none;
}

.dropdowncartwidth {
    width: 100px;
}

.imageView {
    width: 120px;
    height: 120px;
    border: 2px solid;
}

.width92 {
    width: 92px;
}

.displaynonediv {
    display: none;
}

.popupstocktable hr {
    margin-top: 0px;
    margin-bottom: 2px;
}
