/*************************************************************************
**
** Copyright (c) by jeff (jeff@lipsia.de)
**
** Author:  jeff
**
** File:    $Date: $
**
** Purpose: the text button css
**
** Created: 2019/12/09
**
** Update:  $Date: $
**
** Notes:
**
************************************************************************/

.text_button_simple_active
{
	background-image: 	 url(/images/text_button/simple_active.png);
	background-repeat:   no-repeat;
    background-position: left top;
	float:            	 left;
	height:           	 22px;
	font-size:			 14px;
	font-weight:		 bold;
	position:         	 relative;
	padding-left:		 26px;
	margin-left:         10px;
	cursor:				 pointer;
	color:				 #030870;
}

.text_button_simple_active:hover
{
	background-image: 	 url(/images/text_button/simple_hover.png);
	background-repeat:   no-repeat;
    background-position: left top;
	float:            	 left;
	height:           	 22px;
	font-size:			 14px;
	font-weight:		 bold;
	position:         	 relative;
	padding-left:		 26px;
	margin-left:         10px;
	cursor:				 pointer;
	color:				 #069fdf;
}

.text_button_simple_inactive
{
	background-image: 	 url(/images/text_button/simple_inactive.png);
	background-repeat:   no-repeat;
    background-position: left top;
	float:            	 left;
	height:           	 22px;
	font-size:			 14px;
	font-weight:		 bold;
	position:         	 relative;
	padding-left:		 26px;
	margin-left:         10px;
	color:				 #7d7d7d;
}

.text_button_simple_small_active
{
	background-image: 	 url(/images/text_button/simple_small_active.png);
	background-repeat:   no-repeat;
    background-position: left top;
	float:            	 left;
	height:           	 20px;
	font-size:			 12px;
	font-weight:		 bold;
	position:         	 relative;
	padding-left:		 26px;
	margin-left:         10px;
	cursor:				 pointer;
	color:				 #030870;
}

.text_button_simple_small_active:hover
{
	background-image: 	 url(/images/text_button/simple_small_hover.png);
	background-repeat:   no-repeat;
    background-position: left top;
	float:            	 left;
	height:           	 20px;
	font-size:			 12px;
	font-weight:		 bold;
	position:         	 relative;
	padding-left:		 26px;
	margin-left:         10px;
	cursor:				 pointer;
	color:				 #069fdf;
}

.text_button_simple_small_inactive
{
	background-image: 	 url(/images/text_button/simple_small_inactive.png);
	background-repeat:   no-repeat;
    background-position: left top;
	float:            	 left;
	height:           	 24px;
	font-size:			 12px;
	font-weight:		 bold;
	position:         	 relative;
	padding-left:		 26px;
	margin-left:         10px;
	color:				 #7d7d7d;
}

.text_button_active
{
	border:				 1px solid #030870;
	border-radius:		 7px;
	float:            	 left;
	position:         	 relative;
	height:           	 24px;
	width:				 150px;
	font-size:			 14px;
	font-weight:		 bold;
	display:			 flex;
	justify-content:	 center;
	align-items:		 center;
	cursor:				 pointer;
	margin-left:		 5px;
	margin-right:		 5px;
	color:				 #030870;
}

.text_button_active:hover
{
	border:				 1px solid #069fdf;
	border-radius:		 7px;
	float:            	 left;
	position:         	 relative;
	height:           	 24px;
	width:				 150px;
	font-size:			 14px;
	font-weight:		 bold;
	display:			 flex;
	justify-content:	 center;
	align-items:		 center;
	cursor:				 pointer;
	margin-left:		 5px;
	margin-right:		 5px;
	color:				 #069fdf;
}

.text_button_inactive
{
	border:				 1px solid #7d7d7d;
	border-radius:		 7px;
	float:            	 left;
	position:         	 relative;
	height:           	 24px;
	width:				 150px;
	font-size:			 14px;
	font-weight:		 bold;
	display:			 flex;
	justify-content:	 center;
	align-items:		 center;
	cursor:				 not-allowed;
	margin-left:		 5px;
	margin-right:		 5px;
	color:				 #7d7d7d;
}

.text_button_small_active
{
	border:				 1px solid #030870;
	border-radius:		 4px;
	float:            	 left;
	position:         	 relative;
	height:           	 18px;
	width:				 100px;
	font-size:			 12px;
	font-weight:		 bold;
	display:			 flex;
	justify-content:	 center;
	align-items:		 center;
	cursor:				 pointer;
	margin-left:		 5px;
	margin-right:		 5px;
	color:				 #030870;
}

.text_button_small_active:hover
{
	border:				 1px solid #069fdf;
	border-radius:		 4px;
	float:            	 left;
	position:         	 relative;
	height:           	 18px;
	width:				 100px;
	font-size:			 12px;
	font-weight:		 bold;
	display:			 flex;
	justify-content:	 center;
	align-items:		 center;
	cursor:				 pointer;
	margin-left:		 5px;
	margin-right:		 5px;
	color:				 #069fdf;
}

.text_button_small_inactive
{
	border:				 1px solid #7d7d7d;
	border-radius:		 4px;
	float:            	 left;
	position:         	 relative;
	height:           	 18px;
	width:				 100px;
	font-size:			 12px;
	font-weight:		 bold;
	display:			 flex;
	justify-content:	 center;
	align-items:		 center;
	cursor:				 pointer;
	margin-left:		 5px;
	margin-right:		 5px;
	color:				 #7d7d7d;
}

.text_button_pdf_active
{
	background-image: 	 url(/icons/pdf.png);
	background-repeat:   no-repeat;
    background-position: left top;
	float:            	 left;
	height:           	 20px;
	font-size:			 12px;
	font-weight:		 bold;
	position:         	 relative;
	padding-left:		 30px;
	padding-top:         4px;
	margin-left:         10px;
	cursor:				 pointer;
	color:				 #030870;
}

.text_button_pdf_active:hover
{
	background-image: 	 url(/icons/pdf_hover.png);
	background-repeat:   no-repeat;
    background-position: left top;
	float:            	 left;
	height:           	 20px;
	font-size:			 12px;
	font-weight:		 bold;
	position:         	 relative;
	padding-left:		 30px;
	padding-top:         4px;
	margin-left:         10px;
	cursor:				 pointer;
	color:				 #069fdf;
}

.text_button_pdf_inactive
{
	background-image: 	 url(/icons/pdf_disabled.png);
	background-repeat:   no-repeat;
    background-position: left top;
	float:            	 left;
	height:           	 20px;
	font-size:			 12px;
	font-weight:		 bold;
	position:         	 relative;
	padding-left:		 30px;
	padding-top:         4px;
	margin-left:         10px;
	color:				 #7d7d7d;
}

