/* Space out content a bit */
body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.HeaderTable {
	width: 100%;
	height: 42px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	/*background-image:url('../../images/Portal-Banner-TitleBarBG .png');     background-repeat: repeat-x;    background-color: #e7ecf0;  */
	color: #000;
	padding-left: 15px;
}

.HeaderTableLoginInfo {
	/*width: 18%;   */
	font: Bold 13px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #045475;
	text-align: right;
	padding-right: 15px;
	border-right: 0px solid #cccccc;
	line-height: 45px;
}

.HeaderTablePreferences {
	width: 70px;
	font: normal 13px/1.5em Verdana, Arial, Helvetica, sans-serif;
	/*color: #045475;   */
	text-align: center;
	/*background-image:url('../../images/Portal-Banner-TitleBarBG .png');        background-repeat: repeat-x;     background-color: #e7ecf0;  */
	line-height: 45px;
	vertical-align: middle;
}

.loginBackgroundGradiant {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* login page & signup form
-------------------------------------- */
.loginControlContainerTop {
	padding: 20px;
}

.loginControlContainer {
	padding: 10px;
	padding: 0;
	background-color: #fcfcfc;
	border: 4px solid #ccc;
	box-shadow: 0px 3px 3px #999;
}

.loginControlContainerBottom {
	border-top: 1px solid #ccc;
	padding: 20px;
}

.clearCenteredContainer {
	position: absolute;
	width: 500px;
}

.loginImageLogo {
	margin-bottom: 70px;
}

.loginTextField {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid lightgray;
	height: 15px;
	padding: 5px;
}

.loginBackgroundGradiant {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#clearSignUpCenteredContainer {
	position: absolute;
	width: 990px;
}

#signUpControlContainer {
	padding: 10px;
	padding: 0;
	background-color: #fcfcfc;
	border: 4px solid #ccc;
	box-shadow: 0px 3px 3px #999;
}

#TandCWin {
	padding: 10px;
	padding: 10;
	background-color: #fcfcfc;
	border: 4px solid #ccc;
	box-shadow: 0px 3px 3px #999;
}

#signUpControlContainerMarketing {
	
}

#signUpControlContainerForm {
	padding: 10px;
}

#signUpControlContainerForm tr {
	height: 30px;
}

#signUpControlContainerForm tr input {
	height: 24px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.signUpLable {
	font: 32px Calibri, Helvetica Neue, Arial;
	color: rgb(102, 102, 102);
	padding-bottom: 20px;
}

.startTrialButton {
	color: White;
	height: 32px !important;
	width: 150px;
	font: 18px Calibri, Helvetica Neue, Arial !important;
	font-weight: bold !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: -webkit-gradient(linear, center top, center bottom, from(#060),
		to(#090));
	background: -moz-linear-gradient(top, #060, #090);
	background-color: Green;
}

.startTrialButton[disabled] {
	background-color: #cccccc;
	color: #eeeeee;
}

.signUpValidationSummary {
	text-align: justify;
	margin: auto;
	width: 75%;
}

.detailLbl {
	padding-right: 2px;
	padding-left: 0px;
	font-weight: bold;
}

.detailTxt {
	padding-left: 2px;
}

.row-field {
	line-height: 45px;
	vertical-align: middle;
}

.gridStyle {
	border: 1px solid rgb(212, 212, 212);
	height: 500px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.top-menu {
	background-color: white;
}

.center-block {
	padding-top: 200px;
}

.fixedNav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
}
/*
header {
    height: 4em;
    background-color:red;
    position:relative;
    z-index:1;
}
*/
/*.content {
    background:white;
    position:absolute;
    top:5em;
    bottom:5em;
    overflow:auto;
}
.contentinner {

}*/

/*.container {
    height: 100%;
    margin: -4em 0 -2em 0;
    position:relative;
    overflow:auto;
}
*/
/*footer {
    height: 2em;
    position:relative;
    z-index:1;
    background-color:yellow;
}*/
.loginVersion {
	text-align: left;
	color: #ccc;
	font-size: 0.9em;
	vertical-align: middle;
	font-family: Helvetica;
	padding-left: 10px;
	padding-top: 10px;
}
/* Start Radio button special */
label.btn span {
	font-size: 1.5em;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
	color: #c8c8c8;
	display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
	display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
	display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
	color: #7AA3CC;
	display: inline;
}

label:hover input[type="radio"] ~ i.fa {
	color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
	color: #c8c8c8;
	display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
	display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
	display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
	color: #7AA3CC;
	display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
	color: #7AA3CC;
}

div[data-toggle="buttons"] label.active {
	color: #7AA3CC;
}

div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid #c8c8c8;
	border-radius: 3px;
	color: #c8c8c8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div[data-toggle="buttons"] label:hover {
	color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active
	{
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* End Radio button special */

/* Required field Start */
.required-field-block {
	position: relative;
}

.required-field-block .required-icon {
	display: inline-block;
	vertical-align: middle;
	margin: -0.25em 0.25em 0em;
	background-color: #E8E8E8;
	border-color: #E8E8E8;
	padding: 0.5em 0.8em;
	color: rgba(0, 0, 0, 0.65);
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 0.325em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	transition: background 0.1s linear;
	font-size: 75%;
}

.required-field-block .required-icon {
	background-color: transparent;
	position: absolute;
	top: 0em;
	right: 0em;
	z-index: 10;
	margin: 0em;
	width: 30px;
	height: 30px;
	padding: 0em;
	text-align: center;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
	position: absolute;
	content: "";
	right: 1px;
	top: 1px;
	z-index: -1;
	width: 0em;
	height: 0em;
	border-top: 0em solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 0em solid transparent;
	border-right-color: inherit;
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/* Required field End */

/* Start photo upload */
.kv-avatar .krajee-default.file-preview-frame, .kv-avatar .krajee-default.file-preview-frame:hover
	{
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
	text-align: center;
}

.kv-avatar .file-input {
	display: table-cell;
	max-width: 320px;
}

.kv-reqd {
	color: red;
	font-family: monospace;
	font-weight: normal;
}
/* End photo upload */
.card {
	/* Add shadows to create the "card" effect */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* On mouse-over, add a deeper shadow */
.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.cardlogin {
	/* Add shadows to create the "card" effect */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}
/* On mouse-over, add a deeper shadow */
.cardlogin:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.ellip {
	white-space: nowrap;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mr15 {
	margin-right: 15px;
}

label.error {
	color: #a94442;
}

#spinner-modal .modal-dialog, #spinner-modal .modal-content,
	#spinner-modal .modal-body {
	background: transparent;
	color: rgba(255, 255, 255, 1);
	box-shadow: none;
	border: none;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: table;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}