/* - - - - - - - - - - - - - - - - - - - */
/*
 * normally covered in the ets-base.css
 */
/*
body {
	font-family: 'Open Sans', sans-serif;
	max-width: 630px;
	}
*/
/* - - - - - - - - - - - - - - - - - - - */

.comp-tool {
	position: relative;
	}

.comp-tool .wrap-flex,
.comp-tool .predictions {
	max-width: 440px;
	margin: 0 auto;
	padding: 20px;
	border: 2px solid #ddebf9;
	border-radius: 10px;
	justify-content: space-between;
	}

.down-arrow i {
    font-size: 60px;
    color: #047ffb;
}

.comp-tool .scores {
	    background-color: #ddebf9;
	}

.comp-tool .row {
	flex-basis: calc( 47% - 2px); /* -2px for the borders during testing */
	align-self: flex-end;
	/* border: 1px solid black; */
	}

.comp-tool .error {
	/*
$color-AlertDangerBackground:  #f8e6e6;
$color-AlertDangerBorder:      #e5a5a5;
$color-AlertDangerText:        #7f3030;
	 */
	display: none;
	margin-top: 10px;
	vertical-align: middle;
	color: #7f3030;
	background-color: #f8e6e6;
	border: 2px solid #e5a5a5;
	border-radius: 4px;
	padding: 0.2rem 0.5rem;
	font-size: 0.875em; /* ~ 14px */
	overflow: hidden;

	position: absolute;
	width: 25%;
	z-index: 9999;
	}

.comp-tool label {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 0.875em; /* ~ 14px */
	}

.comp-tool label:after {
	content: ': '; /* Â¯\_(ãƒ„)_/Â¯ */
	}

.comp-tool input {
	color: #151515;
	width: 100px;
	float: right;
	text-align: center;	}

.comp-tool .convert-arrow {
	color: #ccc;
	text-align: center;
	font-size: 50px;
	}

.comp-tool .convert-arrow .row {
	/* hide */
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	}

.comp-tool .predictions {
	padding: 10px 20px;
	margin-bottom: 40px;
	}

.comp-tool .predictions .row {
	display: block;
	padding: 12px 20px;
	clear: both;
	}

.comp-tool .predictions .row.total {
	padding-bottom: 10px;
	}

.comp-tool .prediction {
	font-weight: bold;
	}

.comp-tool .converted-value {
    color: #0032be;
    padding: 5px 0;
    float: right;
    border: 1px solid #047ffb52;
    width: 67px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
	}

#gmatT-conversion {  }

.predictions {
	margin-bottom: 0.8em;
	}


/* - - - - - - - - - - - - - - - - - - - */
/* override the default ets.org + brand styles per UX (ms); dhj; 2017-07-17 */

input:focus:invalid:focus {
	/* force the default focus styles on the invalid inputs */
	color: #151515;
	border-color: rgba(0, 48, 130, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 48, 130, 0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 48, 130, 0.6);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(80, 48, 130, 0.6);
	}


/* - - - - - - - - - - - - - - - - - - - */
/* fin */

.comp-tool.w-vince {
	background-image: url('https://gretogmat.com/css/_fpo/vince.png');
	background-position: 445px 15px;
	background-repeat: no-repeat;
	background-size: 35%;
	}