body{
	background: url("/includes/images/login-bg.jpg") no-repeat top center;
	background-color: #ebebeb;
}

#cd-notice-to-user{
	padding: 44px;
	height: 352px;
	color: #fff;
}

#cd-notice-to-user-content{
	overflow: auto;
	height: 100%;
}

.cd-notice-to-user-link{
	padding: 10px 44px;
	color: #fff;
	display: block;
	text-align: center;
}

.cd-notice-to-user-link:hover{
	color: #fff;
}

.cd-container{
	margin-top: 3%;
}

.img-responsive{
	margin: 6% auto 50px;
}

.cd-fieldset{
	margin: 0 auto;
	width: 100%;
	padding: 20px 0px 0;
}

.cd-fieldset.cd-adjust-padding-top{
	padding-top: 20px;
}

.cd-fieldset li{
	list-style: none;
	position: relative;
	width: 100%;
	float: left;
}

.cd-fieldset li.cd-no-margin-bottom{
	margin-bottom: 0;
}

.cd-no-margin-top{
	margin-top: 0;
}

.cd-fieldset li .k-textbox{
	background: #f7f7f7;
	border: none;
	color: #000;
	border-radius: 0;
	height: 38px;
	line-height: 34px;
	width: 100%;
	display: inline-block;
	border: 1px solid #cccccc;
	margin-top: 5px;
}

.cd-fieldset li .fa{
	color: #aaaaaa;
}

.cd-fieldset li .fa:before{
	position: relative;
	top: 16px;
	left: 17px;
}

.cd-fieldset li .fa-spinner:before, .cd-fieldset li .fa.cd-tooltip:before{
	position: static;
}

.cd-fieldset li .cd-fa-first-child{
    height: 48px;
    width: 50px;
    border-right: 1px solid #aaaaaa;
    background-color: #f7f7f7;
    font-size: 20px;
    /*float: left;*/
    position: absolute;
    top: 0;
    left: 0;
}

.cd-fieldset li .fa + .fa{
	position: absolute;
	right: 0;
	top: 11px;
}

.cd-fieldset li.cd-margin-list a .fa{
	position: relative;
	top: -10px;
	left: -6px;
}

.cd-fieldset li button{
	margin: 0 auto;
	background: none;
	border: none;
	display: block;
	box-shadow: none;
}

.cd-fieldset li input:focus + .fa,
.cd-fieldset li input:focus + .fa + .fa{
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .05);
	position: absolute;
	z-index: 1;
}

.cd-fieldset li input:focus{
	/*border-bottom: 1px solid #009bdf;*/
	outline: none;
}

.cd-fieldset input::-ms-reveal,
.cd-fieldset input::-ms-clear{
    display: none;
    height: 0;
    width: 0;
}

.cd-fieldset input[type=password]::-ms-reveal,
.cd-fieldset input[type=password]::-ms-clear{
    display: none;
    height: 0;
    width: 0;
}

.cd-fieldset li input:-webkit-autofill:focus{
	transition: all 5000s ease-in-out 0s;
	/*transition-property: transparent, #009bdf;*/
}

.cd-fieldset li button:hover,
.cd-fieldset li button:active,
.cd-fieldset li button:focus,
.cd-fieldset li button:hover:active{
	background-color: transparent;
	box-shadow: none;
}

.cd-fieldset li button .fa.fa-sign-in{
	position: static;
}

.cd-fieldset li.pass-reset{
	color: #fff;
}

.cd-fieldset li .cd-info .fa{
	position: static;
}

#cd-warning{
	width: 100%;
	position: absolute;
	min-height: 100px;
	color: #fff;
	overflow: hidden;
	left: 0;
	text-align: center;
	top: 0;
}

#cd-warning .cd-warning-text{
	text-align: center;
	float: left;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	background: rgba(0,0,0,0.8);
} 

#cd-warning .cd-warning-close-button{
	text-align: center;
	width: auto;
	color: #fff;
	cursor: pointer;
}

.footer-copyright .pull-left a{
	color: #fe0000;
}

.cd-fieldset h4,
.cd-fieldset h5{
	/*color: #000;*/
	font-size: 14px;
}

.cd-login-message{
	color: #000;
	font-size: 12px;
}

.cd-login-header{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.cd-margin-list{
	padding-top: 20px;
}

.cd-login-continue, .cd-login-back, .cd-register-login-back {
	color: #fff;
	box-shadow: none;
	margin: 0;
	padding: 0;
	padding: 15px 50px;
	border-radius: 0;
	position: relative;
	width: 48%;
}

.cd-login-continue{
	margin-left: 10px;
}

.cd-login-back, .cd-register-login-back {
	background-color: #f7f7f7;
	color: #aaaaaa;
}

.k-widget.k-tooltip-validation{
	position: absolute;
	width: auto;
	right: 0px;
	top: -37px;
	display: inline-block;
	line-height: 1;
	vertical-align: baseline;
	margin: 0 .14285714em;
	background-color: #E8E8E8;
	background-image: none;
	padding: .5833em .833em;
	color: rgba(0,0,0,.6);
	text-transform: none;
	border: 0 solid transparent;
	border-radius: .28571429rem;
	-webkit-transition: background .1s ease;
	transition: background .1s ease;
}

.k-widget.k-tooltip-validation:before{
	border-width: 0 1px 1px 0;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	top: 78%;
	left: 50%;
	background-color: inherit;
	border-style: solid;
	border-color: inherit;
	position: absolute;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: none;
	z-index: 2;
	width: .6666em;
	height: .6666em;
	-webkit-transition: background .1s ease;
	transition: background .1s ease;
}

.k-tooltip-validation .k-warning{
	display: none;
}

#cd-wrapper .cd-login-button.k-button{
	color: #fff;
	box-shadow: none;
	margin: 0;
	padding: 0;
	padding: 12px 50px;
	border-radius: 0;
	position: relative;
	width: 100%;
	margin-top: 20px !important;
}

#cd-wrapper .cd-login-button.k-button:hover{
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .05);
}

#cd-wrapper .cd-login-button.k-button#cd-login-main-button{
	margin-top: 30px;
	padding-left: 35px;
	transition: .3s;
}

#cd-wrapper .cd-login-button.k-button i{
	position: absolute;
	top: 13px;
	font-size: 18px;
	margin-left: 5px;
	transition: .3s;
}

#cd-wrapper .cd-login-button.k-button:hover i{
	margin-left: 11px;
	transition: .3s;
}

#cd-wrapper .cd-login-button.k-button.cd-disabled{
	background-color: #f7f7f7;
	color: #d4cbcb;
}

#cd-wrapper .cd-login-button.k-button.cd-disabled:hover{
	box-shadow: none;
}

#cd-wrapper .cd-login-button.k-button.cd-disabled:hover i{
	margin-left: 5px;
}


#cd-wrapper .cd-login-button.k-button.cd-button-loader{

}

.cd-login-button:hover i{
	/*color: #009bdf;*/
}

.cd-login-button.k-button:focus:active:not(.k-state-disabled):not([disabled]){
	box-shadow: none;
}

#cd-password-standard ol{
	padding-left: 20px;
	padding-top: 10px;
}

#cd-password-standard ol li{
	list-style-type: upper-roman;
}

#cd-wrapper .k-button{
	padding: 9px 14px;
}

@media only screen and (max-width : 600px) {
	.container-fluid{
		padding: 0;
	}

	.img-responsive{
		margin: 7% auto 50px;
		width: 100%;
	}

	.cd-fieldset{
		padding: 30px 22px 0;
	}
}

@media only screen  and (max-width : 601px) and (max-width : 992px) {

}

body .flip-container {
    width: 100%
}
body .flip-container .flipper {
    position: relative;
    height: auto;
}
body .flip-container .flipper.cd-login-loading{
	overflow: hidden;
}

body .flip-container .flipper .back,
body .flip-container .flipper .front {

    width: 100%;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1000px) rotateY(180deg);
    transform: perspective(1000px) rotateY(180deg);
    -webkit-transition: .6s;
    transition: .6s
}
body .flip-container .flipper .front {
    z-index: 2;
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
}
body .flip-container.flip .flipper .front {
    -webkit-transform: perspective(1000px) rotateY(-179.9deg);
    transform: perspective(1000px) rotateY(-179.9deg)
}
body .flip-container.flip .flipper .back {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0)
}
body .flip-container .flipper .front.forgot {
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1000px) rotateY(180deg);
    transform: perspective(1000px) rotateY(180deg);
    -webkit-transition: 0s;
    transition: 0s
}
body .flip-container .flipper .back.forgot {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    -webkit-transition: 0s;
    transition: 0s
}
.k-ie9 .flip-container .flipper .back,
.k-ie8 .flip-container .flipper .back,
.k-ie9 .flip-container.flip .flipper .front,
.k-ie8 .flip-container.flip .flipper .front{
    display: none;
}

.k-ie9 .flip-container.flip .flipper .back,
.k-ie8 .flip-container.flip .flipper .back,
.k-ie9 .flip-container .flipper .front,
.k-ie8 .flip-container .flipper .front {
    display: block;
}

.k-ie9 .placeholderjs,
.k-ie8 .placeholderjs{
	color: #ccc !important;
}

@media screen and ( max-height: 700px ){
    #cd-wrapper.page-row{
    	/*display: block;*/
    	height: 700px;
    }
}

.cd-powered-by{
	color: #001eff;
}

.cd-login-loader-block{
	height: 10px;
	width: 15px;
	position: absolute;
	left: -40px;
	bottom: 0;
}

.cd-login-single-pages{
	background-color: #fff;
}

#browsersList {
	padding: 0 10px;
}
#browsersList li{
	list-style-type: none;
}

#caution {
	background: url("/includes/images/NotifIconAsset.svg") no-repeat top center;
	height: 50px;
	width: 50px;
	display: block;
	margin: auto;
}

.contentModal p{
	word-break: normal !important;
	margin-bottom: 0px;
}

.contentModal {

	font-size: 14px;
	color: rgba(0,0,0,0.60);
	letter-spacing: 0.1px;
	line-height: 24px;
	margin-top: 10px;
	padding: 0 20px;
}

#learnMoreModal {
	padding: 0px 20px;
}
#secondPar {
	margin: 10px 0;
}
#secondPar p{
	font-weight: 600;
	margin-bottom: 0;
}

#browserLogoList {

}

#browserLogoList li{
	list-style-type: none;
	padding-right: 10px;
}

#browserLogoList li img{
	width: 35px;
	height: 35px;
	border-radius: 35px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

ul#browserLogoList {
	width: 100%;
	list-style: none;
	padding-left: 0px;
}
ul#browserLogoList li {
	padding-right: 25px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	min-width: 35px;
}

ul#browserLogoList li a{
	display: table-cell; /* Add this */
	vertical-align: middle; /* Add this */
	width: 94px;
	height: 55px;
	padding-bottom: 5px;
}
.k-dialog-buttongroup {
	text-align: center;
}
.k-dialog-buttongroup li{
	border: 1px solid rgba(0,0,0,0.60) !important;
	border-radius: 5px !important;
	margin-bottom: 20px !important;
	width: 40% !important;
}
#top-unsupportted-message{
	font-size: 14px;
	margin-top: 10px;
}
.modalcover {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 200ms;
	z-index: 100000;
}

.popup {
	padding: 20px;
	background: #fff;
	border: 1px solid #666;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 380px;
 }


/*CDDEV-9493*/
.wrapper-javascript-disable { margin: 0 -15px;}
.wrapper-javascript-disable .internal-message { position: relative; display: inline-block; width: 100%;  box-sizing: content-box; background-color: #ffcdd2;}

.wrapper-javascript-disable .internal-message .javascript-disable-icon {
	display: block;
	height: 100%;
	width: 60px;
	text-align: center;
	box-sizing: content-box;
	outline: 0;
}

.wrapper-javascript-disable .internal-message .javascript-disable-icon i{
	color: #ff3448;
	vertical-align: middle;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -10px;
	font-size: 2em;
}


.wrapper-javascript-disable .internal-message .javascript-disable-message {
	color: #ff3448;
	vertical-align: middle;
	margin: 0px 64px;
	font-size: 1.1em;
	word-break: normal;
	word-wrap: break-word;
	text-align: justify;
	display: inline-block;
	box-sizing: content-box;
	padding: 20px;
	height: 100%;
	border-left: 1px solid #ff3448;
}

.link-container {
	color: #001EFF;
	padding-bottom: 15px;
}

.link-container a {
	color: #001EFF;
}

.cd-container-main{
	display: flex;
	align-items: center !important;
}
.wrapper{
	left: 0;
    float: none;
    margin: auto;
    background-color: #ffffff;
    width: 396px;
    top: 60px;
}
.wrapper-container{
	width: 80%;
	margin:auto;
}
.center-element{
	text-align: center
}
.img-wrapper{
	padding-top: 40px;
	margin:auto
}
.grid-element{
	display: grid !important;
}
.login-container{
	background: #ffffff;
	border-radius: 12px;
	width: 100%;
	max-width: 400px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
}

input[type="text"],
input[type="password"]{
	width: 100%;
	padding: 12px;
	margin: 10px 0;
	border: 1px solid #ccc;
	height: 38px;;
}

.warning{
	font-size: 12px;
    color: #444;
    white-space: nowrap;
    width: 100%;
    white-space: normal;
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    min-height: 160px;
    margin-bottom: 20px;
	word-break: normal;
}

.padding-0{
	padding:0 !important
}

footer {
    background: #001EFF;
    display: block;
    float: left;
    padding: 10px 0 !important;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #ffffff;
    border-top: 1px solid #e0e0e0;
}
footer a {
    color: #ffffff !important;
	text-decoration: underline;
}

.warning-container {
	overflow: auto;
    height: 175px;
}

.regitration-submit {
	padding-top: 20px;
}

.cd-reg-buttons {
	margin: 20px 0;
}