﻿﻿@charset "utf-8";

body {
	font-size: 13px;
	background: #f1f1f1;
	font-family: Lato !important;
	padding: 0px;
	margin: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #0aa1da;
}

.paddingBottom10 {
	padding-bottom: 10px;
}

.paddingTop10 {
	padding-top: 10px;
}

.no-border-radius {
	border-radius: 0px;
}

.alert .close {
	opacity: 1;
	z-index: 10;
	position: relative;
}

.open, .close {
	height: auto;
	background: none;
}

.paddingRT8 {
	padding-right: 8px;
}

.nopadding {
	padding: 0px !important;
}

.width100 {
	width: 100%;
}

.fontweight800 {
	font-weight: 800;
}

.container-fluid .icon {
	margin: 0px;
	background-position: 0px;
}

.fontsize14 {
	font-size: 14px;
}

.fontsize18 {
	font-size: 18px;
}

.icon {
	margin: 0px;
}

.paddingTop20 {
	padding-top: 20px;
}

.form-button-holder {
	margin-bottom: 20px;
}

.border-2px {
	border-width: 2px;
	border-style: solid;
}

.border-2px {
	border-width: 2px;
	border-style: solid;
}

.btn {
	box-shadow: none;
	text-transform: none;
	min-width: 100px;
	height: auto;
	line-height: auto;
}

.no-margin-bottom {
	margin-bottom: 0px !important
}

/*************************************************************************************************************************************/
/* Theme Branding Background & Border Color */
/*************************************************************************************************************************************/

.Primary-BG {
	background: #1280a1;
}

.Primary-BG-Text {
	color: #FFF;
}

.Primary-Border {
	border-color: #1280a1;
}

.Primary-Text {
	color: #1280a1;
}


.Primary-Action-BG {
	background: #85ce3f;
}

.Primary-Action-BG-Text {
	color: #fff;
}

.Primary-Action-Border {
	border-color: #85ce3f;
}

.Primary-Action-Text {
	color: #85ce3f;
}


.Secondary-Action-BG {
	background: #09a0db;
}

.Secondary-Action-BG-Text {
	color: #fff;
}


.Secondary-Action-Text {
	color: #09a0db;
}

.Secondary-Action-Border {
	border-color: #09a0db;
}


.Default-Action-BG {
	background: #fff;
}

.Default-Action-BG-Text {
	color: #09a0db;
}

.Default-Action-Border {
	border-color: #09a0db;
}


.Negative-Action-BG {
	background: #999999;
}

.Negative-Action-BG-Text {
	color: #fff;
}

.Negative-Action-Border {
	border-color: #999999;
}

.Negative-Action-Text {
	color: #999999;
}


.Footer-BG {
	background: #182642;
}

.Footer-BG-Text {
	color: #fff;
}


.Default-Action-Hover:hover, .Default-Action-Hover:focus, .Default-Action-Hover:active:focus {
	opacity: 0.5;
	box-shadow: none;
	background: #fff;
	border-color: #007db2;
	color: #007db2;
}

.Primary-Action-Hover:hover, .Primary-Action-Hover:focus, .Primary-Action-Hover:active:focus {
	opacity: 0.8;
	box-shadow: none;
	background: #85ce3f;
	border-color: #85ce3f;
	color: #fff;
}

.Secondary-Action-Hover:hover, .Secondary-Action-Hover:focus, .Secondary-Action-Hover:active:focus {
	opacity: 0.8;
	box-shadow: none;
	background: #007db2;
	border-color: #007db2;
	color: #fff;
}



.NegativeAction-Hover:hover, .NegativeAction-Hover:focus, .NegativeAction-Hover:active:focus {
	opacity: 0.8;
	box-shadow: none;
	background: #767676;
	border-color: #767676;
	color: #fff;
}

.NegativeActionText-Hover:hover, .NegativeActionText-Hover:focus, .NegativeActionText-Hover:active:focus {
	opacity: 0.6;
	box-shadow: none;
	background: #fff;
	border-color: #767676;
	color: #767676;
}

/*************************************************************************************************************************************/
/* Theme Branding Background & Border Color End */
/*************************************************************************************************************************************/

.clr {
	clear: both;
	overflow: hidden;
	height: 0;
	width: 100%;
	float: none
}

.selectStaffing-Header {
	height: 71px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border-bottom: 0px solid #DDE5E7;
}

.cb-contentWrapper {
	width: 100%;
	height: 100%;
	display: block;
}

.cb-bg-box {
	width: 100%;
	height: 240px;
	overflow: hidden;
	display: block;
	background: url(/WORKTERRA/Images/CB_Changes/cb-blue-gradient-large.jpg) center top / cover;
	z-index: 10;
	position: absolute;
	top: 0;
}

.cb-contentHolder {
	width: 420px;
	display: block;
	margin: 70px auto 0px;
}

.cb-midbox {
	width: 770px;
}

.SS-loginLeft {
	width: 585px;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 100px;
	position: relative;
}

	.SS-loginLeft .leftTxt1 {
		color: #1f9122;
		font-size: 20px;
		font-weight: bold;
		padding-left: 50px;
	}

	.SS-loginLeft .leftTxt2 {
		color: #009086;
		font-size: 40px;
	}

	.SS-loginLeft .leftTxt3 {
		width: 550px;
		height: auto;
		float: left;
		padding-top: 50px;
		color: #3f5a6f;
		font-size: 15px;
		padding-left: 50px;
		box-sizing: border-box;
		text-align: justify;
	}

		.SS-loginLeft .leftTxt3 p {
			line-height: 25px;
			padding-left: 44px;
			position: relative;
			margin-top: 0px;
			padding-right: 20px;
		}

	.SS-loginLeft .imageRow {
		float: left;
		margin: 20px 0 20px 0;
	}

.cb-login-center {
	width: 100%;
	padding: 40px 25px;
	box-sizing: border-box;
	margin: 0px auto;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	position: relative;
	background: #ffffff;
	box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.36);
}

.cb-login-center-50 {
	width: 50%;
	padding: 40px 25px;
	box-sizing: border-box;
	margin: 0px auto;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	position: relative;
	background: #ffffff;
	box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.36);
}

.login-logo {
	padding-bottom: 30px;
	text-align: center;
}

	.login-logo img {
		/*width: 220px;
	height: 26px;*/
		width: 233px;
		height: 51px;
	}

.forgot-password-link {
	display: block;
	text-align: center;
}

.SS_login_btn {
	font-size: 18px;
	color: #ffffff;
	border: none;
	float: left;
	width: 100%;
	height: 48px;
	margin-left: 0px;
	cursor: pointer;
}

	.SS_login_btn:hover {
	}

.cb-login-btn {
	font-size: 14px;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	background: #86cd3f;
	border-radius: 4px;
}

	.cb-login-btn:hover {
		background: #76ba32;
	}

.cb-login-cancelbtn {
	font-size: 14px;
	color: #333333;
	border: none;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	background: #bcc9c6;
	border-radius: 4px;
}

	.cb-login-cancelbtn:hover {
		background: #a5b3b0;
		color: #333333;
	}

.alerticon {
	background-image: url(../images/valmet-alert_icon.png);
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.alerticon01 {
	background-image: url(../images/valmet-alert_icon_1.png);
	display: block;
	width: 21px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
}

.vline {
	border-left: 1px solid #e9ebed;
	height: 80%;
	padding-top: 50px;
	top: 50px;
	position: absolute;
}

.fullwrapperbox {
	display: block;
	z-index: 20;
	position: relative; /*padding-bottom: 40px;	
	background: #f1f1f1;
	*/
}

.login-footer {
	display: block;
	width: 100%;
	/*position:absolute;*/
	position: relative;
	bottom: 0;
	margin-top: 10px;
}

.login-footer-container {
	width: 100%;
	padding: 10px 0px 05px;
	margin: 0px auto;
	z-index: 100;
	bottom: 0px;
	color: #aeb6b9;
	text-align: center;
	/*background-color: #50b04d;*/
	font-size: 13px;
}

ul.login-footer-action {
	margin: 0px auto;
	text-align: center;
	width: 100%;
}

	ul.login-footer-action li {
		width: auto;
		display: inline-block;
		padding: 5px;
	}

.leftInstructions-icon {
	top: 4px;
	position: relative;
	padding-right: 5px;
}

.loginListBox {
	margin-left: 25px;
}

.list-type-square li {
	padding-left: 5px;
	margin-left: 15px;
	line-height: 22px;
	list-style-type: square;
	list-style-position: outside;
}

.lineheight24px {
	line-height: 20px;
}
/*******************************************************************************************************************************************************/
/*New Css Start*/
.paddingtop {
	padding-top: 10px;
}

.paddingbtm {
	padding-bottom: 10px;
}

.padding15 {
	padding: 15px;
}

.login-form h2 {
	font-size: 25px;
	color: #4a4b4f;
	padding: 10px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.lgoin-panel {
	width: 460px;
	height: auto;
	margin: 80px auto 0px;
	background: #ffffff;
	box-shadow: 0px 0px 15px -1px #babbbb;
	-webkit-box-shadow: 0px 0px 15px -1px #babbbb;
	-moz-box-shadow: 0px 0px 15px -1px #babbbb;
	-o-box-shadow: 0px 0px 15px -1px #babbbb;
}

.login-form {
	margin: auto;
	width: 390px;
}

.username {
	background-position: 6px 0px;
}

	.username:focus {
		background-position: 6px -129px;
	}

.password {
	background-position: 6px -46px;
}

	.password:focus {
		background-position: 6px -175px;
	}

.cname {
	background-position: 6px -86px;
}

	.cname:focus {
		background-position: 6px -215px;
	}

.forgot-password {
	color: #2173bc;
	display: block;
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
	text-decoration: none;
}

.popupmassage {
	background: #f7ed73 none repeat scroll 0 0;
	bottom: 49px;
	color: #ff0000;
	line-height: 24px;
	width: 1024px;
	position: fixed;
	left: 50%;
	margin-left: -512px;
	z-index: 100;
}

.paddingmassage {
	padding: 5px 20px;
}

	.paddingmassage p {
		margin: 0
	}

#footer {
	background: #325f70;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 0;
	color: #ffffff;
	text-align: center;
	line-height: 45px;
}

.logerror {
	background: #facaca url("../Images/ico_alert.png") no-repeat scroll 0 -5px;
	border: 1px solid #ff7f7f;
	color: #f00;
	float: left;
	margin-right: -255px;
	padding: 5px 0 5px 25px;
	position: absolute;
	right: 50%;
	top: 130px;
	width: 483px;
	text-align: left;
}
/*Updated Css */
input[placeholder], [placeholder], *[placeholder] {
	color: #4a4b4f;
}

.forgetpassword-panel {
	width: 860px;
	height: auto;
	padding-bottom: 10px;
}

.forgetpassword-form {
	box-sizing: border-box;
	margin: 0px auto;
	padding: 0 25px 30px;
	width: 100%;
}

	.forgetpassword-form h2 {
		text-transform: uppercase;
	}

.forgetpassword-logerror {
	margin: -34px auto 0;
	padding: 5px 0 5px 25px;
	background: #facaca url("../Images/ico_alert.png") no-repeat scroll 0 -5px;
	border: 1px solid #ff7f7f;
	box-sizing: border-box;
	color: #f00;
	width: 100%;
	text-align: left;
}

.forgetpassword-lognote {
	margin: -34px auto 0;
	padding: 10px 10px 10px 25px;
	box-sizing: border-box;
	background: #f5efc6;
	border: 1px solid #e9c556;
	color: #575757;
	margin: 0px auto 0;
	width: 100%;
	text-align: left;
}

	.forgetpassword-lognote b {
		color: #ff0101;
		font-weight: bold;
	}

.forgetpassword-form .row {
	width: 100%;
}

	.forgetpassword-form .row .formtd {
		width: 100%;
		margin: 20px 0px 5px;
	}

	.forgetpassword-form .row .labelName {
		font-weight: bold;
		padding-bottom: 14px;
	}

	.forgetpassword-form .row .labelInput select {
		width: 100%;
		padding: 14px 5px;
		color: #767676;
		border: 1px solid #849e85;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

	.forgetpassword-form .row .formtd .labelInput input {
		color: #000;
	}

.answericons {
	background-position: 6px -263px;
	color: #000;
}

	.answericons:focus {
		background-position: 6px -310px;
	}

input[type="button"].smlbtn-login {
	width: 150px;
	font-size: 18px;
	padding: 7px 20px 7px;
	margin-right: 15px;
}

.login-form .smlbtn-login {
	margin-top: 10px;
}

.displaytablebox {
	display: table;
	width: 100%;
}

.forgetpassword-form .inputboxwidth {
	width: 50%;
	display: table-cell;
}

input[type="button"].cancelbtn {
	background: #bcc9c6;
	color: #333333;
}

	input[type="button"].cancelbtn:hover {
		background: #a5b3b0;
		color: #333333;
	}

.inputboxwidth-spaceleft {
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
}
/*Updated Css End */

/*Reset Password Updated Css */
.resetpassword-panel {
	height: auto;
	padding-bottom: 40px;
}

.resetpassword-uid {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #edf1f2;
	padding: 22px 10px;
	box-sizing: border-box;
	vertical-align: middle;
	color: #4a4c4e;
}
/*Reset Password Updated Css End */

/*Popup Container Block*/

/*#popup_container .back {
	background-image: url(../theme/default/images/transparent_black.png);
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
}
#popup_container h1 {
	background: #E5E5E5;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	margin: 0;
	padding: 10px 0 10px 10px;
}
#popup_container #popup_panel {
	/*background: #EAEAEA;*/
border-top: 1px solid #2174bb;
font-size: 11px;
text-align: left;
overflow: hidden;
margin: 0;
padding: 10px;
}

#popup_panel input {
	width: 20%;
	margin-top: 0px;
	padding: 8px 10px;
	font-size: 12px;
}

*/

#colorbox, #popup_container, .custompopup {
	background: url(../images/blackspecer.png) left top repeat;
}

#cboxClose {
	background-position: -23px -198px;
	right: 0;
	height: 36px;
	width: 25px;
	background-color: #E5E5E5;
	border: 1px #E5E5E5 solid;
	top: -22px;
	z-index: 12;
}

.SecondaryBorder, #popup_container h1 {
	border-color: #104d81;
}

.sprit-icon {
	background-image: url(../images/icons.png);
}

.errortext {
	font-size: 14px;
	padding: 10px;
}

.alert-smlbox {
	color: red;
	box-sizing: border-box;
	margin-top: -15px;
	padding: 10px 30px;
}

.message {
	background: #F5EFC6;
	border: 1px solid #E9C556;
	margin: 10px 0px;
	padding: 10px;
	overflow: hidden;
}

.msg-contentbox {
	margin-top: 1px;
	padding-left: 20px;
	margin-left: 5px;
	line-height: 16px;
}

.sprit-icon {
	background-image: url("../images/icons.png");
}

.floatLT {
	float: left;
}

.warning-icon {
	background-position: -225px -68px;
	display: block;
	height: 20px;
	width: 20px;
}
/* Popup Container Block End */
.lgoin-panel-bg {
	background: #ffffff;
	border: 0px solid #acacac;
	border-top: 5px solid #4a4b4f;
	width: 100%;
	height: auto;
	padding-bottom: 0px;
	margin: 0px auto 0px;
	box-sizing: border-box;
	display: inline-block;
}

.error-log {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 20px 5px 25px;
	background: #facaca url("../Images/ico_alert.png") no-repeat scroll 0 -5px;
	border: 1px solid #ff7f7f;
	box-sizing: border-box;
	color: #f00;
	float: left;
	text-align: left;
}

.field-validation-error {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 20px 5px 25px;
	background: #facaca url("../Images/ico_alert.png") no-repeat scroll 0 -5px;
	border: 1px solid #ff7f7f;
	box-sizing: border-box;
	color: #f00;
	float: left;
	text-align: left;
}

.forgetpassword-lognote ul {
	padding: 8px 15px;
	box-sizing: border-box;
	margin: 0px;
}

	.forgetpassword-lognote ul li {
		list-style-type: initial;
	}

h2 {
	color: #4a4b4f;
	font-size: 18px;
	padding: 0px 0px 10px;
	margin-top: 0px;
}
/* Tipso Css Start ************************************************/
.login-form {
	position: relative;
}

.tooltip-position {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 100;
}

.tooltip-box {
	display: inline-block;
	float: right;
	margin-top: 11px;
}

.tooltipbox-icon {
	position: relative;
	box-sizing: border-box;
	padding: 1px 8px;
	border: 1px solid #182641;
	color: #182641;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
}

.tipso_content {
	color: #575757;
	padding: 10px;
}

.tipso_title {
	padding: 10px 10px 8px 15px;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 700;
}

.tipso_content ul {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	text-align: left;
}

	.tipso_content ul li {
		padding-bottom: 5px;
	}
/* Tipso Css End***********************************************/

/* Redio Box Start *******************************************/
.rediobox {
	display: inline-flex;
	padding-right: 20px;
	box-sizing: border-box;
}

.redioinput {
	padding-right: 4px;
	margin-top: 1px;
	box-sizing: border-box
}

.rediolable {
	color: #767676;
}

.margin-bot-20px {
	margin-bottom: 20px;
}

.margin-top-20px {
	margin-top: 20px;
}

.margin-top-30px {
	margin-top: 30px;
}

.marginLT10 {
	margin-left: 10px;
}

.no-margin-top {
	margin-top: 0px;
}
/* Redio Box End *******************************************/



.alert .glyphicon {
	display: table-cell;
}

.alert div, .alert span {
	padding-left: 5px;
	display: table-cell;
}

	/*New Css Added for Error Message Issue 21-06-2017 */
	.alert div.errorcotentbox {
		padding-left: 25px;
		padding-right: 15px;
		width: 100%;
		box-sizing: border-box;
		position: relative;
		margin-top: -24px;
		z-index: 1;
	}
/*New Css Added for Error Message Issue 21-06-2017 */

/* Alert + error Message + Info Massage + helper text CSS Start */
.alert-success {
	background-color: #e0ecdd;
	border-color: #34ad49;
	color: #34ad49;
}

.alert-info {
	background-color: #e6edf8;
	border-color: #287AB9;
	color: #287AB9;
}

.alert-warning {
	background-color: #fcf6e9;
	border-color: #FDB816;
	color: #FDB816;
}

.alert-danger {
	background-color: #faeae1;
	border-color: #DD4D39;
	color: #DD4D39;
}
/* Alert + error Message + Info Massage + helper text CSS End */




/* Form Css Start ************************************************************/

/*Checkbox & Radio CSS*/
[type="checkbox"] + label::before, [type="checkbox"]:not(.filled-in) + label::after {
	border: 2px solid #5a5a5a;
	border-radius: 1px;
	content: "";
	height: 18px;
	left: 5px;
	margin-top: 2px;
	position: absolute;
	top: -10px;
	transition: all 0.2s ease 0s;
	width: 18px;
	z-index: 0;
}

[type="checkbox"]:checked + label::before {
	backface-visibility: hidden;
	border-color: transparent #26a69a #26a69a transparent;
	border-style: solid;
	border-width: 2px;
	height: 22px;
	left: 0px;
	top: -14px;
	transform: rotate(40deg);
	transform-origin: 100% 100% 0;
	width: 12px;
}

.filled-in[type="checkbox"]:not(:checked) + label::after {
	background-color: transparent;
	border: 2px solid #5a5a5a;
	height: 20px;
	top: -10px;
	width: 20px;
	z-index: 0;
}

.filled-in[type="checkbox"]:checked + label::after {
	background-color: #26a69a;
	border: 2px solid #26a69a;
	height: 20px;
	top: -10px;
	width: 20px;
	z-index: 0;
}

.filled-in[type="checkbox"]:checked + label::before {
	border-color: transparent #fff #fff transparent;
	border-style: solid;
	border-width: 2px;
	height: 13px;
	left: 1px;
	top: -10px;
	transform: rotateZ(37deg);
	transform-origin: 100% 100% 0;
	width: 8px;
}

.radio-box {
	position: relative;
	display: inline-block;
}

	.radio-box span {
		position: relative;
		top: 12px;
	}
/*Checkbox & Radio CSS End*/


.ie8checkbox {
	padding-top: 5px;
}

input.input-textbox-search {
	border-top-left-radius: 4px;
	height: 34px;
	color: #87949c;
	margin-top: -1px;
	border-bottom-left-radius: 4px;
	border: 1px solid #fff;
	left: inherit;
	width: calc(100% - 53px);
	padding: 0px 9px 0px 8px;
	background: #fff;
	position: relative;
	border-bottom: 0px solid #fff !important;
}

.section-title {
	padding: 0px 0px 10px;
	color: #356b7c;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	display: block;
}

.section-title-top {
	color: #356b7c;
	font-size: 12px;
	text-transform: uppercase;
}

.fieldset-height {
	height: 64px;
}

.fieldset-hover {
	background: #fff;
	border: 1px solid #fff;
}

.form-row {
	margin-bottom: 32px;
}

.margin-left-no {
	margin-left: 0px;
}

.padding-right-left-none {
	padding-right: 0px;
	padding-left: 0px;
}

.borderleft {
	border-left: 1px solid #E1E1E1;
}

.borderright {
	border-right: 1px solid #E1E1E1;
}

.bordertop {
	border-top: 1px solid #E1E1E1;
}

.bordertottom {
	border-bottom: 1px solid #E1E1E1;
}

.select-wrapper span.caret {
	border-top: 0 none;
	bottom: 33px;
	color: #393939;
	font-size: 20px;
	position: absolute;
	right: 13px;
}

.fieldset-hover:hover {
	background: #fff;
	border: 1px solid #2a93c8;
}

.fieldset-hover-focus {
	background: #eef7ff;
	border: 1px solid #2a93c8;
}

.lable-name {
	color: #00679c;
	display: block;
	font-size: 13px;
	padding: 5px 0 5px 20px;
}

.input-field {
	margin-top: 0px;
	position: relative;
}

	.input-field label.active {
		font-size: 13px;
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
		color: #00679c;
	}

.supred {
	color: #FF0000;
	font-size: 15px;
	top: 5px;
	left: 3px;
}

.form-button-holder {
	margin-bottom: 20px;
}

.topbar {
	width: 1024px;
	height: 70px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	top: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 10;
}

.top-right {
	width: 60%;
	float: right;
}

	.top-right .slogon-img {
		border-right: 1px dotted #c3c7cd;
		padding-right: 10px;
		margin-top: 10px;
		padding: 10px 15px 10px 0px;
		float: right;
		text-align: right;
		font-size: 21px;
		font-family: 'SegoeWPLightRegular';
	}

.language {
	float: right;
	padding: 18px 0 0 20px;
	margin-right: 15px;
}

	.language select {
		width: 131px;
		border: 1px solid #A09F9F;
	}
/* Form Css End ********************************************************************/


/********************************************************************************/
/* Alert CSS Starts */
/********************************************************************************/
#popup_container h1 {
	background: #E5E5E5;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	margin: 0;
	padding: 10px 0 10px 10px;
}

#popup_container #popup_panel {
	background: #FFF;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 10px;
}



.Workterra-Alert-LightBox {
	width: 300px;
	background: #FFF;
	overflow: hidden;
}

.alert-box {
	color: #555;
	font-family: Tahoma,Geneva,Arial,sans-serif;
	font-size: 11px;
	padding: 10px 36px;
	margin-right: 5%;
}

.alert-error {
	display: block;
	text-align: center;
	background: #F16865;
	padding: 10px;
	font-size: 34px;
	color: #fff;
}

.alert-information {
	display: block;
	text-align: center;
	background: #5bc0de;
	padding: 10px 0px 1px 0px;
	font-size: 34px;
	color: #fff;
}

.alert-confirm {
	display: block;
	text-align: center;
	background: #85CE3F;
	padding: 10px;
	font-size: 34px;
	color: #fff;
}

.errortext {
	font-size: 14px;
	padding: 10px;
	text-align: center;
}

.alertinfo {
	float: left;
	width: 50px;
	height: 45px;
}

.alert-question {
	display: block;
	text-align: center;
	background: #FDB816;
	padding: 10px 0px 1px 0px;
	font-size: 34px;
	color: #fff;
}


.alertCB {
	padding: 0px !important;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	width: 510px;
}

.alertCB1 {
	padding: 0px !important;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	/* width: 510px; */
}

.confirm {
	width: 510px;
}

.popupControlMargin {
	margin: 0px auto;
	width: 95%;
}

.minwidth {
	min-width: auto !important;
}

#colorbox, #popup_container, .custompopup {
}

.waves-button-input {
	padding: 5px 20px;
	cursor: pointer;
}
/********************************************************************************/
/* Alert CSS END */
/********************************************************************************/

/********************************************************************************/
/* DropDown CSS START */
/********************************************************************************/

.lg-selectbox .select-wrapper span.caret, .lg-selectbox .select-wrapper i {
	color: #fff;
}

.lg-selectbox .dropdown-content.select-dropdown {
	margin: 0px;
}

.lg-selectbox .select-wrapper input.select-dropdown {
	color: #fff;
	margin-bottom: 12px;
}

.lg-selectbox {
	margin-top: 10px;
	z-index: 111;
	position: absolute;
	top: 0px;
	right: 25px;
	color: #fff;
	width: 170px;
}

	.lg-selectbox .select-wrapper {
		padding-top: 0px;
		height: 40px;
	}


input.select-dropdown:focus {
	text-indent: -9999999em;
}

input.select-dropdown {
	transition: all 0s;
}

input::ms-clear {
	display: none;
}

.lg-selectbox .select-dropdown li img {
	height: 12px !important;
	float: left !important;
	padding: 2px !important;
	margin: 0 5px 0 0 !important;
	width: 16px !important;
	height: 11px !important;
	margin-top: 12px !important;
	margin-left: 8px !important;
	margin-right: 9px !important;
}

.fieldset-height1 {
	height: 64px;
}


@media (max-width:420px) {
	.cb-contentHolder {
		width: 100%;
	}

	.fieldset-height1 {
		height: 101px
	}

	.cb-midbox {
		width: 100%;
	}
}

@media (min-width: 320px) and (max-width: 1368px) {
	.cb-login-center-50 {
		width: 75% !important;
	}
}
.float-none {
	float: none;
}

.resetpassword-uid-wt {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #edf1f2;
	padding: 22px 10px;
	vertical-align: middle;
	color: #4a4c4e;
}

.clearfix::after {
	display: block !important;
	clear: both !important;
	content: "" !important;
}

#popup_container .back {
	background-image: url(../theme/default/images/transparent_black.png);
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
}

@media screen and (max-width: 599px) {
	.ddlabel {
		font-size: 16px !important;
	}
}
/********************************************************************************/
/* /* DropDown CSS END */
/********************************************************************************/

