#cas form {display:block; padding:0; width:100%;}
    #cas fieldset {border:0; margin:0; padding:0; float:left; clear:none; width:auto;}
        #cas fieldset legend {display:none;}
        #cas #loginPage {width: 870px; height: 620px; margin: auto; position: fixed !important; top: 0; right: 0; bottom: 0; left: 0;box-shadow: 0 3px 5px rgba(0, 0, 0, .4);}
		#cas #loginPageImg {float: left; background-image: url(../images/login_page_image.jpg); background-repeat: no-repeat; width: 55%; height: 620px; overflow: hidden; position: relative; margin-left: -15px;}
		#cas #loginPageImgLogo {position: absolute; left: 55px; top: 40px;}
		#cas #loginPageImgText {color: white; font-size: 24px; font-weight:600; font-family:ca_SegoeUILight,Open Sans, Segoe UI Light;}
        #cas #loginPageForm {margin-left: 15px; float: left; width: 45%; position: relative; height: 620px;}
        #cas #loginPageContact {margin: 5px; padding-left: 40px; margin-top: 30px;}
		#cas #loginPageLogo {text-align: center; margin: 5px; margin-top: 70px;}
		#cas #loginPageTriangle {position: absolute; bottom: 0; right: 0px; border-bottom: 176px solid #E8E9EB; border-left: 59px solid transparent; border-top: 162px solid transparent;}
        #cas #login {margin:0 -296px 0 0; margin-left:35px; width:258px; min-height:15em; position:relative; border:0;}
        /* #cas #login:before {line-height:0.1; font-size:1px; background:transparent url("../images/key-point_tr.gif") no-repeat top right; margin:-15px -15px 0 -15px; height:15px; display:block; content:url("../images/key-point_tl.gif");}
        #cas #login:after {display:block; clear:both; padding-top:15px; line-height:0.1; font-size:1px; content:url("../images/key-point_bl.gif"); margin:-15px; height:8px; background:transparent url("../images/key-point_br.gif") scroll no-repeat bottom right;} */
           #cas #login h2 {font-family:"ca_SegoeUILight","Segoe UI Light","Segoe WP Light","ca_SegoeUI", "Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";text-transform: none; padding: 20px 20px 15px 0px; font-size: 18px; margin: 10px 5px; font-weight: 600; font-style: normal; text-align: center;}
            #cas #login label {font-size:12pt; font-family:ca_SegoeUI,Arial,Helvetica,Tahoma,Verdana,sans-serif;}
            #cas #login label span.accesskey {text-decoration:none;}
			#cas #login input {letter-spacing:1px;  font-family:"Calibri","Tahoma","Verdana","Arial","sans-serif"; font-style: normal; font-size: 11pt; border-radius: 0px; border: 1px solid #e5e5e5; box-sizing: border-box; background: none; width:80%;} 
			#cas #login input:focus {border-color: #1ab394;}
			#cas #login .fl-label {font-size: 0px;}
			#cas #login .fl-controls-left {margin-top: 20px;}
			
			#cas #login #password {margin-left: -2.5px;}
			#cas #login #langtag {font-weight:normal; width:242px; height:25px;letter-spacing:1px;  font-family:"Calibri","Tahoma","Verdana","Arial","sans-serif"; font-size: 12px; border-radius: 0px; border: 1px solid #e5e5e5; box-sizing: border-box; background: none; margin:0}
			#cas #login #langtag:focus {border-color: #1ab394;}
			#cas #login .check {margin: 10px;}
			#cas #login .check input {position:relative; top:4px; height:auto; box-shadow: none; width:6%}
            #cas #login .check label {float:none; xwidth:auto; height:26px;}
            #cas #login #aForgotPass {box-shadow: none;}
            #cas #login .forgotPassword {float:right; padding-top:7px; padding-right:10px;font-size: 11px;height: 100px}
             
            #cas #login .btn-submit {float:none; clear:none; display:inline; letter-spacing:0; background:transparent; position: relative; color: RGB(255,255,255); font-family:ca_SegoeUI,Arial,Helvetica,Tahoma,Verdana,sans-serif; font-weight:bold; font-size: 10pt; line-height: 16px; border:none}
			.btn-forgotpassword {float:none; clear:none; display:inline; letter-spacing:0; background:transparent; position: relative; top: -3px; color: #222222; font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif; font-weight:bold; font-size: 11px; line-height: 16px; text-shadow: 0 1px 0 #FFFFFF;}
			#cas #login .v-disabled-text{opacity: 0.5 !important;}
            #cas #login .btn-reset {float:none; clear:none; margin-left:5px; border:0; border-left:1px solid #ddd; background:transparent; color:#777; text-transform:lowercase; letter-spacing:0;}

    #cas #sidebar {float:left; margin-left:296px; padding:18px 15px;}
        #cas #sidebar h3 {font:normal 400 14px Arial,Helvetica,Tahoma,Verdana,sans-serif; color:#555; margin:18px 0 0; padding:6px 0 3px;}
        #cas #sidebar p {margin:0 0 18px; padding:0; color:#555; font-size:1.1em;}

        #cas #list-languages ul {margin:0; padding:0; line-height:1.5; list-style:none;}
            #cas #list-languages ul li {display:inline; padding:0 5px; border-right:1px solid #ccc;}
            #cas #list-languages ul li.first {padding-left:0;}
            #cas #list-languages ul li.last {padding-right:0; border:0;}
	
	#cas #login .fl-label:before{
	width: 15%;
    vertical-align: inherit;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
    font-family: FontAwesome;
    font-size: 12.8px;
    width: 25px;
    height: 24px;
    padding-left: 15px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 5px;
	}
	
	#cas #login .fl-label[for="username"]:before{
		content: "\f007";
	}
	#cas #login .fl-label[for="password"]:before{
		content: "\f13e";
	}
	
	#cas .loginPage-contactDetailsSec{
		font-size: 11px;
		font-weight: 600;
		line-height: 35px;
		color: #6D6D6F;
		text-decoration: none;
		margin-right: 50px;
		margin-left: 35px;
	}

.loginPage-contactDetailsSec .contactC:before{	
	margin-right: 9px;
	width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    color: #FFFFFF;
    background: #A7A8AC;
   	vertical-align: top;
}
.loginPage-contactDetailsSec #Cnumber:before{
	font-family: FontAwesome;
	content: "\f095";
	padding: 6px;
}
.loginPage-contactDetailsSec #Cmail:before{
	font-family: FontAwesome;
	content: "\f0e0";
	padding: 5px;
}
.loginPage-contactDetailsSec #Cinfo:before{
	font-family: FontAwesome;
	content: "\f129";
	padding: 5px 9px;
}
.loginPage-contactDetailsSec #Cinfo p{
    margin-top: -15px;
    margin-left: 30px;
}
  
.loginPage-contactDetailsSec #Cmail > a{
	color: inherit;
	text-decoration: none;
}

#cas .loginPage-majescoDetailsSec{
    margin-top: 5px;
	margin-left: 50px
}

.loginPage-majescoDetailsSec > .loginPage-majescologo{
	position:relative; background:#fff url(../LogoImageServlet) no-repeat; background-size:contain;
	vertical-align: middle;
	max-width: 70%;
    background-size: contain;
    max-height: 90px;
    min-height: 53px;
}
.loginPage-majescoDetailsSec >.loginPage-bottomText p {
	color: #6D6D6F;
	font-weight:600;
	font-size:10px;
	/*margin-left:35px;*/
}

	
#cas #footer p {margin:0 0 1em 0; padding:0;}

/* RESET --------------------------------- */
/* reset some properties for elements since defaults are not crossbrowser - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,body,div,span,h1,h2,h3,p,a,img,ul,li,fieldset,form,label,legend {margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
:focus {outline:0;}
ul {list-style:none; font-size:1.1em; padding:0 0 18px 40px;}

/* browser default font-size is 16px which is too big so we make it 16px x 62.5% = 10px */
    body {font:normal 400 62.5%/1.0 Arial,Helvetica,Tahoma,Verdana,sans-serif; min-width:960px; background:#fff; color:#333;}

/*
 - used to clear or contain floats within a non-floated container
 - this ruleset is used by UAs that handle :after - not IE - see ie_cas.css for IE fix
http://www.positioniseverything.net/easyclearing.html and http://www.ejeliot.com/blog/59 */
#header:after, #content:after, #footer:after, .clearfix:after {content:"."; clear:both; display:block; height:0; visibility:hidden;}


/* HEADER --------------------------------- */
#header {display:none;}
    #header h1#app-name {display:none;}

/* CONTENT --------------------------------- */
#content {clear:both; padding:1px 0; margin:0 25px 2em;}
    #content h2 {margin:0 0 .5em 0; font-size:1.3em; font-weight:400; color:#000; xborder-bottom:1px solid #eee; padding:3px 0; xletter-spacing:-1px;}
    #content h3 {font:1em Arial,Helvetica,Tahoma,Verdana,sans-serif; font-weight:400;}


/* FOOTER --------------------------------- */
	#footer {display:none;}
    #footer div#copyright {display:none;}
    #footer a#jasig {display:none;}

/* MESSAGES --------------------------------- */
.info, .errors, .success {clear:both; margin:18px 0; padding:20px 20px 20px 100px; font-size:11pt !important; line-height:1.5; font-family:ca_SegoeUI,Arial,Helvetica,Tahoma,Verdana,sans-serif;}
.info {border:1px dotted 008;    background:#F6FBFE url(../images/info.gif) no-repeat 20px 18px; color:#008;}
.errors {border:1px dotted #d21033; background:#fed url(../images/error.gif) no-repeat 20px 18px; color:#d21033;  font-size:11pt !important; font-family:ca_SegoeUI,Arial,Helvetica,Tahoma,Verdana,sans-serif;}
.success {border:1px dotted #390; background:#dfa url(../images/confirm.gif) no-repeat 20px 18px; color:#390;}
    #content .errors h2, #content .success h2 {font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif; font-size:18px; font-weight:400; margin:0 18px 0 0; padding:0;}
    #content .success h2 {color: #008 !important;}
    #content .errors h2 {color:#b00 !important;}
    #content .success h2 {color:#060 !important;}
    

/* static messages */
#content #msg p {padding:0;}

/* FORMS --------------------------------- */
    label {cursor:pointer; font-size:1.1em; color:#777;}
    input {border-width:1px; font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif; font-size:1.1em; color:#000; padding:3px; min-height:1.5em;}
    input.btn-submit {border-width:0px;}
	input.btn-forgotpassword {border-width:0px;}
	


    .fm-v div.row {padding:0; width:100%;}
    .fm-v div.row label {width:100%; line-height:1.2;}
    .fm-v div.row input.btn-submit {display:none; margin:0; }
    .fm-v div.row input.btn-forgotpassword {display:none; margin:0; }

/* highlight errors */
    input.error {background:#FFEFEF; color:#b00;}

/* mark as required */
    .required {background:#f6fbfe;}
    .error {background:#ffefef;}
    input.required {border-width:1px;}
    
.v-button {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    -moz-user-select: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: normal;
    margin: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    background-image: url("../images/button-sprites.png");
    background-position: left -104px;
    background-repeat: no-repeat;
    border: none !important;
    cursor: default;
    height: 26px;
    padding: 0 0 0 6px;
	border-radius: 4px
}

.v-connector {
    -moz-box-sizing: border-box;
     width:88%;
}
	
.v-button-wrap, .v-button-caption {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: normal;
    vertical-align: middle;
    white-space: nowrap;
    background-color: transparent;
    background-image: url("../images/button-sprites.png");
    background-position: right -130px;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    padding: none;
}


.v-button:active {
    background-image: url("../images/button-sprites.png");
    background-position: left -52px;
    outline: medium none;
}
.v-button:active .v-button-wrap {
    background-image: url("../images/button-sprites.png");
    background-position: right -78px;
    outline: medium none;
}

.v-disablebutton{
	background-image: url("../images/button-sprites.png");
    background-position: left -104px;
    outline: medium none;
    opacity:0.3;
}

.v-disablebutton-wrap{
	background-image: url("../images/button-sprites.png");
    background-position: right -130px;
    outline: medium none;
}

/* forgot password css starts here */
.ui-widget-overlay{
	background-color: #fff;
	opacity:0.5;
	position: relative;
    top: -470px;
}
.ui-corner-all {
    border-radius: 4px 4px 4px 4px;
     height: auto;
}
.ui-widget-content {
    background: none repeat-x scroll 50% top #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #333333;
    height: auto;
}
.ui-dialog {
    overflow: hidden;
    padding: 0.2em;
    height: auto;
}

.ui-corner-all {
    border-radius: 4px 4px 4px 4px;
}
.ui-widget-header {
    background: none repeat-x scroll 50% 50% #CFEAF3;
    border: 1px solid #CFEAF3;
    color: #777777;
    font-weight: bold;
	height:16px;
}
.ui-widget-header .ui-icon {
    background: url("../images/closeButton.png") no-repeat scroll 0 0 transparent;
}
.ui-icon {
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-icon {
    height: 16px;
    width: 16px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-widget-header .ui-icon {
    background-image: url("../images/closeButton.png");
}
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
   	margin-bottom: -3px;
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -3px;
}
.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin: -62px 0 0;
    padding: 3px;
    position: absolute;
    right: 1.6em;
    top: 50%;
    width: 19px;
}
.info, .errors, .success {
    clear: both;
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 20px;
    padding-top: 35px;
}

#cas #login .forgotPassword {
    float: right;
    font-size: 11px;
    height: 32px;
    padding-right: 10px;
    padding-top: 7px;
}


@font-face {
    font-family: 'ca_SegoeUI';
    src: url('../fonts/SegoeUI.eot'); /* Local path to your .eot file */
    src: local("Segoe UI"), local("Segoe"), local("Segoe WP"),
         url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SegoeUI.woff') format('woff'),
         url('../fonts/SegoeUI.ttf') format('truetype'),
         url('../fonts/SegoeUI.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ca_SegoeUILight';
    src: url('../fonts/SegoeUILight.eot'); /* Local path to your .eot file */
    src: local("Segoe UI Light"), local("Segoe WP Light"),
         url('../fonts/SegoeUILight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SegoeUILight.woff') format('woff'),
         url('../fonts/SegoeUILight.ttf') format('truetype'),
         url('../fonts/SegoeUILight.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}



.v-button {
	background: none;
	border: 2px none;
	background-color: #1ab394;
	padding : 0px 10px;
}

.v-button.v-disabled {
	cursor: default;
	
}
.v-disabled,.v-disablebutton{
	opacity:1;
}

.v-disabled .v-button-caption, .v-disablebutton .v-button-caption  {
	opacity:1;
	color:RGB(191,191,191);;
}
	
.v-button-caption {
	font-family: "ca_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif"  !important;
	font-weight: 600  !important;
	font-size: 9pt  !important;
	text-align: center !important;
	color: RGB(255,255,255) !important;
	}
	
.v-button-wrap{
	background-image: none;
}


.custom-link {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: inherit;
    font-family: "ca_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
    font-size: 8pt;
    padding: 10px;
    text-align: right !important;
    text-decoration: underline !important;
    vertical-align: top;
}
.custom-link .v-button
{
	padding : 6px 10px !important;
}

.logout-link
{
 background: none repeat scroll 0 0 transparent;
    border: medium none;
	color: black !important;
    font-family: "ca_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
    font-size:9pt;
    padding: 4px;
    text-align: right !important;
    text-decoration: underline !important;
    vertical-align: top;
	height: 15px !important;
}
.logout-link.v-button
{	
	padding : 4px !important;

}

#cas #advMsg {float:right; margin:0 0 0 0; padding:15px; width:29%; background:#eee; position:relative; border:0;}