body {
    /*color: #7d7d7d;OpenSans*/
    color:#1F1F1F;
    color:#0B0B0B;
    font-family:'Lucida Sans',Verdana, Arial;
    font-size: 12px;
}

.nowrp {white-space:nowrap;}

.noMargin {margin:0;}

.helplink {
    font-size: 11px;
    color: maroon;
    font-family: inherit;
    padding:15px;
    font-weight: 600;
}


.lineSep {
    border-bottom-color: rgba(51, 86, 106, 0.15);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}



.Btn {

    transition: color 0.2s ease 0s;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    margin-right: 1px;
    color:#34495E;
    font-size:11px;
    FONT-FAMILY: Verdana;
    /*height: 22px;*/
    width: auto;
    padding:4px;
/*Commented by Srinath on Dec 22nd to adjust the text in buttons*/
    /*padding-right:8px;
    padding-left:8px;*/


}
/*Manju B S - 13 July 2018 : Added below class for highlighting the reversal button*/
.btnBold {

    /*transition: color 0.2s ease 0s;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    background: #eae5e5;

    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    margin-right: 1px;
    color:#34495E;
    font-size:11px;
    FONT-FAMILY: Verdana;*/
    /*height: 22px;*/
    border: solid 3px #dcdcdc;
    width: auto;
    padding:4px;
    font-weight:bolder;
}
.Btn:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);

}
.Btn:active {
    color: #000;
    border-color: #444;
}

.Btn:disabled {
    color: #AAA;
}

/*Edited by shailesh to implement the textbox control border issues in iPad*/
.TxtBox {
  /*moz-appearance: none;
 -webkit-appearance: none;
  appearance: none;*/
  display: inline-block;
  margin: 0;
  padding:2px;
  font-size: 11px;
   border: 1px solid #d9d9d9;
   border-top: 1px solid #c0c0c0;
 /* -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;*/
  /*border-radius: 1px;*/
}

.TxtBox:focus,.TxtArea:focus,.Cbo:focus {
        box-shadow: 0px 0px 8px #9da6b7;
}


.TxtArea
{
    BORDER: #d9d9d9 1px solid;
    resize:none
}


.Cbo
{
    BORDER: #d9d9d9 1px solid;
    HEIGHT: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
     color: #404040;
}

/*

hr {
    height: 1px;
    color: rgb(187,187,187); 
    background-color: rgb(187,187,187); 
    border: none;
    margin-bottom:3px;
     margin-top:3px;
}

    */
.TdSpacerColor {
    background:#427C97;
}

.trSpacer{ background:#427C97;height:1px;width:100%;}


.FrameSubMenuStyle,.FrameWorkAreaStyle {
    BORDER-RIGHT: #427C97 0px solid;
    BORDER-TOP: #427C97 0px solid;
}

/* ---------------Left Menu -------------------*/

.h100p {height:100%}
.w100p {width:100%;}
.vmnuhdr {height:30px;width:100%;position:relative;white-space:nowrap;clear:both;}


.SubMenu
{
    padding:0px 8px ;
    transition:color 0.2s; 
    /*color: rgb(173, 173, 173);*/ 
    color: rgb(180, 180, 180) ;
    border-bottom-color: rgb(57, 86, 115); 
    border-bottom-width: 1px; border-bottom-style: solid;
    -ms-text-overflow: ellipsis; 
    -webkit-transition: color 0.2s ease;
    height:30px;
     background-color: rgb(40, 60, 81);
}


.SubMenuSel {
    padding:0px 8px;
    transition:color 0.2s; 
    color: #fff;
    border-bottom-color: rgb(57, 86, 115); 
    border-bottom-width: 0px; border-bottom-style: solid;
    -ms-text-overflow: ellipsis; 
    -webkit-transition: color 0.2s ease;
    height:30px;
    background-color: #427C97 ;
    cursor:pointer;
}

.SubMenuHover
{
    opacity:.80;
    padding:0px 8px;
    color: #fff;
    border-bottom-color: rgb(57, 86, 115); 
    border-bottom-width: 1px; border-bottom-style: solid;
    background-color: #427C97 ;
    height:30px;
    cursor:pointer;
  
}

.SubMenuFont {
   
    text-align:left;  
    font-size:12px;
    font-family:inherit;
    font-weight:bold;
}


.smnudata {
    overflow-y: auto; height: 0px;
    background-color:#fff;
}


.facCmb {width:100%;text-align:left;height:24px;}
.pager {height:60px;}                          
.pgrrow{
    opacity:.85;
    color: #272525;
    border-bottom-color: #AAA; 
    border-bottom-width: 1px; border-bottom-style: solid;
    background-color: #427C97 ;
    height:30px;
    font-family:inherit;
    font-size:10px;
    font-weight:bold;
    padding-left:5px;
    white-space:normal;
    padding-bottom:1px;
}
.pgrnav {
    color:#AAA;
    padding: 2px;
    border: 1px solid #AAA;
    border-radius: 8px;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
    font-weight:bold;
    font-family:Verdana;
}

.pgrnav:hover{opacity:0.75;background-color:gray;}
.pgsep {color:#aaa;}
.pgrbox {width:30px;text-align:right;}

.navdel{background-image:url('../../App_Themes/Images/delete.gif');
        width:20px;white-space:nowrap;text-align:center;height:20px;
        background-repeat:no-repeat;display:block;background-color:inherit;padding:1px;
}
.navnew{background:url('/App_Themes/Images/mnu_new.gif');width:20px;white-space:nowrap;text-align:center;}



/* ---------------Left Menu -------------------*/

.ui-layout-north {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color:#6e8ab9;
}

/*Landing Page styles */ 

.smallfont {font-size:11px;}

.ssmlogo{cursor:pointer;padding-left:10px;}
.nrowfeature {width:100%;clear:both;padding-bottom:15px;display:inline-block;}
.nrowlogin { float:none;width:100%;clear:both;padding-bottom:15px;}
.roll {
    width:5.5%;
    padding-right:8px;
    vertical-align:top;
    float:left;
}

.roll:hover {
    opacity: 0.5;
    float: left;
}

.rolldesc{
    width:42%;
    padding-right:5px;
    vertical-align:top;
    text-align:left;
    float:left;  
}



.lpgWrapper {width:100%;margin:0 auto;font-family:inherit;}
.lpgTop {width:100%;height:auto;padding-top:5px;position:static;}
.topspacer{height:20px;background-color:#6e8ab9;text-align:right;padding:5px;padding-right:20px;color:#fff;font-weight:bold;font-size:14px;}

.lpgCenter{width:93%;height:auto;margin:0 auto;padding-top:20px;position:relative;}
.lpgCenterLeft{float:left;width:75%;}

.lpgCenterRight {float:left;max-width:300px;width:25%;}
.lpgLogin {width:100%;padding:0px;height:auto;color:#fff;font-size:inherit;background:url('../Images/homeicons/LoginPanel.png');}
.lpgLoginInnerMain {padding:10px;clear:both;}
.lpgLoginInner {width:85%;margin:0 auto;height:auto;padding-top:5px;}
.loginhead{height:31px;color:#fff;float:left;width:100%;padding:10px;padding-left:20px;padding-top:15px;}
.helplinknew {float:right;}


.nrowRadio {
    float:none;width:auto;clear:both;padding:6px;
    color:LightBlue;font-size:13px;
    font-weight:bold;
    padding-left:0px;
    padding-right:0px;
}
.nrow { float:none;width:100%;clear:both;}
.ncol{float:left;}
.lbmargin {margin-bottom:10px;}


.section-title {
    width: 100%;
    color: #808080;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 1.5em;
    margin-top: 0px;
    margin-bottom: 2px;
    border-bottom-color: rgba(51, 86, 106, 0.15);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6), 0px 0px 1px rgba(0,0,0,0.3);
}


.lpgBott {
    width: 100%;
    height: auto;
    clear:both;
    border-top-color: rgba(51, 86, 106, 0.15);
    border-top-width: 1px;
    border-top-style: solid;
    font-size:11px;
    color:gray;
}

.productlogo {
    text-align: right;
    position: relative;
    padding: 5px;
    font-size: 11px;
    color: gray;
}

.cubes
{ 
    position:relative;
    float:left;
    height:30px;
}

.copyright {
    text-align: right;
    width:auto;height:auto;margin:0 auto;
    padding:20px;
    background-color:silver;
}

.NewsLinkRow {
    text-align: center;
    clear: both;
    border-top-color: rgba(51, 86, 106, 0.15);
    border-top-width: 0.5px;
    border-top-style: solid;
    padding: 10px;
    background-color:#6e8ab9;
}

a.NewsLink, a.NewsLink:active, a.NewsLink:visited {
    color:rgba(195, 198, 202, 1);
    font-size:11px;
    font-weight:normal;text-decoration:none;
}

a.NewsLink:hover{text-decoration:underline;}


/* Text Box Style */
input.txtlogin
{
    padding: 6px;
    border: 1px solid rgb(204, 204, 204); 
    background: 0px 0px rgb(255, 255, 255); 
    color: rgb(147, 149, 152);
    font-family:inherit;
    font-size:inherit;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
     outline: none;
     width: 94% ;
    /*max-width:214px !important;*/
}

input.txtlogin:focus {
    outline: none;
    border: 1px solid #9da6b7;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    /*box-shadow: 0px 0px 8px #9da6b7;
    -moz-box-shadow: 0px 0px 8px #9da6b7;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;*/
}

.radiostyle {
    width     : 2em;
    margin    : 0;
    padding   : 0;
    font-size : 1em;
    color:red;
}

.tab-container {
    background: none;
    padding: 0px;
    width: auto;
    margin:0 2px;
    height:auto;
}


.tab-container input {
	z-index: 1000;
	width: 100%;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
	cursor: pointer;
    position:absolute;
}

.tab-container label {
    background-color:#6E8AB9;
	font-size: 14px;
	position: relative;
    display:table-cell;
    float: left;
	width: 50%;
	color: #385c5b;
    color: #fff;
    line-height:20px;
	text-align: center;
    border-radius: 3px 3px 0 0;
    vertical-align:middle;
    min-height:35px;
    padding-top:10px;
}


.tab-container label:after {
    content: '';
	background: #fff; background-color:#854185;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	display: block; float: left;
}



.tab-container input:hover + label {
    opacity:0.70;
}


.tab-container label:first-of-type {
    z-index: 4;
    /*box-shadow: 2px 0 2px rgba(0,0,0,0.1);*/

}

.tab-container input:checked + label {
    background: #fff;
      background-color:#854185;
	z-index: 6;
    color:#fff;
    /*text-shadow: 1px 1px 1px rgba(255,255,255,0.3);*/
}

.tab-label-1,.tab-label-2 {position:relative;float:left;line-height:10px;}


.tab-seplogin {background-color: purple; width:100%;height:5px;position:relative;clear:both;}



/* Drop down Box Style  */
.DropDownHeight,.DropDownHeightFixed
{
    border: 1px solid #d9d9d9;
    padding: 5px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    outline: none;
    color: rgb(147, 149, 152);
    font-family:inherit;
    font-size:inherit;
    width:100%;
}

a.Btnlogin,a.Btnlogin:active,a.Btnlogin:visited
{
    
  font-weight: bold; 
  font-size: 15px; 
  vertical-align:middle;
  text-align:center;
  text-decoration:none;
  background:  url("../Images/homeicons/slider-purpel-over.jpg") no-repeat center;
  display: inline-block;
  height:29px;
  min-width:101px;
  padding-top:13px;
  padding-bottom:1px;
  padding-right:10px;
  padding-left:10px;
  color:#fff;
  margin:0 auto 0 auto;
  transition:0.15s ease-in-out; 
  -webkit-transition: .15s ease-in-out;
}

a.Btnlogin:hover {
    opacity: 0.75;
}
                    
.mPTitle{float:left;width:70%;margin-top:3px;color:#fff;font-size:13px;text-align:left;font-weight:bold;clear:both;display:inline;}
.mPClose{float:right;width:90%;text-align:left;font-size:13px;background-color:red;}


@media (max-width: 1024px) {
    .nrowRadio {font-size: 12px; }
}

@media (min-width: 101px) and (max-width: 1160px){
  .tab-container label{width:100%;}
      .lpgLoginInner {width:100%;margin:0 auto;height:auto;padding-top:5px;}
}

@media (min-width: 700px) and (max-width: 947px){
    .loginhead {
        padding-left:5px !important;
    }
    .loginhead h1 {
        font-size: 17px;      
    }
}
                            
.SpaceCountLabel
{
    float: right; 
    font-family: inherit;
    font-size: 13px; 
    font-weight:bold; 
    margin-top:0.5%; 
    margin-bottom:0.5%;
    margin-right:1.5%;
    border-radius:10px;
    padding:2px;
    width:inherit;
}

.tblplain {
    margin: 0 auto;
    width:100%;
    border:0px;
    padding:0px;
    border-spacing: 0;
    border-collapse: collapse;

}

    .tblplain td {
        vertical-align: middle;
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 0px;
    }



#contentWrapper {
	width: 100%;
    background-color: rgb(40, 60, 81);
}
#contentLeft {
	left: 0px; top: 0px; width: 250px; height: 100%; position: relative; z-index: 10; background-color: rgb(40, 60, 81);
}