/*
 * Template Name: AppKit
 * Version: 1.0
*/
/* Theme default */
 ::-webkit-scrollbar {
      width: 4px;
      background-color: rgba(0, 0, 0, 0);
      -webkit-border-radius: 80px;
  }

      ::-webkit-scrollbar:hover {
          background-color: rgba(0, 0, 0, 0);
      }

  ::-webkit-scrollbar-thumb:vertical {
      background: #5B9BD5;
      -webkit-border-radius: 80px;
  }

      ::-webkit-scrollbar-thumb:vertical:active {
          background: #5B9BD5;
          -webkit-border-radius: 80px;
      }
  ::-webkit-scrollbar-thumb:horizontal {
    width: 1px;
    height: 1px;
       background: #5B9BD5; 
      -webkit-border-radius: 80px;
  }

   ::-webkit-scrollbar-thumb:horizontal:active {
    width: 1px;
    height: 1px;
       background: #5B9BD5;
       -webkit-border-radius: 80px;
   }
html {
  height: 100vh;
  background: #000;
}
.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
body {
  font-family: segoe ui semibold;
  color: #4B4F57;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #494d55;
  min-height: 100vh;
  overflow-x: hidden;
}
.video-container iframe {
  max-width: 100%;
}
.breadcrumb {
  background: none;
  padding: 0;
}
button.close:focus {
  outline: none;
}
.close {
  text-shadow: none;
}
.normal-rule {
	background-color: #eeeeee !important;
	color: #000000;
	font-size: 12px;
	font-family: Segoe UI;
	padding-bottom: 6px !important;
    padding-top: 8px !important;
}

.deleted,
.table-striped > tbody > tr.deleted {
  background-color: #FFE0E0 !important;
	 color: #000000;
	 font-family: Segoe UI;
	 font-size: 12px;
	 text-decoration: line-through;
	 text-decoration-color: #000000 !important;
	 padding-bottom: 8px !important;
}	

.normal-text {
	color: #000000 !important;
	text-decoration: none !important;
}


.transparentbg {background:transparent;}
.noborder {border:0px;}
/* ======= Dropdown ======= */
.dropdown-toggle {
  cursor: pointer;
}
.dropdown-menu {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  cursor: default;
  z-index:1100;
}
.dropdown-menu > li {
  margin-bottom: 0;
  font-size: 13px;
}
.dropdown-menu > li > a {
  padding: 5px 7px;
  color: #494d55;
}
.dropdown-menu > li > a:hover {
  background: #2a7ab8;
  color: #ffffff;
  /* font-weight:600; */
}
.dropdown-menu > li > a .icon {
  vertical-align: middle;
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
}
.dropdown-menu .dropdown-footer {
  background: #f9f9fb;
  color: #616670;
  padding: 15px;
  text-align: center;
}
.dropdown-menu .dropdown-footer a {
  color: #616670;
}
.dropdown-menu .dropdown-footer a:hover {
  color: #494d55;
}
/* ======= Pace ======== */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #40babd;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.theme-2 .pace .pace-progress {
  background: #6dbd63;
}
.theme-3 .pace .pace-progress {
  background: #497cb1;
}
.theme-4 .pace .pace-progress {
  background: #ec6952;
}
/* ======= Header ======= */
.header {
  background: #494d55;
  position: relative;
  z-index: 10;
  height: 40px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}
.header .branding {
  background: #000;
  float: left;
 /*  height: 40px; */
  -webkit-transition: width 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 220px;
  overflow: hidden;
  position: relative;
}
.header .onBoardbranding {
  background: #000;
  float: left;
  height: 40px;
  -webkit-transition: width 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 220px;
  overflow: hidden;
  position: relative;
}
.theme-2 .header .branding {
  background: #6dbd63;
}
.theme-3 .header .branding {
  background: #497cb1;
}
.theme-4 .header .branding {
  background: #ec6952;
}
.compact:not(.nav-toggled) .header .branding,
.mobile.nav-toggled .header .branding,
.nav-toggled:not(.compact):not(.mobile) .header .branding {
  width: 65px;
}
.mobile:not(.nav-toggled) .header .branding {
  width: 0;
  top: -2px;
}
.header .branding .logo-icon {
  position: relative;
  width: 65px;
  height: 30px;
}

.brand-logo {
  position: relative;
  width: 80px;
  height: 65px;
}

.header .branding .logo {
  font-size: 28px;
  margin: 0;
  padding-top: 10px;
  text-transform: uppercase;
/*   font-weight: 600; */
}
.header .branding .logo .highlight {
  /* font-weight: 800; */
}
.header .branding .logo a {
  color: #fff;
  white-space: nowrap;
}
.header .branding .logo a:hover {
  text-decoration: none;
}
.header .branding .logo .nav-label {
  white-space: nowrap;
}
.compact:not(.nav-toggled) .header .branding .logo .nav-label,
.mobile .header .branding .logo .nav-label,
.nav-toggled:not(.compact):not(.mobile) .header .branding .logo .nav-label {
  display: none;
}
.header .topbar {
  padding: 4px;
  display: block;
  height: 40px;
  background-color: #1b5077;
}
.header .topbar .icon {
  color: rgba(255, 255, 255, 0.8);
}
.header .main-nav-toggle {
  display: inline-block;
  float: left;
  background: none;
  border: none;
  padding: 8px 12px;
  /*margin-top: 5px;*/
  margin-left: 15px;
  position: relative;
}
.header .main-nav-toggle .icon {
  position: absolute;
  left: 2px;
  top: 9px;
  color: #ffffff;
 /*  font-weight: bold; */
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.theme-2 .header .main-nav-toggle .icon {
  color: #6dbd63;
}
.theme-3 .header .main-nav-toggle .icon {
  color: #497cb1;
}
.theme-4 .header .main-nav-toggle .icon {
  color: #ec6952;
}
.nav-toggled .header .main-nav-toggle .icon,
.compact .header .main-nav-toggle .icon,
.mobile .header .main-nav-toggle .icon {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.compact.nav-toggled .header .main-nav-toggle .icon,
.mobile.nav-toggled .header .main-nav-toggle .icon {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.header .main-nav-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  background: #ffffff;
}
.header .main-nav-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.header .main-nav-toggle:hover .icon-bar {
  background: #616670;
}
.header .main-nav-toggle:focus {
  outline: none;
}
.header .search-container {
  float: left;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  position: relative;
}

.header .context-container {
  left:550px;
  right:550px;
  outline: none;
  height:40px;
  line-height:40px;
/*  font-weight:600; */
  font-size:15px;
  top:40px;
  width:auto;
/*  border: solid 2px white;
  border-bottom:none; */
   -webkit-box-shadow: 0 0 15px #000;
        box-shadow: 0 0 15px #000;
  color:white;
  position: absolute;
  border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

.context-container-menu {
  left:550px;
  right:550px;
  width:auto;
}

 .context-container-details {
  position:absolute;
  width:98%;
  background: #f3f6fb;
  -webkit-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
   margin-left: 15px;
  margin-right: 0;
  -webkit-transition: margin 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index:100;
}
.context-container-details-sub
{
  width:100%;
  height:100px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color:white;
  padding-top:20px;
}

.header .search-container .icon {
  position: absolute;
  left: 2px;
  top: 10px;
  font-size: 18px;
  color: #afb3bb;
  cursor: pointer;
}
.header .search-container .icon:hover {
  color: #40babd;
}
.theme-2 .header .search-container .icon:hover {
  color: #6dbd63;
}
.theme-3 .header .search-container .icon:hover {
  color: #497cb1;
}
.theme-4 .header .search-container .icon:hover {
  color: #ec6952;
}
.header .search-container .icon.clear-search {
  left: auto;
  right: 0;
  display: none;
  cursor: pointer;
}
.header .search-container .main-search-input-wrapper {
  padding-left: 0;
}
.header .search-container .main-search-input {
  background: #494d55;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #f3f3f3;
  padding-left: 30px;
  padding-top: 2px;
  padding-bottom: 5px;
  margin-top: 5px;
  width: 260px;
  color:#fff;
  vertical-align: middle;
}
.header .search-container .main-search-input:focus {
  border-color: #40babd;
}
.theme-2 .header .search-container .main-search-input:focus {
  border-color: #6dbd63;
}
.theme-3 .header .search-container .main-search-input:focus {
  border-color: #497cb1;
}
.theme-4 .header .search-container .main-search-input:focus {
  border-color: #ec6952;
}
.header .navbar-tools {
  float: right;
}
.header .utilities-container {
  /* float: left;
  display: inline-block; */
  padding-top: 5px;
  /*margin-top: 5px;*/
}
.header .utilities-container .item {
  position: relative;
  margin-right: 15px;
  display: inline-block;
  float: left;
  /*margin-right: 25px;*/
}
.header .utilities-container .icon {
  font-size: 22px;
  vertical-align: middle;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.header .utilities-container .icon.pe-7s-mail {
  font-size: 26px;
}
.header .utilities-container .icon.fs1 {
  top: 0;
}
.header .utilities-container .icon.fa {
  top: 0;
}
.header .utilities-container .badge {
  position: absolute;
  right: -8px;
  top: -5px;
}
.header .utilities-container .item-notifications .dropdown-toggle {
  padding-bottom: 10px;
}
.header .utilities-container .item-notifications .dropdown-menu {
  width: 420px;
  left: auto;
  right: -101px;
  padding: 0;
  font-size: 12px;
}
.header .utilities-container .item-notifications .dropdown-menu a {
  color: #616670;
}
.header .utilities-container .item-notifications .dropdown-menu a:hover {
  color: #494d55;
  text-decoration: none;
}
.header .utilities-container .item-notifications .dropdown-menu .dropdown-footer a:hover {
  text-decoration: underline;
}
.header .utilities-container .item-notifications .dropdown-menu .item {
  padding: 15px;
  padding-right: 60px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f3f3f7;
}
.header .utilities-container .item-notifications .dropdown-menu .item:hover {
  background: #f9f9fb;
}
.header .utilities-container .item-notifications .dropdown-menu .item .media-body .action {
  color: #494d55;
/*   font-weight: 600; */
}
.header .utilities-container .item-notifications .dropdown-menu .item .profile img {
  width: 32px;
  height: 32px;
}
.header .utilities-container .item-notifications .dropdown-menu .item .meta {
  color: #797f8b;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 11px;
}
.header .utilities-container .item-notifications .dropdown-menu .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #eaeaf1;
  position: absolute;
  right: 102px;
  top: -8px;
}
.header .utilities-container .item-notifications .dropdown-menu .arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 1px;
}
.header .utilities-container .item-messages .dropdown-toggle {
  padding-bottom: 10px;
}
.header .utilities-container .item-messages .dropdown-menu {
  width: 420px;
  left: auto;
  right: -101px;
  padding: 0;
  font-size: 12px;
}
.header .utilities-container .item-messages .dropdown-menu a {
  color: #616670;
}
.header .utilities-container .item-messages .dropdown-menu a:hover {
  color: #494d55;
  text-decoration: none;
}
.header .utilities-container .item-messages .dropdown-menu .dropdown-footer a:hover {
  text-decoration: underline;
}
.header .utilities-container .item-messages .dropdown-menu .item {
  padding: 15px;
  padding-right: 60px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f3f3f7;
}
.header .utilities-container .item-messages .dropdown-menu .item:hover {
  background: #f9f9fb;
}
.header .utilities-container .item-messages .dropdown-menu .item .media-body .sender {
  color: #494d55;
/*   font-weight: 600; */
  display: block;
  margin-bottom: 3px;
}
.header .utilities-container .item-messages .dropdown-menu .item .media-body .message-title {
  color: #494d55;
  display: block;
}
.header .utilities-container .item-messages .dropdown-menu .item .media-body .excerpt {
  display: block;
}
.header .utilities-container .item-messages .dropdown-menu .item .profile img {
  width: 32px;
  height: 32px;
}
.header .utilities-container .item-messages .dropdown-menu .item .meta {
  color: #797f8b;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 11px;
}
.header .utilities-container .item-messages .dropdown-menu .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e6e6e6;
  position: absolute;
  right: 102px;
  top: -8px;
}
.header .utilities-container .item-messages .dropdown-menu .arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 1px;
}
.header .utilities-container .item-more .dropdown-toggle {
  padding-bottom: 10px;
}
.header .utilities-container .item-more .dropdown-menu {
  left: auto;
  right: -66px;
  width: 302px;
  padding: 0;
}
.header .utilities-container .item-more .dropdown-menu .title {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 14px;
  color: #616670;
  background: #f9f9fb;
  border-bottom: 1px solid #f3f3f7;
  text-align: center;
}
.header .utilities-container .item-more .dropdown-menu .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e6e6e6;
  position: absolute;
  right: 67px;
  top: -8px;
}
.header .utilities-container .item-more .dropdown-menu .arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f9f9fb;
  position: absolute;
  right: -8px;
  top: 1px;
}
.header .utilities-container .item-more .dropdown-menu .more-list {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.header .utilities-container .item-more .dropdown-menu .more-list > li {
  text-align: center;
  margin-bottom: 0;
  display: inline;
  font-size: 12px;
}
.header .utilities-container .item-more .dropdown-menu .more-list > li > a {
  color: #616670;
  display: inline-block;
  width: 100px;
  height: 100px;
  padding-top: 18px;
  float: left;
  overflow: hidden;
  margin: 0;
}
.header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover {
  color: #40babd;
  text-decoration: none;
}
.theme-2 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover {
  color: #6dbd63;
}
.theme-3 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover {
  color: #497cb1;
}
.theme-4 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover {
  color: #ec6952;
}
.header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover .icon {
  color: #40babd;
}
.theme-2 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover .icon {
  color: #6dbd63;
}
.theme-3 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover .icon {
  color: #497cb1;
}
.theme-4 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover .icon {
  color: #ec6952;
}
.header .utilities-container .item-more .dropdown-menu .more-list > li > a .icon {
  vertical-align: inherit;
  font-size: 38px;
  display: inline-block;
  margin-right: 0;
}
.header .user-container {
  float: left;
  display: inline-block;
  /*margin-top: 5px;*/
}
.header .user-container.dropdown {
  cursor: pointer;
}
.header .user-container.dropdown .fa-caret-down {
  color: #ffffff;
}
.header .user-container:hover img {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.header .user-container:hover .fa-caret-down {
  color: #494d55;
}
.header .user-container img {
  width: 0px;
  height: 43px;
  border-radius: 0px;
  /* background-clip: padding-box; */
}
.header .user-container .icon {
  font-size: 20px;
}
.header .user-container .dropdown-menu {
  left: auto;
  right: 0;
  top: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.header .user-container .dropdown-menu > li > a {
  padding: 10px 15px;
  color: #494d55;
}
.header .user-container .dropdown-menu > li > a:hover {
  background: #f9f9fb;
}
.header .user-container .dropdown-menu > li > a .icon {
  vertical-align: middle;
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
}
.header .user-container .dropdown-menu .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e6e6e6;
  position: absolute;
  right: 20px;
  top: -8px;
}
.header .user-container .dropdown-menu .arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 1px;
}

.disabled-color {
	color: #ACADAE;
}

 
/* ======= Main Nav ======= */
.main-nav-wrapper {
  background: #000;
  color: #fff;
  min-height: 100%;
  position: absolute;
  -webkit-transition: width 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 220px;
}
.compact:not(.nav-toggled) .main-nav-wrapper,
.nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper {
  width: 65px;
}
.compact:not(.nav-toggled) .main-nav-wrapper .collapse,
.nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper .collapse,
.compact:not(.nav-toggled) .main-nav-wrapper .collapsing,
.nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper .collapsing,
.compact:not(.nav-toggled) .main-nav-wrapper .in,
.nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper .in {
  height: auto!important;
}
.compact:not(.nav-toggled) .main-nav-wrapper a:hover + .sub-menu,
.nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper a:hover + .sub-menu,
.compact:not(.nav-toggled) .main-nav-wrapper .sub-menu:hover,
.nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper .sub-menu:hover {
  position: absolute;
  background-color: #31343a;
  display: block;
  z-index: 11;
}
.compact:not(.nav-toggled) .main-nav-wrapper a:hover + .sub-menu .nav-label,
.nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper a:hover + .sub-menu .nav-label,
.compact:not(.nav-toggled) .main-nav-wrapper .sub-menu:hover .nav-label,
.nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper .sub-menu:hover .nav-label {
  display: block;
}
.mobile.nav-toggled .main-nav-wrapper {
  width: 65px;
}
.mobile:not(.nav-toggled) .main-nav-wrapper {
  width: 0px;
}
.mobile:not(.nav-toggled) .main-nav-wrapper li {
  -webkit-transform: translateX(-65px);
          transform: translateX(-65px);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  color: #fff;
}
.main-nav-wrapper .main-nav ul {
  padding-left: 0;
}
.main-nav-wrapper .main-nav li {
  list-style: none;
  display: block;
  font-size: 14px;
}
.mobile .main-nav-wrapper .main-nav li a {
 /*  background: #31343a; */
}
.main-nav-wrapper .main-nav li.active a {
  background: #31343a;
}
.main-nav-wrapper .main-nav li.divider {
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-nav-wrapper .main-nav li .nav-label + .label {
  margin-left: 5px;
}
.main-nav-wrapper .main-nav li a {
  display: block;
  padding: 10px 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.8);
/*   font-weight: 600; */
  line-height: 1.5;
}
.main-nav-wrapper .main-nav li a:hover {
  text-decoration: none;
  background: #31343a;
  color: #fff;
  cursor:pointer;
}
.mobile:not(.nav-toggled) .main-nav-wrapper .main-nav li a {
  padding-left: 0;
}
.main-nav-wrapper .main-nav li a .icon {
  line-height: 1.6;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.compact .main-nav-wrapper .main-nav li a .icon {
  margin-right: 0;
}
.main-nav-wrapper .main-nav li .arrow {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  vertical-align: sub;
}
.main-nav-wrapper .main-nav li .icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: sub;
}
.main-nav-wrapper .main-nav li .badge {
  margin-left: 5px;
  display: inline-block;
}
.main-nav-wrapper .main-nav li .sub-menu {
  overflow: hidden;
}
.main-nav-wrapper .main-nav li .sub-menu li a {
  font-size: 13px;
  padding: 10px 0;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.6);
  border-left: 4px solid transparent;
  border-bottom: none;
}
.main-nav-wrapper .main-nav li .sub-menu li a:hover {
  background: #26282c;
}
.main-nav-wrapper .main-nav li .sub-menu li.active a {
  color: #fff;
  border-left: 4px solid #40babd;
  background: #26282c;
}
.theme-2 .main-nav-wrapper .main-nav li .sub-menu li.active a {
  border-left-color: #6dbd63;
}
.theme-3 .main-nav-wrapper .main-nav li .sub-menu li.active a {
  border-left-color: #497cb1;
}
.theme-4 .main-nav-wrapper .main-nav li .sub-menu li.active a {
  border-left-color: #ec6952;
}
.main-nav-wrapper .main-nav li .sub-menu li.active.has-sub-menu-level2 a {
  border-left-color: transparent;
}
.main-nav-wrapper .main-nav li .sub-menu li.active .sub-menu-level2 li a {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 55px;
}
.main-nav-wrapper .main-nav li .sub-menu li.active .sub-menu-level2 li a:hover {
  color: #fff;
}
.main-nav-wrapper .main-nav li .sub-menu li.active .sub-menu-level2 li.active a {
  color: #fff;
  border-left: 4px solid #40babd;
}
.theme-2 .main-nav-wrapper .main-nav li .sub-menu li.active .sub-menu-level2 li.active a {
  border-left-color: #6dbd63;
}
.theme-3 .main-nav-wrapper .main-nav li .sub-menu li.active .sub-menu-level2 li.active a {
  border-left-color: #497cb1;
}
.theme-4 .main-nav-wrapper .main-nav li .sub-menu li.active .sub-menu-level2 li.active a {
  border-left-color: #ec6952;
}
/* Override metisMenu CSS */
.active > a > .fa.arrow:before {
  content: "\f0d8";
}
.fa.arrow:before {
  content: "\f0d7";
}
/* ===== Content Wrapper ===== */
.content-wrapper {
  /* background: #f3f6fb; */
  background-image: url(../images/contentbackground.png);
  margin-left: 220px;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  background-size:cover;
  -webkit-transition: margin 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
   min-height: 100vh;
  /* prevent the body background colour to show */
}
.content-wrapper-onboard {
  background: #f3f6fb;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-transition: margin 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
   min-height: 100vh;
  /* prevent the body background colour to show */
}
.content-wrapper-login {
  background: #f3f6fb;
/*   height:100vh;
  width:100%;
  background-image: url(../images/background.png);
  background-repeat:no-repeat;
  background-size: contain; */
}
.compact .content-wrapper {
  margin-left: 65px;
}
.compact.nav-toggled .content-wrapper {
  margin-left: 220px;
}
.mobile .content-wrapper {
  margin-left: 0;
}
.nav-toggled.mobile .content-wrapper {
  margin-left: 65px;
}
.nav-toggled:not(.compact):not(.mobile) .content-wrapper {
  margin-left: 65px;
}
.content-wrapper .view-title {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 30px;
/*   font-weight: 600; */
}
.compact:not(.nav-toggled) .main-nav .nav-label,
.mobile.nav-toggled .main-nav .nav-label,
.nav-toggled:not(.compact):not(.mobile) .main-nav .nav-label,
.compact:not(.nav-toggled) .main-nav .label,
.mobile.nav-toggled .main-nav .label,
.nav-toggled:not(.compact):not(.mobile) .main-nav .label,
.compact:not(.nav-toggled) .main-nav li .badge,
.mobile.nav-toggled .main-nav li .badge,
.nav-toggled:not(.compact):not(.mobile) .main-nav li .badge,
.compact:not(.nav-toggled) .main-nav .fa.arrow,
.mobile.nav-toggled .main-nav .fa.arrow,
.nav-toggled:not(.compact):not(.mobile) .main-nav .fa.arrow,
.compact:not(.nav-toggled) .main-nav .sub-menu,
.mobile.nav-toggled .main-nav .sub-menu,
.nav-toggled:not(.compact):not(.mobile) .main-nav .sub-menu {
  display: none;
}
.compact:not(.nav-toggled) .main-nav a,
.mobile.nav-toggled .main-nav a,
.nav-toggled:not(.compact):not(.mobile) .main-nav a {
  -webkit-transition: none !important;
  transition: none !important;
}
.compact:not(.nav-toggled) .main-nav li .sub-menu li.active a,
.mobile.nav-toggled .main-nav li .sub-menu li.active a,
.nav-toggled:not(.compact):not(.mobile) .main-nav li .sub-menu li.active a {
  background-color: #31343a;
  border-left: none;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 34px;
}
.compact:not(.nav-toggled) .main-nav ul,
.mobile.nav-toggled .main-nav ul,
.nav-toggled:not(.compact):not(.mobile) .main-nav ul {
  overflow: visible;
}
.compact:not(.nav-toggled) .main-nav .sub-menu,
.mobile.nav-toggled .main-nav .sub-menu,
.nav-toggled:not(.compact):not(.mobile) .main-nav .sub-menu {
  position: absolute;
  width: 220px;
  z-index: 10;
  left: 65px;
  margin-top: -44px;
}
.compact:not(.nav-toggled) .main-nav .sub-menu .sub-menu,
.mobile.nav-toggled .main-nav .sub-menu .sub-menu,
.nav-toggled:not(.compact):not(.mobile) .main-nav .sub-menu .sub-menu {
  display: none;
  left: 220px;
}
.compact:not(.nav-toggled) .main-nav li:hover > .sub-menu,
.mobile.nav-toggled .main-nav li:hover > .sub-menu,
.nav-toggled:not(.compact):not(.mobile) .main-nav li:hover > .sub-menu {
  display: block;
}
.compact:not(.nav-toggled) .main-nav li:hover > .sub-menu li:hover > .sub-menu,
.mobile.nav-toggled .main-nav li:hover > .sub-menu li:hover > .sub-menu,
.nav-toggled:not(.compact):not(.mobile) .main-nav li:hover > .sub-menu li:hover > .sub-menu {
  display: block;
}
.mobile .main-nav ul.sub-menu > li .nav-label {
  display: block!important;
}
.mobile .main-nav .collapse,
.mobile .main-nav .collapsing,
.mobile .main-nav .in {
  height: auto!important;
}
.nav-filter {
  cursor: pointer;
}
/* ===== Layout No Nav ===== */
.layout-no-leftnav {
  min-height: 100vh;
  background-image: url(../images/background.png);
  background-repeat:no-repeat;
  background-size: cover;
}
.Login-layout-no-leftnav {
  min-height: 100vh;
  background-image: url(../images/loginbackground.png);
  background-repeat:no-repeat;
  background-size: cover;
}
.layout-no-leftnav .header {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}
/* ===== Footer ===== */
.site-footer {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin-left: 220px;
  padding: 15px;
  border-top: 1px solid #f3f3f3;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.site-footer .copyright {
  color: #a2a6af;
}
/* ==== 404 and 500 error */
.jumbotron.error-404 .action {
  margin-top: 60px;
}
.jumbotron.error-500 .action {
  margin-top: 60px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .container-fluid {
    padding: 15px;
  }
  .content-wrapper {
    padding-top: 15px;
    border-left: 0;
  }
  .content-wrapper .view-title {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
    font-size: 16px;
  }
  .header .main-nav-toggle {
    margin-left: 5px;
  }
  .header .utilities-container .item {
    margin-right: 15px;
  }
  .header .utilities-container .item-messages .dropdown-menu {
    width: 280px;
  }
  .header .utilities-container .item-notifications .dropdown-menu {
    width: 280px;
  }
  .header .search-container {
    position: static;
  }
  .header .search-container .icon.fa-search {
    position: relative;
  }
  .header .search-container .icon.clear-search {
    right: 15px;
    top: 15px;
    color: #494d55;
  }
  .header .search-container .main-search-input-wrapper {
    display: none;
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
  }
  .header .search-container .main-search-input {
    border-color: #f0f0f0;
    background: #f0f0f0;
    margin-top: 0;
    padding: 15px;
    height: 50px;
    width: 100%;
  }
  .header .search-container .main-search-input:focus {
    background: #e8e8e8;
    border-color: #000000;
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.js-cloak {
  display: none !important;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ======= Side Panel ======== */
.side-panel {
  position: fixed;
  right: -320px;
  width: 320px;
  top: 0;
  height: 100%;
  min-height: 100%;
  background: #fff;
  z-index: 30;
  will-change: transform;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.side-panel.side-panel-open {
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
}
.side-panel .side-panel-inner {
  position: relative;
  padding: 15px;
}
.side-panel .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
/*   font-weight: 400; */
  margin: 0;
  text-shadow: none;
}
.side-panel .title {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.side-panel .title .fa {
  display: inline-block;
  color: #a2a6af;
  margin-right: 8px;
}
.side-panel .item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
  min-height: 50px;
}
.side-panel .time-stamp {
  margin-top: 5px;
  color: #a2a6af;
  font-size: 12px;
}
.side-panel .symbol-holder {
  position: absolute;
  left: 0;
  top: 15px;
  width: 36px;
}
.side-panel .user-profile {
  width: 36px;
  height: 36px;
}
.side-panel .content-holder {
  margin-left: 46px;
}
.side-panel .subject-line {
  color: #616670;
}
.side-panel .name {
/*   font-weight: bold; */
  color: #494d55;
}
.side-panel .excerpt {
  color: #a2a6af;
}
/* Extra small devices (phones, less than 768px) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.module {
/*   border: 1px solid #fff;
  border-width: 2px; */
  background: #fff;
  /*margin-bottom: 30px;*/
  position: relative;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.module.module-no-heading .module-content-inner {
  padding-top: 0;
}
.module.module-has-footer .module-inner {
  padding-bottom: 0;
}
.module .module-inner {
  padding: 5px;
}

.module .module-content-has-chart {
  padding-bottom: 30px;
}
.module .collapse-module > .icon {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: inline-block;
}
.module.collapsed .collapse-module > .icon {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.module .module-heading {
  border-bottom: 1px solid #f3f3f7;
  height:40px;
  padding-top:13px;
  position: relative;
  background-color:#0059B7;
}
.module .module-heading .module-title {
  font-size: 14px;
  padding-left:20px;
  color:#E1EBF7;
/*   font-weight:bold; */
  margin: 0;
}
.screen-close {
    margin-right:15px;
    padding-bottom:3px;
}

.module .module-heading .actions {
  position: absolute;
  right: 0;
  top:13px;
  line-height: 1;
}
.module .module-heading .actions .more-link .dropdown-menu {
  margin-top: 10px;
  min-width: 135px;
}
.module .module-heading .actions .more-link .dropdown-menu > li > a {
  padding: 5px 10px;
  color: #494d55;
}
.module .module-heading .actions .more-link .dropdown-menu .divider {
  margin: 4px 0;
}
.module .module-heading .actions .more-link .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dadae7;
  position: absolute;
  left: 15px;
  top: -8px;
}
.module .module-heading .actions .more-link .arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 1px;
}
.module .module-heading .actions li {
  vertical-align: middle;
}
.module .module-heading .actions li a {
  color: #9499a3;
}
.module .module-heading .actions li a:hover {
  color: #616670;
  text-decoration: none;
}
.module .module-heading .actions li .icon {
  font-size: 18px;
}
.module .module-content-header .title {
  margin-top: 0;
  margin-bottom: 0;
}
.module .module-content-inner {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
     /*  border:solid;
    border-width: 1px;
    border-color: #B4C7E7; */
}
.module .module-content h4.has-divider {
  border-bottom: 1px dotted #f3f3f7;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.module .module-content .dropdown-menu li {
  margin-bottom: 0;
}
.module .module-content .dropdown-menu > li > a {
  padding: 5px 20px;
}
.module .module-content .list li {
  margin-bottom: 10px;
}
.module .module-content .list ul,
.module .module-content .list ol {
  margin-top: 10px;
}
.module .module-content dl dd {
  margin-bottom: 10px;
}
.module .module-content blockquote {
  font-size: 14px;
}
.module .module-content .module-content-inner .custom-quote {
  border-color: #b1e3e5;
}
.module .module-content .module-content-inner .custom-quote p {
  font-size: 14px;
  color: #616670;
  line-height: 1.5;
}
.module .module-content .module-content-inner .custom-quote .fa {
  color: #40babd;
  margin-right: 10px;
}
.theme-2 .module .module-content .module-content-inner .custom-quote .fa {
  color: #6dbd63;
}
.theme-3 .module .module-content .module-content-inner .custom-quote .fa {
  color: #497cb1;
}
.theme-4 .module .module-content .module-content-inner .custom-quote .fa {
  color: #ec6952;
}
.theme-2 .module .module-content .module-content-inner .custom-quote {
  border-color: #d2eacf;
}
.theme-3 .module .module-content .module-content-inner .custom-quote {
  border-color: #b3c9e0;
}
.theme-4 .module .module-content .module-content-inner .custom-quote {
  border-color: #fbe1dc;
}
.module .module-content .module-content-inner .custom-quote .people {
  margin-top: 10px;
  font-size: 12px;
  color: #494d55;
  font-style: normal;
}
.module .module-content .module-content-inner .custom-quote .people .name {
  color: #339597;
}
.theme-2 .module .module-content .module-content-inner .custom-quote .people .name {
  color: #51a746;
}
.theme-3 .module .module-content .module-content-inner .custom-quote .people .name {
  color: #3a638d;
}
.theme-4 .module .module-content .module-content-inner .custom-quote .people .name {
  color: #e74124;
}
.module .module-footer {
  background: #ffffff;
  border-top: 1px solid #f3f3f7;
  padding: 15px;
}
.module .module-footer a {
  color: #9499a3;
}
.module .module-footer a:hover {
  color: #40babd;
}
.theme-2 .module .module-footer a:hover {
  color: #6dbd63;
}
.theme-3 .module .module-footer a:hover {
  color: #497cb1;
}
.theme-4 .module .module-footer a:hover {
  color: #ec6952;
}
.module .module-footer .meta {
  margin-bottom: 0;
  color: #9499a3;
  font-size: 12px;
}
.module .module-footer .shortcuts {
  margin-bottom: 0;
}
.module .module-footer .shortcuts li {
  position: relative;
  margin-right: 10px;
}
.module .module-footer .shortcuts li:before {
  position: absolute;
  background-color: #eaeaf1;
  border-radius: 50%;
  content: "";
  line-height: 1;
  width: 6px;
  height: 6px;
  top: .5em;
  left: -8px;
}
.module .module-footer .shortcuts li.first:before {
  display: none;
}
.module .close-module,
.module .collapse-module {
  cursor: pointer;
}
.module-placeholder {
  opacity: 0.5;
  border-style: dashed;
  border-width: 2px;
}
.module-draggable .module-heading {
  cursor: move;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .module .module-inner {
    padding: 30px 15px;
  }
  .module .module-heading {
    padding-bottom: 15px;
  }
}

.module .module-inner .module-heading {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

.module .module-content-inner {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ======= Typography ========= */
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #0563C1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.theme-2 a {
  color: #5cb551;
}
.theme-3 a {
  color: #426f9f;
}
.theme-4 a {
  color: #e9553b;
}
a:hover {
  text-decoration: underline;
  color: #339597;
}
.theme-2 a:hover {
  color: #51a746;
}
.theme-3 a:hover {
  color: #3a638d;
}
.theme-4 a:hover {
  color: #e74124;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 13px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #616670;
}
.list-custom-style .fa {
  margin-right: 5px;
}
.list-custom-style li {
  list-style: none;
}
.list-inline .fa {
  margin-right: 5px;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #494d55;
}
.text-theme {
  color: #40babd;
}
.theme-2 .text-theme {
  color: #6dbd63;
}
.theme-3 .text-theme {
  color: #497cb1;
}
.theme-4 .text-theme {
  color: #ec6952;
}
.text-success {
  color: #00a249;
}
.text-info {
  color: #58bbee;
}
.text-warning {
  color: #F8A13F;
}
.text-danger {
  color: #ff0000;
}
.text-pink {
  color: #EA5395;
}
.text-purple {
  color: #8A40A7;
}
.text-yellow {
  color: #F2B542;
}
.bg-primary {
  background-color: #494d55;
  color: rgba(255, 255, 255, 0.8);
}
.bg-success {
  background-color: #cde9d1;
  color: rgba(0, 0, 0, 0.8);
}
.bg-info {
  background-color: #cceafa;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning {
  background-color: #fcddba;
  color: rgba(0, 0, 0, 0.8);
}
.bg-danger {
  background-color: #fee7e4;
  color: rgba(0, 0, 0, 0.8);
}
.bg-theme {
  background-color: #40babd;
  color: #fff;
}
.theme-2 .bg-theme {
  background-color: #6dbd63;
}
.theme-3 .bg-theme {
  background-color: #497cb1;
}
.theme-4 .bg-theme {
  background-color: #ec6952;
}
.bg-pink {
  background-color: #EA5395;
  color: #fff;
}
.bg-purple {
  background-color: #8A40A7;
  color: #fff;
}
.bg-yellow {
  background-color: #F2B542;
  color: #fff;
}
.highlight-border {
  border-color: #40babd;
}
.theme-2 .highlight-border {
  border-color: #6dbd63;
}
.theme-3 .highlight-border {
  border-color: #497cb1;
}
.theme-4 .highlight-border {
  border-color: #ec6952;
}
.well {
  background-color: #f9f9fb;
  border: 1px solid #eaeaf1;
}
/* ======= Buttons ====== */
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
/*   font-weight: 600; */
  font-size: 13px;
  line-height: 1.5;
}
.btn-reject {background-color:#f34743; border:1px solid #f34743;color:white;}
.btn-approve {background-color:#37a36a; border:1px solid #37a36a;color:white;}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn-oval {
  border-radius: 60px;
  background-clip: padding-box;
  border: none;
}
.btn-square {
  border-radius: 0;
  background-clip: padding-box;
}
.btn-circle {
  border-radius: 50%;
  background-clip: padding-box;
  border: none;
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 0;
}
.btn-circle .fa {
  margin-right: 0;
  font-size: 14px;
}
.btn-circle .pe-icon {
  font-size: 18px;
  padding-top: 3px;
/*   font-weight: bold; */
}
.btn-circle .fs1 {
  font-size: 16px;
  padding-top: 3px;
  font-weight: bold;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 8px 16px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 4px 8px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 2px 4px;
}
.btn-lg {
  font-size: 16px;
}
.btn-sm {
  font-size: 11px;
}
.btn-xs {
  font-size: 10px;
}
.btn-default {
  background: #fff;
  border: 1px solid #bfbfbf;
  color: #a2a6af;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.btn-default.hover {
  border-color: #e6e7ea;
  color: #6c727e;
  background: #f9f9fb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-2 .btn-default {
  color: #a2a6af;
}
.theme-2 .btn-default:hover,
.theme-2 .btn-default:focus,
.theme-2 .btn-default:active,
.theme-2 .btn-default.active,
.theme-2 .btn-default.focus,
.theme-2 .btn-default.hover {
  color: #6c727e;
}
.theme-3 .btn-default {
  color: #a2a6af;
}
.theme-3 .btn-default:hover,
.theme-3 .btn-default:focus,
.theme-3 .btn-default:active,
.theme-3 .btn-default.active,
.theme-3 .btn-default.focus,
.theme-3 .btn-default.hover {
  color: #6c727e;
}
.theme-4 .btn-default {
  color: #a2a6af;
}
.theme-4 .btn-default:hover,
.theme-4 .btn-default:focus,
.theme-4 .btn-default:active,
.theme-4 .btn-default.active,
.theme-4 .btn-default.focus,
.theme-4 .btn-default.hover {
  color: #6c727e;
}
.open > .dropdown-toggle.btn-default {
  border-color: #e6e7ea;
}
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:active,
.open > .dropdown-toggle.btn-default:hover {
  border-color: #e6e7ea;
  background: #f9f9fb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary {
  background: #2a7ab8;
  border: 1px solid #2a7ab8;
  color: #fff;
  font-size:13px;
}
.theme-2 .btn-primary {
  background: #6dbd63;
  border-color: #6dbd63;
}
.theme-3 .btn-primary {
  background: #497cb1;
  border-color: #497cb1;
}
.theme-4 .btn-primary {
  background: #ec6952;
  border-color: #ec6952;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.hover,
.btn-primary.active:hover {
  background: #236699;
  color: #fff;
  border: 1px solid #236699;
  font-size:13px;
}
.theme-2 .btn-primary:hover,
.theme-2 .btn-primary:focus,
.theme-2 .btn-primary:active,
.theme-2 .btn-primary.active,
.theme-2 .btn-primary.hover,
.theme-2 .btn-primary.active:hover {
  background: #5cb551;
  border-color: #5cb551;
}
.theme-3 .btn-primary:hover,
.theme-3 .btn-primary:focus,
.theme-3 .btn-primary:active,
.theme-3 .btn-primary.active,
.theme-3 .btn-primary.hover,
.theme-3 .btn-primary.active:hover {
  background: #426f9f;
  border-color: #426f9f;
}
.theme-4 .btn-primary:hover,
.theme-4 .btn-primary:focus,
.theme-4 .btn-primary:active,
.theme-4 .btn-primary.active,
.theme-4 .btn-primary.hover,
.theme-4 .btn-primary.active:hover {
  background: #e9553b;
  border-color: #e9553b;
}
.btn-success {
  background: #75c181;
  border: 1px solid #75c181;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.hover {
  background: #63b971;
  /*border: 1px solid #63b971;*/
  color: #fff;
}
.btn-info{
  background: #cfcfcf;
  font-family: Segoe UI semibold;
  font-size: 13px;
  color: #404040;
}

.btn-info:active,
.btn-info:active:focus {
	background: #e6e6e6 ;
	border-color: #e6e6e6;
	color: #000000 ;
}


.btn-info.active,
.btn-primary:active,
.btn-primary.active {
    background:#2a7ab8;
    color:#ffffff;
    font-family: Segoe UI semibold;
    font-size: 13px;
}

.btn-info.active:hover,.btn-info.active:focus,
.btn-primary.active:hover, .btn-primary.active:focus,
.btn-primary:focus  {
    background:#236699;
    color:#fff;
    border: 1px solid #236699;
    font-size: 13px;
}

.btn-info:focus{
    background:#e6e6e6;
    color:#fff;
    border: 1px solid #BFBFBF;
    font-size: 13px;
    border-radius : 4px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.hover,
.btn-info:active.focus {
  background: #e6e6e6;
  -ms-flex-order: 1px solid #D9D9D9;
      -webkit-box-ordinal-group: 2;
          order: 1px solid #D9D9D9;
  color: #000000;
  border-color: #C5C5C5;
}
.btn-warning {
  background: #F8A13F;
  border: 1px solid #F8A13F;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.hover {
  background: #f79526;
  border: 1px solid #f79526;
  color: #fff;
}
.btn-danger {
  background: #f77b6b;
  border: 1px solid #f77b6b;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.hover {
  background: #f66553;
  border: 1px solid #f66553;
  color: #fff;
}
.btn-pink {
  background: #EA5395;
  border: 1px solid #EA5395;
  color: #fff;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.hover {
  background: #e73c87;
  border: 1px solid #e73c87;
  color: #fff;
}
.btn-purple {
  background: #8A40A7;
  border: 1px solid #8A40A7;
  color: #fff;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.hover {
  background: #7b3995;
  border: 1px solid #7b3995;
  color: #fff;
}
.btn-yellow {
  background: #F2B542;
  border: 1px solid #F2B542;
  color: #fff;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.hover {
  background: #f0ac2a;
  border: 1px solid #f0ac2a;
  color: #fff;
}
.btn-blue {
  background: #0094d9;
  border: 1px solid #0094d9;
  color: #fff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.hover {
  background: #f0ac2a;
  border: 1px solid #f0ac2a;
  color: #fff;
}
.btn-link {
  color: #40babd;
}
.theme-2 .btn-link {
  color: #6dbd63;
}
.theme-3 .btn-link {
  color: #497cb1;
}
.theme-4 .btn-link {
  color: #ec6952;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.hover {
  color: #339597;
}
.theme-2 .btn-link:hover,
.theme-2 .btn-link:focus,
.theme-2 .btn-link:active,
.theme-2 .btn-link.active,
.theme-2 .btn-link.hover {
  color: #51a746;
}
.theme-3 .btn-link:hover,
.theme-3 .btn-link:focus,
.theme-3 .btn-link:active,
.theme-3 .btn-link.active,
.theme-3 .btn-link.hover {
  color: #3a638d;
}
.theme-4 .btn-link:hover,
.theme-4 .btn-link:focus,
.theme-4 .btn-link:active,
.theme-4 .btn-link.active,
.theme-4 .btn-link.hover {
  color: #e74124;
}
.btn-default-alt {
  background: #616670;
  border: 1px solid #616670;
  color: #fff;
}
.btn-default-alt:hover,
.btn-default-alt:focus,
.btn-default-alt:active,
.btn-default-alt.active,
.btn-default-alt.hover {
  background: #494d55;
  color: #fff;
  border: 1px solid #494d55;
}
.btn-primary-alt {
  background: none;
  border: 1px solid #40babd;
  color: #40babd;
}
.theme-2 .btn-primary-alt {
  color: #6dbd63;
  border-color: #6dbd63;
}
.theme-3 .btn-primary-alt {
  color: #497cb1;
  border-color: #497cb1;
}
.theme-4 .btn-primary-alt {
  color: #ec6952;
  border-color: #ec6952;
}
.btn-primary-alt:hover,
.btn-primary-alt:focus,
.btn-primary-alt:active,
.btn-primary-alt.active,
.btn-primary-alt.hover {
  border-color: #40babd;
  background: #40babd;
  color: #fff;
}
.theme-2 .btn-primary-alt:hover,
.theme-2 .btn-primary-alt:focus,
.theme-2 .btn-primary-alt:active,
.theme-2 .btn-primary-alt.active,
.theme-2 .btn-primary-alt.hover {
  background: #6dbd63;
  border-color: #6dbd63;
}
.theme-3 .btn-primary-alt:hover,
.theme-3 .btn-primary-alt:focus,
.theme-3 .btn-primary-alt:active,
.theme-3 .btn-primary-alt.active,
.theme-3 .btn-primary-alt.hover {
  background: #497cb1;
  border-color: #497cb1;
}
.theme-4 .btn-primary-alt:hover,
.theme-4 .btn-primary-alt:focus,
.theme-4 .btn-primary-alt:active,
.theme-4 .btn-primary-alt.active,
.theme-4 .btn-primary-alt.hover {
  background: #ec6952;
  border-color: #ec6952;
}
.btn-success-alt {
  background: none;
  border: 1px solid #75c181;
  color: #75c181;
}
.btn-success-alt:hover,
.btn-success-alt:focus,
.btn-success-alt.active,
.btn-success-alt.hover {
  border-color: #75c181;
  background: #75c181;
  color: #fff;
}
.btn-info-alt {
  background: none;
  border: 1px solid #58bbee;
  color: #58bbee;
}
.btn-info-alt:hover,
.btn-info-alt:focus,
.btn-info-alt.active,
.btn-info-alt.hover {
  border-color: #58bbee;
  background: #58bbee;
  color: #fff;
}
.btn-warning-alt {
  background: none;
  border: 1px solid #F8A13F;
  color: #F8A13F;
}
.btn-warning-alt:hover,
.btn-warning-alt:focus,
.btn-warning-alt.active,
.btn-warning-alt.hover {
  border-color: #F8A13F;
  background: #F8A13F;
  color: #fff;
}
.btn-danger-alt {
  background: none;
  border: 1px solid #f77b6b;
  color: #f77b6b;
}
.btn-danger-alt:hover,
.btn-danger-alt:focus,
.btn-danger-alt.active,
.btn-danger-alt.hover {
  border-color: #f77b6b;
  background: #f77b6b;
  color: #fff;
}
.btn-pink-alt {
  background: none;
  border: 1px solid #EA5395;
  color: #EA5395;
}
.btn-pink-alt:hover,
.btn-pink-alt:focus,
.btn-pink-alt.active,
.btn-pink-alt.hover {
  border-color: #EA5395;
  background: #EA5395;
  color: #fff;
}
.btn-purple-alt {
  background: none;
  border: 1px solid #8A40A7;
  color: #8A40A7;
}
.btn-purple-alt:hover,
.btn-purple-alt:focus,
.btn-purple-alt.active,
.btn-purple-alt.hover {
  border-color: #8A40A7;
  background: #8A40A7;
  color: #fff;
}
.btn-yellow-alt {
  background: none;
  border: 1px solid #F2B542;
  color: #F2B542;
}
.btn-yellow-alt:hover,
.btn-yellow-alt:focus,
.btn-yellow-alt.active,
.btn-yellow-alt.hover {
  border-color: #F2B542;
  background: #F2B542;
  color: #fff;
}
.open > .dropdown-toggle.btn-default-alt {
  background: #494d55;
  border-color: #494d55;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #fff;
}
.open > .dropdown-toggle.btn-primary {
  background: #0094D9;
  border-color: #0094D9;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #fff;
}
.theme-2 .open > .dropdown-toggle.btn-primary {
  background: #5cb551;
  border-color: #5cb551;
}
.theme-3 .open > .dropdown-toggle.btn-primary {
  background: #426f9f;
  border-color: #426f9f;
}
.theme-4 .open > .dropdown-toggle.btn-primary {
  background: #e9553b;
  border-color: #e9553b;
}
.open > .dropdown-toggle.btn-success {
  background: #63b971;
  border-color: #63b971;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #fff;
}
.open > .dropdown-toggle.btn-info {
  background: #41b2ec;
  border-color: #41b2ec;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #fff;
}
.open > .dropdown-toggle.btn-warning {
  background: #f79526;
  border-color: #f79526;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #fff;
}
.open > .dropdown-toggle.btn-danger {
  background: #f66553;
  border-color: #f66553;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #fff;
}
.btn-default-3d {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  position: relative;
  background: #616670;
  -webkit-box-shadow: 0px 4px 0px #494d55;
          box-shadow: 0px 4px 0px #494d55;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}
.btn-default-3d:hover {
  top: 2px;
  -webkit-box-shadow: 0px 2px 0px #555963;
          box-shadow: 0px 2px 0px #555963;
  background: #6c727e;
  color: #fff;
}
.btn-default-3d:focus {
  background: #797f8b;
  color: #fff;
}
.btn-default-3d:active {
  -webkit-box-shadow: 0px 2px 0px #555963;
          box-shadow: 0px 2px 0px #555963;
  color: #fff;
}
.btn-primary-3d {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  position: relative;
  background: #40babd;
  -webkit-box-shadow: 0px 4px 0px #339597;
          box-shadow: 0px 4px 0px #339597;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}
.theme-2 .btn-primary-3d {
  background: #6dbd63;
  -webkit-box-shadow: 0px 4px 0px #51a746;
          box-shadow: 0px 4px 0px #51a746;
}
.theme-3 .btn-primary-3d {
  background: #497cb1;
  -webkit-box-shadow: 0px 4px 0px #3a638d;
          box-shadow: 0px 4px 0px #3a638d;
}
.theme-4 .btn-primary-3d {
  background: #ec6952;
  -webkit-box-shadow: 0px 4px 0px #e74124;
          box-shadow: 0px 4px 0px #e74124;
}
.btn-primary-3d:hover {
  top: 2px;
  -webkit-box-shadow: 0px 2px 0px #3aa7aa;
          box-shadow: 0px 2px 0px #3aa7aa;
  background: #52c2c4;
  color: #fff;
}
.theme-2 .btn-primary-3d:hover {
  background: #7ec575;
  -webkit-box-shadow: 0px 2px 0px #5cb551;
          box-shadow: 0px 2px 0px #5cb551;
}
.theme-3 .btn-primary-3d:hover {
  background: #5989bb;
  -webkit-box-shadow: 0px 2px 0px #426f9f;
          box-shadow: 0px 2px 0px #426f9f;
}
.theme-4 .btn-primary-3d:hover {
  background: #ef7d69;
  -webkit-box-shadow: 0px 2px 0px #e9553b;
          box-shadow: 0px 2px 0px #e9553b;
}
.btn-primary-3d:focus {
  background: #65c8cb;
  color: #fff;
}
.theme-2 .btn-primary-3d:focus {
  background: #8fcc87;
}
.theme-3 .btn-primary-3d:focus {
  background: #6b96c2;
}
.theme-4 .btn-primary-3d:focus {
  background: #f19180;
}
.btn-primary-3d:active {
  -webkit-box-shadow: 0px 2px 0px #3aa7aa;
          box-shadow: 0px 2px 0px #3aa7aa;
  color: #fff;
}
.theme-2 .btn-primary-3d:active {
  -webkit-box-shadow: 0px 2px 0px #5cb551;
          box-shadow: 0px 2px 0px #5cb551;
}
.theme-3 .btn-primary-3d:active {
  -webkit-box-shadow: 0px 2px 0px #426f9f;
          box-shadow: 0px 2px 0px #426f9f;
}
.theme-4 .btn-primary-3d:active {
  -webkit-box-shadow: 0px 2px 0px #e9553b;
          box-shadow: 0px 2px 0px #e9553b;
}
.btn-success-3d {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  position: relative;
  background: #75c181;
  -webkit-box-shadow: 0px 4px 0px #52b161;
          box-shadow: 0px 4px 0px #52b161;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}
.btn-success-3d:hover {
  top: 2px;
  -webkit-box-shadow: 0px 2px 0px #63b971;
          box-shadow: 0px 2px 0px #63b971;
  background: #87c991;
  color: #fff;
}
.btn-success-3d:focus {
  background: #98d1a1;
  color: #fff;
}
.btn-success-3d:active {
  -webkit-box-shadow: 0px 2px 0px #63b971;
          box-shadow: 0px 2px 0px #63b971;
  color: #fff;
}
.btn-info-3d {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  position: relative;
  background: #58bbee;
  -webkit-box-shadow: 0px 4px 0px #2aa8e9;
          box-shadow: 0px 4px 0px #2aa8e9;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}
.btn-info-3d:hover {
  top: 2px;
  -webkit-box-shadow: 0px 2px 0px #41b2ec;
          box-shadow: 0px 2px 0px #41b2ec;
  background: #6fc4f0;
  color: #fff;
}
.btn-info-3d:focus {
  background: #86cef3;
  color: #fff;
}
.btn-info-3d:active {
  -webkit-box-shadow: 0px 2px 0px #41b2ec;
          box-shadow: 0px 2px 0px #41b2ec;
  color: #fff;
}
.btn-warning-3d {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  position: relative;
  background: #F8A13F;
  -webkit-box-shadow: 0px 4px 0px #f6890e;
          box-shadow: 0px 4px 0px #f6890e;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}
.btn-warning-3d:hover {
  top: 2px;
  -webkit-box-shadow: 0px 2px 0px #f79526;
          box-shadow: 0px 2px 0px #f79526;
  background: #f9ad58;
  color: #fff;
}
.btn-warning-3d:focus {
  background: #fab970;
  color: #fff;
}
.btn-warning-3d:active {
  -webkit-box-shadow: 0px 2px 0px #f79526;
          box-shadow: 0px 2px 0px #f79526;
  color: #fff;
}
.btn-danger-3d {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  position: relative;
  background: #f77b6b;
  -webkit-box-shadow: 0px 4px 0px #f4503b;
          box-shadow: 0px 4px 0px #f4503b;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}
.btn-danger-3d:hover {
  top: 2px;
  -webkit-box-shadow: 0px 2px 0px #f66553;
          box-shadow: 0px 2px 0px #f66553;
  background: #f89183;
  color: #fff;
}
.btn-danger-3d:focus {
  background: #faa69b;
  color: #fff;
}
.btn-danger-3d:active {
  -webkit-box-shadow: 0px 2px 0px #f66553;
          box-shadow: 0px 2px 0px #f66553;
  color: #fff;
}
.btn-pink-3d {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  position: relative;
  background: #EA5395;
  -webkit-box-shadow: 0px 4px 0px #e42679;
          box-shadow: 0px 4px 0px #e42679;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}
.btn-pink-3d:hover {
  top: 2px;
  -webkit-box-shadow: 0px 2px 0px #e73c87;
          box-shadow: 0px 2px 0px #e73c87;
  background: #ed6aa3;
  color: #fff;
}
.btn-pink-3d:focus {
  background: #f080b1;
  color: #fff;
}
.btn-pink-3d:active {
  -webkit-box-shadow: 0px 2px 0px #e73c87;
          box-shadow: 0px 2px 0px #e73c87;
  color: #fff;
}
.btn-purple-3d {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  position: relative;
  background: #8A40A7;
  -webkit-box-shadow: 0px 4px 0px #6c3282;
          box-shadow: 0px 4px 0px #6c3282;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}
.btn-purple-3d:hover {
  top: 2px;
  -webkit-box-shadow: 0px 2px 0px #7b3995;
          box-shadow: 0px 2px 0px #7b3995;
  background: #9948b9;
  color: #fff;
}
.btn-purple-3d:focus {
  background: #a35ac0;
  color: #fff;
}
.btn-purple-3d:active {
  -webkit-box-shadow: 0px 2px 0px #7b3995;
          box-shadow: 0px 2px 0px #7b3995;
  color: #fff;
}
.btn-yellow-3d {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  position: relative;
  background: #F2B542;
  -webkit-box-shadow: 0px 4px 0px #efa212;
          box-shadow: 0px 4px 0px #efa212;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}
.btn-yellow-3d:hover {
  top: 2px;
  -webkit-box-shadow: 0px 2px 0px #f0ac2a;
          box-shadow: 0px 2px 0px #f0ac2a;
  background: #f4be5a;
  color: #fff;
}
.btn-yellow-3d:focus {
  background: #f5c872;
  color: #fff;
}
.btn-yellow-3d:active {
  -webkit-box-shadow: 0px 2px 0px #f0ac2a;
          box-shadow: 0px 2px 0px #f0ac2a;
  color: #fff;
}
.btn-single-icon {
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 0;
  padding-top: 3px;
}
.btn-single-icon .fa {
  font-size: 16px;
  margin-right: 0;
}
.social-btn {
  color: #fff;
  min-width: 220px;
  text-align: left;
}
.social-btn:hover,
.social-btn:focus {
  color: #fff;
}
.social-btn .fa {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-right: 10px;
  width: 30px;
}
.twitter-btn {
  background: #55acee;
}
.twitter-btn:hover {
  background: #2795e9;
}
.facebook-btn {
  background: #3b5998;
}
.facebook-btn:hover {
  background: #2d4373;
}
.google-btn {
  background: #dd4b39;
}
.google-btn:hover {
  background: #c23321;
}
.github-btn {
  background: #444;
}
.github-btn:hover {
  background: #2b2b2b;
}
.btn-group.open .dropdown-toggle {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.btn-group.open .dropdown-toggle.btn-default {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-group > .btn + .dropdown-toggle.btn-default-alt {
  background: #555963;
  color: #fff;
}
.btn-group > .btn + .dropdown-toggle.btn-default-alt:hover {
  background: #494d55;
}
.btn-group > .btn + .dropdown-toggle.btn-primary {
  background: #0094D9;
  color: #fff;
}
.theme-2 .btn-group > .btn + .dropdown-toggle.btn-primary {
  background: #5cb551;
}
.theme-3 .btn-group > .btn + .dropdown-toggle.btn-primary {
  background: #426f9f;
}
.theme-4 .btn-group > .btn + .dropdown-toggle.btn-primary {
  background: #e9553b;
}
.btn-group > .btn + .dropdown-toggle.btn-primary:hover {
  background: #339597;
}
.theme-2 .btn-group > .btn + .dropdown-toggle.btn-primary:hover {
  background: #51a746;
}
.theme-3 .btn-group > .btn + .dropdown-toggle.btn-primary:hover {
  background: #3a638d;
}
.theme-4 .btn-group > .btn + .dropdown-toggle.btn-primary:hover {
  background: #e74124;
}
.btn-group > .btn + .dropdown-toggle.btn-success {
  background: #63b971;
  color: #fff;
}
.btn-group > .btn + .dropdown-toggle.btn-success:hover {
  background: #52b161;
}
.btn-group > .btn + .dropdown-toggle.btn-info {
  background: #41b2ec;
  color: #fff;
}
.btn-group > .btn + .dropdown-toggle.btn-info:hover {
  background: #2aa8e9;
}
.btn-group > .btn + .dropdown-toggle.btn-warning {
  background: #f79526;
  color: #fff;
}
.btn-group > .btn + .dropdown-toggle.btn-warning:hover {
  background: #f6890e;
}
.btn-group > .btn + .dropdown-toggle.btn-danger {
  background: #f66553;
  color: #fff;
}
.btn-group > .btn + .dropdown-toggle.btn-danger:hover {
  background: #f4503b;
}
.btn-group > .btn + .dropdown-toggle.btn-pink {
  background: #e73c87;
  color: #fff;
}
.btn-group > .btn + .dropdown-toggle.btn-pink:hover {
  background: #e42679;
}
.btn-group > .btn + .dropdown-toggle.btn-purple {
  background: #7b3995;
  color: #fff;
}
.btn-group > .btn + .dropdown-toggle.btn-purple:hover {
  background: #6c3282;
}
.btn-group > .btn + .dropdown-toggle.btn-yellow {
  background: #f0ac2a;
  color: #fff;
}
.btn-group > .btn + .dropdown-toggle.btn-yellow:hover {
  background: #efa212;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background: #f9f9fb;
  color: #9499a3;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background: #2a7ab8;
  border: 1px solid #3D57B1;
}
.theme-2 .btn-primary.disabled,
.theme-2 .btn-primary.disabled.active,
.theme-2 .btn-primary.disabled.focus,
.theme-2 .btn-primary.disabled:active,
.theme-2 .btn-primary.disabled:focus,
.theme-2 .btn-primary.disabled:hover,
.theme-2 .btn-primary[disabled],
.theme-2 .btn-primary[disabled].active,
.theme-2 .btn-primary[disabled].focus,
.theme-2 .btn-primary[disabled]:active,
.theme-2 .btn-primary[disabled]:focus,
.theme-2 .btn-primary[disabled]:hover,
.theme-2 fieldset[disabled] .btn-primary,
.theme-2 fieldset[disabled] .btn-primary.active,
.theme-2 fieldset[disabled] .btn-primary.focus,
.theme-2 fieldset[disabled] .btn-primary:active,
.theme-2 fieldset[disabled] .btn-primary:focus,
.theme-2 fieldset[disabled] .btn-primary:hover {
  background: #6dbd63;
  border-color: #6dbd63;
}
.theme-3 .btn-primary.disabled,
.theme-3 .btn-primary.disabled.active,
.theme-3 .btn-primary.disabled.focus,
.theme-3 .btn-primary.disabled:active,
.theme-3 .btn-primary.disabled:focus,
.theme-3 .btn-primary.disabled:hover,
.theme-3 .btn-primary[disabled],
.theme-3 .btn-primary[disabled].active,
.theme-3 .btn-primary[disabled].focus,
.theme-3 .btn-primary[disabled]:active,
.theme-3 .btn-primary[disabled]:focus,
.theme-3 .btn-primary[disabled]:hover,
.theme-3 fieldset[disabled] .btn-primary,
.theme-3 fieldset[disabled] .btn-primary.active,
.theme-3 fieldset[disabled] .btn-primary.focus,
.theme-3 fieldset[disabled] .btn-primary:active,
.theme-3 fieldset[disabled] .btn-primary:focus,
.theme-3 fieldset[disabled] .btn-primary:hover {
  background: #497cb1;
  border-color: #497cb1;
}
.theme-4 .btn-primary.disabled,
.theme-4 .btn-primary.disabled.active,
.theme-4 .btn-primary.disabled.focus,
.theme-4 .btn-primary.disabled:active,
.theme-4 .btn-primary.disabled:focus,
.theme-4 .btn-primary.disabled:hover,
.theme-4 .btn-primary[disabled],
.theme-4 .btn-primary[disabled].active,
.theme-4 .btn-primary[disabled].focus,
.theme-4 .btn-primary[disabled]:active,
.theme-4 .btn-primary[disabled]:focus,
.theme-4 .btn-primary[disabled]:hover,
.theme-4 fieldset[disabled] .btn-primary,
.theme-4 fieldset[disabled] .btn-primary.active,
.theme-4 fieldset[disabled] .btn-primary.focus,
.theme-4 fieldset[disabled] .btn-primary:active,
.theme-4 fieldset[disabled] .btn-primary:focus,
.theme-4 fieldset[disabled] .btn-primary:hover {
  background: #ec6952;
  border-color: #ec6952;
}
.btn-reject {background-color:#f34743; border:1px solid #f34743;color:white;}
.btn-approve {background-color:#37a36a; border:1px solid #37a36a;color:white;}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background: #75c181;
  border: 1px solid #75c181;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background:#BFBFBF;
  border: 1px solid #BFBFBF;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background: #F8A13F;
  border: 1px solid #F8A13F;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background: #f77b6b;
  border: 1px solid #f77b6b;
}
/* ======= Panels ========= */
.panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel .panel-heading {
  padding: 10px 15px;
}
.panel .panel-heading .panel-title {
  font-weight: 500;
  font-size: 14px;
  font-weight: 600;
}
.panel .panel-heading .panel-title a {
  font-weight: 600;
  color: #616670;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.panel .panel-heading .panel-title a.active {
  color: #40babd;
}
.theme-2 .panel .panel-heading .panel-title a.active {
  color: #6dbd63;
}
.theme-3 .panel .panel-heading .panel-title a.active {
  color: #497cb1;
}
.theme-4 .panel .panel-heading .panel-title a.active {
  color: #ec6952;
}
.panel .panel-heading .panel-title a .fa {
  margin-right: 5px;
  color: #40babd;
}
.theme-2 .panel .panel-heading .panel-title a .fa {
  color: #6dbd63;
}
.theme-3 .panel .panel-heading .panel-title a .fa {
  color: #497cb1;
}
.theme-4 .panel .panel-heading .panel-title a .fa {
  color: #ec6952;
}
.panel .panel-heading.icon-right .panel-title {
  position: relative;
}
.panel .panel-heading.icon-right .panel-title .fa {
  position: absolute;
  right: 0;
}
.panel-default {
  border-color: #eaeaf1;
}
.panel-default > .panel-heading {
  color: #494d55;
  background: #eaeaf1;
  border-color: #eaeaf1;
}
.panel-default .panel-footer {
  background: #f9f9fb;
  color: #616670;
}
.panel-theme {
  border-color: #616670;
}
.panel-theme > .panel-heading {
  color: #fff;
  background: #616670;
  border-color: #616670;
}
.panel-theme .panel-footer {
  background: #616670;
  border-color: #616670;
  color: #fff;
}
.panel-primary {
  border-color: #40babd;
}
.theme-2 .panel-primary {
  border-color: #6dbd63;
}
.theme-3 .panel-primary {
  border-color: #497cb1;
}
.theme-4 .panel-primary {
  border-color: #ec6952;
}
.panel-primary > .panel-heading {
  color: #fff;
  background: #40babd;
  border-color: #40babd;
}
.theme-2 .panel-primary > .panel-heading {
  border-color: #6dbd63;
  background: #6dbd63;
}
.theme-3 .panel-primary > .panel-heading {
  border-color: #497cb1;
  background: #497cb1;
}
.theme-4 .panel-primary > .panel-heading {
  border-color: #ec6952;
  background: #ec6952;
}
.panel-primary .panel-footer {
  background: #40babd;
  border-color: #40babd;
  color: #fff;
}
.theme-2 .panel-primary .panel-footer {
  border-color: #6dbd63;
  background: #6dbd63;
}
.theme-3 .panel-primary .panel-footer {
  border-color: #497cb1;
  background: #497cb1;
}
.theme-4 .panel-primary .panel-footer {
  border-color: #ec6952;
  background: #ec6952;
}
.panel-success {
  border-color: #75c181;
}
.panel-success > .panel-heading {
  color: #fff;
  background: #75c181;
  border-color: #75c181;
}
.panel-success .panel-footer {
  background: #75c181;
  border-color: #75c181;
  color: #fff;
}
.panel-info {
  border-color: #58bbee;
}
.panel-info > .panel-heading {
  color: #fff;
  background: #58bbee;
  border-color: #58bbee;
}
.panel-info .panel-footer {
  background: #58bbee;
  border-color: #58bbee;
  color: #fff;
}
.panel-warning {
  border-color: #F8A13F;
}
.panel-warning > .panel-heading {
  color: #fff;
  background: #F8A13F;
  border-color: #F8A13F;
}
.panel-warning .panel-footer {
  background: #F8A13F;
  border-color: #F8A13F;
  color: #fff;
}
.panel-danger {
  border-color: #f77b6b;
}
.panel-danger > .panel-heading {
  color: #fff;
  background: #f77b6b;
  border-color: #f77b6b;
}
.panel-danger .panel-footer {
  background: #f77b6b;
  border-color: #f77b6b;
  color: #fff;
}
.panel-pink {
  border-color: #EA5395;
}
.panel-pink > .panel-heading {
  color: #fff;
  background: #EA5395;
  border-color: #EA5395;
}
.panel-pink .panel-footer {
  background: #EA5395;
  border-color: #EA5395;
  color: #fff;
}
.panel-purple {
  border-color: #8A40A7;
}
.panel-purple > .panel-heading {
  color: #fff;
  background: #8A40A7;
  border-color: #8A40A7;
}
.panel-purple .panel-footer {
  background: #8A40A7;
  border-color: #8A40A7;
  color: #fff;
}
.panel-yellow {
  border-color: #F2B542;
}
.panel-yellow > .panel-heading {
  color: #fff;
  background: #F2B542;
  border-color: #F2B542;
}
.panel-yellow .panel-footer {
  background: #F2B542;
  border-color: #F2B542;
  color: #fff;
}
.panel-group-theme-1 .panel {
  border: none;
}
.panel-group-theme-1 .panel .panel-heading {
  border-radius: 4px;
  background-clip: padding-box;
}
.panel-group-theme-1 .panel .panel-heading a:hover {
  text-decoration: none;
  color: #40babd;
}
.theme-2 .panel-group-theme-1 .panel .panel-heading a:hover {
  color: #6dbd63;
}
.theme-3 .panel-group-theme-1 .panel .panel-heading a:hover {
  color: #497cb1;
}
.theme-4 .panel-group-theme-1 .panel .panel-heading a:hover {
  color: #ec6952;
}
.panel-group-theme-1 .panel .panel-body {
  border: none !important;
}
/* ======= Tabs ========= */

.nav-tabs-theme-1 {
  border: none;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.nav-tabs-theme-1 > li {
  margin-right: 15px;
}
.nav-tabs-theme-1 > li.last {
  margin-right: 0;
}
.nav-tabs-theme-1 > li > a {
  border-radius: 0;
  background-clip: padding-box;
  color: #797f8b;
  padding: 5px;
  border: none;
  border-bottom: 2px solid transparent;
}
.nav-tabs-theme-1 > li > a:hover {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #0094D9;
}
.theme-2 .nav-tabs-theme-1 > li > a:hover {
  color: #6dbd63;
}
.theme-3 .nav-tabs-theme-1 > li > a:hover {
  color: #497cb1;
}
.theme-4 .nav-tabs-theme-1 > li > a:hover {
  color: #ec6952;
}
.nav-tabs-theme-1 > li.active > a {
  color: #494d55;
  background: transparent;
  border: none;
  border-bottom: 2px solid #0094D9;
}
.theme-2 .nav-tabs-theme-1 > li.active > a {
  border-bottom-color: #0094D9;
}
.theme-3 .nav-tabs-theme-1 > li.active > a {
  border-bottom-color: #0094D9;
}
.theme-4 .nav-tabs-theme-1 > li.active > a {
  border-bottom-color: #0094D9;
}
.nav-tabs-theme-1 > li.active > a:hover,
.nav-tabs-theme-1 > li.active > a:focus {
  border: none;
  border-bottom: 2px solid #0094D9;
  background: transparent;
  color: #494d55;
}
.theme-2 .nav-tabs-theme-1 > li.active > a:hover,
.theme-2 .nav-tabs-theme-1 > li.active > a:focus {
  border-bottom-color: #6dbd63;
}
.theme-3 .nav-tabs-theme-1 > li.active > a:hover,
.theme-3 .nav-tabs-theme-1 > li.active > a:focus {
  border-bottom-color: #497cb1;
}
.theme-4 .nav-tabs-theme-1 > li.active > a:hover,
.theme-4 .nav-tabs-theme-1 > li.active > a:focus {
  border-bottom-color: #ec6952;
}
.nav-tabs-theme-2 {
  border-color: #eaeaf1;
  margin-bottom: 15px;
}
.nav-tabs-theme-2 > li.active > a,
.nav-tabs-theme-2 > li.active > a:focus,
.nav-tabs-theme-2 > li.active > a:hover {
  border: 1px solid #eaeaf1;
  color: #494d55;
  border-top: 2px solid #40babd;
  border-bottom: 1px solid #fff;
}
.theme-2 .nav-tabs-theme-2 > li.active > a,
.theme-2 .nav-tabs-theme-2 > li.active > a:focus,
.theme-2 .nav-tabs-theme-2 > li.active > a:hover {
  border-top-color: #6dbd63;
}
.theme-3 .nav-tabs-theme-2 > li.active > a,
.theme-3 .nav-tabs-theme-2 > li.active > a:focus,
.theme-3 .nav-tabs-theme-2 > li.active > a:hover {
  border-top-color: #497cb1;
}
.theme-4 .nav-tabs-theme-2 > li.active > a,
.theme-4 .nav-tabs-theme-2 > li.active > a:focus,
.theme-4 .nav-tabs-theme-2 > li.active > a:hover {
  border-top-color: #ec6952;
}
.nav-tabs-theme-2 > li > a {
  color: #9499a3;
  border-radius: 0;
  background-clip: padding-box;
}
.nav-tabs-theme-2 > li > a:hover {
  background: #f9f9fb;
  border-color: #f9f9fb;
  color: #494d55;
}
.nav-tabs-theme-3 {
  border: none;
  margin: 0 auto;
  margin-bottom: 15px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: -webkit-box;
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  position: relative;
}
.nav-tabs-theme-3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #eaeaf1;
  position: absolute;
  bottom: 0;
}
.nav-tabs-theme-3 > li {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #eaeaf1;
  border-right: none;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.nav-tabs-theme-3 > li > a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border-radius: 0;
  background-clip: padding-box;
  margin-right: 0px;
  color: #9499a3;
  padding: 15px;
  background: #ffffff;
  border: none;
}
.nav-tabs-theme-3 > li > a .fa,
.nav-tabs-theme-3 > li > a .fs1 {
  font-size: 20px;
}
.nav-tabs-theme-3 > li > a .pe-icon {
  font-size: 26px;
}
.nav-tabs-theme-3 > li > a:hover {
  background: #f9f9fb;
}
.nav-tabs-theme-3 > li.active {
  border-top-color: #40babd;
  border-bottom-color: #fff;
}
.theme-2 .nav-tabs-theme-3 > li.active {
  border-top-color: #6dbd63;
}
.theme-3 .nav-tabs-theme-3 > li.active {
  border-top-color: #497cb1;
}
.theme-4 .nav-tabs-theme-3 > li.active {
  border-top-color: #ec6952;
}
.nav-tabs-theme-3 > li.active > a,
.nav-tabs-theme-3 > li.active > a:focus,
.nav-tabs-theme-3 > li.active > a:hover {
  color: #40babd;
  -webkit-box-shadow: inset 0 2px 0 #40babd;
          box-shadow: inset 0 2px 0 #40babd;
  background: #fff;
  border: none;
}
.theme-2 .nav-tabs-theme-3 > li.active > a,
.theme-2 .nav-tabs-theme-3 > li.active > a:focus,
.theme-2 .nav-tabs-theme-3 > li.active > a:hover {
  color: #6dbd63;
  -webkit-box-shadow: inset 0 2px 0 #6dbd63;
          box-shadow: inset 0 2px 0 #6dbd63;
}
.theme-3 .nav-tabs-theme-3 > li.active > a,
.theme-3 .nav-tabs-theme-3 > li.active > a:focus,
.theme-3 .nav-tabs-theme-3 > li.active > a:hover {
  color: #497cb1;
  -webkit-box-shadow: inset 0 2px 0 #497cb1;
          box-shadow: inset 0 2px 0 #497cb1;
}
.theme-4 .nav-tabs-theme-3 > li.active > a,
.theme-4 .nav-tabs-theme-3 > li.active > a:focus,
.theme-4 .nav-tabs-theme-3 > li.active > a:hover {
  color: #ec6952;
  -webkit-box-shadow: inset 0 2px 0 #ec6952;
          box-shadow: inset 0 2px 0 #ec6952;
}
.nav-tabs-theme-3 > li.active > a:hover,
.nav-tabs-theme-3 > li.active > a:focus:hover,
.nav-tabs-theme-3 > li.active > a:hover:hover,
.nav-tabs-theme-3 > li.active > a:focus,
.nav-tabs-theme-3 > li.active > a:focus:focus,
.nav-tabs-theme-3 > li.active > a:hover:focus {
  border: none;
}
.nav-tabs-theme-3 > li.active:hover > a {
  border-top: 0;
  border: none;
  color: #40babd;
}
.theme-2 .nav-tabs-theme-3 > li.active:hover > a {
  color: #6dbd63;
}
.theme-3 .nav-tabs-theme-3 > li.active:hover > a {
  color: #497cb1;
}
.theme-4 .nav-tabs-theme-3 > li.active:hover > a {
  color: #ec6952;
}
.nav-tabs-theme-3 > li.last,
.nav-tabs-theme-3 > li:last-child {
  border-right: 1px solid #eaeaf1;
}
/* ======= Carousels ======= */
/* Bootstrap */
.bootstrap-carousel .carousel-caption {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}
.bootstrap-carousel .carousel li {
  margin-right: 0;
}
/* ======= Maps ======= */
.gmap-wrapper {
  position: relative;
}
.gmap {
  height: 320px;
  text-align: left;
  font-weight: normal;
}
.gmap,
.gmap *,
.gmap *:before,
.gmap *:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.gmap#map-7 {
  height: 520px;
}
.gmap .title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}
.gmap .gm-style-iw {
  width: 150px;
}
.map-overlay {
  position: relative;
  background: rgba(73, 77, 85, 0.8);
  padding: 15px;
  font-size: 13px;
  color: #fff;
}
.map-overlay:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(73, 77, 85, 0.8);
  position: absolute;
  bottom: -10px;
  margin-left: -10px;
  left: 50%;
}
/* Flexslider */
.flexslider {
  border-radius: 0;
  background-clip: padding-box;
  padding: 0;
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
}
.flexslider .flex-direction-nav a {
  color: #fff;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  border-radius: 50%;
  background-clip: padding-box;
  background: #333;
  text-align: center;
  width: 32px;
  height: 32px;
}
.flexslider .flex-direction-nav a:before {
  font-size: 18px;
  margin-bottom: 30px;
  padding-top: 5px;
  color: #fff;
  text-shadow: none;
}
.flexslider .flex-direction-nav a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.flexslider .flex-control-nav {
  bottom: 15px;
}
.flexslider .flex-control-paging li a {
  background: rgba(0, 0, 0, 0.4);
}
.flexslider .flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.8);
}
/* Owl */
.owl-theme .owl-controls .owl-page span {
  background: #616670;
}
/* ======= Alerts ========= */
.alert-theme {
  background: #d0d3d7;
  border: 1px solid #b5b8bf;
  color: #494d55;
}
.alert-theme a {
  font-weight: 600;
  color: #020203;
}
.alert-theme a:hover {
  color: #000000;
}
.alert-theme.alert-success {
  background: #dff0e1;
  border: 1px solid #cde9d1;
  color: #40904d;
}
.alert-theme.alert-success a {
  font-weight: 600;
  color: #295b31;
}
.alert-theme.alert-success a:hover {
  color: #214927;
}
.alert-theme.alert-info {
  background: #daf0fb;
  border: 1px solid #bee4f8;
  color: #127db4;
}
.alert-theme.alert-info a {
  font-weight: 600;
  color: #0e5d86;
}
.alert-theme.alert-info a:hover {
  color: #0b4d6f;
}
.alert-theme.alert-warning {
  background: #feeedc;
  border: 1px solid #fde4c9;
  color: #b16106;
}
.alert-theme.alert-warning a {
  font-weight: 600;
  color: #804605;
}
.alert-theme.alert-warning a:hover {
  color: #673804;
}
.alert-theme.alert-danger {
  background: #fee7e4;
  border: 1px solid #fcd1cc;
  color: #d7230c;
}
.alert-theme.alert-danger a {
  font-weight: 600;
  color: #a71b09;
}
.alert-theme.alert-danger a:hover {
  color: #8e1708;
}
.alert-theme.alert-pink {
  background: #f8c5db;
  border: 1px solid #f5aecd;
  color: #a91555;
}
.alert-theme.alert-pink a {
  font-weight: 600;
  color: #7b0f3e;
}
.alert-theme.alert-pink a:hover {
  color: #650c33;
}
.alert-theme.alert-purple {
  background: #c291d5;
  border: 1px solid #b87fce;
  color: #3e1d4b;
}
.alert-theme.alert-purple a {
  font-weight: 600;
  color: #1f0f26;
}
.alert-theme.alert-purple a:hover {
  color: #100714;
}
.alert-theme.alert-yellow {
  background: #fae4b9;
  border: 1px solid #f9daa1;
  color: #a9720c;
}
.alert-theme.alert-yellow a {
  font-weight: 600;
  color: #795208;
}
.alert-theme.alert-yellow a:hover {
  color: #614207;
}
.alert-theme-solid {
  background: #797f8b;
  border: 1px solid #797f8b;
  color: #fff;
}
.alert-theme-solid .close {
  color: #fff;
  text-shadow: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.alert-theme-solid .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.alert-theme-solid a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
.alert-theme-solid a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.alert-theme-solid.alert-success {
  background: #75c181;
  border: 1px solid #75c181;
  color: #fff;
}
.alert-theme-solid.alert-success .close {
  color: #fff;
  text-shadow: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.alert-theme-solid.alert-success .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.alert-theme-solid.alert-success a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
.alert-theme-solid.alert-success a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.alert-theme-solid.alert-info {
  background: #58bbee;
  border: 1px solid #58bbee;
  color: #fff;
}
.alert-theme-solid.alert-info .close {
  color: #fff;
  text-shadow: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.alert-theme-solid.alert-info .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.alert-theme-solid.alert-info a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
.alert-theme-solid.alert-info a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.alert-theme-solid.alert-warning {
  background: #F8A13F;
  border: 1px solid #F8A13F;
  color: #fff;
}
.alert-theme-solid.alert-warning .close {
  color: #fff;
  text-shadow: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.alert-theme-solid.alert-warning .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.alert-theme-solid.alert-warning a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
.alert-theme-solid.alert-warning a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.alert-theme-solid.alert-danger {
  background: #f77b6b;
  border: 1px solid #f77b6b;
  color: #fff;
}
.alert-theme-solid.alert-danger .close {
  color: #fff;
  text-shadow: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.alert-theme-solid.alert-danger .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.alert-theme-solid.alert-danger a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.alert-theme-solid.alert-danger a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.alert-theme-solid.alert-pink {
  background: #EA5395;
  border: 1px solid #EA5395;
  color: #fff;
}
.alert-theme-solid.alert-pink .close {
  color: #fff;
  text-shadow: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.alert-theme-solid.alert-pink .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.alert-theme-solid.alert-pink a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.alert-theme-solid.alert-pink a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.alert-theme-solid.alert-purple {
  background: #8A40A7;
  border: 1px solid #8A40A7;
  color: #fff;
}
.alert-theme-solid.alert-purple .close {
  color: #fff;
  text-shadow: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.alert-theme-solid.alert-purple .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.alert-theme-solid.alert-purple a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.alert-theme-solid.alert-purple a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.alert-theme-solid.alert-yellow {
  background: #F2B542;
  border: 1px solid #F2B542;
  color: #fff;
}
.alert-theme-solid.alert-yellow .close {
  color: #fff;
  text-shadow: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.alert-theme-solid.alert-yellow .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.alert-theme-solid.alert-yellow a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.alert-theme-solid.alert-yellow a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.alert-link{
  text-decoration:underline;
}
/* ======= Promo alert ===== */
.alert-promo {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  background: #3d4147;
  color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  background-clip: padding-box;
  border: none;
}
.alert-promo .close {
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.alert-promo .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.alert-promo .btn {
  margin-left: 5px;
}
.alert-promo .btn-xs {
  font-size: 10px;
}
.alert-promo .btn-sm {
  font-size: 11px;
}
.notifyjs-appkit-base {
  padding: 10px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  margin-bottom: 10px;
  font-weight: 600;
  background: #65c8cb;
  border: 1px solid #65c8cb;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.theme-2 .notifyjs-appkit-base {
  background: #8fcc87;
  border-color: #8fcc87;
}
.theme-3 .notifyjs-appkit-base {
  background: #6b96c2;
  border-color: #6b96c2;
}
.theme-4 .notifyjs-appkit-base {
  background: #f19180;
  border-color: #f19180;
}
.notifyjs-appkit-base .fa {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.notifyjs-appkit-base a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
.notifyjs-appkit-base a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.notifyjs-appkit-success {
  background: #75c181;
  border: 1px solid #75c181;
  color: #fff;
}
.notifyjs-appkit-info {
  background: #58bbee;
  border: 1px solid #58bbee;
  color: #fff;
}
.notifyjs-appkit-warn {
  background: #F8A13F;
  border: 1px solid #F8A13F;
  color: #fff;
}
.notifyjs-appkit-error {
  background: #f77b6b;
  border: 1px solid #f77b6b;
  color: #fff;
}
/* ======= Badge ======== */
.badge-circle {
  border-radius: 50%;
  background-clip: padding-box;
  padding: 0px;
  padding-top: 4px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 1;
}
.badge {
  background: #616670;
}
.badge-default {
  background: #616670;
}
.badge-primary {
  background: #40babd;
}
.theme-2 .badge-primary {
  background: #6dbd63;
}
.theme-3 .badge-primary {
  background: #497cb1;
}
.theme-4 .badge-primary {
  background: #ec6952;
}
.badge-success {
  background: #75c181;
}
.badge-info {
  background: #58bbee;
}
.badge-warning {
  background: #F8A13F;
}
.badge-danger {
  background: #f77b6b;
}
.badge-pink {
  background: #EA5395;
}
.badge-purple {
  background: #8A40A7;
}
.badge-yellow {
  background: #F2B542;
}
/* ======= label ========= */
.label-number {
  background: #e9e9e9;
  color: #494d55;
/*   font-weight: 600; */
  border-radius: 0;
  background-clip: padding-box;
}
.label-number-alt {
  background: #797f8b;
  color: #fff !important;
/*   font-weight: 600; */
  border-radius: 0;
  background-clip: padding-box;
  font-size: 11px;
}
.label-number-alt:hover {
  background: #494d55;
}
.label-default {
  background: #616670;
}
.label-primary {
  background: #40babd;
}
.theme-2 .label-primary {
  background: #6dbd63;
}
.theme-3 .label-primary {
  background: #497cb1;
}
.theme-4 .label-primary {
  background: #ec6952;
}
.label-success {
  background: #75c181;
}
.label-info {
  background: #58bbee;
}
.label-warning {
  background: #F8A13F;
}
.label-danger {
  background: #f77b6b;
}
.label-new {
  background: #75c181;
}
.label-normal {
  background: #58bbee;
}
.label-high {
  background: #F8A13F;
}
.label-low,
.label-grey {
  background: #c3c3c3;
}
.label-critical,
.label-pink {
  background: #EA5395;
}
.label-purple {
  background: #8A40A7;
}
.label-yellow {
  background: #F2B542;
}
.label-open {
  color: #75c181;
  background: none;
  font-size: 12px;
  font-weight: normal;
}
.label-closed {
  color: #f77b6b;
  background: none;
  font-size: 12px;
  font-weight: normal;
}
.label-todo {
  color: #F8A13F;
  background: none;
  font-size: 12px;
  font-weight: normal;
}
.label-review {
  color: #616670;
  background: none;
  font-size: 12px;
  font-weight: normal;
}
.label-progress {
  color: #8A40A7;
  background: none;
  font-size: 12px;
  font-weight: normal;
}
/* ======= Progress ========= */
.progress-container {
  overflow: hidden;
  display: block;
}
.progress {
  border-radius: 0;
  background-clip: padding-box;
  background: #f3f3f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
}
.progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  background: #616670;
  text-align:left;
}
.progress-bar span{
  padding-left:10px;
}
.progress-sm {
  height: 30px;
}
.csplTable,td {
    padding:0 15px 0 15px;
    vertical-align:top;
}
.csplTable,tr {
    height:20px;
    line-height:20px;
}
.progress-sm .progress-bar {
  line-height: 15px;
  font-size: 12px;
}
.progress-bar-theme {
  background: #40babd;
}
.theme-2 .progress-bar-theme {
  background: #6dbd63;
}
.theme-3 .progress-bar-theme {
  background: #497cb1;
}
.theme-4 .progress-bar-theme {
  background: #ec6952;
}
.progress-bar-success {
  background: #75c181;
}
.progress-bar-info {
  background: #58bbee;
}
.progress-bar-warning {
  background: #F8A13F;
}
.progress-bar-danger {
  background: #f77b6b;
}
.progress-bar-purple {
  background: #8A40A7;
}
.progress-bar-pink {
  background: #EA5395;
}
.progress-bar-yellow {
  background: #F2B542;
}
/* ======= List Group ======= */
a.list-group-item {
  border-color: #eaeaf1;
  color: #616670;
}
a.list-group-item .list-group-item-heading {
  font-weight: 600;
  color: #616670;
}
a.list-group-item:focus,
a.list-group-item:hover {
  background: #f9f9fb;
  color: #494d55;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background: #40babd;
  border-color: #40babd;
}
.theme-2 .list-group-item.active,
.theme-2 .list-group-item.active:focus,
.theme-2 .list-group-item.active:hover {
  background: #6dbd63;
  border-color: #6dbd63;
}
.theme-3 .list-group-item.active,
.theme-3 .list-group-item.active:focus,
.theme-3 .list-group-item.active:hover {
  background: #497cb1;
  border-color: #497cb1;
}
.theme-4 .list-group-item.active,
.theme-4 .list-group-item.active:focus,
.theme-4 .list-group-item.active:hover {
  background: #ec6952;
  border-color: #ec6952;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: rgba(255, 255, 255, 0.8);
}
.list-group-item-success,
a.list-group-item-success {
  background: #dff0e1;
  border: 1px solid #cde9d1;
  color: #40904d;
}
.list-group-item-success:hover,
a.list-group-item-success:hover,
.list-group-item-success:focus,
a.list-group-item-success:focus {
  background: #bbe1c1;
  border: 1px solid #bbe1c1;
  color: #316c3a;
}
.list-group-item-info,
a.list-group-item-info {
  background: #daf0fb;
  border: 1px solid #bee4f8;
  color: #127db4;
}
.list-group-item-info:hover,
a.list-group-item-info:hover,
.list-group-item-info:focus,
a.list-group-item-info:focus {
  background: #abddf6;
  border: 1px solid #a7dbf6;
  color: #0e5d86;
}
.list-group-item-warning,
a.list-group-item-warning {
  background: #feeedc;
  border: 1px solid #fde4c9;
  color: #b16106;
}
.list-group-item-warning:hover,
a.list-group-item-warning:hover,
.list-group-item-warning:focus,
a.list-group-item-warning:focus {
  background: #fcd6ab;
  border: 1px solid #fcd8b0;
  color: #804605;
}
.list-group-item-danger,
a.list-group-item-danger {
  background: #fee7e4;
  border: 1px solid #fcd1cc;
  color: #d7230c;
}
.list-group-item-danger:hover,
a.list-group-item-danger:hover,
.list-group-item-danger:focus,
a.list-group-item-danger:focus {
  background: #fbbcb4;
  border: 1px solid #fbbcb4;
  color: #a71b09;
}
/* ======= Pager ======== */
/*.pager li > a,
.pager li > span {
  color: #616670;
}
.pager li > a:hover {
  color: #494d55;
}*/

.pager li>a,
.pager li>span,
.pager li>a:hover {
    color: #337ab7;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #c3c3c3;
}
/* ====== Pagination ====== */
.pagination li a {
  border-radius: 4px;
  background-clip: padding-box;
  font-family: "Segoe UI Bold", cursive, sans-serif;
  font-size: 10px;
  border: none;
  margin-right: 5px;
  color: #2a7ab8;
  background-color: #deebf7;
  
}
.pagination li a:hover {
  color: #494d55;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #c3c3c3;

}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2a7ab8;
  border: none;
  color: #ffffff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f9f9fb;
  border: none;
}

.pagination > .disabled > li:first-child > a,
.pagination > .disabled > li:first-child > span,
.pagination > .disabled > li:last-child > a,
.pagination > .disabled > li:last-child > span {
  border-radius: 4px;
  background-clip: padding-box;
  background : none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child, 
.pagination > li:nth-child(2) > a,
.pagination > li:nth-child(2) > span,
.pagination > li:nth-last-child(2) > a,
.pagination > li:nth-last-child(2) > span
 {
  border-radius: 4px;
  background-clip: padding-box;
  background: none ;
  color: #494d55;
  font-family: "Segoe UI Semibold", Times, sans-serif;
  font-size: 13px;
  padding-top: 1px ;
  padding-left: 2px;
  padding-right: 2px;
}

.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover,
.pagination > li:last-child > a:hover,
.pagination > li:last-child:hover, 
.pagination > li:nth-child(2) > a:hover,
.pagination > li:nth-child(2) > span:hover,
.pagination > li:nth-last-child(2) > a:hover,
.pagination > li:nth-last-child(2) > span:hover
 {
  background-color: #f9f9fb;
  border: none;
  color: #494d55;
  font-family: "Segoe UI Semibold", Times, sans-serif;
  font-size: 13px;
  padding-top: 1px ;
  padding-left: 2px;
  padding-right: 2px;
}
/* ====== Popover ====== */
.popover {
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #dadae7;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.popover.top > .arrow {
  border-top-color: #dadae7;
}
.popover.bottom > .arrow {
  border-bottom-color: #dadae7;
}
.popover.left > .arrow {
  border-left-color: #dadae7;
}
.popover.right > .arrow {
  border-right-color: #dadae7;
}
.popover-title {
  padding: 10px 15px;
  background: #f9f9fb;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  border-bottom-color: #f0f0f5;
  color: #494d55;
}
/* ====== Table ======== */
.table-responsive {
  border: none;
}
.table {
  border-color: #d2ddf0;
}
.table > thead > tr > th {
  font-weight: normal;
  color: #333333;
}
.table > thead > tr > th,
.table > thead > tr > td {
  border-color: #d2ddf0;
}
.table > tbody > tr > th {
  font-weight: 600;
  color: #616670;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  border-color: #e1e8f5;
}

.table > tbody > tr > td {
  font-size: 13px;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #e8e8e8;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.table-hover > tbody > tr:hover {
  background-color: #9fc9e9;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background: #fff;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background: #f0f0f5;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background: #dff0e1;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background: #bbe1c1;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background: #daf0fb;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background: #abddf6;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background: #feeedc;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background: #fcd6ab;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background: #fee7e4;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background: #fbbcb4;
}
/* Simple Table */
.table-simple > tbody > tr > td,
.table-simple > tbody > tr > th,
.table-simple > tfoot > tr > td,
.table-simple > tfoot > tr > th,
.table-simple > thead > tr > td,
.table-simple > thead > tr > th {
  border: none;
}
.table-simple thead th {
  color: #9499a3;
  font-weight: 600;
}
.table-simple a {
  color: #494d55;
}
.table-simple a:hover {
  color: #40babd;
}
.theme-2 .table-simple a:hover {
  color: #6dbd63;
}
.theme-3 .table-simple a:hover {
  color: #497cb1;
}
.theme-4 .table-simple a:hover {
  color: #ec6952;
}
/* Datatable */
.dataTables_wrapper .row {
  margin-right: 0;
  margin-bottom: 1px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  border: 1px solid transparent;
  background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dataTables_wrapper .dataTables_info {
  color: #a2a6af;
}
.dataTables_wrapper table.dataTable tfoot th,
.dataTables_wrapper table.dataTable tfoot td {
  border-color: #a2a6af;
}
div.dataTables_length label,
div.dataTables_filter label {
  margin-bottom: 0;
  color: #616670;
}
.dataTables_wrapper .dataTables_filter input {
  vertical-align: inherit;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background: inherit;
  background-color: #e1ebf7;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1{
 background: inherit;
 background-color: #abcbff;
}
table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
  top: 10px;
}
table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
  top: 12px;
}
table.dataTable thead th {
  border-bottom: 2px solid #b4c7e7;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_filter input[type="search"] {
    width: 160px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ===== Forms (basic) ===== */
label {
/*   font-weight: 600; */
  color: #494d55;
}
label .help-block {
  font-weight: 400;
}
.help-block {
  color: #E86A6A;
  font-size:12px
}
.form-group-striped .form-group {
  padding: 15px 0;
  margin-bottom: 0;
}
.form-group-striped .form-group:nth-child(odd) {
  background: #f9f9fb;
}
.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #595959;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: rgba(255,0,0,0);
  font-family: Segoe UI;
  font-size: 13px;
  color: #000000;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #afb3bb;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afb3bb;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afb3bb;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #afb3bb;
}
.form-control:focus {
  /* border: 0.5px solid; */
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  color: #000000;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  color: #9499a3;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="number"],
textarea {
  -moz-appearance: none;
       appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
#focusedInput {
  border-color: #65c8cb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-2 #focusedInput {
  border-color: #8fcc87;
}
.theme-3 #focusedInput {
  border-color: #6b96c2;
}
.theme-4 #focusedInput {
  border-color: #f19180;
}
.input-group-addon {
  background: #f9f9fb;
  color: #616670;
}
.option-divider {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  color: #999999;
  text-transform: uppercase;
}
.option-divider span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.option-divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #f3f3f7;
  height: 1px;
  width: 100%;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #48a156;
}
.control-label {
    text-align:right;
    font-size:14px;
    color:#404040;
    line-height: 32px;
    margin-bottom: 15px;
}
.control-label[disabled=disabled]{
  color:red;
}
.has-success .form-control,
.has-success .input-group-addon {
  border-color: #98d1a1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-success .form-control:focus,
.has-success .input-group-addon:focus {
  border-color: #48a156;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-success label {
  color: #48a156;
}
.has-success .form-control-feedback {
  color: #75c181;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #e27c08;
}
.has-warning .form-control,
.has-warning .input-group-addon {
  border-color: #fab970;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-warning .form-control:focus,
.has-warning .input-group-addon:focus {
  border-color: #e27c08;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-warning label {
  color: #e27c08;
}
.has-warning .form-control-feedback {
  color: #F8A13F;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #f33a22;
}
.has-error .form-control,
.has-error .input-group-addon {
  border-color: #faa69b;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-error .form-control:focus,
.has-error .input-group-addon:focus {
  border-color: #f33a22;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-error label {
  color: #f33a22;
}
.has-error .form-control-feedback {
  color: #f77b6b;
}
/* ===== Forms (advanced) ===== */
/* Bootstrap slider */
.slider-track {
  background: #eaeaf1;
  background-color: #eaeaf1;
  background: -o-linear-gradient(top, #eaeaf1, #eaeaf1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slider-selection {
  background: #40babd;
}
.theme-2 .slider-selection {
  background: #6dbd63;
}
.theme-3 .slider-selection {
  background: #497cb1;
}
.theme-4 .slider-selection {
  background: #ec6952;
}
.slider-handle {
  background-color: #2d8284;
  background: -o-linear-gradient(top, #2d8284, #2d8284);
}
.theme-2 .slider-handle {
  background-color: #48953f;
  background: -o-linear-gradient(top, #48953f, #48953f);
}
.theme-3 .slider-handle {
  background-color: #33567b;
  background: -o-linear-gradient(top, #33567b, #33567b);
}
.theme-4 .slider-handle {
  background-color: #da3518;
  background: -o-linear-gradient(top, #da3518, #da3518);
}
.slider-selection.tick-slider-selection {
  background-color: #40babd;
  background: -o-linear-gradient(top, #40babd, #40babd);
}
.theme-2 .slider-selection.tick-slider-selection {
  background-color: #6dbd63;
  background: -o-linear-gradient(top, #6dbd63, #6dbd63);
}
.theme-3 .slider-selection.tick-slider-selection {
  background-color: #497cb1;
  background: -o-linear-gradient(top, #497cb1, #497cb1);
}
.theme-4 .slider-selection.tick-slider-selection {
  background-color: #ec6952;
  background: -o-linear-gradient(top, #ec6952, #ec6952);
}
.slider-tick {
  background: #eaeaf1;
  background-color: #eaeaf1;
  background: -o-linear-gradient(top, #eaeaf1, #eaeaf1);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.slider-tick.in-selection {
  background-color: #40babd;
  background: -o-linear-gradient(top, #40babd, #40babd);
}
.theme-2 .slider-tick.in-selection {
  background-color: #6dbd63;
  background: -o-linear-gradient(top, #6dbd63, #6dbd63);
}
.theme-3 .slider-tick.in-selection {
  background-color: #497cb1;
  background: -o-linear-gradient(top, #497cb1, #497cb1);
}
.theme-4 .slider-tick.in-selection {
  background-color: #ec6952;
  background: -o-linear-gradient(top, #ec6952, #ec6952);
}
.slider-vertical + .slider-vertical {
  margin-left: 15px;
  margin-bottom: 15px;
}
.bootstrap-switch {
  border-color: #eaeaf1;
  font-weight: 600;
  color: #616670;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #dadae7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #494d55;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #40babd;
}
.theme-2 .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.theme-2 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #6dbd63;
}
.theme-3 .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.theme-3 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #497cb1;
}
.theme-4 .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.theme-4 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #ec6952;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #eaeaf1;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background: #40babd;
  text-shadow: none;
}
.theme-2 .datepicker table tr td.active:hover,
.theme-2 .datepicker table tr td.active:hover:hover,
.theme-2 .datepicker table tr td.active.disabled:hover,
.theme-2 .datepicker table tr td.active.disabled:hover:hover,
.theme-2 .datepicker table tr td.active:active,
.theme-2 .datepicker table tr td.active:hover:active,
.theme-2 .datepicker table tr td.active.disabled:active,
.theme-2 .datepicker table tr td.active.disabled:hover:active,
.theme-2 .datepicker table tr td.active.active,
.theme-2 .datepicker table tr td.active:hover.active,
.theme-2 .datepicker table tr td.active.disabled.active,
.theme-2 .datepicker table tr td.active.disabled:hover.active,
.theme-2 .datepicker table tr td.active.disabled,
.theme-2 .datepicker table tr td.active:hover.disabled,
.theme-2 .datepicker table tr td.active.disabled.disabled,
.theme-2 .datepicker table tr td.active.disabled:hover.disabled,
.theme-2 .datepicker table tr td.active[disabled],
.theme-2 .datepicker table tr td.active:hover[disabled],
.theme-2 .datepicker table tr td.active.disabled[disabled],
.theme-2 .datepicker table tr td.active.disabled:hover[disabled] {
  background: #6dbd63;
}
.theme-3 .datepicker table tr td.active:hover,
.theme-3 .datepicker table tr td.active:hover:hover,
.theme-3 .datepicker table tr td.active.disabled:hover,
.theme-3 .datepicker table tr td.active.disabled:hover:hover,
.theme-3 .datepicker table tr td.active:active,
.theme-3 .datepicker table tr td.active:hover:active,
.theme-3 .datepicker table tr td.active.disabled:active,
.theme-3 .datepicker table tr td.active.disabled:hover:active,
.theme-3 .datepicker table tr td.active.active,
.theme-3 .datepicker table tr td.active:hover.active,
.theme-3 .datepicker table tr td.active.disabled.active,
.theme-3 .datepicker table tr td.active.disabled:hover.active,
.theme-3 .datepicker table tr td.active.disabled,
.theme-3 .datepicker table tr td.active:hover.disabled,
.theme-3 .datepicker table tr td.active.disabled.disabled,
.theme-3 .datepicker table tr td.active.disabled:hover.disabled,
.theme-3 .datepicker table tr td.active[disabled],
.theme-3 .datepicker table tr td.active:hover[disabled],
.theme-3 .datepicker table tr td.active.disabled[disabled],
.theme-3 .datepicker table tr td.active.disabled:hover[disabled] {
  background: #497cb1;
}
.theme-4 .datepicker table tr td.active:hover,
.theme-4 .datepicker table tr td.active:hover:hover,
.theme-4 .datepicker table tr td.active.disabled:hover,
.theme-4 .datepicker table tr td.active.disabled:hover:hover,
.theme-4 .datepicker table tr td.active:active,
.theme-4 .datepicker table tr td.active:hover:active,
.theme-4 .datepicker table tr td.active.disabled:active,
.theme-4 .datepicker table tr td.active.disabled:hover:active,
.theme-4 .datepicker table tr td.active.active,
.theme-4 .datepicker table tr td.active:hover.active,
.theme-4 .datepicker table tr td.active.disabled.active,
.theme-4 .datepicker table tr td.active.disabled:hover.active,
.theme-4 .datepicker table tr td.active.disabled,
.theme-4 .datepicker table tr td.active:hover.disabled,
.theme-4 .datepicker table tr td.active.disabled.disabled,
.theme-4 .datepicker table tr td.active.disabled:hover.disabled,
.theme-4 .datepicker table tr td.active[disabled],
.theme-4 .datepicker table tr td.active:hover[disabled],
.theme-4 .datepicker table tr td.active.disabled[disabled],
.theme-4 .datepicker table tr td.active.disabled:hover[disabled] {
  background: #ec6952;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background: #40babd;
  text-shadow: none;
}
.theme-2 .datetimepicker table tr td.active:active,
.theme-2 .datetimepicker table tr td.active:hover:active,
.theme-2 .datetimepicker table tr td.active.disabled:active,
.theme-2 .datetimepicker table tr td.active.disabled:hover:active,
.theme-2 .datetimepicker table tr td.active.active,
.theme-2 .datetimepicker table tr td.active:hover.active,
.theme-2 .datetimepicker table tr td.active.disabled.active,
.theme-2 .datetimepicker table tr td.active.disabled:hover.active {
  background: #6dbd63;
}
.theme-3 .datetimepicker table tr td.active:active,
.theme-3 .datetimepicker table tr td.active:hover:active,
.theme-3 .datetimepicker table tr td.active.disabled:active,
.theme-3 .datetimepicker table tr td.active.disabled:hover:active,
.theme-3 .datetimepicker table tr td.active.active,
.theme-3 .datetimepicker table tr td.active:hover.active,
.theme-3 .datetimepicker table tr td.active.disabled.active,
.theme-3 .datetimepicker table tr td.active.disabled:hover.active {
  background: #497cb1;
}
.theme-4 .datetimepicker table tr td.active:active,
.theme-4 .datetimepicker table tr td.active:hover:active,
.theme-4 .datetimepicker table tr td.active.disabled:active,
.theme-4 .datetimepicker table tr td.active.disabled:hover:active,
.theme-4 .datetimepicker table tr td.active.active,
.theme-4 .datetimepicker table tr td.active:hover.active,
.theme-4 .datetimepicker table tr td.active.disabled.active,
.theme-4 .datetimepicker table tr td.active.disabled:hover.active {
  background: #ec6952;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background: #40babd;
  border-color: #40babd;
  text-shadow: none;
}
.theme-2 .datepicker table tr td span.active:hover,
.theme-2 .datepicker table tr td span.active:hover:hover,
.theme-2 .datepicker table tr td span.active.disabled:hover,
.theme-2 .datepicker table tr td span.active.disabled:hover:hover,
.theme-2 .datepicker table tr td span.active:focus,
.theme-2 .datepicker table tr td span.active:hover:focus,
.theme-2 .datepicker table tr td span.active.disabled:focus,
.theme-2 .datepicker table tr td span.active.disabled:hover:focus,
.theme-2 .datepicker table tr td span.active:active,
.theme-2 .datepicker table tr td span.active:hover:active,
.theme-2 .datepicker table tr td span.active.disabled:active,
.theme-2 .datepicker table tr td span.active.disabled:hover:active,
.theme-2 .datepicker table tr td span.active.active,
.theme-2 .datepicker table tr td span.active:hover.active,
.theme-2 .datepicker table tr td span.active.disabled.active,
.theme-2 .datepicker table tr td span.active.disabled:hover.active,
.theme-2 .open .dropdown-toggle.datepicker table tr td span.active,
.theme-2 .open .dropdown-toggle.datepicker table tr td span.active:hover,
.theme-2 .open .dropdown-toggle.datepicker table tr td span.active.disabled,
.theme-2 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background: #6dbd63;
  border-color: #6dbd63;
}
.theme-3 .datepicker table tr td span.active:hover,
.theme-3 .datepicker table tr td span.active:hover:hover,
.theme-3 .datepicker table tr td span.active.disabled:hover,
.theme-3 .datepicker table tr td span.active.disabled:hover:hover,
.theme-3 .datepicker table tr td span.active:focus,
.theme-3 .datepicker table tr td span.active:hover:focus,
.theme-3 .datepicker table tr td span.active.disabled:focus,
.theme-3 .datepicker table tr td span.active.disabled:hover:focus,
.theme-3 .datepicker table tr td span.active:active,
.theme-3 .datepicker table tr td span.active:hover:active,
.theme-3 .datepicker table tr td span.active.disabled:active,
.theme-3 .datepicker table tr td span.active.disabled:hover:active,
.theme-3 .datepicker table tr td span.active.active,
.theme-3 .datepicker table tr td span.active:hover.active,
.theme-3 .datepicker table tr td span.active.disabled.active,
.theme-3 .datepicker table tr td span.active.disabled:hover.active,
.theme-3 .open .dropdown-toggle.datepicker table tr td span.active,
.theme-3 .open .dropdown-toggle.datepicker table tr td span.active:hover,
.theme-3 .open .dropdown-toggle.datepicker table tr td span.active.disabled,
.theme-3 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background: #497cb1;
  border-color: #497cb1;
}
.theme-4 .datepicker table tr td span.active:hover,
.theme-4 .datepicker table tr td span.active:hover:hover,
.theme-4 .datepicker table tr td span.active.disabled:hover,
.theme-4 .datepicker table tr td span.active.disabled:hover:hover,
.theme-4 .datepicker table tr td span.active:focus,
.theme-4 .datepicker table tr td span.active:hover:focus,
.theme-4 .datepicker table tr td span.active.disabled:focus,
.theme-4 .datepicker table tr td span.active.disabled:hover:focus,
.theme-4 .datepicker table tr td span.active:active,
.theme-4 .datepicker table tr td span.active:hover:active,
.theme-4 .datepicker table tr td span.active.disabled:active,
.theme-4 .datepicker table tr td span.active.disabled:hover:active,
.theme-4 .datepicker table tr td span.active.active,
.theme-4 .datepicker table tr td span.active:hover.active,
.theme-4 .datepicker table tr td span.active.disabled.active,
.theme-4 .datepicker table tr td span.active.disabled:hover.active,
.theme-4 .open .dropdown-toggle.datepicker table tr td span.active,
.theme-4 .open .dropdown-toggle.datepicker table tr td span.active:hover,
.theme-4 .open .dropdown-toggle.datepicker table tr td span.active.disabled,
.theme-4 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background: #ec6952;
  border-color: #ec6952;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  text-shadow: none;
}
.input-daterange .input-group-addon {
  text-shadow: none;
  background: #f9f9fb;
}
.datepicker-inline {
  border: 1px solid #eaeaf1;
}
.chosen-container .chosen-choices {
  border: 1px solid #dadae7;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
  padding: 6px 12px;
  height: 34px;
}
.chosen-container .chosen-choices li.search-field input[type=text] {
  color: #9499a3;
}
.chosen-container .chosen-drop {
  border: 1px solid #dadae7;
}
.chosen-container .chosen-results li.highlighted {
  background: #40babd;
}
.theme-2 .chosen-container .chosen-results li.highlighted {
  background: #6dbd63;
}
.theme-3 .chosen-container .chosen-results li.highlighted {
  background: #497cb1;
}
.theme-4 .chosen-container .chosen-results li.highlighted {
  background: #ec6952;
}
.chosen-container .chosen-results li.highlighted {
  background: #40babd;
  background-image: none;
}
.theme-2 .chosen-container .chosen-results li.highlighted {
  background: #6dbd63;
}
.theme-3 .chosen-container .chosen-results li.highlighted {
  background: #497cb1;
}
.theme-4 .chosen-container .chosen-results li.highlighted {
  background: #ec6952;
}
.chosen-container-single .chosen-single,
.chosen-container-single.chosen-container-active .chosen-single {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-clip: padding-box;
}
.chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid #e8e8e8;
  padding: 4px 20px 4px 5px;
  color: #afb3bb;
  background: #f5f5f5;
}
.chosen-container-multi .chosen-choices {
  border-color: #dadae7;
  border-radius: 2px;
  background-clip: padding-box;
}
.chosen-container-multi .chosen-choices li.search-choice a.search-choice-close {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.chosen-container-single .chosen-single {
  border: 1px solid #dadae7;
  padding: 6px 12px;
  height: 34px;
  line-height: 1.42857143;
}
.chosen-container-single .chosen-single div {
  top: 5px;
}
.chosen-container-single .chosen-search input[type=text] {
  border: 1px solid #eaeaf1;
}
.bootstrap-tagsinput {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dadae7;
  border-radius: 0;
  background-clip: padding-box;
}
.bootstrap-tagsinput .tag {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 8px;
}
.md-editor > textarea {
  border-color: #dadae7;
  background: #ffffff;
}
.md-editor.active {
  border-color: #bcbcd2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.md-editor > textarea,
.md-editor > .md-preview {
  padding: 10px;
}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background: #f9f9fb;
}
ul.wysihtml5-toolbar .btn .fa {
  margin-right: 0;
}
/* ===== Forms (validation) ===== */
.form-control.parsley-error {
  border-color: #E65348;
}
.parsley-errors-list {
  margin-top: 5px;
  margin-bottom: 5px;
}
.parsley-errors-list {
  padding-left: 0;
  margin-bottom: 15px;
}
.parsley-errors-list li {
  list-style: none;
  color: #f77b6b;
}
/* ===== Forms (in-place editing) ===== */
.view-editable .table .input-type {
  width: 20%;
  font-weight: 600;
}
.view-editable .table .input-type .label {
  margin-left: 5px;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  border-color: #9499a3;
  color: #494d55;
}
.editable-empty,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
  color: #f77b6b;
}
/* ===== Forms Dropzone ==== */
.dropzone {
  border: 2px dashed #40babd;
  background: #fff;
}
.theme-2 .dropzone {
  border-color: #6dbd63;
}
.theme-3 .dropzone {
  border-color: #497cb1;
}
.theme-4 .dropzone {
  border-color: #ec6952;
}
.dz-message {
  font-weight: 500;
  font-size: 18px;
  color: #a2a6af;
}
/* ===== Forms ===== */
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.3);
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .chosen-container {
    width: 100% !important;
  }
  .wysihtml5-sandbox {
    width: 100% !important;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ====== Ajax Loaders ======= */
/* Gif Loaders */
.loader-default {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.loader-default .loader-default-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.loader-default .loader-default-inner .img-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* CSS3 Loaders */
.loader-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.loader-wrapper-1 .spinner {
  margin: 100px auto;
  width: 32px;
  height: 32px;
  position: relative;
}
.loader-wrapper-1 .container1 > div,
.loader-wrapper-1 .container2 > div,
.loader-wrapper-1 .container3 > div {
  width: 8px;
  height: 8px;
  background-color: #40babd;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
          animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.theme-2 .loader-wrapper-1 .container1 > div,
.theme-2 .loader-wrapper-1 .container2 > div,
.theme-2 .loader-wrapper-1 .container3 > div {
  background-color: #6dbd63;
}
.theme-3 .loader-wrapper-1 .container1 > div,
.theme-3 .loader-wrapper-1 .container2 > div,
.theme-3 .loader-wrapper-1 .container3 > div {
  background-color: #497cb1;
}
.theme-4 .loader-wrapper-1 .container1 > div,
.theme-4 .loader-wrapper-1 .container2 > div,
.theme-4 .loader-wrapper-1 .container3 > div {
  background-color: #ec6952;
}
.loader-wrapper-1 .spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.loader-wrapper-1 .container2 {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.loader-wrapper-1 .container3 {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.loader-wrapper-1 .circle1 {
  top: 0;
  left: 0;
}
.loader-wrapper-1 .circle2 {
  top: 0;
  right: 0;
}
.loader-wrapper-1 .circle3 {
  right: 0;
  bottom: 0;
}
.loader-wrapper-1 .circle4 {
  left: 0;
  bottom: 0;
}
.loader-wrapper-1 .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.loader-wrapper-1 .container3 .circle1 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.loader-wrapper-1 .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.loader-wrapper-1 .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.loader-wrapper-1 .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.loader-wrapper-1 .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.loader-wrapper-1 .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.loader-wrapper-1 .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loader-wrapper-1 .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.loader-wrapper-1 .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.loader-wrapper-1 .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.loader-wrapper-2 .spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: rotate 2.0s infinite linear;
          animation: rotate 2.0s infinite linear;
}
.loader-wrapper-2 .dot1,
.loader-wrapper-2 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #40babd;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out;
}
.theme-2 .loader-wrapper-2 .dot1,
.theme-2 .loader-wrapper-2 .dot2 {
  background-color: #6dbd63;
}
.theme-3 .loader-wrapper-2 .dot1,
.theme-3 .loader-wrapper-2 .dot2 {
  background-color: #497cb1;
}
.theme-4 .loader-wrapper-2 .dot1,
.theme-4 .loader-wrapper-2 .dot2 {
  background-color: #ec6952;
}
.loader-wrapper-2 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.loader-wrapper-3 .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.loader-wrapper-3 .spinner > div {
  width: 16px;
  height: 16px;
  background-color: #40babd;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
          animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.theme-2 .loader-wrapper-3 .spinner > div {
  background-color: #6dbd63;
}
.theme-3 .loader-wrapper-3 .spinner > div {
  background-color: #497cb1;
}
.theme-4 .loader-wrapper-3 .spinner > div {
  background-color: #ec6952;
}
.loader-wrapper-3 .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loader-wrapper-3 .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.loader-wrapper-4 .spinner {
  width: 30px;
  height: 30px;
  background-color: #40babd;
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
          animation: rotateplane 1.2s infinite ease-in-out;
}
.theme-2 .loader-wrapper-4 .spinner {
  background-color: #6dbd63;
}
.theme-3 .loader-wrapper-4 .spinner {
  background-color: #497cb1;
}
.theme-4 .loader-wrapper-4 .spinner {
  background-color: #ec6952;
}
@-webkit-keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.loader-wrapper-5 .spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.loader-wrapper-5 .spinner > div {
  background-color: #40babd;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
          animation: stretchdelay 1.2s infinite ease-in-out;
}
.theme-2 .loader-wrapper-5 .spinner > div {
  background-color: #6dbd63;
}
.theme-3 .loader-wrapper-5 .spinner > div {
  background-color: #497cb1;
}
.theme-4 .loader-wrapper-5 .spinner > div {
  background-color: #ec6952;
}
.loader-wrapper-5 .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.loader-wrapper-5 .spinner .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.loader-wrapper-5 .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.loader-wrapper-5 .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.loader-wrapper-6 .spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #40babd;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
          animation: scaleout 1s infinite ease-in-out;
}
.theme-2 .loader-wrapper-6 .spinner {
  background-color: #6dbd63;
}
.theme-3 .loader-wrapper-6 .spinner {
  background-color: #497cb1;
}
.theme-4 .loader-wrapper-6 .spinner {
  background-color: #ec6952;
}
@-webkit-keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.loader-wrapper-7 .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.loader-wrapper-7 .double-bounce1,
.loader-wrapper-7 .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #40babd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out;
}
.theme-2 .loader-wrapper-7 .double-bounce1,
.theme-2 .loader-wrapper-7 .double-bounce2 {
  background-color: #6dbd63;
}
.theme-3 .loader-wrapper-7 .double-bounce1,
.theme-3 .loader-wrapper-7 .double-bounce2 {
  background-color: #497cb1;
}
.theme-4 .loader-wrapper-7 .double-bounce1,
.theme-4 .loader-wrapper-7 .double-bounce2 {
  background-color: #ec6952;
}
.loader-wrapper-7 .double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.loader-wrapper-8 .spinner {
  margin: 100px auto;
  width: 36px;
  height: 36px;
  position: relative;
}
.loader-wrapper-8 .cube1,
.loader-wrapper-8 .cube2 {
  background-color: #40babd;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
          animation: cubemove 1.8s infinite ease-in-out;
}
.theme-2 .loader-wrapper-8 .cube1,
.theme-2 .loader-wrapper-8 .cube2 {
  background-color: #6dbd63;
}
.theme-3 .loader-wrapper-8 .cube1,
.theme-3 .loader-wrapper-8 .cube2 {
  background-color: #497cb1;
}
.theme-4 .loader-wrapper-8 .cube1,
.theme-4 .loader-wrapper-8 .cube2 {
  background-color: #ec6952;
}
.loader-wrapper-8 .cube2 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/* ====== Override FullCalendar ======= */
.fc-event {
  border-color: #40babd;
  background: #40babd;
  font-weight: 600;
  font-size: 12px;
  color: #fff !important;
}
.theme-2 .fc-event {
  background: #6dbd63;
  border-color: #6dbd63;
}
.theme-3 .fc-event {
  background: #497cb1;
  border-color: #497cb1;
}
.theme-4 .fc-event {
  background: #ec6952;
  border-color: #ec6952;
}
button.fc-button,
.fa button {
  display: inline-block;
  height: inherit;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  background: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #cbcdd2;
  color: #868c97;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.fc-button:hover,
.fa button:hover,
button.fc-button:focus,
.fa button:focus,
button.fc-button:active,
.fa button:active,
button.fc-button.fc-state-active,
.fa button.fc-state-active {
  border-color: #cbcdd2;
  color: #6c727e;
  background: #f9f9fb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* ====== Override Bootstrap Calendar ======= */
.cal-context a {
  color: #494d55;
}
.cal-context a:hover {
  color: #31343a;
}
.event {
  display: block;
  background-color: #616670;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  background-clip: padding-box;
  border: none;
}
.event-important {
  background-color: #f77b6b;
}
.event-info {
  background-color: #58bbee;
}
.event-warning {
  background-color: #F8A13F;
}
.event-inverse {
  background-color: #1b1b1b;
}
.event-success {
  background-color: #75c181;
}
.event-special {
  background-color: #EA5395;
}
.day-highlight:hover,
.day-highlight {
  background-color: #ffffff;
}
.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-color: #fee7e4;
}
.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
  background-color: #fde9d3;
}
.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
  background-color: #e3f4fc;
}
.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
  background-color: #c1c1c1;
}
.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
  background-color: #dff0e1;
}
.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
  background-color: #fdf2f7;
}
#cal-day-box .day-highlight.dh-event-important {
  border-color: #fcd1cc;
}
#cal-day-box .day-highlight.dh-event-warning {
  border-color: #fcddba;
}
#cal-day-box .day-highlight.dh-event-info {
  border-color: #cceafa;
}
#cal-day-box .day-highlight.dh-event-inverse {
  border-color: #cecece;
}
#cal-day-box .day-highlight.dh-event-success {
  border-color: #cde9d1;
}
#cal-day-box .day-highlight.dh-event-special {
  border-color: #fce9f1;
}
.cal-month-box,
.cal-week-box,
.cal-year-box {
  border-right-color: #eaeaf1;
}
.cal-month-box [class*=cal-cell],
.cal-year-box [class*=span] {
  border-right-color: #eaeaf1;
}
.cal-month-box .cal-row-fluid,
.cal-year-box .row-fluid {
  border-bottom-color: #eaeaf1;
}
#cal-slide-content {
  background: #494d55;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#cal-slide-content:hover {
  color: #494d55;
  background: #616670;
}
#cal-day-box .cal-day-hour-part {
  border-bottom-color: #eaeaf1;
}
#cal-day-box .cal-day-hour:nth-child(odd) {
  background-color: #ffffff;
}
.cal-event-list .event.pull-left {
  margin-top: 6px;
}
#cal-day-tick {
  bottom: -19px;
}
#cal-week-box {
  background: #40babd;
  color: #fff;
  border-color: #3aa7aa;
  font-weight: 600;
}
.theme-2 #cal-week-box {
  background: #6dbd63;
  border-color: #5cb551;
}
.theme-3 #cal-week-box {
  background: #497cb1;
  border-color: #426f9f;
}
.theme-4 #cal-week-box {
  background: #ec6952;
  border-color: #e9553b;
}
span[data-cal-date] {
  font-size: 13px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .fc-toolbar .fc-left {
    float: none;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .fc-toolbar .fc-right {
    float: none;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .fc-toolbar .fc-center {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .fc-toolbar .fc-center h2 {
    float: none;
    font-size: 18px;
    text-align: left;
  }
}
.chart-container {
  padding-top: 15px;
}
.chart-container canvas {
  max-width: 100%;
}
.chartjs-wrapper {
  width: 100%;
  min-height: 200px;
}
.jqstooltip,
.jqstooltip *,
.jqstooltip *:before,
.jqstooltip *:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.chart-easy-pie .percentage {
  width: 110px;
  height: 110px;
  line-height: 110px;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.chart-easy-pie .percentage canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.chart-easy-pie .note {
  margin: 10px auto;
  text-align: center;
  display: block;
  color: #a2a6af;
}
body.dragging,
body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  top: 0;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 2000;
}
.interactive-list {
  cursor: pointer;
  padding: 0;
}
.interactive-list li {
  margin: 10px 0 10px;
}
.interactive-list li.placeholder {
  position: relative;
  border: none;
  list-style: none;
}
.interactive-list li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  left: -5px;
  top: -6px;
  border: 5px solid transparent;
  border-left-color: #616670;
  border-right: none;
}
.interactive-list li > span {
  display: block;
  padding: 10px;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  background-clip: padding-box;
}
.interactive-list li:hover {
  border-color: #dadada;
}
.interactive-list li:hover > span {
  border-color: #dadada;
}
.nestable {
  list-style-position: inside;
}
ul.sortable {
  list-style: none;
  position: relative;
}
ul.sortable li > span {
  padding: 10px 10px 10px 24px;
}
ul.sortable li:hover .fa {
  color: #9499a3;
}
ul.sortable .fa {
  position: absolute;
  margin-top: 14px;
  margin-left: 10px;
  color: #afb3bb;
}
.draggable-column {
  padding-bottom: 100px;
}
.module-draggable:hover {
  border-color: #dadada;
}
.ui-sortable-handle {
  cursor: pointer;
}
/* Modal */
/* Chosen plugin Modal fixes */
.modal .chosen-container {
  width: 100% !important;
}
.modal .chosen-container li.search-field {
  width: 100%;
}
.modal .chosen-container li.search-field > input {
  width: 100% !important;
}
.modal-backdrop {
  background-color: #494d55;
}
.modal-backdrop.in {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal-dialog {
  position: relative;
}
.modal button.close {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  text-shadow: none;
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
  color: #494d55;
}
.modal button.close:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.modal-content {
  border-radius: 4px;
  background-clip: padding-box;
}
.remove-icon {
	margin: 6px;
}
.modal-header {
  border-bottom: 0;
  padding: 30px;
  padding-bottom: 0;
}
.modal-body {
  padding: 30px 60px;
}
.modal-view-controller {
  position: absolute;
  left: 20px;
  top: 15px;
}
.modal-view-controller:hover .fa {
  color: #616670;
}
.modal-view-controller .fa {
  margin-right: 5px;
  color: #a2a6af;
}
.modal-view-controller a {
  color: #a2a6af;
}
.modal-view-controller a:hover {
  color: #616670;
}
/* .modal-fullscreen */
.modal-fullscreen {
  background: #fff;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #fff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  background: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .modal-body {
    padding: 30px;
  }
  .modal-fullscreen .modal-dialog {
    width: 100%;
    margin: 0 auto;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 100%;
    margin: 0 auto;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 80%;
    margin: 0 auto;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ======= Tree View ======= */
.jstree-default .jstree-hovered {
  background: #f3f3f3;
}
.jstree-default .jstree-icon {
  color: #616670;
}
.jstree-default .jstree-hovered .jstree-icon {
  color: #494d55;
}
/* ======= jQuery TodoList ========= */
.jquery-todolist.ui-widget {
  /* Generic */
  /* Structured */
}
.jquery-todolist.ui-widget .jquery-todolist-edit-input {
  padding-right: 50px;
}
.jquery-todolist.ui-widget .jquery-todolist-edit-input input {
  border: 1px solid #dadae7;
  padding: 6px 12px;
}
.jquery-todolist.ui-widget .jquery-todolist-edit-input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #afb3bb;
}
.jquery-todolist.ui-widget .jquery-todolist-edit-input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afb3bb;
}
.jquery-todolist.ui-widget .jquery-todolist-edit-input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afb3bb;
}
.jquery-todolist.ui-widget .jquery-todolist-edit-input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #afb3bb;
}
.jquery-todolist.ui-widget .jquery-todolist-edit-input input:focus {
  border-color: #65c8cb;
  outline: none;
}
.theme-2 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:focus {
  border-color: #8fcc87;
}
.theme-3 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:focus {
  border-color: #6b96c2;
}
.theme-4 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:focus {
  border-color: #f19180;
}
.jquery-todolist.ui-widget .jquery-todolist-edit-input input:active {
  border-color: #65c8cb;
}
.theme-2 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:active {
  border-color: #8fcc87;
}
.theme-3 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:active {
  border-color: #6b96c2;
}
.theme-4 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:active {
  border-color: #f19180;
}
.jquery-todolist.ui-widget .jquery-todolist-edit-save {
  background-image: none;
  text-indent: inherit;
  overflow: hidden;
  position: absolute;
  right: 25px;
  top: 2px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #75c181;
}
.jquery-todolist.ui-widget .jquery-todolist-edit-save:before {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.jquery-todolist.ui-widget .jquery-todolist-item-action-remove {
  background-image: none;
  width: 20px;
  height: 20px;
  text-indent: inherit;
  font-size: 14px;
  top: 4px;
  right: 8px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.jquery-todolist.ui-widget .jquery-todolist-item-action-remove:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #f77b6b;
}
.jquery-todolist.ui-widget .jquery-todolist-item-action-remove:before {
  content: "\f00d";
  display: inline-block;
  width: 32px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.jquery-todolist.ui-widget .jquery-todolist-button {
  background: #f77b6b;
  color: #fff;
  font-weight: 600;
}
.jquery-todolist.ui-widget .jquery-todolist-button .jquery-todolist-item-action-remove-cancel {
  padding: 5px;
  padding-top: 0;
  font-weight: bold;
  font-size: 18px;
  background: #616670;
}
.jquery-todolist.ui-widget .jquery-todolist-button .jquery-todolist-button-confirm {
  padding: 5px 10px;
}
.jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header {
  padding: 0;
}
.jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-title-text {
  font-size: 16px;
}
.jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-menu-show {
  right: 5px;
  top: -3px;
  padding: 0;
  height: auto;
  font-size: 20px;
  color: #616670;
}
.jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-menu-show:hover {
  color: #40babd;
}
.theme-2 .jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-menu-show:hover {
  color: #6dbd63;
}
.theme-3 .jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-menu-show:hover {
  color: #497cb1;
}
.theme-4 .jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-menu-show:hover {
  color: #ec6952;
}
.jquery-todolist.ui-widget .jquery-todolist-items {
  margin: 15px 0;
}
.jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item {
  margin-bottom: 5px;
}
.jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item .jquery-todolist-item-title {
  margin-left: 30px;
  padding: 5px;
}
.jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item .jquery-todolist-item-title-text {
  font-size: 13px;
}
.jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item .jquery-todolist-item-actions-left {
  top: 2px;
}
.jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item .jquery-todolist-item-checkbox {
  background-image: none;
  width: 20px;
  height: 20px;
  text-indent: inherit;
  font-size: 18px;
  top: 6px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item .jquery-todolist-item-checkbox:before {
  content: "\f14a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #eaeaf1;
}
.jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item.jquery-todolist-item-done {
  background: #f9f9fb;
}
.jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item.jquery-todolist-item-done .jquery-todolist-item-title-text {
  font-size: 13px;
  color: #868c97;
}
.jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item.jquery-todolist-item-done .jquery-todolist-item-checkbox:before {
  color: #75c181;
}
.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text {
  border: 1px solid #dadae7;
}
.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #afb3bb;
}
.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afb3bb;
}
.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afb3bb;
}
.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #afb3bb;
}
.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:focus {
  border-color: #65c8cb;
  outline: none;
}
.theme-2 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:focus {
  border-color: #8fcc87;
}
.theme-3 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:focus {
  border-color: #6b96c2;
}
.theme-4 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:focus {
  border-color: #f19180;
}
.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:active {
  border-color: #65c8cb;
}
.theme-2 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:active {
  border-color: #8fcc87;
}
.theme-3 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:active {
  border-color: #6b96c2;
}
.theme-4 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:active {
  border-color: #f19180;
}
.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-action {
  color: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  background: #75c181;
  top: 1px;
  height: 34px;
  width: 34px;
  font-size: 30px;
}
.jquery-todolist.ui-widget .jquery-todolist-menu {
  background: #fff;
  border: 1px solid #eaeaf1;
  padding: 10px;
  text-align: center;
}
.jquery-todolist.ui-widget .jquery-todolist-menu a {
  margin-bottom: 0;
  padding: 0;
}
.jquery-todolist.ui-widget .jquery-todolist-menu .jquery-todolist-menu-actions {
  right: 5px;
  top: 0;
}
.jquery-todolist.ui-widget .jquery-todolist-menu .jquery-todolist-menu-actions a.jquery-todolist-action {
  font-weight: bold;
  font-size: 20px;
  color: #797f8b;
  padding: 0;
  top: 0;
  right: 0;
}
.jquery-todolist.ui-widget .jquery-todolist-menu .jquery-todolist-menu-actions a.jquery-todolist-action:hover {
  color: #494d55;
}
vector-map,
.vector-map {
  width: 100%;
  height: 300px;
  max-width: 100%;
  display: block;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 15px;
  height: 15px;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 0;
}
/* ===== Forms (wizard) ===== */
.wizard > .content {
  min-height: 300px;
  background: #f5f5f5;
  margin: 0;
  margin-bottom: 15px;
  border-radius: 0;
  background-clip: padding-box;
}
.wizard.vertical > .content {
  background: #f5f5f5;
  margin: 0;
  margin-left: 30px;
  margin-bottom: 15px;
}
.wizard > .content > .body {
  padding: 30px;
  width: inherit;
  height: inherit;
}
.wizard > .steps .number {
  background: rgba(0, 0, 0, 0.12);
  font-size: 13px;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  padding-top: 2px;
  margin-right: 5px;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #40babd;
  font-weight: 600;
}
.theme-2 .wizard > .steps .current a,
.theme-2 .wizard > .steps .current a:hover,
.theme-2 .wizard > .steps .current a:active {
  background: #6dbd63;
}
.theme-3 .wizard > .steps .current a,
.theme-3 .wizard > .steps .current a:hover,
.theme-3 .wizard > .steps .current a:active {
  background: #497cb1;
}
.theme-4 .wizard > .steps .current a,
.theme-4 .wizard > .steps .current a:hover,
.theme-4 .wizard > .steps .current a:active {
  background: #ec6952;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9eddde;
}
.theme-2 .wizard > .steps .done a,
.theme-2 .wizard > .steps .done a:hover,
.theme-2 .wizard > .steps .done a:active {
  background: #c1e3bd;
}
.theme-3 .wizard > .steps .done a,
.theme-3 .wizard > .steps .done a:hover,
.theme-3 .wizard > .steps .done a:active {
  background: #a1bcd8;
}
.theme-4 .wizard > .steps .done a,
.theme-4 .wizard > .steps .done a:hover,
.theme-4 .wizard > .steps .done a:active {
  background: #f9cdc5;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #f5f5f5;
  color: #797f8b;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  padding: 10px 20px;
  margin: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.wizard > .steps > ul > li {
  width: auto;
  margin-right: 10px;
  margin-bottom: 30px;
}
.wizard > .steps > ul > li > a {
  position: relative;
}
.wizard > .steps > ul > li:last-child {
  margin-right: 0;
}
.wizard > .steps > ul > li.current .step-arrow {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #40babd;
  position: absolute;
  bottom: -10px;
  margin-left: -10px;
  left: 50%;
}
.theme-2 .wizard > .steps > ul > li.current .step-arrow {
  border-top-color: #6dbd63;
}
.theme-3 .wizard > .steps > ul > li.current .step-arrow {
  border-top-color: #497cb1;
}
.theme-4 .wizard > .steps > ul > li.current .step-arrow {
  border-top-color: #ec6952;
}
.wizard.vertical > .steps > ul > li.current .step-arrow {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #40babd;
  bottom: 50%;
  left: auto;
  right: -20px;
  margin-left: auto;
  top: auto;
  margin-bottom: -10px;
}
.theme-2 .wizard.vertical > .steps > ul > li.current .step-arrow {
  border-left-color: #6dbd63;
}
.theme-3 .wizard.vertical > .steps > ul > li.current .step-arrow {
  border-left-color: #497cb1;
}
.theme-4 .wizard.vertical > .steps > ul > li.current .step-arrow {
  border-left-color: #ec6952;
}
.wizard > .steps > ul > li.current.done .step-arrow {
  border-top-color: #9eddde;
}
.theme-2 .wizard > .steps > ul > li.current.done .step-arrow {
  border-top-color: #c1e3bd;
}
.theme-3 .wizard > .steps > ul > li.current.done .step-arrow {
  border-top-color: #a1bcd8;
}
.theme-4 .wizard > .steps > ul > li.current.done .step-arrow {
  border-top-color: #f9cdc5;
}
.wizard.vertical > .steps > ul > li.current.done .step-arrow {
  border-left-color: #9eddde;
  border-top-color: transparent;
}
.theme-2 .wizard.vertical > .steps > ul > li.current.done .step-arrow {
  border-left-color: #c1e3bd;
}
.theme-3 .wizard.vertical > .steps > ul > li.current.done .step-arrow {
  border-left-color: #a1bcd8;
}
.theme-4 .wizard.vertical > .steps > ul > li.current.done .step-arrow {
  border-left-color: #f9cdc5;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #f5f5f5 !important;
  color: #afb3bb !important;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #40babd;
}
.theme-2 .wizard > .actions a,
.theme-2 .wizard > .actions a:hover,
.theme-2 .wizard > .actions a:active {
  background: #6dbd63;
}
.theme-3 .wizard > .actions a,
.theme-3 .wizard > .actions a:hover,
.theme-3 .wizard > .actions a:active {
  background: #497cb1;
}
.theme-4 .wizard > .actions a,
.theme-4 .wizard > .actions a:hover,
.theme-4 .wizard > .actions a:active {
  background: #ec6952;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .wizard > .steps > ul > li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .wizard > .steps > ul > li.current .step-arrow {
    display: none;
  }
  .wizard.vertical > .steps {
    width: 100%;
  }
  .wizard.vertical > .content {
    width: 100%;
    margin-left: 0;
  }
  .wizard > .content > .body {
    padding: 20px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ======= Tags ======== */
.tags {
  margin: 0;
  padding: 0;
  right: 24px;
  bottom: -12px;
  overflow: hidden;
  list-style: none;
}
.tags .tag {
  margin-bottom: 15px;
}
.tags .tag a {
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #616670;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tags .tag a:hover {
  background: #555963;
}
.tags .tag a:hover:before {
  border-color: transparent #555963 transparent transparent;
}
.tags .tag a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #616670 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.tags .tag a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}
.tags .tag.tag-theme a {
  background: #40babd;
}
.theme-2 .tags .tag.tag-theme a {
  background: #6dbd63;
}
.theme-3 .tags .tag.tag-theme a {
  background: #497cb1;
}
.theme-4 .tags .tag.tag-theme a {
  background: #ec6952;
}
.tags .tag.tag-theme a:hover {
  background: #0094D9;
}
.theme-2 .tags .tag.tag-theme a:hover {
  background: #5cb551;
}
.theme-3 .tags .tag.tag-theme a:hover {
  background: #426f9f;
}
.theme-4 .tags .tag.tag-theme a:hover {
  background: #e9553b;
}
.tags .tag.tag-theme a:hover:before {
  border-color: transparent #0094D9 transparent transparent;
}
.theme-2 .tags .tag.tag-theme a:hover:before {
  border-color: transparent #5cb551 transparent transparent;
}
.theme-3 .tags .tag.tag-theme a:hover:before {
  border-color: transparent #426f9f transparent transparent;
}
.theme-4 .tags .tag.tag-theme a:hover:before {
  border-color: transparent #e9553b transparent transparent;
}
.tags .tag.tag-theme a:before {
  border-color: transparent #40babd transparent transparent;
}
.theme-2 .tags .tag.tag-theme a:before {
  border-color: transparent #6dbd63 transparent transparent;
}
.theme-3 .tags .tag.tag-theme a:before {
  border-color: transparent #497cb1 transparent transparent;
}
.theme-4 .tags .tag.tag-theme a:before {
  border-color: transparent #ec6952 transparent transparent;
}
.tags .tag.tag-success a {
  background: #75c181;
}
.tags .tag.tag-success a:hover {
  background: #63b971;
}
.tags .tag.tag-success a:hover:before {
  border-color: transparent #63b971 transparent transparent;
}
.tags .tag.tag-success a:before {
  border-color: transparent #75c181 transparent transparent;
}
.tags .tag.tag-info a {
  background: #58bbee;
}
.tags .tag.tag-info a:hover {
  background: #41b2ec;
}
.tags .tag.tag-info a:hover:before {
  border-color: transparent #41b2ec transparent transparent;
}
.tags .tag.tag-info a:before {
  border-color: transparent #58bbee transparent transparent;
}
.tags .tag.tag-warning a {
  background: #F8A13F;
}
.tags .tag.tag-warning a:hover {
  background: #f79526;
}
.tags .tag.tag-warning a:hover:before {
  border-color: transparent #f79526 transparent transparent;
}
.tags .tag.tag-warning a:before {
  border-color: transparent #F8A13F transparent transparent;
}
.tags .tag.tag-danger a {
  background: #f77b6b;
}
.tags .tag.tag-danger a:hover {
  background: #f66553;
}
.tags .tag.tag-danger a:hover:before {
  border-color: transparent #f66553 transparent transparent;
}
.tags .tag.tag-danger a:before {
  border-color: transparent #f77b6b transparent transparent;
}
.tags .tag.tag-purple a {
  background: #8A40A7;
}
.tags .tag.tag-purple a:hover {
  background: #7b3995;
}
.tags .tag.tag-purple a:hover:before {
  border-color: transparent #7b3995 transparent transparent;
}
.tags .tag.tag-purple a:before {
  border-color: transparent #8A40A7 transparent transparent;
}
.tags .tag.tag-pink a {
  background: #EA5395;
}
.tags .tag.tag-pink a:hover {
  background: #e73c87;
}
.tags .tag.tag-pink a:hover:before {
  border-color: transparent #e73c87 transparent transparent;
}
.tags .tag.tag-pink a:before {
  border-color: transparent #EA5395 transparent transparent;
}
.tags .tag.tag-yellow a {
  background: #F2B542;
}
.tags .tag.tag-yellow a:hover {
  background: #f0ac2a;
}
.tags .tag.tag-yellow a:hover:before {
  border-color: transparent #f0ac2a transparent transparent;
}
.tags .tag.tag-yellow a:before {
  border-color: transparent #F2B542 transparent transparent;
}
.tags .tag,
.tags a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
}
.flot-chart {
  width: 100%;
  height: 260px;
}
.flot-chart .legendColorBox > div {
  border: none !important;
}
.flot-chart .legendLabel {
  padding-left: 5px;
}
.flotTip {
  background: rgba(0, 0, 0, 0.9) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 2px !important;
  background-clip: padding-box !important;
}
.morris-hover.morris-default-style {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 10px 15px;
}
.chart-container svg {
  max-width: 100%;
}
/* ======= Helper ======== */
.masonry-container {
  position: relative;
}
.cursor-pointer {
  cursor: pointer;
}
.no-overflow {
  overflow: hidden;
}
.text-highlight {
  color: #40babd;
}
.theme-2 .text-highlight {
  color: #6dbd63;
}
.theme-3 .text-highlight {
  color: #497cb1;
}
.theme-4 .text-highlight {
  color: #ec6952;
}
.text-stronger {
  font-weight: 600;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}

.display-flex{
	display:flex;
}

.block-relative {
  position: relative;
}
.padding-xs {
  padding: 5px;
}
.padding-sm {
  padding: 15px;
}
.padding-md {
  padding: 30px;
}
.padding-top-xs {
  padding-top: 5px;
}
.padding-top-sm {
  padding-top: 15px;
}
.padding-top-md {
  padding-top: 30px;
}
.padding-bottom-xs {
  padding-bottom: 5px;
}
.padding-bottom-sm {
  padding-bottom: 15px;
}
.padding-bottom-8px {
  padding-bottom:8px;
}
.padding-left-xs {
  padding-left: 5px;
}
.padding-left-sm {
 padding-left: 15px; 
}

.table > tbody > tr > td.padding-left-md,
.padding-left-md {
 padding-left: 30px; 
}
.padding-left-lg {
 padding-left: 60px;
}
.padding-right-xs {
  padding-right: 5px;
}
.padding-right-sm {
  padding-right: 15px;
}
.padding-right-md {
  padding-right: 30px;
}
.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.margin-xs {
  margin: 5px;
}
.margin-bottom-xs {
  margin-bottom: 5px;
}
.margin-bottom-sm {
  margin-bottom: 15px;
}
.margin-bottom-md {
  margin-bottom: 30px;
}
.margin-bottom-lg {
  margin-bottom: 60px;
}
.margin-top-xs {
  margin-top: 5px;
}
.margin-top-sm {
  margin-top: 15px;
}
.margin-top-md {
  margin-top: 30px;
}
.margin-top-lg {
  margin-top: 60px;
}
.margin-top-10{
	margin-top:10px;
}
.margin-right-xs {
  margin-right: 5px;
}
.margin-right-sm {
  margin-right: 15px;
}
.margin-right-md {
  margin-right: 30px;
}
.margin-rightp-lg {
  margin-right: 60px;
}
.no-border {
  border: 0;
}
.no-border-left {
  border-left: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.p-10{
	padding: 10px !important;
}
.ml-20{
	margin-left: 20px !important;
}
.ml-35 {
	margin-left: 35px !important;
}
.mr-neg-10 {
	margin-right: -10px !important;
}
.mr-neg-4 {
	margin-right: -4px !important;
}
.ml-neg-10 {
	margin-left: -10px !important;
}
.pl-40 {
	padding-left: 40px !important;
}

.pb-3{
	padding-bottom: 3px !important;
}
.pb-2{
	padding-bottom: 2px !important;
}
.pb-7 {
	padding-bottom: 7px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.p-2{
	padding:2px;
}
.mt-10{
	margin-top:10px !important;
}
.mt-8{
	margin-top:8px !important;
}
.mt-12 {
	margin-top: 12px !important;
}

.pr-6 {
	padding-right: 6px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-7 {
	margin-bottom: 7px !important;
}
.mb-3 {
	margin-bottom: 3px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.ml-10 {
	margin-left: 10px !important;
}

.padding-7 {
	padding: 7px !important;
}

.padding-15 {
	padding: 15px !important;
}

.mr-minus-13 {
	margin-right: -13px !important;
}

.mt-minus-2 {
	margin-top: -2px !important; 
}

.mt-minus-8 {
	margin-top: -8px !important;
}

.mt-minus-3 {
	margin-top: -3px !important;
}

.mt-minus-24 {
	margin-top: -24px !important;
}
.pt-5 {
	padding-top: 5px !important;
}

.pt-7 {
	padding-top: 7px !important;
}

.pt-2 {
	padding-top: 2px !important;
}

.pb-7 {
	padding-bottom: 7px !important;
}

.padding-22 {
	padding: 22px !important;
	padding-left: 5px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}
.minHeight-30{
	  min-height:30px !important;
}
.pt-7 {
	padding-top: 7px !important;
}
.overflow-x-hidden{
	overflow-x:hidden !important;
}
.mb-1{
	margin-bottom: 1px !important;
}
.pr-8{
	padding-right : 8px !important;
}
.z-index-100{
	z-index : 100 !important;
}
.pl-25{
	padding-left: 25px !important;
}
.pl-18{
	padding-left: 18px;
}
.text-align-center{
	text-align:center;
}
.line-height-55{
	line-height:55px;
}
.margin-left-60{
	margin-left:60px;
}

.margin-left-20{
	margin-left:20px;
}

.mt-7 {
	margin-top : 7px !important;
}

.col-md-offset-1-5 {
    margin-left: 12.5%;
  }
.col-md-offset-0-5 {
  margin-left: 6.33%;
}
.col-md-offset-0-2 {
  margin-left: 2.33%;
}
.no-margin-bottom{
	margin-bottom:0px !imporatant;
}
.pt-4 {
	padding-top: 4px !important;
}
.pb-4 {
	padding-bottom: 4px !important;
}
.pb-23{
	padding-bottom: 23px !important;
}
.pt-8 {
	padding-top: 8px !important;
}
.pb-25{
	padding-bottom: 25px !important;
}
.pb-6{
	padding-bottom: 6px !important;
}
.mt-9{
	margin-top : 9px !important;
}
/* ======= Shepherd Tour Custom CSS ========= */
.shepherd-step {
  z-index: 20;
}
@media (max-width: 767px) {
  .shepherd-step {
    display: none!important;
  }
}
.shepherd-element.shepherd-theme-arrows .shepherd-content {
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.15));
  border: 1px solid #e6e6e6;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer {
  padding: 15px 30px;
  background: #f5f5f5;
}
.shepherd-text {
  max-width: 400px;
  min-width: 300px;
  color: #494d55;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text {
  padding: 30px;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
  background: #75c181;
  text-decoration: none;
  font-weight: bold;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button:hover {
  background: #63b971;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
  background: #eeeff1;
  color: #616670;
  text-decoration: none;
  font-weight: bold;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary:hover {
  background: #e6e7ea;
}
.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
  background: #75c181;
  color: #fff;
  padding: 15px 30px;
  font-weight: bold;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
  font-weight: 500;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Extra small devices (phones, less than 768px) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 10px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* login/signup */
  .auth-section .divider {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .auth-section .divider span {
    background: #fff;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    top: 80px;
    margin-left: -10px;
  }
  .auth-section .divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f3f3f7;
    height: 100%;
    width: 1px;
  }
  .auth-section .social-btns {
    padding-left: 65px;
  }
  .auth-section .social-btns .note {
    text-align: left;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media print {
  .header {
    display: none;
  }
  #side-panel {
    display: none;
  }
  .main-nav-wrapper {
    display: none;
  }
  .content-wrapper {
    margin-left: 0;
  }
}
/* ======= Configure Style (Remove in production) ======= */
.config-trigger {
  display: block;
  position: absolute;
  top: 30px;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #494d55;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  text-decoration: none;
}
.config-trigger:hover {
  background: #000;
  text-decoration: none;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 7px;
  display: block;
  color: #fff;
}
.config-panel {
  position: absolute;
  top: 160px;
  right: -350px;
  z-index: 10;
  width: 350px;
  will-change: transform;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.config-panel.config-panel-open {
  -webkit-transform: translateX(-350px);
          transform: translateX(-350px);
}
.config-panel .panel-inner {
  position: relative;
  background: #494d55;
  color: #fff;
  padding: 30px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.config-panel .panel-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
}
.config-panel label {
  color: #fff;
}
.config-panel #color-options {
  margin-bottom: 0px;
}
.config-panel #color-options li {
  margin-bottom: 10px;
}
.config-panel #color-options li a {
  display: block;
  width: 100%;
  height: 25px;
  border: 2px solid transparent;
  cursor: pointer;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #40babd;
}
.config-panel #color-options li.theme-2 a {
  background-color: #6dbd63;
}
.config-panel #color-options li.theme-3 a {
  background-color: #497cb1;
}
.config-panel #color-options li.theme-4 a {
  background-color: #ec6952;
}
.config-panel a.close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.config-panel a.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.config-panel a.close .fa {
  color: #fff;
}
.angularDropDownMenu{
  width:100%; background-color:#31343A; border:none;  margin-top:-5px;}
  .labelHeading {
   width: 93%;
   text-align: left;

   border-bottom: 1px solid #b4c7e7;
   line-height: 0.1em;
   margin: 10px 10px 20px;
   font-style:oblique;
   font-weight:bold;
   font-size:14px;
    padding-left:2%;
    padding-right:2%;

}

label.labelHeading span {
    background:#fff;
    padding:10px 10px;

}
fieldset {
  min-width: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.well {

  padding: 19px;

  background:white;
  border: 2px solid #eaeaf1;

  border-radius: 4px;

}
.well-legend {

  font-size: 14px;
  font-style:oblique;
  width: auto;
  padding: 2px 7px 2px 5px;
  margin-bottom:0;
  line-height: inherit;
border-style:none;


}

panel {
  border-radius: 10px;
  border: 5px solid #4C7AC4;

}
.comparativeQuotesTable{
  border:none;
  background: #4C7AC4;
  vertical-align:middle;
  border-spacing: 0px;
  border-collapse: separate;
}
.comparativeQuotesTable th {
  text-align: center;
  background: #4C7AC4;
  color:white !important;
}
.comparativeQuotesTable td {
    background: white;
}
.glyphicon-plus-sign{
    color:#737A85;
}
/* .glyphicon-2x{
  font-size: 12px;
} */
.glyphicon-plus-sign:hover{
      color:#3D57B1;
}
a{
  color:#0563C1;
}

.grid-link {
	color: #2A7AB8 !important;
}

/** Added for context sensitive menu **/
/*div.table-responsive {overflow:visible;}*/
table.table td.noPadding {padding:0px !important;}
table.table .divUIDropDown {width: 100%; min-height: 35px; text-align: center;}
table.table .divUIDropDown span.optionsMenu {font-weight: 900; display: block; font-size:16px; padding: 5px 5px; min-height: 35px;}
table.table .divUIDropDown span.optionsMenu ul.dropdownOptionsMenu {min-width: 80px; left: -40px; position:absolute; z-index:1;}
table.table .divUIDropDown span.optionsMenu ul.dropdownOptionsMenu li:hover {background-color:#808080 !important;}
table.table .dropdownOptionsMenualignment{min-width: 80px ; left: -40px ; position:absolute ; z-index:1 ;}
table.table .dropdownOptionsLgMenualignment{min-width: 80px ; left: -80px; position:absolute ; z-index:1;}
table.table .dropdownOptionsMdMenualignment{min-width: 80px ; left: -60px; position:absolute ; z-index:1;}
table.table td.reportColumnPadding {padding-left:1px;padding-top:1px ;padding-bottom:1px; padding-right:1px;}
table.table td.columnMarginNoPadding {padding-left:1px;padding-top:1px ;padding-bottom:1px; padding-right:1px; font-size:12px;  border-right:2px solid; border-color : #E1E8F5;}

/** table **/
.table-col-left{
  text-align: left;
}
.table-col-right{
  text-align:right;
}


.modal-header {
	background-color: #1b5077;
	height:auto; 
	padding: 0px; 
	/* border-top-left-radius:3px; 
	border-top-right-radius:3px; */
}
 .modal-title {
 	 font-size: 17px;
  	font-family: "Segoe UI";
 	color:#ffffff; 
 	vertical-align:middle; 
 	text-align:left;
 	padding:10px 15px;
  padding-right: 10px;
 }
 .modal-header button.close {
 	color:#FFF; 
 	vertical-align:middle;
 }
 
 .model-footer {
 	text-align: left;
 }
 
 .modal-body {
 	padding:10px;
     margin-top: 6px;
 }
 .modal-body .form-outer {-webkit-box-align: center;-ms-flex-align: center;align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%;}
 .modal-body .content {width:100%; display:inline-block;display:block;overflow:auto;overflow-x:hidden;max-height: 70vh;}
 .modal-body .form-group .form-content{-webkit-box-align: center;-ms-flex-align: center;align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 50%;}
 .modal-body .form-group .float-left {float:left;}
 .modal-body .form-group .float-right {float:right;}
 .modal-body .form-group .checkbox {margin:0px;}
 .modal-body .error_message {height:10px;}
 .modal-body .error_message span {color:#FF0000; font-size:10px;}
 /*.modal-body .mandatory-fields {border-left:3px solid #54c242;}*/
 .modal-body .table-responsive td.columnOne {width:120px;}
 .modal-body h4.sub-heading {
 	color: #7f7f7f;
 	font-family: Segoe ui semibold;
 	font-size: 12;
 	}
 .modal-body .button-outer {text-align:right; margin:10px;}
 #hedgepolicytable th:nth-child(3), #hedgepolicytable th:nth-child(4),#hedgepolicytable th:nth-child(5), #hedgepolicytable td:nth-child(3) input, #hedgepolicytable td:nth-child(4) input,#hedgepolicytable td:nth-child(5) input{
  text-align:right !important;
 }
 #tradingpolicytable th:nth-child(3) , #tradingpolicytable td:nth-child(3) input{
  text-align:right !important;
 }
 #stoplosspolicytable th:nth-child(4), #stoplosspolicytable td:nth-child(4) input{
  text-align:right !important;
 }
 #hedgepolicytable td,#hedgepolicytable th{
 vertical-align:middle;}
  #tradingpolicytable td,#tradingpolicytable th{
 vertical-align:middle;}
  #stoplosspolicytable td,#stoplosspolicytable th{
 vertical-align:middle;}
.collapseicon {
            background-color: #24548f;
            padding: 3px;
            color: #FFF;
            margin-right: 5px;
            font-size: 8px;
}
/*** Settlement Due ****/
div.settlement-due-todolist-container {display:inline-block; width:100%; height:40px; vertical-align:middle; line-height:35px;}
div.settlement-due-todolist-container .leftAlign{float:left;}
div.settlement-due-todolist-container .textBox_small {width:80px; margin:0px 10px;}
div.settlement-due-todolist-container .rightAlign{float:right; margin-right:8px;}
div.table-responsive table.table tr.settlementdue_export { background-color:#0059b7;}
div.table-responsive table.table tr.settlementdue_export td { vertical-align: middle; color:#FFF; font-weight:bold;}
.settlement_result_container { margin:10px 0px;}
.settlement_result_container .jumbotron {padding:10px 20px; display:inline-block; width:100%;}
.settlement_result_container .settlement_result {min-height:120px; float:left; margin:0px 10px; padding: 10px; text-align:left; vertical-align: middle;
line-height: 40px; }
.settlement_result_container .noborder { border:0px; }
.settlement_result_container .settlement_result span.result_rowone { font-size:15px; font-weight:bold;}
.settlement_result_container .settlement_result span.result_rowtwo { font-size:15px; font-weight:bold; color:#0059b7;}

div.table-responsive table.table td label.label_lightbrown {background-color:#7a8254; color:#FFF; padding:10px; text-align:center;}
div.table-responsive table.table td label.label_darkbrown {background-color:#9f6b37; color:#FFF; padding:10px; text-align:center;}
div.table-responsive table.table td label.label_violet {background-color:#8F65A1; color:#FFF; padding:10px; text-align:center;}
div.table-responsive table.table td label.label_lightblue {background-color:#478497; color:#FFF; padding:10px; text-align:center;}
div.table-responsive table.table td label.label_magentha {background-color:#9D7373; color:#FFF; padding:10px; text-align:center;}
div.table-responsive table.table td label.label_darkgreen {background-color:#77A277; color:#FFF; padding:10px; text-align:center;}
div.table-responsive table.table td label.label_darkblue {background-color:#72729D; color:#FFF; padding:10px; text-align:center;}
div.table-responsive table.table td label.label_maroon {background-color:#CE4E4E; color:#FFF; padding:10px; text-align:center;}
div.table-responsive table.table td label.label_royalblue {background-color:#3366FF; color:#FFF; padding:10px; text-align:center;}
div.table-responsive table.table td {vertical-align:middle;}

div.floating_position {position:absolute; top:100px; right:35px; z-index:101;}
div.floating_menu { width:200px; min-height:50px; background-color:#FFF; border:1px solid #ccc; display:none;}
div.floating_menu h1{ background-color:#0059b7; color:#FFF; font-size:15px; font-weight:bold; padding:10px; margin:0px;}
 div.floating_menu ul.settle_optionsMenu {
  background-color:#FFF;
  border-radius: 0;
  cursor: default;
  list-style: none;
  padding: 5px 0;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
div.floating_menu ul.settle_optionsMenu > li {
  margin-bottom: 0;
  font-size: 12px;
}

div.floating_menu ul.settle_optionsMenu > li > a {
  padding: 5px 7px;
  color: #494d55;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap;
}
div.floating_menu ul.settle_optionsMenu > li > a:hover {
  background: #f9f9fb;
  color: #3D57B1;
  text-decoration: none;
}
table#tableHedgeBucket tr td { border:none;}
/***********************/

/***uib-accordion - custom styles ******/
.uibAccordionContainer .panel { border:0px; margin:0px;}
.uibAccordionContainer .panel .panel-heading { background : none; border: 0px; padding:5px; height:40px;}
.uibAccordionContainer .panel .panel-body {border:0px !important; padding: 0px;}
.uibAccordionContainer .panel a.accordion-toggle { font-size:12px; font-color:#000; font-weight:bold;}
/*******************************/


.redColor { color: #FF0000;}
.greenColor { color: #00a84c;}

.tableNumericColumn {
  text-align:right;
}


/** score card section **/
.leftAlignment{
        text-align:left;color:white;
        }
        .rightAlignment{
          text-align:right;color:white;
        }
        .centerAlignment{
        text-align:center;color:white;
        }
        .betterStyle{
        background:#37A36A; border-radius:6px;border-right: thick solid #494D55;
        }
        .worseStyle{
        background:#F34743;border-radius:6px;border-left: thick solid #494D55;
        }
        .scorecardStyle{
        padding:2%;background:#494D55;border-radius:6px;
        }
        .scorecardheadingstyle{
        text-align:center;font-size:14pt;padding-bottom:0px;color:#BFBFBF;
        }
        .largefont{
        color:white;font-size:12pt;
        }
 /****************/


 span.textFollowedbyDots {
  display:inline-block;
    width:100px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
 label.textFollowedbyDots {
  display:inline-block;
    width:100px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

label {
  font-weight: normal;
}
/******fixed-header for table style******/

.fixed-header{
  position: -webkit-sticky;
  position: sticky;
  top:0;;background-color: #FFFFFF;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.borderright{
border-right:2px solid black;
}
.csplChart{
  background-color:#232323;
}
.csplWhiteChart{
  background-color:white;
}
@media (min-width: 992px) {
  .modal-el {
    width: 90%;
  }
}
.highlighted{
  background: yellow;
}

.openStatus{
  color:green;
}
.closedStatus{
  color:blue;
}
.removedStatus{
  color:red;
}
.cancelledStatus{
  color:  orange;
}.dropdown-pull-right {
    float: right !important;
    right: 0;
    left: auto;
    width: 101px;
}

.dropdown-pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.avoid-clicks {
  pointer-events: none;
}

#btnGroup .btn {
    font-size: 14px;
}

#hedgePolicy .form-horizontal.control-label {
    padding-top: 0px;
    padding-bottom: 8px;
}

#btnGroup label.btn-primary {
    color: #7f7f7f;
    background-color: #fff;
    border: 0;
    font-weight: bold;
}

#btnGroup .btn-group {
    border: 1px solid #7f7f7f;
    border-radius: 7px;
    overflow: hidden;
}

#btnGroup .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border: 0 hidden;
    border-radius: 6px;
}

#btnGroup .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle):hover,
#btnGroup .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle).active,
#btnGroup .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle).focus,
#btnGroup .btn-primary:hover {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 6px;

}

#btnGroup .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle):hover,
#btnGroup .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle).active,
#btnGroup .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle).focus {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 6px;
    -webkit-box-shadow: -7px -7px 0px #3d57b1;
            box-shadow: -7px -7px 0px #3d57b1;
}

#btnGroup .btn-group>.btn:last-child:not(:first-child):hover,
#btnGroup .btn-group>.btn:last-child:not(:first-child).active,
#btnGroup .btn-group>.btn:last-child:not(:first-child).focus, {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 6px;
    -webkit-box-shadow: 7px 7px 0px #3d57b1;
            box-shadow: 7px 7px 0px #3d57b1;
}

#btnGroup .btn-primary:hover,
#btnGroup .btn-primary:focus,
#btnGroup .btn-primary:active,
#btnGroup .btn-primary.active,
#btnGroup .btn-primary.hover,
#btnGroup .btn-primary.active:hover {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 6px;
}
#notification_count {
  padding: 1px 6px;
  background: #cc0000;
  color: #ffffff;
  font-weight: bold;
  margin-left: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  margin-top: -6px;
  font-size: 11px;

  -webkit-animation: 2s blinker linear infinite;
  -moz-animation   : 2s blinker linear infinite;
  animation        : 2s blinker linear infinite;

  -webkit-animation-iteration-count: 15;
}

@-webkit-keyframes blinker {
  0% { opacity: 1.0; }
  25% { opacity: 0.7; }
  50% { opacity: 0.3; }
  75% { opacity: 0.7; }
  100% { opacity: 1.0; }
}

@keyframes blinker {
  0% { opacity: 1.0; }
  25% { opacity: 0.7; }
  50% { opacity: 0.3; }
  75% { opacity: 0.7; }
  100% { opacity: 1.0; }
}

.notifications-dropdown-menu{
  -webkit-box-shadow: 2px 2px 2px 2px #888888;
          box-shadow: 2px 2px 2px 2px #888888;
  border-radius: 4px;
  overflow: scroll;
  max-height: 45em;
}

.notificationList{
  line-height:1;
  border-bottom: 1px solid #D4DDE6;
  border-bottom-width: thin;
}
.notificationList a:hover{
  color: #000000;
  font-weight:bold;
}
.notificationListHeader{
  text-align: center;
  font-weight:bold;
  border-bottom: 1px solid #D4DDE6;
  padding-top:5px;
  padding-bottom:5px;
  background: #98AFC7;
}
.notificationNatureIndicator{
  float:left;
  width:5px;
  height:45px;
}

.togglestyleExpandCollapse label:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: -webkit-transform .25s linear;
  transition: transform .25s linear;
  transition: transform .25s linear, -webkit-transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.togglestyleExpandCollapse label[aria-expanded="true"] {
  background-color: #eee;
}

.togglestyleExpandCollapse label[aria-expanded="true"]:after {
  content: "\e114";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.togglestyleExpandCollapse label[aria-expanded="false"]:after {
  content: "\e113";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}



.pivotTable thead tr th,.pivotTable tbody tr td{
  font-size:14px;
}
.pivotTable thead tr:first-child{
  background-color: #3d57b1;

}

.pivotTable thead tr:first-child th span{
   color: #ffffff;
}

.pivotTable thead > tr:first-child > th:first-child span{
  background-color: #e36d0b;
  border-color: #e36d0b;
  padding: 5px 10px 5px 8px;
  border-radius: 5px;
  color: #ffffff;
}


.pivotTable thead tr:not(:first-child){
  background-color: #bfbfbf;
 border-color: #bfbfbf;
   color: #000000;
}

 .pivotTable tbody tr td {
     text-align:right;
   background-color: #dae3f3;
}
.altColorFor5Cols tbody td:nth-child(7n+7), .altColorFor5Cols tbody td:nth-child(7n+1), .altColorFor5Cols tbody td:nth-child(7n+2), .altColorFor5Cols tbody td:nth-child(7n+3), .altColorFor5Cols tbody td:nth-child(7n+4),.altColorFor5Cols tbody td:nth-child(7n+6),
.altColorFor4Cols tbody td:nth-child(9n), .altColorFor4Cols tbody td:nth-child(9n-1), .altColorFor4Cols tbody td:nth-child(9n-2),.altColorFor4Cols tbody td:nth-child(9n-3),
.altColorFor4Cols tbody td:nth-child(8n), .altColorFor4Cols tbody td:nth-child(8n-1), .altColorFor4Cols tbody td:nth-child(8n-2),.altColorFor4Cols tbody td:nth-child(8n+1),
.altColorFor34Cols tbody td:nth-child(9n-1), .altColorFor34Cols tbody td:nth-child(9n-4), .altColorFor34Cols tbody td:nth-child(9n-2),.altColorFor34Cols tbody td:nth-child(9n-3),
.altColorFor3Cols tbody td:nth-child(6n+1), .altColorFor3Cols tbody td:nth-child(6n-1), .altColorFor3Cols tbody td:nth-child(6n),
.altColorFor2Cols tbody td:nth-child(4n), .altColorFor2Cols tbody td:nth-child(4n+1),
.altColorFor32cols tbody td:nth-child(4n+1), .altColorFor32cols tbody td:nth-child(4n+2),
.altColorFor24cols tbody td:nth-child(10n-4), .altColorFor24cols tbody td:nth-child(10n-1), .altColorFor24cols tbody td:nth-child(10n-2), .altColorFor24cols tbody td:nth-child(10n-3),
.altColorFor25cols tbody td:nth-child(13n-4),  .altColorFor25cols tbody td:nth-child(13n-3),.altColorFor25cols tbody td:nth-child(13n-5), .altColorFor25cols tbody td:nth-child(13n-6), .altColorFor25cols tbody td:nth-child(13n-7),
.altPerfToDate  tbody td:nth-child(6n+1), .altPerfToDate  tbody td:nth-child(6n),
.altColorFor42Cols tbody td:nth-child(8n-1), .altColorFor42Cols tbody td:nth-child(8n-2),
.altColorFor45Cols tbody td:nth-child(11n-3),.altColorFor45Cols tbody td:nth-child(11n-4),.altColorFor45Cols tbody td:nth-child(11n-5),
.altColorForCols tbody td:nth-child(odd),
.altColorFor56Cols tbody td:nth-child(7n-1),.altColorFor56Cols tbody td:nth-child(7n-2)
{
     background-color: #f2f2f2;
     border-color: #f2f2f2;
}
/*.altColorFor4Cols tbody td:nth-child(9n), .altColorFor4Cols tbody td:nth-child(9n-1), .altColorFor4Cols tbody td:nth-child(9n-2),.altColorFor4Cols tbody td:nth-child(9n-3),
.altColorFor3Cols tbody td:nth-child(6n+1), .altColorFor3Cols tbody td:nth-child(6n-1), .altColorFor3Cols tbody td:nth-child(6n),
.altColorFor2Cols tbody td:nth-child(4n), .altColorFor2Cols tbody td:nth-child(4n+1),
.altColorFor32cols tbody td:nth-child(4n+1), .altColorFor32cols tbody td:nth-child(4n+2)
{
   background-color: #f2f2f2;
   border-color: #f2f2f2;
}*/

.altColorFor32cols tbody td:nth-child(2), .altColorFor5Cols tbody td:nth-child(2), .altColorFor5Cols tbody td:nth-child(3), .altColorFor5Cols tbody td:nth-child(4), .altColorFor5Cols tbody td:nth-child(6){
   background-color: #dae3f3;
   border-color: #dae3f3;
}
.altPerfToDate tbody td:nth-child(11){
	background-color: #f2f2f2;
     border-color: #f2f2f2;
}

.pivotTable tbody tr td {
  color: #000000;
}

.pivotTable tbody td:first-child  {
   text-align:left;
   background-color: #bfbfbf;
   border-color: #bfbfbf;
}

.pivotTable thead tr th:first-child{
  width:15%; border-color:  #bfbfbf;
}
.pivotTable thead tr th:not(:first-child){
  text-align:center;  border-color: #bfbfbf;
}

.pivotTable thead > tr:first-child > th:first-child span,.topic{
font-weight: bold;
}

.pivotTable tbody td.headerTopBorder, .report-font-size  tr.highlightRow td{
	border-top-width: 3px;border-color: #ffffff;
}

.pivotTableHeading{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.whiteColor > label,
.altColorForCols thead tr th:first-child{
	color: white;
}
.altColorForColsDisputeReport tbody td, .altColorForColsDisputeReport tbody td:first-child{
     background-color: #dae3f3;
    border-color: #dae3f3;
   }
   .altColorForColsDisputeReport thead tr:first-child th{
    color: white;
   }
.defaultCursor{
  cursor: default !important;
}
/* .pivotTable tbody tr td.highlighted{
  background-color: #9dc3e6;
  color: #000000
}
.pivotTable tbody tr td.highlightedHeader{
  background-color: #2f5597;
  color: #ffffff
} */

.linkCursorForData{
  cursor: pointer;
}

.linkCursorForData:hover {
   color:  #FFFFFF !important;
   background-color: #00A4DE !important;

}

.linkCursorForHeader{
  cursor: pointer;
}

.linkCursorForHeader:hover {
   /* color:  #43CEFF !important;
   text-decoration: underline!important; */
   background-color: #00A4DE !important;

}


.module-projects-overview .item-1 a {
  background-color: #d9882f;
}
.module-projects-overview .item-2 a {
  background-color: #f34831;
}
.module-projects-overview .item-3 a {
  background-color: #cc5322;
}
.module-projects-overview .item-1 a:hover {
  background-color: #d9882f;
  cursor: default;
}
.module-projects-overview .item-2 a:hover {
  background-color: #f34831;
  cursor: default;
}
.module-projects-overview .item-3 a:hover {
  background-color: #cc5322;
  cursor: default;
}
.form-horizontal .control-label .no-top-padding {
    padding-top: 0px;
}

.cspl-btn-switch label.btn-primary, .cspl-btn-switch button.btn-primary {
    color: #7f7f7f;
    background-color: #fff;
    border: 0;
    font-weight: bold;
}

.cspl-btn-switch .btn-group {
    border: 1px solid #7f7f7f;
    border-radius: 7px;
    overflow: hidden;
}

.cspl-btn-switch .btn {
  padding: 6px 11px 6px 11px;
}

.cspl-btn-switch .btn-group>label, .cspl-btn-switch .btn-group>button{
  font-size: 12px;
}

.cspl-btn-switch .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border: 0 hidden;
    border-radius: 4px;
}

.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle):hover,
.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle).active,
.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle).focus,
.cspl-btn-switch .btn-primary:hover {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 4px;

}

.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle):hover,
.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle).active,
.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle).focus {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 4px;
    -webkit-box-shadow: -7px -7px 0px #3d57b1;
            box-shadow: -7px -7px 0px #3d57b1;
}

.cspl-btn-switch .btn-group>.btn:last-child:not(:first-child):hover,
.cspl-btn-switch .btn-group>.btn:last-child:not(:first-child).active,
.cspl-btn-switch .btn-group>.btn:last-child:not(:first-child).focus {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius:4px;
    -webkit-box-shadow: 7px 7px 0px #3d57b1;
            box-shadow: 7px 7px 0px #3d57b1;
}

.cspl-btn-switch .btn-primary:hover,
.cspl-btn-switch .btn-primary:focus,
.cspl-btn-switch .btn-primary:active,
.cspl-btn-switch .btn-primary.active,
.cspl-btn-switch .btn-primary.hover,
.cspl-btn-switch .btn-primary.active:hover
.cspl-btn-switch .btn-primary.active:focus {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 4px;
}
.fxoptions
{
	border-color: #497cb1;
}
.fxoptions>li.active>a
{
	text-decoration: underline;
	color: #4A50CF !important;
    font-size: 12px !important;
    border-top: 1px solid #0000ff;
    border-left: 1px solid #0000ff;
    border-right: 1px solid #0000ff;
    border-bottom: #fff solid;
}

.table-primary .table > thead > tr > th {
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background: #3d57b1;
}

.table-primary .table>tbody>tr>td {
    font-size: 13px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.table-primary .table>tbody>tr>td:nth-child(3), .table-primary .table>tbody>tr>td:nth-child(4), .table-primary .table>thead>tr>th:nth-child(3), .table-primary .table>thead>tr>th:nth-child(4) {
    text-align: right;
}

.table-primary .table {
    border-collapse: collapse; empty-cells: show;
}

.table-primary .table>tbody>tr>td {
    position: relative;
}

.table-primary .table>tbody>tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #111;
  width: 100%;
}

.table-primary .table>tbody>tr.strikeout td:after {
  content: "\00B7";
  font-size: 1px;
}

div.table-primary table.table td label.label_violet {
    background-color: #8F65A1;
    color: #FFF;
    padding: 5px;
    width: 60px;
    text-align: center;
}

div.table-primary table.table td label.label_lightblue {
    background-color: #478497;
    color: #FFF;
    padding: 5px;
    width: auto;
    text-align: center;
}

.magentha-label {
    background-color: #9D7373;
    color: #FFF;
    padding: 5px;
    width: auto;
    text-align: center;
}

div.table-primary table.table td label.label_maroon {
    background-color: #CE4E4E;
    color: #FFF;
    padding: 5px;
    width: 60px;
    text-align: center;
}

.panel-primary .panel-footer {
    background: #fff;
    border-top: 1px solid #ddd;
    color: #fff;
}

.font-size-12 label{
  font-size:12px;
}
.table-no-wrap thead tr th,.table-no-wrap tbody tr td
{
	font-size:11.5px;
	padding:10px 6px 10px 2px;
	white-space: nowrap;
}

.oblique {
    font-style: oblique;
}
.indent-table{
	padding-left:1% !important;
}

.table-primary .table > thead > tr > th {
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background: #3d57b1;
}

.table-primary .table > tbody > tr > td {
  font-size: 13px;
  text-align: center;
  }

  .bgGreenColor{
    background-color:  #ccffe6;
  }
    .bgRedColor{
    background-color: #ffb3b3;
  }

  .report-font-size thead tr th,.report-font-size tbody tr td{
    font-size:13px;
    padding :4px;
  }
    tr.highlightRow {
        z-index: 1;
        border-bottom-width: 3px !important, border-color: #ffffff;
        box-shadow: inset 0px 0px 10px #31458F;
      -webkit-box-shadow: 0px 0px 10px #31458F;
     -moz-box-shadow: 0px 0px 10px #31458F;
	}

	.fontOblique{
	   font-style: oblique;
	}

	.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-close:before {
    content: "\f12a";
}
.ion-close-circled:before {
    content: "\f128";
}
.ion-close-round:before {
    content: "\f129";
}
.ion-closed-captioning:before {
    content: "\f317";
}

.mrg-top50{
    margin-top: 50px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.list-inline > li {
    padding-left: 7px;
    padding-right: 7px;
}

.candidate-info-wrap .list-inline li {
    vertical-align: middle;
}
.candidate-info-wrap .list-inline li.align-super {
    vertical-align: super;
}
.candidate-info-wrap .list-inline li.align-middle {
    vertical-align: middle;
}

.autocomplete-list {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    position: absolute;
    width: 100%;
    width: calc(100% + 3px);
    z-index: 100;
}
.autocomplete-list ul {
    margin: 0;
    padding: 0;
    max-height:300px;
    overflow:auto;
}
.autocomplete-list ul li {
    cursor: pointer;
    list-style: inside none none;
    padding: 5px 0 5px 10px;
}
.autocomplete-list ul li.autocomplete-active {
    background-color: #23a9e1;
}
.autocomplete-active {
    background-color: #0000cc;
    color: #FFFFFF;
}

.form-item-container {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    padding: 5px 10px;
    position: relative;
}
.form-item-container .list-inline {
    margin-bottom: 0;
}
.form-item-container .list-inline li {
    margin: 5px 0;
}
.form-item-container .list-inline li span {
    border: 1px solid #23a9e1;
    border-radius: 4px;
    padding: 4px;
}
.form-item-container .list-inline li span.remove {
    border: none;
    cursor: pointer;
    padding: 0;
}
.form-item-container .list-inline li span.remove i {
    float: none;
    font-size: 12px;
}
.form-item-container .list-inline input {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


.cspl-btn-switch label.btn-primary, .cspl-btn-switch button.btn-primary {
    color: #7f7f7f;
    background-color: #fff;
    border: 0;
    font-weight: bold;
}

.cspl-btn-switch .btn-group {
    border: 1px solid #7f7f7f;
    border-radius: 7px;
    overflow: hidden;
}

.cspl-btn-switch .btn {
  padding: 6px 11px 6px 11px;
}

.cspl-btn-switch .btn-group>label, .cspl-btn-switch .btn-group>button{
  font-size: 13px;
}

.cspl-btn-switch .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border: 0 hidden;
    border-radius: 4px;
}

.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle):hover,
.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle).active,
.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle).focus,
.cspl-btn-switch .btn-primary:hover {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 4px;

}

.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle):hover,
.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle).active,
.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle).focus {
    background: #2a7ab8;
    color: #fff;
    border: 0 hidden;
    border-radius: 4px;
    font-size:13px;
    -webkit-box-shadow: -7px -7px 0px #3d57b1;
            box-shadow: -7px -7px 0px #3d57b1;
}

.cspl-btn-switch .btn-group>.btn:last-child:not(:first-child):hover,
.cspl-btn-switch .btn-group>.btn:last-child:not(:first-child).active,
.cspl-btn-switch .btn-group>.btn:last-child:not(:first-child).focus {
    background: #2a7ab8;
    color: #fff;
    border: 0 hidden;
    font-size:13px;
    -webkit-box-shadow: 7px 7px 0px #3d57b1;
            box-shadow: 7px 7px 0px #3d57b1;
}

.cspl-btn-switch .btn-primary:hover,
.cspl-btn-switch .btn-primary:focus,
.cspl-btn-switch .btn-primary:active,
.cspl-btn-switch .btn-primary.active,
.cspl-btn-switch .btn-primary.hover,
.cspl-btn-switch .btn-primary.active:hover
.cspl-btn-switch .btn-primary.active:focus {
    background: #2a7ab8;
    color: #fff;
    border: 0 hidden;
    font-size:13px;
}

.indent{
    text-indent: 5px;
}

a.btn-black {
    color: #000;
}

.paddingBottomForControl{
	padding-bottom : 6px
}

.table-primary .table > thead > tr > th {
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background: #3d57b1;
}

.table-primary .table > tbody > tr > td {
  font-size: 13px;
  text-align: center;
  }

  .bgGreenColor{
    background-color:  #ccffe6;
  }
    .bgRedColor{
    background-color: #ffb3b3;
  }

  .report-font-size thead tr th,.report-font-size tbody tr td{
    font-size:13px;
    padding :4px;
  }
    tr.highlightRow {
        z-index: 1;
        border-bottom-width: 3px !important, border-color: #ffffff;
        box-shadow: inset 0px 0px 10px #31458F;
      -webkit-box-shadow: 0px 0px 10px #31458F;
     -moz-box-shadow: 0px 0px 10px #31458F;
    }

    .fontOblique{
       font-style: oblique;
    }

    .ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-close:before {
    content: "\f12a";
}
.ion-close-circled:before {
    content: "\f128";
}
.ion-close-round:before {
    content: "\f129";
}
.ion-closed-captioning:before {
    content: "\f317";
}

.mrg-top50{
    margin-top: 50px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.list-inline > li {
    padding-left: 7px;
    padding-right: 7px;
}

.candidate-info-wrap .list-inline li {
    vertical-align: middle;
}
.candidate-info-wrap .list-inline li.align-super {
    vertical-align: super;
}
.candidate-info-wrap .list-inline li.align-middle {
    vertical-align: middle;
}

.autocomplete-list {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    position: absolute;
    width: calc(93% );
    z-index: 100;
}
.autocomplete-list ul {
    margin: 0;
    padding: 0;
    max-height:300px;
    overflow:auto;
}
.autocomplete-list ul li {
    cursor: pointer;
    list-style: inside none none;
    padding: 5px 0 5px 10px;
}
.autocomplete-list ul li.autocomplete-active {
    background-color: #23a9e1;
}
.autocomplete-active {
    background-color: #0000cc;
    color: #FFFFFF;
}

.form-item-container {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    padding: 5px 10px;
    position: relative;
}
.form-item-container .list-inline {
    margin-bottom: 0;
}
.form-item-container .list-inline li {
    margin: 5px 0;
}
.form-item-container .list-inline li span {
    border: 1px solid #23a9e1;
    border-radius: 4px;
    padding: 4px;
}
.form-item-container .list-inline li span.remove {
    border: none;
    cursor: pointer;
    padding: 0;
}
.form-item-container .list-inline li span.remove i {
    float: none;
    font-size: 12px;
}
.form-item-container .list-inline input {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.div-disabled
{
  pointer-events: none;
  opacity: 0.5;
  background-color: #f5f5f5 !important;
  border: 1px solid #bfbfbf !important;
}

.div-required-disabled
{
  pointer-events: none;
  opacity: 0.5;
  background-color: #f5f5f5 !important;
  border: 1px solid #00D600 !important;
}

.indent-sub-item {
	text-indent: 25px;
}
.noPaddingMargin{
	padding: 0 !important;
	margin: 0 !important;
}
#hoverTile:hover {
	background-color: #ff871e;
}

.cspl-numeric-parent .btn-reject, .cspl-numeric-parent .btn-approve{
  padding:6px;
  
}

.fa-payable:before {
  content: 'Payable';
  font-size: 13px;
}

.fa-receivable:before {
  content: 'Receivable';
  font-size: 13px;
}

.fa-premium:before {
  content: 'Premium';
  font-size: 13px;
}

.fa-discount:before {
  content: 'Discount';
  font-size: 13px;
}

.fa-in:before {
  content: 'IN';
  font-size: 15px;
}

.fa-out:before {
  content: 'OUT';
  font-size: 15px;
}

.fa-gain:before {
  content: 'GAIN';
  font-size: 13px;
}

.fa-loss:before {
  content: 'LOSS';
  font-size: 13px;
}

.fa-os-amount:before {
  content: 'O/S Amount';
  font-size: 13px;
}

.noPaddingLeftRight {
padding-left:0 !important;
padding-right: 0	 !important;
}

.cspl-error .checkbox,
.cspl-error .checkbox-inline,
.cspl-error .control-label,
.cspl-error .help-block,
.cspl-error .radio,
.cspl-error .radio-inline,
.cspl-error.checkbox label,
.cspl-error.checkbox-inline label,
.cspl-error.radio label,
.cspl-error.radio-inline label {
  color: #f33a22;
}
.cspl-error .form-control,
.cspl-error .input-group-addon {
  border-color: #FF7700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cspl-error .form-control:focus,
.cspl-error .input-group-addon:focus {
  border-color: #FF7700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cspl-error label {
  color: #f33a22;
}
.cspl-error .form-control-feedback {
  color: #f77b6b;
}

.label-border{
	 border: 2px solid orange;
}
  .col-md-1-7-5 {
    width: 13.835%;
  }
  
  .col-md-2-5 {
  	width: 20.833%;
  	float: left;
  }
  
 .col-md-2-4 {
  	width: 19.033%;
  	float: left;
  }

  .col-md-10-5 {
    width: 87.4995%;
    float: left;
  }

.padding-left-sub-item{
    padding-left: 30px!important;
}

.blue-theme .table>thead>tr>th {
    text-align: center;
    color: #fff;
    background: #3d57b1;
}

.table-th-font-14 .table>thead>tr>th {
  font-size: 14px;
}

.table-td-font-14 .table>tbody>tr>td {
  font-size: 14px;
}

.table-td-line-height-2 .table>tbody>tr>td {
  line-height: 2;
}

.table > tbody > tr.very-danger > td,
.table > tbody > tr.very-danger > th,
.table > tbody > tr > td.very-danger,
.table > tbody > tr > th.very-danger,
.table > tfoot > tr.very-danger > td,
.table > tfoot > tr.very-danger > th,
.table > tfoot > tr > td.very-danger,
.table > tfoot > tr > th.very-danger,
.table > thead > tr.very-danger > td,
.table > thead > tr.very-danger > th,
.table > thead > tr > td.very-danger,
.table > thead > tr > th.very-danger {
  background: #fbbcb4;
}
.table-hover > tbody > tr.very-danger:hover > td,
.table-hover > tbody > tr.very-danger:hover > th,
.table-hover > tbody > tr:hover > .very-danger,
.table-hover > tbody > tr > td.very-danger:hover,
.table-hover > tbody > tr > th.very-danger:hover {
  background: #EF9A9A;
}

.white-border-right {
    border-right: 3px solid white;
}

.leftAlign {
	text-align: left!important;
}

.highlightColor{
	color :#497cb1;
}

.label-no-wrap {
	white-space: nowrap;
}

.tabbed-ui .nav-tabs {
  border-color: #1742D1;
  margin-bottom: 15px;
}
.tabbed-ui .nav-tabs > li.active > a{
  border: 1px solid #1742D1;
  border-bottom-color: transparent;
  color: #494d55;
  background-color: #fff;
}
.tabbed-ui .nav-tabs > li > a {
  color: #9499a3;
  font-weight: 600;
}
.tabbed-ui .nav-tabs > li > a:hover {
  background: #f9f9fb;
  border-color: #f9f9fb;
  color: #494d55;
}

.highlightColorForPivot {
	background :#bfbfbf !important;
}


.width10percent {
	width : 10%
}
.width7percent {
	width : 10%
}

.width20percent {
	width : 20%
}
.width25percent {
	width : 25%
}
.width15percent{
	width:15%;
}
.width35percent{
	width:35%;
}
.width30percent{
	width:30%;
}
.width40percent{
	width:40%;
}
.centerAlign {
	text-align: center!important;
}
.rightAlign {
    text-align: right!important;
}
.leftAlign {
    text-align: left!important;
}

table.bgColorForEvenRow tr:nth-child(even) {background: #DAE3F3}

.tableShowBorder table {
    border-collapse: collapse;
}

.tableShowBorder table> td> th {
    border: 1px solid black;
}


.tax-rule-heading{
	font-size:16px; width:14%;
}

.tax-rule-content{
	font-size:16px; width:19%;
}

.display-label {
    text-align: left;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
}
.icon {
        background-color: Transparent;
        background-repeat: no-repeat;
        border: none;
        cursor: pointer;
        overflow: hidden;
        outline: none;
    }
 .icon:disabled {
    cursor:not-allowed;
 }    

.strikeout {
    text-decoration: line-through;
}

.fts-11_5 thead tr th,
.fts-11_5 tbody tr td {
    font-size: 11.5px;
}

.no-wrap {
    white-space: nowrap;
}

.bg-dark-blue {
    background-color: #3d57b1;
}

.bg-grey {
    background-color: #bfbfbf;
}

.bo-grey {
    border-color: #bfbfbf;
}

.cl-black {
    color: #000000;
}

.no-border-bottom-width, 
.no-border-bottom-width thead tr th, 
.no-border-bottom-width tbody tr td {
    border-bottom-width: 0px;
}

.no-border-top-width, 
.no-border-top-width thead tr th, 
.no-border-top-width tbody tr td {
    border-top-width: 0px;
}

.no-border-top, 
.no-border-top tbody tr td {
    border-top: 0px;
}

.fa-cad:before {
  content: "C\f155";
}

.fa-aud:before {
  content: "A\f155";
}

.exceptionMsg{
	color:#4B4F57;
	font-size: 12px;
	font-family: segoe UI;
}
.pagination {
    margin: 15px 0;
}

.height-30 {
    height: 30px;
}

.font-11,
button.font-11,
a.font-11 {
    font-size: 11px;
}

.margin-left-xs {
  margin-left: 5px;
}

.grid{
  width: auto;
  height: auto !important;
}
.ui-grid-viewport {
   height: auto !important;
}

.fx-register .ui-grid-viewport{
  max-height: 350px !important;
  overflow: auto !important;
}
   
.margin-left-sm {
  margin-left: 15px;
}

.currency-tag {
  background-color: #e36d0b;
  border-color: #e36d0b;
  padding: 5px 10px 5px 8px;
  border-radius: 5px;
  color: #ffffff;
}

.report-header {
  background-color: #3d57b1;
}

.report-header th {
  border-color: #3d57b1;
}

.report-header th span {
  color: #ffffff;
}

.report-sub-header {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  color: #000000;
}

.report-sub-header th {
  border-color: #bfbfbf;
}

.white-border-top {
  border-top-width: 3px;border-color: #ffffff;
}

.not-allowed { 
  cursor: not-allowed; 
}

.datePicker-btn{
	line-height:1.6;
	border-left:0px;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
}

.rounded-btn{
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
}

.rounded-grp-ctrl{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.search-drop-down{
    background: #f2f2f2;
    padding-top: 2px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px !important;
}





.selected-drop-down{
        margin-left: 5px;
    vertical-align: middle;
    height: 8px;
    width: 8px;
}

.select-check-box{
        vertical-align: text-bottom;
    margin-right: 10px !Important;
    margin-left: 7px !important;
}


.item-selected-span{
	    color: #7f7f7f;
    font-family: segoe ui;
    font-size: 13px;
    padding-left: 10px;
}


.search-drop-down-text{
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    background: url('../images/search.png') no-repeat scroll 5px 5px;
    background-position: bottom 5px right 5px !important;
   font-size: 13px;
    font-family: segoe ui;
    background-position-y: center !important;
    border:1px solid #dfdfdf;
   
}




.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2a7ab8;
  outline: 0;
  font-family: segoe ui;
  font-size: 13px;
}


.item-selected{
	    background-color: #ffffff !important;
    color: #0d0d0d !important;
}

.select-all-check{
	margin-top: 10px;
	margin-right:0px !important;
	vertical-align: -webkit-baseline-middle;
}


.dropdown-menu-list > li:hover {
    background: #2a7ab8;
    color: #ffffff !important;
}

.dropdown-menu-list{
	width: 100%;
    position: relative;
    max-height: 200px;
     margin-top: 0px !important;
    border-bottom:0px;
     max-height:175px;
    overflow-y:scroll;
}


.dropdown-menu-search{
	     width: 100%;
    position: initial;
    padding-top: 0px !important;
    margin-top: 0px !important;
    box-sizing: border-box;
    border-bottom:0px;
    padding-bottom:0px !important;
}

.container-list{
	position:absolute;
	top:35px;
	left:0px;
	width:100%;
}
.dropdown-selected-list{
	    width: 100%;
    position: relative;
    margin-top:0px !important;
    border-top:0px;
    max-height:150px;
    overflow-y:scroll;
}

.drop-down-list-select{
	    background: #ffffff;
    position: absolute;
    border: 1px solid #e6e6e6;
    list-style: none;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 0px !important;
    width: 100%;
    font-size: 13px;
    font-family: segoe ui semibold;
    font-weight: normal;
    overflow: overlay;
    z-index: 999;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
}

.drop-down-list-select > li{
	    padding: 5px;
    padding-left: 8px;
    width: 100%;
}


.drop-down-list-select > li:hover{
	background: #2a7ab8 !important;
	color:#ffffff !important;
}

.clear-select{
	    color: red;
    padding-right: 3px;
    padding-left: 0px;
}

.tooltip-inner{
	max-width: 200px;
	word-wrap: break-word;
  	white-space: pre-line;
}

.multi-auto-complete-li-span{
	background:#2a7ab8;
	border:1px solid #2a7ab8 !important;
	color: #ffffff;
    font-family: segoe ui semibold;
    font-size: 13px;
}

.multi-auto-complete-remove{
	padding-left:10px;
}

.multi-auto-complete-list-header{
	    background: #f2f2f2;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #0d0d0d;
}

.multi-select-header-li:hover{
	background:none !important;
}

.drop-down-remove{
	    border-right: 0px;
    border-left: 0px;
    height: 10px;
    width: 10px;
    padding: 0px;
    top: 23%;
    right: 25%;
}

.auth-section .unlock-account {
  text-align:center;
  margin-top:2%;
  margin-bottom: 5px;
      float: right;
    margin-top: 10px;
    margin-bottom: 15px;
}
.auth-section .unlock-account a {
  text-decoration: underline;
  color: #0086CE;
}
.auth-section .unlock-account a:hover {
  text-decoration: underline;
  color: #0086CE;
}

.auth-section .forgot-password {
  float: left;
}

.transparent-control{
	    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline:none !important;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

.drop-down-list-options{
	/*margin-bottom:8px;*/
}

.modal-footer {
	border-top: 1px solid #d9d9d9;
	padding: 6px 15px;
}

.numeric-with-no-margin-bottom .form-group{
    margin-bottom:5px !important;
}

.height-xs {
  height: 5px;
}
.height-sm {
  height: 15px;
}
.height-md {
  height: 30px;
}
.height-lg {
  height: 60px;
}

.fa:before {
    visibility: visible;
}

.visibility-hidden{
	 display: none;
}

input[type=checkbox].fa,
input[type=radio].fa,
input[type=checkbox].glyphicon,
input[type=radio].glyphicon {
    -webkit-appearance: none;
    -moz-appearance:    none;
    -ms-appearance:     none;
    -o-appearance:      none;
    appearance:         none;
    font-size: 20px;
}

input[type=checkbox].fa:focus:before,
input[type=radio].fa:focus:before,
input[type=checkbox].glyphicon:focus:before,
input[type=radio].glyphicon:focus:before {
  border: 1px solid #4778d9;
}

.bg-white {
  background: #fff !important;
}

input[type=search].search-box {
    background: url(../images/Search-20.png) no-repeat scroll 5px 5px;
    background-position: bottom 5px right 5px;
    color: #000000;
    font-family: "Segoe UI Semibold", Times, serif;
    font-size: 12px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding-right:30px;
    background-color: #fff;
}

input[type=search].search-box:focus {
    background-color: rgb(255, 255, 222); 
    border-color: #2A7AB8;
}

.mapper-outer-container {
  border: 1px solid #bfbfbf;
  box-shadow: 0px 0px 5px #bfbfbf;
  border-radius: 5px;
}

.mapper-search-container {
  background-color: #ececec;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.mapper-data-container {
  height: 35vh;
  overflow-y: auto;
}

.active-selection,
.active-selection cspl-checkbox label {
  color: #fff;
  background-color: #007acc; 
}

button.btn.btn-primary.glow,
button.btn.btn-primary.outline {
    background-color: #ebf0f9;
    color: #2a7ab8;
    border-color: #2a7ab8;
    border-width: 2px;
}

button[disabled].btn.btn-primary.glow,
button[disabled].btn.btn-primary.outline,
button[disabled].btn.btn-danger.glow {
    background-color: #f2f2f2;
    color: #a6a6a6;
    border-color: #d9d9d9;
    border-width: 2px;
}

button.btn.btn-primary.glow:hover,
button.btn.btn-primary.glow:focus,
button.btn.btn-primary.outline:hover,
button.btn.btn-primary.outline:focus {
    background-color: #2a7ab8;
    color: #fff;
}



button[disabled].btn.btn-primary.glow:hover,
button[disabled].btn.btn-primary.glow:focus,
button[disabled].btn.btn-primary.outline:hover,
button[disabled].btn.btn-primary.outline:focus,
button[disabled].btn.btn-danger.glow:hover,
button[disabled].btn.btn-danger.glow:focus {
    background-color: #f2f2f2;
    color: #a6a6a6;
    border-color: #d9d9d9;
    border-width: 2px;
}

button.btn.btn-default.outline {
    background-color: #ffffff;
    color: #404040;
    border-color: #a6a6a6;
    border-width: 2px;
}

button.btn.btn-default.outline:hover,
button.btn.btn-default.outline:focus {
    background-color: #a6a6a6;
    color: #ffffff;
}

button.btn.btn-danger.remove{
	background-color: #fbe5d6;
	color: #c1272d;
	border-color: #c1272d;
	border-width: 2px;
	font-size: 11px;
	font-weight: bold;
}

button.btn.btn-danger.glow {
    background-color: #ffe6e6;
    color: #e60000;
    border-color: #cc0000;
    border-width: 2px;
}

button.btn.btn-danger.glow:hover,
button.btn.btn-danger.glow:focus {
    background-color: #e60000;
    color: #ffe6e6;
}

button.btn.btn-primary.add-rule-button {
    background-color: #ffffff;
    color: #2a7ab8;
    border-color: #106cc8;
    border-width: 2px;
    font-family: "Segoe UI Semibold", Times, sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}


button.btn.btn-primary.add-rule-button[disabled] {
	border-color: #a6a6a6;
	background-color: #c9c9c9;
	color: #7f7f7f;	
}

button.btn.btn-primary.button-label {
    background-color: #ffffff;
    padding-bottom: 5px;
    color: #262626;
    border-color: #a6a6a6;
    border-width: 2px;
    font-family: "Segoe UI Semibold", Times, sans-serif;
    font-weight: "bold";
    font-size: 15.5px;
    font-style: italic;
    pointer-events: none;
}


.optional-text {
  font-style: italic; 
  color: #adb1b8;
}

.no-padding-top {
	padding-top: 0px;
}

.cspl-table-striped .table > thead > tr > th{
	background-color: #2A7AB8;
	font-family: "Segoe UI Semibold", Times, sans-serif;
	font-size: 14px;
	color:white;
	height: 28px;
}



.cspl-table-striped .table > tbody >tr:nth-child(odd){
	background-color: #F2F2F2;
	height: 28px;
}

.cspl-table-striped .table > tbody >tr:nth-child(even){
	background-color: #E8E8E8;
	height: 28px;
}

.cspl-table-striped .table > tbody >tr >td,
.cspl-table-striped .table > thead > tr > th{	
	border-right:1px solid white;
}

 .cspl-table-striped .table > tbody >tr:hover {
    background-color: #9FC9E9;
 }
 
 .cspl-table-striped .table > tbody >tr:hover .processed-count{
    background-color: #9FC9E9;
 }
 
  .cspl-table-striped .table > tbody >tr:hover .rejected-count{
    background-color: #9FC9E9;
 }
 
  .cspl-table-striped .table > tbody >tr:hover .pending-count{
    background-color: #9FC9E9;
 }
 
 .cspl-table-striped .table > tbody >tr:hover .accepted-count{
    background-color: #9FC9E9;
 }

.cspl-table-striped .table > tbody >tr:hover .warning-count {
  background-color: #9FC9E9;
}
 
.visibility-btn{
	border: 1px solid #ed7d31;
    border-left: 0px;
    width:30%;
    background: #ffffff !Important;
    outline: none !important;
    line-height: 0.428571;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    text-align:right;
}


.pwd-control-text{
	width: 70%;
    float: left;
    border-right: 0px;
    background: #ffffff !important;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.email-control-text{
	background: #ffffff !important;
}

.pwd-control-text:focus + .visibility-btn{
	border:2px solid #2A7AB8 !Important;
	border-left:0px !important;
	padding-bottom: 4px;
}

.visibility-btn:focus, .visibility-btn:hover{
	border: 1px solid #ed7d31;
	border-left:0px !important;
}

.pwd-control-text:-webkit-autofill, .pwd-control-text:-webkit-autofill:hover, .pwd-control-text:-webkit-autofill:focus, .pwd-control-text:-webkit-autofill:active {
   
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.email-control-text:-webkit-autofill, .email-control-text:-webkit-autofill:hover, .email-control-text:-webkit-autofill:focus, .email-control-text:-webkit-autofill:active {
   
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.cspl-overflow-dropdown {
	min-width: 50px;
	z-index: 1050;
}

.cspl-icon-trash {
  background-image: url(../images/Delete-28.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
}

.min-width-md {
  min-width: 30vw;
}

.max-width-md {
  max-width: 30vw;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.draft-list-item {
  font-size: 11px;
  color: #2a7ab8;
}

.draft-list-item:hover {
  border-left: 3px solid #2a7ab8;
  background-color: #DFE7F5;
  color: #2a7ab8;
}

.modal-danger .modal-header {
  background-color: #c1272d;
}

.modal-danger .btn-danger {
  background: #c1272d;
  border: 1px solid #c1272d;
  color: #fff;
}

.modal-danger .modal-content {
  border: 3px solid #c1272d;
  border-radius: 5px;
}

.modal-danger .btn-danger:hover, 
.modal-danger .btn-danger:focus, 
.modal-danger .btn-danger:active, 
.modal-danger .btn-danger.active, 
.modal-danger .btn-danger.hover {
  background: #c1272d;
  border: 1px solid #c1272d;
  color: #fff;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}


.multiple-autocomplete-container:focus-within{
	 border-color : #2A7AB8 !important;
     border-width : 2px;
     background-color: #ffffde !important ;    
}

 input[required].ng-valid, 
 textarea[required].ng-valid,
 cspl-multi-select[required] button.form-control ,
 cspl-multiple-autocomplete[aria-required].ng-valid,
  cspl-multiple-autocomplete[aria-required].ng-valid .multiple-autocomplete-container,
  cspl-multiple-autocomplete[aria-required].ng-valid .transparent-control,
  .validInput
  {    
  border-color: #00D600 ;
  background-color: #ffffff ; 
 }

.input-group-addon {
  border: 1px solid #595959;
}

cspl-numeric[required].ng-valid .input-group,
cspl-numeric[required].ng-valid .input-group .input-group-addon {
  border-color: #00D600;
}
 
  input[required].ng-invalid, 
 textarea[required].ng-invalid,
  cspl-multiple-autocomplete[aria-required].ng-invalid,
  cspl-multi-select[aria-required].ng-invalid,
   cspl-multi-select[aria-required].ng-invalid .form-control,
   cspl-multiple-autocomplete[aria-required].ng-invalid .multiple-autocomplete-container,
   cspl-multiple-autocomplete[aria-required].ng-invalid .transparent-control,
   cspl-time-picker.ng-invalid input
   {    
  border-color: #ed7d31 ;
  background-color: #ffffff ; 
 }

cspl-numeric[required].ng-invalid .input-group .input-group-addon {
  border-color: #ed7d31;
}

 .InvalidInput{
 border-color: #ed7d31 ;
  background-color: #fcfcfc ;
  min-height:30px;
 }
 
 .EmptyInput{
   border-color: #bfbfbf;
   background-color: rgba(255,0,0,0);
 }
 
input.form-control:focus,
textarea.form-control:focus,
button.form-control:focus,
.multiple-autocomplete-container:focus-within,
cspl-multiple-autocomplete.multiselect-btn-group .form-control:focus,
cspl-multi-select[aria-required].ng-invalid .form-control:focus,
cspl-multi-select[aria-required].ng-valid .form-control:focus{
	 border-color : #2A7AB8 ;
     border-width : 2px;
     background-color: #ffffde ;    
}

.transparent-control:focus{
	 border-color : #2A7AB8 ;
     border-width : 2px;
     background-color: #ffffde ; 
}

/* .transparent-control:focus{
	background-color: #ffffde !important;    
} */

cspl-dtp > .form-group .form-control-feedback, cspl-numeric > .cspl-numeric-parent .form-control-feedback, 
cspl-time-picker .form-control-feedback {
	 pointer-events: auto;
	 padding: 5px;
}

.allow-click,
.form-control-feedback.drop-down-remove,
.form-control-feedback.select-dropDown,
.form-control-feedback.upload-files,
.form-control-feedback.password-eye,
cspl-text > .form-group .form-control-feedback
{
	 pointer-events: auto;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
cspl-password > .inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
/*change font */
.key-icon{
	color: #afb3bb;
	font-size: 16px;
}

/* align icon */
cspl-password > .left-addon .glyphicon  { left:  0px;}

/* add padding  */
cspl-password > .left-addon .icon_key ~ input  { padding-left:  30px; }



cspl-dtp > .form-group > input:focus ~ .form-control-feedback > a > img{
	content:url("../images/Calendar_Active-20.png");
}

cspl-dtp > .form-group > input ~ .form-control-feedback > a > img{
	vertical-align:baseline;
}


cspl-ach-n > .form-group .form-control-feedback{
	 top: -2px;
}

textarea{
	max-width:100%;
	text-transform:none;
}

.text-right-table{
	text-align:right;
	padding-right:10px !important;
}
.pagination-reduced-size > li:first-child > a{
	margin:0px;
	padding:0px;
	padding-right:5px;
}

.pagination-reduced-size > li:last-child > a{
	margin:0px;
	padding:0px;
	padding-right:5px;
}

.pagination-reduced-size > li:nth-child(2) > a{
	margin:0px;
	padding:0px;
	padding-right:10px;
}

.pagination-reduced-size > li:nth-last-child(2) > a{
	margin:0px;
	padding:0px;
	padding-right:10px;
}

.pagination-reduced-size{
	margin-top:5px;
}

.panel-body-reduced{
	border-radius: 7px;
    border: 2px solid #2a7ab8;
    height:333px;
    padding-top:2px;
    box-shadow: 1px 1px 0 3px aliceblue;
}

.holidays-reduced-table{
	height:230px;
}

.text-left-table{
	text-align:left;
	padding-left:10px !important;
}

cspl-text input.form-control.ng-dirty.ng-invalid,
cspl-password input.form-control.ng-dirty.ng-invalid,
/*cspl-numeric input.form-control.ng-dirty.ng-invalid,*/
cspl-multiline-text textarea.form-control.ng-dirty.ng-invalid,
/*cspl-ach input.form-control.ng-dirty.ng-invalid,*/
cspl-ach.ng-dirty.ng-invalid input,
/*cspl-dtp input.form-control.ng-dirty.ng-invalid,*/
cspl-email input.form-control.ng-dirty.ng-invalid,
cspl-email.ng-dirty.ng-invalid-pattern input.form-control.ng-dirty,
cspl-numeric.ng-dirty.ng-invalid input.form-control.ng-dirty.ng-invalid,
cspl-drop-down.ng-dirty.ng-invalid input.form-control.ng-invalid,
cspl-drop-down.ng-dirty.ng-invalid input.form-control.ng-invalid ~ .select-dropDown,
cspl-drop-down.ng-dirty.ng-invalid input.form-control.ng-invalid ~ .drop-down-remove,
cspl-attribute-select.ng-dirty.ng-invalid input.form-control.ng-dirty,
cspl-dtp.ng-dirty.ng-invalid input,
cspl-text.ng-dirty.ng-invalid input,
cspl-password.ng-dirty.ng-invalid input,
cspl-numeric.ng-dirty.ng-invalid input,
cspl-multi-select.ng-dirty.ng-invalid button.form-control,
cspl-multiple-autocomplete.ng-dirty.ng-invalid .multiple-autocomplete-container,
cspl-multiple-autocomplete.ng-dirty.ng-invalid .transparent-control,
cspl-numeric.ng-dirty.ng-invalid .has-success input.form-control,
cspl-numeric.ng-dirty.ng-invalid .has-success input.form-control:focus,
cspl-time-picker.ng-dirty.ng-invalid input {
	border-color:#ff0000;
	border-width:2px;
	background-color:#fff0f0;
}

cspl-numeric.ng-dirty.ng-invalid .input-group-addon {
  border-color: #ff0000;
  border-width: 2px;
}

.rounded-grp-ctrl[readonly] {
  background-color: #ffffff ;
}

.rounded-grp-ctrl[disabled], fieldset[disabled] .rounded-grp-ctrl{
	background-color: #f5f5f5;
}


.instruction-text{
	font-family: "Segoe UI" ; 
	font-size: 12px;
	color: #595959;
	display:none;
}

input.form-control:focus ~ .instruction-text,
textarea.form-control:focus ~ .instruction-text{
	display:block;
}


 
 .form-control[disabled] ~ .select-dropDown, 
 fieldset[disabled] .form-control ~ .select-dropDown,
  .form-control[disabled] ~ .drop-down-remove, 
 fieldset[disabled] .form-control ~ .drop-down-remove
 {
 	background-color: #f5f5f5;
  color: #000;
 }



   input[required].ng-invalid ~ .select-dropDown,
     input[required].ng-invalid ~ .drop-down-remove,
     input[required].ng-invalid ~ .password-icon
     {    
  border-color: #ed7d31 ;
  background-color: #fcfcfc ; 
 }
 
   input[required].ng-valid ~ .select-dropDown,
     input[required].ng-valid ~ .drop-down-remove,
     input[required].ng-valid ~ .password-icon
 {    
  border-color: #00D600 ;
  background-color: #fcfcfc ; 
 }

.rounded-grp-ctrl:focus ~ .select-dropDown,
.rounded-grp-ctrl:focus ~ .drop-down-remove
{
	border-color : #2A7AB8 ;
     border-width : 2px;
     background-color: #ffffde ;  
}

.drop-down-list-select li.selected{
	background-color : #2a7ab8 !important;
	color:#ffffff !important;
}

.drop-down-list-select li.not-selected{
	background-color : #ffffff !important;
	color:#494d55 !important;
}




 .dropdown-alert-text{
 	margin-bottom:0px;
 }

hr {
  border-top: 1px solid #D9D9D9;
}

.divider {
  border: 1px solid #D9D9D9; 
}

.divider-top {
  border-top: 1px solid #D9D9D9;
}

.divider-bottom {
  border-bottom: 1px solid #D9D9D9;
}

.divider-left {
  border-left: 1px solid #D9D9D9;
}

.divider-right {
  border-right: 1px solid #D9D9D9;
}

.clear-select { display: none; }
cspl-drop-down:hover .clear-select { display: block; }
cspl-drop-down input:focus ~ span {
border-color : #2A7AB8 ;
     border-width : 2px;
     background-color: #ffffde	
}
cspl-add-button button span img{
	vertical-align: text-top;
	padding: 2px;
}
input[disabled].form-control, 
button[disabled].btn-primary, 
button[disabled].btn-info, 
button[disabled].btn-success,
button[disabled].btn-danger,
cspl-multiline-text[disabled] textarea,
cspl-multi-select[disabled] button,
input[type="checkbox"][disabled]{
	cursor: default;
}

.controlWithIndex{
	z-index:3;
}

.controlWithoutIndex{
	z-index:0 !important;
}

a[disabled],
a[ng-disabled="true"] {
  cursor: default;
  pointer-events: none;
}

a[disabled]:hover,
a[ng-disabled="true"]:hover {
  cursor: not-allowed;
}

cspl-drop-down input.form-control:hover {
  cursor: pointer;
}

cspl-drop-down input.form-control:focus {
  /*background-color: #fcfcfc;*/
}

cspl-drop-down input.form-control[disabled]:hover, cspl-drop-down[disabled] .select-dropDown{
    cursor:default;
}


.text-bold {
  font-weight: bold;
}

.text-oblique {
  font-style: oblique;
}

.text-strikeout div,
.text-strikeout td {
  text-decoration: line-through;
}

.nodatatxt {
position: absolute;
top : 31px;
font-size: 13px;
width: 100%;
text-align: center;
height: 37%;
}

.opaque {
  opacity: 1;
  -webkit-transition: none;
}

.transparent {
  opacity: 0;
  -webkit-transition: none;
}

cspl-draft-menu .dropdown-menu {
  max-height: 50vh;
  overflow: auto;
}

.panel-body-extending-height{
	border-radius: 7px;
    border: 2px solid #2a7ab8;
    /*overflow:auto;*/
    padding-right:19px;
    padding-top: 11px;
    padding-left: 19px;
    padding-bottom: 0px;
    box-shadow: 1px 1px 0 3px aliceblue;
}

.panel-body-heading{
	overflow:auto;
	padding-top: 11px;
	padding-bottom: 2px;
	box-shadow: 1px 1px 0 3px aliceblue;

}
.panel-body-content{
	overflow: auto;
	padding-right: 19px;
	padding-top: 11px;
	padding-left: 19px;
	padding-bottom: 0px;
	box-shadow: 1px 1px 0 3px aliceblue;}
.display-tableCell{
	display:table-cell;
}
.display-table-row{
	display:table-row;
}
.gain-outline{
	 border: 2px solid rgba(0, 176, 80);
	 border-radius:7px;
}
.loss-outline{
	 border: 2px solid rgba(193, 39, 45);
	 border-radius:7px;
}
.gain-fill{
	background-color: rgba(197, 224, 180);
}
.loss-fill{
	background-color: rgba(255, 176, 178);
}
.outlay-border{
	 border: 2px solid rgba(193, 39, 45);
}

.inlay-border{
	 border: 2px solid rgba(0, 176, 80);
}
.inlay-heading{
	color: rgba(0, 176, 80) !important;
}
.outlay-heading{
	color: rgba(193, 39, 45) !important;
}
.parent-flex { display: -ms-flex; display: -webkit-flex; display: flex; }

.panel-body-extending-height-no-padding{
	border-radius: 7px;
    
    overflow:auto;
	padding-top: 11px;
	padding-bottom: 0px;
    box-shadow: 1px 1px 0 3px aliceblue;
}

.scroll-box {
	max-height: 44vh;
	margin-bottom: 5px;
    overflow: auto;
    padding-right: 5px;
    min-height: 0vh;
    padding-bottom: 7px;
}

.scroll-box-show-header {
	max-height: 28vh;
	margin-bottom: 5px;
    overflow: auto;
    padding-right: 5px;
    min-height: 0vh;
    padding-bottom: 7px;
}

.charge-rule-scroll-box {
	max-height: 41vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.charge-rule-scroll-box-show-header {
	max-height: 25vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.scroll-box-view-screen {
	max-height: 34vh;
	overflow: scroll;
	padding-right: 5px;
}
.fixed-button-position {
	position: sticky;
	padding-top: 5px;
	border-top: 1px solid;
	padding-bottom: 30px;
	background-color: #ffffff;
	bottom: -14px;
}


.panel-body-header {
	color: #262626;
	font-family: segoe ui;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	padding-bottom: 10px;
}


.min-height{
	height:450px;
}

.height700{
	height:700px;
}
.height300{
	height:300px;
}
.browseImg_inActive{
	content: url(../images/BrowsePath_Inactive-20.png);
}
.browseImg_active{
	content: url(../images/BrowsePath_Active-Dark-20.png);
}
.browseImg_active:hover{
	content: url(../images/BrowsePath_Active-20.png);
}
.template-margin{
	margin-bottom : 20px;
}
.success-icon{
	content: url(../images/SaveChanges-22.png);
}
.ignore-icon{
	content: url(../images/Ignore_Changes-14.png);
}
.ignore-icon-18{
	content: url(../images/Ignore_Changes-18.png);
}
/* 
.ignore-icon:hover{
	content: url(../images/Ignore_Changes-14_Hover_Icon.png);
} */
.form-control{
	padding: 6px 6px;
}
 input[disabled].ng-valid, 
 textarea[disabled].ng-valid,
 cspl-multiple-autocomplete[disabled].ng-valid,
 cspl-multi-select[disabled].ng-valid{    
  background-color: #f3f3f3 ; 
 }

.table > thead > tr > th {
    color: #fff;
    background-color: #2A7AB8;
    /*padding: 4px 14px;*/
    /*padding: 5px;*/
}

.table > tbody > tr > td {
    color: #000;
    /*padding: 4px 14px;*/
}

.table > thead > tr > th,
.table > tbody > tr > td {
  padding: 5px;
  vertical-align: middle;
}

.table-bordered {
    border: 1px solid #ffffff;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ffffff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
/*     padding: 2px;
line-height: 1;
vertical-align: top;
border-top: 1px solid #ffffff; */
}

.table > thead > tr > th {
    font-weight: bold;
    /*color: #333333;*/
}

.max-height-lg {
  max-height: 60vh;
}

.min-height-lg {
  min-height: 60vh;
}

.overflow-auto {
  overflow: auto;
}

.cspl-icon {
  border: 0;
  vertical-align: middle;
}

.pencil-icon:before {
  content: url("../images/Edit-22.png");
}

.pencil-icon:hover:before {
  content: url("../images/Edit_Hover State_22.png");
}

.pencil-icon-small:before {
  content: url("../images/Edit-18.png");
}

a.pencil-icon-small[disabled]:before {
	content: url("../images/Edit-18_Disable State.png");
}

.trash-icon:before {
  content: url("../images/Delete-28.png");
}

.trash-icon:hover:before, .delete-icon:hover:before  {
  content: url("../images/Delete_Hover_State_28.png");
}

.trash-icon-small:before, .delete-icon-small:before {
  content: url("../images/Delete Rule-24.png");
}

.delete-icon-small:hover:before{
	content: url("../images/Delete Rule-24_Hover State.png");
}

a.trash-icon-small[disabled]:before {
	content: url("../images/Delete Rule_Disable State-24.png");
}

.calendar-icon:before {
  content: url("../images/Calendar_Active State_20.png");
}

a.calendar-icon[disabled]:before {
	content: url("../images/Calendar_Inactive-20.png");
}

.search-icon:before {
  content: url("../images/Search-22.png");
}

a.search-icon[disabled]:before {
	content: url("../images/Search-form_Inactive-22.png");
}

.remove-icon-small:before {
  content: url("../images/Remove_14.png");
}
.undo-icon-small:before {
  content: url("../images/Undo Delete_18.png");
}

a.undo-icon-small[disabled]:before {
	content: url("../images/Undo_Inactive-18.png");
}

.calculator-icon:before {
  content: url("../images/Calculator-20.png");
}

.show-hide-headers {
	position: absolute;
    left: 40%;
}
.credit-to-icon:before {
  content: url("../images/Credit to Acc-24.png");
  vertical-align: -webkit-baseline-middle;
}

.credit-to-icon{
	padding: 2px 5px;
}

.panel-body-fixed-height{
	border-radius: 7px;
    border: 2px solid #2a7ab8;
    min-height: 24vh;
    max-height:86vh;
    padding-right:7px;
    padding-top: 11px;
    padding-left: 19px;
    padding-bottom: 0px;
    box-shadow: 1px 1px 0 3px aliceblue;
}

.panel-body-increasing-height {
	border-radius: 7px;
    border: 2px solid #2a7ab8;
     max-height:62vh;
     overflow: scroll;
    padding-right:7px;
    padding-top: 11px;
    padding-left: 19px;
    padding-bottom: 0px;
    box-shadow: 1px 1px 0 3px aliceblue;
}

.panel-body-increasing-height-show-header {
	border-radius: 7px;
    border: 2px solid #2a7ab8;
     max-height:47vh;
     overflow: scroll;
    padding-right:7px;
    padding-top: 11px;
    padding-left: 19px;
    padding-bottom: 0px;
    box-shadow: 1px 1px 0 3px aliceblue;
}


.add-icon-small:before {
  content: url("../images/Add Rule-20.png");
}

.duplicate-icon-small:before{
	 content: url("../images/Duplicate-22_03.png");
}

.drop-down-icon:before{
	 content: url("../images/Drop down-16.png");
	 vertical-align:middle;
}

.next-icon:before{
	 content: url("../images/Next_32.png");
}

.next-icon{
	vertical-align:middle;
}

.eye-icon:before {
  content: url("../images/View-20.png");
}

.eye-icon:hover:before {
  content: url("../images/View_Hover State_20.png");
}

.open-eye-icon:before {
  content: url("../images/View-20.png");
}

.closed-eye-icon:before {
  content: url("../images/View_Invisible_New Try_20.png");
}


.multiselect-options{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.grid-template-options{
	grid-template-columns: 40% 20% 40%;
}

.verticalResize textarea {
  resize: vertical; /* user can resize vertically, but width is fixed */
}

.multiple-autocomplete-container:focus-within input {
   
    background-color: #ffffde !important;
}

.filter-div{
	
	padding: 19px;
    background: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding-bottom:0px;
	
}

.word-break-all {
  word-break: break-all;
}

.blocked{
	
	cursor:not-allowed;
}

.blocked:active{
	pointer-events:none;
}

.list-items-icon.active:before {
  content: url("../images/List_Active state-64.png");
}

.list-items-icon:before {
  content: url("../images/List_Inactive state-64.png");
}

.add-icon-lg.active:before {
  content: url("../images/Add Group_Active State.png");
}

.add-icon-lg:before {
  content: url("../images/Add Group_Inactive state.png");
}

.view-list-item-icon.active:before {
  content: url("../images/View Group_Active state.png");
}

.view-list-item-icon:before {
  content: url("../images/View Group_Inactive state.png");
}


cspl-multi-select[aria-required].ng-invalid .search-drop-down-text,
cspl-multi-select[aria-required].ng-valid .search-drop-down-text,
 .search-drop-down-text{
	 border-color:#dfdfdf ;
	 background-color: #ffffff ;
}

.add-icon-sm:before {
  content: url("../images/Add Interval-24.png");
}

.add-icon-sm:hover:before {
  content: url("../images/Add Interval_Hover State_24.png");
}

.save-icon:before {
  content: url("../images/SaveChanges-22.png");
}

.save-icon:hover:before {
  content: url("../images/Save_Changes_Hover_State_22.png");
}

.cancel-icon:before {
  content: url("../images/Ignore Changes-18.png");
}

.cancel-icon:hover:before {
  content: url("../images/Ignore_Changes_Hover State-18.png");
}

.expand-icon:before {
  content: url("../images/Expand.png");
}
.collapse-icon:before {
  content: url("../images/Collapse.png");
}




button.close{
content: url("../images/Close-12_dark.png") !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-none:hover{
	text-decoration: none !important;
}

.text-decoration-none:link{
	text-decoration: none !important;
}

.undo-icon:before {
  content: url("../images/Undo-20.png");
}

.undo-icon:hover:before {
  content: url("../images/Undo_Hover State_20.png");
}

.processed-count {
	background-color: #A5E7FF;
}

.accepted-count {
	background-color: #B3FFB3;
}

.rejected-count {
	background-color: #FFD4D4;
}

.pending-count {
	background-color: #dfc9ef;
}

.warning-count {
  background-color: #FFE285;
}

.upload-status-link {
	text-decoration: underline;
	font-family: Segoe UI;
	font-size: 14px;
}

.added,
.table-striped > tbody > tr.added {
 	 background-color: #EBF7FC !important;
	color: #000000;
	font-size: 12px;
	font-family: Segoe UI Semibold;
}

div.added,
.table-striped > tbody > tr.added > td:first-child {
  -webkit-box-shadow: inset 3px 0px 0px 0px #2A7AB8;
  -moz-box-shadow: inset 3px 0px 0px 0px #2A7AB8;
  box-shadow: inset 3px 0px 0px 0px #2A7AB8;
}

.edited,
.table-striped > tbody > tr.edited {
  background-color: #D6FFC2 !important;
	color: #000000;
	font-size: 12px;
	font-family: Segoe UI Semibold;
}

div.edited,
.table-striped > tbody > tr.edited > td:first-child {
  -webkit-box-shadow: inset 3px 0px 0px 0px #00B050;
  -moz-box-shadow: inset 3px 0px 0px 0px #00B050;
  box-shadow: inset 3px 0px 0px 0px #00B050;
}



.left-align-label{
	text-align:left;
	margin-bottom:0px;
}

.img-with-text {
    text-align: justify;
    width: [width of img];
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}

.column {
    float: left;
    padding: 10px;
}

.column-content{
	width:70%;
	 float: left;
    padding: 10px;
}
 

  .uib-day{
    padding:0 5px 0 5px;
}

 .uib-datepicker-popup  > li > div.uib-datepicker > table .btn-default {
    border: 0;
    border-radius: 25px;
}
.uib-datepicker-popup  > li > div.uib-datepicker > table .btn-default:hover {
    border: 0;
    border-radius: 25px;
}
.uib-datepicker-popup  > li > div.uib-datepicker > table .btn-default.btn-sm.btn-info.active{
    border: 0;
    border-radius: 25px;
}
[uib-typeahead-popup].dropdown-menu {
    /* min-width:95%; */
} 

.btn-sm {
    font-size: 11px !important;
}
  

  .wrappedText{
  	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
 
.multiselect-dropdown{
	 float: right;
    margin-right: 5px;
    padding-top: 2px;
}
 
     
     
.wrappedTextButton{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:left;
}


.full-width{
	width:100%;
}

.top-border{
	padding: 5px 0px 5px 0px;
  	margin:0px;
  	border-top: 1px solid #ccc !important;
}

*:focus {
    outline: 0 !important;
}
.successMsg-alert{
	background-color: #aff99a;
  	border: 2px solid #00a249;
  	padding: 10px;
}

.error-text-span{
	text-align: center;
    font-size: 12px;
    color: #E86A6A;
    display: block;
}


.table-responsive::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 80px;
}

.no-outline,
.no-outline:focus {
  outline: none !important;
}

@media (min-width: 768px) {
  
  .modal-xsm {
    width: 400px;
  }
}


@media (min-width: 992px) {
  
  .modal-xmd {
    width: 50%;
  }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 text-transform: none;
}
::-moz-placeholder { /* Firefox 19+ */
 text-transform: none;
}
:-ms-input-placeholder { /* IE 10+ */
 text-transform: none;
}
:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
}

.margin-left-panel-title{
	margin-left:5px;
	text-overflow:ellipsis;
}
.sub-heading{
	background-color: #e0e0e0;
	color:#262626;
	margin-left: 10%;
	padding:1%;
}

.panel-default{
	border : none;
}
.panel-default.expanded{
	border-left: 3px solid #767676;
}

.panel-contents-seperator {
  background-color: #d3d3d329;
}

.tooltip-label{
	color: #ffc000;
    font-size: 12px;
    white-space: nowrap;
    font-family: segoe ui semibold;
}

.tooltip-content{
	text-align:left;
	padding:0px;
	font-family: segoe ui semibold;
	font-size: 12px;
}

.tooltip-increased-width .tooltip-inner{
	max-width:300px;
}
.tableWithTooltip .tooltip .tooltip-inner{
	max-width:300px;
}


.right-align-no-padding{
	padding:0px;
	text-align:right;
}

.left-align-no-padding{
	padding:0px;
	text-align:left;
}

.margin-top-bottom{
	margin-top:10px;
	margin-bottom:10px;
}

.mt-3{
	margin-top: 3px !important;
}

.mt-5{
	margin-top: 5px !important;
}

.mt-11 {
	margin-top: 11px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.ml-25{
	margin-left : 25px !important;	
}

.mt-50{
	margin-top : 50px;
}

.normal-black-text {
	color: #000000 !important;
	vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.deleted-rule .normal-black-text{
	text-decoration: line-through;
}

.upload-status-panel-body-reduced{
	border-radius: 7px;
    border: 2px solid #2a7ab8;
    height:450px;
    padding-top:2px;
     box-shadow: 1px 1px 0 3px aliceblue;
}
.success-heading{
	background-color: #00B050;
	color:#FFFFFF;
	border-radius: 5px;
    padding: 5px;
    margin-top: 8px;
}
.failure-heading{
	background-color: #C1272D;
	color:#FFFFFF;
	border-radius: 5px;
    padding: 5px;
    margin-top: 8px;
}

.progress-heading{
  background-color: #f56c05;
  color:#FFFFFF;
  border-radius: 5px;
    padding: 5px;
    margin-top: 8px;
}
.height-350{
	height:350px;
}

.max-height-370 {
	max-height: 370px;
}
  .col-md-5-9{
    width: 49%;
    float: left;
  }
  
  .col-md-2-3 {
  	width: 20.83%;
  }
  
.table-class tr:last-child>td{
    position: sticky;
    top: 0;
}

.panel-group .panel + .panel {
    margin-top: 3px;
}

.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  overflow: auto;
  /* height: 300px; */
}
.table-scroll table {
  width: 100%;
  margin: auto;
}

.table-scroll th,
.table-scroll td {
  vertical-align: top;
}
.table-scroll thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index:4;
  border-right: 1px solid white;
  font-weight: 900;
    font-size: 14px;
    font-family: Segoe UI;
}

.table-scroll th:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}
.table-scroll thead th:first-child,
.table-scroll tfoot th:first-child {
  z-index: 5;
}

.table-scroll td{
	padding-right: 5px !important;
	border-bottom: 1px solid white !important;
}

.table-scroll tfoot tr{
	height: 30px;
    color: black;
}

.numeric-field{
	font-weight: bold;
    font-size: 12px !important;
    font-family: segoe ui;
}

.sub-heading-with-margin-left{
	margin-left:8px;
	background-color: #e0e0e0;
	color:#262626;
	padding:1%;
}

.sub-heading-with-padding{
    background-color: #B3EBFF;
    color: #262626;
    padding: 5px 12px;
    font-size: 13px;
}

.subtitle-heading-with-padding{
    background-color: #B3EBFF;
    color: rgb(38,38,38);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    font-style: oblique;
}

.subheader-heading-oblique{
	color: rgb(42,122,184);
	font-size: 14px;
    font-style: oblique;
}

.float-right{
	float:right;
}

.logical-operation-btn-grp[disabled]:hover, .logical-operation-btn-grp[disabled]:focus{
      background: #fff;
    border: 1px solid #d9d9d9;
    color: #000;
}

.logical-operation-btn-grp .active[disabled]:hover, .logical-operation-btn-grp .active[disabled]:focus{
      background: #2a7ab8;
    border: 1px solid #3D57B1;
    color: #ffffff;
}

.search-container{
	width: 157.906px;
}

.legend-title {
	font-weight: 600;
  	color: #000000;
  	font-size : 14px;
  	font-family: "Segoe UI";
}

cspl-checkbox > label:hover,
cspl-checkbox > input:hover,
.icon_box-checked:hover,
.icon_box-empty:hover {
  cursor: pointer;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-border-right-no-padding-right input{
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;

}

.no-border-right-no-padding-right{
    padding-right:0px;
}

.no-border-radius-no-padding input{
    border-radius:0px;
}

.no-border-radius-no-padding{
    padding-right:0px;
    padding-left:0px;
}

.no-border-left-padding-bottom button{
    padding-bottom: 7px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.no-border-left-padding-bottom{
    padding-bottom: 7px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.red-padded-box{
    background-color: #c1272d;
    padding: 5px;
    font-family: segoe ui semibold;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    width: 63px;
}

.green-padded-box{
    background-color:#00a249;
    padding: 5px;
    font-family: segoe ui semibold;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    width: 60px;
}

.orange-padded-box{
    background-color: #f56c05;
    padding: 5px;
    font-family: segoe ui semibold;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    width: 65px;
}

.blue-padded-box {
    background-color: #f56c05;
    padding: 5px;
    font-family: "Segoe UI Semibold";
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    width: 65px;
}

.header-padded-box{
	font-family: segoe ui semibold;
    background-color: #e0e0e0;
    font-size: 13px;
    font-weight: 900;
    color: #262626;
    padding: 9px;
    float:left;
}

.header-text-with-padding{
	padding-left: 20px;
    color: #a6a6a6;
    font-style: italic;
    font-size: 15px;
    padding-right: 5px;
    font-family: segoe ui semibold;
}

.padded-box{
	padding:5px 10px;
	font-size:13px;
}

@media (min-width: 992px){
	.modal-xlg {
   	 width: 90%;
	}
}


.reduced-line-space-table-header th{
    line-height:1.5 !important;
}

.min-height-content{
	min-height:60vh;
}

.reduced-margin .form-group{
	margin-bottom:0px !important;
}
.font-size-13 {
	font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.table > tbody > tr > td.font-size-15, 
.font-size-15 {
	font-size: 15px;
}
.font-segoe-semibold {
	font-family: Segoe UI Semibold;
}
.font-segoe-bold {
	font-family: Segoe UI bold;
}

.font-segoe-ui {
  font-family: "Segoe UI" !important;
}

.heading{
	color: #494d55;
}
.total-footer {
	color: #000000;
}
.failure-message {
	color: #c1272d;
	padding: 0 0 15px 0;
}

.progress-message {
  color: #f56c05;
  padding: 0 0 15px 0;
}
.text-italic {
	font-style: italic
}

.overflow-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;    
	white-space: nowrap;
}
.max-width-col-md-4 {
	max-width: 377px;
}

.bg-white{
	background:white !important;
}


.sticky-col{
    position: sticky;
     right: 0px;
    background: inherit;
    height: inherit;
    text-align:left;
    width: 120px;
    padding-right: 10px !important;
    padding-left:10px !important;
}

.sticky-header-col {
    text-align: right;
    position: sticky !important;
    right: 0px;
    background: inherit;
    height: inherit;
}

.min-max-width-table  td{
	min-width:120px;
	/* max-width:120px; */
}

.table-container-overflow::-webkit-scrollbar{
	width: 4px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 80px;
}

.has-error input[required].ng-valid {
  border-color: #f34743;
}

cspl-radio-button label.btn.btn-primary {
  background: #F2F2F2;
  border: 1px solid #A6A6A6;
  color: #0D0D0D;
  font-family: Segoe UI Semibold;
}

cspl-radio-button label.btn.btn-primary.active {
  background: #2a7ab8;
  border: 1px solid #2a7ab8;
  color: #ffffff;
  font-family: Segoe UI Semibold;
}

cspl-radio-button .btn-group {

  border:1px solid #e6e6e6;
  /*margin-bottom:5px;*/
  border-radius: 4px;
}

cspl-radio-button .btn-group input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.min-max-width-table .datePicker-edit td{
    min-width:0px;
}

.tab-container {
	border-style: solid;
    border-color: #2a7ab8;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border-width: 2px;
    padding: 15px;
    box-shadow: 1px 3px 0 3px aliceblue;
}




.nav-tabs {
    border-bottom: 0px solid #2a7ab8;
}

.nav-tabs > li a.ng-binding {
  	color: #ffffff !important;
  	font-family : Segoe UI Semibold;
	background-color: #2a7ab8 !important;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #404040 !important;
    font-family : Segoe UI Semibold;
    cursor: default;
    background-color: #ffffff !important;
    border: 2px solid #2a7ab8;
    border-bottom-color: transparent;
    box-shadow: 1px 1px 0px 0px #ffffff;
}

.tree {
	-webkit-padding-start:10px;
   -moz-padding-start:10px;
   padding-inline-start:10px
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative;
    width: 165px;
}
.tree li .node-name {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
}
.tree li::before  {
    content:'';
    left:-20px;
    position:absolute;
    right:auto;
    top:-5px;
}
.tree li::after {
	content:'';
    left:-20px;
    position:absolute;
    right:auto;
    top:-5px;
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:-5px;
    width:1px;
    left:10px;
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:10px;
    left:10px;
}
.tree li.parent_li>span {
    cursor:pointer
}
ul .tree li {
    border:0
}
.tree li:last-child::before {
    height:30px
} 
.icon-level-1, .icon-level-2, .icon-level-3 {
	margin-left:10px;
}
.node-unfocused{
	background-color:#ffffff;
	border: 1px #a6a6a6 solid;
	color: #2a7ab8;
    padding: 5px 5px;
    font-family: segoe ui semibold;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    width: 115px;
    text-decoration: underline;
}
.node-focused{
	background-color: #236699;
	border: 1px #00b0f0 solid;
	color: #ffffff;
    padding: 5px 5px;
    font-family: segoe ui semibold;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    width: 115px;
    text-decoration: underline;
}
.icon-level-1:before {
	content: url("../images/Parent-24.png");
}
.icon-level-2:before {
	content: url("../images/Child_level2-24.png");
}
.icon-level-3:before {
	content: url("../images/Child_level3-24.png");
}
.connector {
	border-left: 1px solid gray;
  	height: 10px;
}
li.child-level-1:before, li.child-level-1:after {
	border : none;
}
.tree-view, .tree-structure {
	padding:0px;
}

/*  Old uib-tab styles */

/* .nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
    border-style: none;
    color: #262626;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    margin-right: 5px;
}

.nav-tabs > li.active a.ng-binding,
.nav-tabs > li.active a.ng-binding:hover {
  	color: #000 !important;
	background-color: #FFFFFF !important;
	text-decoration: none;
	box-shadow: 1px -2px 0 3px #ffffff;
    color: #262626;
    border-radius : 4px;
    border-style : solid;
    border-width: 2px;
    border-color: #2a7ab8;
    border-bottom: 0px;
}

.nav-tabs > li a.ng-binding {
  	color: #000 !important;
	background-color: #2a7ab8 !important;
	text-decoration: none;
	padding: 6px 15px;
}

.nav-tabs {
	border-bottom : 0px;
}

.nav-tabs {
  border-color: #eaeaf1;
  margin-bottom: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid #eaeaf1;
  border-bottom-color: transparent;
  color: #494d55;
  background-color: #fff;
}
.nav-tabs > li > a {
  color: #9499a3;
  font-weight: 600;
}
.nav-tabs > li > a:hover {
  background: #f9f9fb;
  border-color: #f9f9fb;
  color: #494d55;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
    
    color: #262626;
    background-color: #FFFFFF !important;
	text-decoration: none;
	box-shadow: 1px -2px 0 3px #ffffff;
    color: #262626;
    border-radius : 4px;
    border-style : solid;
    border-width: 2px;
    border-color: #2a7ab8;
    border-bottom: 0px;
    
} */

.forex-link{
	color: #2a7ab8;
	  font-size: 12px;
	  text-decoration: underline;
}

.forex-link:hover{
	cursor :pointer;
}
.rule-table .form-group {
	margin-bottom : 0px;
}
.rule-table .btn.active {
	z-index:0;
}



.uib-day > button {
  padding: 0;
}

.uib-month,
.uib-year {
  padding: 0;
}

.uib-daypicker .btn-group-sm > .btn, .btn-sm {
    padding: 2px 4px;
}

.uib-daypicker thead th small {
  font-size: 10px
}

.uib-daypicker tbody tr td:first-child {
  font-size: 11px;
  padding: 2px 2px;
  line-height: 1.6;
}

.btn.btn-sm.btn-info.uib-datepicker-current,
.btn-sm.uib-clear,
.btn-sm.uib-close {
  font-size: 10px;
}

.uib-button-bar {
    padding: 2px 5px;
}

.uib-datepicker-popup.dropdown-menu {
    padding: 5px 2px;
}

.alert-success {
  color: #0d0d0d;
  background-color: #CBFAC4;
  border:2px solid #00a249;
}

.alert-danger {
  color: #0d0d0d;
  background-color: #ffc8c8;
  border:2px solid #ea3232;
}

.table-container-overflow th{
	white-space:nowrap;
}

cspl-dtp .uib-datepicker .uib-title{
	color: #262626;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 14px !important;
    background:none;
}

cspl-dtp .uib-datepicker .uib-title:hover{
	background:none;
	color: #262626;
}

cspl-dtp .uib-datepicker .uib-year .btn-default, cspl-dtp .uib-datepicker .uib-month .btn-default, cspl-dtp .uib-datepicker .uib-day .btn-default{
	color: #5e5e5e;
    font-size: 13px !important;
    font-family: Segoe UI Semibold;
    padding: 4px 9px;
}

cspl-dtp .uib-datepicker .uib-year .active, cspl-dtp .uib-datepicker .uib-month .active, cspl-dtp .uib-datepicker .uib-day .active{
	color: #2a7ab8;
    background: none;
    font-size: 13px;
    border: 1px solid #2a7ab8 !important;
    font-family: Segoe UI Semibold;
}

cspl-dtp .uib-datepicker .uib-year .btn-default:hover, cspl-dtp .uib-datepicker .uib-month .btn-default:hover, cspl-dtp .uib-datepicker .uib-day .btn-default:hover{
	color: #0d0d0d;
    background-color: #eaeaea;
    font-size: 13px;
    font-family: Segoe UI Semibold;
}

cspl-dtp .uib-datepicker-popup .uib-button-bar{
	margin-top:10px;
}

cspl-time-picker .btn-success,
cspl-time-picker .btn-success:hover{
	background: #2a7ab8 !important;
    border: 1px solid #2a7ab8;
    color: #fff !important;
    padding: 3px 4px;
    font-size: 11px !important;
}
cspl-dtp .uib-datepicker-popup .btn-success{
	background: #2a7ab8;
    border: 1px solid #2a7ab8;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px !important;
}

cspl-dtp .uib-datepicker .uib-day{
	padding:0px;
}

cspl-dtp .uib-daypicker tr:nth-child(2){
	color: #0d0d0d;
    font-size: 12px;
    font-family: Segoe UI Semibold;
}

cspl-time-picker .uib-clear,
cspl-time-picker .uib-clear:hover
{
	background: #cfcfcf !important;
    font-family: Segoe UI semibold;
    font-size: 11px !important;
    color: #404040 !important;
    padding: 3px 4px;
    border: 1px solid #cfcfcf !important;
    margin-left: 35px !important;
    border-radius:3px !important;
}

cspl-dtp .uib-datepicker-popup .uib-clear{
	background: #cfcfcf;
    font-family: Segoe UI semibold;
    font-size: 13px !important;
    color: #404040;
    padding: 3px 10px;
    border: 1px solid #cfcfcf ;
    margin-left: 35px !important;
    border-radius:3px !important;
}
cspl-time-picker .uib-datepicker-current,
cspl-time-picker .uib-datepicker-current:hover{
	background: #00b050 !important;
    font-family: Segoe UI semibold;
    font-size: 11px !important;
    color: #ffffff !important;
    padding: 3px 4px;
    font-weight:bold;
     border-radius:3px !important;
}

cspl-dtp .uib-datepicker-popup .uib-datepicker-current{
	background: #00b050;
    font-family: Segoe UI semibold;
    font-size: 13px !important;
    color: #ffffff;
    padding: 3px 10px;
    font-weight:bold;
     border-radius:3px !important;
}

cspl-dtp .uib-datepicker table th small{
	font-size:12px !important;
	text-transform: uppercase;
}

.uib-datepicker-popup.dropdown-menu{
	padding:5px 10px;
}

.green-border{
	border: 1px solid #4dd698;
}

.os-amount-bg{
	background-color: #e7fff7;
	font-size:13px;
	font-family: Segoe UI;
}

.os-amount{
	/* border: 1px solid #4dd698;
	border-radius: 5px; */
	padding : 5px;
	height: fit-content;
    width: fit-content;
    font-size:14px;
}

.segoeUi-font-family{	
	font-family: Segoe UI;
}

.add-on{
	color: #0d0d0d;
	font-size: 13px;
	padding: 6px;
	padding-left : 2px;
}

.padding-left{
  padding-left: 8px;
}

.green-color{
	color: #00a249;
}

.modal-81-5 {
    width: 81.5% !important;
}

.grid {
	width: 100%;
}

@media (min-width: 992px) {
    .modal-81-5 .grid {
        /* width: 960px; */
    }
}

@media (width: 800px) {
    .modal-81-5 .grid {
        width: 560px;
    }
     .modal-85-5 .grid {
        width: 570px;
    }
    .modal-91 .grid {
        width: 600px;
    }
}


@media (width: 1024px) {
    .modal-81-5 .grid {
        width: 750px;
    }
     .modal-85-5 .grid {
        width: 800px;
    }
    .modal-91 .grid {
        width: 860px;
    }
}

@media (width: 1280px) {
    .modal-81-5 .grid {
        width: 955px;
    }
     .modal-85-5 .grid {
        width: 1000px;
    }
    .modal-91 .grid {
        width: 1060px;
    }
}

@media (width: 1366px) {
    .modal-81-5 .grid {
        width: 1025px;
    }
     .modal-85-5 .grid {
        width: 1035px;
    }
     .modal-91 .grid {
        width: 1100px;
    }
}

@media (width: 1920px) {
    .modal-81-5 .grid {
        width: 1480px;
    }
    .modal-85-5 .grid {
        width: 1490px;
    }
    .modal-91 .grid {
        width: 1640px;
    }
}
.close-icon:before {
  content: url("../images/Close-13.png");
  display: inline;
  margin: 6px;
}

.close-icon:hover:before {
  content: url("../images/Close-13.png");
  display: inline;
  margin: 6px;
}

.ng-invisible {
  visibility: hidden;
}
  
.stepper {
  position: relative;
}

.stepper a {
  color: #0D0D0D;
  cursor: default;
}

.stepper a .step-indicator {
  color: #106cc8;
}

.stepper a {
  display: inline-block;
  font-family: "Segoe UI Semibold";
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.stepper a:hover {
  text-decoration: none;
}

.stepper a .step-indicator {
  background-color: #FFFFFF;
  display: block;
  height: 35px;
  margin: 0 auto 10px;
  padding-top: 5px;
  width: 35px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0px 2px #106cc8, 0 0 0px 5px #fff;
     -moz-box-shadow: inset 0 0 0px 2px #106cc8, 0 0 0px 5px #fff;
          box-shadow: inset 0 0 0px 2px #106cc8, 0 0 0px 5px #fff;
}

.stepper a.active .step-indicator {
  background: #106cc8;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 0px 5px #fff;
     -moz-box-shadow: 0 0 0px 5px #fff;
          box-shadow: 0 0 0px 5px #fff;
}

.stepper a.active {
  color: #106cc8;
}

.stepper a.disabled {
  color: #9499a3;
}

.stepper a.disabled .step-indicator {
  background-color: #9499a3;
  color: #FFFFFF;
}

.stepper .step-divider-line {
  position: absolute;
  border: 1px solid #D9D9D9;
  width: 74%;
  left: 13%;
  top: 25%;
  z-index: 0;
}

.stepper-label {
  font-size: 16px;
}

.position-relative {
  position: relative;
}

.step-number:before,
.step-number::before {
  content: attr(data-step-number);
}

.step .fa-check {
  font-size: 14px;
}

.step .fa:before,
.step .fa::before {
  vertical-align: inherit;
}

.no-transition {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

cspl-numeric .has-feedback .form-control{
	padding-right: 32.5px;
}
 
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    text-decoration : none;
    background-color: #fff;
}

.nav-pills > li > a : hover, .nav-pills > li {
    text-decoration : none;
    background-color: #fff !important;
} 

.modal-85-5 {
    width: 85.5% !important;
}

.modal-91 {
    width: 91% !important;
}

.modal-50 {
    width: 50% !important;
}

.modal-44 {
    width: 44% !important;
}


 cspl-dtp.no-margin-bottom .form-group{
	margin-bottom : 0px !important;
}

.green-bg-sub-heading{
	background-color : #00a249;
	color: white;
	border: 1px solid #26c02d;
	font-size: 13px;
    padding: 7px 12px;
	border-radius: 4px;
}
.green-sub-heading{
	color: #00a249;
	font-size: 14px;
    padding: 3px 12px;
	border-radius: 4px;
}
.orange-bg-sub-heading{
	background-color : #da5d18;
	color: white;
	border: 1px solid #e59841;
	font-size: 13px;
    padding: 7px 12px;
	border-radius: 4px;
}
.orange-sub-heading{
	color: #da5d18;
	font-size: 14px;
    padding: 3px 12px;
	border-radius: 4px;
}
.red-bg-sub-heading{
	background-color : #c1272d;
	color: white;
	border: 1px solid #c1272d;
	font-size: 13px;
    padding: 7px 12px;
	border-radius: 4px;
}

.red-sub-heading{
	color: #c1272d;
	font-size: 14px;
    padding: 3px 12px;
	border-radius: 4px;
}


.top-line {
	border-top: 1px solid #D9D9D9;
	padding-top: 7px;
}

.stepper.stepper-4-steps .step {
  width: 24%;
}

.stepper-2-steps .step {
  width: 25%;
}

.stepper-2-steps .step-divider-line {
  width: 25%;
  left: 37%;
}

.stepper-3-steps .step-divider-line {
    width: 64%;
    left: 17%;
}

.stepper-3-steps .step{
	width: 31%;
}

.indent0{
    text-indent: 10px;
    padding-right: 5px;
}
.indent1{
    text-indent: 25px;
    padding-right: 5px;
}
.indent2{
    text-indent: 45px;
    padding-right: 5px;
}
.indent3{
    text-indent: 65px;
    padding-right: 5px;
}
.fx-register .icon, .view-movements .icon, .undo-events .icon{
  color: #2A7AB8;
}
.fx-register table tr td a,
.fx-register table tr td a:active{
  font-weight: bold;
  font-size: 13px;
  text-decoration-style: solid;
}
.fx-register table tr td a:hover{
	color: #ffffff;
}
cspl-drop-down.mt-10 .form-group{
	margin-top : 10px !important;
}

table .report-overflow .dropdownOptionsLgMenualignment {
	left : -130px;
}

.info-card-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.info-card-wrapper .info-card {
  border: 1px solid #bfbfbf;
  background-color: #FFF;
  position: relative;
  float: left;
  padding: 20px 15px;
  color: #000;
  font-family: "Segoe UI Semibold";
}

.info-card-wrapper .info-card .label {
  color: #000;
  font-size: 14px;
}

.info-card-wrapper .info-card .value {
  color: #000;
  font-size: 16px;
}

.info-card-wrapper .info-card:hover,
.info-card-wrapper .info-card.active {
  border: 2px solid #2a7ab8;
  background-color: #ebf0f9;
}

.info-card-wrapper .info-card:hover {
  cursor: pointer;
}

button.btn.btn-primary.add-fx-button {
    background-color: #ffffff;
    color: #2a7ab8;
    border-color: #106cc8;
    border-width: 2px;
    font-family: "Segoe UI Semibold", Times, sans-serif;
    font-weight: bold;
    font-size: 13px;
    padding-top: 5px;
}


button.btn.btn-primary.add-fx-button[disabled] {
	border-color: #a6a6a6;
	background-color: #c9c9c9;
	color: #7f7f7f;	
}

.border-info {
  border: 1px solid #2e75b6;
}

.bg-info {
  background-color : #2a7ab8;
  color: white;
}

.text-info {
  color: #2a7ab8;
}

.chip-wrapper {

}

.chip-wrapper.info {
  border-radius: 4px;
  border: 1px solid #2e75b6;
}

.chip-label {
  color: white;
  font-size: 13px;
  padding: 7px 12px;
  border-radius: 4px;
}

.chip-wrapper.info .chip-label {
  background-color: #2a7ab8;
  border: 1px solid #2a7ab8;
}

.chip-value {
  font-family: "Segoe UI Semibold";
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 4px;
}

.chip-wrapper.info .chip-value {
  color: #2a7ab8;
}

.center-div-in-row{
	display: inline-block;
    float: none;
    text-align: left;
}

.vertical-align-text-bottom{
	vertical-align: text-bottom;
}

.open-status-flag, .confirmed-status-flag, .closed-status-flag, .removed-status-flag, .cancelled-status-flag, .forex-badge{
	text-align:center;
}

.open-status-flag:before{
	content: url(../images/Flag-16_Open.png);
    display: inline;
    margin: auto;
    vertical-align: -webkit-baseline-middle;
}

.closed-status-flag:before{
	content: url(../images/Flag-16_Closed.png);
    display: inline;
    margin: auto;
    vertical-align: -webkit-baseline-middle;
}
.confirmed-status-flag:before{
	content: url(../images/Flag-16_Confirmation.png);
    display: inline;
    margin: auto;
    vertical-align: -webkit-baseline-middle;
}

.removed-status-flag:before{
	content: url(../images/Flag-16_Removed.png);
    display: inline;
    margin: auto;
    vertical-align: -webkit-baseline-middle;
}

.cancelled-status-flag:before{
	content: url(../images/Flag-16_Cancelled.png);
    display: inline;
    margin: auto;
    vertical-align: -webkit-baseline-middle;
}

.cspl-numeric.no-margin, cspl-drop-down.no-margin{
	margin: 0px !important;
}

.tree-list li{
    border: 1px solid #347CB1;
    border-radius: 6px;
    margin-bottom: 5px;
    color: #347CB1;
    padding: 5px 12px;
    font-size: 13px;
}

.tree-list li.selected{
    background-color: #347CB1;
    margin-bottom: 5px;
    color: #F2F2F2;
    padding: 5px 12px;
    font-size: 13px;
}

.tree-list ul{
  list-style: none; 
  text-align: center; 
  padding-left: 0;
}

.tree-list {
  border-right: 1px solid #e3e3e3;
  padding-top: 5px;
}
.modal-84 {
    width: 84% !important;
}

.cspl-tooltip{
	text-align:left;
	padding:0px;
	font-family: segoe ui semibold;
	font-size: 12px;
	position:fixed
}

.text-align-left{
	text-align:left;
}

.normal-font{
	font-family:segoe ui !important;
}

.colored-row{
	background: #ddf5ff;
	margin-bottom:15px;
}

.header-td{
	background-color: #2A7AB8;
    font-family: "Segoe UI Semibold", Times, sans-serif;
    font-size: 14px !important;
    color: white !important;
    height: 28px;
    font-weight:bold
}

.max-height-scrollable-box{
	padding-right:0px;
	overflow:auto;
	max-height:280px;
}

fieldset[disabled] input[disabled].ng-valid, fieldset[disabled] input[required].ng-valid{
	background-color: #f3f3f3;
	border-color: #00D600;
}

fieldset[disabled] input[disabled].form-control, fieldset[disabled] input[required].form-control{
	    cursor: default;
}

fieldset[disabled] .form-control[disabled]{
	    color: #000000;
}

.filter-section {
    height:58vh;
    overflow:auto;
}

.no-wrap-180 {
    /* display: inline-block; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px !important;
    min-width: 180px !important;
    height: inherit !important;
}


.table-blue .table > thead > tr > th {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  background: #3d57b1;
}

.table-blue .table>tbody>tr>td {
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.table-blue .table {
    border-collapse: collapse; 
    empty-cells: show;
}
.table-blue > .table-striped > tbody > tr:nth-of-type(odd) {
  background: #f3f6fb;
}
.table-blue > .table-striped > tbody > tr:nth-of-type(even) {
  background: #ffff;
}

.bold-font{
	    font-weight: bold !important;
}

.sub-heading-for-remittance{
    background-color: #B3EBFF;
    color: #262626;
    padding: 7px 15px;
    font-size: 13px;
}

.white-bg{
	background: #ffffff;
}

.width25Percent{
	width: 25%;
}

.charges-menu-icon:before{
	content: url(../images/Charges-22.png);
    display: inline;
    margin: auto;
    vertical-align: middle;
}

.corporate-setup-menu-icon:before{
	content: url(../images/Corporate_Setup-26.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.counterparty-menu-icon:before{
	content: url(../images/Counterparty_Setup-26.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.documents-menu-icon:before{
	content: url(../images/Documents-20.png);
    display: inline;
    margin: auto;
    vertical-align: middle;
}

.forex-trade-menu-icon:before{
	content: url(../images/Forex-Trade-21.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.forex-desk-setup-menu-icon:before{
	content: url(../images/FX_Desk_setup-22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.holiday-setup-menu-icon:before{
	content: url(../images/Holiday_Setup-22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.language-menu-icon:before{
	content: url(../images/Language.png);
    display: inline;
    margin: auto;
    vertical-align: middle;
}

.loan-contract-menu-icon:before{
	content: url(../images/Loan_Contarct.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.manage-upload-menu-icon:before{
	content: url(../images/Manage_Upload-22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.organisation-menu-icon:before{
	content: url(../images/Organization-26.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.period-end-menu-icon:before{
	content: url(../images/Period_End-22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.remittance-menu-icon:before{
	content: url(../images/Remittance-22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.security-approvals-menu-icon:before{
	content: url(../images/Security_Approvals-24.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.settings-menu-icon:before{
	content: url(../images/Settings-22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.bold-text {
  font-family: Segoe UI;
  font-weight: bold !important;
}
.white-bg{
	background-color : #ffffff !important
}

.fixed-table-layout{
	table-layout:fixed;
	min-width:1000px;
}

.fixed-table-layout td, .fixed-table-layout th{
	width:20%;
}

.pr-10-ml-20{
	padding-right:10px;
	margin-left:20px;
}

.block-ml-60{
	display:block;
	margin-left:60px;
}

#tblOpenExposure .icon, #tblOpenExposureCashflow .icon{
	    color: #2A7AB8;
}

.export-data ul.dropdown-menu{
	left: -130px;
	top : 120%;
}
.signUp {
  min-height: 100vh;
  max-height: 110vh;
  background-image: url(../images/SignUpPage.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  overflow:hidden;
}

.mh-40-vh {
  min-height: 40vh;
}

cspl-multi-group-select .dropdown-menu-list{
	max-height: 110px;
	overflow-x : scroll;
}

cspl-multi-group-select .dropdown-selected-list{
	max-height: 104px;
	overflow-x : scroll;
}

.selection-list{
	top:35px;
	left:0px;
	width:100%;
}

.deleted {
  background-color: #FFE0E0 !important;
	 color: #000000;
	 font-family: Segoe UI;
	 font-size: 12px;
	 text-decoration: line-through;
	 text-decoration-color: #000000 !important;
	 padding-bottom: 8px !important;
}
.line-through{
	text-decoration: line-through !important;
}
.forex-badge:before{
	/*content: url(../images/FX_contract.png);*/
    /*display: inline;*/
    /*margin: auto;*/
    /*vertical-align: -webkit-baseline-middle;*/
}
.icon-task-notification:before{
	content: url(../images/icons8-task-24_White.png);
	display: inline-block;
}
.blueBg{
	background-color: #DEEBF7 !important;
}
.loan-badge:before{
	/*content: url(../images/Loan.png);*/
    /*display: inline;*/
    /*margin: auto;*/
    /*vertical-align: -webkit-baseline-middle;*/
}
.icon-notification:before{
	content: url(../images/Alert-22_White.png);
	display: inline-block;
}
.icon-to-do:before{
	content: url(../images/To_do-24.png);
	display: inline-block;
}
.exposure-badge:before{
	/*content: url(../images/Exposure-Badge.png);*/
    /*display: inline;*/
    /*margin: auto;*/
    /*vertical-align: -webkit-baseline-middle;*/
}
.fx-rates-badge:before{
	/*content: url(../images/FX_Rate.png);*/
    /*display: inline;*/
    /*margin: auto;*/
    /*vertical-align: -webkit-baseline-middle;*/
}
.icon-report:before{
	content: url(../images/report-icon_White.png);
	display: inline-block;
}
.period-end-badge{
	/*content: url(../images/Period_End.png);*/
    /*display: inline;*/
    /*margin: auto;*/
    /*vertical-align: -webkit-baseline-middle;*/
    /*margin-bottom: 6px;*/
        
}.undo-events tr {
	height : 39px;
}
.not-applicable {
	 background-color: #FFE0E0 !important;
	 color: #000000;
	 font-size: 12px;
	 text-decoration-color: #000000 !important;
	 padding-bottom: 8px !important;
}
.legend .not-applicable {
	 font-size: 13px;
}


.notification-badge, .breach-badge {
  line-height: 1.4;
  width: 90%;
  height: 23px;
  position: relative;
  color: white;
  padding: 2px;
  margin-top: 2px;
  padding-left: 5px;
  text-align: left;
}


.notification-badge:after , .breach-badge:after{
  content: "";
  position: absolute;
  right: -11px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.notification-badge.forex-badge {
  background-color: #063780;
  text-align: left;
}

.notification-badge.forex-badge:before {
  content: "FX Contract";
}

.notification-badge.forex-badge:after {
  border-left: 11px solid #063780;
}

.notification-badge.fx-rates-badge {
  background-color: #A9A9A9;
}

.notification-badge.fx-rates-badge:after {
  border-left: 11px solid #A9A9A9;
}

.notification-badge.fx-rates-badge:before {
  content: "FX Rate";
}

.notification-badge.exposure-badge {
  background-color: #00837C;
}

.notification-badge.exposure-badge:after {
  border-left: 11px solid #00837C;
}

.notification-badge.exposure-badge:before {
  content: "Exposure";
}

.notification-badge.loan-badge {
  background-color: #EC752B;
}

.notification-badge.loan-badge:after {
  border-left: 11px solid #EC752B;
}

.notification-badge.loan-badge:before {
  content: "Loan";
}

.notification-badge.period-end-badge {
  background-color: #BF1F2F;
}

.notification-badge.period-end-badge:after {
  border-left: 11px solid #BF1F2F;
}

.notification-badge.period-end-badge:before {
  content: "Period End";
}

table.uib-timepicker td {
  padding: 0;
}

td.uib-time.am-pm button {
  margin-left: 5px;
}

.uib-timepicker td.uib-separator {
  vertical-align: middle;
}
.modal-81-5 {
    width: 81-5% !important;
}
.fxo-menu-icon:before{
	content: url(../images/FX_Options-21.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.expire-batch{
    background-color: #F3354A;
    padding: 5px;
    font-family: segoe ui semibold;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    width: 63px;
}
.expired-status-flag:before{
	content: url(../images/Flag-16_Expired.png);
    display: inline;
    margin: auto;
    vertical-align: -webkit-baseline-middle;
}

.clock-icon:before {
  content: url("../images/Time_Picker_Active-24.png");
}

a.clock-icon[disabled]:before {
  content: url("../images/Time_Picker_Inactive-24.png");
}

.has-feedback .uib-timepicker .form-control {
  padding: 6px;
}

.reduced-view-grid-height{
	margin-bottom:0px;
	line-height: 26px;
}

.bolder-font-segoe{
	font-weight: bold;
    font-family: segoe ui;
}

.settle-icon-small:before{
	 content: url("../images/Settlement-24.png");
}
.table-width-110  td{
	min-width:110px;
}



.floatOverflow, .floatOverflow:hover{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:3px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	z-index:1258;
}

.suggestions-list, .suggestions-list:hover{
	position:fixed;
	right:3px;
	bottom:60px;
	z-index:1070;
}

.suggestions-list li{
	list-style:none;
}

.suggestions-list li a{
	color:#FFF;
	border-radius:50px;
	text-align:center;
	width:60px;
	height:50px;
	display:block;
}

.suggestions-list:hover{
	visibility:visible!important;
	opacity:1!important;
}


.my-float{
	font-size:24px;
	margin-top:18px;
}

a#menu-share + .suggestions-list{
  visibility: hidden;
}

a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i{
	animation: rotate-in 0.5s;
}

a#menu-share:hover > i{
	animation: rotate-out 0.5s;
}

.capture-group-icon:before{
	 content: url("../images/Menu-60.png");
}

.capture-icon:before{
	content: url("../images/Capture-35.png");
}

.import-icon:before{
	content: url("../images/Send-35.png");
}

.capture-send-icon:before{
	content: url("../images/Capture&Send-35.png");
}

.import-icon:hover:before{
	content: url("../images/Send_Hover-35.png");
}

 .capture-send-icon:hover:before{
	content: url("../images/Capture&Send_Hover-35.png");
}


.capture-icon:hover:before{
	 content: url("../images/CaptureHover-35.png");
} 


.capture-group-icon:hover:before{
	 content: url("../images/Main_Menu_Blue-40.png");
}


.z-index-1101{
	z-index:1101;
}

.risk-management-menu-icon:before{
	content: url(../images/Risk_Mgmt-32.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.hedge-accounting-menu-icon:before{
	content: url(../images/Hedge_Accounting-24.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.charges-menu-icon:before{
	content: url(../images/Charges_v2.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.blackBg{
	background-color:#ffff;
}

.notification-badge.bill-document-badge {
  background-color: #00837C;
}

.notification-badge.bill-document-badge:after {
  border-left: 11px solid #00837C;
}

.notification-badge.bill-document-badge:before {
  content: "Bill Document";
}

.notification-badge.lc-document-badge {
  background-color: #00837C;
}

.notification-badge.lc-document-badge:after {
  border-left: 11px solid #00837C;
}

.notification-badge.lc-document-badge:before {
  content: "LC Document";
}

.display-table-full-width{
    display:table;
    width:100%    
}

.display-tableCell-with-padding{
    display:table-cell;
    padding:5px;
    padding-right: 0px;
    text-align: right;
}

cspl-ach .ach-add-btn{
    display:none;
}

cspl-ach input:focus ~ .ach-add-btn, .ach-add-btn:focus, .ach-add-btn:hover{
    display:block;
}

.notification-badge.invoice-badge {
  background-color: #00837C;
}

.notification-badge.invoice-badge:after {
  border-left: 11px solid #00837C;
}

.notification-badge.invoice-badge:before {
  content: "Invoice";
}

.notification-badge.invoice-receipt-badge {
  background-color: #00837C;
}

.notification-badge.invoice-receipt-badge:after {
  border-left: 11px solid #00837C;
}

.notification-badge.invoice-receipt-badge:before {
  content: "Invoice Receipt";
}

.notification-badge.fxo-vanilla-badge {
  background-color: #063780;
  text-align: left;
}

.notification-badge.fxo-vanilla-badge:before {
  content: "FXO Vanilla";
}

.notification-badge.fxo-vanilla-badge:after {
  border-left: 11px solid #063780;
}

.notification-badge.fxo-range-forward-badge {
  background-color: #063780;
  text-align: left;
}

.notification-badge.fxo-range-forward-badge:before {
  content: "FXO Range Forward";
}

.notification-badge.fxo-range-forward-badge:after {
  border-left: 11px solid #063780;
}

.main-nav-toggle{
	display: inline-block;
}

.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.rate-icon-small:before{
	 content: url("../images/Set_Rate-24.png");
}

.ml-13{
	margin-left : 13px;
}

.ml-15{
	margin-left : 15px;
}
.ml-45{
	margin-left : 45px;
}

.col-md-8-5{
	float: left;
}
.not-applicable-legend {
	background-color:#e690bc; 
	height: 12px; 
	width: 12px;
}

.header-row th{
	background-color: #2A7AB8;
    font-family: "Segoe UI Semibold", Times, sans-serif;
    font-size: 14px !important;
    color: white !important;
    height: 28px;
    font-weight:bold;
    padding:5px !important;
}

.indent1{
    text-indent: 20px;
    padding-right: 15px;
}

.display-table{
	display:table;
}

.display-tableCell-padding-5{
	display:table-cell;
	padding:5px;
}

.display-tableCell-upper-case{
	display:table-cell;
	text-transform:uppercase;
	vertical-align:middle;
}

.timepicker-optionsBox-spacing {
	margin-top: 6px;
}

.time-picker-modal .hours-container {
	height: 110px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-left: 0px;
	padding-right: 0px;
}

.time-picker-modal .hours-container::-webkit-scrollbar {
	display: none;
}

.time-picker-modal .minutes-container {
	height: 110px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-left: 0px;
	padding-right: 0px;
}

.time-picker-modal .minutes-container::-webkit-scrollbar {
	display: none;
}

.time-picker-modal .seconds-container {
	height: 110px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-left: 0px;
	padding-right: 0px;
}

.time-picker-modal .seconds-container::-webkit-scrollbar {
	display: none;
}

.time-picker-modal .merdian-container {
	height: 110px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-left: 0px;
	padding-right: 0px;
}

 .time-picker-modal .merdian-container::-webkit-scrollbar {
	display: none;
} 
.time-picker-modal {
	z-index: 100;
	text-align: center;
	z-index: 100;
	background: white;
	font-size: 11px;
	display: block;
	width: 180px;
}

.time-picker-modal .clock-hours, .time-picker-modal .clock-seconds,
	.time-picker-modal .clock-minutes, .time-picker-modal .clock-merdiem {
	color: black;
}

.time-picker-modal .div-clock-hours.active {
	background-color: #0173f8;
}

.div-clock-hours, .div-clock-minutes, .div-clock-seconds,
	.div-clock-merdiem {
	padding-top: 4px;
	padding-bottom: 3px;
}

.time-picker-modal .div-clock-hours .clock-hours.active,
	.time-picker-modal .div-clock-minutes .clock-minutes.active,
	.time-picker-modal .div-clock-seconds .clock-seconds.active,
	.time-picker-modal .div-clock-merdiem .clock-merdiem.active {
	color: #ffffff;
	background-color: #2a7ab8;
	font-size: 12px;
	padding: 4px 6px 4px 6px;
	border-radius: 5px;
}

.time-picker-modal .div-clock-hours:hover .clock-hours:not(.active ),
	.time-picker-modal .div-clock-minutes:hover .clock-minutes:not(.active), .time-picker-modal .div-clock-seconds:hover .clock-seconds:not(.active), .time-picker-modal .div-clock-merdiem:hover .clock-merdiem:not(.active) {
	background-color: #236699;
	color: #ffffff;
	padding: 3px 6px 3px 6px;
	border-radius: 5px;
}

a.clock-hours, a.clock-seconds, a.clock-minutes, a.clock-merdiem {
	text-decoration: none;
}

.timepicker-today {
	background-color: #d9d9d9;
	color: #404040;
	padding: 1px;
	border: 1px solid #d9d9d9;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.timepicker-clear {
	background-color: #f34743;
	color: #ffffff;
	padding: 1px;
	border: 1px solid #f34743;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.timepicker-optionsBox {
	font-size: 10px
}

.timepicker-close {
	padding: 1px;
	background-color: #00b050;
	color: #ffffff;
	border: 1px solid #00b050;
	border-radius: 4px;
}

.cspl-time-picker-width{
	min-width:125px;
}

.control-label-without-line-height {
    text-align:right;
    font-size:14px;
    color:#404040;
}

.font-14{
	font-size: 14px;
}

.reports-menu-icon:before{
    content: url(../images/Report_22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.document-menu-icon:before{
	content: url(../images/Documents-24.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.notification-badge.supporting-document-badge {
  background-color: #00837C;
}

.notification-badge.supporting-document-badge:after {
  border-left: 11px solid #00837C;
}

.notification-badge.supporting-document-badge:before {
  content: "Supporting Document";
}

.notification-badge.vendor-invoice-badge {
  background-color: #00837C;
}

.notification-badge.vendor-invoice-badge:after {
  border-left: 11px solid #00837C;
}

.notification-badge.vendor-invoice-badge:before {
  content: "Vendor Invoice";
}

.notification-badge.ebrc-badge {
  background-color: #00837C;
}

.notification-badge.ebrc-badge:after {
  border-left: 11px solid #00837C;
}

.notification-badge.ebrc-badge:before {
  content: "e-BRC";
}

.notification-badge.remittance-badge {
  background-color: #00837C;
}

.notification-badge.remittance-badge:after {
  border-left: 11px solid #00837C;
}

.notification-badge.remittance-badge:before {
  content: "Remittance";
}

.form-control{
	padding: 0px 6px;
}
cspl-multiline-text .form-control{
	padding : 6px 6px;
}

/* =======      meanu search Start   ======= */
 
.homepage-nav{
	width: 94%;
    padding-bottom: 10px;
    padding-left: 16px;
}
.menusearchBox::-ms-clear{
	 display: none;
}
.compact.nav-toggled .searchbar{
	display:block !important;
}

.compact.nav-toggled .searchIcon{
	display:none;
}
.compact:not(.nav-toggled) .searchIcon{
	display:block !important;
}

.compact:not(.nav-toggled) .searchbar{
	display:none;
}
.compact.mobile .searchbar,
.compact.mobile .searchIcon{
	  display: none !important;
}

.mobile .searchbar,
.mobile .searchIcon{
	  display: none;
}

/* =======      meanu search end   ======= */

.padding-right-10{
	padding-right:10px;
}

.bgRed{
	background-color: red;
	color : white !important;
}
.bgGreen{
	background-color: green;
	color : white !important;
}

.wdr-credits {
  display: none;
}

#wdr-pivot-view .wdr-ui div.wdr-grand-total {
  text-align: right;
}

.bgAmber{
	background-color: #FFBF00;
	color : white !important;
}

.copyPastOverlay.popover{
  background-color: black; 
  color: white ;
}
.copyPastOverlay.popover>.arrow:after {
  border-width: 0px ;
} 

.copyPastOverlay.popover.top > .arrow {
  border-top-color: black;
}
.element-selected-active, .element-selected-active:hover {
   box-shadow: inset 0px 0px 0px 2px rgba(56,132,190,0.75);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgb(56 132 190 / 75%);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(56,132,190,0.75); 

  /* border: 2px solid rgba(56,132,190,0.75); */

}

.cspl-copy-paste-div{
  width: 145px;
  padding: 6px;
  
}
.cspl-copy-paste-div a{
  color: white;
}

.cspl-copy-paste-div a:hover{
  color:#00b0f0;
}

.copy-img-inactive{
	content: url(../images/copy-paste/Copy_Gray.png);
	display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.copy-img-active{
	content: url(../images/copy-paste/Copy.png);
	display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.cspl-copy:hover .copy-img-active, .copy-img-active:hover{
	content: url(../images/copy-paste/Copy_Hover.png);
	display: inline-block;
    margin: auto;
    vertical-align: middle;
}


.paste-img-inactive{
	content: url(../images/copy-paste/Paste_Gray.png);
	   display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.paste-img-active{
	content: url(../images/copy-paste/Paste.png);
	   display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.cspl-paste:hover .paste-img-active, .paste-img-active:hover{
	content: url(../images/copy-paste/Paste_Hover.png);
	   display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.padding-10{
	padding: 10px;
}

.even-item{
   background-color: #F2F2F2 !important;
  
}
.add-item{
  background-color: #E8E8E8 !important;
}

.primary-pair-header{
  color: red;
    font-weight: bold;
    font-style: italic;
}

.netting-pair-header{
  color: green;
    font-weight: bold;
    font-style: italic;
}

.pair-group-header{
  background: #deebf7 !important;
  color: #000000 !important;
}
.white-color{
  color: white;
}

.pt-6{
	padding-top:6px !important;
}


.pb-6{
	padding-bottom:6px !important;
}
.stepper.stepper-5-steps .step {
  width: 18%;
}

/* 
.fixed_header{
  table-layout: fixed;
  border-collapse: collapse;
}


.fixed_header tbody{
  display: block; 
  height: 100px;      
  overflow-y: auto;   
  overflow-x: hidden;
}

 .fixed_header thead tr {
 display: block;
} 
 */

.fixed_header {
  overflow-y: auto;

}
.fixed_header thead th {
  position: sticky;
}
.fixed_header table {
  border-collapse: collapse;
  width: 100%;
}

cspl-stepper-form .steps-heading {
  color: #fff;
  background-color: #2A7AB8;
  padding: 5px 10px;
  font-size: 14px;
  border-right: 0px solid #fff;
  text-transform: uppercase;
}

cspl-stepper-form .stepper {
  background-color: #FFF7DE;
  overflow-x: auto;
  margin-left: 0;
  margin-right: 0;
}

cspl-stepper-form .step {
  color: #404040;
  font-size: 14px;
  padding: 5px 10px;
}

cspl-stepper-form .step .step-number {
  font-size: 18px;
}

cspl-stepper-form .step .stepper-label {
  font-size: 14px;
}
cspl-stepper-form .step.active.green-step {
  background-color: #3DA82E;
}

cspl-stepper-form .step.green-step .step-number {
  color: #3DA82E;
}

cspl-stepper-form .step.active.violet-step {
  background-color: #6724E0;
}

cspl-stepper-form .step.violet-step .step-number {
  color: #6724E0;
}

cspl-stepper-form .step.active.red-step {
  background-color: #E72D31;
}

cspl-stepper-form .step.red-step .step-number {
  color: #E72D31;
}

cspl-stepper-form .step.active.yellow-step {
  background-color: #E9950D;
}

cspl-stepper-form .step.yellow-step .step-number {
  color: #E9950D;
}

cspl-stepper-form .step.active.teal-step {
  background-color: #00708A;
}

cspl-stepper-form .step.teal-step .step-number {
  color: #00708A;
}

cspl-stepper-form .step.active > .step-number,
cspl-stepper-form .step.active .stepper-label {
  color: #fff;
}

cspl-stepper-form > .stepper-form-container {
 /*  border: 2px solid #2a7ab8;
  border-radius: 7px;
  box-shadow: 1px 1px 0 3px aliceblue;
  padding: 5px; */
}

.status-header{
	text-align: center;
    padding: 5;
    margin-top: 0px;
    display: inline-block;
    padding: 3px 7px;
    background-color: #f56c05;
    color: #FFFFFF;
    border-radius: 5px;
}

.auto-pair-search input{
  height: 27px;
  background-color: #B3FFB3;
}

.auto-pair-table .table > tbody > tr > td {
    padding: 3px;
}
.auto-pair-table .table > thead > tr > th {
  padding: 3px;
  line-height: 1.5;
}

.auto-pair-control > cspl-form-group > div > div > cspl-drop-down > .form-group.has-feedback {
  margin-bottom: 2px;
}

.auto-pair-control > cspl-form-group > div > cspl-label.control-label {
  margin-bottom: 2px;
}

.auto-pair-group-panel-body{
  padding : 2px;
}

.auto-pair-panel-group{
  margin-bottom: 5px;
}


.limit-menu-icon:before{
	content: url(../images/Limit_Gray-24.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.limit-menu-icon:before{
	content: url(../images/Limit_Gray-24.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.format-icon:before{
	content: url(../images/Format-22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.field-icon:before{
	content: url(../images/Field_Settings_22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.options-icon:before{
	content: url(../images/Options_22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.full-screen-icon:before{
	content: url(../images/Full-screen-22.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.bgAmber{
	background-color: #ffc000;
	color : black !important;
}

.breach-badge.hard-breach-badge {
  background-color: #ff3333;
  color: #fff;
  text-align: left;
}

.breach-badge.hard-breach-badge:before {
  content: "Hard Breach";
}

.breach-badge.hard-breach-badge:after {
  border-left: 11px solid #ff3333;
}

.breach-badge.soft-breach-badge {
  background-color: #ffc000;
  color: black;
  text-align: left;
}

.breach-badge.soft-breach-badge:before {
  content: "Soft Breach";
}

.breach-badge.soft-breach-badge:after {
  border-left: 11px solid #ffc000;
}

.cspl-header {
	background-color : #2A7AB8 !important;
	color : white !important;
	font-weight : bold !important;
}



.wdr-cell, #wdr-pivot-view .wdr-grid-layout div.wdr-header.wdr-total {
	font-weight: bold !important;	
}

#wdr-grid-title, #wdr-pivot-view, #wdr-pivot-view #wdr-grid-view {
	background-color: #1B5077 !important;
	color: #fff !important;
}

.wdr-scroll-pane::-webkit-scrollbar {
	height: 4px;
}

/* #wdr-pivot-view .wdr-grid-layout .wdr-filters .wdr-header, #wdr-pivot-view .wdr-grid-layout.wdr-flat-view .wdr-header {
    background-color: #2A7AB8 !important;
    color: #fff !important;
}

#wdr-pivot-view .wdr-grid-layout .wdr-filter-header.wdr-filtered i.wdr-filtered-icon:before {
    color: #fff !important;
}

#wdr-pivot-view .wdr-grid-layout .wdr-filter-header i.wdr-filter-icon:before {
     color: #fff !important;
}

#wdr-pivot-view .wdr-grid-layout .wdr-filters {
	background-color : #2A7AB8 !important;
	color : white !important;
}

#wdr-pivot-view .wdr-grid-layout div.wdr-cell {
	border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
} */

.odd-table-row{
	background-color : #f2f2f2 !important;
}
.even-table-row{
	background-color : #e8e8e8 !important;
}

#wdr-pivot-view .wdr-ui,
#wdr-pivot-view .wdr-ui a,
#wdr-pivot-view .wdr-ui div,
#wdr-pivot-view .wdr-ui input,
#wdr-pivot-view .wdr-ui li,
#wdr-pivot-view .wdr-ui p,
#wdr-pivot-view .wdr-ui select,
#wdr-pivot-view .wdr-ui span,
#wdr-pivot-view .wdr-ui table,
#wdr-pivot-view .wdr-ui table td,
#wdr-pivot-view .wdr-ui table th,
#wdr-pivot-view .wdr-ui table tr,
#wdr-pivot-view .wdr-ui textarea,
#wdr-pivot-view .wdr-ui ul,
#wdr-toolbar-wrapper .wdr-toolbar-ui,
#wdr-toolbar-wrapper .wdr-toolbar-ui a,
#wdr-toolbar-wrapper .wdr-toolbar-ui div,
#wdr-toolbar-wrapper .wdr-toolbar-ui input,
#wdr-toolbar-wrapper .wdr-toolbar-ui li,
#wdr-toolbar-wrapper .wdr-toolbar-ui p,
#wdr-toolbar-wrapper .wdr-toolbar-ui select,
#wdr-toolbar-wrapper .wdr-toolbar-ui span,
#wdr-toolbar-wrapper .wdr-toolbar-ui table,
#wdr-toolbar-wrapper .wdr-toolbar-ui table td,
#wdr-toolbar-wrapper .wdr-toolbar-ui table th,
#wdr-toolbar-wrapper .wdr-toolbar-ui table tr,
#wdr-toolbar-wrapper .wdr-toolbar-ui textarea,
#wdr-toolbar-wrapper .wdr-toolbar-ui ul,
#wdr-toolbar-wrapper div.wdr-popup,
#wdr-toolbar-wrapper div.wdr-popup input[type=number],
#wdr-toolbar-wrapper div.wdr-popup input[type=password],
#wdr-toolbar-wrapper div.wdr-popup input[type=text] {
    font-family: Segoe UI Semibold;
}

#wdr-toolbar-wrapper {
    height: 0;
}

.status-header{
	text-align: center;
    padding: 5;
    margin-top: 0px;
    display: inline-block;
    padding: 3px 7px;
    background-color: #f56c05;
    color: #FFFFFF;
    border-radius: 5px;
}

.header-link, .header-link:hover{
	color:white;
	text-decoration: underline;
}

.fs-16 {
  font-size: 16px;
}
#wdr-pivot-view .wdr-grid-layout .wdr-empty {
  border-color: transparent !important;
}

#wdr-pivot-view .wdr-grid-layout #wdr-data-sheet {
  border-color: transparent !important;
}

/* === Dashboard Starts ===*/
.organisation-name-tag {
  padding: 5px;
  font-size: 14px;
  color: #FFFFFF;
}

.dashboard-switcher-button {
  background-color: #2875ae;
  color: #FFFFFF;
  text-align: center;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard-switcher-dropdown {
  background-color: #2875ae;
  color: #FFFFFF;
  padding: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-size: 14px;
}

.dashboard-switcher-arrow-container {
  padding-top: 5px;
  font-size: 14px;
  color: #ffffff;
}

.dashboard-switcher-arrow-container a {
  color: #ffffff;
}

.dashboard-switcher-dropdown .dropdown-menu {
  width: 100%;
}

.add-dashboard-icon:before {
  content: url("../images/dashboard/Add-20_bg.png");
}

.rename-dashboard-icon:before {
  content: url("../images/dashboard/Rename-20_bg.png");
}

.dashboard-action-container {
  position: absolute;
  display: none;
  right: 0;
  margin-right: 5px;
}

.dashboard-switcher-button:hover .dashboard-action-container,
.dashboard-switcher-button.dashboard-modal-open .dashboard-action-container {
  display: inline-block;
}

.dashboard-switcher-dropdown .dropdown-menu.dashboard-switcher-modal-dialog {
 margin-top: 8px;
 border: 3px solid #2875ae;
 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
         border-radius: 5px;
 width: 500px;
}

.dashboard-switcher-modal-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.dashboard-switcher-modal-title {
  color: #000;
}

.dashboard-switcher-modal-footer.modal-footer {
  border-top: 0; 
}

.md-primary {
  background-color: #2a7ab8;
}

.add-widget-fab {
  color: #fff;
  font-size: 32px;
}

.md-button.md-fab.md-fab-bottom-right.add-widget-fab {
    position: fixed;
}

.widget-store-container {
  background-color: #fff;
  position: absolute;
  width: 30vw;
  height: 90vh;
  top: 40px;
  right: 0;
  z-index: 21;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 1px 1px 10px 0px #595959;
     -moz-box-shadow: 1px 1px 10px 0px #595959;
          box-shadow: 1px 1px 10px 0px #595959;
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
}

.widget-store-container.widget-store-open {
  opacity:1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.widget-store-container.widget-store-close {
  opacity:0;
  -webkit-transform: translate(0, 25%);
      -ms-transform: translate(0, 25%);
       -o-transform: translate(0, 25%);
          transform: translate(0, 25%);
  pointer-events: none;
}

.widget-store-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.widget-category-count {
  color: #262626;
  font-size: 22px;
}

.widget-store-category {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
}

.widget-category-name {
  color: #262626;
}

.active-category-indicator {
  position: absolute;
  display: none;
  height: 4px;
  width: 30px;
  background-color: #00B0F0;
  bottom: -7px;
}

.active-category .active-category-indicator {
  display: block;
}

.widget-store-body {
  margin-top: 15px;
  margin-bottom: 5px;
}

.widget-layout-container {
  overflow: auto;
}

.black-color {
  color: #000;
}

.widget-thumbnail {
  position: relative;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.widget-selected .widget-thumbnail {
  /*border: 3px solid #00b050;*/
  -webkit-box-shadow: 0px 0px 0px 2px #00b050;
     -moz-box-shadow: 0px 0px 0px 2px #00b050;
          box-shadow: 0px 0px 0px 2px #00b050;
}

.widget-selected .widget-thumbnail-wrapper {
    display: inline-block;
    box-shadow: 0 3px 5px 0px #9e9e9e;
    border-radius: 10px;
}

.widget-store-footer {
  padding-right: 15px;
}

.widget-description {
  color: #595959;
  font-size: 11px;
  font-family: segoe ui
  margin-top: 2px;
}

@media (max-height: 700px) {
  .widget-layout-container {
    height: 62vh;
  }
}

@media (min-height: 701px) {
  .widget-layout-container {
    height: 66vh;
  }
}

@media (min-height: 801px) {
  .widget-layout-container {
    height: 69vh;
  }
}

.grid-stack-item[data-gs-height='1'] .grid-stack-item-body {
  max-height: 70%;
}

.grid-stack-item[data-gs-height='2'] .grid-stack-item-body {
  max-height: 84%;
}

.grid-stack-item[data-gs-height='3'] .grid-stack-item-body {
  max-height: 90%;
}

.grid-stack-item .grid-stack-item-body {
  max-height: 84%;
}

.widget-divider {
    position: absolute;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    bottom: -8px;
}

.grid-stack-item-header-placeholder {
  height: 45px;
}

.grid-placeholder-thumbnail {
  content: url("../images/dashboard/Dashboard Illustration_medium_vibrant_latest.png");
}

.grid-placeholder-description {
  font-size: 20px;
  color: #262626;
  margin-top: 25px;
}

.grid-placeholder-thumbnail {
  margin-left: 29%;
  margin-top: 8%;
}

.grid-stack {
  /*background-color: #ffffff;*/
}

.grid-stack-item-content {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(173, 171, 173, 1);
       -moz-box-shadow: 0px 0px 20px 5px rgba(173, 171, 173, 1);
            box-shadow: 0px 0px 20px 5px rgba(173, 171, 173, 1);
}

.grid-stack-item-header {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    top: 0;
    z-index: 3;
    width: auto;
    left: 0;
    right: 0;
    padding: 10px;
    color: #000;
   	font-size : 15px;
}

.grid-stack-item-header a {
    color: white;
    text-decoration: none;
}

.grid-stack-item-filter {
    position: absolute;
    top: 38px;
    z-index: 3;
    background-color: white;
    width: auto;
    left: 0;
    right: 0;
    color: black;
    padding: 10px;
    max-height: 100%
}

cspl-dashboard,
cspl-dashboard-widget {
    display: block;
    height: 100%;
}

.grid-stack-item-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.refresh-icon:before {
  content: url("../images/dashboard/Refresh_white_24.png");
}

.success-tick-mark:before {
  content: url("../images/dashboard/icons8-checked-28.png");
}

.widget-layout-container .success-tick-mark {
  display: none;
  position: absolute;
  top: -5px;
  right: 0;
}

.widget-layout-container .widget-store-grid-layout .success-tick-mark {
  right: 10px;
}

.widget-selected .success-tick-mark {
  display: block;
}

.icon-full-screen:before{
  content: url("../images/Full-screen_18.png");
}

.icon-home:before{
  content: url("../images/dashboard/Home-20.png");
}

.icon-delete-dashboard:before {
  content: url("../images/Delete Rule-24.png");
}

a[disabled] .icon-delete-dashboard:before {
  content: url("../images/Delete Rule_Disable State-24.png");
}

.dashboard-name {
    display: inline-block;
    color: #000;
    padding: 8px;
}

.dashboard-switcher-dropdown .dropdown-menu li:hover {
    cursor: pointer;
}

/* .widget-close-icon:before {
  content: url("../images/Close-12_dark.png");
  opacity : 0;
} */

.grid-stack-item-header-options:hover .widget-close-icon:before {
  content: url("../images/Close-12_dark.png");
  opacity : 1 !important;
}

/* .widget-refresh-icon:before {
  content: url("../images/PinLeft-14.png");
  opacity : 0;
} */

.grid-stack-item-header-options:hover .widget-refresh-icon:before {
  content: url("../images/Refresh_Black.png");
  opacity : 1 !important;
}

/* .widget-filter-icon:before {
  content: url("../images/PinRight-14.png");
  opacity : 0;
} */

.grid-stack-item-header-options:hover .widget-filter-icon:before {
  content: url("../images/Filter_Black.png");
  opacity : 1 !important;
}

.widget-placeholder-icon:before {
  content: url("../images/dashboard/Filter illustration-64.png");
}

.dashboard-preloader-icon:before {
  content: url("../images/dashboard/Dashboard Preloader.gif");
}
/* === Dashboard Ends ===*/

.login-user-name-container {
  padding-top: 8px;
}

.login-user-name-container i {
  color: #ffffff;
}

.login-user-name-container .dropdown-menu {
  margin-top: 10px;
}

body:fullscreen .main-nav-wrapper,
body:fullscreen header {
  /*display: none;*/
}

body:fullscreen .content-wrapper,
.nav-toggled:not(.compact):not(.mobile):fullscreen .content-wrapper {
  /*margin-left: 0px;*/
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.control-label.last-updated-date {
  text-align: left;
  margin-bottom: 5px;
}

.bold-last-row tr:last-child td {
  font-family: "Segoe UI Semibold"
}

.margin-top-5-percent {
    margin-top: 5%;
}

.red-text{
  color:red;
}
.margin-right-2{
  margin-right:2px;
}


.hedge-policy-setup-menu-icon:before{
	content: url(../images/Manage_Hedge_Policy_Gray.png);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.auto-pair-table .table > thead > tr > th.paired-exposure-table-header{
  background-color: #548235;
}

.auto-pair-table .table > thead > tr > th.pairing-details-table-header{
  background-color: #A13707;
}

.black-color{
  color: black;
}


.layout-select-group .themeName{
	max-width: 127px;
}


.up-arrow-icon:before{
	content: url("../images/Previous_22.png");
	vertical-align:inherit;
}

.down-arrow-icon:before{
	content: url("../images/Next_22.png");
	vertical-align:inherit;
}

.up-arrow-icon, .down-arrow-icon, .up-arrow-icon-disabled, .down-arrow-icon-disabled{
	float:right;
	margin-right : 5px;
}

.up-arrow-icon-disabled:before{
	content: url("../images/Previous_22_Disabled.png");
	vertical-align:inherit;
}

.down-arrow-icon-disabled:before{
	content: url("../images/Next_22_Disabled.png");
	vertical-align:inherit;
}

.up-arrow-icon-disabled, .down-arrow-icon-disabled{
	cursor : not-allowed !important;
}

.notification-badge.term-loan-document-badge {
  background-color: #7030A0;
}

.notification-badge.term-loan-document-badge:after {
  border-left: 11px solid #7030A0;
}

.notification-badge.term-loan-document-badge:before {
  content: "Term Loans";
}

.wdr-filters .wdr-header, .wdr-ui-element .wdr-row{
    font-size: 12.5px !important;
    background-color: #2e75b6 !important;
    color : #fff !important;
}

.wdr-cell{
     border-color : #fff !important;
     background-color:#f2f2f2 !important;
     font-size: 12.5px !important;
     color : #000 !important
}

.wdr-empty{
    background-color:#fff !important;
}

.wdr-header-c,.wdr-header-r{
    background-color:#deebf7 !important;
    font-size: 12.5px !important;
    border-color : #fff !important;
}

#wdr-pivot-view .wdr-grid-layout .wdr-expanded .wdr-expanded-icon:before{
    content:url("../images/Collapse_18_Black_Pivot.png") !important;
}

#wdr-pivot-view .wdr-grid-layout .wdr-collapsed .wdr-collapsed-icon:before{
    content:url("../images/Expand_18_Black_Pivot.png") !important;
}

i.wdr-filter-icon:before{
	content:url("../images/Settings_White_Small_Pivot_12.png") !important;
}

.wdr-expanded-icon, .wdr-collapsed-icon{
    margin-right : 2px !important;
}

.wdr-ui-element.wdr-ui.wdr-list-header.wdr-list-header-wide {
    background-color: #deebf7 !important;
}

.wdr-list-header .wdr-ui.wdr-ui-label {
    font-family: Segoe UI Semibold !important;
    font-size: 12.5px !important;
    color: #404040 !important;
}


a#wdr-btn-collapse-expand-all {
    font-size: 12px !important;
    color: #2f5597 !important;
    font-family: Segoe UI Semibold;
}

span.wdr-ui-element.wdr-ui.wdr-ui-label.wdr-popup-title{
    display: inline !important;
    padding-right: 10px !important;
    font-family: Segoe UI Semibold !important;
    font-size: 14px !important;
    color: #404040 !important;
    line-height : 1px !important;
}

span.wdr-ui-element.wdr-ui.wdr-ui-label.wdr-popup-subtitle {
    display: inline !important;
    float: right !important;
    margin-top: 0px !important;
    font-style: italic !important;
    font-size: 12px !important;
    font-family: segoe ui !important;
    color: #7f7f7f !important;
}

.wdr-ui-col.wdr-vam{
    margin-right: 0px !important;
    padding-top: 20px !important;
}

.wdr-list-content {
    height: 100px;
}

span.wdr-ui-element.wdr-ui.wdr-ui-label.wdr-prompt {
    font-family: segoe ui !important;
    font-size: 12px !important;
    font-style: italic !important;
    color : #7f7f7f !important;
}

.wdr-list-header-label-wrap .wdr-ui.wdr-ui-label{
    display : inline !important;
}
.wdr-list-header-label-wrap .wdr-ui-link-btn{

	float: right !important;
    display: inline-block !important;
}

.wdr-list-content #wdr-text-display{
    font-family : Segoe ui !important;
    font-size : 13px !important;
    color : #0d0d0d !important;
    padding-left: 5px !important;
}

.wdr-ui-element.wdr-ui.wdr-ui-col.wdr-vam.wdr-tar.wdr-ui-btns-row{
	padding-top : 0px !important;
}

.wdr-ui-element.wdr-ui.wdr-list-wrap.wdr-list-wrap-all, .wdr-list-wrap-pages, .wdr-list-wrap-cols, .wdr-list-wrap-rows, .wdr-list-wrap-measures {
    border: 1px solid #bfbfbf !important;
    border-radius: 5px !important;
    border-collapse: collapse !important;
    box-shadow: 1px 1px 0 1.5px #deebf7;
}

.wdr-list-header, .wdr-ui-element.wdr-ui.wdr-search-wrap, li.wdr-ui-element.wdr-ui.wdr-draggable {
    border: 0px !important;
}
.wdr-list-header{
    background-color: #deebf7 !important;
    color : #404040 !important;
    padding : 10px 5px !important;
    font-family : Segoe ui semibold !important;
    font-size : 13px !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.wdr-checked .wdr-icon-display, .wdr-unchecked .wdr-icon-display{
	border-radius : 3px !important;
}


a.wdr-ui-element.wdr-ui.wdr-ui-btn.wdr-ui-btn-dark {
    background: #236699 !important;
    float: right !important;
    margin-left: 10px !important;
    margin-right: 0px !important;
}


a#wdr-btn-add-measure {
    background: #2a7ab8 !important;
    color: #fff !important;
    border: 1px solid #2a7ab8 !important;
    font-size: 13px !important;
}

a#wdr-btn-add-measure:before{
    display : none !important
}
a#wdr-btn-add-measure::before {
    content: "\2795" !important;
    color:#fff !important;
    font-size: 15px !important;
    display: block !important;
    padding-right: 10px;
    padding-bottom: 3px;
}

.wdr-list-wrap-pages .wdr-list-content, .wdr-list-wrap-cols .wdr-list-content, .wdr-list-wrap-rows .wdr-list-content, .wdr-list-wrap-measures .wdr-list-content{
	height : 100px !important;
}

.wdr-ui-element.wdr-ui.wdr-popup-header.wdr-ui-row {
    margin-bottom: 5px !important;
}

.wdr-list-content li {
    height: 30px !important;
}

.wdr-list-wrap-all .wdr-list-content li{
	height : 35px !important;
}

span#wdr-icon-display {
	border-radius : 3px !important;
}

.wdr-filter-header .wdr-ui-label {
	color : #fff !important;
}

#wdr-pivot-view .wdr-grid-layout .wdr-filter-header.wdr-filtered i.wdr-filtered-icon:before {
 color : #fff !important;   
}
.wdr-ui-btn {
    height : 35px !important;
    padding-top: 8px !important;
}

.wdr-list-content .wdr-selected.wdr-checked #wdr-text-display, 
.wdr-list-wrap-pages #wdr-text-display, .wdr-list-wrap-cols #wdr-text-display, .wdr-list-wrap-rows #wdr-text-display, .wdr-list-wrap-measures #wdr-text-display {
     font-family: Segoe ui !important; 
     font-weight : inherit !Important;
}

#wdr-aggr-display {
   padding-top : 9px !important
}

#wdr-pivot-view #wdr-fields-view .wdr-popup-content .wdr-list-wrap .wdr-list-content li.wdr-values:before{
    top : 10px !important
}

#wdr-drag-handle{
	padding-top :20px !important;
}

div#wdr-page-filter {
    padding-top : 8px !important
}

.wdr-pivot-title{
    text-transform : uppercase;
}

.wdr-grand-total{
    background : #b3d0eb !important;
    
}


#wdr-calculated-view .wdr-ui-element.wdr-ui.wdr-ui-col.wdr-vam {
     padding-top : 35px !important;
}

#wdr-calculated-view .wdr-ui-element.wdr-ui.wdr-ui-col.wdr-vam.wdr-tar{
    padding-top:0px !important
}

#wdr-calculated-view #wdr-lst-measures #wdr-text-display {
    font-family : Segoe ui !important;
    font-size : 13px !important;
    color : #0d0d0d !important;
    padding-left: 5px !important;
     font-weight : inherit !Important;
}

#wdr-calculated-view li.wdr-ui-element.wdr-ui.wdr-measure.wdr-draggable {
    height : 33px !important
}


#wdr-filter-view .wdr-ui-element.wdr-ui.wdr-ui-col.wdr-vam.wdr-ui-btns-row {
    padding-top : 0px !important
}

#wdr-filter-view span.wdr-ui-element.wdr-ui.wdr-ui-label{
    font-family : Segoe ui !important;
     font-weight : normal !Important;
     color : #0d0d0d !important;
}

#wdr-filter-view a.wdr-ui-checkbox .wdr-ui-label:before{
    border-radius : 3px !Important
}

#wdr-filter-view .wdr-filters-table-header span.wdr-ui-element.wdr-ui.wdr-ui-label {
    font-weight : bold !important
}

#wdr-filter-view .wdr-filters-table{
     border: 1px solid #bfbfbf !important;
    border-radius: 5px !important;
    border-collapse: collapse !important;
    box-shadow: 1px 1px 0 1.5px #deebf7;
}

.wdr-ui-element.wdr-ui.wdr-filters-table-header.wdr-fth-withsearch {
    background-color: #deebf7 !important;
    color: #404040 !important;
    
    font-family: Segoe ui semibold !important;
    font-size: 13px !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-color :#deebf7 !important;
}

#wdr-calculated-view ul#wdr-lst-measures {
     border: 1px solid #bfbfbf !important;
    border-radius: 5px !important;
    border-collapse: collapse !important;
    box-shadow: 1px 1px 0 1.5px #deebf7;
}

#wdr-calculated-view .wdr-ui-checkbox span.wdr-ui-label::before {
    border-radius : 3px !important
}


.modal-60 {
    width: 60% !important;
}
.pull-previous-icon:before{
    content: url("../images/Pull Previous Data-24.png");
    vertical-align:inherit;
}

.pull-next-icon:before{
    content: url("../images/Pull Next Data-24.png");
    vertical-align:inherit;
}


.pull-previous-icon-disabled:before{
	content: url("../images/Pull Previous Data-24_Inactive_03.png");
	vertical-align:inherit;
}

.pull-next-icon-disabled:before{
	content: url("../images/Pull Next Data-24_Inactive_03.png");
	vertical-align:inherit;
}

.pull-previous-icon-disabled, .pull-next-icon-disabled{
	cursor : not-allowed !important;
}

.padding-bottom-10{
	padding-bottom : 10px !important;
}

.padding-top-10{
	padding-top : 10px !important;
}	

.carousel-inner{
	overflow:initial;
}

.date-range-to-label{
    min-width: 30px;
    float: left;
}

.pr-10{
	padding-right:10px;
	
}

.cursor_pointer{
  cursor:pointer;
}
.fxo-register table .fxo-strategy-reg-table td{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  padding-left: 11px;
  padding-right: 11px;
}
.fxo-register table thead th{
font-size: 14px;
font-weight: bold;
line-height: 23px;
padding-left: 11px;
padding-right: 11px;
overflow: hidden;
text-overflow: ellipsis;
white-space:nowrap;
} 
.padding-6 img{
  padding: 6px 6px;
  
}
