.green-button.table_btn_style {
    font-weight: 600;
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    text-decoration: none;
}
.alert{
	text-align: center;
    padding: 10px 20px;
    margin: 20px auto;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.successs{
	text-align: center;
    padding: 10px 20px;
    margin: 20px auto;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: hwb(350 94% 4%);
    background-color: #024042;
    border: 1px solid #03424b;
} 
.history_table_outer th:first-of-type, .history_table_outer td:first-of-type {
	width: 50px;
}
.yellow-button {
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}
 
/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    border-radius: 4px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.pdf_generator_popup .modal-content {
max-width: 600px;
text-align: center;
padding: 60px;
position: relative;
}
.email.form-control{
height: 50px;
border: 1px solid #ccc;
width: 100%;
padding: 0 15px;
}
.email.form-control:focus{
border: 1px solid #999;
outline: none;
}
.generator_input label {
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}
.pdf_generator_from .btn {
	width: 100%;
	margin-top: 25px;
}
.pdf_generator_popup .close {
	position: absolute;
	top: -10px;
	right: -10px;
	color: #fff;
	background: #ff4400;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
    opacity: 1;
}
.pdf_generator_popup .close:focus, .pdf_generator_popup .close:hover{opacity: 1;color: #fff;}
.pdf_generator_from button.btn { border: 1px solid #ddd; height: 45px; font: 500 18px/1.2 montserrat; }
.table.history_table_outer .yellow-button.pdfGeneratorButton {

	margin: 5px 0;
}    
.table.history_table_outer td img {
	margin: 5px 0;
}
.pdf_generator_from h2 {
	font-weight: 600;
}
.table_btn_style {
	min-width: 100%;
	padding: 5px;
	line-height: 13px;
	min-height: 30px;

	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}    
    
 @media only screen and (max-width: 767px) {
.pdf_generator_popup .modal-content {
	max-width: 600px;
	text-align: center;
	padding: 30px;
	position: relative;
	width: 92%;
}
}   