@charset "utf-8";
/* CSS Document */

body {
    margin:0;
	padding:0;
	color:#333333;
}
@font-face
{
	font-family: 'Proxima-Nova-Light';
    src: url(proximanova-light.woff);
}
h1 {
	font-size:1.8em;
	font-weight:100;
}
h3 {
	font-size:1.2em;
	font-weight:100;
}
#contentHolder input[type=text] {
	padding: 10px 10px;
 	border: 1px solid #cccccc;
	border-radius: 5px;
	width:calc(100% - 20px);
}
#overlayWhite {
	position:fixed;
	width:100%;
	height:6000px;
	left:0;
	top:0;
	background: #FEFEFA;
    z-index:2;
}
#loginLogoHolder {
	margin:0 auto;
	margin-top:40px;
	height:auto;
	width:220px;
}
.pList {
	font-size:1.1em;
	display:inline-block;
	margin-right:8px;
}
.pList2 {
	font-size:1.1em;
	font-weight:bold;
	display:inline-block;
	margin-left:8px;
	text-align:center;
}
.contentHolderSmall {
	max-width:800px;
}
.contentHolderMost {
	max-width:1000px;
}
.contentHolderProjects {
	max-width:1200px;
}
#overlayWindow {
	position:fixed;
	width:100%;
	height:6000px;
	left:0;
	top:0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
    z-index:11;
}
#loginHeader {
	font-size:2.5em;
	width:100%;
	min-width:350px;
	height:140px;
	margin-top:10px;
	background:#106492;
	color:white;
	letter-spacing:8px;
	text-align:center;
	line-height:120px;
}
#loginHolder {
	margin:0 auto;
	margin-top:-30px;
	width:100%;
	height:385px;
	max-width:500px;
	min-width:350px;
	background:#EDEDED;
}
#loginHolderHeader {
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#38346E;
	font-size:1.5em;
	background:#CBCBCB;
}
.lostPassword {
	font-size:90%;
	margin-top:15px;
	float:right;
	margin-right:8px;
	font-weight:bold;
}
.lostPassword a:active{text-decoration:none;color:#15132B;}
.lostPassword a:link{text-decoration:none;color:#15132B;}
.lostPassword a:visited{text-decoration:none;color:#15132B;}
.lostPassword a:hover{text-decoration:underline;color:#15132B;}
.loginText {
	margin-top:20px;
	font-size:1.2em;
	color:#38346E;
	margin-left:20px;
}
.loginbox {
	margin-left:20px;
	margin-top:5px;
	font-size:1em;
	color:#38346E;
	padding:5px 10px;
	width:calc(100% - 65px);
	height:24px;
	border:0;
}
.loginError {
	margin:0 auto;
	margin-top:15px;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#9F181A;
}
.loginButton {
	margin-top:15px;
	height:50px;
	font-size:1.4em;
	line-height:50px;
}
.passwordButton {
	margin-top:15px;
	height:50px;
	font-size:1.4em;
	line-height:50px;
}
.selectMemberButton {
	margin-top:5px;
	height:30px;
	font-size:0.9em;
	line-height:30px;
}
.blueButton {
	color:white;
	background:#106492;
	border-radius:5px;
	text-align:center;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	cursor:pointer;
    border: 0;
}
.blueButton:hover {
	background:#303B5E;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.greyButton {
	background:white;	
	border-radius:5px;
	text-align:center;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	cursor:pointer;
 	border: 1px solid #cccccc;
}
.greyButton:hover {
	background:#ddd;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.transButton {
	color:#303B5E;
	background:transparent;
	border-radius:5px;
	border:1px solid #303B5E;
	text-align:center;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	cursor:pointer;
}
.transButton:hover {
	background:#303B5E;
	color:white;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.redButton {
	color:white;
	background:#794b47;
	border-radius:5px;
	text-align:center;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	cursor:pointer;
    border: 0;
}
.redButton:hover {
	background:#4f2724;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.greenButton {
	border-radius:5px;
	color:white;
	background:#4caf50;
	text-align:center;c
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	cursor:pointer;
    border: 0;
}
.greenButton:hover {
	background:#2B6C1B;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.lmedButton {
	font-size:1.1em;
	width:auto;
	height:45px;
	line-height:45px;
	padding:0px 8px;
}
.medButton {
	margin:0 auto;
	font-size:1.1em;
	height:40px;
	line-height:40px;
	padding:0px 8px;
	width:180px;
}
.smallButton {
	font-size:1em;
	width:90px;
	height:35px;
	line-height:35px;
}
.smedButton {
	margin:0 auto;
	font-size:0.9em;
	width:160px;
	height:30px;
	line-height:30px;
	padding:0px 8px;
}

.copyrightLogin {
	margin:0 auto;
	margin-top:10px;
	font-size:0.8em;
	color:#6F6F6F;
	width:350px;
	height:auto;
	text-align:center;
}
.dashBoxHold {
	height:auto;
	margin:20px 0px 20px 30px;
	float:left;	
}
.dashBox {
	background:white;
	height:auto;
	border:1px solid #dddddd;
	border-radius:8px;
	-webkit-box-shadow: -7px 7px 15px -13px rgba(0,0,0,0.22);
	-moz-box-shadow: -7px 7px 15px -13px rgba(0,0,0,0.22);
	box-shadow: -7px 7px 15px -13px rgba(0,0,0,0.22);
	width:100%;
	position:relative;
	z-index:1;
}
.actionBox {
	background:transparent;
	height:auto;
	border:1px solid grey;
	border-width:1px 0px;
	width:100%;
	position:relative;
	z-index:1;
}
.dashBoxHead {
	text-align:center;
	height:25px;
	font-size:1.2em;
	line-height:20px;
	width:100%;
	color:black;
}
#overviewBox {
	width:300px;
}
#dashGraph {
	width:calc(100% - 40px);
	margin:0 auto;
	color:#333333;
	margin-top:50px;
}
#dashAction {
	width:80%;
	height:auto;
	margin:0 auto;
	color:#333333;
	margin-top:30px;
}
#projectsBox {
	margin:0 auto;
	width:100%;
	max-width:1200px;
	min-width:600px;
	height:auto;
	margin-bottom:100px;
}
#projectsBoxLeft {
	margin:0 auto;
	width:100%;
	max-width:600px;
	min-width:400px;
	height:auto;
	float:right;
}
#projectsBoxRight {
	margin-left:30px;
	border-radius:6px;
	width:340px;
	background:#f5f5f5;
	border:1px solid #cccccc;
	padding:10px;
	height:auto;
	float:right;
}
#assessmentsBox {
	margin:0 auto;
	width:100%;
	max-width:800px;
	min-width:500px;
	height:auto;
	margin-bottom:100px;
}
#assessmentsBoxLeft {
	margin: 0 auto;
    padding-left: 30px;
    width: 100%;
    max-width: 480px;
    min-width: 400px;
    height: auto;
    float: left;
}
#assessmentsBoxRightH {
	width: 240px;
	margin-top:10px;
    margin-left: 40px;
    float: left;
    height: auto;
}
#assessmentsBoxRight {
	border-radius:6px;
	width:240px;
	background:#f5f5f5;
	border:1px solid #cccccc;
	padding:10px;
	height:auto;
	float:right;
}
#assessmentsBoxRight2 {
	width:180px;
	padding:10px;
	height:auto;
	float:right;
}
#projectsBoxBelow {
	margin:0 auto;
	width:100%;
	height:auto;
	float:right;
}
.actionLine {
	width:100%;
	height:auto;
	line-height:20px;
	margin:5px 0px;
	text-align:center;
}
.overviewLeft {
	width:230px;
	height:30px;
	line-height:30px;
	float:left;
	padding:5px 10px;
}
.dashBoxLine {
	height:40px;
	width:100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	cursor:pointer;
}
.dashBoxLine:hover { 
	transform: scale(1.1); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.overviewRight {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:right;
	float:left;
	padding:5px 10px;
}
.lastFiveLeft {
	width:160px;
	height:30px;
	line-height:30px;
	float:left;
	padding:5px 5px 5px 10px;
}
.lastFiveMid {
	width:65px;
	height:30px;
	line-height:30px;
	float:left;
	padding:5px 0px;
	text-align:center;
}
.lastFiveRight {
	width:95px;
	height:30px;
	line-height:30px;
	float:left;
	padding:5px 10px 5px 5px;
	text-align:center;
}
#lastFiveBox {
	width:350px;
}
#aboveNav {
	width:100%;
	height:70px;
	margin-bottom:10px;
	background:white;
}
#aboveMenu {
	width:calc(100% - 250px);
	float:left;
	margin-top:10px;
	height:60px;
}
#softNavigation {
	margin:0 auto;
	margin-top:-15px;
	width:680px;
	height:40px;
	display:block;
}
#softHeader.open {
}
#softHeader {
	width:100%;
	height:50px;
	background:#106492;
	color:white;
}
.softHeaderLogo {
	float:left;
	margin-left:20px;
	margin-top:10px;
	background:url("../img/logo1.png");
	height:50px;
	width:220px;
}
#softNavigation li {
	float: left;
	font-size:1.1em;
	letter-spacing:2px;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding-left:25px;
	padding-right:25px;
	height:50px;
	line-height:50px;
    text-decoration: none;
	cursor:pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
#softNavigation li:hover {
	background:#f2f2f2;
	color:#106492;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.pageHeader {
	padding:5px 30px;
	width:calc(100% - 40px);
	height:70px;
}
.clear {
	clear: both;
}
.helpLineHolder {
	height:auto;
	width:20px;
	float:left;
	margin:20px 15px 20px 6px;
	padding-top:25px;
}
.helpLine {
	width:100%;
	height:30px;
	padding:5px 0px;
}
.help-tip{
    text-align: center;
    background-color: #adcedc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    cursor: default;
    margin-top: 5px;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #2E2E2E;
  color: #EDEDED;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 2;
  bottom: 150%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptexttop {
  visibility: hidden;
  background-color: #2E2E2E;
  color: #EDEDED;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 2;
  bottom: 150%;
}

.tooltip .tooltiptexttop::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptexttop {
  visibility: visible;
}


.tooltip .tooltiptextleft {
  visibility: hidden;
  background-color: #2E2E2E;
  color: #EDEDED;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 2;
  bottom: 150%;
	top: -5px;
  right: 105%;
}

.tooltip .tooltiptextleft::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptextleft {
  visibility: visible;
}

.tooltip .tooltiptextright {
  visibility: hidden;
  background-color: #2E2E2E;
  color: #EDEDED;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 2;
	top: -5px;
  left: 105%;
}

.tooltip .tooltiptextright::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptextright {
  visibility: visible;
}
.dashGraphHead {
	width:100%;
	height:40px;
	line-height:40px;
	margin-top:10px;
	font-size:1.1em;
	text-align:center;
}
.dashGraphLeft {
	width:90px;
	padding-left:10px;
	height:32px;
	line-height:32px;
	font-size:1em;
	float:left;
}
.dashGraphRight {
	width:calc(100% - 110px);
	height:32px;
	float:left;
}
.dashGraphBg {
	background:#BFBFBF;
	border:1px solid black;
	height:100%;
}
.dashGraphFg {
	height: 28px;
}
.dashGraphVal {
	eight: 20px;
    line-height: 20px;
    color: white;
    position: relative;
    top: -24px;
    font-size: 1.1em;
}
hr.graphHr {
	margin-top:10px;
}
hr.actionHr {
	margin:10px auto;
	width:90%;
	height: 1px;
    border: 0;
	border-top: 1px solid #dcdcdc;
}
hr.assessHr {
	width:100%;
	height: 1px;
    border: 0;
	border-top: 1px solid #dcdcdc;
	float:left;
}
#projectsTable {
  	border-collapse: collapse;
 	 width: 100%;
}

#projectsTable td, #projectsTable th {
	  border: 1px solid #ddd;
	  padding: 8px;
	font-size:90%;
	cursor:pointer;
}

#projectsTable tr:nth-child(even){
	background-color: #f1efef;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

#projectsTable tr:hover {
	background-color: #ddd;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
#projectsTable th:hover {
	background-color: #303B5E;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

#projectsTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #106492;
  color: white;
}
.newThingLine {
	width:100%;
	height:40px;
	margin-top:10px;
	margin-bottom:-10px;
}
#specProjectBox {
	padding:10px;
}
#specProjectBox input[type=text] {
	padding: 10px 10px;
 	border: 1px solid #cccccc;
	border-radius: 5px;
	width:calc(100% - 20px);
}
#specProjectBox select {
	padding: 10px 10px;
	border-radius: 5px;
	font-size:1em;
}
#specProjectBox input[type=password] {
	padding: 10px 10px;
 	border: 1px solid #cccccc;
	border-radius: 5px;
	width:calc(100% - 20px);
}
#specProjectBox textarea {
	padding: 10px 10px;
  	border: 1px solid #cccccc;
	border-radius: 5px;
	width:calc(100% - 20px);
}
#specProjectBox input[type=radio] {
 	border: 1px solid #5A5A5A;
	width:76px;
	height:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:#E8E8E8;
	margin-left:-20px;
	margin-right:-6px;
  	outline:none;
	cursor:pointer;
}
#specProjectBox label { 
	font-size: 0; 
}
#specProjectBox label:before {
	content: "Upload Image";
	font-size: 17px;
    border-radius: 5px;
    padding: 10px 15px;
	color:white;
	background:#106492;
	text-align:center;
	user-select: none; /* Standard */
	cursor:pointer;
    border: 0;
}

.borderBendLeft {
	border-radius:5px 0px 0px 5px;
}
.borderBendRight {
	border-radius:0px 5px 5px 0px;
}
.radioSquareText {
	position:relative;
	left:26px;
	top:-10px;
	font-weight:bold;
	font-size:0.9em;
	color:#5A5A5A;
	pointer-events: none;
}

.radioSquareText2 {
	position:relative;
	left:20px;
	top:-10px;
	font-weight:bold;
	font-size:0.9em;
	color:#5A5A5A;
	pointer-events: none;
}
.radioSquareText3 {
	position:relative;
	left:20px;
	top:-10px;
	font-weight:bold;
	font-size:0.9em;
	color:#5A5A5A;
	pointer-events: none;
}

.radioSquareText2b {
	position:relative;
	left:40px;
	top:-10px;
	font-weight:bold;
	font-size:0.9em;
	color:#5A5A5A;
	pointer-events: none;
}
.radioSquareText3b {
	position:relative;
	left:40px;
	top:-10px;
	font-weight:bold;
	font-size:0.9em;
	color:#5A5A5A;
	pointer-events: none;
}
#selectOccupation {
	padding: 8px 10px;
 	border: 1px solid #cccccc;
	border-radius: 5px;
	display: inline-block;
	background:white;	
	cursor:pointer;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
#selectOccupation:hover {
	background:#ddd;	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.selectTest {
	margin:5px 0px;
	padding: 5px 8px;
 	border: 1px solid #cccccc;
	border-radius: 5px;
	display: inline-block;
	background:white;	
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	margin-right:10px;
}
.assessmentBox {
	width:calc(100% - 40px);
	height:auto;
	padding: 10px 10px;
	margin:0px 10px;
 	border: 1px solid #cccccc;
	border-radius: 5px;	
	background:white;
}
.inlineText {
	margin:5px 0px;
	width:auto;
	height:25px;
	line-height:25px;
	font-size:0.9em;
	margin-right:5px;
}
.inlineHold {
	float:left;	
}
.deleteIcon {
	width:20px;
	height:20px;
	margin:10px 0px;
	float:left;
	cursor:pointer;
	background:url("../img/delete.png");
}
.deleteIcon:hover {
    filter: brightness(50%);
}

.headingLeft {
	margin-top:10px;
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
}

.popUpContent {
	margin-top:5px;
	text-align:left;
	font-size:0.9em;
	width:100%;
	line-height:1.3em;
	height:auto;
}

.noButton {
	width: auto;
	text-align:center;
    background-color:#303B5E;
    padding: 8px 15px;
    color: white;
	font-weight:bold;
	float:right;
    cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	font-size:1em;
	margin:10px;
	border-radius:10px;
}
.noButton:hover {
    background-color:#6683AF;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.yesButton {
	width: auto;
	text-align:center;
    background-color:#3b9c3f;
    padding: 8px 15px;
    color: white;
	float:right;
    cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	font-size:1em;
	font-weight:bold;
	margin:10px;
	border-radius:10px;
}
.yesButton:hover {
    background-color:#2B6C1B;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
@media only screen and (min-width: 400px){
	#overlayInner {
		position:fixed;
		top: 200px;
		left: 50%;
		margin-left: -200px; /* Negative half of width. */
		width:400px;
		padding:20px;
		height:auto;
		background:#FEFEFA;
		border-radius:5px;
	}
}
@media only screen and (max-width: 400px){
	#overlayInner {
		position:absolute;
		top: 50px;
		width:calc(100% - 40px);
		min-width:300px;
		padding:20px;
		height:auto;
		background:#FEFEFA;
		border-radius:5px;
	}
}
.authorHold {
	line-height:20px;
	margin:0;
}
#specProjectBox p {
	width:auto;
	display:inline-block;
	margin:20px 15px 7px 5px;
}
#holdOverMost{
	width:100%;
	max-width:760px;
	margin:0 auto;
	height:auto;
}
.newProjectSetup {
	width:500px;
	margin:0 auto;
	height:auto;
}
.newProjectHead {
	width:100%;
	height:50px;
	line-height:50px;
	margin-top:5px;
	text-align:center;
	font-size:1.5em;
}
#projectStep {
	width:100%;
	height:20px;
	line-height:20px;
	margin-top:30px;
	text-align:center;
	font-size:1em;
	color:#4A4A4A;
}
.candidateList {
	margin:0 auto;
	width:385px;
	height:40px;
}
.newProjectSetup input[type=text] {
	padding: 15px 15px;
 	border: 1px solid #cccccc;
	border-radius: 7px;
	width:calc(100% - 30px);
	font-size:1.1em;
}
.newProjectSetup select {
	padding: 10px 10px;
	border-radius: 5px;
	font-size:1em;
}
.newProjectSetup .opt {
	font-size:1em;
}
.popUpContent input[type=text] {
	padding: 7px 7px;
	margin-top:-20px;
	margin-bottom:10px;
 	border: 1px solid #cccccc;
	border-radius: 5px;
	width:calc(100% - 20px);
	font-size:1.1em;
}
#contentHolder2 input[type=text] {
	padding: 15px 15px;
 	border: 1px solid #cccccc;
	border-radius: 7px;
	width:250px;
	font-size:1.1em;
}
.newProjectSetup textarea {
	padding: 15px 15px;
 	border: 1px solid #cccccc;
	border-radius: 7px;
	width:calc(100% - 30px);
	font-size:1em;
}
.newProjectInfo {
	width:calc(100% - 20px);
	height:auto;
	padding:10px;
	line-height:1.2em;
}
.newProjectInfo h2 {
	font-size:1.1em;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
.infobox {
	background:white;
	height:auto;
	border:1px solid #dddddd;
	border-radius:8px;
	-webkit-box-shadow: -7px 7px 15px -13px rgba(0,0,0,0.22);
	-moz-box-shadow: -7px 7px 15px -13px rgba(0,0,0,0.22);
	box-shadow: -7px 7px 15px -13px rgba(0,0,0,0.22);
	width:100%;
	margin:30px 0px 0px 0px;
}
.newProjectButtons{
	height:auto;
	width:422px;
	margin:20px auto 10px;
}
.twoButton {
	font-size:1em;
	width:110px;
	padding:10px 0px;
	float:right;
	margin:0 50px;
}
.yesNoButton {
	font-size:1.1em;
	width:130px;
	padding:10px 0px;
	float:left;
	margin:0 30px;
}
.yesNoButtons {
	height:auto;
	width:380px;
	margin:20px auto 10px;	
}
.larOccButton {
	font-size:1.1em;
	width:350px;
	padding:10px 0px;
	margin:10px auto 20px;
}
.loader {
 	position: fixed;
    top: 50%;
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    margin-top: -200px;
    font-size: 1.2em;
}
.loaderimg {
	margin:0 auto;
	width:150px;
	height:150px;
	background: url(../img/loader.svg);
 	background-size: 150px 150px;
}
.noneInTable {
	margin:50px 0px 50px;
	width:calc(100% - 20px);
	padding:0px 10px;
	height:100px;
	font-size:1.2em;
	text-align:center;
}

#overlayWhite2 {
	position:fixed;
	width:100%;
	height:6000px;
	left:0;
	top:0;
	background: #FEFEFA;
    z-index:10;
}

#contentHolder2 {
	position:absolute;
	top:20px;
  	left: calc(50% - 365px);
	width:730px;
	height:auto;
	z-index:11;
}
@media only screen and (min-width: 600px) {
	#listHold {
		width:500px;
		height:auto;
		margin:10px auto;
	}
	.atext {
		width:350px;
		margin-left:40px;
		height:100px;
		float:left;
	}
	.abut {
		width:100px;
		float:left;
		height:100px;
	}
	.thebut {
		width:100%;
		margin:15px auto;
		display:block;
		height:30px;
		line-height:30px;
		font-size:0.9em;
	}
	.atextmain {
		width:100%;
		margin-bottom:5px;
		margin-top:7px;
		height:30px;
		font-size:1.2em;
		display:block;
	}
	.atextbelow {
		width:100%;
		height:40px;
		font-size:1em;
		display:block;
	}
	#contentHolder {
		margin:0px auto 50px auto;
		padding:5px;
		width:calc(100% - 10px);
		max-width:600px;
		min-width:320px;
		height:auto;
	}
	.alist {
		width:100%;
		display:block;
		margin-top:10px;
		height:100px;
	}
	.testComplete {
		width:100%;
		height:50px;
		margin:5px auto;
		padding-top:7px;
		font-size:1em;
		line-height:20px;
	}
}
@media only screen and (max-width: 600px) and (min-width: 450px) {
	#listHold {
		width:440px;
		height:auto;
		margin:10px auto;
	}
	.atext {
		width:330px;
		margin-left:10px;
		height:100px;
		float:left;
	}
	.abut {
		width:100px;
		float:left;
		height:100px;
	}
	.thebut {
		width:100%;
		margin:15px auto;
		display:block;
		height:30px;
		line-height:30px;
		font-size:0.9em;
	}
	.atextmain {
		width:100%;
		margin-bottom:5px;
		margin-top:7px;
		height:30px;
		font-size:1.2em;
		display:block;
	}
	.atextbelow {
		width:100%;
		height:40px;
		font-size:0.9em;
		display:block;
	}
	#contentHolder {
		margin:0px auto 50px auto;
		padding:10px;
		width:100%;
		max-width:600px;
		min-width:320px;
		height:auto;
	}
	.alist {
		width:100%;
		display:block;
		margin-top:10px;
		height:100px;
	}
	.testComplete {   
		width: 100%;
		height: 55px;
		margin: 5px auto;
		padding-top: 10px;
		font-size: 1em;
		line-height: 20px;
	}
}
@media only screen and (max-width: 450px){
	#listHold {
		width:320px;
		height:auto;
		margin:0px auto;
	}
	.atext {
		width:245px;
		margin-left:5px;
		height:70px;
		float:left;
	}
	.abut {
		width:70px;
		float:left;
		height:70px;
	}
	.thebut {
		width:100%;
		margin:15px auto;
		display:block;
		height:20px;
		line-height:20px;
		font-size:0.7em;
	}
	.atextmain {
		width:100%;
		margin-bottom:5px;
		margin-top:7px;
		height:25px;
		line-height:25px;
		font-size:1em;
		display:block;
	}
	.atextbelow {
		width:100%;
		height:20px;
		font-size:0.8em;
		display:block;
	}
	#contentHolder {
		margin:0px auto 50px auto;
		padding:5px;
		width:100%;
		max-width:600px;
		min-width:320px;
		height:auto;
	}
	.alist {
		width:100%;
		display:block;
		margin-top:10px;
		height:70px;
	}
	.testComplete {
		width: 100%;
		height: 45px;
		margin: 5px auto;
		padding-top: 5px;
		font-size: 0.8em;
		line-height: 20px;
	}
}
.aIText {
	font-size:1em;
	line-height:1.2em;
}
#supportLinks {
	margin:20px auto;
	width:100%;
	min-width:320px;
	max-width:600px;
	height:200px;
}
.supportLine {
	margin:0 auto 30px auto;
	width:100%;
	max-width:450px;
	min-width:310px;
	height:65px;
	display:block;
}
.belowSupport {
	width:100%;
	margin-top:5px;
	height:30px;
	font-size:0.9em;
	text-align:center;
	display:block;
}
@media only screen and (max-width: 599px){
.imgLogo {
	width:auto;
	max-width:80px;
	height:auto;
	max-height:60px;
}
}
@media only screen and (max-width: 799px) and (min-width: 600px){
.imgLogo {
	width:auto;
	max-width:140px;
	height:auto;
	max-height:70px;
}
}
@media only screen and (min-width: 800px){
.imgLogo {
	width:auto;
	max-width:200px;
	height:auto;
	max-height:70px;
}
}
#companyLogo {
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	width:auto;
	height:auto;
}