@import url(/resources/base/css/sm-core-css.css);
@import url(/resources/base/css/jquery.qtip.min.css);

/* **********************************************************
        ------------- CONTENT -----------
        
        0. WEBFONTS
        1. RESET
        2. TOOLS
        3. GENERAL
                3.1 Links
        4. MAIN LAYOUT
        		4.1 Spaltenmodell 2
        		4.2 Spaltenmodell 3
        		4.3 Spaltenmodell 4
        5. HEAD                
        6. NAVIGATION
                6.1 Main Menu
                6.2 ServiceNavigation
                        6.2.1 SprungNavigation
                        6.2.2 Search
                6.3 Breadcrumbs   
                6.4 Navigationsspalte             
                6.5 Untere Navigation
                6.6 Schrittnavigation
        7. MAIN
				7.1 Formulare        		
        		7.2 primefaces-Formularelemente 
        		7.3 Modaldialoge               
        8. FOOTER  
        9. PLUGINS
        A. IN PLACE EDITING
        		
             
                
        ----------------------------------	
*********************************************************** */

/********************************* 0. WEBFONTS *****************************************************************************/


/********************************* 1. RESET *****************************************************************************/

* {
	margin:0;
 	padding:0;
}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img { border: 0 none; vertical-align: top;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
abbr,acronym {border:0; font-variant:normal;}
input,textarea,select {font-family:inherit; font-size:inherit; font-weight:inherit;}

/********************************* 2. TOOLS ****************************************************************************/

.clearfix:after,
.buttons:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.hidden, .hide {
    display: none;
}

.accessibility {
	position:absolute;
	top:-99999px;
	left:-99999px;
}

.left {
	float:left;
}


/********************************* 3. GENERAL ****************************************************************************/
body {
	font-family:'bundessansweb',Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#000;
	line-height: 1.2em;
	background-color: #fff;
} 

button {
   line-height:1.1em;
}

p {
	padding:6px 0;	
}

h1 {
	padding:12px 0 8px 16px;
	font-size:1.25em;	
	font-weight:normal;
}

h2 {
	font-size:1.0em;
}

h4 {
	font-weight: bold;
	margin-bottom: 0.5em;
}


form input[type="radio"],
form input[type="checkbox"],
form input[type="file"]  {
	border:none;
	margin-right:5px;
}


/** 3.1 Links **/


a.print {
	color:#fff;
	position:relative;
	top:12px;
	right:16px;
}

/********************************* 4. MAIN LAYOUT ***********************************************************************/
#main {
    margin: 0 auto 0 auto;
    text-align: left;   
    min-width:1000px;        
}

.home .topContainer {
	margin-top:20px;
}

.topContainer p {
	margin-left:6px;
}

.topContainer h2,
.topContainer h3,
.topContainer p {
	margin-bottom:15px;
}

.topTeaser {
	border:1px dotted #000;
	margin: 20px 0;
    width: 95%;
}

.topTeaser img {
	max-width:100%;
	height:auto;
}

.colModel-1 .topTeaser {	
    width: 71%;
    margin:0 0 20px 10px;
}


.content h2,
.content h3 {
	margin-bottom: 1em;
}

.content h2 {
	font-size: 22px;
}
.content h3 {
    font-size: 20px;
}


.contentContainer .fullWidth {
	margin-left:6px;
}

.colModel-1 .fullWidth {
	width:71%;
}

.col1,
.col2,
.label,
.element {
   float: left;  
   width:230px;
   font-size: 15px;
}

.colModel-1 .contentContainer .col1,
.colModel-1 .contentContainer .col2 {  
   width: 37%;
}


.col2#servicenavi {
	width:70%;	
}

.col2#servicenavi ul {
	float:right;
	margin-right:20px;
}

.col1 p,
.col2 p,
.topTeaser p {
	margin-left:6px;
}

.contentContainer {
	position:relative;	
	width:97.7%;
	margin-top:0;
}

/** Spaltenmodell 2 (Linke Navigation und Inhaltsbereich) **/
.colModel-2 .contentContainer {
	margin-left:220px;
	width:78.7%;
}

.colModel-2 .elementWrapper {
	width:92%;		
}

.colModel-2 .helpBox  {
	margin-right:2%;
}

/** Spaltenmodell 3 (Inhaltsbereich mit rechter Marginalspalte) **/
.colModel-3 .contentContainer {
	margin-left:0;
	float:left;
	width:78%;
}

.colModel-3 .formContainer fieldset {	
	width:79%;
}

.colModel-3 .helpBox  {
	width:18%;
}

.colModel-3 .marginal  {
	margin-left:0;
	float:left;
	background-color:#333;
	width:18%;
	height:600px;
	margin-left:1.5%;
}

.colModel-3 .formContainer.twoCols  .elementWrapper,
.colModel-5 .formContainer.twoCols  .elementWrapper {    
    width: 49%;
} 

.colModel-5 .formContainer.twoCols  .elementWrapper {    
    width: 48.7%;
}  
 

.colModel-3 .formContainer.twoCols  .elementWrapper .element,
.colModel-5 .formContainer.twoCols  .elementWrapper .element  {    
    width: 91%;
}

  
.colModel-5.fieldset2 .formContainer.twoCols  .elementWrapper.fullWidth,
.colModel-5.fieldset2 .formContainer.twoCols  .elementWrapper.fullWidth .element {    
    width: 100%;
} 

.colModel-5.fieldset2 .formContainer.twoCols  .elementWrapper.fullWidth {    
    padding-left:11px !important;    
} 

.colModel-5.fieldset2 .formContainer.twoCols  .elementWrapper.fullWidth * {    
     max-width:98.8%;   
} 

.colModel-3 .formContainer.twoCols  .elementWrapper .label,
.colModel-5 .formContainer.twoCols  .elementWrapper .label  {    
    width: auto;
}

/** Spaltenmodell 4 (Inhaltsbereich mit rechter Marginalspalte und linker Navigation) **/
.colModel-4 .contentContainer {	
	width:63.3%;
	float:left;
	margin-right:10px;
}

.colModel-4 .marginal  {
	margin-left:0;
	float:left;
	background-color:#333;
	width:15.6%;
	max-width:200px;
	height:600px;
}

.colModel-4  .formContainer .elementWrapper {
   /* width: 194px;*/
}

.colModel-4  .formContainer .elementWrapper .label label {
	display:block;
    width: 190px;   
}

.colModel-4  .formContainer.twoCols .elementWrapper .label {
    width: auto;
}

.colModel-4  .formContainer.twoCols .elementWrapper .element {
    width: 92%;
}

/********************************* 5. HEAD ****************************************************************************/

#header {
	position:relative;
}

#logo {
    margin-left:32px;
    margin-top:18px;
    margin-bottom:4px;
    width: 200px;
    float:left;
}

#subnavi {
	float:right;	
	margin-right:21px;	
}

/********************************* 6. NAVIGATION ****************************************************************************/

/** 6.1 Main Menu **/
	

#mainnav {
	font-size: 15px;
}

#menu-button {
  display:none;  
}

#menu-button:before {
  content:'Menu -';
}

#menu-button.collapsed:before {
  content:'Menu +';
}

/** 6.2 ServiceNavigation **/
	
#servicenavi li {
    border-left: 1px solid #000;
    float: left;
    line-height: 0.1em;
    padding: 22px 12px 0;
}

#servicenavi li:first-child,
#servicenavi li.langChoice {
    border: none;
}

#servicenavi li.scaleFontsize {
    line-height: 0.1em;
    margin: 0;
    padding: 16px 12px 0;
    border-left: 1px solid #000;
    float: left;
}

#servicenavi li.scaleFontsize span {
    padding-right: 5px;
}

#servicenavi li.scaleFontsize a {	
    background-color: transparent;    
    display: inline-block;
    height: 10px;
    padding-left: 4px;
    padding-top: 6px;
    text-decoration: none;
    width: 14px;
}

#servicenavi li.langChoice {
    padding-bottom: 2px;
    padding-top: 6px;
}

#servicenavi li.langChoice select {
   margin-right:1em;
}



#anmeldebereich_links {
    padding: 6px 2px 6px 0;
    text-align: right;
}

/** 6.2.1 SprungNavigation **/
	
.skiplinks li a {
	position:absolute;
	top:-99999px;
	left:-99999px;
}

.skiplinks li a:hover,
.skiplinks li a:focus,
.skiplinks li a:active {
	position:absolute;
	top:0px;
	left:40px;
	font-size:0.8em;
	line-height:normal;
	padding-top:0;
}

input.quicksearch {
    background-image: url(/resources/base/images/btn-send.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: medium none;
    padding-right: 8px;
    height:18px;
    vertical-align:middle;
}

/** 6.3 Breadcrumbs **/


/* 6.4 */
.navigationColumn {	
	width:18%;
	max-width:220px;
	border:1px solid red;
	height:600px;	
	float:left;
}


/* 6.5 */

.bottomLinks ul li {
	display:block;
	float:left;
	min-height:57px;
	position:relative;
	padding-left:20px;
}

.bottomLinks ul li img {
	position:absolute;
	top:-17px;
	left:38px;
}

.bottomLinks ul li a {
	display:block;
	padding-left:17px;
	margin-top:18px;
	font-size:1.5em;
    font-weight: bold;
	background-image:url(/resources/base/images/arrow_link.png);
	background-position:0 50%;
	background-repeat:no-repeat;
}

.bottomLinks {
	background-image:url(/resources/base/images/bg_bottomNavigation.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	background-color:#fef2eb;
	margin:50px auto 20px auto;
	width:900px;
	min-height:57px;
	border:1px solid #c9c9c9;
}

/* 6.6 Schrittnavigation */

.wizardSteps {
	padding:20px 0 30px 20px;
}

.wizardSteps ul li {
	display:inline-block;
	list-style-type:none;
	margin:0;
	padding-right:1em;
}

.wizardSteps ul li span {
	display:block;
}
	
/********************************* 7. MAIN ****************************************************************************/

/** 7.1 Formulare **/

label,
.label {
	color:#666;
}
	
	/*
.formItemsRow {
	margin-bottom:4px;
	position:relative;
	max-width:600px;
}*/

.formHelp {
	display:inline-block;
	width:22px;
	height:22px;
	background-image:url(/resources/themes/whitelabel/images/icon_help2.png);
	background-position:0 0;
	background-repeat:no-repeat;
	position: absolute;
    right: -36px;
    top: 0;
    width: 23px;
}

.formHelp:hover {	
	background-image:url(/resources/themes/whitelabel/images/icon_help_hover.png);	
}

.formHelpWrapper {
	position:relative;
	width:110%;
	display:inline;
}

.formHelpWrapper div {	
	width:99%;
	/* Huber 11.11.2020 auskommentiert wegen Benutzerverwaltung Mehrfachbearbeitung zerschossen */
	/* display: inline; */
}

.formHelpWrapper .ui-widget-content, .formHelpWrapper .ui-widget-content div {
	display: block;
	width: 100%
}

.formHelpWrapper .ui-widget-content .ui-editor-button {
	width: 24px;
}

/*
.formItemsRow input.button {
	display: block;
	left: 102%;
    position: absolute !important;
    top: -1px !important;
}
*/
/* Chrome-fix */
.formItemsRow .ui-fileupload .ui-button input.button {	
	left:auto;	
}
/*
.formItemsRow  label {
	margin-right: 20px;
}
*/
a.underline{
	text-decoration:underline !important;
}

.formItemsRow .refreshCaptcha {
	background-image:url(/resources/themes/whitelabel/images/icon_refresh.png);
	background-repeat: no-repeat;
    display: block;
    height: 22px;
    left: 215px;
    margin-bottom: 20px;
    position: absolute;
    vertical-align: bottom;
    top:15px;
    width: 23px;
	
}

input.noArrow {
	background-image:none !important;
	padding:13px 19px !important;
}

#fieldset_jcaptcha .captchaField {
	max-width:200px !important;
}

#fieldset_jcaptcha .formHelp{
	left:215px;
}

#fieldset_jcaptcha .captcha{
	display:block;
}

.street .formItemsBlock,
.location .formItemsBlock {
	width:101%;
	max-width:605px;
	text-align:right;
}

.street .formItemsBlock .error,
.location .formItemsBlock .error {
	text-align:left;
}

.messagesBox {			
	margin:20px 0 20px 6px;
	padding:10px 10px 10px 0 !important;
	width:95.8%;		
}

.messagesBox li {
	list-style-type:none;
	margin-left:0;
	padding:10px 0 10px 52px;
	line-height:normal;
	background-repeat:no-repeat;
	background-position:0 50%;
}

.messagesBox .errorMessage {
	background-image:url(/resources/base/images/icon_alert.png);
	color:#c00;
}

.messagesBox .infoMessage {
	background-image:url(/resources/base/images/icon_info.png);
	color:#428500;
}

.helpBox {	
	background-color: #F2F2F2;
    float: right;
    height: auto;
    margin:10px 0 20px 20px;   
    max-width: 220px;
    min-height: 150px;   
    width: 25.6%;
}

.helpBox div {
	margin-left:19px;
	padding-bottom:20px;
	padding-top:14px;
	width:87%;
}

.helpBox .heading {
	font-size:1.5em;
	padding:19px 0 19px 21px;	
	background-color:#E6E6E6;
	background-image:url(/resources/base/images/icon_help1.png);
	background-repeat:no-repeat;
	background-position:88% 50%;
}

.helpBox ul li {
	border-top:1px solid #cdcdcd;
	padding:14px 0 14px 16px;	
}

.helpBox ul li:first-child {
	border:none;
}

.helpBox ul li a {
	text-decoration:none;	
	display:block;
	cursor:default;	
}

.hasJS .helpBox ul li a {	
	cursor:pointer;
	padding-right:37px;	
	background-image:url(/resources/base/images/icon_arrowList.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
}

.helpBox ul li p {
	width:95%;	
}

.hasJS .helpBox ul li p {
	display:none;
}

.formContainer  {
	padding-left:6px;	
}


.colModel-1 .contentContainer .formContainer,
.colModel-2 .contentContainer .formContainer,
.colModel-3 .contentContainer .formContainer,
.colModel-4 .contentContainer .formContainer {
    width: 68%;
}

.colModel-3 .contentContainer .formContainer {
    width: 99%;
}

.formContainer h2 {
	font-size:1.5em;
}	

.formContainer h2,
.formContainer h3 {
	margin-left:0;
	margin-bottom:20px;
	width:70%;
}	

.home .formContainer h2,
.home .formContainer h3 {	
	width:auto;
}	

.formContainer .row,
.formContainer .elementWrapper {
	margin-bottom:0.3em;	
}

.formContainer .row .elementWrapper {
	margin-bottom:0;	
}

.formContainer .elementWrapper .label {
	width:250px;
	color:#666;
}

.formContainer .elementWrapper .label label {
	color:#666;
}

.formContainer .elementWrapper .element {
	width:54%;
}

/* 2-spaltige Formulare */

.formContainer.twoCols div.row {
	clear:left;	
}

.colModel-4 .formContainer.twoCols div.row {
	max-width:619px;
}

.colModel-3 .formContainer.twoCols div.row {	
	max-width:635px;
}

.formContainer.twoCols .elementWrapper {
	width:50%;	
	float:left;
}

.formContainer.twoCols .label,
.formContainer.twoCols .element {
	float:none;
}

/* ENDE 2-spaltige Formulare */


/* Listen/Such-Formulare */


#list table {
}

#list .row a {
	/*clear:both;*/
}

#list table a {
	display:block;
}

#list .row a {
	/*display:inline-block;*/
}

#list table th {	
}


.formContainer #list .row .element {
	width:100%;	
}

/* Container für horizontal angeordnete Formularelemente in voller Breite */
.formContainer #list .formItemsRow.long {
	max-width:100%;	
}

.formContainer #list .formItemsRow.long span,
.formContainer #list .formItemsRow.long input[type=submit] {
   display:block;
   float:left;
   margin-right:1em;
}

.formContainer #list .formItemsRow.long label {   
   display:block;  
}

.formContainer #list .formItemsRow.long select {   
   height:auto;
}

.formContainer #list .formItemsRow.long input[type=submit] {   
   margin-top:1.4em;  
}

/* ENDE Container für horizontal angeordnete Formularelemente in voller Breite */



/* ENDE Listen/Such-Formulare */






.street input {
	width:15.4% !important;	
	margin-right: 0.5% !important;	
}

.street input:first-child  {   
    max-width: 448px !important;
    width: 81% !important;	
    float:left !important;
}

.twoCols .street input:first-child {
	margin-right: 0;
    max-width: 448px !important;
    width: 81% !important;
}

.location input  {	
    margin-right: 0.5% !important;
    max-width: 448px !important;
    /*width: 81% !important;*/
    width: 77% !important;	
}

.location input:first-child {
	width:19.4% !important;	
	float:left !important;
}

input.register {
	padding:10px;
}

input.captcha {
	width:auto !important;
}

img.captcha {
	display:block;
}

/*
.formContainer .elementWrapper.fullWidth,
.formContainer .elementWrapper.fullWidth .element,
.formContainer .elementWrapper.fullWidth input[type='text'],
.formContainer .elementWrapper.fullWidth input[type='password'],
.formContainer .elementWrapper.fullWidth textarea,
.formContainer .elementWrapper.fullWidth .formItemsRow {
	width:99% !important;
	float:none !important;
	margin:0 !important;
	padding:0 !important;	
}
*/
.captcha input[type='text'] {
	width:6em;
}

.login .buttons {
	clear:none;		
}

.buttons.right {
	text-align:right;
}

.buttons a.right,
.buttons input.right[type="submit"],
.buttons button.right {
    float: right;
}

.buttons.right a.right,
.buttons.right input.right[type="submit"],
.buttons.right button.right {
    float: none !important;
}


.buttons.right input,
.buttons.right button {
	margin-left: 12px;
}

.buttons.right a {
	float:left;
}



/** Formulare/MESSAGELABEL **/

.errMessage {
	/*margin-top: 2px;*/
	margin-left: 5px;
	display: inline-block;
	/*float: left;*/
}

.errMessage a {
	position: relative;
}

.errMessage a img {
	width: 16px;
	vertical-align: text-bottom;
}

.errMessage a .errorsTooltip,
.errMessage a:link .errorsTooltip {
	display: none;
}

.errMessage a:hover span.errorsTooltip {
	position: absolute;
}

.errorLabel label, .errorLabel span {color: red; display: inline-block;}

.errMessage a:hover span.errorsTooltip {
	
	top:2px;
	left: 20px;
	display: block;
	width: auto;
	white-space:nowrap;
	padding: 3px;
	color: #000;
	background-color:pink;
	/*background: transparent url(../../images/fischerpruefung/tooltip_bg.gif) repeat-x 0 0;*/
	border: 1px solid #767676;
	z-index: 999;
	text-decoration: none;
}
/** END Formulare/MESSAGELABEL **/

/** END Formulare **/

/** 7.2 primefaces-Formularelemente **/


body .ui-icon {    
    background-image: url(/resources/base/images/iconsprite.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    margin-top: 2px;
}

.ui-icon-close {
    background-position: -80px -128px;
    float:right;
}

body .ui-button {
	background-color: #088abd;
	border-radius: 0;
}

.ui-selectoneradio label {
	margin-right:5px;
	margin-left:3px;
}

.ui-confirm-dialog-message {
	display: inline;
}

.error {
	color:#c00;
	font-size:0.8em;
	display:block;
}

input.error,
select.error,
textarea.error,
.error input {
	border:2px solid #c00 !important;
	font-size:1em !important;
	display:inline;
}

/** 7.3 Modaldialoge **/

.modalContainer {
	position: absolute; 
	left: 50%;
	z-index: 1001;
}

.modalFrame {
	position: relative; 
	left: -50%;
}

.modalFrame .ui-dialog {
	display: block;
}

.modalFrame .buttons {
	padding-top: 12px;
	padding-bottom: 12px;	
}

.modalFrame p {
	margin:6px 0 6px 12px;		
}

.modalFrame > div form > div {
	padding:6px 5px 6px 12px;
}

.modalFrame th,
.modalFrame td  {
	padding:6px 2px 6px 7px;
}

.modalFrame .formItemsRow.long {
	max-width:100%;
	width:100%;
}

.modalFrame  input[type="text"],
.modalFrame  input[type="password"],
.modalFrame  textarea,
.modalFrame  select {
    max-width: 257px;    
}

.modalFrame .formItemsRow.long {	
	padding-bottom:6px;	
}

.modalFrame .formItemsRow.long > span {
	padding-top:6px;
	padding-bottom:6px;	
}

.modalFrame .sorting span {
	padding-right:12px;
	background-position:100% 7px;	
}

.modalFrame table {
	width:99%;	
}

.modalFrame .td input[type=submit] {
	float:right;
	margin-right:7px !important;	
}

/** ENDE 7.3 Modaldialoge **/

/********************************* 8. FOOTER **************************************************************************/

#footer {
    padding-top:20px;
    padding-bottom:20px;
    clear:both;	
    max-width: none;
    background-color: #004F80;
}

#footer ul {
	list-style-type:none;
	margin-left:1em;
}

#footer ul li {
	display:inline;	
	padding-right:20px;
}

#footer ul li a{
	color: #FFF;
}

#footer .menuBottom {
	border: none;
}

#footer .copyrightAndVersion {
    margin-right: 3px;
    width: 358px;
    color: white;
}
    
/********************************* 9. PLUGINS **************************************************************************/

/********************************* A. EXT TOOLS **************************************************************************/

.env_LOCAL {background-color:lightblue;border-top:1pt dashed black;border-bottom:1pt dashed black; }
/*.env_ENTW  {background-color:lightsalmon;border-top:1pt dashed black;border-bottom:1pt dashed black;}*/
.env_ENTW  {background-color:#fff;border-top:1pt dashed black;border-bottom:1pt dashed black;}
.env_STAGE  {background-color:lightgreen;border-top:1pt dashed black;border-bottom:1pt dashed black;}
/*.env_WHITELABELSTAGE  {background-color:darksalmon;border-top:1pt dashed black;border-bottom:1pt dashed black;}*/
.env_WHITELABELSTAGE  {background-color:#fff;border-top:1pt dashed black;border-bottom:1pt dashed black;}


/********************************* A. IN PLACE EDITING **************************************************************/
.inPlaceEditingContainer { 
	display:none;
}

.ui-button.inPlaceEditingButton {
	display: block;
	background-color:#000;
	position: absolute;
	top: 0;
	left:-16px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 3;
}

.inPlaceEditingSource {
	position: relative;	
}

.inPlaceEditingContainer {
	z-index: 2;
	position: absolute;
	top: -16px;
	left: 0;
	background: #efeeee;
	border: 1px solid #d3d0cf;
	padding: 15px 10px 15px 1.5%;	
}

.inPlaceEditingContainer h1 {
	font-size:1.4em !important;
	padding:0;
	margin:0 0 12px 0;
}

.inPlaceEditingContainer h2 {
	font-size:1.2em !important;
	margin:0 0 12px 0 !important;
}

.inPlaceEditingContainer div {
	margin-bottom:12px;	
	padding-top:1.5% !important;
}

.inPlaceEditingContainer label {	
	font-weight: bold;	
	display:block;	
}

.inPlaceEditingContainer input[type=text],
.inPlaceEditingContainer textarea {
	width:95.5%;
}

.inPlaceEditingContainer .buttons {
	margin-right: 14px;		
	margin-top:30px;
}

.inPlaceEditingContainer input[type=reset]
.inPlaceEditingContainer input[type=submit] {
	margin-top: 5px!important;	
}

.inPlaceEditingContainer input.secondary {
	margin-right: 12px !important;	
}

.wizardSteps .inPlaceEditingButton {
	margin-left:45px;
	position:relative;
	top:-0.5em;
}


.tabletPortrait,
.tabletPortrait #main,
.tabletPortrait .content {	
	max-width:768px;
	min-width:760px;				
}

.tabletLandscape,
.tabletLandscape #main,
.tabletLandscape .content {	
	max-width:1024px;
	min-width:1000px;				
}

/* inline-editing-button */
.ipe_trg {
	background-color: #1E9FD6;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	vertical-align: top;
	line-height: 0.6em;
	width: 0.5em;
}

input[type='submit'].cms_ipe_trg, 
input[type='submit']:hover.cms_ipe_trg, 
input[type='submit']:focus.cms_ipe_trg, 
input[type='submit']:active.cms_ipe_trg {
	background-color: #1E9FD6;
	border: medium none;
	padding: 0px;
	color: #FFFFFF;
	cursor: pointer;
	vertical-align: top;
	line-height: 0.6em;
	width: 0.5em;
}

/* qTip */
.myCustomClass {	
	font-size:14.5px;
	line-height:1.1em;
}

/* dev info */
.devinfo {
	margin: 0 !important;
}
.devinfo p {
	 text-align: center;
}
