/*----------------------------------------------------------Page Layout----------------------------------------------------------*/
#productLogo{
    display: none;
}

#subwrapper{
    width: 200px;
    border-right: 1px solid #0081C2;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: 20px;
    float: left;
}

#menupage{
    float: none;
}

.unitname{
    font-weight: bold;
    margin: 0 0 0 40%;
    text-align: center ; 
    white-space:nowrap;
    
}

.loginDetails 
{ color:#666;
  font-size:11px; 
  margin-right:20px; 
  line-height:20px;
  position: absolute;
  right: 15px;
}

.loginDetailse{
    color:#666;
  font-size:11px; 
  position: absolute;
  right: 22px;
}

#appLayout {
    height: 100%;
    margin: 0px;


}
#leftCol {
    width: 190px;
}

.claro .demoLayout  {
    background: url("../images/paper.png") repeat scroll left top #E6EECC;

}


.centerPanel{
    overflow: auto;
    border:0px;
    background-color: white;

}

.loginbutton{
    background-color: #8C1313;
    background-image: linear-gradient(to bottom, #B92020, #600606);
    border: 1px solid #222222;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
    color: white;
    cursor: pointer;
    margin: 0;
    padding: 6px 16px;
    font-family: helvetica;
    font-weight: 700;
}

.demo{
    background: none repeat scroll 0 0 rgba(30, 30, 30, 0.94);
    border: 1px solid #333333;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
    color: #EEEEEE;
    left: 50%;
    margin: -160px -166px;
    padding: 22px 32px;
    position: absolute;
    text-align: left;
    top: 55%;
    font-family: helvetica;;
    font-weight: 700;
    
}

#login_logod{
    color: #EEEEEE;
    left: 50%;
    position: absolute;
}

/*----------------------------------------------------------Commom Button----------------------------------------------------------*/

.button_example{
    width: 150px;    
    border:1px solid #616261; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:comic sans, comic sans ms, cursive, verdana, arial, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

.button_example:hover{
    border:1px solid #4a4b4a;
    background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
    background-image: -webkit-linear-gradient(top, #646464, #282828);
    background-image: -moz-linear-gradient(top, #646464, #282828);
    background-image: -ms-linear-gradient(top, #646464, #282828);
    background-image: -o-linear-gradient(top, #646464, #282828);
    background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
}



/*----------------------------------------------------------Menu Button----------------------------------------------------------*/
.menu_example{
    width: 230px;
    height: 70px;
    margin-left: 10px;
    font-family: Helevita;
    margin-bottom: 10px;
    border:1px solid #c3b980; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:comic sans, comic sans ms, cursive, verdana, arial, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background-color: #d5cea6; background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(grey));
    background-image: -webkit-linear-gradient(top, black, grey);
    background-image: -moz-linear-gradient(top, black, grey);
    background-image: -ms-linear-gradient(top, black, grey);
    background-image: -o-linear-gradient(top, black, grey);
    background-image: linear-gradient(to bottom, black, grey);
}

.menu_example:hover{
    border:1px solid #b4a861;
    background-color: #c5bb83; background-image: -webkit-gradient(linear, left top, left bottom, from(#c5bb83), to(#a29752));
    background-image: -webkit-linear-gradient(top, grey, black);
    background-image: -moz-linear-gradient(top, grey, black);
    background-image: -ms-linear-gradient(top, grey, black);
    background-image: -o-linear-gradient(top, grey, black);
    background-image: linear-gradient(to bottom, grey, black);
}

.navigation{
    padding: 6px 23px;
    
}

.sidnav{
    
background: rgba(237,212,171,1);
background: -moz-linear-gradient(left, rgba(237,212,171,1) 0%, rgba(185,147,85,1) 50%, rgba(170,132,70,1) 51%, rgba(226,199,156,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,212,171,1)), color-stop(50%, rgba(185,147,85,1)), color-stop(51%, rgba(170,132,70,1)), color-stop(100%, rgba(226,199,156,1)));
background: -webkit-linear-gradient(left, rgba(237,212,171,1) 0%, rgba(185,147,85,1) 50%, rgba(170,132,70,1) 51%, rgba(226,199,156,1) 100%);
background: -o-linear-gradient(left, rgba(237,212,171,1) 0%, rgba(185,147,85,1) 50%, rgba(170,132,70,1) 51%, rgba(226,199,156,1) 100%);
background: -ms-linear-gradient(left, rgba(237,212,171,1) 0%, rgba(185,147,85,1) 50%, rgba(170,132,70,1) 51%, rgba(226,199,156,1) 100%);
background: linear-gradient(to right, rgba(237,212,171,1) 0%, rgba(185,147,85,1) 50%, rgba(170,132,70,1) 51%, rgba(226,199,156,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd4ab', endColorstr='#e2c79c', GradientType=1 );


}

.sidnavi{
    font-family: helvetica;;
    
    cursor: pointer;
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 8px 20px;
    white-space: nowrap;
}

.sidnavi:hover{
    color: white;
    background-color: #0081C2;
    background-image: linear-gradient(to bottom, #0088CC, #0077B3);
    background-repeat: repeat-x;
    color: #FFFFFF;
    outline: 0 none;
    text-decoration: none;
    
}

.active{
    color: white;
    background-color: #0081C2;
    background-image: linear-gradient(to bottom, #0088CC, #0077B3);
    background-repeat: repeat-x;
    color: #FFFFFF;
    outline: 0 none;
    text-decoration: none;
}

.formdesign{
  /*  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#999999));
  background-image: -webkit-linear-gradient(top, #ffffff, #999999);
  background-image:    -moz-linear-gradient(top, #ffffff, #999999);
  background-image:      -o-linear-gradient(top, #ffffff, #999999);
  background-image:         linear-gradient(to bottom, #ffffff, #999999);
    border-radius: 5px 5px 5px 5px;
    padding: 3%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;*/
    margin-bottom: 20px;
    min-height: available;
    margin-left: 8em;
    margin-right: 8em;
/*	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);*/

}
/*----------------------------------------------------------language bar-------------------------------------------------------*/
.langstyle{
    
    position: relative;
    
    
}

/*----------------------------------------------------------Loader bar-------------------------------------------------------*/
.loader
{
    display: none;    
    /*background-color: #8C1313;
    background-image: linear-gradient(to bottom, #B92020, #600606);
    border: 0 solid black;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    font-family: monospace;
    height: 19px;
    padding: 11px 11px;
    width: auto;*/
    position: absolute;
    z-index: 1;
   right:20px;
   top:20px;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}


/*----------------------------------------------------------'/' for navigatore--------------------------------------------------*/
.divider {
    color: #000000;
    padding: 0 5px;
}

/*----------------------------------------------------------logout box(css + dojo control)---------------------------------------*/
.arrow_box 
{ 
    display: none;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 2px solid #051912;
    height: 123px;
    margin-top: 61px;
    position: absolute;
    z-index: 1;
    width: 19%;
} 

.arrow_box:after, .arrow_box:before 
{ 
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;

    pointer-events: none;
    position: absolute;
    width: 1px;
} 

.arrow_box:after 
{ border-color: rgba(158, 213, 247, 0) rgba(158, 213, 247, 0) #F5F5F5;
  border-width: 19px;
  left: 61%;

  margin-left: 0;
} 

.arrow_box:before 
{ 
    border-color: rgba(5, 25, 18, 0) rgba(5, 25, 18, 0) #051912;
    border-width: 20px;
    left: 77%;
    margin-left: -43px;
}

.accsetting{
    color: #0088CC;
    font-family: Helvetica;
    font-weight: bold;
    margin-left: 90%;
    margin-top: 0.3%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
	
}

.accsetting:hover{
    
    text-decoration: underline;
    margin-top: 0.4%;
}

.setarrow{
    margin-left: 80%;
}

.drarrow{

}

/*----------------------------------------------------------Common Font------------------------------------------------------------*/
.helevita{
    font-family: Helevita;
}

.fontbold{
    font-weight: bold;
}

/*----------------------------------------------------------Logout Setting Button------------------------------------------------------------*/
.logoutz{
    cursor: pointer;
    width: 80px;
    text-align: center;
    border:1px solid #616261; 
    -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:16px;font-family:helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;color: #999999;
    background-color: #111111;
    
}

.logoutz:hover{
    border:1px solid #4a4b4a;
    color: #FFFFFF;
    
    
}

/*----------------------------------------------------------Menu Drop Down------------------------------------------------------------*/

#menudrp{
    font-family: helvetica;
    font-weight: 700;
    cursor: pointer;
    padding: 0 15px 0 1px;
    
}

#menudrp:hover{
    
    border-bottom:6px solid #EB8223; 
    padding-bottom:10px;
    
}

/*----------------------------------------------------------Common Dropdown------------------------------------------------------------*/

#addmenudropdown{
    display: none;
    position: fixed;
    top: 10%;
    left: 0px;
    color: white;
    padding: 7px 9px 9px 9px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom,
    from(#838383),
    color-stop(.49, #444444),
    color-stop(.49,#303030),
    to(#333333));
    border: solid 1px rgba(79, 79, 79, 0.75);
    z-index: 1;
    width: 12%;
}


.Mdpdw{
    cursor: pointer;
    width: 93%;
    text-align: center;
    border:1px solid #616261; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:12px;font-family:helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;font-weight:bold; color: #E3E3E3;
    background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

.Mdpdw:hover{
    border:1px solid #4a4b4a;
    color: #FFFFFF;
    background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
    background-image: -webkit-linear-gradient(top, #646464, #282828);
    background-image: -moz-linear-gradient(top, #646464, #282828);
    background-image: -ms-linear-gradient(top, #646464, #282828);
    background-image: -o-linear-gradient(top, #646464, #282828);
    background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
}

/*----------------------------------------------------------Forgot Pwd------------------------------------------------------------*/
#forget_bpwd a {
    color: #f5f5f5;
    font-size: 11px;
    padding-right: 66px;
    text-align: center;
    text-decoration: none;
    
}


/*----------------------------------------------------------TO BE DO------------------------------------------------------------*/



img.companyLogo {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.companyLogo {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

/*----------------------------------------------------------MenuList Css------------------------------------------------------------*/
.MenuListDynzzz a {
    display: inline-block;
    height: 103px;
    width: 289px;
    margin-bottom:20px;   
    margin-left:20px;
    float:left;
    cursor: pointer;
    /*TYPE*/
    color: white;
    padding:15px;
    font: 17px/29px Helvetica, Verdana, sans-serif;
    text-decoration: none;

    /*GRADIENT*/
    background: #00b7ea; /* Old browsers */
    background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */
    background: linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
}


.MenuListDynzzz a:hover { background: #00b7ea; /* Old browsers */
    background: -moz-linear-gradient(bottom, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #00b7ea 0%,#009ec3 100%); /* IE10+ */
    background: linear-gradient(bottom, #00b7ea 0%,#009ec3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); }

.menuheadsz{
 color: #666666;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    padding-bottom: 8px;
}

.menuinfosz{
  color: #666666;
    display: block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}


.imgz{
  float: left;
    height: 64px;
    margin: 0 18px 20px 0;
    width: 64px;
}

.formstyle{
    float:right; 
    width:60px;
}

.fieldLarge{
    width: 400px;
}



.logout-popover.bottom {
    margin-top: 10px;
}
.fade.in {
    opacity: 1;
    display: block;
}
.logout-popover {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1010;
    
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}


.logout-popover.bottom .arrow:after {
    border-bottom-color: #FFFFFF;
    border-top-width: 0;
    margin-left: -10px;
    top: 1px;
}
.logout-popover .arrow:after {
    border-width: 10px;
    content: "";
}
.logout-popover .arrow, .logout-popover .arrow:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.logout-popover.bottom .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 60%;
    margin-left: -11px;
    top: -11px;
}
.logout-popover .arrow {
    border-width: 11px;
}
.logout-popover .arrow, .logout-popover .arrow:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}



.logout-popover-title {
    background-color: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}
h3 {
    font-size: 24.5px;
}
h1, h2, h3 {
    line-height: 40px;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}


.logout-popover-content {
    padding: 9px 14px;
}


.refsresh{

	background: url(refresh.png) no-repeat 0 0;
}

.reportpointer{
	cursor: pointer;
}

.reportpointerright{
	float: right;
	background-position: 0 1px;
}

.list_items{float:left; width:230px; background:#D2D3D6; padding:5px 10px; border-radius:3px; cursor:pointer;box-shadow:inset 0 0 10px #000000; margin:5px 10px; height:95px;}
.list_items:hover{     background:#CDCDC2;  box-shadow:inset 0 0 10px #000; }

     .list_items:hover p{color:#333; }
     }

.list_items span{float:left; width:65px; margin-right:10px;}
.list_items .right{float:right; width:155px;}
.list_items p{float:left;color:#000; font:normal 13px fantasy; clear:both;	margin:9px 0px; }

