/*
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 : Nov 24, 2020, 1:54:55 PM
    Author     : abu
*/

@font-face 
{
	        font-family: "wp-e-signature";
	        src:url("../fonts/wp-e-signature.eot");
	        src:url("../fonts/wp-e-signature.eot?#iefix") format("embedded-opentype"),
	        url("../fonts/wp-e-signature.woff") format("woff"),
	        url("../fonts/wp-e-signature.ttf") format("truetype"),
	        url("../fonts/wp-e-signature.svg#wp-e-signature") format("svg");
	        font-weight: normal;
	        font-style: normal;
}

.bangBar .button-container
{
    display: inline-block;
}


.bangBar .about-button 
{
    padding: 10px 15px;
    background: #dd3133;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 0 15px;
    text-decoration: none;
    display: inline-flex;
}

.admin_page_esign-gravity-about .bangBar .about-button
{
    background: none;
}
.toplevel_page_esign-gravity-about .bangBar .about-button
{
    background: none;
}

.bangBar h4
{
    margin:0;
}

.error {
    color: #c00;
    align-items: center;
    display: flex;
    justify-content: baseline;
}

.error .esig-icon-esig-alert:before {
    font-family: "wp-e-signature";
    font-size: 38px;
    color: #d00a1b;
    content: "N";
    line-height: 1.24em;
    float: left;
    margin: 0 10px 0 0;
}
