/*---------------------------reset css-------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*---------------------------reset css end -------------------------- */


/*---------------------------main css-------------------------- */

body {
    margin: 0px;
    padding: 0px;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'RobotoRegular' !important;
    font-size: 13px;
    line-height: 10px;
    color: rgb(51, 51, 51);
}


/*---------------------------main css end-------------------------- */


/*======================= only for Login Page==================================*/

.header {
    background: #E7E7E8;
    height: 78px;
    width: auto;
    margin: 0 auto;
}

.header img {
    margin: 15px;
}

.side_img {
    position: absolute;
}

.left {
    width: 276px;
    float: left;
}

.right {
    margin: 1% 40%;
}

.back {
    background: url(../images/left_bg.png) #fff 0 0 repeat-y;
}

.centerpart {
    background: url(../images/login-bck.png) no-repeat;
    margin: 134px -8px 0 30px;
    background-size: contain;
}

.centerpart h4 {
    padding: 20px 0 0 22px;
    margin: 0 0 5px;
    font-weight: bold;
}

.centerpart label {
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px 0 2px 22px;
    display: block;
}

.controls {
    padding: 0 22px;
    width: 98%;
    box-sizing: border-box;
}

.controls input {
    font-size: 12px;
    width: 140px;
    color: #000;
    border-radius: 0 !important;
}

.btn {
    background: #031842;
    border: none !important;
    margin: 0px 0 0 22px;
    border-radius: 4px;
    color: #fff;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #636466;
    box-shadow: none !important;
}

.btn .ui-button-text {
    line-height: normal !important;
}

.copyright {
    /*margin-top:50px;*/
    font-size: 10px;
    margin: 65px 18px;
}

.ps {
    display: inline-table;
    width: 187px;
    height: 23px;
    background: url(../images/peoplestrong.png) no-repeat;
    text-indent: -9999px;
    margin: 4px 0 7px 0;
    background-size: contain;
}

.ui-selectonemenu-label,
.ui-inputfield {
    width: 85% !important;
}

.ui-inputfield {
    box-shadow: none !important;
    padding: 2px !important;
    width: 100% !important;
    box-sizing: border-box;
}

.dropdown_login {
    width: 100% !important;
    margin: 5px 0!important;
    box-sizing: border-box;
    min-width: auto!important;
}

.btn .ui-button-text {
    text-shadow: none!important;
}

.default_lg_btn {
    padding: 0 0 0 3px;
}


/*===================================Only for Login Page End======================================*/


/*
.fl{float:left;}
.fr{float:right;}
.fc{clear:both;}
.selectcont{width:148px !important; margin:5px 0 0 20px; color:#000; border-radius:0 !important;}
.selectcont label{padding:5px !important; border-radius:0 !important;}
*/


/*
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input
	{background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;}

textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus
	{border-color: rgba(82, 168, 236, 0.8);	outline: 0px none; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px
		rgba(82, 168, 236, 0.6);}
*/

body.sessionTM {
    background: #c7c9cb none repeat scroll 0 0 !important;
}

body.login-t {
    background: rgba(0, 0, 0, 0) url("../../img/left_bg.png") repeat-y scroll 0 0;
}

body.sessionTM .container-login ul li {
    float: none;
}

.center-content ul li.right {
    text-align: center !important;
}

.container-login ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.contentNew {
    height: 200px !important;
    width: 525px !important;
    margin-top: 10%;
    background-image: none;
}

.contentNew .ui-messages-error {
    margin: 18px auto 20px;
    width: 80% !important;
}

.ui-messages-error,
.ui-message-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.container-login ul li.right .content-area {
    margin-top: 166px;
}

.center-content .content-area {
    background: rgba(0, 0, 0, 0) url("../../img/logout-back.png") no-repeat scroll 0 0 !important;
}

.btnlink {
    margin: 105px 0 0;
}

.btnlink>a {
    background: #636466;
    border: 1px solid #636466;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
}

.btnlink>a:hover {
    background: #fff;
    border: 1px solid #636466;
    border-radius: 5px;
    color: #636466;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
}

.logout_images {
    background: url(../images/alt_headline.png) no-repeat, url(../images/logout-back.png)no-repeat;
    background-position: center
}

.top {
    margin: : 20px;
}


/*===================================Session Page==============================================*/

.myDiv1 {
    width: 500px;
    height: 100px;
    float: left;
    background: #e7e7e8;
    text-align: center;
    margin: 5px;
    transition: all 0.2s ease-in 0s;
    border: 2px solid transparent;
}

.mid_Login {
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    height: 120px;
    margin-top: -60px;
    position: fixed;
    z-index: 9999999;
    border-radius: 5px;
}

.ca_sub {
    background: #660033;
    border-color: #eed3d7;
    color: #ffffff;
    font-size: 22px;
    padding: 24px;
    border-radius: 5px;
}

a.LoginAgain_Link {
    padding: 10px;
    margin: 20px 0 0 195px;
    display: table;
    background: #636466;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

a {
    text-decoration: none;
}

a.Edit_Link {
    background: #031842;
    color: #fff;
    padding: 12px;
    width: 80px;
    display: table;
    margin: 0 auto;
    border-radius: 5px;
}

.ca_sub1,
.span,
.Edit_Link {
    opacity: 0;
    display: none;
}

.lm {
    background: url('/images/alt_headline.png') 58% 40% no-repeat;
    height: 62%;
}

.myDiv1:hover {
    transform: scale(1, 1);
    background: #fff;
    border: 2px solid #000;
    border-radius: 10px;
}

.myDiv1:hover .ca_sub1,
.myDiv1:hover .Edit_Link,
.myDiv1:hover .span {
    opacity: 1;
    font-size: 22px;
    display: block;
}

.myDiv1:hover .ca_sub,
.myDiv1:hover .LoginAgain_Link,
.myDiv1:hover span,
.myDiv1:hover .mid_Login {
    opacity: 0;
    display: none;
}


/*=======================================Session Page================================================*/

label.ui-selectonemenu-label {
    padding: 5px !important;
}


/* for login dropdown*/


/*===========================New Edition start====================================*/

.loader_block {
    background: none!important;
    width: 50px;
    height: 80px;
}

.loader_block .ui-widget-content {
    background: none!important;
}

.loader_img {
    /*background: #676767;*/
    /*width: 30px;
    height: 30px;*/
    width: 150px;
    height: 150px;
    padding: 2px;
    border-radius: 3px;
    margin-bottom: 3px;
}

.loader_text {
    font-size: 11px;
    color: #666;
}

*+html .midlife {
    margin-left: -65px;
    margin-top: 20px;
    position: absolute;
    color: #031842 !important;
    text-decoration: none;
}

.usernameFormat {
    color: #373737 !important;
    margin-left: -154px;
    margin-top: 76px;
    position: absolute;
}


/*.remmberBlock{margin: 6px 0 0 62px;}*/

.remmberBlock {
    margin: 15px 0 0 64px;
}

.midlife {
    color: #031842 !important;
    margin-left: -42px;
    position: absolute;
    text-decoration: none;
}

.label {
    margin: 20px 0 0 22px;
}

.inp {
    margin: 10px 0 0 22px;
}
.forgot_textbox{
    max-width: 80% !important;
}


.login_bot {
    margin: 12px 0 0;
}

h4.frgot {
    padding: 42px 0 0 20px;
}

.ui-growl-title {
	line-height: 1.5 !important;
	font-weight: normal;
	font-size: 13px;
}

.ui-growl-item {
    overflow: hidden;
}

.ui-growl-image {
    width: 270px;
    height: auto;
}

.marginBottom5 {
    margin-bottom: 5px !important;
}

.resendOTPblankSpace {
    height: 60px;
}

/*===========================New Edition end====================================*/
.sessionTimeoutHeader img {
    max-width: 125px;
    max-height: 50px;
    margin: 27px 15px;
}