/* CSS izsmart-scoring-style.css */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham.eot');
    src: url('../fonts/Gotham.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham.woff') format('woff'),
    url('../fonts/Gotham.ttf') format('truetype'),
    url('../fonts/Gotham.svg#Gotham') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Black.woff') format('woff'),
    url('../fonts/Gotham-Black.ttf') format('truetype'),
    url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf') format('truetype'),
    url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, img, p, a, ul, h1, h2, h3, h4, h5, h6, div
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
}
body {
	color : #333;
	font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
	font-size: 18px;	
	margin: 0;
}
iframe, object, embed
{
    margin: auto;
    display: block;
	width: 100%;
	height: auto;
}
.header {
	position: relative;
	height: 90px;
	background-color: #002b45;
	width: 100%;
	box-shadow: 0 0px 5px 1px rgba(0, 0, 0, .2);
}
.header > .logo-sofidy {
	padding-top: 15px;
	display: inline-block;
	padding-left: 10px;
}
.header > .logout-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	padding: 20px 30px;
}
.header > .logout-button img {
	display: block;
	margin: auto;
	height: 50px;
}
.header > .logout-button span {
}
p {
	font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	margin: 5px;
	padding: 5px;
	font-size: 1.2em;
	line-height: 33px;
}
a {
	text-decoration: none;
	color: #cf1e4f;	
	font-family: 'Gotham-Book',Arial,Helvetica,sans-serif;
}
a:hover {
	color: #be1946;	
}

*:link, *:visited, *:hover, *:active, *:focus {
	/* Firefox */
	-moz-transition:  color 0.15s linear 0s;
	/* WebKit */
	-webkit-transition: color 0.15s linear 0s;
	/* Opera */
	-o-transition: color 0.15s linear 0s;
	/* Standard */
	transition:  color 0.15s linear 0s;
}

div.center
{
	max-width: 1440px;
	width: 1440px;
	margin: auto;
}

h1 {
	font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
	font-size: 4.2em;	
	text-align: center;
	color: #333;
	margin: 5px;
    padding: 0px;
	font-weight: 100;
}
h2 {
	font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
	font-size: 3.4em;	
	text-align: center;
	color: #333;
	margin: 16px auto;
    padding: 0px;
	font-weight: 100;
	text-transform: uppercase;
	max-width: 760px;
	line-height: 62px;
}
.underpage h2 {
	text-transform: none;
}
h3 {
	font-size: 2.4em;	
	text-align: center;
	color: #333;
	padding: 10px;
	font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 2.3em;	
	color: #333;
	padding: 10px;
	font-weight: 100;
	font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 1.6em;	
	color: #333;
	padding: 10px 10px 3px;
	margin-top: 24px;
	font-weight: 100;
	font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 1.4em;	
	color: #333;
	padding: 10px 10px 0;
	font-weight: 100;
	font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
}
strong {
	font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
}

form {
	padding: 10px 0 40px;
	max-width: 1400px;
	margin: auto;
}
fieldset {
    margin: 25px 0 35px;
	padding-top: 25px;
	border-left: none;
	border-right: none;
	border-top: 5px solid #f5efe3;
	border-bottom: none;
	padding-bottom: 27px;
	padding-left: 0;
	padding-right: 0;
}
fieldset:first-child > div > div {
	width: 680px;
	margin: auto;	
}
fieldset:last-child div.chart-container,
fieldset:last-child canvas {
	width: 500px;
	height: 250px;
	margin: auto;	
}
label {
	width: 200px;
	display: inline-block;
	color: #666666;
	font-size: 16px;
}
legend {
    color: #333;
    text-align: center;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 15px auto;
	padding: 0 25px;
	text-transform: uppercase;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="number"],
textarea {
	background-color: #f4f4f4;
	margin: 7px auto;
	padding: 8px 2%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #f5efe3;
	border-radius: 3px;
	color: #003a5d;
	width: 400px;
	font-size: 0.9em;
	display: inline-block;
	font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
}
textarea {
	width: 693px;
	height: 106px;
}
.js-chart-criteria-data > td {
	color: #666666;
	font-size: 16px;
}
.js-chart-criteria-data > td:first-child {
	width: 450px;
}
.js-chart-criteria-data > td:last-child,
.js-chart-criteria-data > td:last-child label {
	width: 10px;
}
input[type="text"]::placeholder {
	color: #333;
	text-align: center;
	opacity: 0.8;
}
.form-input-radio-custom input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.form-input-radio-custom label {
	text-align: center;
	display: block;
	width: 85px;
	height: 30px;
	padding-top: 15px;
	position: relative;
	color: #607b21;
	cursor: pointer;
}
.js-chart-section:nth-child(2) .form-input-radio-custom label {
	color: #607b21;
}
.js-chart-section:nth-child(3) .form-input-radio-custom label {
	color: #2b8694;
}
.js-chart-section:nth-child(2) .js-chart-criteria-data .form-input-radio-custom:nth-child(2) label {
	background-color: #ecf5d5;
}
.js-chart-section:nth-child(2) .js-chart-criteria-data .form-input-radio-custom:nth-child(3) label {
	background-color: #dcee9d;
}
.js-chart-section:nth-child(2) .js-chart-criteria-data .form-input-radio-custom:nth-child(4) label {
	background-color: #c6e06d;
}
.js-chart-section:nth-child(3) .js-chart-criteria-data .form-input-radio-custom:nth-child(2) label {
	background-color: #d5f1f5;
}
.js-chart-section:nth-child(3) .js-chart-criteria-data .form-input-radio-custom:nth-child(3) label {
	background-color: #9de2ed;
}
.js-chart-section:nth-child(3) .js-chart-criteria-data .form-input-radio-custom:nth-child(4) label {
	background-color: #6ed1e0;
}
.control__indicator {
	position: absolute;
	top: -1px;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #FFF;
}
.control__indicator::after {
	right: 9px;
	bottom: 13px;
	height: 8px;
	width: 8px;
}
.form-input-radio-custom > label > input:checked ~ .control__indicator::after {
    display: block;
}
.form-input-radio-custom .control__indicator:after {
	content: '\2713';
	position: absolute;
	display: none;
	font-weight: bold;
}
.form-input-radio-custom:hover input:not([disabled]) ~ .control__indicator,
.form-input-radio-custom input:focus ~ .control__indicator {
	border: 1px solid #666;
}

div.div-data-marks {
	
}
label.input-comments {
	display: block;
	margin-top: 45px;
}
tr.scoring-tab {
	font-size: 20px;
	font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
	color: #003a5d;
	background-color: #f4f4f4;
}
tr.scoring-tab td:first-child {
	padding: 15px 25px;
}
tr.scoring-tab td:nth-child(2) {
	text-align: center;
}

div.chart-container,
canvas#chart-societal,
canvac#chart-environmental {
	width: 600px;
	height: 300px;
	margin: auto;
}
div.table-values,
div.charts {
	display: inline-block;
	vertical-align: top;
}
div.charts {
    margin-top: 40px;
}
div.align-button {
	text-align: center;
}
input[type="submit"] {
	font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
	border: 4px solid #f5eee4;
	font-size: 0.9em;
	background-color: #FFF;
	cursor: pointer;
	padding: 18px 47px;
	color: #333;
}
input[type="submit"]:hover {
	border: 4px solid #cdaf73;
	color: #333;
}
fieldset:first-child > div > div.radio-list {
	margin: 14px auto;
	padding: 0 200px;
}
.radio-list .label {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	color: #666;
	font-size: 16px;
}
.radio-list  .radio-inputs {
	display: inline-block;
	width: 400px;
}
.radio-list label {
	position: relative;
	display: block;
	min-width: 260px;
	margin: 7px 0;
	padding-left: 20px;
	cursor: pointer;
}
.radio-list label:first-child {
	margin-top: 0;
}
.radio-list label .checkbox {
	position: absolute;
	top: 2px;
	left: 0;
	border: 1px solid #666;
	width: 14px;
	height: 14px;
	border-radius: 14px;
}
.radio-list label input + .checkbox::after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	display: block;
	content: '';
	background: #666;
	border-radius: 14px;
	opacity: 0;
}
.radio-list label input:checked + .checkbox::after {
	opacity: 1;
}
.radio-list label input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	border: 0;
	margin: 0 2px 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}
select {
	width: 400px;
	margin: 7px auto;
	padding: 8px 2%;
}
#property-isr-form .select2-container {
	background: #f4f4f4;
	margin: 7px auto;
	padding: 8px 2%;
	border-bottom: 2px solid #f5efe3;
	width: calc(400px + 4%) !important;
}
#property-isr-form .select2-container--default .select2-selection--single {
	background: none;
	border: 0;
}
#property-isr-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #003a5d;
	font-size: .9em;
	font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
}
#property-isr-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	margin-top: -11px;
	right: 14px;
}
.select2-container--open .select2-dropdown--below {
	border: 1px solid #f5efe3;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #003a5d;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
.section-total {
	position: relative;
	background: #f4f4f4;
	padding-top: 60px;
}
.section-total legend {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: auto;
	padding: 15px 0;
}
.section-total-left,
.section-total-right {
	float: left;
	width: 50%;
}
.section-total-right {
	padding-top: 60px;
	color: #003a5d;
}
.section-total hr {
	clear: both;
	border: none;
	opacity: 0;
}
.section-total .legend-environmental,
.section-total .legend-societal,
.section-total .legend-total {
	position: relative;
	margin-left: 80px;
	padding-left: 40px;
}
.section-total .legend-environmental,
.section-total .legend-societal {
	height: 30px;
	line-height: 30px;
	margin-bottom: 12px;
}
.section-total .legend-environmental::before,
.section-total .legend-societal::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30px;
}
.section-total .legend-environmental::before {
	background: #b7db38;
}
.section-total .legend-societal::before {
	background: #39c6db;
}
.section-total .legend-total {
	margin-top: 40px;
	font-size: 28px;
	font-weight: bold;
}

@media only screen and (max-width: 1400px) {
	div.table-values,
	div.charts {
		display: block;
		width: 740px;
		margin: auto;
	}
	div.chart-container,
	canvas#chart-societal,
	canvac#chart-environmental {
		margin: 40px auto auto;
	}
}