﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
	font-family: Verdana,Geneva,sans-serif;
	margin: 0px;
	padding: 0px;
	display: flex;
	min-height: 100vh;
	/*min-width: 1000px;*/
	flex-direction: column;
    counter-reset: pagenumber;
}

span.pagenumb::before{
    counter-increment: pagenumber;
    content: counter(pagenumber);
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 100px;
	flex: 1;
	margin-left:auto;
	margin-right:auto;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

textarea.form-control, input.form-control, select.form-control {
    line-height: 20px;
    width: 250px;
    padding: 2px;
    border-style: solid;
    border: 1px solid grey;
    margin-left: 3px;
    margin-top: 3px;
}

label {
	width: 150px;
	font-weight: normal;
	margin-right: 5px;
}

.field-validation-error {
	color:red;
}

label.error{
	color:red;
}
.form-control.error{
	border:1px solid red;
}

ul {
	list-style: none;
	padding-left: 15px;
}

.badge{
	vertical-align:text-bottom;
	margin-right:5px;
}
.navbar a{
	color: #999999;
}
.navbar {
	flex: 1;
	justify-content: space-between;
	color: #777;
	background-color: white;
	padding: 0px;
	-moz-box-shadow: 0px 3px 2px 2px rgba(50,65,85,0.5);
	-webkit-box-shadow: 0px 3px 2px 2px rgba(50,65,85,0.5);
	box-shadow: 0px 3px 2px 2px rgba(50,65,85,0.5);
	border-radius: 0px;
	border: 0px;
	z-index: 99;
}

footer {
	clear: both;
	flex: none;
	text-align: center;
	border-top: 1px solid black;
}

.graph-profile {
	text-align: center;
}

.management-profile {
	border: 10px solid #8080ff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
    width:1120px;
}

.motivating-profile {
	border: 10px solid #aaffff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
    width:1120px;
}

.metapro-profile {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
}

.person {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

	.person ul {
		margin: 15px;
		padding: 0px;
		list-style: none;
	}



.sf-menu ul {
    position: absolute;
    top: 130%;
    /*left: 2px;*/
    z-index: 99;
    text-align: left;
}
.sf-menu a {
    display: block;
    position: relative;
    text-decoration:none;
}
.sf-menu ul > li:first-child > a{
    border-top:1px solid #346a9c;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.sf-menu ul > li:first-child > a:hover{
    border-top:1px solid #1a967f;
}
.sf-menu ul > li:last-child > a, li#menu-logout > a{
    border-bottom:1px solid #346a9c;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sf-menu ul > li:last-child > a:hover, li#menu-logout > a:hover {
    border-bottom:1px solid #1a967f;
}
.sf-menu ul a {
    width: 200px;
    padding: 10px 16px;
    background: #346a9c;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    border-top: 1px solid #1a967f;
	margin: 0px;
}
.sf-menu ul > li > a:hover, li#menu-logout > a:hover {
    background-color:#1a967f;
}

.navbar-default .navbar-toggle{
    border:none;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.navbar-toggle .icon-bar{
    background-color:#888;
}

.box-sizing-content{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

.form-required-legend {
	border-left: 4px solid #5988c4;
	padding-left: 5px;
	margin-top: 10px;
}


textarea.form-control.field-required,
input.form-control.field-required,
select.form-control.field-required {
	margin-left: 0px;
	margin-top: 3px;
	border-left: 4px solid #5988c4;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	border-style: solid;
}

select.form-control.input-validation-error,
input.form-control.input-validation-error {
	margin-left: 0px;
	margin-top: 3px;
	border-left: 4px solid red;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	border-style: solid;
}

.divider {
	text-align: center;
	position: relative;
	top: 2px;
	padding-top: 1px;
	margin-bottom: 14px;
	line-height: 0;
}

	.divider:after {
		content: "";
		width: 100%;
		background-color: transparent;
		display: block;
		height: 1px;
		border-top: 1px solid black;
		top: 50%;
		margin-top: -6px;
		z-index: 1;
	}

.signin-new {
	width: 160px;
	font-size: 1.1em;
	position: relative;
	background-color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	line-height: 1;
	font-weight: bold;
	color: #436699;
	padding: 0 8px 0 7px;
	z-index: 2;
}

#user-info{
    float:right;
    font-size:1.7em;
}
#user-info-time{
    float:right;
    font-size:1.1em;
    margin-bottom:80px;
}
.metapro-profile h2, .metapro-profile h3{
    font-family:"Times New Roman", Times, serif;
    font-size:26px;
    font-weight:bold;
}
.metapro-profile h4{
    font-size:22px;
    font-weight:bold;
}
.metapro-profile .commontext{
    font-size:1.2em;
    margin-left:60px;
}
.metapro-profile .selectedtext{
    font-size:1.25em;
    margin-left:60px;
    margin-top:30px;
    margin-bottom:-35px;
    font-style:italic;
}
.metapro-profile .selectedextratext{
    font-size:1.25em;
    margin-left:60px;
    margin-top:30px;
    font-style:italic;
}
.metapro-profile .commonseparator{
    font-size:1.2em;
    margin-left:60px;
    margin-top:40px;
}

.management-overview, .combinations-patterns{
    font-size:16px;
}
.management-overview h2, .combinations-patterns h2{
    font-size:28px;
    font-weight:bold;
}

.management-overview h3{
    font-size:16px;
}

.combinations-patterns h3{
    font-size:16px;
    font-weight:bold;
}
.management-overview h3.person, .combinations-patterns h3.person{
    font-weight:bold;
    font-size:22px;
}

.management-overview .overview-name{
    margin-left:70px;
}

.management-overview li, .combinations-patterns li{
    margin-left:60px;
    font-style:italic;
}

ul.firstcolumn{
    float:left;
    width:49%;
}

div.information{
    margin:0 auto;
    width:700px;
}

div.informationtwocolumn{
    margin-left:100px;
}

.name {
    margin: 0 auto;
    width: 200px;
}

a.languagechange{
    float:right;
}

a.languagechange::after{
    clear:both;
}
footer.printfooter{
    display:none;
}

.form-content{
    width:1000px;
}

div#generatedKeys, div#availableKeys {
    border: 1px solid black;
    width: 400px;
    margin: 0 auto;
    display:none;
}

.generatedKey, .generatedKeyCompany, .availableKey {
    border: 1px solid black;
    text-align: center;
    font-style: italic;
    background-color: lightblue;
}

.generatedKeyCompany{
    font-style:normal;
    font-weight:bold;
    color:#fff;
    background-color:midnightblue;
}

div#resulttext, div#resulttexterror{
    color:green;
    text-align: center;
    margin-bottom: 20px;
}

div#resulttexterror{
    color:red;
}

@media print {
    .page-section {
		font-size:9pt;
		    
    }
    .motivating-profile, .management-profile {
        width:auto;
    }
    .first-page{
        margin-top:-80px;
        
    }

	.noprint {
		display:none;
	}
	
	.navbar, footer {
		display: none;
	}

    footer.printfooter{
        display:block;
        border:none;
        page-break-after:always;  
        font-size:10pt;  
    }
	h1{
		font-size:14pt;
		font-weight:bold;
	}
	h2{
		font-size:14pt;
		font-weight:bold;
        margin-bottom:0;
	}
	h3{
		font-weight:bold;
		font-size:10pt;
		margin-top:5px;
        margin-bottom:0;
	}
    .name{
        font-size:12pt;
    }
    .information{
        width:80%;
        padding-left:1in;
    }
    div.informationtwocolumn{
        /*width:90%;*/
        /*padding-left:0.5in;*/
    }
    ul.firstcolumn{
        width:40%;
    }
    .printspace{
        height:1in;
    }
    .printspacemid{
        height:2in;
    }
    .printspacebig{
        height:3in;
    }
    .metapro-profile div.commontext, .metapro-profile div.selectedtext, .metapro-profile div.selectedextratext{
        font-size:10pt;
    }
    .metapro-profile h2{
        font-size:16pt;
    }
    .metapro-profile div#user-info{
        font-size:12pt;
    }
    .metapro-profile div#user-info-time{
        font-size:9pt;
    }
    .metapro-profile h3{
        font-size:14pt;
    }
    .metapro-profile h4{
        font-size:12pt;
    }
    div.management-overview div.overview-name{
        font-size:12pt;
    }
    div.management-overview h2, div.combinations-patterns h2 {
        font-size:16pt;
        margin-bottom:0.5cm;
    }
    div.management-overview li, div.combinations-patterns li{
        font-size:10pt;
    }
    div.management-overview ul, div.combinations-patterns ul{
        margin-bottom:1cm;
    }
    div.management-overview h3.person, div.combinations-patterns h3.person{
        font-size:14pt;
    }
}

@page {
    margin: 0.2in;
}

@media only screen and (min-width: 1px) {
    .left-div{
        line-height:24px;
    }
}