@font-face {
  font-family: 'brown-regular';
  src: url('/css/fonts/Brown/brown-regular.eot');
  src: url('/css/fonts/Brown/brown-regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Brown/brown-regular.woff') format('woff'), url('/css/fonts/Brown/brown-regular.ttf') format('truetype'), url('/css/fonts/Brown/brown-regular.svg#brown-regular') format('svg');
}
@font-face {
  font-family: 'avenir';
  src: url('/css/fonts/Avenir/34F721_0_0.eot');
  src: url('/css/fonts/Avenir/34F721_0_0.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Avenir/34F721_0_0.woff') format('woff'), url('/css/fonts/Avenir/34F721_0_0.ttf') format('truetype');
}
html {
  margin: 0 !important;
}
body {
  margin: 0px;
  padding: 0px;
  background: #e8e8e8;
  color: #343A41;
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
  overflow-y: scroll;
  overflow-x: hidden;
}
body table,
body tr,
body td,
body ol,
body ul,
body li,
body div,
body span {
  font-family: Open Sans;
}
/*--------------- HTML Headline elements starts ---------------*/
/*-------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.FBModuleName {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 0px;
  line-height: 28px;
  color: rgba(61, 61, 61, 0.9);
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
/*--------------- HTML Headline elements ends ---------------*/
/*-------------------------------------------------------------*/
path {
  fill: rgba(61, 61, 61, 0.9);
}
hr {
  border: 0px;
  height: 1px;
  background: #ffffff;
}
p {
  padding: 0 0 15px 0;
  margin: 0px;
  line-height: 22px;
}
a {
  color: #212121;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
}
a:hover {
  text-decoration: underline;
}
ul,
ol {
  margin: 0 0 5px 0;
}
ul li,
ol li {
  padding: 0 0 5px 0;
  list-style: inside disc;
}
ol li {
  list-style: inside decimal;
}
/*--------------- common classes starts ---------------*/
/*-----------------------------------------------------*/
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.noFloat {
  float: none !important;
}
.ta-Right {
  text-align: right !important;
}
.ta-Left {
  text-align: left !important;
}
.ta-Center {
  text-align: center !important;
}
.title {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 12px;
}
.small {
  font-size: small;
}
.bold {
  font-weight: bold;
}
/*--------------- Placeholder css starts ---------------*/
/*------------------------------------------------------*/
::-webkit-input-placeholder {
  color: #888888 !important;
  font-family: 'Open Sans', Arial;
  font-family: Open Sans;
  font-size: 16px;
  opacity: 1;
  opacity: 0.9 !important;
  filter: alpha(opacity=100);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #888888 !important;
  font-family: 'Open Sans', Arial;
  font-family: Open Sans;
  font-size: 16px;
  opacity: 1;
  opacity: 0.9 !important;
  filter: alpha(opacity=100);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888 !important;
  font-family: 'Open Sans', Arial;
  font-family: Open Sans;
  font-size: 16px;
  opacity: 1;
  opacity: 0.9 !important;
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {
  color: #888888 !important;
  font-family: 'Open Sans', Arial;
  font-family: Open Sans;
  font-size: 16px;
  opacity: 1;
  opacity: 0.9 !important;
  filter: alpha(opacity=100);
}
/*--------------- Placeholder css ends ---------------*/
/*----------------------------------------------------*/
::-ms-clear {
  display: none;
}
.mainWrapper {
  position: relative;
  z-index: 0;
}
.HS_Wrap {
  padding: 0 0 20px 0;
}
/*===============================================*/
/*============ Top navigation starts ============*/
nav {
  float: right;
  margin: 41px 0 0;
}
nav ul {
  margin: 0;
}
nav ul li {
  margin: 0;
  padding: 0 13px 0 13px;
  float: left;
  list-style: none;
}
nav ul li a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
  text-transform: uppercase;
  font-size: 14px;
  color: #b8b8b8;
  text-decoration: none;
  font-weight: normal;
}
nav ul li a:hover {
  color: #7b7b7b;
  text-decoration: none;
}
ul#horiznav,
#horiznav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: auto;
  background: none repeat scroll 0 0 #424242;
}
#horiznav li {
  float: left;
  position: relative;
  cursor: pointer;
}
#horiznav li a {
  display: block;
  padding: 5px 5px 43px;
  text-align: center;
  text-decoration: none;
}
#horiznav li.hover a {
  color: #7b7b7b;
  padding: 5px 5px 45px;
  border-bottom: 3px solid #7b7b7b;
}
.select2-highlighted a {
  color: #ffffff !important;
  text-decoration: none !important;
}
#horiznav li ul {
  display: none;
  /*hide the dropdown*/
  position: absolute;
  /*position it absolutely..*/
  left: 18px;
  /*...align the left edge with the left edge of the parent li...*/
  /*...and 32px down from the top - 30px height + 2px for the border*/
  color: #ffffff;
  z-index: 40 !important;
}
.dropzone .dz-preview .dz-progress,
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  z-index: 39 !important;
}
#horiznav li.hover ul {
  display: block;
  /*display the ul when the parent li is hovered*/
  z-index: 9999 !important;
}
#horiznav li ul li {
  background: none repeat scroll 0 0 #242021;
  background: none repeat scroll 0 0 #424242;
  min-width: 208px;
  padding: 0 25px;
  position: relative;
  z-index: 100;
}
#horiznav li ul li:first-child {
  padding-top: 30px;
}
#horiznav li ul li:last-child {
  padding-bottom: 30px;
}
#horiznav li.hover ul a {
  background-color: #424242;
  color: #ffffff;
  padding: 10px 0;
  text-align: left;
  font-size: 11px;
  border-bottom: 1px solid #3b3537;
}
#horiznav li ul li:first-child a {
  border-top: 1px solid #3b3537;
}
#horiznav li ul li:hover a {
  color: #7b7b7b;
  padding: 10px 0;
  border-bottom: 1px solid #3b3537;
}
#horiznav li ul li ul,
#horiznav li.hover ul li ul {
  display: none;
  left: 100%;
  margin: -64px 0 0;
  top: auto;
}
#horiznav li ul li.hover ul {
  display: block;
}
/* start: added by elita */
#horiznav li ul li.hover ul li ul {
  display: none;
  /*hide the dropdown*/
}
#horiznav li ul li ul li.hover ul {
  display: block;
  /*hide the dropdown*/
}
#horiznav li ul li.hover ul a,
#horiznav li ul li ul li.hover ul a {
  background-color: #424242;
  color: #ffffff;
  padding: 10px 0;
  text-align: left;
  font-size: 11px;
  border-bottom: 1px solid #3b3537;
}
#horiznav li ul li ul li ul li.hover a,
#horiznav li ul li ul li.hover a {
  color: #7b7b7b;
  padding: 10px 0;
  border-bottom: 1px solid #3b3537;
}
/* end: added by elita */
/*============ Top navigation ends ============*/
/*=============================================*/
/*=======================================================*/
/*============ Top search and user menu ends ============*/
.topSearch {
  float: right;
  margin: 34px 0 0;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topSearch .formDiv {
  float: left;
}
.topSearch input.txtInfild {
  border: 0;
  width: 80px;
  height: 20px;
  padding: 0 4px 0 4px;
  float: left;
  border: 1px solid #adb1b4;
}
.srcSubmit_new {
  display: block;
  float: left;
  height: 38px;
  margin: 0 12px 0 0;
  width: 36px !important;
  text-align: center;
  color: #b8b8b8;
}
.srcSubmit_new:hover,
.srcSubmit_new.hover,
.srcSubmit_new.active {
  color: rgba(33, 33, 33, 0.9);
}
.srcSubmit_new i {
  margin: 10px 0 0 0;
}
.topSearch .srcInptDiv {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  border: 0;
  max-width: 446px;
  right: 0;
  display: none;
  z-index: 11;
}
.srcInptDiv.active {
  display: block;
}
.srcInpt {
  width: 98%;
  margin: 7px 0 0 2% !important;
  padding: 0px;
  background: none;
  border: 0px;
  color: #4dcfb5 !important;
}
.srcOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ffffff;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.searchDiv {
  border: 1px solid #FFFFFF;
  float: right;
  height: 23px;
  line-height: 12px;
  margin: 11px 26px 0 0;
  max-width: 160px;
  width: 100%;
}
.searchDiv form {
  height: auto;
  margin: 0 auto;
}
.searchDiv form .topSearch {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  color: #FFFFFF;
  font-family: Arial;
  font-family: Open Sans;
  padding: 2px 5px 0;
  width: 115px;
  min-height: 20px;
}
.searchDiv form .goSearch {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  color: #FFFFFF;
  float: right;
  font-size: 16px;
  padding: 3px 5px 0;
  text-decoration: none;
}
.johnSmit {
  background: url("images/jhnsmit.png") no-repeat scroll -4px 0 rgba(0, 0, 0, 0);
  width: 95px;
  height: 40px;
  line-height: 40px;
  margin-top: 4px;
  float: right;
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding-left: 30px;
}
/*============ Top search and user menu ends ============*/
/*=======================================================*/
.dutyIcon {
  color: #b8b8b8;
  display: block;
  float: left;
  margin: 0 12px 0 -12px;
  text-align: center;
  width: 36px !important;
  text-decoration: none !important;
}
.dutyIcon i {
  line-height: 34px;
  margin: 0;
  text-align: center !important;
  text-decoration: none !important;
}
.dutyIcon i:before,
.dutyIcon i:after {
  margin: 0 0 0 5px !important;
}
.dutyIcon:hover .fa-clipboard,
.dutyIcon.hover .fa-clipboard,
.dutyIcon.active .fa-clipboard {
  color: rgba(33, 33, 33, 0.9);
}
.notificationIcon.hasUnread:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 20px;
  height: 5px;
  width: 5px;
  background: #1f1f1f;
  border-radius: 2.5px;
}
.notificationIcon i {
  margin: 0;
  text-align: center !important;
  text-decoration: none !important;
}
.notificationIcon:hover,
.notificationIcon.hover,
.notificationIcon.active {
  color: rgba(33, 33, 33, 0.9);
}
.notificationIcon:hover.hasUnread:before,
.notificationIcon.hover.hasUnread:before,
.notificationIcon.active.hasUnread:before {
  color: #404040;
}
.release-notifications-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}
.release-notifications-overlay.open {
  transition: opacity 0.35s ease-out;
  opacity: 1;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 14;
}
.release-notifications-container {
  position: absolute;
  top: 120px;
  max-height: 700px;
  width: 400px;
  z-index: 15;
  background: #fff;
  padding: 10px 20px;
  overflow-y: auto;
  user-select: none;
  display: none;
  text-align: left;
}
.release-notifications-container.open {
  display: block;
  animation: slideFromRight 0.35s ease-out forwards;
}
.release-notifications-container .release-notifications-header {
  height: 30px;
  display: block;
  clear: both;
}
.release-notifications-container .release-notifications-header .release-notifications-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 40px;
  display: inline-block;
  cursor: default;
}
.release-notifications-container .release-notifications-header .release-notifications-title i.fa {
  font-size: 18px;
  color: #909090;
}
.release-notifications-container .release-notifications-header .release-notifications-close {
  float: right;
  width: 40px;
  font-size: 22px;
  text-align: right;
  cursor: pointer;
}
.release-notifications-container .release-notifications-body {
  margin-top: 30px;
  cursor: default;
}
.release-notifications-container .release-notifications-body .release-notifications-notification {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.release-notifications-container .release-notifications-body .release-notifications-notification:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.release-notifications-container .release-notifications-body .release-notifications-notification .release-notifications-notification-title-container {
  line-height: 19px;
}
.release-notifications-container .release-notifications-body .release-notifications-notification .release-notifications-notification-title-container .release-notifications-notification-new {
  display: inline-block;
  color: #1f1f1f;
  text-transform: uppercase;
  border: 1px solid #1f1f1f;
  padding: 1px 5px;
  font-size: 0.65em;
  margin-bottom: 15px;
  font-weight: initial;
}
.release-notifications-container .release-notifications-body .release-notifications-notification .release-notifications-notification-title-container .release-notifications-notification-title {
  display: block;
  font-weight: bold;
}
.release-notifications-container .release-notifications-body .release-notifications-notification .release-notifications-notification-body {
  margin-top: 10px;
  font-size: 0.8em;
  color: #676b70;
  margin-bottom: 20px;
}
.release-notifications-container .release-notifications-body .release-notifications-notification .release-notifications-notification-body p {
  padding-bottom: 0;
  margin-bottom: 0.75em;
  line-height: 1.5em;
}
.release-notifications-container .release-notifications-body .release-notifications-notification .release-notifications-notification-body ul {
  margin-left: 20px;
}
.release-notifications-container .release-notifications-body .release-notifications-notification .release-notifications-notification-body ul li {
  list-style: outside;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
.release-notifications-container .release-notifications-body .release-notifications-notification .release-notifications-notification-timestamp {
  color: #c4c4c4;
  font-size: 0.8em;
}
@keyframes slideFromRight {
  0% {
    transform: translateX(15%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*==============================================*/
/*======== Home page banner slider starts ========*/
.sliderWrap .flexslider {
  border: 0px;
  margin: 0px;
  box-shadow: 0;
}
.sliderWrap .flexslider li {
  position: relative;
}
.sliderWrap .flexslider li img {
  max-height: 454px;
}
.sliderWrap .sliderContainer {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.sliderWrap .sliderContainer .sliderContent {
  background: rgba(0, 0, 0, 0.5);
  height: 260px;
  width: 100%;
  max-width: 700px;
  margin: 0px;
  color: #ffffff;
  font-family: "Open sans", Arial;
  font-family: Open Sans;
  text-align: left;
  -webkit-transition: margin-top 1900ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -moz-transition: margin-top 1900ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-transition: margin-top 1900ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  transition: margin-top 1900ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  /* easeOutQuad */
}
.sliderWrap .sliderContent .slidePadding {
  padding: 30px 40px;
}
.sliderWrap .sliderContainer .ancTitle {
  font-size: 24px;
  margin: 0 0 16px 0;
}
.sliderWrap .sliderContainer .ancTitle a {
  color: inherit;
}
.ancDescMob {
  background: none repeat scroll 0 0 #ffffff;
  color: #3b3b3b;
  margin: 0 auto;
  max-width: 850px;
  min-height: 150px;
  padding: 35px 20px 20px;
  position: relative;
}
.annPopupTitle {
  font-size: 24px;
  margin: 0 0 15px 0;
  line-height: 26px;
}
.annPopupDesc {
  font-size: 14px;
  margin: 0 0 35px 0;
}
.annPopupPosted {
  font-size: 12px;
  margin: 40px 0 15px 0;
  bottom: 16px;
  position: absolute;
}
.sliderWrap .sliderContainer a.ancTitle {
  display: none;
}
.sliderWrap .sliderContainer .ancDesc {
  font-size: 14px;
  line-height: 18.2px;
  height: 124px;
  margin: 0 0 32px;
  overflow: hidden;
}
.sliderWrap .sliderContainer .ancPosted {
  font-size: 11px;
}
.sliderWrap .flex-control-nav {
  bottom: 12px;
}
.sliderWrap .flex-control-nav li {
  border-radius: 100%;
  display: inline-block;
  height: 16px;
  margin: 0 10px;
  overflow: hidden;
  width: 16px;
  padding: 0px;
}
.sliderWrap .flex-control-paging li a {
  height: 16px;
  width: 16px;
  padding: 0px;
  background: #dfdcd7;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4) inset;
}
.flex-control-paging li a.flex-active {
  background: #6d6864;
}
/* idangerious css*/
.swiper-container {
  width: 100%;
  color: #fff;
  text-align: center;
}
.swiper-container .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
}
.swiper-container .swiper-slide .sliderContainer .sliderContent {
  margin: 80px 0 0 0;
  opacity: 0;
}
.swiper-container .swiper-slide.swiper-slide-active .sliderContainer .sliderContent {
  margin: 60px 0 0 0;
  opacity: 1;
}
.swiper-container .slider_img {
  width: 100%;
  max-height: 454px;
  object-fit: cover;
}
.swiper-container .arrow-left,
.swiper-container .arrow-right {
  position: absolute;
  top: 50%;
  left: 20px;
  line-height: 40px;
  border: 3px solid #fff;
  color: #ffffff;
  display: block;
  font-size: 26px;
  font-weight: bold;
  height: 40px;
  width: 40px;
  margin: -20px 25px 0;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  z-index: 1;
  border-radius: 30px;
  box-shadow: 0 1px 1px black;
  transition: background 0.15s ease 0s;
}
.swiper-container .arrow-right {
  right: 20px;
  left: auto;
}
.swiper-container .arrow-left:hover,
.swiper-container .arrow-right:hover {
  background: rgba(0, 0, 0, 0.4);
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 12px;
  width: 100%;
  z-index: 9999;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 7px;
  cursor: pointer;
  background: #dfdcd7;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4) inset;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #6d6864;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 7px;
  cursor: pointer;
  background: #dfdcd7;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4) inset;
}
.swiper-active-switch {
  background: #6d6864;
}
/*======== Home page banner slider ends ========*/
/*==============================================*/
/*=================================================*/
/*======== Home page Shortcut Icons starts ========*/
.shortcut_icons {
  text-align: center;
}
.shortcut_icons ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.shortcut_icons ul li {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: inline;
}
.icon_column {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  float: left;
  height: 110px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 30px;
  position: relative;
  width: 136px;
  color: #696b6b;
  text-decoration: none;
}
.icon_column table {
  width: 100%;
  height: 100%;
}
.icon_column td {
  background: none !important;
  vertical-align: middle;
  border: 0px !important;
  padding: 0 !important;
}
.icon_column:hover {
  background: rgba(33, 33, 33, 0.9);
  color: #ffffff;
  z-index: 9999;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.35);
}
.s_icon {
  display: block;
  text-align: center;
  margin-bottom: 4px;
  color: #696b6b;
}
.s_icon i {
  font-size: 48px;
}
.icon_link {
  display: inline-block;
  text-align: center;
  color: #696b6b;
  font-size: 15px;
  line-height: 20px;
}
.icon_column:hover .s_icon,
.icon_column:hover .icon_link {
  color: #ffffff;
}
/*======== Home page Shortcut Icons ends ========*/
/*===============================================*/
/*=========================================================*/
/*======== Home Pages module widget section starts ========*/
.pages_block {
  text-align: left;
  margin: 56px 0 0 -69px;
}
.pages_column {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 287px;
  margin: 0 0 0 70px;
  padding: 0 0 50px;
  position: relative;
  text-align: left;
  width: 279px;
}
.pages_column:hover,
.pages_column:hover a:link,
.pages_column:hover a:visited {
  text-decoration: none;
}
.pages_column .pageImage,
.pages_column .pageTitle,
.pages_column .pageTitle a {
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pages_column.hover .pageImage,
.pages_column.hover .pageTitle {
  opacity: 0.8;
}
.pages_column.hover a {
  color: #212121;
}
.pageImage {
  width: 100%;
  height: 150px;
  padding: 0 0 20px 0;
}
.pageImage img {
  width: 100%;
  max-height: 150px;
  height: 150px;
}
.pageTitle,
.pageTitle a {
  text-transform: uppercase;
  text-align: left;
  font-family: "Open sans", arial;
  font-family: Open Sans;
  font-size: 22px;
  color: #4a4c4b;
}
.pageTitle {
  margin: 0 0 14px 0;
}
.shortDesc {
  font-size: 14px;
  font-family: "Open sans", arial;
  font-family: Open Sans;
  color: #747474;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
/*======== Home Pages module widget section ends ========*/
/*=========================================================*/
body .simple-cycle {
  margin: 18px auto;
}
.content {
  margin: 0 0 0 0;
  min-height: inherit;
  padding: 28px 0;
}
.widgetWrapper {
  background: #f7fdff;
  color: #000000;
  padding: 20px;
}
body .content .widgetWrapper * {
  color: inherit;
}
.textCaps {
  text-transform: uppercase;
}
.titleMargin {
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.content,
.content p {
  line-height: 22px;
  font-size: 17px;
  color: #747474;
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
}
.content strong,
.content b {
  font-weight: 700;
}
.content i,
.content em {
  font-style: italic;
}
.content i.fa {
  font-style: normal;
}
.backstretch {
  display: none;
}
.backStretchOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #e1e1e1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.blackWrapper {
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.9);
  max-width: 1124px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 46px 0;
}
.maxWrapper {
  max-width: 990px;
  margin: 0 auto;
  width: 100%;
  word-wrap: break-word;
}
/*================ sidepanel starts ================*/
.sideMenu {
  display: none;
}
.pageWrapper {
  width: 100%;
  max-width: 100%;
  position: static;
  margin: 0px;
}
.sidePanel {
  display: none;
}
.sidePanel ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.sidePanel ul li {
  display: block;
  color: #ffffff;
  padding: 10px;
  border-bottom: 1px solid #222222;
  border-top: 1px solid #535353;
}
.sidePanel .greatings {
  border-bottom: 1px solid #222222;
  border-top: 1px solid #535353;
  color: #AAAAAA;
  float: none;
  font-size: 12px;
  margin: 0 0 2px;
  padding: 10px 15px;
  position: relative;
  top: 0;
}
.sidePanel .greatings div {
  color: #FFFFFF;
  font-size: 12px;
  text-align: left;
}
/*================ sidepanel ends ================*/
.headerLine {
  height: 6px;
  background: #687a81;
  width: 100%;
  left: 0;
  top: 0;
}
.header {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  height: auto;
  min-height: 90px;
}
.logoTable {
  float: left;
  width: auto !important;
  height: 108px;
}
body .logoTable td {
  background: none !important;
}
.logo {
  display: block;
  float: left;
  margin: 0 0 0 0 !important;
}
.logo img {
  max-height: 100px;
  max-width: 165px;
}
.topInfoDiv {
  width: 100%;
  max-width: 720px;
  height: auto;
}
.profileInfoDiv {
  margin: 68px 0 0 0;
}
.profDtls {
  padding: 2px 30px 2px 4px;
}
.profDtls:hover {
  background: #0c0c0c;
}
.profilePic {
  position: relative;
  cursor: pointer;
}
.profilePic img {
  display: block;
  margin: 0;
}
.profilePic .fa-user-circle {
  color: #b8b8b8;
}
.profilePic:hover .fa-user-circle,
.profilePic.active .fa-user-circle {
  color: rgba(33, 33, 33, 0.9);
}
.profImg.hasUnread:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 12px;
  height: 6px;
  width: 6px;
  background: #1f1f1f;
  border-radius: 2.5px;
}
.userAc {
  padding: 6px 6px 3px !important;
  background: #212121 !important;
  color: #ffffff !important;
}
.userAc i {
  margin: 6px 5px 0 0;
}
.profOptionsMenu .fa-caret-up {
  color: #4c4c4c;
  font-size: 22px;
  margin: -15px 15px 0 0;
  position: absolute;
  right: 0;
  display: none;
}
.profOptionsMenu {
  min-height: 50px;
  position: absolute;
  right: 0;
  width: 170px;
  top: 76px;
  border-top: 0px;
  z-index: -100;
  cursor: default;
  opacity: 0;
  filter: alpha(opacity=0);
  background: none repeat scroll 0 0 #424242;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  behavior: url(/PIE/PIE.php);
}
.profilePic.active .profOptionsMenu {
  cursor: pointer;
  top: 40px;
  z-index: 99999;
  opacity: 1;
  filter: alpha(opacity=100);
}
.profilePic .profOptionsMenu .link {
  cursor: default;
}
.profilePic .profOptionsMenu .link i {
  width: 18px;
  text-align: center;
  padding: 0 4px 0 0;
  font-size: 14px;
}
.profilePic .profOptionsMenu .link {
  color: #ffffff;
  color: #b8b8b8;
  display: block;
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  behavior: url(/PIE/PIE.php);
}
.profilePic.active .profOptionsMenu .link:last-child {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  behavior: url(/PIE/PIE.php);
}
.profilePic.active .profOptionsMenu .link:hover {
  color: rgba(33, 33, 33, 0.9);
  behavior: url(/PIE/PIE.php);
}
.profilePic .profOptionsMenu .link .subSpan {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 10px 0 0 0;
  max-height: 80px;
}
.profilePic .profOptionsMenu .link .subSpan .mCSB_container {
  margin-right: 8px;
}
.profilePic .profOptionsMenu .link .subSpan .mCustomScrollBox > .mCSB_scrollTools {
  width: 5px;
}
.profilePic .profOptionsMenu .link .subSpan span {
  display: block;
  padding: 0 0 6px 0;
}
.profilePic .profOptionsMenu .link .subSpan span:last-child {
  padding-bottom: 0px;
}
.profilePic .profOptionsMenu .link .subSpan span:hover {
  text-decoration: underline;
}
.profilePic .profOptionsMenu .link .subSpan span i {
  display: block;
  float: left;
  margin: 2px 0 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  behavior: url(/PIE/PIE.php);
}
.profileName {
  font-size: 17px;
  margin: 4px 0 0 0;
}
.greetDiv {
  clear: both;
  color: #687A81;
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
  font-size: 26px;
  text-transform: uppercase;
}
.profileAddr {
  color: #687a81;
  font-size: 14px;
  margin: 4px 0 0 0;
  text-transform: uppercase;
}
.btmHeader {
  clear: both;
}
.srcDiv {
  width: 184px;
  height: 32px;
}
.srcInptDiv {
  border: 1px solid #2f2f2f;
  border-right: none;
  position: relative;
  height: 30px;
}
.srcInptDiv .inptFild {
  border: 0;
  background: none;
  width: 80%;
  height: 28px;
  outline: none;
  color: #ffffff;
  margin: 0 0 0 2%;
}
.srcSubmit {
  background-image: url("/proimages/search.png") !important;
  background-repeat: no-repeat;
  background-color: #2F2F2F;
  top: -1px;
  right: -1px;
  border: 0px;
  cursor: pointer;
  height: 32px;
  position: absolute !important;
  width: 32px !important;
  min-width: 32px !important;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.srcSubmit.hover,
.srcSubmit:hover {
  background: #687a81 url("/proimages/search_hover.png") no-repeat !important;
}
.srcInptDiv .srcInpt {
  margin: 0 !important;
  width: 100%;
}
.srcInptDiv .select2-container-multi .select2-choices {
  border: 0 !important;
}
.btmRight {
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  width: 100%;
  max-width: 720px;
  height: auto;
  min-height: 30px;
  color: #687a81;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
}
.mainWrap {
  margin: 28px 0 0 0;
}
.mainWrap .LHS {
  display: block;
  max-width: 555px;
  width: 100%;
  height: 300px;
}
.mainWrap .LHS h3 {
  color: #687a81;
}
.LHS ul {
  margin: 20px 0 20px 0;
  padding: 0px;
  list-style: none;
}
.LHS ul ul {
  border-bottom: 1px solid #2f2f2f;
  padding: 15px 0 0 0;
}
.LHS ul li {
  padding: 0 0 15px 0;
}
.LHS ul li,
.LHS ul li a,
.LHS ul li a:hover {
  color: #687A81;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}
.LHS ul li .menuArrow,
.LHS ul li .menuArrow2 {
  display: none;
}
.LHS ul li.hasSub a.mainLink {
  padding-right: 10px;
  margin: 0 3px 0 0;
  position: relative;
}
.LHS ul li.hasSub a.mainLink .menuArrow,
.LHS ul li ul li.hasSub a.mainLink .menuArrow2,
.LHS ul li ul li ul li.hasSub a.mainLink .menuArrow3 {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow: hidden;
}
.LHS ul li.hasSub a.mainLink:hover .menuArrow,
.LHS ul li.hasSub.active a.mainLink .menuArrow,
.LHS ul li ul li.hasSub a.mainLink:hover .menuArrow2,
.LHS ul li ul li.hasSub.active a.mainLink .menuArrow2,
.LHS ul li ul li ul li.hasSub a.mainLink:hover .menuArrow3,
.LHS ul li ul li ul li.hasSub.active a.mainLink .menuArrow3 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.LHS ul li.hasSub a.mainLink:hover,
.LHS ul li.hasSub.active a.mainLink {
  color: #ffffff;
}
.LHS ul li ul li {
  border-top: 1px solid #2f2f2f;
}
.LHS ul li a {
  display: block;
  padding: 5px 0 5px 0;
  font-family: 'Open Sans', Arial;
  font-family: Open Sans;
  text-transform: uppercase;
}
.LHS ul li a:hover,
.LHS ul li.current a {
  color: #ffffff;
}
.LHS ul ul,
.sidePanel ul ul {
  margin: 0px;
  display: none;
}
.LHS-menu ul li.active.hasSubActive ul {
  display: block !important;
}
.LHS ul ul li,
.LHS ul ul li a {
  color: #ffffff;
  font-family: 'Open Sans', Arial;
  font-family: Open Sans;
  font-size: 12px;
}
.LHS ul ul li a:hover {
  font-size: 12px;
}
.LHS ul ul ul,
.LHS ul ul li {
  margin: 0;
  padding: 0;
}
.LHS ul ul ul li {
  padding: 0 0 0 15px;
}
body .LHS ul ul li a {
  padding-left: 10px !important;
}
.LHS ul li.active ul li.hasSub a.mainLink,
.LHS ul li.active ul li.active ul li.hasSub a.mainLink {
  color: #ffffff;
}
.LHS ul li.active ul li.hasSub.active a.mainLink,
.LHS ul li.active ul li.active ul li.hasSub.active a.mainLink {
  color: #687A81;
}
body .LHS ul ul li ul li a {
  padding-left: 20px !important;
}
.LHS ul ul li a:hover,
.LHS ul ul li.current a {
  color: #687a81;
}
.mainWrap .RHS {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
}
.tbl_100 {
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.centered {
  margin: 0 auto;
}
#LiqBox,
.liBdr {
  background: url("/proimages/liBdr.jpg") left bottom repeat-x;
  padding: 0 0 5px 0;
}
.scatterFix {
  height: 1px;
  overflow: hidden;
  position: relative;
}
#LiqBox a {
  text-decoration: none;
}
#LiqBox a .mainBoxTxt,
.tabs a .mainBoxTxt {
  color: #adb1b4;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
  line-height: 16px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#LiqBox a:hover .mainBoxTxt,
.tabs a:hover .mainBoxTxt,
.tabs a.current .mainBoxTxt {
  color: #4a4c4b;
}
.tabs a.current .mainImg {
  display: none !important;
}
#LiqBox .box {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 0 1px 0;
}
.mainBox {
  position: relative;
  overflow: hidden;
  display: block;
  width: 180px;
  height: 180px;
  background: #ffffff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#LiqBox a:hover .mainBox {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px #666666;
  -moz-box-shadow: 0px 0px 20px 0px #666666;
  box-shadow: 0px 0px 20px 0px #666666;
  z-index: 9;
}
.shortcutRight {
  bottom: 12px;
  color: #E1E1E1;
  font-size: 28px;
  position: absolute;
  right: 22px;
}
.mainBox.hover .mainImg,
.mainBox .mainImg2 {
  display: none;
  margin: 0 auto;
}
.mainBox.hover .mainImg2,
.mainBox .mainImg {
  display: block;
  margin: 0 auto;
}
.box table td {
  padding: 0;
  margin: 0px;
}
.mainImg {
  z-index: 2;
}
.mainBoxTxt {
  z-index: 3;
  height: auto;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  padding: 15px 0 0;
  width: 100%;
  text-transform: uppercase;
}
.mainBox table {
  width: 100%;
  height: 100%;
  position: absoute;
}
.announcementDiv {
  width: 100%;
  height: auto;
  max-width: 498px;
  display: inline-block;
  margin: 0;
}
.ancIconsDiv {
  position: relative;
  overflow: hidden;
}
.announcementDiv .ico {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #2f2f2f;
  background-image: url("/proimages/ancIcon_read.png");
  margin: 0 1px 1px 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -kthtml-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.announcementDiv .ico:hover,
.announcementDiv .ico.active {
  background-color: #687a81;
  background-image: url("/proimages/ancIcon_read_hover.png");
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.75);
}
.announcementDiv .ico:hover {
  z-index: 6;
}
.announcementDiv .ico.new {
  background-image: url("/proimages/ancIcon_new.png");
}
.announcementDiv .ico.new:hover,
.announcementDiv .ico.new.active {
  background-image: url("/proimages/ancIcon_new_hover.png");
}
.announcementDiv .ico.more {
  background-image: url("/proimages/ancIcon_more.png");
  margin: 0 1px 0 0;
}
.announcementDiv .ico.more:hover,
.announcementDiv .ico.more.active {
  background-image: url("/proimages/ancIcon_more_hover.png");
}
.announcementDiv table tbody tr td {
  padding: 0;
}
.ancContent {
  background: #2f2f2f;
  height: auto;
  min-height: 367px;
  padding: 0 15px 0 0;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #4c4c4c;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(-45deg, #4c4c4c 52%, #2f2f2f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(52%, #4c4c4c), color-stop(100%, #2f2f2f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #4c4c4c 52%, #2f2f2f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #4c4c4c 52%, #2f2f2f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #4c4c4c 52%, #2f2f2f 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #4c4c4c 52%, #2f2f2f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#2f2f2f', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
}
.ancContent .ancImg {
  margin: 0 22px 0 0;
}
.ancContent h2 {
  color: #A1AAAF;
  font-size: 25px;
  margin: 0;
  padding: 8px 0 20px;
  text-align: left;
  text-indent: -2px;
}
.ancContent p {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
}
.ancContent .postedOn {
  color: #a1aaaf;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  max-width: 254px;
  margin-right: 15px;
}
.footerWrap {
  width: 100%;
  position: fixed;
  bottom: 0px;
  min-height: 47px;
  height: auto;
  left: 0px;
  background: rgba(89, 89, 89, 0.9);
  z-index: 999;
  overflow: hidden;
}
.footerLogos {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #262626;
}
.footerLogos a {
  float: left;
  display: block;
  margin: 0 20px 0 0;
}
.footerLinks {
  margin: 16px 0 0;
  text-transform: uppercase;
  text-align: center;
}
.footerLinks,
.footerLinks a,
.footerLinks span {
  color: #ffffff;
  font-size: 11px;
  font-family: tahoma, 'Open Sans', Arial;
  font-family: Open Sans;
}
.footerLinks a {
  display: inline-block;
  padding: 0 0 0 25px;
  text-decoration: none;
}
.footerLinks a:hover {
  color: #7b7b7b;
}
.footerLinks a.ajaxPopup {
  float: right;
  padding: 0 0 0 10px;
  line-height: 29px;
}
.footerLinks .localeCopy {
  float: left;
  line-height: 29px;
  display: inline-block;
}
.footerLinks .clientLogo img {
  height: auto;
  margin: 0;
  max-height: 35px;
  max-width: 438px;
  width: auto;
}
.footerLinks span.sep {
  padding: 0 0 0 10px;
}
.LHS {
  display: block;
  max-width: 555px;
  width: 100%;
}
.tabsList {
  background: #fff;
}
.tabsList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tabsList ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
.tabsList ul li a {
  background: #adb1b4;
  width: 185px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.tabsList ul li a span {
  padding: 0 4px 0 4px;
}
.tabsList ul li a:hover {
  background: #fff;
  color: #54606e;
  font-size: 14px;
  font-weight: bold;
}
.tabsList ul li a:hover span {
  background: #54606e;
  color: #fff;
  padding: 0 4px 0 4px;
}
.tabsCont {
  background: #fff;
  padding: 20px 20px 0 20px;
  clear: both;
}
.tabTXtcnt {
  max-width: 250px;
  width: 100%;
  float: right;
}
h2.newHeadLine {
  color: #54606e !important;
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
  text-decoration: none;
  color: #343a41;
  font-size: 20px;
  line-height: 20px;
}
.tabTXtcnt p {
  font-family: 'Open Sans', sans-serif, Arial;
  font-family: Open Sans;
  text-decoration: none;
  color: #343a41;
  font-size: 12px;
  line-height: 20px;
}
.cboth {
  clear: both;
}
.htspc-20 {
  height: 20px;
}
.htspc-28 {
  height: 28px;
}
.RHS {
  display: block;
  width: 100%;
  height: auto;
  padding: 48px 0 0;
}
.ftImg {
  margin: 15px 0 0 0;
}
.cke_editable {
  cursor: text;
  background: white;
  border: 2px solid white;
  width: 100%;
  outline: none;
  min-height: 138px;
  height: auto;
}
.largeBtn {
  max-width: 310px;
  width: 100%;
}
body .daterangepicker.dropdown-menu {
  display: none;
}
body .ui-timepicker-disabled {
  color: #888 !important;
  display: none !important;
}
.helpdesk_enq_id,
.edit_formlog,
.activity_log,
.wrap_usersdatabase {
  opacity: 0;
}
#add_new_res {
  margin-left: 40px !important;
}
body #productBanner .swiper-button-next,
body #productBanner .swiper-button-prev {
  display: none;
}
.footerLinks a.logo {
  pointer-events: none;
}
.mainWrapper .clientLogo {
  float: left;
  padding: 0;
}
.ellipsis {
  float: left;
  color: #3b3b3b;
  display: block;
  background: none;
  width: 30px;
  heighT: 30px;
  padding-top: 7px;
  border-right: 1px solid #ffffff;
}
.background {
  background: #e8e8e8;
}
.module-audit-notice {
  background-color: #edeef0;
  padding: 5px 10px;
  color: #212121;
  text-transform: uppercase;
  font-size: 14px;
}
