/*
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 17, 2016, 5:42:25 PM
    Author     : Rupom
*/

#TB_closeWindowButton > span.screen-reader-text { 
      display:none !important; 
      
}

#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}



#TB_ajaxWindowTitle
{
    float:left;
    position:absolute;
    top:-50px;
    left:-15px;
    color:#ffffff;
    font-size:1.7em;
    font-weight:100!important;
    text-align: left;
    overflow: visible !important;
}



/* Custom CSS for Signature Popup */

#TB_window #TB_title 
{
    background-color: transparent;
    border-bottom: none;
    width:auto !important ; 
}

 #TB_window
{
    border-radius: 6px;
    border: 7px solid transparent!important;
    text-align:center ; 
    width:auto !important;
   
    left:25% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#TB_ajaxContent {
    min-width: 500px !important; 
   
}

/**
    WP E-Signature pophover start here 
**/
.esig-pophover
{
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    border-radius: 6px;
    width: 200px;
    flex-direction: column;
    border:1px solid gray;
    z-index:101;
}

.type-warning .modal-header
{
    display: block !important;
}

.type-warning .modal-header .bootstrap-dialog-header
{
   margin-top: 20px;
}