/* Datepicker.css merged start  */

/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}
/* Datepicker.css merged end  */

/* Style.css merged start  */
@font-face {
	font-family: MissionScript;
	/*src: url('../font/Mission-Script.otf');*/
}

/** {
    font-family: arial, sans-serif;
    font-size: inherit;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #444;
}*/

/*
 ================================================================================
*/
h1 {
	color: #4488FF;
	/*font-family: 'MissionScript',Georgia,serif;*/
	font-size: 3em;
	margin: 0.2em 0pt;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

h2 {
	color: #444;
	font-size: 2em;
	margin-bottom: 1em;
	text-shadow: 0px 1px 1px #FFF;
}

ul {
	list-style-type: square;
	padding-left: 1em;
}

form .formField {
	margin-bottom: 1em;
}

input[type='text'],textarea {
	width: 460px;
	line-height: 1.2;
	padding: 4px;
	border: solid 1px #CCC;
}

/*label {
	display: block;
	font-variant: small-caps;
}*/

button,input[type='submit'] {
	padding: 2px 4px;
}

.button {
	padding: 4px 8px;
	font-family: arial, sans-serif;
	font-size: 0.75em;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	color: #FFF;
	background-color: #48F;
	background: linear-gradient(center top, #48F, #46F) repeat-x;
	border-radius: 2px;
	border: none;
}

.button:hover {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25)
}

hr {
	border: none;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	margin: 1em 0;
}


.todoTitle {
	font-weight: bold;
}

.todoDescription {
	font-style: italic;
	color: #888;
}

#todoList a,#todoList a:visited,#todoList a:active,#todoList a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #888;
}

/* Style.css merged end  */

/* landing.css merged start  */

/* --------------------- MENU CSS(kingshuk-667663) ------------------------- */
/* To disable scroll on modal open */
body.modal-open {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.menu-text {
	font-family: Segoe UI;
	color: #ffffff;
	font-size: 12px;
}

.favourites-large-div {
	/* background-color: rgb(39,131,234); */
	position: relative;
	overflow: hidden;
	height: 110px;
	width: 249px;
	cursor: pointer;
}

.favourites-large-div-selected {
	/* background-color: #363636; */
	position: relative;
	overflow: hidden;
	/* height: 150px;
	width: 355px; */
	outline: 3px solid #3770A2;
	/* box-shadow: 1px 1px 6px 1px white; */
}
.favourites-large-div:hover {
	/* background-color: #363636; */
	position: relative;
	overflow: hidden;
	/* height: 150px;
	width: 355px; */
	outline: 3px solid #3770A2;
	/* box-shadow: 1px 1px 6px 1px white; */
}

.tile-margin {
	margin: 5px;
	padding: 10px;
}

.favourites-small-div {
	/* background-color: #363636; */
	position: relative;
	overflow: hidden;
	height: 110px;
	width: 120px;
	cursor: pointer;
}

.favourites-small-div-selected {
	/* background-color: #363636; */
	position: relative;
	overflow: hidden;
	outline: 3px solid #3770A2;
	/* box-shadow: 1px 1px 6px 1px white; */
	/* width: 173px;
	height: 150px; */
}
.favourites-small-div:hover {
	/* background-color: #363636; */
	position: relative;
	overflow: hidden;
	outline: 3px solid #3770A2;
	/* box-shadow: 1px 1px 6px 1px white; */
	/* width: 173px;
	height: 150px; */
}
.favourites-hover {
	background-color: white;
}

.favourites-text {
	font: 14px Segoe UI;
	color: white;
	text-align: left;
}

.favourites-header-text {
	font: 30px Segoe UI;
	color: white;
}

/* .favourites-small-text {
	font-size: 16px;
	color: white;
} */
.slide-from-left-hidden {
	font-size: 16px;
	color: black;
	font-weight: bold;
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	opacity: 0.3;
	overflow: hidden;
	filter: alpha(opacity =       40);
	/* For IE8 and earlier */
	display: none;
}

.slide-from-right-hidden {
	color: white;
	position: absolute;
	top: 0%;
	right: -100%;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
	opacity: 0.3;
	filter: alpha(opacity =       40);
	/* For IE8 and earlier */
}

.left-middle-align {
	left: 0px;
	top: 65px;
	position: absolute;
	padding-left: 10px;
	text-align: left;
}

.bottom-align {
	left: 0px;
	top: 120px;
	position: absolute;
	margin-left: 10px;
}

/* .favourites-small-icon {
	width: 20px;
} */
.favourites-icon {
	position: absolute;
	max-width: 35px;
	max-height: 30px;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.tile-color-1 {
	background-color: #10cca6;
}

.tile-color-2 {
	background-color: #f0c000;
}

.tile-color-3 {
	background-color: #5435ae;
}

.tile-color-4 {
	background-color: #2e8bef;
}

.tile-color-5 {
	background-color: #f63150;
}

.tile-color-6 {
	background-color: #d44032;
}

.tile-color-7 {
	background-color: #f37735;
}

.tile-color-8 {
	background-color: #00b159;
}

.tile-color-9 {
	background-color: #135999;
}

.tile-color-10 {
	background-color: #6bb61d;
}

.tile-color-11 {
	background-color: #7e3878;
}

.tile-color-12 {
	background-color: #db552d;
}

/* --------------------- MENU CSS(Nayan-587484) ------------------------- */
.admin-pageHeading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #224272;
}

.backgroundImage {
	background-image: url("../img/global-bg.jpg");
	background-size: 100%;
}

#menuLeft>li {
	list-style-type: none;
	text-align: left;
	background-color: #05314c; /* #1365b3; */
	height: 45px;
}

#menuLeft>li #normal {
	display: inline-block;
}

#menuLeft>li #hover {
	display: none;
}

#menuLeft>li:hover {
	list-style-type: none;
	background-color: rgb(2, 34, 57); /* #083A6F; */
	color: #ffffff;
}

#menuLeft>li:hover #normal {
	display: none;
}

#menuLeft>li:hover #hover {
	display: inline-block;
}

#menuLeft>li:hover span {
	list-style-type: none;
	background-color: #05314c; /* #083A6F; */
	color: #ffffff;
}

#subMenuLeft {
	margin: 0px;
}

#subMenuLeft>div {
	height: 380px;
	padding: 0px 0px 0px 25px;
	margin-top: 25px;
	/* min-width: 254px; comment becuase of ie issue*/
}

#subMenuLeft>div>li:first-child {
	margin-top: 0px;
}

#subMenuLeft>div>li {
	list-style-type: none;
	margin-top: 20px;
	/* background-color: #363636; #1365b3;
	border: 1px solid #ffffff; 
	border-bottom: none;*/
}

#subMenuLeft>div>li>ul{
	line-height: 0;
}

#subMenuLeft>div>li>ul>li{
	line-height: 0;
}

#subMenuLeft>div>li>ul>li:not(:first-child){
	margin-top: 6px;	/*Kingshuk  */
}
#subMenuLeft>div>li>ul>li:first-child{
	margin-top: 4px;	/*Kingshuk  */
}

#subMenuLeft li>div>ul>li:hover {
	background-color: #012237;
}

#subMenuLeft li:last-child {
	/* border: 1px solid #ffffff; */
	
}

#menuPage hr {
	margin: 0px;
}

#menuLeft li>span {
	display: inline-block;
	height: 45px;
	width: 3px;
	position: absolute;
}

#menuLeft li:hover>span {
	background-color: #1479bf;
}

#menuLeft li>div:nth-child(2) {
	height: auto;
	padding: 7px 8px 7px 10px;
	display: inline-block;
}

#subMenuLeft li>div {
	height: auto;
	display: inline-block;
}

#menuLeft li>div span {
	/* width: 33px;
	height: 33px; */
	/* display: inline-block; */
	/* padding: 5px;
	background-color: #012237; */
}

#menuLeft li>div>a {
	border-radius: 0px;
	display: inline-block;
	color: #e6f2f9;
	font: 16px Segoe UI;
	text-decoration: none;
	margin-left: 10px;
	cursor: default;
	position: absolute;
	margin-top:2px;
	/* font-weight: bold;
	font-style: normal; */
}

#subMenuLeft li ul {
	padding: 0px;
}

#subMenuLeft>div>li>a {
	border-radius: 0px;
	display: inline-block;
	color: #ffffff;
	font: 14px Segoe UI;
	text-decoration: none;
	margin-left: 0px;
	min-width: 225px;
	padding: 0px;
}

#subMenuLeft>div>li>ul>li>a {
	border-radius: 0px;
	display: inline-block;
	color: #9fdaff;
	font: 11px Segoe UI;
	text-decoration: none;
	min-width: 215px;
	padding: 0px; 
	height: 13px;
}
#subMenuLeft>div>li>ul>li>a>span{
	display:inline-block;
}
.subMenu {
	z-index: 500;
	position: absolute;
	left: 219px;
	top: 65px;
	width: 260px;
	color: #ffffff;
	background-color: #022239;
	height: 430px;
	overflow-y: auto;
	overflow-x: hidden;
}

.subMenuHeader {
	height: 47px;
	font-weight: bold;
	font-size: 20px;
	padding-top: 5px;
	background-color: #6D6D6D;
}

#menuPage {
	width: 219px;
	z-index: 500;
	position: absolute;
	/* display: none; */
	top: 70px;
	height: 530px;
	background-color: #05314c;
	margin: 10px 0px;
}

.shortcutMenu {
	position: absolute;
	z-index: 1000;
	/* top: 80px; */ /* kingshuk */
}

.shortcutMenu span {
	width: 43px;
	cursor: pointer;
}

#searchMenuDiv {
	padding: 16px 11px;
	text-align: left;
	background-color: #05314c;
}

.searchMenuInnerDiv {
	background-color: rgb(20, 121, 191);
}

.searchMenuInnerDiv input {
	width: 160px;
	display: inline;
	height: 33px;
	/* margin: 2px; */
}

.searchMenuInnerDiv span {
	padding: 0px;
	padding-left: 9px;
	padding-right: 1px;
	padding-left: 7px;
	cursor: pointer;
}

.searchMenuSmallInnerDiv {
	background-color: #ffffff;
	width: 35px;
}

.searchMenuSmallInnerDiv input {
	display: none;
}

.searchMenuSmallInnerDiv span {
	width: 26px;
	padding: 4px;
	margin-left: 5px;
}

#anchorHoverImage {
	/* width: auto !important;
	height: auto !important;
	margin-bottom: 2px; */
	margin-left: 9px;
}

#anchorHoverImageSecondLevel {
	/* width: auto !important;
	height: auto !important;
	margin-bottom: 2px; */
	margin-left: 9px;
}

/*************** Customise page CSS *******************/
#pinnedBox {
	width: 981px; 
	background-color: #074884;
	border: 3px solid #3a88cf;
	padding: 10px;
	margin-left: 15px;
}

.custome-tiles {
	width: 100px;
	height: 100px;
	margin-left: 15px;
	padding: 8px;
}

.custome-tiles>span {
	bottom: 0;
	left: 0;
	margin-bottom: 8px;
	position: absolute;
	margin-left: 8px;
}

.custome-tiles-unfilled {
	border: 3px solid #3a88cf;
}

#customisePage {
	font-family: Segoe UI;
}

#customisePage .firstLevel {
	text-align: left;
	width: auto;
	font-size: 20px;
	font-family: Segoe UI;
	color: #1479bf;
}

#customisePage .firstLevel>span {
	width: 30px;
	margin-right: 12px;
	margin-top: 2px;
}

#customisePage ul.secondLevel {
	padding: 0px;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 0px;
}

#customisePage ul.secondLevel>li {
	list-style-type: none;
	font-size: 13px;
	font-family: Segoe UI;
	margin-top: 20px;
	font-weight: bold;
}

#customisePage ul.secondLevel>li>div {
	/* position: absolute;
	background-image: url("../img/customize/icon-pin.png");
	background-size: cover;
	background-repeat: no-repeat;
	display: inline;
	width: 16px;
	height: 16px;
	margin-left: 20px;
	margin-top: 2px; */
	background: url("../img/customize/sprite_pin_icon_small.png") no-repeat;
	position:absolute;
	background-position: 0px 0px;
	display: inline;
	width: 16px;
	height: 16px;
	margin-left: 20px;
	margin-top: 2px;
	border-radius: 8px;
}

#customisePage ul.secondLevel>li>div:hover {
	/* background-image: url("../img/customize/icon-pinned.png"); */
	background: url("../img/customize/sprite_pin_icon_small.png") no-repeat;
	position:absolute;
	background-position: 0px -26px;
}

#customisePage ul.secondLevel>li>div.fav {
	/* background-image: url("../img/customize/icon-pinned.png"); */
	background: url("../img/customize/sprite_pin_icon_small.png") no-repeat;
	position:absolute;
	background-position: 0px -26px;
}

#customisePage ul.secondLevel>li>div.fav:hover {
	/* background-image: url("../img/customize/icon-unpin.png"); */
	background: url("../img/customize/sprite_pin_icon_small.png") no-repeat;
	position:absolute;
	background-position: 0px -52px;
}

#customisePage ul.thirdLevel {
	text-align: left;
	list-style-image: url("../img/menu/hover/icon-megamenu.png");
	margin-top: -5px;
}

#customisePage ul.thirdLevel>li {
	font-size: 13px;
	font-family: Segoe UI;
	color: #1479bf;
	margin-top: 10px;
	font-weight: normal;
}

#customisePage ul.thirdLevel>li>div {
	/* position: absolute;
	background-image: url("../img/customize/icon-pin.png");
	background-size: cover;
	background-repeat: no-repeat;
	display: inline;
	width: 16px;
	height: 16px;
	margin-left: 20px;
	margin-top: 2px; */
	background: url("../img/customize/sprite_pin_icon_small.png") no-repeat;
	position:absolute;
	background-position: 0px 0px;
	background-size: cover;
	display: inline;
	width: 16px;
	height: 16px;
	margin-left: 20px;
	margin-top: 2px;
	border-radius: 8px;
}

#customisePage ul.thirdLevel>li>div:hover {
	/* background-image: url("../img/customize/icon-pinned.png"); */
	background: url("../img/customize/sprite_pin_icon_small.png") no-repeat;
	position:absolute;
	background-position: 0px -26px;
}

#customisePage ul.thirdLevel>li>div.fav {
	/* background-image: url("../img/customize/icon-pinned.png"); */
	background: url("../img/customize/sprite_pin_icon_small.png") no-repeat;
	position:absolute;
	background-position: 0px -26px;
}

#customisePage ul.thirdLevel>li>div.fav:hover {
	/* background-image: url("../img/customize/icon-unpin.png"); */
	background: url("../img/customize/sprite_pin_icon_small.png") no-repeat;
	position:absolute;
	background-position: 0px -52px;
}

.pin-tile-pinned-img {
	position: absolute;
	/* background-image: url("../img/customize/icon-pinned.png");
	width: 27px;
	height: 27px;
	background-repeat: no-repeat; */
	background: url("../img/customize/sprites_customise.png") no-repeat;
	background-position: -138px -106px ;
	width: 27px;
	height: 27px;
	cursor: pointer;
	right: 0;
	top: 0;
	margin-top: -8px;
	margin-right: -8px;
}

.pin-tile-pinned-img:hover {
	/* background-image: url("../img/customize/icon-unpin.png"); */
	background: url("../img/customize/sprites_customise.png") no-repeat;
	background-position: -106px -107px ;
	width: 27px;
	height: 27px;
	
}

.pin-tile-here {
	display: inline;
}

.pin-title-favourite-text {
	font: 12px Segoe UI;
	color: white;
	text-align: left;
	float: left;
	padding-top: 8px;
}

.pin-title-favourite-text a {
	cursor: default;
}

.left-top-pin {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 10px;
	margin-top: 10px;
}

.right-top-pin {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 10px;
	margin-top: 10px;
}

.left-bottom-pin {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

.right-bottom-pin {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blankTile {
	font: 12px Segoe UI;
	color: #3a88cf;
	margin-top: 15px;
	display: block;
}
/*************** Sitemap page CSS *******************/
#siteMapPage {
	font-family: Segoe UI;
	padding: 15px;
}

#siteMapPage .firstLevel {
	/* padding: 5px; */
	text-align: left;
	width: auto;
	font-size: 20px;
	font-family: Segoe UI;
	color: #1479bf;
}

#siteMapPage .firstLevel>span {
	margin-right: 12px;
	display: inline-block;
	margin-top: 2px;
}

#siteMapPage ul.secondLevel {
	padding: 0px;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 0px;
}

#siteMapPage ul.secondLevel>li {
	list-style-type: none;
	font-size: 13px;
	font-family: Segoe UI;
	margin-top: 20px;
	font-weight: bold;
}

/* #siteMapPage ul.secondLevel>li>img {
	content: url("../img/customize/icon-pin.png");
	width: 16px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#siteMapPage ul.secondLevel>li>img:hover {
	content: url("../img/customize/icon-pinned.png");
}

#siteMapPage ul.secondLevel>li>img.fav {
	content: url("../img/customize/icon-pinned.png");
} */

#siteMapPage ul.thirdLevel {
	text-align: left;
	list-style-image: url("../img/menu/hover/icon-megamenu.png");
	margin-top: -5px;
}

#siteMapPage ul.thirdLevel>li {
	font-size: 13px;
	font-family: Segoe UI;
	color: #1479bf;
	margin-top: 10px;
	font-weight: normal;
}

/* #siteMapPage ul.thirdLevel>li>img {
	content: url("../img/customize/icon-pin.png");
	width: 16px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#siteMapPage ul.thirdLevel>li>img.fav {
	content: url("../img/customize/icon-pinned.png");
} */

/* ---------- Alerts & Announcements -------------- */
.announcementCloseButton{
	width: 90px;
	height: 32px;
	background-color: #0b4380;
	font-size: 13px;
	font-family: segoe UI;
	color: #ffffff;
	padding: 7px;
	padding-left: 18px;
}
.announcementCloseButton:hover{
	background-color: #073466;
}

.announcementLandingPageHover{
	position: fixed;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity:0.6;
	filter: alpha(opacity=60);
	height: 0px;
	width: 0px;
}

.announcement {
	position: absolute;
	/* background-color: #0b4380; */
	color: #ffffff;
	top: 80px;
	left: 0px;
	z-index: 1500;
	font: 13px Segoe UI;
	width: 1003px;
	text-align: left;
	padding: 0px 15px;
	/* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
	cursor: default;
}
.announcementRow{
	cursor: pointer;
}

.announcementRow:hover {
	background-color: #073466 !important;
}

.announcementClose {
	display: block;
}

/* .announcementRow:hover .announcementClose {
	display: block;
}
 */
#closeButton {
	opacity: 0.8;
	filter: alpha(opacity =     80);
}

#closeButton:hover {
	opacity: 1.0;
	filter: alpha(opacity =     100);
}

.announcementDetails {
	font: 13px Segoe UI;
	color: #000000;
	padding-top: 8px;
}

.gess-home-modal {
	overflow: visible;
}

.gess-home-modal-dialog {
	padding-top: 130px;
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
	padding-bottom: 119px;
}

.gess-home-modal-body {
	min-height: 350px;
	background-color: #135999;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 0px;
}

.gess-home-modal-header {
	height: 52px;
	background-color: #427cb2;
	color: #ffffff;
	border: none;
	padding-left: 30px;
}

.gess-small-modal-content {
	width: 440px;
	margin-left: 254px;
	top: 70px;
}

.gess-modal-button {
	width: 90px;
	height: 32px;
	border:none;
	text-align: center;
	background-color: #2084c9;
	color: #ffffff;
	font-size: 14px;
	border-radius:0px;
}
.gess-modal-button:hover{
	outline: 2px solid #59b7f8;
	color: #ffffff;
}

/* ----------------- My Setting --------------------- */
#mySettingsMenu {
	background-color: #359fe3;
	position: absolute;
	width: 130px;
	z-index: 1000;
	margin-top: 3px;
	margin-left: -30px;
	height: 112px;
	border: 2px solid #4db5f7;
}

#mySettingsMenu li {
	list-style-type: none;
	text-align: left;
	padding-left: 5px;
	padding-top: 4px;
	height: 27px;
}

#mySettingsMenu li a {
	color: #ffffff;
	font: 13px Segoe UI;
	text-decoration: none;
}

#mySettingsMenu>ul>li:hover {
	background-color: #1072b0;
}

/*Added by Amit for notification count*/
.notifyCount {
	position: absolute;
	top: -1px;
	right: 15px;
	padding: 2px 6px 1px 2px;
	background-color: red;
	color: white;
	font-weight: bold;
	font-size: 0.55em;
	/* border-radius: 176px;*/
	box-shadow: 1px 1px 1px gray;
	height: 15px;
	width: 16px;
	font-family: Segoe UI;
}

/*Added by Kingshuk for Search-more-menus page*/
.text-in-list {
	color: #1479bf;
	font-size: 12px;
	font-family: segoe UI;
}

#scrollbox3 {
	overflow: auto;
	width: 400px;
	height: 360px;
	padding: 0 5px;
	border: 1px solid #b7b7b7;
}

.track3 {
	width: 10px;
	background: rgba(0, 0, 0, 0);
	margin-right: 2px;
	border-radius: 10px;
	-webkit-transition: background 250ms linear;
	transition: background 250ms linear;
}

.track3:hover,.track3.dragging {
	background: #d9d9d9; /* Browsers without rgba support */
	background: rgba(0, 0, 0, 0.15);
}

.handle3 {
	width: 7px;
	right: 0;
	background: #07334f;
	/* background: rgba(0, 0, 0, 0.4); */
	border-radius: 7px;
	-webkit-transition: width 250ms;
	transition: width 250ms;
}

.track3:hover .handle3,.track3.dragging .handle3 {
	width: 10px;
}

/*  Bread crumbs  start*/
#breadcrumbDiv {
	text-align: left;
	/* padding-top: 2px; */
}

#breadcrumbDiv>a {
	cursor: default;
}

#breadcrumbDiv>a>span {
	margin-left: 35px;
	vertical-align: text-bottom;
	cursor: pointer;
}

#breadcrumbDiv>span {
	vertical-align: bottom;
	margin-left: 2px;
	display: inline-block;
	font-size: 11px;
	font-family: segoe UI;
}

#breadcrumbDiv>span:last-child {
	vertical-align: sub;
	font-size: 11px;
	font-family: segoe UI;
	margin-left: 0px;
}

/*  Bread crumbs  start*/
.main-content-div {
	padding-left: 26px;
	padding-top: 30px;
	padding-right: 11px;
}

/*********************For all List Pages(Search-more-menus,Announcement,Site-Map etc) starts*********************************/
.main-div-backgroud {
	border: 1px solid #d8edf0;
	background-color: #e9f6fa;
}

.main-div-for-repetativ-div {
	border: 2px solid #d8edf0;
	background-color: #e9f6fa;
	/* height: 344px;
	overflow-y: scroll; */
}

.main-div-for-repetativ-div-hr {
	border-bottom: 1px solid #3d8edf;
	margin: 0px;
	margin-top: 11px;
}

/*Added by Amit for notification count*/
.notifyCount {
	position: absolute;
	top: -1px;
	right: 15px;
	padding: 2px 6px 1px 2px;
	background-color: red;
	color: white;
	font-weight: bold;
	font-size: 0.55em;
	/* border-radius: 176px;*/
	box-shadow: 1px 1px 1px gray;
	height: 15px;
	width: 16px;
	font-family: Segoe UI;
}

.feedbackheader {
	text-align: left;
}

.feedback {
	text-align: left;
	font-family: Segoe UI;
	font-size: 13px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.feedbackcount {
	text-align: left;
	padding-left: 12px;
	font-family: Segoe UI;
	font-size: 13px;
	margin-left: -12px;
}

.defaultStar {
	/* background-image: url("../img/feedback/default-star.png");
	background-repeat: no-repeat; */
	background: url("../img/feedback/sprites_feedback.png") no-repeat;
	background-position: 0 -28px ;
	width: 22px;
	height: 22px;
}

.redStar {
	/* background-image: url("../img/feedback/poor-star.png");
	background-repeat: no-repeat; */
	background: url("../img/feedback/sprites_feedback.png") no-repeat;
	background-position: -27px -27px ;
	width: 22px;
	height: 22px;
}

.orangeStar {
	/* background-image: url("../img/feedback/average-star.png");
	background-repeat: no-repeat; */
	background: url("../img/feedback/sprites_feedback.png") no-repeat;
	background-position: 0 0;
	width: 22px;
	height: 22px;
}

.greenStar {
	/* background-image: url("../img/feedback/excellent-star.png");
	background-repeat: no-repeat; */
	background: url("../img/feedback/sprites_feedback.png") no-repeat;
	background-position: -27px 0;
	width: 22px;
	height: 22px;
}
.title_feedback{
	background: url("../img/feedback/sprites_feedback.png") no-repeat;
	position:absolute;
	background-position: -53px -10px ;
	width: 32px;
	height: 32px;
	display: block;
	margin-top: -2px;
}
.set {
	
}

.feedbackbutton {
	border: 0px solid;
	text-align: center;
	background-color: #427cb2;
	color: #ffffff;
}

.feedbackbuttonprimary {
	border: 0px solid;
	text-align: center;
	background-color: #0a4a85;
	color: #000000;
	cursor: default !important;
}

.feedbackbutton:hover {
	border: 2px solid #5890c4;
}

.sectiondivider {
	border-bottom: 1px solid #2470b6;
	padding-bottom: 10px;
}

.pageTitle {
	font-family: Segoe UI;
	Color: #1479bf;
	font-size: 22px;
}

.header-divider {
	border-bottom: 1px solid #99c7d5;
	margin: 20px -15px;
}

.faqquestion {
	font-size: 13px;
	font-family: Segoe UI;
	color: #3a88cf;
}

.faqanswer {
	font-size: 13px;
	font-family: Segoe UI;
	color: #0f4e74;
	padding-bottom:20px;
}

.helpcenterTab {
	height: 43px;
	width: 243px;
	background-color: #e9f6fa; /*#cfeaf2*/
	border: 1px #b6dbe6 solid;
	border-bottom: 0px solid #e9f6fa;
	padding-top: 10px;
	cursor: pointer;
}

/* .helpcenterTab:hover {
	height: 43px;
	width: 243px;
	border: 1px #cfeaf2 solid;
	background-color: #e9f6fa;
	border-bottom: 0px solid #b6dbe6;
	padding-top: 10px;
	cursor: pointer;
} */
.TrainingcenterTab {
	height: 43px;
	width: 243px;
	background-color: #cfeaf2;
	border: 1px #b6dbe6 solid;
	border-bottom: 1px solid #b6dbe6;
	padding-top: 10px;
	cursor: pointer;
}

/* .TrainingpcenterTab:hover {
	height: 43px;
	width: 243px;
	border: 1px #cfeaf2 solid;
	background-color: #e9f6fa;
	border-bottom: 0px solid #b6dbe6;
	padding-top: 10px;
	cursor: pointer;
} */
.trainingDiv {
	background-color: #e9f6fa;
	text-align: left;
	font-size: 15px;
	font-family: Segoe UI;
	color: #3a88cf;	
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
	padding-right:15px;
	padding-left:15px;
	margin-top:8px;
	margin-bottom:8px;
	height:17px; 
}

.trainingDiv:hover {
	text-decoration: underline;
}

.feedbackbuttonenable {
	border: 0px solid;
	text-align: center;
	background-color: #10305e;
	color: #ffffff;
}

.feedbackbuttonenable:hover {
	border: 2px solid #5890c4;
}
.helpcenterfaqtext{
	margin-left: 2px;
	font-size: 15px; 
	font-family: Segoe UI;
	color: #3a88cf !important;
	font-weight: normal;
}
.helpcenterfaq{
	text-align: left;
	border-bottom: 0px; 
	background-color: #e9f6fa;
	margin-left: 11px;
	margin-top: 8px;
}
.panel-heading{
	padding: 0px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.sitemap-no-hover:hover{
	text-decoration: none;
	color: #428bca;
}

/*********************For all List Pages(Search-more-menus,Announcement,Site-Map etc) ends*********************************/

/*************************  Take a Tour starts************************************/
.take-a-tour-button{
	outline: 2px solid #2590d9;
	color: #2590d9;
	display: inline-block;
	width: 120px;
	height: 32px;
	font-size: 14px;
	font-family: segoe UI;
	padding-left: 10px;
	padding-top: 6px;
	cursor: pointer;
}
.take-a-tour-button:hover{
	/* border: 2px solid #0b4d89; */
	background-color: #2590d9;
	outline: none;
	color:#ffffff;
}
/************************  Take a Tour ends*************************************/

/************************* back to top ends *************************************/
#back-top {
	position: fixed;
	bottom: 124px;
	margin-left: 837px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
height: 30px;
display: block;
margin-bottom: 7px;
-webkit-border-radius: 15px;
background-size: 20px 20px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
background-color: #B8AFAF;
color: black;
padding: 10px;
font-weight: bold;
}
#back-top a:hover span {
	background-color: black;
	color: white;
}
/****************************** back to top ends ***************************/

.image-container{
      width:17px;
      height:16px;
      overflow:hidden;
      display:block;
    }
       /* landing.css merged end  */ 
  /* CSS Sprite merging start */  
  
  
    .Travel, .Benefits_and_Taxes, 
.Claims_and_Advances, 
.Employee_Perks,
.Leave,
.My_Profile,
.My_Request_Lists,
.Reports, .Responsibilities,
.Responsibilities_hover,
.Travel_hover,
.Benefits_and_Taxes_hover,
.Claims_and_Advances_hover,
.Employee_Perks_hover,
.Leave_hover,
.My_Profile_hover,
.My_Request_Lists_hover, 
.Reports_hover, 
.menu, 
.search, 
.icon-megamenu, 
.anchor-hover, 
.Icon-home{
	background: url("../img/menu/sprites_menu.png") no-repeat;
}

.Travel{
	background-position: -37px -4px ;
	width: 33px;
	height: 33px;
}

.Benefits_and_Taxes{
	background-position: -73px -5px ;
	width: 33px;
	height: 33px;
}

.Claims_and_Advances{
	background-position: -109px -5px ;
	width: 33px;
	height: 33px;
}

.Employee_Perks{
	background-position: -146px -4px ;
	width: 33px;
	height: 33px;
}

.Leave{
	background-position: -2px -3px ;
	width: 33px;
	height: 33px;
}

.My_Profile{
	background-position: -40px -75px ;
	width: 33px;
	height: 33px;
}

.My_Request_Lists{
	background-position: -114px -78px ;
	width: 33px;
	height: 33px;
}

.Reports{
	background-position: -4px -77px ;
	width: 33px;
	height: 33px;
}

.Responsibilities{
	background-position: -78px -76px ;
	width: 33px;
	height: 33px;
}

.Responsibilities_hover{
	background-position: -79px -113px ;
	width: 33px;
	height: 33px;
}

.Travel_hover{
	background-position: -39px -39px ;
	width: 33px;
	height: 33px;
}

.Benefits_and_Taxes_hover{
	background-position: -75px -40px ;
	width: 33px;
	height: 33px;
}

.Claims_and_Advances_hover{
	background-position: -111px -42px ;
	width: 33px;
	height: 33px;
}

.Employee_Perks_hover{
	background-position: -148px -41px;
	width: 33px;
	height: 33px;
}

.Leave_hover{
	background-position: -3px -39px ;
	width: 33px;
	height: 33px;
}

.My_Profile_hover{
	background-position: -42px -112px ;
	width: 33px;
	height: 33px;
}

.My_Request_Lists_hover{
	background-position: -117px -114px ;
	width: 33px;
	height: 33px;
}

.Reports_hover{
	background-position: -4px -113px ;
	width: 33px;
	height: 33px;
}

.menu{
	background-position: -152px -79px ;
	width: 43px;
	height: 43px;
}

.search{
	background-position: -155px -127px ;
	width: 18px;
	height: 17px;
	position: absolute;
	margin-top: 8px;
	margin-left: 9px;
}

.icon-megamenu{
	background-position: -180px -128px ;
	width: 5px;
	height: 7px;
}

.anchor-hover{
	background-position: -179px -142px ;
	width: 5px;
	height: 7px;
}

.Icon-home{
	background-position: -182px -10px ;
	width: 13px;
	height: 11px;
}

.Benefits_and_Taxes_tile, 
.Claims_and_Advances_tile, 
.Employee_Perks_tile,
.Help_tile,
.Leave_tile,
.My_Profile_tile,
.My_Request_Lists_tile,
.Reports_tile,
.Responsibilities_tile,
.Track_Request_Workflow_tile,
.Travel_tile,
.Worklist_tile
{
	background:url('/Images/back.png') no-repeat;
	position:absolute;
}
.Leave_tile{
	background-position: 0px -160px;
	width: 35px;
	height: 30px;
}
.Benefits_and_Taxes_tile{
	background-position: 0px 0px;
	width: 35px;
	height: 30px;
}
.Claims_and_Advances_tile{
	background-position: 0px -40px;
	width: 35px;
	height: 30px;
}
.Employee_Perks_tile{
	background-position: 0px -80px;
	width: 35px;
	height: 30px;
}
.Help_tile{
	background-position: 0px -120px;
	width: 35px;
	height: 30px;
}
.My_Profile_tile{
	background-position: 0px -200px;
	width: 35px;
	height: 30px;
}.My_Request_Lists_tile{
	background-position: 0px -240px;
	width: 35px;
	height: 30px;
}.Reports_tile{
	background-position: 0px -280px;
	width: 35px;
	height: 30px;
}.Responsibilities_tile{
	background-position: 0px -320px;
	width: 35px;
	height: 30px;
}.Track_Request_Workflow_tile{
	background-position: 0px -360px;
	width: 35px;
	height: 30px;
}.Travel_tile{
	background-position: 0px -400px;
	width: 35px;
	height: 30px;
}.Worklist_tile{
	background-position: 0px -440px;
	width: 35px;
	height: 30px;
}




.My_Request_Lists_sitemap, 
.Reports_sitemap,
.Responsibilities_sitemap,
.sitemap_sitemap,
.Travel_sitemap,
.Benefits_and_Taxes_sitemap,
.bullet-sitemap_sitemap,
.Claims_and_Advances_sitemap,
.Employee_Perks_sitemap,
.Leave_sitemap,
.My_Profile_sitemap{
	background: url("../img/sitemap/sprites_sitemap.png") no-repeat;
	position: absolute;
}

.My_Request_Lists_sitemap{
	background-position: -134px -35px ;
	width: 30px;
	height: 30px;
}

.Reports_sitemap{
	background-position: -134px -1px ;
	width: 30px;
	height: 30px;
}

.Responsibilities_sitemap{
	background-position: -101px -35px ;
	width: 30px;
	height: 30px;
}

.sitemap_sitemap{
	background-position: -66px -33px ;
	width: 32px;
	height: 32px;
}

.Travel_sitemap{
	background-position: -34px -34px ;
	width: 30px;
	height: 30px;
}

.Benefits_and_Taxes_sitemap{
	background-position: -1px -34px ;
	width: 30px;
	height: 30px;
}

.bullet-sitemap_sitemap{
	background-position: -166px -30px ;
	width: 5px;
	height: 7px;
}

.Claims_and_Advances_sitemap{
	background-position: -100px -1px ;
	width: 30px;
	height: 30px;
}

.Employee_Perks_sitemap{
	background-position: -66px 0;
	width: 30px;
	height: 30px;
}

.Leave_sitemap{
	background-position: -33px 0;
	width: 30px;
	height: 30px;
}

.My_Profile_sitemap{
	background-position: 0 0;
	width: 30px;
	height: 30px;
}

.alerts_alert,
.alerts_disable_alert,
.alerts_hover_alert,
.announcements_announcement,
.announcements_disable_announcement,
.announcements_hover_announcement,
.pin,
.pin_hover,
.down_arrow_alert_announcement,
.up_arrow_alert_announcement
{
	background: url("../img/alert/sprites_alert_announcement.png") no-repeat;
	position: absolute;
}
.alerts_alert{
	background-position: 0px 0px;
	width: 33px;
	height: 33px;
}.alerts_disable_alert{
	background-position: 0px -43px;
	width: 33px;
	height: 33px;
}.alerts_hover_alert{
	background-position: 0px -86px;
	width: 33px;
	height: 33px;
}
.announcements_announcement{
	background-position: 0px -129px;
	width: 33px;
	height: 33px;
}.announcements_disable_announcement{
	background-position: 0px -172px;
	width: 33px;
	height: 33px;
}.announcements_hover_announcement{
	background-position: 0px -215px;
	width: 33px;
	height: 33px;
}
.pin{
	background-position: 0px -258px;
	width: 33px;
	height: 33px;
}.pin_hover{
	background-position: 0px -301px;
	width: 33px;
	height: 33px;
}
.down_arrow_alert_announcement{
	background-position: 0px -344px;
	width: 33px;
	height: 33px;
}
.up_arrow_alert_announcement{
	background-position: 0px -362px;
	width: 33px;
	height: 33px;
}

.new_announcement_close_others,
.new_announcement_close_hover_others,
.take_a_tour_others,
.take_a_tour_hover_others,
.icon_landing_page_others,
.icon_search_result_others

{
	background: url("../img/sprites_others.png") no-repeat;
	position: absolute;
}

.new_announcement_close_others{
	background-position: 0px -27px;
	width: 25px;
	height: 25px;
}
.new_announcement_close_hover_others{
	background-position: 0px 0px;
	width: 25px;
	height: 25px;
}
.take_a_tour_others{
	background-position: 0px -54px;
	width: 15px;
	height: 15px;
}
.take_a_tour_hover_others{
	background-position: 0px -74px;
	width: 15px;
	height: 15px;
}
.icon_search_result_others{
	background-position: 0px -94px;
	width: 5px;
	height: 7px;
}
.icon_landing_page_others{
	background-position: 0px -106px;
	width: 6px;
	height: 10px;
	display: inline-table;
	margin-top: 6px;
}
.success-message_customise,
.s-1_customise, .s-2_customise, .s-3_customise, 
.error-message-pin-my-tiles_customise,
.for-my-pinned-tiles-box_customise, 
.icon-dropdown_customise, 
.icon-information_customise, 
.icon-page-title_customise, 
.icon-pin_customise, 
.icon-pinned_customise, 
.icon-unpin_customise{
	background: url("../img/customize/sprites_customise.png") no-repeat;

}

.success-message_customise{
	background-position: -171px -173px ;
	width: 18px;
	height: 18px;
	position: absolute;
	margin-top: 16px;
}

.s-1_customise{
	background-position: 0 -103px ;
	width: 100px;
	height: 100px;
	
}

.s-2_customise{
	background-position: -107px 0;
	width: 100px;
	height: 100px;
}

.s-3_customise{
	background-position: -2px 0;
	width: 100px;
	height: 100px;
}

.error-message-pin-my-tiles_customise{
	background-position: -168px -138px ;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	margin-left: 30px;
}

.for-my-pinned-tiles-box_customise{
	background-position: -140px -169px ;
	width: 15px;
	height: 15px;
		position: absolute;
}

.icon-dropdown_customise{
	background-position: -110px -177px ;
	width: 15px;
	height: 11px;
		position: absolute;
}

.icon-information_customise{
	background-position: -143px -141px ;
	width: 20px;
	height: 20px;
		position: absolute;
}

.icon-page-title_customise{
	background-position: -104px -139px ;
	width: 32px;
	height: 32px;
		position: absolute;
}

.icon-pin_customise{
	background-position: -170px -104px ;
	width: 27px;
	height: 27px;
		position: absolute;
}

.icon-pinned_customise{
	background-position: -138px -106px ;
	width: 27px;
	height: 27px;
		position: absolute;
}

.icon-unpin_customise{
	background-position: -106px -107px ;
	width: 27px;
	height: 27px;
		position: absolute;
}
/* CSS Sprite merging end */  
