/* default styles for extension "tx_bookofabstracts" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

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

    .tx-bookofabstracts table {
        border-collapse:separate;
/*        border-spacing:10px; */
    }

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

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

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

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

/* abstracts */
    table.tx-bookofabstracts.submit_abstract {
        border: 2px solid #001391;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    table.tx-bookofabstracts.submit_abstract td {
        padding: 10px;
    }

    table.tx-bookofabstracts.submit_abstract thead {
        padding: 0;
        background-color: #f5d271;
        font-weight: bold;
        color: #001391;
    }

    .contributions .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
/*	color:#003399; */
    }
    .contributions .title:link {
        text-decoration:none;
    }
    .contributions .title:link:hover {
        text-decoration:underline;
    }
    .contributions .title:visited {
        text-decoration:none;
    }
    .contributions .title:visited:hover {
        text-decoration:underline;
    }
    .contributions .authors {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
            color: #666666;
    }
    .contributions .presenter {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
            color: #333333;
    }
    .contributions .givenName {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #333333;
    }
    .contributions .familyName {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
            color: #333333;
    }
    .contributions .topic {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: bold;
            color: #111111;
    }
    .contributions .type {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
            color: #444444;
    }
    .contributions .affiliation {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-style: italic;
    /*        font-weight: bold; */
    }
    .contributions .border1 {
        border-bottom:1px dashed #baba9f;
            padding-top:10px;
            padding-bottom:5px;
    }
    .contributions .border3 {
            border-bottom:2px solid #003399;
            padding-top:0px;
            padding-bottom:8px;
            margin-bottom: 8px;
    }
    .contributions .ID {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 24px;
/*            font-style: italic; */
            font-weight: bold; 
    }
    /*
    .contributions .ACCEPTED .c_title {
      color: #aaaaaa;
    }
    .contributions .ACCEPTED .c_presenter {
      color: #aaaaaa;
    }
    .contributions .ACCEPTED .c_affiliation {
      color: #aaaaaa;
    }
    */














    
/* registrations */
    table.tx-bookofabstracts.submit_registration {
        border: 2px solid #001391;
        padding: 0;
        margin-bottom: 10px;
    }

    @media (max-width: 991px) {
    	table.tx-bookofabstracts.submit_registration td.threeCols {
        	float: left;
		width: 100%;
    	}
        table.tx-bookofabstracts.submit_registration {
                width: 100%;
        }
	table.tx-bookofabstracts.submit_registration textarea { min-width: unset !important; width: 100%; }
        table.tx-bookofabstracts.submit_registration select { width: 100%; }
        table.tx-bookofabstracts.submit_registration input[type=text] {	width: 100%; }
    }
    @media (min-width: 992px) {
        table.tx-bookofabstracts.submit_registration td.threeCols {
                width: 33%;
        }
	table.tx-bookofabstracts.submit_registration {
        	width: 90%;
    	}
    }

    table.tx-bookofabstracts.submit_registration td {
        padding: 10px;
    }

    table.tx-bookofabstracts.submit_registration thead {
        padding: 0;
        background-color: #f5d271;
        font-weight: bold;
        color: #001391;
    }
    
