@media all {
    body {
        overflow-y: scroll;
        background: none repeat scroll 0 0 transparent;
        padding: 0;
    }
    .page_margins {
        width: 600px;
        margin: 0 auto;
    }
    .page {
        background: #f0f0f0;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
        border: 1px solid #999999;
        margin: 15px 15px 0px 15px;
        padding: 0;
    }
    #main {
        margin: 0;
        padding: 20px;
    }
 	#requestPasswordReset_title label {
        font-weight: normal;
        max-width: 100%;
	}
/* 	#requestPasswordReset_description {
        padding: 0px 20px 0px 20px;
	} */
	#application-logo {
        border-bottom: 1px solid #CCCCCC;
        height: 60px;
        margin-bottom: 10px;
        padding: 0 0 10px;
        display: inline-block;
        width: 100%;
    }
    #application-logo img {
        height: 100%;
    }
    #read-more {
        width: 310px;
        padding-top: 0px;
        float: right;
    }
    #read-more .imprint__linkCaption{
        color: #c8103e !important;
    }
    .iPoint_button {
        background: #d3d3d3 url("images/button_background.png") repeat-x top
            left;
        border: 1px solid #A1A1A1;
        border-radius: 5px 5px 5px 5px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        color: #4B4B4B;
        cursor: pointer;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 1.5em;
        margin: 10px 10px 10px 0;
        padding: 5px 15px;
        position: relative;
        text-align: center;
    }
    .iPoint_button:hover {
        background: #e8e8e8 url("images/button_background_hover.png") repeat-x
            top left;
    }
    form h3 {
        margin-bottom: 15px;
/*         padding-left: 19px; */
    }
    form h3 span.error {
        color: #FF0000 !important;
        font-size: 12px;
        font-weight: normal;
    }
    form h4 {
        background: none no-repeat scroll left center transparent;
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-size: 145%;
        border-bottom: 1px solid #CCCCCC;
    }
    .field label {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .field input {
        border: 1px solid #CCCCCC;
        border-radius: 5px 5px 5px 5px;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
        font-size: 1.25em;
        margin-bottom: 2px;
        padding: 5px 0;
        text-indent: 5px;
        width: 99%;
    }
    .field input:read-only {
        background-color: rgb(235, 235, 228);
        color: rgb(84, 84, 84);
    }
    .field select {
        border: 1px solid #CCCCCC;
        border-radius: 5px 5px 5px 5px;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
        font-size: 1.25em;
        margin-bottom: 2px;
        padding: 4px 0;
        height: 29px;
        text-indent: 5px;
        width: 99%;
    }
    .field label {
        margin-bottom: 0;
    }
    .field select, .field input {
        margin-bottom: 14px;
    }
    .buttons {
        padding-top: 8px;
    }
    #loginButton {
        margin: 10px 0;
        width: 99%;
    }
	#loginButton[disabled=disabled] {
    	opacity: 0.3;
    	cursor: auto;
    }
    #invitationEmail:read-only {
        background-color: rgb(235, 235, 228);
        color: rgb(84, 84, 84);
    }
    #invitationKey:read-only {
        background-color: rgb(235, 235, 228);
        color: rgb(84, 84, 84);
    }
    div.info_box {
        height: 50px;
        padding-bottom: 10px;
        overflow: hidden;
    }
    .param_info {
        background-color: #ffffff;
        color: #4B4B4B;
        padding: 15px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .field_error {
        border: 1px solid #d1001f !important;
        border-radius: 5px 5px 5px 5px;
        color: #d1001f;
        padding: 15px;
    }
    .param_message {
        background-color: #0085cd;
        color: #ffffff;
        padding: 15px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .param_error {
        background-color: #d1001f;
        color: #ffffff;
        padding: 15px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .param_error_with_icon {
        background-color: #d1001f;
        color: #ffffff;
        padding-right: 15px;
        padding-left: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 5px;
    }
    .param_message_with_icon {
            background-color: #0085cd;
            color: #ffffff;
            padding-right: 15px;
            padding-left: 25px;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-left: -20px;
            margin-right: -20px;
            margin-bottom: 5px;
        }
    .label_error {
        color: #a94442;
    }
    div.hideContent {
        display: none;
    }
    div.showContent {
        display: block;
        margin-bottom: 5px;
    }
    div#content h3 {
        background: none no-repeat scroll left center transparent;
        background-image: url("images/Icon_Manicon.png");
        margin-bottom: 15px;
        padding-left: 19px;
    }
    .margin_b_0 {
        margin-bottom: 0px;
    }
    .margin_b_5 {
        margin-bottom: 5px;
    }
    .margin_b_10 {
        margin-bottom: 10px;
    }
    .margin_b_15 {
        margin-bottom: 15px;
    }
    .margin_b_20 {
        margin-bottom: 20px;
    }
    .margin_b_25 {
        margin-bottom: 25px;
    }
    .margin_b_35 {
        margin-bottom: 35px;
    }
    .margin_t_10 {
        margin-top: 10px;
    }
    .margin_t_20 {
        margin-top: 20px;
    }
    .margin_t_25 {
        margin-top: 25px;
    }
    .margin_t_33 {
        margin-top: 33px;
    }
    .margin_l_30 {
        margin-left: 30px;
    }
    .margin_l_35 {
        margin-left: 35px;
    }
    .padding_b_0 {
        padding-bottom: 0px;
    }
    .mandatoryField:after {
        content: '*';
        color: #a94442;
        padding-left: 3px;
    }
    .help_margins {
        width: 600px;
        margin: 0 auto;
    }
    #help {
        margin-left: 15px;
        margin-right: 15px;
    }
    #help_content {
        background: #f3f3f3;
        margin: auto;
        height: auto;
        padding: 20px 20px 20px 20px;
        text-align: left;
        width: 930px;
        margin-top: 6px;
    }
    #help h4 {
        margin-bottom: 20px;
    }
    #help a h4 {
        color: #0085cd;
    }
    #requestPasswordReset_description {
        margin: auto;
        height: auto;
        text-align: left;
        width: 930px;
        margin-top: 20px;
    }
    #requestPasswordReset_description h4 {
        clear: both;
    }
    #requestPasswordReset_description h3 {
        background: none no-repeat scroll left center transparent;
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-size: 145%;
        border-bottom: 1px solid #CCCCCC;
    }
    #requestPasswordReset_description a:hover h4 {
        text-decoration: underline !important;
    }
    a {
        color: #0085cd !important;
    }
    a:visited {
        color: #0085cd !important;
    }
    a:hover {
        text-decoration: underline !important;
    }
    a label:hover {
        text-decoration: underline !important;
    }
    a h4:hover {
        text-decoration: underline !important;
    }
    #license_description {
        font-weight: normal;
        display: block;
        max-width: 100%;
        margin-bottom: 10px;
    }
	#license_selection {
		width: 100%;
	}
	.license_column {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.license_column div {
		display: table-cell;
	}
	.application_name {
	   float: left;
	}
	.tooltip_container {
        position: relative;
    }
    .tooltip {
        display: none;
        position: absolute;
        top: -6px;
        left: 30px;
        visibility: hidden;
        width: 350px;
        background: white;
        z-index: 2;
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    }
    .tooltip_container:hover .tooltip {
        display: block;
        visibility: visible;
        width: 350px;
    }
    .tooltip_container:hover .tooltip_header:after {
        visibility: visible;
    }
    .tooltip_header {
        background: #2D699C;
        width: 350px;
        color: white;
        height: 30px;
        box-sizing: border-box;
        padding-top: 5px;
        font-size: 1.25em;
    }
    .tooltip_header_img {
        float: left;
        padding-left: 7px;
        padding-top: 7px;
        padding-right: 5px;
    }
    .tooltip_content {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
	.tooltip_header:before {
		content: '';
		visibility: hidden;
		position: hidden;
		top: 4px;
		width: 1px;
        height: 22px;
		border: 1px solid transparent;
		box-sizing: border-box;
		z-index: 2;
		left: -22px;
        border-right-color: #ccc;
        border-left-color: transparent;
	}
	.tooltip_header:after {
		content: '';
		position: absolute;
		float: left;
 		top: 4px;
 	    left: -18px;
		width: 11px;
        height: 22px;
		border: 11px solid transparent;
		box-sizing: border-box;
		z-index: 3;
        border-right-color: #2D699C;
        border-left-color: transparent;
	}
	.license_tooltip {
        position: absolute;
        top: -8px;
        left: 30px;
        visibility: hidden;
        width: 180px;
        background: white;
        z-index: 2;
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    }
    .license_tooltip .tooltip_header {
        width: 180px;
    }
    .tooltip_container:hover .license_tooltip {
        display: block;
        visibility: visible;
        width: 180px;
    }
    .tooltip_container .radio {
        margin-left: 2px;
    }

    .contact_admin_info {
        background-color: white;
        color: #4B4B4B;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 15px;
    }

    .contact_admin_description {
        font-weight: normal;
        display: block;
        max-width: 100%;
     }

     #contactAdministrator_title label {
        font-weight: normal;
        max-width: 100%;
     }

    .field textarea {
        border: 1px solid #CCCCCC;
        border-radius: 5px 5px 5px 5px;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
        font-size: 1.25em;
        margin-bottom: 2px;
        padding: 5px 0;
        text-indent: 5px;
        width: 99%;
        margin-top: 5px;
        overflow:hidden;
     }

     button {
         overflow: visible;
         width: auto;
     }

     button.link {
        font-family: "Verdana" sans-serif;
        font-size: 1em;
        text-align: left;
        color: blue;
        background: none;
        margin-right: 30px;
        padding: 0;
        border: none;
        cursor: pointer;
     }

     button.link:hover,
     button.link:focus {
         color: black;
     }
}