/*
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 : 15 Jan, 2018, 6:06:39 PM
    Author     : sumit
*/



.webpos-success{
    background-color:  #a6f591!important;
    border-color:  #00a65a !important;
    color:#626262 !important;
    text-align: center;
}

.webpos-success:before{
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

#pwloader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100000;
    background-color: rgba(0,0,0,0.7);
    opacity: 1;
}
#pwloader > img {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* border: 1px solid #765FB5; */
    border-radius: 4px;
    overflow: hidden;
}
.webpos-danger{
    background-color:  #b7738a!important;
    border-color:  #b7738a!important;
}

.otpSuccess {
    color: green;
    font-size: 11px;
    font-weight: bold;
}
.new-user{
    color: #333;
    font-size: 13px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.pull-right a{
    padding-left: 3px;
}