﻿@media screen and (max-width: 600px) {
	.form-body :not(.checkboxLabel) label {
		font-size: 3vw;
	}
	.form-body .checkboxLabel label {
		font-size: 4vw;
	}
	.form-body input[type="text"] {
		font-size: 3.5vw;
		padding: 1vh;
	}
	.form-body select {
		font-size: 2.7vw !important;
		padding: 1.8vh !important;
	}
	.form-body span[style="display: inline;"] {
		font-size: 2.5vw !important;
	}
    .form-body .postalCode1 {
        max-width: 16vw !important;
    }
    .form-body .postalCode2 {
        max-width: 14vw !important
    }
}

.form-body {
	font-family: Montserrat;
    font-size: 12px;
}

.form-body :not(.checkboxLabel) label {
    color: #5D6668; /*2C2F2B;*/
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    margin: 0;
    padding-bottom: 4px;
}

.checkboxLabel label {
    color: #5D6668;
    font-family: Montserrat;
    font-weight: normal;
    margin: 0;
    padding-bottom: 4px;
    font-size: 22px;
}

.checkboxLabel input[type='checkbox'] {
    margin-top: 0px;
    padding: 0px;
}

.requiredFieldLabel {
    color: red;
}

.textBoxCivilID, .textBoxNIB {
    text-transform: uppercase;
}

.form-body span[style*="display: inline"]+span
{
	display: none !important;
    /* Adding !important will give this rule more precedence over inline style */
}

.form-body label[title] {
	cursor: help;
}

.form-body > div {
    padding-bottom: 12px;
    position: relative;
    overflow: visible;
}


.actions-bar {
    margin-top: 40px;
}

.form-body input, .form-body select, .form-body select * {
    font-family: Montserrat;
	font-size: 18px;
	font-weight: normal;
	color: #8F9596;
	line-height: 26px;
	border: none;
	padding: 12px;
	margin-right: 12px;
	box-sizing: border-box;
}

.form-body > input, .form-body > select {
	margin-bottom: 12px;
}


.form-body .invalid {
    border-bottom: 2px solid red !important;
}
.form-body span[style='display: inline;'] {
    display: block !important;
    color: red;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 100;
    font-style: normal;
}



input.form-button {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border: none;
    background-color: #8F9596;
	font-family: Montserrat;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 0;
	margin-right: 12px;
}

input.form-button[type=button]:hover {
    background-color: #AEA583;
    color: white;
}

input.form-button[type=submit]:hover {
    background-color: #B2CF50;
    color: white;
}



option[value=""] {
    color: #C9D0D2; 
}


::-webkit-input-placeholder {
    color: #C9D0D2;
}
:-moz-placeholder { /* Firefox 18- */
    color: #C9D0D2;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #C9D0D2;
}
:-ms-input-placeholder {
    color: #C9D0D2;
}







.form-results {
	position: relative;
	overflow: hidden;
}

.form-results hr {
    border-top: 8px solid black;
    margin: 40px auto;
    width: 60px;
    line-height: 8px,
}


ul.chart-params {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    font-family: BebasNeue;
}
ul.chart-params li {
    float: left;
    border-left: 3px solid #C9D0D2;
    padding: 0 7px;
    margin-right: 12px;
    margin-bottom: 12px;
    opacity: 1;
}
ul.chart-params li span:first-child {
    display: block;
    font-size: 20px;
    line-height: .8em;
    text-transform: uppercase;
    color: #C9D0D2;
}
ul.chart-params li span:last-child {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #5D6668;
    font-size: x-large;
}

ul.chart-stats {
    list-style-type: none;
    margin: 0;
    padding: 0; 
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    font-family: BebasNeue;
}
ul.chart-stats li {
    text-align: center;
    padding: 0;
    position: relative;
    margin-bottom: 15px;
}

ul.chart-stats li span:first-child {
    font-size: 52px;
    line-height: 56px;
    color: #2C2F2B;
    display: block;
}
ul.chart-stats li span:nth-child(2) {
	display: block;
    font-size: 20px;
    line-height: .8em;
    text-transform: uppercase;
    color: #C9D0D2;
    position: relative;
    top: -65px;
}
ul.chart-stats li hr {
    border: 4px solid #2C2F2B;
    width: 60px;
    margin: 40px auto 25px auto;
    display: none;
}
#visualization {
    width: 100%;
    /*height: 600px;*/
    float:left;
}

.form-settings {
    position: absolute;
    right: 0;
    top: 0;
}

.form-results h3 {
    display: table;
    width: 100%;
    padding: 0px;
    color: #ffffff !important;
    background-color: #8f9596;
    background-image: url(_catalogs/masterpage/exercito/img/img/img-noise-50x50_2.png);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    font-size: 14px !important;
    margin: 12px 0 0 0 !important;
    cursor: pointer;
}

.form-results h3 span {
    display: table-cell;
}
.form-results h3 span:first-child {
    font-family: BebasNeue;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px; padding-bottom: 9px;
    line-height: normal;
}
.form-results h3 span.toggler {
    width: 50px;
    color: #ffffff;
    text-align: center;
    font-family: icon-exercito;
    font-size: 1.5em;
    vertical-align: middle;
    background-color: #5d6668;
    cursor: pointer;
}
.form-results h3 .toggler:before {
    content: '\e922';
}
.form-results h3.selected .toggler:before {
    content: '\e923';
}
.form-results h3:hover {
    color: #000000;
    background-color: #aea583;
}
.form-results h3.selected .toggler, .form-results h3:hover .toggler {
    background-color: #b9b08c;
}
.form-results h3 + div {
	display: none;
	margin: 20px 0 60px 0;
}

.form-results h4 {
    color: #2C2F2B;
    font-size: 40px;
    margin: 40px 0 20px 0;
}

.form-results table {
    width: 100%;
    margin: 0;
    font-size: 20px;
    color: #2C2F2B;
    text-align: left;
    margin-bottom: 40px;
}

.form-results table th {
    font-family: BebasNeue;
    font-size: 24px;
    color: #5d6668;
    padding:  3px 10px 5px 10px;
    font-weight: 400;
    border: none;
    border-bottom: 2px solid #5d6668;   
}
.form-results table td {
    padding: 10px 10px;
    border: none;
    border-bottom: 1px dashed #C9D0D2;
    border-right: 1px dashed #C9D0D2;
    white-space: normal;
}
.form-results table td:last-child {
    border-right: none;
}
.form-results table tr:nth-child(even) {
	background-color: rgba(255,255,255,0.25);
}

.form-info {
	display: block;
	margin: 40px 0;
	background-color: rgba(143,149,150, 0.125);
	padding: 30px;
	color: #8f9596;
	bottom: 50%;
	left: 100%;
}

.form-info, .form-info p, .form-info li {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 100;
	text-align: justify;
}


.form-results > div > div > table th, .form-results > div > div > table td  {
	border: none;
}
.form-results > div > div > table td {
	width: 90%;
}
.form-results > div > div > table tr {
	background-color: transparent !important;
}