@charset "utf-8";

body {
    padding-top:60px;
    padding-bottom:20px;
}

.clear:after {
    display:block;
    content:" ";
    height:0;
    visibility:visible;
    clear:both;
}

.navbar {
    min-height:60px;
}

.navbar-transparent {
    background-color:transparent;
}

.navbar-toggle {
    padding:20px 10px;
}

.navbar-brand {
    text-align:center;
    height:60px;
}

.jumbotron {
    background-image:url(../img/background.jpg);
    margin-bottom:0;
}

.jumbotron h1 {
    margin-top:0;
}

a {
    color:#ce2027;
}

a:hover {
    color:#888;
    text-decoration:none;
}

footer {
    border-top:1px solid #4e5d6c;
    padding:20px 0;
}

#footerText p {
    margin:0;
}

.align-center {
    text-align:center;
}

#assessment h1 {
    font-size:50px;
    text-align:center;
}

#assessment p {
    text-align:center;
}

#formErrorMsg {
    display:none;
}

#assessment {
    display:none;
}

#pagecontrols {
    margin:20px 0;
}

.pagi {
    float:left;
    padding:8px 0;
}

#prevQ {
    display:none;
}

#questions .question {
    display:none;
    font-size:30px;
    width:100%;
}

.question-table {
    width:100%;
    background:#f4f4f4;
}

.question-text {
    font-size:20px;
    color:#2b3e50;
}

.question-table td {
    padding:15px
}

.question-table tr:nth-child(even) {
    background-color:#ffffff;
}

#results {
    display:inline-block;
}

/*#results-tables {
    min-height:500px;
}

#results-tables .panel {
    width:300px;
    margin:0 auto;
}*/

#results-tables table th {
    text-align:center;
}

#results-tables table td {
    text-align:center;
}

#questions {
    min-height:325px;
}

#testErrorMsg {
    display:none;
    margin-top:15px;
}

.final-slide {
    font-size:15px;
}

#mainContents .jumbotron h1 {
    border-bottom:none;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left:0px;
}

.btn-success-custom.active {
	background-color:#449d44;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	.btn-responsive {
		padding:10px 14px;
	}

	#questions {
		min-height:308px;
	}
}

@media screen and (min-width: 768px) {
	#aDISC-jumbotron p {
		width:80%;
	}

	#assessment {
		width:80%;
		margin:0 auto;
	}

	.navbar-nav > li > a {
		padding-top:20px;
		padding-bottom:20px;
	}
}

@media screen and (max-width:768px) {
	#aDISC-jumbotron h1 {
		font-size:50px;
	}

	.question-table tr td:first-child {
		width:30%;
	}

	.question-text {
		font-size:14px;
	}

	.questions-table .btn-lg,.btn-group-lg > .btn {
		padding:3px 5px!important;
	}

	.btn-responsive {
		padding:10px 14px;
		font-size:14px;
		line-height:1;
		border-radius:3px;
	}

	#questions {
		min-height:249px;
	}
}

@media screen and (max-width:480px) {
	#aDISC-jumbotron h1 {
		font-size:39px;
	}

	#aDISC-jumbotron p {
		font-size:14px;
	}

	.form-container {
		padding:10px;
		box-shadow:none;
		background:#ffffff;
	}

	.login-form {
		width:auto;
	}

	.question-table tr td:first-child {
		width:50%;
	}

	.question-table td {
		padding:5px 8px;
	}

	#assessment {
		margin-top:30px;
	}

	#assessment h1 {
		font-size:40px;
	}

	#questions {
		min-height:188px;
	}

	/*#results-tables .panel {
		width:80%;
	}*/
}

/*card*/
.the-char-container {
    padding: 0 30px;
    min-height: 190px;
}

.char-card {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EEE;
    overflow: hidden;
    margin: 15px 15px 35px 15px;
}

.char-card-l {
    float: left;
    width: 20%;
    text-align: center;
    min-height: 163px;
    background: #485563;
}

.char-you-text {
    font-size: 20px;
    padding-top: 25px;
    margin: 0;
    color: #FFF;
}

.char-you-type {
    font-size: 60px;
    color: #FFF;
    margin: 0;
    font-weight: bold;
    padding: 0;
}

.char-card-r {
    float: right;
    width: 80%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 163px;
    display: table;
}

.char-card-r p {
    font-size: 15px;
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
}

.graph-desc {
	min-height: 212px;
}

.graph-desc h3 {
	font-size: 24px;
}

canvas {
	background-color: #485563;
    margin-bottom: 20px;
}

@media screen and (max-width:320px) {
	.char-card-l {
	    width: 30%;
	    min-height: 230px;
	}

	.char-you-text {
	    font-size: 15px;
	    padding-top: 75px;
	}

	.char-you-type {
	    font-size: 46px;
	}

	.char-card-r {
	    width: 70%;
	    min-height: 230px;
	}
}

.modal {
    background: rgba(0,0,0,0.5);
	text-align: center;
	padding: 0!important;
}

.modal-backdrop.in {
    opacity: 1;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
 	display: inline-block;
  	text-align: left;
  	vertical-align: middle;
}

@media screen and (min-width: 768px){
	.modal-dialog {
	    width: 450px;
	}
}