/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}
/* default styles for extension "tx_tohaemployee" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-toha-employee table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-toha-employee table th {
        font-weight:bold;
    }

    .tx-toha-employee table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_tohadocument" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-toha-document table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-toha-document table th {
        font-weight:bold;
    }

    .tx-toha-document table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_tohaconfigurator" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-toha-configurator table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-toha-configurator table th {
        font-weight:bold;
    }

    .tx-toha-configurator table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }

	.brand_select {
		border:1px dotted black;
		height:120px;
		padding: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;


	}

	.font_black {
		color:black !important;
	}

	.font_white {
		color:white !important;
	}

	.brand_text {
		color:#000!important;
		font-weight:bold;
		overflow: hidden;text-overflow: ellipsis;
		color:black;position: absolute;
		bottom:0px;
		width:85%;
	}

	.head_extern {
		background:#1488c4;
		border-radius:3px;
		text-align: center;
		color:white;
		font-size:18px;
		font-weight:bold;
	}

	.pd_3 {
		padding:3px 3px 3px 3px !important;
	}

	.pd_5 {
		padding:5px 5px 5px 5px !important;
	}

	.npl {
		padding-left:0px !important;
	}

	.npr {
		padding-right:0px !important;
	}

	.model {
		cursor:pointer;
	}

	.model_picture {
		height:85px;
	}

	.back_grey {
		background-color:#efefef;
	}
/* default styles for extension "tx_felogin_pi1" */
		.tx-felogin-pi1 label {
			display: block;
		}
