
/*---- font-icons-----*/
@font-face {
    font-family: 'icomoon';
    src:    url('../_/media/Files/A/Azure-Power-IR/fonts/icomoon-eot45df.eot?cg4ddw');
    src:    url('../_/media/Files/A/Azure-Power-IR/fonts/icomoon-eot45df.eot?cg4ddw#iefix') format('embedded-opentype'),
        url('../_/media/Files/A/Azure-Power-IR/fonts/icomoon-ttf45df.ttf?cg4ddw') format('truetype'),
        url('../_/media/Files/A/Azure-Power-IR/fonts/icomoon-woff45df.woff?cg4ddw') format('woff'),
        url('../_/media/Files/A/Azure-Power-IR/fonts/icomoon-svg45df.svg?cg4ddw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-down-arrow:before {
    content: "\e906";
}
.icon-minus:before {
    content: "\f067";
}
.icon-plus:before {
    content: "\f068";
}
.icon-up-arrow:before {
    content: "\e909";
}
.icon-next:before {
    content: "\e90c";
}
.icon-prev:before {
    content: "\e905";
}
.icon-linkedin:before {
    content: "\e903";
}
.icon-bars:before {
    content: "\f0c9";
}
.icon-navicon:before {
    content: "\f0c9";
}
.icon-reorder:before {
    content: "\f0c9";
}
.icon-search:before {
    content: "\f002";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-member:before {
    content: "\e900";
}
.icon-board-member:before {
    content: "\e901";
}
.icon-chairman:before {
    content: "\e902";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-file-pdf-o:before {
    content: "\f1c1";
}
.icon-file-pdf:before {
    content: "\f1c1";
}
.icon-file-word-o:before {
    content: "\f1c2";
}
.icon-file-word:before {
    content: "\f1c2";
}
.icon-file-excel-o:before {
    content: "\f1c3";
}
.icon-file-excel:before {
    content: "\f1c3";
}
.icon-file-powerpoint-o:before {
    content: "\f1c4";
}
.icon-file-powerpoint:before {
    content: "\f1c4";
}
.icon-file-audio-o:before {
    content: "\f1c7";
}
.icon-file-sound-o:before {
    content: "\f1c7";
}
.icon-file-audio:before {
    content: "\f1c7";
}
.icon-file-sound:before {
    content: "\f1c7";
}
.icon-file-movie-o:before {
    content: "\f1c8";
}
.icon-file-video-o:before {
    content: "\f1c8";
}
.icon-file-movie:before {
    content: "\f1c8";
}
.icon-file-video:before {
    content: "\f1c8";
}
.icon-file-code-o:before {
    content: "\f1c9";
}
.icon-file-code:before {
    content: "\f1c9";
}


/*---- fonts-----*/
@font-face{
  font-family:"oswaldextralight";
  src:url("_/media/Files/A/Azure-Power-IR/fonts/oswald/Oswald-ExtraLight.ttf") format("truetype");
}
@font-face{
  font-family:"oswaldlight";
  src:url("_/media/Files/A/Azure-Power-IR/fonts/oswald/Oswald-Light.ttf") format("truetype");
}
/*---- slick-slider-----*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*---- bootstrap-----*/
/*---------------- Start 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,font,img,ins,kbd,q,s,samp,small, strike,strong, tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}body{line-height:1}ol,ul{list-style:none} blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none} del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*---------------- End Reset CSS ----------------- */
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ce09fde71af3dd1a0c54)
 * Config saved to config.json and https://gist.github.com/ce09fde71af3dd1a0c54
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

@-ms-viewport{ width: auto !important;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img,.img-responsive{
  vertical-align: middle;
  display: block;
  width: auto \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---- main-----*/
.inv-branding a:after { background-image: url("../_/media/Images/A/Azure-Power-IR/css/investis-credits.gif"); background-repeat: no-repeat; background-position: 0px; content: " "; display: inline-block; position: absolute; }
#MainWrapper { float: left; width: 100% }
.container-fluid { margin: 0 auto; max-width: 1200px; }
/*.cssDisable{display:none;}*/


/*-------------- Main Body CSS Starts --------------*/ 
html { font-size: 10px; -webkit-text-size-adjust: none; -ms-content-zooming: none; }
body { background-color: #fff; font-family: 'verdana', Arial, Helvetica, sans-serif; line-height: 1.8rem; font-size: 1.5rem }
a { color: #0072b8; text-decoration: none; }
a:hover { color: #0072b8; text-decoration: none; }
#twocolright a:hover { text-decoration: underline; }
::selection { background-color: #2e8bfc; color: #fff }
a:focus, a:active { text-decoration: none; border: none; outline: 0; _noFocusLine:expression(this.hideFocus=true);
}
.hide { display: none; }
.invisible { position: absolute; left: -9999999px; top: auto; width: 1px; height: 1px; overflow: hidden; visibility: visible; }
img { outline-style: none; outline-width: 0; border: 0 none; }
sup { font-size: smaller; font-weight: bold; }
sub { margin: 2px 0; padding: 2px 0; }
ul, ol { list-style: none; }
#twocolright ul { list-style-image: none; margin: 0 0 20px 15px; }
#twocolright ul ul { list-style: outside none circle; margin: 5px 0 0 15px; }
#twocolright ol ol { margin: 5px 0 0 15px; }
#twocolright ol { list-style: outside none numeric; margin: 0 0 20px 15px; }
#twocolright ol li, #twocolright ul li { margin: 0 0 5px; list-style-position: inside; list-style-type: disc; }
#twocolright ul li { padding-left: 25px; position: relative; line-height: 28px; }
#twocolright ul li:before { content: ""; width: 8px; height: 8px; background-color: #0082c8; position: absolute; left: 0px; top: calc(50% - 4px); }
#twocolright ul li ol, #twocolright ol li ul { margin: 5px 0 0 15px; }
hr { border-style: none none solid; border-width: 0 0 1px; margin: 5px 0; }
:active { outline-style: none; outline-width: 0; }
* { margin: 0; padding: 0; }
.uppercase { text-transform: uppercase; }
p { padding: 0 0 20px; }
p#sectionheader { font-size: 1.6rem; line-height: 2.0rem; }
.float100 { float: left; width: 100% }
.hide { display: none }
.home-slider { height: 345px; }
@-webkit-keyframes fadeIn {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-moz-keyframes fadeIn {
from {
opacity:0;
}
to {
opacity:1;
}
}
@keyframes fadeIn {
from {
opacity:0;
}
to {
opacity:1;
}
}
#bannerwrapper .sliderbanner { -webkit-animation: fadeIn ease-in 1; -moz-animation: fadeIn ease-in 1; animation: fadeIn ease-in 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; }
.full-width { width: 100%; }
.inline-block { display: inline-block; }
a[href^="tel:"] { color: inherit !important; text-decoration: none; cursor: default; }
a[href^="tel:"].mobile-tel-link { color: inherit !important; cursor: pointer !important; }
/*-------------- Main Body CSS Ends --------------*/


/*-------------- Header CSS Starts --------------*/
#headerwrapper { z-index: 999; position: fixed; top: 0; width: 100%; max-width: 100%; margin: 0px; padding: 0px; transition: .2s linear 0s; background: #fff; }
.ip3-edit #MainWrapper { position: relative; }
.ip3-edit #headerwrapper { position: absolute; top: 0px }
/*#headerlinks{overflow:hidden;}
#headerlinks ul li{border-right:1px solid #0000FF; float:left; padding:0 5px;}
.toplinks-right{float:right;margin-top: 30px;}
#searchcontainer{clear:both; float:right; height:25px; margin:10px 0 0; overflow:hidden;}*/
#searchTextboxContainer { float: left; }
#searchTextboxContainer input { width: 140px; height: 23px; }
#SearchButtonContainer { float: left; }
#SearchButtonContainer input { height: 24px; width: 44px; }
#toplinks { float: left; }
/*-------------- Header CSS Ends --------------*/


/*-------------- Top Navigation CSS Starts --------------*/
#topnavigation { clear: both; margin: 20px 0 0; }
#topnavigation ul li { float: left; text-align: center; text-transform: capitalize; }
#topnavigation ul li.first { border-left: medium none; padding-left: 0; }
#topnavigation ul li.last { border-right: 0 none; }
#topnavigation ul li.selected a, #topnavigation ul li.current a { color: #000; }
#topnavigation>ul>li { float: none; display: table-cell; }
/*-------------- Top Navigation CSS Ends --------------*/


/*-------------- Left Navigation CSS Starts --------------*/
#utility { margin-top: 40px; }
.leftnavigation .level1 { font-size: 1.4rem; line-height: 1.4rem; margin-bottom: 15px; }
.leftnavigation .level1.haschildren > ul { display: none; padding-left: 20px; }
.leftnavigation .level2 { margin-top: 15px; }
.leftnavigation .level1.selected > a { color: #000 }
.leftnavigation .level1 a:hover { color: #000 }
/*Left menu drop down starts*/
a.showmore-menu { cursor: pointer; display: block; height: 14px; margin: 0; position: absolute; right: 10px; top: 0px; width: 14px; z-index: 500; font-family: 'icomoon' !important; }
.leftnavigation .level1.haschildren { position: relative; }
.leftnavigation .level1.haschildren > a > span { padding-right: 30px; }
a.showmore-menu:after { content: "\f068"; }
a.showmore-menu.opened:after { content: "\f067"; }
a.showmore-menu:focus { text-decoration: none; color: #159EE4; }
/*Left menu drop down ends*/
/*-------------- Left Navigation CSS Ends --------------*/


/*-------------- Breadcrumb CSS Starts --------------*/
#breadcrumb { margin: 0 0 10px; font-size: 0.8em }
/*-------------- Breadcrumb CSS Ends --------------*/


/*-------------- Search page CSS Starts --------------*/
.ip3search_highlight { font-weight: bold; }
.sitesearchpagination { padding-top: 10px; float: left; width: 100%; }
.sitesearchpagination ul { text-align: center; }
.sitesearchpagination ul li { display: inline; margin: 0 10px 0 0 !important; padding: 0; list-style: none !important; }
table.searchTable { width: 100%; word-break: break-all; }
table.searchTable tbody > tr td:first-child { border-top: none; }
table.searchTable tbody tr th { text-align: left; height: 22px; }
.scroll-table-container { display: block; width: 100%; float: left; }
#tabs.sectionTabs li.current a:before { content: ""; width: 100%; width: calc(100% - 2px); height: 4px; background-color: #0082c9; position: absolute; top: 1px; right: 1px; }
#tabs.sectionTabs { text-align: center; display: block; height: 60px; position: relative; }
#tabs.sectionTabs ul { margin: 0 auto; display: inline-block; width: auto !important; clear: both; float: none; height: 62px; }
#contentwrapper #twocolright #tabs.sectionTabs li { float: left; padding: 0; margin: 0; list-style: outside none none; }
#contentwrapper #twocolright #tabs.sectionTabs li:before { content: none; }
#tabs.sectionTabs li a span { display: block; text-align: center; }
#tabs.sectionTabs li a { display: block; padding: 10px 20px; color: #000; font-size: 1.5rem; line-height: 20px; text-align: left; font-weight: normal; text-transform: uppercase; border: 1px solid #d8d8d8; border-bottom: none; }
#tabs.sectionTabs li.current a, #tabs.sectionTabs li a:hover { background-color: #fff; border-bottom: none; }
#tabs.sectionTabs li a:hover { text-decoration:none; }
#tabsDD { height: 50px; font-size: 1.4rem; width: 250px; float: left; }
#tabs.sectionTabs span.select { position: absolute; font-size: 1.4rem; left: 0px; top: 0px; color: #000; padding: 11px 15px 10px 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: #fff url(../_/media/Images/A/Azure-Power-IR/css/dropdown-arrow-new.png) no-repeat scroll calc(100% - 11px) center; vertical-align: top; height: 50px; text-align: left; padding-left: 10px; }
.searchresultpage #loadmore a { cursor: pointer; text-align: center; text-decoration: none; margin-left: 0px; border: none; background: #f39314; color: #fff; padding: 6px 20px; line-height: 26px; display: block; }
.searchresultpage #loadmore { width: 100%; float: left; padding: 20px 0; }
.searchresultpage #loader, .searchresultpage #loadedcontent { display: none; text-align: center; }
#searchinnerRP { margin-bottom: 10px; }
#searchTextBoxContainerRP { float: left; }
#searchButtonContainerRP { float: left; }
#searchTextBoxContainerRP input { border: 1px solid #ababab; padding: 5px; }
#searchButtonContainerRP > input { margin-left: 0px; border: none; background: #f39314; color: #fff; padding: 6px 20px; line-height: 26px; display: block; }
.mobi-pr-tabs ul { display: none; margin: 0 !important; }
.mobi-pr-tabs ul li { list-style-type: none !important; background: #fff; border: 1px solid #ccc; }
.newsWrapper { margin-top: 16px; }
.mobi-pr-tabs .year-item { padding: 10px; background: #efefef; }
.mobi-pr-tabs .year-item:after { content: "\e906"; display: block; height: 15px; width: 15px; color: inherit; font-family: icomoon; float: right; }
.mobi-pr-tabs .year-item.active:after { font-family: icomoon; content: "\e909"; }
.mobi-pr-tabs ul li a { padding: 10px; display: block; }
/*-------------- Search page CSS Ends --------------*/


/*-------------- Site Map CSS Starts --------------*/
#sitemapcontainer { }
#sitemapcontainer li { font-weight: bold }
#sitemapcontainer li a { display: inline-block; /*padding:3px;*/ }
#sitemapcontainer li ul li { font-weight: normal }
#sitemapcontainer li ul li a { padding: 0 0 0 3px; }
#sitemapcontainer li ul li ul { margin-bottom: 10px; }
#sitemapcontainer li ul li ul li { }
#sitemapcontainer li#nav-site-services-level1 { display: none; }
/*-------------- Site Map CSS Ends --------------*/


/*-------------- Homepage Bottom Boxes Starts --------------*/
.box-item-container { margin-bottom: 35px; }
.box-item-container h2 { font-size: 2.4rem; line-height: 2.8rem; margin-bottom: 15px; }
.box-item-container .ir-box-link a { color: #159EE4; font-size: 1.6rem; }
.box-item-container .ir-box-link a:hover { font-size: 1.6rem; color: #6e8878; }
.box-item-container .ir-box-content { margin-bottom: 10px; }
.box-item-container .form-links a { font-size: 2.4rem; margin-right: 5px; }
.box-item-container .form-links { margin: 5px 0px; }
.box-item-container p.ir-event-date { padding-bottom: 5px; font-weight: bold; }
.box-item-container #regTextbox { border: 1px solid #d8d8d8; padding: 5px 10px; margin-bottom: 10px; }
.box-item-container .email-alerts-btn input[type="submit"] { color: #FFF; border-radius: 7px; background: #003764; border: none; padding: 7px 15px; }
.homepage-boxes { width: 100%; padding: 15px 15px 10px 15px; border-top: 2px solid #159EE4; display: inline-block; border-bottom: 2px solid #159EE4; background-color: #f7f7f7; }
a.email-alert { background: #003764; border: none; border-radius: 7px; color: #fff; padding: 7px 15px; float: left; }
/*-------------- Homepage Bottom Boxes Ends --------------*/


/*-------------- Footer CSS Starts --------------*/
#footerwrapper { clear: both; padding-top: 40px; }
#footerlinks ul li { border-right: 1px solid #0000FF; float: left; padding: 0 5px; }
/*-------------- Footer CSS Ends --------------*/


/* --------------- Banner Starts ---------------*/
.home-slider { max-height: 345px; background: rgba(0, 0, 0, 0) url("_/media/Images/A/Azure-Power-IR/css/site-loader.gif") no-repeat scroll center center; }
.home-slider#bannerwrapper .sliderbanner {/*visibility:hidden;*/ float: left; transition: all 0s ease 0s; }
.banneritem { position: relative; height: 345px; width: 100%; overflow: hidden; float: left; }
.banneritem .bannertext { color: #fff; position: absolute; top: 43%; width: 450px; }
#bannerwrapper { position: relative; margin: 0 auto; overflow: hidden; }
#bannerwrapper .sliderbanner { width: 100%; position: relative; }
.bannerOuterText { margin: 0 auto; max-width: 1100px; /*width:100%;position: relative;top: 43%;transform: translateY(-50%);*/ }
.home-intro { }
.home-intro p { font-size: 1.6rem; line-height: 2.0rem; }
.BannerImage { display: block; height: auto; width: 100%; }
.bannertext p.sldTitle { font-size: 2.2rem; font-weight: 700; padding: 0 0 10px; }
.bannertext p { font-size: 1.8rem; padding: 0 0 10px; }
.bannertext p a { font-size: 1.6rem; }
.slick-dots { left: 0px; right: 0px; bottom: 30px; margin: 0px auto; position: relative; text-align: center; }
.slick-dots li { display: inline-block; margin: 0 5px; }
.slick-dots li button { border: none; background: rgba(255,255,255,0.7); height: 15px; width: 15px; text-indent: -99999px; }
.slick-dots li.slick-active button { background: rgba(255,255,255,1); }
.slick-arrow { position: absolute; top: 45%; z-index: 2; border: none; width: 31px; height: 55px; font-size: 0px; background-color: rgba(255,255,255,0); }
.slick-arrow.slick-next:after { font-family: 'icomoon'; content: "\e90c"; font-size: 3.5rem; position: relative; color: #fff; }
.slick-arrow.slick-prev:after { font-family: 'icomoon'; content: "\e905"; font-size: 3.5rem; position: relative; color: #fff; }
.slick-arrow.slick-prev { left: 20px; background-position: -8px -8px; }
.slick-arrow.slick-next { right: 20px; background-position: -45px -8px; }
/* --------------- Banner Ends ---------------*/


/* --------------- Search Starts ---------------*/
.siteSearch { background-color: transparent; background-position: -125px -8px; border: 0 none; height: 26px; right: 0px; text-indent: -9999px; width: 26px; position: absolute; top: 0; z-index: 999; color: #ababab; }
.search { border: none; margin-top: 0px; }
.searchbox { border-bottom: 1px solid #ababab; width: 200px; position: relative; float: right; margin-left: 25px; height: 25px; }
.search-txt { border: medium none; background: none; line-height: 21px; }
#searchButtonContainer:after { font-family: 'icomoon'; content: ''; background: url(../_/media/Images/A/Azure-Power-IR/css/search.png) no-repeat center center; position: absolute; right: 0px; top: 0px; width: 16px; line-height: 1.5rem; height: 26px; background-size: 100% auto; }
div#searchButtonContainer2:after { font-family: 'icomoon'; content: ''; background: url(../_/media/Images/A/Azure-Power-IR/css/search.png) no-repeat center center; position: absolute; right: 0px; top: 0px; line-height: 1.5rem; width: 20px; height: 30px; background-size: auto 15px; }
/* --------------- Search Ends ---------------*/


/* --------------- Content Wrapper Starts ---------------- */
#contentwrapper { margin-top: 7px; clear: both; margin-bottom: 65px; }
.page-intro-text { float: left; width: 100%; }
.page-content { float: left; width: 100%; }
.page-introtext p { font-size: 1.6rem; line-height: 2.6rem; }
.contact-block p img { float: left; margin-right: 10px; height: 20px; width: auto; margin-top: 3px; }
#ip3-contact-us #contentwrapper { margin-bottom: 0px; }
.contact-block { padding-bottom: 65px; width: 45%; }
/* --------------- Content Wrapper Ends ---------------- */


/* --------------- Snapdown Starts ---------------- */
.snapdown-container { float: left; width: 100%; }
.snapdown-title { float: left; width: 100%; cursor: pointer; background-color: #f1ece2; padding: 15px; }
.snapdown-content { float: left; width: 100%; display: none; padding: 15px; }
.snapdown-content p:last-child { margin-bottom: 0px; }
.snapdown-item { float: left; width: 100%; margin-bottom: 10px; }
.show-hide { cursor: pointer; float: right; }
.snapdown-item.first .snapdown-content { display: block }
.snapdown-title p { font-size: 1.6rem; font-weight: bold; margin-bottom: 0; position: relative; }
.nojs .snapdown-title p:after { display: none; }
.snapdown-title>p:after { color: inherit; content: "\f068"; display: block; font-family: 'icomoon' !important; margin-top: -8px; position: absolute; right: 0; top: 50%; font-weight: 700; }
.snapdown-item.active .snapdown-title>p:after { content: "\f067"; }
.snapdown-title i { font-size: 1.8rem; float: right; }
.nojs .snapdown-title p::after { content: ""; }
.nojs .snapdown-title.active p::after { content: ""; }
/* --------------- Snapdown Ends ---------------- */

/* ---------------Starts Committee Composition ---------------- */
.category-key span { width: 30%; float: left; }
.category-key { float: left; width: 100%; margin-bottom: 20px; margin-top: 10px; }
.committee-composition-container { float: left; width: 100%; }
table.committee-composition-table { width: 100%; }
.category-key img { margin-top: -5px; display: inline; }
.committee-composition-table img { display: inline-block; }
table.committee-composition-table td { text-align: center; }
table.committee-composition-table td.textLeft { text-align: left; }
/* ---------------Ends Committee Composition ---------------- */


/* --------------- Events and Presentation Starts ---------------- */
.events-presentations-container { float: left; width: 100%; }
.events-presentations-container > span {display: block;float: left;width: 100%;}
.events-presentations-container .event-date { width: 20%; text-transform: inherit !important; ; }
.event-table td { vertical-align: top; }
.webcast-event { display: block; float: left; min-height: 25px; padding: 2px 2px 3px 20px; clear: left; position: relative; }
a.webcast-event:after { font-family: 'icomoon' !important; content: "\f1c7"; position: absolute; left: 0px; top: 0px; }
table.upcoming-event-table { margin-bottom: 20px; }
.eventSubitems { margin-top: 10px; }
.eventSubitems a { position: relative; display: block; float: left; padding: 2px 0; }
.eventSubitems .relatedLink { padding-bottom: 5px; }
.event-table strong.title-sub { display: block; }
.event-document:first-child { margin-top: 10px; }
.event-document { clear: both; display: block; float: left; }
.event-document img { padding: 0 4px 0 2px; vertical-align: middle; display: inline }
.event-document a { display: block; padding: 2px 0; float: left; }
.pdf-size { display: block; float: left; padding: 5px 0 3px 8px; }
.event-document.event-document-1 a { padding: 3px 0 2px; }
.Outlook-link { display: block; float: left; padding: 0px; }
.Outlook-link img { margin-right: 11px; vertical-align: middle; display: inline }
.rad-underline { text-decoration: underline; }
.event-document .media-link { font-size: 1.4rem; color: #159ee4 }
.event-document .media-link:hover { font-size: 1.4rem; color: #159ee4 }
.relatedDocuments { float: left;/*margin-bottom: 15px;*//*margin-top: 10px;*/ width: 100%; }
/* --------------- Events and Presentation Listing  Starts ------------------*/
.listing-events-container h2 { margin-bottom: 15px; font-size: 1.5em; }
.upcoming-events-container { float: left; margin-bottom: 30px; width: 100%; }
.related-materials-expand { display: none; margin-top: 10px; float: left }
.event-listing-item-container { padding: 15px; float: left; width: 100%; margin-bottom: 15px; border: 1px solid #eee; }
.event-listing-item-container.last { margin-bottom: 0px; }
/*.upcoming-events-container .title-sub,.upcoming-events-container .event-date,.upcoming-events-container .outlook-link{float:left;width:32%;margin-right:2%;}*/
.upcoming-events-container .outlook-link { margin: 0px; }
.upcoming-events-container .outlook-link img { float: left; margin-right: 10px; }
.related-materials-collapsed p:before { font-family: 'icomoon' !important; content: "\f068";/*margin-right:10px;*/ cursor: pointer; left: 0; position: absolute; }
.related-materials-collapsed.active p:before { content: "\f067"; }
.event-listing-item-container .media-link, .event-listing-item-container .media-link:hover { font-size: 1em; color: #159ee4 }
.events-presentations-container .past-events-container .event-date { width: 100%; }
.related-materials-collapsed { float: left; width: 100%; }
.related-materials-collapsed p { padding-bottom: 0; cursor: pointer; display: inline-block; padding-left: 25px; position: relative; }
.pdf-icon, .html-icon, .doc-icon, .xbrl-icon, .xlsx-icon, .xls-icon, .webcast-icon { padding-left: 25px !important; position: relative; margin-bottom: 8px; height: 28px; }
.pdf-icon:before { background-image: url("../_/media/Images/A/Azure-Power-IR/icons/pdf-icon.png"); background-repeat: no-repeat; content: ""; display: inline-block; height: 28px; left: 0; position: absolute; top: -1px; width: 20px; }
.html-icon:before { background-image: url("../_/media/Images/A/Azure-Power-IR/icons/html-icon.png"); background-repeat: no-repeat; content: ""; display: inline-block; height: 28px; left: 0; position: absolute; top: -1px; width: 20px; }
.doc-icon:before { background-image: url("../_/media/Images/A/Azure-Power-IR/icons/doc-icon.png"); background-repeat: no-repeat; content: ""; display: inline-block; height: 28px; left: 0; position: absolute; top: -1px; width: 20px; }
.xbrl-icon:before { background-image: url("../_/media/Images/A/Azure-Power-IR/icons/xbrl-icon.png"); background-repeat: no-repeat; content: ""; display: inline-block; height: 28px; left: 0; position: absolute; top: -1px; width: 20px; }
.xlsx-icon:before, .xls-icon:before { background-image: url("../_/media/Images/A/Azure-Power-IR/icons/xlsx-icon.png"); background-repeat: no-repeat; content: ""; display: inline-block; height: 28px; left: 0; position: absolute; top: -1px; width: 20px; }
.webcast-icon:before { background-image: url("../_/media/Images/A/Azure-Power-IR/icons/webcast-icon.png"); background-repeat: no-repeat; content: ""; display: inline-block; height: 28px; left: 0; position: absolute; top: -1px; width: 20px; }
.eventDate { width: 25%; }
.eventData { width: 75%; }
.upcoming-events-container .eventData { width: 55%; }
.eventCalendar { width: 20%; }
/* --------------- Events and Presnetation Listing ------------------*/
/* --------------- Events and Presentation Ends ---------------- */

/* --------------- Calendar Of Events Starts ------------------*/
.latest-webcast-tem { margin-bottom: 20px; }
.webcast-link-container img { display: inline-block; }
.latest-webcast-tem .webcast-subject, .latest-webcast-tem .webcast-date { padding-left: 30px; }
.financial-calendar-container, .subscriptionbox { float: left; margin-top: 15px; }
.events-item-container, .formrow { margin-bottom: 20px; }
.formrow label { margin-bottom: 10px; }
.privacytext p { padding-bottom: 0px; }
.supporting-material-item { margin-bottom: 10px; }
.supporting-material-item.last { margin-bottom: 0px; }
.supporting-material-item .doc-pdf-icon { float: right; }
.webcast-link .normal-text-link { display: inline-block; width: 100% }
.calendar-past-event-item { float: left; width: 100%; margin: 20px 0 0; padding-bottom: 20px; border-bottom: 1px solid #efefef; }
.calendar-past-event-item.last { border-bottom: 0px; }
.supporting-material-container .material-text { float: left; width: 20%; }
.supporting-material-container .material-item { float: left; width: 80%; }
.supporting-material-container .material-item a { float: right; }
/* --------------- Calendar Of Events Ends ------------------*/


/* --------------- Listing Page Starts ---------------- */
.list-title { float: left; width: 89%; }
.list-document { float: left; padding: 7px 0; width: 11%; }
.list-document div { float: left; margin-right: 5px; }
.list-wrapper ul li.last { border-bottom: 4px solid #0380c1; }
.list-wrapper ul li.first { border-top: 4px solid #0380c1; }
.list-wrapper ul li { border-top: 1px solid #adcde4; clear: both; float: left; padding: 0; width: 100%; }
.list-wrapper ul li p { line-height: 16px; margin: 0; padding: 15px 10px 0 0; }
.noprint { font-size: 0.929em; }
.noprint span { float: left; }
.noprint div { display: inline-block; text-align: right; vertical-align: middle; }
.dwd-brief-link { margin-top: 5px; text-align: left; }
#contentwrapper #twocolright .tabs ul { margin: 0 auto; display: inline-block; width: auto !important; clear: both; float: none; height: 50px; }
#contentwrapper #twocolright .tabs li { list-style: none; padding-left: 0px; margin-bottom: 0px; border: 1px solid #d8d8d8; border-bottom: none; }
.tabs .level2 { float: left; margin-right: 10px; }
.tabs .level2 a span { font-weight: bold; display: block; background-color: #f1ece2; padding: 10px 25px; font-size: 1.6rem; color: #000 }
.tabs .current span { background-color: #faf8f5; display: block; font-size: 1.6rem; font-weight: bold; padding: 10px 25px; }
.tabs .level2 a { font-weight: bold; display: block; background-color: #f1ece2; font-size: 1.6rem; color: #000 }
.tabs ul { float: left; width: 100%; }
.tabs { text-align: center; display: block; height: 50px; border-bottom: 1px solid #d8d8d8; }
.newsWrapper { margin-top: 20px; }
.news-wrapper-bor { padding-left: 30px; padding-right: 30px; border-left: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; }
#contentwrapper #twocolright .tabs li:before { content: none; }
#contentwrapper #twocolright .tabs li.current > span { background-color: #f9f9f9; border-bottom: 1px solid #f9f9f9; }
#contentwrapper #twocolright .tabs li.current { position: relative; }
#contentwrapper #twocolright .tabs li.current > span:before { content: ""; width: 100%; height: 4px; background-color: #0082c9; position: absolute; top: 0px; right: 0px; }
/* --------------- Listing Page Ends ---------------- */


.box-items { padding-top: 23px }
.box-unit { margin-bottom: 38px; }
#box-unit-4 { clear: left }
.header-gallery-unit { padding: 15px 0 10px; clear: both; line-height: 18px; }
.header-gallery-unit h2 { font-size: 1.6rem; }
.box-unit p { font-size: 1.4rem }
.box-unit p:last-child { margin-bottom: 0 }
.shareprice-box { background: #333333; position: relative; }
.shareprice-box iframe { height: 150px; padding: 20px 15px 5px; }
.shareprice-box .inner-share-box-link { display: block; padding: 0 15px; }
/*---------- Table Styling ------------*/
th { background-color: #e9e9e9; padding: 10px; color: #000; font-size: 1.5rem; text-align: left; font-weight: normal; text-transform: uppercase; }
td, tbody th { background-color: #f9f9f9; padding: 10px; color: #000; font-size: 1.5rem; border-top: 1px solid #d8d8d8; vertical-align: top; }
table.inv-responsive-table { width: 100%; margin-bottom: 10px }
tbody th { font-weight: normal }
td { text-align: left }
th.cAlign, td.cAlign { text-align: center; }
td p { margin-bottom: 0; padding-bottom: 0 }
.inv-responsive-header-td { font-weight: 700; }
.inv-responsive-data-header { width: 30%; font-weight: 700; }
.inv-responsive-data-content { width: 70% }
table.responsive-table { }
.pr-mobi-headers { display: none; }
table thead > tr:first-child th { border-top: 1px solid #d8d8d8; }
table thead > tr:first-child th:first-child { border-left: 1px solid #d8d8d8; }
table thead > tr:first-child th:last-child { border-right: 1px solid #d8d8d8; }
td.event-title { text-align: left; font-weight: 400; }
p.title-sub { color: #0072b8; font-size: 1.5rem; }
.link-buttons a > span { font-size: 1.0rem; text-transform: uppercase; color: #fff; line-height: 14px; float: left; padding: 5px 10px; background-color: #f39314; margin: 5px 5px 5px 0px; }
table.prReports thead th { background: none; border: none !important; font-size: 1.5rem; text-transform: inherit; color: #0072b8; font-weight: 700; }
table.prReports td, table.prReports th { padding-left: 0px; }
/*---------- Table Styling ------------*/


/*----------  Footer CSS Start ------------------*/
.footer-title { color: #666666; font-size: 1.6rem; text-transform: uppercase; }
.footer-link { }
.footer-link ul { font-size: 1.2rem; margin-bottom: 40px; }
.footer-link ul li { border-left: 1px solid #666666; float: left; line-height: 1rem; margin-bottom: 10px; padding: 0 10px; }
.footer-link ul li:first-child { margin: 0; border-left: 0; padding-left: 0; }
.footer-link ul li a { color: #434343; }
.footer-links-container { background-color: #0082c9;/* float: none;  max-width: none; padding: 0px; position: relative; width: auto; z-index: 10;*/ }
.footer-links-container .inv-branding { margin: 0 auto; padding-top: 20px; }
/* .footer-links-container a{color:#FFF;}*/
.inv-branding a { display: block; text-indent: -9999px; position: relative; float: right; }
.inv-branding a:after { height: 15px; right: 9px; top: 0px; width: 101px; }
.inv-branding { float:right; margin-top:5px; width:5%; }
.footer-right-side { float: right; }
a.footer-linkedin, a.emailtofriend { color: #fff; background-color: #A3B0B6; padding: 5px 10px; border-radius: 5px; font-size: 2.7rem; line-height: normal; }
.footer-linkedin:hover, .emailtofriend:hover { background-color: #6e8878 }
/*----------  Footer CSS End ------------------*/


/*---------- Sidebar Start ------------------*/
p#sectionheader { font-size: 1.6rem; font-weight: 700; line-height: 20px; padding: 0 0 22px; }
/* Sidebar End */


/*---------- Main Navigation Start ------------------*/
/*#topnavigation>ul{box-sizing: border-box; float: left; font-size: 1.4rem;width: 100%; display: table;}
#topnavigation ul li a{display: block; padding: 19px 10px; margin-left:1px;}
.appended-main-navigation{display:none;}
.append-navigation > ul {display: none;}*/
#mobishownav .append-navigation > ul {/*display:block;*/ display: none; }
#topnavigation ul li:hover ul { display: block; }
#topnavigation ul li:hover a { color: #FFF; }
#topnavigation ul li.current.level1.haschildren span.navhover { padding-bottom: 17px; }
#topnavigation ul li ul li { width: 270px; height: auto; text-align: left; float: none; }
#topnavigation ul li ul li.last { background: 0 none; padding-left: 0px; }
#topnavigation ul li ul li>span, #topnavigation ul li ul li a, #topnavigation ul li.selected ul li a { background: none; border: none; behaviour: none; margin: 0 0 1px 0; color: #5b5454; font-weight: normal; text-transform: none; padding: 12px 20px; display: block; }
#topnavigation ul li ul li:hover a { color: #159ee4 !important; border-radius: 0; }
#topnavigation ul li ul { display: none; position: absolute; z-index: 2; border: 1px solid #576665; background-color: #FFFFFF; border-radius: 0px 3px 3px 3px; width: 272px; margin-left: 1px; }
#topnavigation ul li.level1.haschildren > ul { display: none; }
#topnavigation ul li.level1.last ul { border-radius: 3px 0 3px 3px; }
#topnavigation ul li ul { display: none; position: absolute; }
#topnavigation ul li.level1.last ul { right: 0; }
/*#topnavigation ul li a:hover,#topnavigation ul li.haschildren a.navhover,#topnavigation ul li.haschildren span.navhover{color:#ffffff;border-radius: 4px 4px 0 0; background:#003764;}
#topnavigation ul li a.navhover{border-radius: 4px 4px 0 0; background:#003764;}
#topnavigation ul li.append-navigation > a{color:#FFF;border-radius: 4px 4px 0 0; background:#003764;}*/
#topnavigation ul li ul li.level1.current > span { background: #003764 none repeat scroll 0 0 !important; color: #fff !important; }
#topnavigation ul li ul li.level1.selected a > span { color: #fff !important; }
#topnavigation ul li ul li.level1.selected a { background: #003764 none repeat scroll 0 0 !important; }
#topnavigation ul li a:hover, #topnavigation ul li a.navhover { }
#topnavigation ul li:hover ul li a { color: #003764; background: transparent; }
#topnavigation ul#section-Homepage-level1 { margin-left: 0%; }
#topnavigation ul li.haschildren ul li a:hover { color: #c41230; padding: 12px 20px; padding-left: 1%; }
#topnavigation ul li.current li a:hover span { color: #c41230; }
#topnavigation ul li.haschildren ul li a:hover { background: none 0 0 #f9f9f9; }
#topnavigation ul li ul li.level2.current span { background: none; color: #C41230; font-weight: normal; text-transform: none; }
.nojs #topnavigation ul ul ul { position: relative; }
#topnavigation ul li.selected li.level2.current span, #topnavigation ul li.selected li.level2 a, #topnavigation ul li.current li span, #topnavigation ul li.selected li.level2.selected a { behaviour: none; }
#topnavigation ul li.current li span { color: #5B5454; padding: 0; font-weight: normal; text-transform: none; }
#topnavigation ul li.haschildren li a:hover { color: #5B5454; background: none; behaviour: none; }
#topnavigation ul li.selected li.level2.current span, #topnavigation ul li.selected li.level2.selected a { background-color: #f9f9f9; margin-bottom: 1px; }
.mobiMenus { display: none; }
/*---------- Main Navigation End ------------------*/


/*---------- Contact Form Start ------------------*/
.ir-contact-form div.clearfix { border: medium none; margin-bottom: 10px; }
.ir-contact-form .form-left { float: left; margin-right: 10px; width: 120px; }
.ir-contact-form .form-left span.mandatory, span.mandatory { color: #ff0000; }
.ir-contact-form .form-right { float: left; }
.form-right > span { position: absolute; font-size: 1.2rem; line-height: 16px; left: 0px; bottom: 0px; }
.ir-contact-form .form-right input { border: 1px solid #d8d8d8; margin-right: 10px; padding: 5px 10px; width: 230px; }
.ir-contact-form .form-right textarea { border: 1px solid #d8d8d8; margin-right: 10px; padding: 5px 10px; width: 230px; height: 80px; resize: none; }
.ir-contact-form .form-right input#Captcha { float: none; margin-top: 10px; }
.form-right > div { margin-bottom: 10px; }
/*---------- Second Pattern Starts ------------------*/
.ir-contact-form-second-pattern .form-left { width: 160px; }
.ir-contact-form-second-pattern .form-right { width: 100%; }
.ir-contact-form-second-pattern .form-element { float: left; min-height: 90px; }
.ir-contact-form-second-pattern .half-element { width: 50%; }
.ir-contact-form-second-pattern .full-element, .ir-contact-form-second-pattern .form-right textarea { width: 100%; }
.ir-contact-form-second-pattern select { padding: 5px 10px; }
.ir-contact-form-second-pattern .ir-label { margin-bottom: 5px; display: inline-block; }
/*---------- Second Pattern Ends ------------------*/
/*---------- Contact Form End ------------------*/


/*---------- Mobile Menu-Search Start ------------------*/
.mobishow { bottom: 0; display: none; float: right; margin: 0 1.3% 0 0; position: absolute; right: 1.3%; z-index: 99; margin-bottom: 10px; }
.mobinav { border-right: 1px solid #fff; float: left; position: relative; margin-right: 1px; margin-left: 10px; }
.mobinav span.navbg { height: 40px; width: 36px; cursor: pointer; display: block; }
.mobinav span.navbg:after { font-family: 'icomoon'; content: ''; position: absolute; background: url("../_/media/Images/A/Azure-Power-IR/css/menu.png") no-repeat center center; background-size: 100%; top: 0px; padding: 0px; color: #fff; right: 0px; height: 40px; width: 36px; text-align: center; }
.mobisearch { float: left; position: relative; }
.mobinav span.navbg.selected:after { content: "\f00d"; font-size: 2.2rem; }
.mobisearch span.searchbg.selected:after { background: none; }
.mobisearch span.searchbg:after { content: ''; font-family: 'icomoon'; font-size: 2.2rem; background: url(../_/media/Images/A/Azure-Power-IR/css/search.png) no-repeat center center; position: absolute; top: 0px; padding: 11px 7px; color: #fff; right: 1px; width: 40px; height: 40px; text-align: center; }
.mobisearch span.searchbg { cursor: pointer; display: block; height: 40px; width: 41px; }
#mobishownav { overflow: hidden; position: absolute; right: 0px; top: 100%; width: 100%; z-index: 5000; }
#mobishownav > ul { border: none; border-bottom: none; overflow: hidden; }
#mobishownav ul li { background-color: rgba(0,0,0,0.85); border-bottom: 1px solid #545454; float: left; position: relative; text-transform: uppercase; width: 100%; }
#mobishownav ul li > span, #mobishownav ul li > a { padding: 13px 0; display: block; }
#mobishownav ul li.navopen { background-color: #fff !important; border-bottom: medium none; }
#mobishownav ul li a { color: #fff; display: block; font-weight: 300; line-height: 20px; margin: 0px 45px 0 15px; min-height: 24px; }
#mobishownav ul li.append-navigation > a { color: #f39314; }
#mobishownav ul li.current span { color: #c41230; display: block; line-height: 20px; margin: 3px 45px 0 10px; min-height: 24px; }
#mobishownav ul li.level1.current span { font-weight: bold; }
#mobishownav ul li.level1.current li span { color: #5e6665; font-weight: normal; }
#mobishownav ul li.level1.selected a, #mobishownav ul li.level1.selected li.level2.selected a, #mobishownav ul li.level1.selected li.level2.selected li.level3.selected a { color: #c41230; }
#mobishownav ul li.level1.selected li a, #mobishownav ul li.level1.selected li.level2.selected li a { color: #5e6665; }
#mobishownav ul li.level1.last { border: 0 none; }
#mobishownav ul li.level1.first { margin: 3px 0 0; }
#mobishownav ul li ul li { background: none; border-bottom: 1px dashed #c3c6c6; /*position: static;*/ position: relative; text-transform: none; width: 100%; }
#mobishownav ul li ul li.last { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
#mobishownav ul li ul li a { color: #5b5454; display: block; float: none; font-weight: normal; line-height: 20px; }
#mobishownav ul li a:hover { color: #f39314; }
#mobishownav ul li ul { display: none; }
#mobishownav .showmore:after, #mobishownav .showmore1:after { background-position: -96px -66px; height: 27px; right: 0; top: 0; width: 27px; }
#mobishownav .showmore, #mobishownav .showmore1 { cursor: pointer; display: block; height: 27px; margin: 0; position: absolute; right: 10px; top: 8px; width: 27px; z-index: 500; }
#mobishownav .showmore:after, #mobishownav .showmore1:after { font-family: 'icomoon' !important; content: "\f068"; font-size: 1.5rem; padding: 5px; }
#mobishownav .showmore.selected:after, #mobishownav .showmore1.selected:after { font-family: 'icomoon' !important; content: "\f067"; font-size: 1.5rem; padding: 5px; }
#mobishowsearch { overflow: hidden; padding: 10px; position: absolute; right: 64px; top: 10px; width: 225px; z-index: 500; }
#mobishownav ul li ul li ul li { padding-left: 20px; }
/*--------------- Mobile Menu-Search End ------------------*/


/*--------------- BOD Start ------------------*/
.snapdown-content.board img { border: medium none; overflow: hidden; float: left; margin-right: 20px; margin-bottom: 12px; }
.snapdown-title p { padding-bottom: 0px; }
/*--------------- BOD End ------------------*/


.auto-scroll { overflow: auto; width: 100%; margin-bottom: 10px; }
/*--------------- Reports and Presentations Start ------------------*/
.media-link { font-size: 1.9em; color: #a3b0b6 }
.media-link:hover { font-size: 1.9em; color: #6e8878 }
/*--------------- Reports and Presentations End ------------------*/


/*--------------- No JS Banner Start ------------------*/
.nojs .banneritem { display: none; }
.nojs .banneritem.banner1 { display: block; }
.nojs .snapdown-content { display: block; }
/*--------------- No JS Banner End ------------------*/


.ir-contact-form .form-right textarea.errorClass, .ir-contact-form .form-right input.errorClass { border: 1px solid red; }
#body_0_main_1_ctl06_Submit { border: 1px solid #dddddd }
/*--------------- PR Start ------------------*/
input.txt-search-pr, input.btn { border: 1px solid #d8d8d8; color: #000000; display: inline-block; font-size: 1.4rem; margin-right: 9px; padding: 7px 10px; vertical-align: top; width: 180px; border-radius: 0px; box-shadow: none; }
input.btn-pr-search { background: #f39314 none repeat scroll 0 0; border: 1px solid #f39314; color: #fff; cursor: pointer; display: inline-block; float: none; font-size: 1.4rem; padding: 11px 12px; vertical-align: top; width: 80px; border-radius: 0px; }
.news-filter { margin-left: 10px; margin-top: 30px; width: 450px; }
.pr-dropdown { display: inline-block; position: relative; vertical-align: top; width: 215px; }
.pr-dropdown.finder-dropdown-sort { margin-left: 6px; width: 170px; }
a.pr-toggle > span.pr-label:after { background-position: -297px -151px; height: 11px; right: 10px; top: 9px; width: 18px; }
a.pr-toggle > span.pr-label { border: 2px solid #d8d8d8; color: #333; cursor: pointer; display: block; font-size: 1.4rem; padding: 6px 40px 6px 6px; position: relative; }
.pr-dropdown .pr-options { display: none; position: absolute; width: 215px; z-index: 500; }
#twocolright .pr-dropdown .pr-options ul { background: #003764 none repeat scroll 0 0; left: 0; margin: 0; padding: 0; width: 100%; z-index: 5; }
#twocolright .pr-dropdown .pr-options ul li { border-bottom: 1px solid #fff; cursor: pointer; float: none; list-style: outside none none; margin: 0 !important; padding: 0; position: relative; }
#twocolright .pr-dropdown .pr-options ul li a { color: #fff; display: block; font-size: 1.4rem; margin-right: 0; padding: 10px; }
.pr-toggle .icofont:after { content: "\e906" }
.open .pr-toggle .icofont:after { font-family: icomoon; content: "\e909" }
.icofont { font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); font: normal normal normal 14px/1 icomoon; }
a.pdf-swap span.icon-file-pdf { font-size: 2.2rem; }
/*.pr-filter-dropdown.dk_open .dk_options {display: block;}*/
.pr-dropdown.finder-dropdown-sort .pr-options { width: 170px; }
.press-text-filter { margin-top: 30px; width: 275px; }
.pr-toggle .icofont { font-family: 'icomoon' !important; color: #000000; cursor: pointer; position: absolute; right: 10px; top: 15px; }
.press-releases-container #loadmore { margin-top: 20px }
.press-releases-container #loadmore a { background-color: #f1ece2; color: #000; cursor: pointer; display: block; line-height: 23px; padding: 10px 0; text-align: center; text-decoration: none; }
table.rad-financialtable tbody tr td.rad-right, table.rad-financialtable thead tr th.rad-right { text-align: right; }
table.rad-financialtable tr th.rad-right { text-align: right; }
#twocolright .press-release-pagination-container { }
#twocolright .press-release-pagination-container ul { }
#twocolright .press-release-pagination-container ul li { float: left; list-style: none; }
#twocolright .press-release-pagination-container ul li.prev { }
#twocolright .press-release-pagination-container ul li.next { }
#twocolright .press-release-pagination-container ul li.prev a { }
#twocolright .press-release-pagination-container ul li.next a { }
#twocolright .press-release-pagination-container ul li a { display: block; padding: 0 5px; }
#twocolright .press-release-pagination-container ul li strong { padding: 0 5px; }
#twocolright .news-container li:before { content: none; padding-left: 0px; }
.back-to-link a { background: #f39314 !important; border: 1px solid #f39314 !important; color: #fff !important; cursor: pointer !important; display: inline-block !important; float: none !important; font-size: 1.4rem!important; padding: 11px 12px!important; vertical-align: top!important; border-radius: 0px!important; text-decoration: none !important }
.scroll-table-container { float: left; padding: 15px 30px; border: 1px solid #d8d8d8; margin-bottom: 30px; }
#contentwrapper .scroll-table-container:last-child { margin-bottom:0; }
/*--------------- PR End ------------------*/


/*--------------- non js navigation <strat>------------------*/
.nonjs-navigation { display: none; }
#Homepage.nojs .nonjs-navigation { display: block; float: left; margin-top: 2px; width: 100%; }
.nojs #bannerwrapper.home-slider .sliderbanner { visibility: visible; }
.nojs .related-materials-collapsed p::before { content: ""; margin-right: 0px; }
.nojs .related-materials-expand { display: block; }
/*--------------- non js navigation <end>------------------*/

/*-- ajay custom for header --*/
/*-reset css-*/
.container-fluid { max-width: 1170px; }
.text-center { text-align: center; }
.whitelist-wrap { min-height: 460px; }
.greyBox { background-color: #f1f2f2; }
.container-full { padding: 0px; width: 100%; max-width: 100%; display: block; float: left; }
h2 { color: #333; font-family: 'oswaldextralight', sans-serif; font-size: 3.5rem; line-height: 26px; text-align: center; padding: 28px 0 24px 0; margin-bottom: 0px; }
.rad-highlight { color: #0072b8; font-family: 'oswaldlight'; }
h3 { color: #000000; font-family: 'oswaldextralight', sans-serif; font-size: 3.0rem; line-height: 40px; text-align: center; padding: 10px 0 20px 0; }
h4 { color: #000000; font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 1.8rem; line-height: 28px; text-align: center; padding: 10px 0 10px 0; }
/*#contentwrapper h2 { line-height: 40px; padding-bottom: 20px; }*/
#contentwrapper #twocolright ul li { padding-left: 25px; position: relative; line-height: 28px; list-style: none; }
#contentwrapper #twocolright ul li:before { content: ""; width: 8px; height: 8px; background-color: #0082c8; position: absolute; left: 0px; top: 10px; }
button, input, optgroup, select, textarea { -webkit-appearance: none; -moz-appearance: none; ms-appearance: none; appearance: none; }
/*-body starts -*/
body { background-color: #f9f9f9; font-family: "Open Sans"; font-size: 1.5rem; color: #333; line-height: 26px; letter-spacing: 1px; margin: 0; padding: 0; }
/*-body ends -*/

/*-- top menu starts --*/
#logo { float: left; margin: 5px 15px; padding: 0px; }
#logo img { display: block; width: 165px; }
#topnavigation { display: block; float: right; margin: 19px 0 0 0; width: auto; clear: none; }
#searchButtonIcon { width: 20px; position: absolute; display: block; height: 26px; float: right; right: 15px; z-index: 99; cursor: pointer; }
.toplinks-right { float: right; margin-top: 19px; min-width: 20px; height: 20px; }
#toplinks { float: right; padding-right: 15px; }
#topnavigation.header-menu { display: block; float: right; margin: 19px 0; }
#topnavigation.header-menu li { float: left; position: relative; }
#topnavigation.header-menu li a { display: block; padding: 0 20px; text-transform: uppercase; color: #333; }
#topnavigation.header-menu li:hover a { color: #f39314; text-decoration: none }
#topnavigation.header-menu li a:hover { color: #f39314; }
#topnavigation.header-menu li a.active { color: #f39314; }
#searchButtonIcon:after { font-family: 'icomoon'; content: ''; background: url("../_/media/Images/A/Azure-Power-IR/css/search.png") no-repeat center center; position: absolute; background-size: 100%; width: 16px; right: 0px; top: 0px; line-height: 26px; color: #0071bc; font-weight: bold; height: 26px; }
#searchButtonIcon.close:after { background: none; }
/*-- top menu ends --*/

/*-- second menu starts --*/
div.tab-links { background: #0082c9; }
div.tab-links ul { display: block; font-size: 0; text-align: center; }
div.tab-links ul li { display: inline-block; text-align: center; border-right: 1px solid #0066ad; border-top: 5px solid #0082c9; font-size: 0; float: none; }
div.tab-links ul li:first-child { border-left: 1px solid #0066ad; }
div.tab-links ul li a { color: #fff; display: inline-block; font-size: 1.5rem; text-transform: uppercase; }
div.tab-links ul li.current > span, div.tab-links ul li.selected > a, div.tab-links ul li.selected > a span { background: #f9f9f9; color: #000 !important; }
/*div.tab-links ul li span { color: #fff; display: inline-block; padding: 20px 20px; font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0; }*/


div.tab-links ul li span{color:#fff;display:inline-block;padding:20px 10px;/*padding:20px 15px;*/font-size:1.5rem;text-transform:uppercase;letter-spacing:0;}


div.tab-links ul li a:hover, div.tab-links ul li a:hover span { background-color: #f9f9f9; color: #000000; }
/*-- second menu end--*/

/*-- sub-menu css starts --*/
div.tab-links2 ul { list-style: none; background: transparent; margin: 20px auto 0px !important; display: inline-block; }
div.tab-links2 ul li > span { background: #fff; color: #000; padding: 15px 30px; line-height: 26px; display: block; }
#contentwrapper div.tab-links2 ul li { list-style: none; padding-left: 0px; }
div.tab-links2 ul li { background: #fff; border: 0px!important; display: block; margin: auto 0!important; color: #000!important; float: left; border-right: 1px solid #f9f9f9 !important; }
div.tab-links2 { display: block; text-align: center; }
div.tab-links2 ul li > a > span { background: #fff; color: #333; padding: 15px 30px; line-height: 26px; display: block; }
div.tab-links2 ul li.current > span { background: #f39314; color: #fff; padding: 15px 30px; line-height: 26px; display: block; }
div.tab-links2 ul li > a { display: block; }
div.tab-links2 ul li:before { content: none !important; }
div.tab-links2 ul li a:hover span, div.tab-links2 ul li a:hover { background: #f39314 none repeat scroll 0 0; color: #ffffff; }
/*-- sub menu css ends --*/

/*-- homepage css --*/
.home-wrapper { background-color: #f9f9f9; }
.homeContent-1 { position: relative; margin: 0 auto; width: 100%; padding: 8px 0 20px; text-align: center; overflow: hidden; }
.homeContent-2 { padding-bottom: 30px; padding-top: 10px; }
.homeContent-2-2 { padding-bottom: 43px; padding-top: 10px; }
.homeContent-3 .right-section h2 { text-align: left; margin-bottom: 5px; }
.homeContent-3 .right-section { min-height: 474px; background-color: rgba(239, 245, 248, 0.9); text-align: left; padding-left: 60px; padding-top: 10px; }
.blue-list.bluelist-wrapper { float: left; width: 50%; }
.homeContent-4 { background-color: #0082c8; color: #fff; }
.homeContent-4 .left-section h2 { color: #fff; text-align: left; }
.homeContent-4 .right-section h2 { color: #fff; text-align: left; }
.text-center img { margin: 0 auto; float: none; }
.homeContent-4 .left-section {/*border-right: 1px solid #fff;*/ }
.whitelist-wrap-left { padding-top: 10px; padding-bottom: 40px; }
/* blue list */
.blue-list ul > li { padding-left: 25px; position: relative; line-height: 28px; margin-bottom: 10px; }
.blue-list ul > li:before { content: ""; width: 8px; height: 8px; background-color: #0082c8; position: absolute; left: 0px; top: 10px; }
/* white list */
.white-list ul { padding-bottom: 10px; }
.whitelist-wrap-left ul { margin-bottom: 15px; }
.white-list ul > li { padding-left: 25px; position: relative; line-height: 28px; margin-bottom: 10px; }
.white-list ul > li:before { content: ""; width: 8px; height: 8px; background-color: #fff; position: absolute; left: 0px; top: 10px; }
.home-box-content p { font-size: 2.0rem; line-height: 26px; padding-top: 20px; padding-bottom: 11px; }
.home-box-arrow { background: url(../_/media/Images/A/Azure-Power-IR/css/arrow-bg.png); background-repeat: no-repeat; width: 100%; height: 80px; background-size: 100% 80px; background-position: center center; }
.home-box-link p { font-size: 2.4rem; line-height: 30px; padding: 6px 36px; background-color: #fff; display: inline-block; border-radius: 10px; -webkit-border-radius: 10px; -ms-border-radius: 10px; border: 1px solid #e9e9e9; margin-top: 5px; }
.rad-notes { font-size: 1.27rem; padding-left: 25px; }
.rad-notes sup { font-weight: 300; }
/*-- home css ends --*/

/*-- banner css start --*/
.banner-title { margin-top: 187px;/*position: absolute;top: calc(50% + 31px);color: #fff;-ms-transform: translateY(-50%); -webkit-transform: translateY(-50%);  Safari transform: translateY(-50%);*/ }
.banner-iframe { margin-top: 114px; }
.banner-iframe-wrapper { background-color: #e5eef1; padding: 30px 20px; /*width: 100%;max-width: 390px; float: right; */ }
.banner-wraper { position: relative; }
.banner-title h1 { color: #fff; font-size: 6.0rem; font-family: 'oswald'; font-weight: 700; text-transform: uppercase; text-shadow: 2px 2px 2px #000; line-height: 60px; padding: 0; margin-bottom: 10px; }
.banner-title .page-title { color: #fff; font-size: 3.5rem; line-height: normal; font-family: 'oswald'; font-weight: 400; text-shadow: 2px 2px 2px #000; padding: 0; }
.ban-iframe-title > p { color: #000000; font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 3.5rem; line-height: 35px; text-align: center; padding: 0px 0 25px 0; margin-bottom: 0px; }
.ban-iframe-link a { background-color: #f39314; color: #fff; font-weight: 300; text-transform: uppercase; font-size: 1.5rem; padding: 10px 20px; display: block; max-width: 270px; margin: 15px auto 5px auto; }
.ban-iframe-link a:hover { font-size: 1.5rem; color: #fff; }
.ban-iframe-link { display: inline-block; text-align: center; width: 100%; }
.ban-iframe-link > p { display: inline; }
.ban-iframe-link p > a:hover { font-size: 1.5rem; }
/*-- banner css end --*/

/*-- footer above css starts --*/
.footer-above p.rad-big { font-size: 3.5rem; color: #fff; padding-bottom: 15px; text-align: center; font-family: 'oswaldlight'; line-height: 50px; font-weight: 100; margin: 0px; }
.footer-above > p.rad-big span.white-font-color { font-family:'oswaldextralight', sans-serif; }
.footer-above-box { padding-top: 50px; padding-bottom: 10px; }
.footer-above p { color: #FFF; font-size: 1.8rem; line-height: 26px; font-family: 'Open Sans'; margin-bottom: 30px; }
.footer-above p.thanks-txt { padding:0 2% 2% !important; }
.footer-above-bottom { margin: 0 auto; margin-bottom: 40px; overflow: hidden; float: left; margin-top:20px; }
.call-wrap img { width: 50px; margin-right: 30px; float: left; }
.email-wrap img { padding-right: 30px; float: left; }
.call-wrap p, .email-wrap p { padding: 0px 0; line-height: 36px; font-size: 3.0rem; color: #fff; float: left; }
.call-wrap { padding-left: 60px; float:left; width:100%; margin-top:1px; }
.email-wrap p { line-height: 36px; padding-top: 17px; }
/*-- footer above css ends --*/

/*-- footer css--*/
.footer-link-wrapper.footer { background: #e1dfdf; color: #333; padding-top: 9px; border-top: 4px solid #f39314; min-height: 237px; }
.footer-link-wrapper.footer p { font-size: 24px; line-height: 28px; margin-bottom:2px; text-transform: capitalize; color: #0082c9; font-weight: normal; padding: 0px 0 12px; }
.footer-link-wrapper.footer p > strong { font-weight: 400; }
.footer-link-wrapper.footer a { color: #333; background: url("../_/media/Images/A/Azure-Power-IR/icons/arrow.png") no-repeat left center; padding: 0 0 0 15px }
.footer-link-wrapper.footer a:hover { text-decoration: none; color: #0082c9 }
.footer-link-wrapper.footer ul li { margin-bottom: 2px; }
.footer-link-wrapper .footer-links-list.logo { }
.footer-link-wrapper .footerlogo { width: 32%; float: right; margin: 24px 0 0 0; }
.footer-link-wrapper .footerlogo img { width: 93%; }
.footer-bottom { background: #0082c9; padding: 6px 0 1px; color: #FFF }
.footer-link-wrapper .footer-link { float: left; }
.footer-link-wrapper .footer-link li { float: left; }
.footer-link-wrapper .footer-link li.first a { background: none; padding-left: 0; }
/*-- footer end--*/

/*-- copy-right css--*/
.copy-right-text p { padding-bottom: 0px; font-size: 1.5rem; letter-spacing:1px; float:left; width:95%; padding-left:62px; }
/*--------------- link to top starts ---------------*/
#auto-top-link { background: url("../_/media/Images/A/Azure-Power-IR/css/scroll.png") no-repeat center center; background-size: 100%; }
/*--------------- link to top ends ---------------*/

/*-- PRESS RELEASE TABS --*/
.tabs.news-tabs li a span, .tabs.news-tabs li > span { background-color: #e9e9e9; padding: 10px 30px; color: #000; font-size: 1.5rem; text-align: left; font-weight: normal; text-transform: uppercase; }
/*-- PRESS RELEASE TABS --*/

/*-- ip3 form css start --*/
.form-row { display: block; width: 100%; float: left; }
.form-element.full-ele, .form-element.half-ele { padding-top: 0px; position: relative; clear: both; padding: 5px 0; width: 100%; min-height: 10px; }
.form-element.full-ele { width: calc(100% - 4px); float: left; margin: 5px 2px; }
.form-element.half-ele { width: calc(50% - 4px); float: left; margin: 2px 2px; clear: none; }
.form-element.errorClass-wrapper { padding-bottom: 15px !important; }
.errorClass.form-element.full-ele select { border: 1px solid #f00; }
.dropdown-wrap.errorClass > span { visibility: visible !important; }
.dropdown-wrap.errorClass { padding-bottom: 15px !important; }
.form-element.full-ele input, .form-element.full-ele select { width: 100%; font-size: 12px; color: #333; border: 1px solid #ececec; padding: 10px; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; ms-appearance: none; appearance: none; background: url("../_/media/Images/A/Azure-Power-IR/icons/icon-dropdown.png") no-repeat center right #fff; background-size: 25px auto; line-height: 14px; }
.form-element.half-ele input, .form-element.full-ele textarea { width: 100%; font-size: 12px; color: #333; border: 1px solid #ececec; padding: 4px 10px; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; ms-appearance: none; appearance: none; }
.form-element.full-ele input[type="submit"] { background: #f39314; color: #fff; padding: 10px 30px; line-height: 20px; display: block; font-size: 1.4rem; width: 100%; border: none; margin: 0px; }
.ir-contact-form { display: inline-block; width: 100%; }
/*.form-element.full-ele > span, .form-element.half-ele > span {display: none;}*/
.contact-block h2 { text-align: left; }
.contact-right { border-left: 1px solid #cccccc; padding-left: 37px; width: 55%; }
.captcha-wrapper > div:first-child { float: left }
/*-- ip3 form css end --*/

/*-- custom BOD css start --*/
#contentwrapper #twocolright ul li.bordered_block { padding-left: 0px; display: inline-block; width: 300px; margin: 2% 3.8%; vertical-align: top; height: 360px; overflow: hidden; }
#contentwrapper #twocolright ul li.bordered_block:before { border: 0px solid rgba(255,255,255,0.18); content: ""; display: block; top: 0; bottom: 0; left: 0; right: 0; position: absolute; z-index: 2; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; opacity: 1; width: 100%; height: 100%; background-color: transparent; }
.image_over { width: 100%; height: 100%; position: absolute; transform: scale(1); transition: 1s all; top: 0; }
.image_over img { width: 100%; }
a.box_link { position: absolute; top: 0; bottom: 0; right: 0; left: 0; letter-spacing: 0; z-index: 4; }
.box_content { position: absolute; z-index: 2; opacity: 0; transition: 0.3s all; padding: 0 27px; transform: translateY(100px); text-align: center; color: #fff; display: table-cell; margin: auto; vertical-align: middle; width: 100%; padding-top: 0 !important; }
.box_content h3 { color: #333; font-family: 'oswald'; font-size: 35px; text-align: center; padding: 40px 0 20px 0; font-size: 20px!important; margin: 150px auto 0!important; text-transform: uppercase; color: #fff!important; text-align: center!important; padding-top: 0px !important; }
.box_content p { margin-bottom: 0px; }
.box_content h3:after { border-bottom: 1px dotted #cfcfcf; content: ""; display: block; height: 1px; margin: 10px 0 0px; width: 70px; margin-left: auto !important; margin-right: auto !important; }
li.bordered_block:after { position: absolute; display: block; content: ""; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.9); z-index: 1; opacity: 0; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
.bordered_over3:before { border: 0px solid rgba(255,255,255,0.18); content: ""; display: block; top: 0; bottom: 0; left: 0; right: 0; position: absolute; z-index: 2; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; opacity: 1 }
.bordered_over3:after { position: absolute; display: block; content: ""; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.9); z-index: 1; opacity: 0; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
.bordered_over3:hover:after { opacity: 1; }
.bordered_over3 h4 span:before { content: ""; display: block; position: absolute; border: 1px solid rgba(255,255,255,0.18); top: -5px; bottom: -5px; left: -5px; right: -5px; z-index: 0 }
.image_over3 { width: 100%; position: absolute; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; box-shadow: inset 0 0 0 25px #53a7ea; top: 0; }
.bordered_over3:hover .image_over3 { -webkit-transition: all 0.7s ease; transition: all 0.7s ease; box-shadow: inset 0 0 0 25px #53a7ea; }
.bod-section li:hover .box_content { opacity: 1; transform: translateY(0); }
.bod-det-container { width: 100%; float: left; text-align: left; }
#contentwrapper .bod-det-container h2{padding-bottom:5px; padding-top:0;}
.scrollht { padding-top: 50px; }
.scrollht:first-of-type { padding-top: 48px; }
.content-grid { position: relative; background: #f9f9f9; margin: 0 3.8%; padding: 2%; border: 1px solid #dddcdc; }
.Image-blog { display: table-cell; width: 250px; vertical-align: top; overflow: hidden; border: 1px solid rgba(255,255,255,0.18); }
.description-wrap { display: table-cell; vertical-align: top; text-align: left!important; padding: 0 0 0 2%; }
.bod-title { font-family: "oswald"; font-size: 1.8rem; padding: 0 0 10px 0; line-height: normal; text-transform: uppercase; color: #0072b8; }
.bod-des { text-transform: uppercase; padding: 0 0 15px 0; position: relative; display: block; }
/*-- custom BOD css ends--*/

/*-Committees page css starts -*/
.committee-composition-container table thead th { text-align: center; }
.committee-composition-container table thead th:first-child { text-align: left; }
.category-key span { text-align: left; }
/*-Committees page css ends -*/
.footer-top { padding: 20px 5%!important; width: 100%; margin: 0 auto; }
.footer-links-list { float: left; width: 34%; }
.or { width: 80px; font-size: 6rem; color: #666; display: inline-block; margin: 20px 46px 33px; font-family: 'Oswald', sans-serif; font-weight: 700; }
.footer-right, .footer-left { width: 41%; }
.footer-right { float: right; }
.bod-section {text-align: center; }
.bod-section ul{float:left;width:100%;margin-left:0px !important;}
#ip3-contact-us { background:#eeeeee; }
#contentwrapper.bod-wrapper{margin-bottom:0px;}
#contentwrapper.bod-wrapper h2 { padding-bottom:6px; }

.contactwebformSubmitButton, .captcha-wrapper { float:left; width:100%; }
.captcha-wrapper > div:first-child { float:left; width:180px; left:0; }
.captcha-wrapper .form-captcha.form-right { float:left; left:200px; width:initial; margin-left:10px; }
.form-element.half-ele.form-right.captcha-wrapper { width:100%; }
.parent-node { display:inline-block;}
.child-node { float:left;}
.parent-node .child-node h2 {text-align:initial; float:left;}
.parent-node .child-node p {padding-top:38px;position:absolute;right:0px;}
.ip3-edit .parent-node .child-node p {top: 0px;}
p.facts-ttl { font-family: 'oswaldlight'; font-weight:300; color: #fff; text-align: left; font-size: 3.5rem; line-height: 26px; padding: 28px 0 24px 0; margin-bottom: 0; }
.ip3-edit .bw-release-story {width: 100%;float: left;}

body#ip3-email-alerts .register-for-alerts {display: none;}
.register-for-alerts {  height: 0; width: 100%/*204px*/; float: left;

}
.register-for-alerts p {padding: 0;}
.register-for-alerts  a {
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg); /* Standard syntax */	
	position: fixed; bottom:39%; right: -80px; float: right; height: 46px; width: 205px; z-index: 99999; display: block; padding: 17px 20px; white-space: nowrap;
	border: 1px solid rgb(216, 216, 216); border: 1px solid rgba(249, 249, 249, .8); -webkit-background-clip: padding-box; background-clip: padding-box; 
	background: #0082c9; color: #fff; font-size: 15px; font-weight: bold; line-height: 12px; text-transform: uppercase; letter-spacing: 0;}
.register-for-alerts a:hover {background: #f9f9f9; color: #000; border: 1px solid rgb(0, 130, 201); border: 1px solid rgba(0, 130, 201, .8);}


.bhr-boxes { text-align:left; }
.bhr-boxes h2 { font-size: 2.0rem; line-height: normal; text-align: left; }
.bhr-boxes ul {  }
.bhr-boxes ul li {  }
.bhr-boxes ul li a {  }
.bhr-boxes ul li a:hover {  }

div.tab-links ul li span {font-size: 1.1rem !important;}

/*---- main2-----*/
/*-- common table css replace --*/
table thead > tr > th:first-child, table tbody > tr > th:first-child { padding-left: 0px; }
th { background-color: #e9e9e9; padding: 10px; text-align: left; background: none; font-size: 1.5rem; text-transform: inherit; color: #0072b8; font-weight: 700; }
#twocolright .news-container a:hover, #twocolright .news-tabs a:hover { text-decoration: none; }
#topnavigation.header-menu li.append-navigation a { color: #f39314; }
table thead > tr:first-child th { border-top: none; }
table thead > tr:first-child th:last-child { border-right: none; }
table thead > tr:first-child th:first-child { border-left: none; }
table tbody > tr td:first-child { padding-left: 0px; }
/*-- common table css end --*/

/*-- press release table css replace --*/
div#prCategorySort { display: none; }
.news-filter { width: 220px; }
#contentwrapper #twocolright .pr-dropdown .pr-options ul li:before { content: none; }
#contentwrapper #twocolright .pr-dropdown .pr-options ul li { padding-left: 0px; border-bottom: 1px solid #d8d8d8; }
p.title-sub { color: #000000; }
div.tab-links2 ul li { text-transform: uppercase; }
.pr-dropdown .pr-options { border-left: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8; }
.pr-toggle .icofont { display: none; }
.pr-dropdown.pr-date { background: #fff url(../_/media/Images/A/Azure-Power-IR/css/dropdown-arrow-new.png) no-repeat scroll calc(100% - 11px) center; display: inline-block; position: relative; vertical-align: top; height: 50px; }
.pr-dropdown.pr-date.open { background: #fff url(../_/media/Images/A/Azure-Power-IR/css/dropdown-arrow-active-new.png) no-repeat scroll calc(100% - 11px) center; }
a.pr-toggle > span.pr-label {color: #333;cursor: pointer;display: block;font-size: 1.4rem;line-height: 40px;padding: 5px 20px;height: 50px;position: relative;text-align: left;cursor: pointer;text-transform: uppercase;border: none;}
input.txt-search-pr, input.btn { border: 1px solid #d8d8d8; color: #000000; display: inline-block; font-size: 1.4rem; margin-right: 9px; padding: 11px 10px; vertical-align: top; width: 180px; border-radius: 0px; box-shadow: none; }
#twocolright .pr-dropdown .pr-options ul li a {background-color: #fff;color: #000;text-align: left;text-transform: uppercase;height: 50px;line-height: 40px;padding: 5px 20px;}
.pr-date a.pr-toggle > span.pr-label { border: 1px solid #d8d8d8; }
#twocolright .pr-dropdown .pr-options ul li a:hover { background-color: #0082c9; color: #fff; }
.press-text-filter{width: 300px;}
input.txt-search-pr, input.btn{padding: 11px 20px;width: 205px;}
/*-- press release table css end --*/

/*-- BOD css replace --*/
.bod-wrapper{background: #dcdede!important;}
.scrollht:last-child {padding-bottom: 40px;}
/*-- BOD css end --*/

/*-- Search Results Dropdown Css--*/
ul#ui-id-2 { z-index: 9999!important; border-radius: 0px!important; margin-top: 0px; }
.ui-menu .ui-menu-item a { line-height: 16px!important;height: auto !important;display: inline-block !important;margin-bottom: 0px; }
.ui-menu .ui-menu-item { width: 100% !important; display: block; margin: 0px !important; line-height: 1em; }
.ui-menu .ui-menu-item a span:first-child { width: 80%; }
.ui-menu .ui-menu-item a:hover { margin-bottom: 0px !important; background-color: #f39314; color: #fff !important; }
/*-- Search Results Dropdown css end--*/
a.tel:hover {text-decoration: none !important;}


.events-presentations-container .event-date { width:10% !important; }

body.ip3-press-releases h2{line-height:1em !important;}
body#ip3-events-and-presentations .title-details-title {color: #0072b8;font-weight: 700;margin-bottom: 10px;margin-top: 15px;}
body#ip3-events-and-presentations .parent-node .child-node h2 {line-height: 42px;}

body#ip3-03-30-2017-113006944 #bwbodyimg{    width: 390px !important;}

.homeContent-5 { margin:20px 0; }

/*---- media-queries-----*/
/*--------- iPad Landscape and Desktops ---------*/
@media all and (max-width: 1210px) {
.banneritem .bannertext { padding-left: 8%; width: 90%; }
}

@media all and (max-width: 1023px) {
.box-unit { margin-bottom: 10px; }
}

@media all and (min-width: 992px) and (max-width: 1190px) {
div.tab-links ul li span { padding: 20px 15px; font-size: 1.3rem; float: none; }
div.tab-links2 ul li > a > span, div.tab-links2 ul li.current > span { padding: 20px 15px; font-size: 1.3rem; float: none; }
div.tab-links ul { display: block; text-align: center; }
#topnavigation.header-menu li a { padding: 0px 10px; font-size: 1.3rem; }
}

@media all and (max-width: 991px) {
#topnavigation > ul { font-size: 1.3rem; }
#box-unit-4 { clear: none; }
.ir-contact-form .form-right input, .ir-contact-form .form-right textarea { width: 220px; max-width: 100%; clear: both; display: block; }
}

@media all and (min-width: 992px) {
nav.mob-tab-links { display: none !important }
}

@media all and (max-width:991px) {
.parent-node .child-node p{position:relative;padding:0px;}
.ban-iframe-link a { font-size: 1.2rem; }
.tab-links, div.tab-links2 { display: none; }
.mobi-pr-tabs ul li.current { display: none; }
#topnavigation.header-menu { display: none; }
#toplinks { display: none; }
.mobiMenus { display: block; }
.mobishow { display: block; }
.mobiMenus { display: block; }
.mobnav-open { display: block; }
/*-- second menu css start --*/
.mobnav-open { display: block; background-color: #0082c9; background-image: url(../_/media/Images/A/Azure-Power-IR/css/wht-arrow-down.png); background-repeat: no-repeat; background-position: 99% center; background-position: calc(100% - 25px) center; color: #fff; display: block; width: 100%; padding: 22px 15px; text-transform: uppercase; cursor: pointer; font-weight: bold; }
div.tab-links2 { display: none; }
nav.mob-tab-links { position: absolute; width: 100%; z-index: 2; }
.mob-tab-links ul li.level2 { text-transform: none; }
.mob-tab-links ul li.level2 > span, .mob-tab-links ul li.level2 > a { padding-left: 30px; }
.mob-tab-links ul { background-color: #0082c9; color: #fff; text-transform: uppercase; }
.mob-tab-links > ul > li > span, .mob-tab-links > ul > li a, .mob-tab-links > ul > li ul > li > span { color: #fff; line-height: 25px; padding: 10px 15px; display: block; border-top: 1px solid #006eb2; }
.mob-tab-links > ul > li > ul { background-color: #006eb2; }
.mobnav-open.open { background-image: url(../_/media/Images/A/Azure-Power-IR/css/wht-arrow-up.png); }
.mob-tab-links > ul > li.haschildren { position: relative; }
.mob-tab-links > ul > li.haschildren > .submenu-open { position: absolute; width: 60px; height: 46px; right: 4px; top: 0px; background-image: url(../_/media/Images/A/Azure-Power-IR/css/plus-icon.png); background-repeat: no-repeat; background-position: center; }
.mob-tab-links > ul > li.haschildren.active > .submenu-open { background-image: url(../_/media/Images/A/Azure-Power-IR/css/minus-icon.png); }
.mob-tab-links > ul > li ul > li.current > span { background-color: #0a6ca0; }
/*-- second menu css end --*/
}

/*--------- iPad Portrait and large Tablets Portrait ---------*/
@media all and (min-width: 768px) and (max-width: 991px) {
.upcoming-events-container .eventData { width: 45%; }
.eventCalendar { width: 26%; }
.footer-above-bottom { width: 100%; }
.footer-left, .footer-right, .or { width: 60%; margin: 0 auto; text-align: center; float: none; }
.footer-right { margin-top:17px; }
.call-wrap, .email-wrap { display:inline-block; text-align:left !important; }
.or { width:100%; margin:30px 16px 0px 16px; }
.footer-link-wrapper .footerlogo img { width:90%; }
}

@media all and (min-width: 769px) and (max-width:1190px) {
.row { margin-left: -7px; margin-right: -7px; }
.banner-wraper { position: relative; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 7px; padding-right: 7px; }
.container-fluid { padding-left: 7px; padding-right: 7px; }
.container { padding-left: 0px; padding-right: 0px; width: 100% !important; }
}

@media all and (min-width:768px) {
.mobi-pr-tabs { display: none; }
th.pr-date-field { width: 15% }
th.pr-title-field { width: 55% }
.call-wrap p { margin-top: -7px; }
}

/*--------- All Small Tablets and Large Phones Global CSS ---------*/
@media (max-width: 768px) {
.whitelist-wrap-right { padding-top: 50px; }
.greyBox { padding: 0px 7px; }
.ir-contact-form .form-right input, .ir-contact-form .form-right textarea { width: 100%; }
.form-element.full-ele input, .form-element.full-ele select { width: 100%; }
.container { width: 100%; }
.tab-links { display: none; }
.mobi-pr-tabs ul li.current { display: none; }
#topnavigation.header-menu { display: none; }
#toplinks { display: none; }
.mobiMenus { display: block; }
.mobishow { display: block; }
.mobiMenus { display: block; }
.footer-right-side { float: none; margin-bottom: 25px; }
#leftcol { display: none; }
#twocolright { width: 100%; }
.mobi-pr-tabs { display: none; }
.mobi-pr-tabs ul li { margin-bottom: 0px !important; }
.upcoming-events-container .eventData { width: 50%; }
.eventCalendar { width: 25%; }
/*-- bootstrap update --*/
.banner-title h1 { font-size: 4.0rem; line-height: 40px; }
.banner-title { padding-left: 10px; }
.homeContent-4 .left-section { padding-left: 10px; }
.footer-link-wrapper .footer-links-list { padding-left: 7px; }
.footerlogo { padding-right: 7px; }
.homeContent-3 .pull-right { padding-left: 40px; padding-right: 7px; }
.row { margin-left: -7px; margin-right: -7px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 7px; padding-right: 7px; }
.contact-right { border: none; }
.container-fluid { padding-left: 7px; padding-right: 7px; }
.container { padding-left: 0px; padding-right: 0px; width: 100% !important; }
/*-- bootstrap update --*/
.email-wrap img { margin-right: 30px; padding-right:0; width:60px; }
.email-wrap p { line-height: 40px; font-size: 2.0rem; padding-top: 0px; }
.call-wrap img { margin-right: 20px;  width:40px; }
.call-wrap p { font-size: 2.0rem }
.call-wrap { padding-left: 120px; }
#contentwrapper { padding-right: 7px; padding-left: 7px; }
.inv-responsive-table { text-align: left; }
.ban-iframe-title >p { font-size: 3.0rem; }
.ban-iframe-link p > a { padding: 10px 5px; margin-bottom: 0px; font-size: 1.3rem; }
.banner-wraper { height: 478px !important; min-height: 478px !important; }
.banner-iframe { padding-top: 92px; margin-top: 0px; }
.banner-iframe-wrapper { width: 100%; }
.mobishow { margin: 0px; margin-bottom: 10px; right: 15px; }
.scroll-table-container { overflow: auto; width: 100%; }
.inv-responsive-data-header { color: #0072b8 !important; }
.mob-tab-links > ul > li.current > span, .mob-tab-links > ul > li.selected > a { background-color: #025b8b; }
#contentwrapper #twocolright ul li.bordered_block { width: 300px; float: none; margin: 2% 4%; }
.bod-section ul { margin: 0px !important; width: 100%; text-align: center; }
.clear-fix:before, .clear-fix:after { content: ""; display: table; }
.bod-section { position: relative; margin: 0 auto; overflow: hidden; text-align: center; }
.or { width:100%; float:none; text-align:center; margin:10px 16px 20px; font-size:4rem; }
.footer-top { margin:0 auto 27px; }
.footer-link-wrapper.footer p { margin-bottom:17px; }
}

@media all and (max-width:767px) {
.copy-right-text p{padding-left:0;width:100%;font-size:1.2rem;text-align:center;}
.inv-branding{/*width:initial;*/width:100%;}
.inv-branding a{float:none;width:102px;margin:0 auto;}
.inv-branding a:after{right:auto;left:50%;margin-left:-50px;}
.homeContent-2{padding-bottom:10px;}
.homeContent-3{background-size:auto !important;background-position:top center !important;}
.homeContent-3 .right-section{background:#fff;}
.home-box-link p{margin-top:20px;}
.searchbox{border-bottom:none;}
.call-wrap { padding-left: 30px; }
.whitelist-wrap { min-height: 50px; height: auto !important; }
.footer-link-wrapper .footerlogo img { float: left }
.homeContent-3 .pull-right { padding-left: 7px; padding-right: 7px; }
.footer-left { float:none; width:50%; display:inline-block; text-align:left; }
.footer-right { float:none; width:50%; display:inline-block; text-align:left; }
.email-wrap { padding-left: 30px; }
.banner-wraper { padding: 0px; }
.banner-title { padding-top: 115px; padding-bottom: 60px; margin-top: 0px; }
.banner-title h1 { font-size: 4.0rem; line-height: 44px; margin-bottom: 0px; }
.banner-iframe { padding: 0px; }
.blue-list.bluelist-wrapper { float: left; width: 100%; padding-left: 10px; }
#contentwrapper #twocolright ul li.bordered_block { width: 300px; float: none; margin: 2% 3%; }
.mobisearch span.searchbg.selected:after { background: url(../_/media/Images/A/Azure-Power-IR/css/close.png) no-repeat center center; }
.news-wrapper-bor { padding: 0px; border: none; }
table.prReports tbody > tr > th, table.prReports tbody > tr > td { border: none !important; display: inline-block; }
table.prReports tbody > tr > th > span, table.prReports tbody > tr > td > span, table.prReports tbody > tr > th > a, table.prReports tbody > tr > td > a { width: 100%; padding-left: 0px; float: left; }
table.prReports tbody > tr > th a, table.prReports tbody > tr > td a { }
.prReports tbody tr { border-bottom: 1px solid #ededed; display: block; }
.prReports tbody tr:last-child { border-bottom: none; }
table.prReports tbody > tr > th > span.pr-mobi-headers, table.prReports tbody > tr > td > span.pr-mobi-headers { color: #0072b8; }
.mobi-pr-tabs .year-item { padding: 10px; border: 1px solid #e9e9e9; background: #fff; text-transform: uppercase; text-align: left; }
.mobi-pr-tabs .year-item:after { content: ''; display: block; height: 24px; width: 24px; color: inherit; font-family: icomoon; float: right; background: #fff url(../_/media/Images/A/Azure-Power-IR/css/dropdown-arrow.png) no-repeat scroll center right; background-size: 20px auto; line-height: 14px; }
#twocolright .news-wrapper-bor ul { position: absolute; width: 100%; z-index: 99; }
#twocolright .news-wrapper-bor ul.pr-option-inner { position: relative; }
#contentwrapper #twocolright .news-wrapper-bor ul li { float: left; display: inline-block; width: 100%; padding-left: 0px; text-align: left; text-transform: uppercase; background-color: #fff; border-color: #e9e9e9; border-top: none; }
#contentwrapper #twocolright .news-wrapper-bor ul li:before { content: none; }
#contentwrapper #twocolright .news-wrapper-bor ul li a { border: none; color: #000; }
#contentwrapper #twocolright .news-wrapper-bor ul li a:hover { color: #fff; }
#contentwrapper #twocolright .news-wrapper-bor ul li.current { background-color: #0082c8; color: #fff; }
#contentwrapper #twocolright .news-wrapper-bor ul li.current a { color: #fff; background-color: #0082c9; }
.mobi-pr-tabs .year-item.active:after { content: ""; background: #fff url(../_/media/Images/A/Azure-Power-IR/css/dropdown-arrow_active.png) no-repeat scroll center; }
.press-text-filter { margin-top: 10px; }
.whitelist-wrap-right { padding-top: 0px; }
.call-wrap p, .email-wrap p { line-height:36px; }
.footer-above-bottom { text-align:center; }
.or { width:100%; float:none; text-align:center; margin:10px 16px 20px; font-size:4rem; }
.footer-link-wrapper.footer p { margin-bottom:17px; }
}

@media all and (max-width:767px) {
.press-text-filter { width: 100%; text-align: left; }
.news-filter { margin-top: 10px; margin-left: 0px; }
/*PR Table starts*/
.prReports { margin-top: 20px; }
.press-releases-container .trHeaders { display: none }
.pr-date-field, .pr-document-field, .pr-title-field { clear: both; display: block; padding: 10px 0; width: 100%; }
.prReports tbody tr { border-bottom: 2px solid #ededed; display: block; }
.pr-mobi-headers { display: inline-block; font-weight: 700; vertical-align: top; width: 33%; padding-left: 10px; }
.pr-span-other { display: inline-block; vertical-align: top; width: 65%; }
.pr-title-field a { display: inline-block; width: 65%; }
.pr-document-field > a { display: inline-block; vertical-align: top; }
.prReports tbody tr td.cAlign a img { margin: 0; text-align: left; }
.prReports th.cAlign, .prReports td.cAlign { text-align: left; }
/*PR table end*/

.ir-contact-form .form-right input, .ir-contact-form .form-right textarea { display: block; }
.ir-contact-form .form-right { float: left; width: 100%; }
.form-right > span { display: inline-block; }
.banneritem .bannertext { padding-left: 16%; width: 83%; top: 30%; }
#bannerwrapper .bx-controls .bx-controls-direction { bottom: 200px; }
#bannerwrapper .bx-controls .bx-pager { left: 38%; }
.category-key { margin-bottom: 10px; }
.category-key span { display: block; float: none; margin-bottom: 5px; width: 100%; }
#mobishownav { width: 100%; }
#mobishowsearch { right: 9px; top: 100%; background-color: #fff; border: 1px solid #c3c6c6; }
div#searchButtonContainer2:after { height: 26px; }
.tabs { display: none; }
.searchbox { width: 100%; max-width: 200px; }
.mobi-pr-tabs { display: block; float: left; padding: 0; width: 100%; position: relative }
.inv-responsive-header-td { font-weight: normal; }
.upcoming-events-container .title-sub, .upcoming-events-container .event-date, .upcoming-events-container .outlook-link { width: 100%; margin-bottom: 5px; margin-right: 0px; padding: 0px; }
.upcoming-events-container .related-materials-collapsed { margin-top: 15px; }
.banner-wraper { height: auto !important; min-height: 100px !important; }
.banner-iframe-wrapper { width: 100% !important; }
.banner-title { padding-top: 115px; }
.home-box-arrow { background: url(../_/media/Images/A/Azure-Power-IR/css/arrow-bg-mob.png); background-repeat: no-repeat; background-position: center; height: 60px; background-size: auto 100%; }
.home-box-content:before { content: ""; position: absolute; height: 50px; width: 2px; background-color: #f29315; left: 50%; left: calc(50% - 2px); top: 0px; }
.home-box-content { padding-top: 50px; }
.common-wrapper h3 { font-size: 30px !important; padding-bottom: 4px !important; line-height: 35px; }
.home-box-content.home-box-1:before { content: none; }
.home-box-content.home-box-1 { padding-top: 0px; }
.footer-top { margin:0 auto 27px; }
}

@media all and (max-width:640px) {
.Image-blog { width: 100%; display: block; margin-bottom: 20px; }
.Image-blog img { width: 100%; }
.scrollht { padding-top: 20px !important; }
.common-wrapper h3 { font-size: 30px !important; padding-bottom: 4px !important; line-height: 35px; }
.scroll-table-container { padding: 15px; }
/*--responsive table--*/
table.inv-responsive-table tbody > tr > th, table.inv-responsive-table tbody > tr > td { border: none !important; display: inline-block; width: 100%; padding: 0px; }
table.inv-responsive-table tbody > tr > th > span, table.inv-responsive-table tbody > tr > td > span, table.inv-responsive-table tbody > tr > th > a, table.inv-responsive-table tbody > tr > td > a { width: 100%; padding-left: 0px; float: left; }
table.inv-responsive-table tbody > tr > th a, table.inv-responsive-table tbody > tr > td a { }
.inv-responsive-table tbody tr { display: block; clear: both; display: block; padding: 10px 0; width: 100%; }
.inv-responsive-table tbody tr:last-child { border-bottom: none; }
table.inv-responsive-table { border-bottom: 1px solid #d8d8d8; margin-bottom: 0px; }
table.inv-responsive-table:last-child { border-bottom: none; }
table.inv-responsive-table tbody, table.inv-responsive-table thead { width: 100%; display: block; }
table.inv-responsive-table tbody > tr > td.inv-responsive-data-header { text-transform: uppercase; }
body#ip3-events-and-presentations .title-details-title { text-transform: uppercase; }
table.inv-responsive-table tbody > tr > td.inv-responsive-data-content { font-weight: normal !important; }
/*--responsive table--*/
}

@media (max-width: 480px) {
.footer-link ul { margin-bottom: 25px; }
.footer-link ul li:first-child { margin-bottom: 10px; }
.footer-link ul li { border-left: medium none; float: none; padding: 0; }
.snapdown-content.board img { float: none; width: 100%; height: auto; }
.news-filter { margin-left: 0; width: auto; }
.mobiDropdownPress.finder-dropdown-sort { display: block; margin-left: 0; margin-top: 10px; width: 215px; }
.mobiDropdownPress.finder-dropdown-sort .dk_options { width: 215px; }
.c-grid { float: left; width: 90%!important; }
.c-event-grid { width: 100%!important; margin-top: 20px; height: auto!important; margin-bottom: 20px; }
.call-wrap img { width:30px !important; margin:0% 10% 0 0; }
.call-wrap p { font-size:1.6rem; line-height:24px; }
.footer-link-wrapper.footer p { font-size:1.6rem; }
.footer-link-wrapper.footer a { font-size:1.3rem; }
}
@media (max-width: 550px) {
.footer-left, .footer-right { width:70%; }
}
@media all and (min-width: 641px) and (max-width: 767px) {
.footer-link-wrapper .footer-links-list { float: left; width: 34%; }
.footer-link-wrapper .footerlogo { width: 32%; float: right; margin: 24px 0 0 0; }
}

@media all and (min-width: 426px) and (max-width: 640px) {
.footer-top.main { display: inline-block; text-align: center; width: 100%; }
.footer-link-wrapper .footer-links-list { width: 40%; float: none; text-align: left; display: inline-block; }
}
@media all and (min-width: 361px) and (max-width: 425px) {
.footer-top.main { display: inline-block; text-align: center; width: 100%; }
.footer-link-wrapper .footer-links-list { width: 48%; float: none; text-align: left; display: inline-block; }
.footer-link-wrapper .footer-links-list.footerlogo { width:100%; }
.footer-left, .footer-right { width:85%; }
.footer-link-wrapper.footer p { padding-top:10px; }
}
@media all and (min-width: 320px) and (max-width: 360px) {
.footer-top.main { display: inline-block; text-align: center; width: 100%; }
.footer-link-wrapper .footer-links-list { width: 60%; float: none; text-align: left; display: inline-block; }
.footer-left, .footer-right { width:85%; }
.footer-link-wrapper.footer p { padding-top:10px; }
}

@media all and (min-width: 769px) and (max-width:990px) {
#topnavigation.header-menu li a { padding: 0px 8px !important; }
}

@media all and (min-width: 769px) {
.news-wrapper-bor .scroll-table-container { border: none; padding: 0px; }
}

/*IPad/IPad mini landscape mode:*/
@media all and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
div.tab-links ul li span { padding: 20px 13px;}
}
/*---- jquery-ui-----*/
/*! jQuery UI - v1.10.2 - 2013-03-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu-item:hover {
        /*background-color:#999999;*/
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	/*margin: -1px;*/
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1em;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	/*font-size: 1.1em;*/
font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #000;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:hover {
	/*border: 1px solid #999999;
	background-color: #aaaaaa !important;
	font-weight: normal;
	color: #212121;*/
	background-color:#cccccc;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:focus {
	/*border: 1px solid #999999;
	background-color: #aaaaaa;
	font-weight: normal;
	color: #212121;*/
}

.ui-state-hover  a,
.ui-state-hover  a:hover,
.ui-state-hover  a:link,
.ui-state-hover  a:visited {
/*	color: #212121;
	text-decoration: none;*/
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
        color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
}
.ui-widget-header .ui-icon {
}
.ui-state-default .ui-icon {
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
}
.ui-state-active .ui-icon {
}
.ui-state-highlight .ui-icon {
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.currentDomainCSS
{
    background: #D3D3D3 50% 50% repeat-x;
}

.serachTextBoxMiddle
{
    height: 18px;
    margin-left: 220px;
    right: 44px;
    width: 140px;
}
.serachButtonMiddle
{
    left: 363px;
    position: absolute;
    top: 53px!important;
}
.centerText
{
    margin-left: 195px;
}
.centerText1
{
margin:0 auto;
width: 180px;
}


.ui-menu {min-width: 180px !important; max-width: 300px !important;}
.ui-menu a{background-color:#ffffff;height:20px;width:100%;position:relative;top:0px;margin-bottom:1px;}
.ui-menu a:hover{height:20px;width:100%;position:relative;top:0px;margin-bottom:1px;}


.ui-menu .ui-menu-item {padding: 0 !important;  width: 96% !important;}