/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 Oct, 2019, 2:30:30 PM
    Author     : Nirmal
*/
span#smprice, span#tmprice, span#cmprice {
    margin-left: 45px;
}
.help-tip p {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #e39343;
    padding: 10px;
    width: 200px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -75px;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    z-index: 9999;
}
.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #e31837;
}
.help-tip {
    position: absolute;
    text-align: center;
    color: #e31837;
    background-color: #f5f5f5;
    border: 1px solid #999;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    cursor: default;
}
.re-s-price, .re-c-price {
    padding-left: 5px;
    padding-bottom: 10px;
}
.purchase_report {
    padding: 10px;
    background-color: #fffbdb;
}
.arrow_down_right {
    width: 0px;
    height: 0px;
    border-left: 30px solid transparent;
    border-right: 30px solid #fffbdb;
    position: absolute;
    border-top: 30px solid #1f6c73;
    margin-left: 195px;
}
.arrow_down_left {
    width: 0px;
    height: 0px;
    border-left: 30px solid #fffbdb;
    border-right: 30px solid transparent;
    position: absolute;
    border-top: 30px solid #1f6c73;
}
.purchase_ribbon {
    background-size: cover;
    background-color: #237881;
    font-size: 16px;
    padding: 5px;
    height: 30px;
    text-align: center;
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
}
.buynow-btn {
    background-color: #1f6c73;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 5px 10px;
    text-align: center; 
}
.buynow-btn-glow {
    background-color: #1f6c73;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: green-glowing 1500ms infinite;
    -moz-animation: green-glowing 1500ms infinite;
    -o-animation: green-glowing 1500ms infinite;
    animation: green-glowing 1500ms infinite;
}
.buynow-btn-glow:hover {
    background-color: #1f6c73;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: green-glowing 1500ms infinite;
    -moz-animation: green-glowing 1500ms infinite;
    -o-animation: green-glowing 1500ms infinite;
    animation: green-glowing 1500ms infinite;
}
@-webkit-keyframes green-glowing {
    0% { background-color: #1f6c73; -webkit-box-shadow: 0 0 3px #1f6c73; }
    50% { background-color: #288790; -webkit-box-shadow: 0 0 40px #288790; }
    100% { background-color: #319fa9; -webkit-box-shadow: 0 0 3px #319fa9; }
}

@-moz-keyframes green-glowing {
    0% { background-color: #1f6c73; -moz-box-shadow: 0 0 3px #1f6c73; }
    50% { background-color: #288790; -moz-box-shadow: 0 0 40px #288790; }
    100% { background-color: #319fa9; -moz-box-shadow: 0 0 3px #319fa9; }
}

@-o-keyframes green-glowing {
    0% { background-color: #1f6c73; box-shadow: 0 0 3px #1f6c73; }
    50% { background-color: #288790; box-shadow: 0 0 40px #288790; }
    100% { background-color: #319fa9; box-shadow: 0 0 3px #319fa9; }
}

@keyframes green-glowing {
    0% { background-color: #1f6c73; box-shadow: 0 0 3px #1f6c73; }
    50% { background-color: #288790; box-shadow: 0 0 40px #288790; }
    100% { background-color: #319fa9; box-shadow: 0 0 3px #319fa9; }
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 2%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.req-sam-btn {
    background-color: #e31837;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.req-sam-btn:hover {
    background-color: #e31837;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.pr-req-sam-btn-glow {
    background-color: #004A7F;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.pr-req-sam-btn-glow:hover {
    background-color: #004A7F;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% { background-color: #e31837; -webkit-box-shadow: 0 0 3px #e31837; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
    0% { background-color: #e31837; -moz-box-shadow: 0 0 3px #e31837; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
    0% { background-color: #e31837; box-shadow: 0 0 3px #e31837; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
    0% { background-color: #e31837; box-shadow: 0 0 3px #e31837; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.buynow_form_loader {
    top: 4%;
}
.btn-space {
    margin-left: 15px;
}
@media screen and (max-width: 768px) {
    #desk_purchase_rpt {
        margin-left: 4%;
    }
    .purchase_report {
        width: 95%;
    }
    .btn-space {
        margin-left: 5px;
    }
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        width: 100% !important;
        padding: 0;
        border: 1px solid #888;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }
}