/*
 * Template Name: AppKit
 * Version: 1.0
*/
/* Theme default */

.collapse.in {
  display: block;
    overflow: auto;
  }

  .ml-auto{
    margin-left: auto !important;
  }
  
  .mr-auto{
    margin-right: auto !important;
  }
  /* Edge Default Eye Icon Reveal - Fix*/

  input::-ms-reveal,
  input::-ms-clear {
    display: none !important;
  }

 ::-webkit-scrollbar {
      width: 4px;
      height: 8px;
      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: #204d84;
      -webkit-border-radius: 80px;
  }

      ::-webkit-scrollbar-thumb:vertical:active {
          background: #595959;
          -webkit-border-radius: 80px;
      }
  ::-webkit-scrollbar-thumb:horizontal {
    width: 1px;
      background: #595959;
      -webkit-border-radius: 80px;
  }

   ::-webkit-scrollbar-thumb:horizontal:active {
    width: 1px;
       background: #595959;
       -webkit-border-radius: 80px;
   }
   
   
  [class^="col-md-"]{
}


  
html {
  height: 100vh;
  background: #000;
}
.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
body {
  font-family: segoe ui semibold;
  color: #F2F2F2;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #494d55;
  min-height: 100vh;
  overflow-x: hidden;
  padding-right: 0px !important;
}
.video-container iframe {
  max-width: 100%;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin-left:10px;
  margin-bottom: 5px !important;
}
button.close:focus {
  outline: none;
}
.close {
  text-shadow: none;
}

.transparentbg {background:transparent;}
.noborder {border:0px;}
/* ======= Dropdown ======= */
. {
  cursor: pointer;
  outline:none;
}
.dropdown-menu {
 background-color: #ffffff;
  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;
}
.dropdown-menu > li {
  margin-bottom: 0;
  font-size: 13px;
}
.dropdown-menu > li > a {
  padding: 5px 7px;
  color: #000000 !important;
  background: #ffffff;
}
.dropdown-menu > li > a:hover {
  background: #0080c0;
  color: #FFFFFF !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #2462EC;
}
.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: 30px;
  -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 , #menu .branding  {
  background: #000;
  float: left;
  height: 60px;
  -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: 80px;
  -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;
}
/* While sidebar Width Shrinks */
.compact:not(.nav-toggled) #menu .branding,
.mobile.nav-toggled #menu .branding,
.nav-toggled:not(.compact):not(.mobile) #menu .branding {
  width: 44px;
}

.nav-toggled:not(.compact):not(.mobile) #menu .logo a{
  padding-left: 0px !important;
} 

.mobile:not(.nav-toggled) .header .branding {
  width: 0;
  top: -2px;
}

.header .branding .logo-icon , #menu .branding .logo-icon{
  position: relative;
  width: 65px;
  height: 30px;
}

.brand-logo {
  position: relative;
  width: 80px;
  height: 65px;
}

.header .branding .logo , #menu .branding .logo {
  font-size: 28px;
  margin: 0;
  padding-top: 5px;
  text-transform: uppercase;
  width: 45px;
}
.header .branding .logo .highlight {
}
.header .branding .logo a , #menu .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: 15px;
  display: block;
  height: 30px;
  background-color: #333333;
}
.header .topbar .icon {
  color: rgba(255, 255, 255, 0.8);
}
.header .main-nav-toggle {
  display: inline-block;
  float: left;
  background: none;
  border: none;
  padding: 12px 12px;
  margin-top: -20px;
  margin-left: 10px;
  position: relative;
}
.header .main-nav-toggle .icon {
  position: absolute;
  left: 2px;
  top: 13px;
  color: #40babd;
  -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: #9499a3;
  margin-top: 2px;
}
.header .main-nav-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.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-size:15px;
  top:40px;
  width:auto;
   -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: #000000;
  -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;
  margin-top: -25px;
  margin-right: -15px;
}
.header .utilities-container {
  float: left;
  display: inline-block;
  padding-top: 5px;
  margin-top: 5px;
}
.header .utilities-container .item {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  float: left;
}
.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 . {
  padding-bottom: 10px;
}
.header .utilities-container .item-notifications .dropdown-menu {
  width: 420px;
  left: auto;
  right: -10vh;
  padding: 0;
  font-size: 12px;
  margin-right:6px;
  padding-right:0px;
}
.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;
}
.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 . {
  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;
  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 . {
  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;
  outline: none;
  margin-right: 5px;
}
.header .user-container.dropdown .fa-caret-down {
  color: #9499a3;
}
.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;
  outline: none;
}
.header .user-container .icon {
  font-size: 20px;
  outline:none;
}
.header .user-container .dropdown-menu {
  left: auto;
  right: 0;
  top: 38px;
  border: 1px solid #404040;
  font-size: 9.5px;
  border-radius: 0;
  padding: 0px;
  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: 3px 15px;
  color: #D9D9D9;
}
.header .user-container .dropdown-menu > li > a:hover, .header .user-container .dropdown-menu > li > a:hover .icon {
  background: #020202;
  color: #FFFFFF !important;
}
.header .user-container .dropdown-menu > li > a .icon {
  vertical-align: middle;
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
  color: #000000;
}
.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;
}
/* ======= 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;
  margin-top:18px;
}
.compact:not(.nav-toggled) .main-nav-wrapper,
.nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper {
  width: 44px;
}
.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: 10;
}
.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 {
}
.main-nav-wrapper .main-nav li.active a {
  background: #000000;
}
.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: 15px;
  line-height: 1.25;
  color: #D9D9D9;
  background: #000000;
}
.main-nav-wrapper .main-nav li a:hover {
  text-decoration: none;
  color: #FFFFFF;
  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: 13.5px;
  padding: 10px 0;
  padding-left: 35px;
  color: rgba(255, 255, 255, 0.6);
  border-left: 4px solid transparent;
  border-bottom: none;
  background: #1b1b1b;
}
.main-nav-wrapper .main-nav li .sub-menu li a:hover {
  background: #262626;
  color: #F2F2F2;
}
.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: #d9d9d9;
  margin-left: 220px;
  margin-right: 0;
  padding-top: 10px;
  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: #000000;
  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: #000000;
}
.compact .content-wrapper {
  margin-left: 44px;
}
.compact.nav-toggled .content-wrapper {
  margin-left: 220px;
}
.mobile .content-wrapper {
  margin-left: 0;
}
.nav-toggled.mobile .content-wrapper {
  margin-left: 44px;
}
.nav-toggled:not(.compact):not(.mobile) .content-wrapper {
  margin-left: 44px;
}
.content-wrapper .view-title {
  font-size: 10pt;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #000000;
}
.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: 44px;
  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: #F2F2F2;
}
.Login-layout-no-leftnav {
  min-height: 100vh;
}
.customer-registration-layout-no-leftnav {
  min-height: 100vh;
  background-image: url(../images/customer_reg_background.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: #e8e8e8;
  }
}
[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;
  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 {
  color: #494d55;
}
.side-panel .excerpt {
  color: #a2a6af;
}
.module {
  background: #FFFFFF;
  position: relative;
  border-radius: 6px;
  width:101%;
  background-clip: padding-box;
  margin-left:10px;
  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:  1px;
}

.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;
  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;
}
.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: #797f8b;
}
.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: #75c181;
}
.text-info {
  color: #58bbee;
}
.text-warning {
  color: #F8A13F;
}
.text-danger {
  color: #f77b6b;
}
.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-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;
}
.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 {
  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 > ..btn-default {
  border-color: #e6e7ea;
}
.open > ..btn-default:focus,
.open > ..btn-default:active,
.open > ..btn-default:hover {
  border-color: #e6e7ea;
  background: #f9f9fb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary {
  background: #f2f2f2;
  border: 1px solid #7F7F7F;
  color: #0D0D0D;
}
.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: #020202;
  color: #F0CBA6;
  border: 1px solid #BEBEBE;
}
.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;
  color: #fff;
}
.btn-info {
  border: 1px solid #7F7F7F;
  color: #FFFFFF;
}

      .btn-info:active,
    .btn-info.active {
    }

    .btn-info.active:hover,.btn-info.active:focus {
    }
.btn-info:hover,
.btn-info:focus,
.btn-info.hover {
}
.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 {
  border: 1px solid #C1272D;
  color: #FFFFFF;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.hover {
  background: #020202;
  border: 1px solid #C1272D;
  color: #FAABA0;
}
.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 > ..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 > ..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 > ..btn-primary {
  background: #5cb551;
  border-color: #5cb551;
}
.theme-3 .open > ..btn-primary {
  background: #426f9f;
  border-color: #426f9f;
}
.theme-4 .open > ..btn-primary {
  background: #e9553b;
  border-color: #e9553b;
}
.open > ..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 > ..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 > ..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 > ..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 . {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.btn-group.open ..btn-default {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-group > .btn + ..btn-default-alt {
  background: #555963;
  color: #fff;
}
.btn-group > .btn + ..btn-default-alt:hover {
  background: #494d55;
}
.btn-group > .btn + ..btn-primary {
  background: #0094D9;
  color: #fff;
}
.theme-2 .btn-group > .btn + ..btn-primary {
  background: #5cb551;
}
.theme-3 .btn-group > .btn + ..btn-primary {
  background: #426f9f;
}
.theme-4 .btn-group > .btn + ..btn-primary {
  background: #e9553b;
}
.btn-group > .btn + ..btn-primary:hover {
  background: #339597;
}
.theme-2 .btn-group > .btn + ..btn-primary:hover {
  background: #51a746;
}
.theme-3 .btn-group > .btn + ..btn-primary:hover {
  background: #3a638d;
}
.theme-4 .btn-group > .btn + ..btn-primary:hover {
  background: #e74124;
}
.btn-group > .btn + ..btn-success {
  background: #63b971;
  color: #fff;
}
.btn-group > .btn + ..btn-success:hover {
  background: #52b161;
}
.btn-group > .btn + ..btn-info {
  background: #41b2ec;
  color: #fff;
}
.btn-group > .btn + ..btn-info:hover {
  background: #2aa8e9;
}
.btn-group > .btn + ..btn-warning {
  background: #f79526;
  color: #fff;
}
.btn-group > .btn + ..btn-warning:hover {
  background: #f6890e;
}
.btn-group > .btn + ..btn-danger {
  background: #f66553;
  color: #fff;
}
.btn-group > .btn + ..btn-danger:hover {
  background: #f4503b;
}
.btn-group > .btn + ..btn-pink {
  background: #e73c87;
  color: #fff;
}
.btn-group > .btn + ..btn-pink:hover {
  background: #e42679;
}
.btn-group > .btn + ..btn-purple {
  background: #7b3995;
  color: #fff;
}
.btn-group > .btn + ..btn-purple:hover {
  background: #6c3282;
}
.btn-group > .btn + ..btn-yellow {
  background: #f0ac2a;
  color: #fff;
}
.btn-group > .btn + ..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: #7F7F7F;
  border: 1px solid #7F7F7F;
}
.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:#7F7F7F;
  border: 1px solid #7F7F7F;
}
.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;
}
.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: #f9f9fb;
  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 {
  border-color: #eaeaf1;
  margin-bottom: 15px;
}
.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-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: 2px;
  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;
  border-radius: 0;
  background-clip: padding-box;
}
.label-number-alt {
  background: #797f8b;
  color: #fff !important;
  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 5px 0 5px;
    vertical-align:top;
}
.csplTable,tr {
    height:20px;
    line-height:19.9px;
}
.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,
.pager li>a:hover {
    color: #2462EC;
}

.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;
  border: none;
  margin-right: 5px;
  color: #616670;
}
.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: #797f8b;
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:active,
.pagination > li > span:active {
  background-color: #333333;
  color: #ffffff;
  border: none;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a,
.pagination > li > span {
  background-color: #000000;
  color: #ffffff;
  border: none;
}
.pagination > li > a.disabled,
.pagination > li > span.disabled {
  background-color: #333333;
  color: #ffffff;
  border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 4px;
  background-clip: padding-box;
  background: none;
}
/* ====== 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: #000000;
}
.table > thead > tr > th {
  font-weight: normal;
  color: #F2F2F2;
  background: #2A7AB8;
}
.table > thead > tr > th,
.table > thead > tr > td {
  border-color: #000000;
}
.table > tbody > tr > th {
  font-weight: 600;
  color: #616670;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  border-color: #0D0D0D;
}

.table > tbody > tr > td {
  font-size: 13px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: #000000;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background: #0D0D0D;
}
.table-hover > tbody > tr:hover {
  background: #F0CBA6;
  color: #0D0D0D;
}
.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: #ffffff;
}
.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: #2A7AB8;
  color: #ffffff !important;
}
.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: #2A7AB8;
  color: #ffffff;
}
.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: #2A7AB8;
}
.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: #2A7AB8;
}
.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: #2A7AB8;
}
.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: #F0CBA6;
}
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 #000000;
}
/* 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 {
  color: #494d55;
}
label .help-block {
  font-weight: 400;
}
.help-block {
  color: #E86A6A;
  font-size: 12px;
  text-align: right;
}
.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 !important;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #FCFCFC;
  color: #000000;
  font-size: 10pt;
}
.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-color: #FFC000;
  border-width: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #555555 !important;
}
.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:left;
    font-size:13px;
    color:#404040;
    line-height: 1.5;
    padding-bottom:5px;
}
.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 ..datepicker table tr td span.active,
.open ..datepicker table tr td span.active:hover,
.open ..datepicker table tr td span.active.disabled,
.open ..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 ..datepicker table tr td span.active,
.theme-2 .open ..datepicker table tr td span.active:hover,
.theme-2 .open ..datepicker table tr td span.active.disabled,
.theme-2 .open ..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 ..datepicker table tr td span.active,
.theme-3 .open ..datepicker table tr td span.active:hover,
.theme-3 .open ..datepicker table tr td span.active.disabled,
.theme-3 .open ..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 ..datepicker table tr td span.active,
.theme-4 .open ..datepicker table tr td span.active:hover,
.theme-4 .open ..datepicker table tr td span.active.disabled,
.theme-4 .open ..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: 0px;
  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 {
  background-clip: padding-box;
  background: #FFFFFF;
 border:1.5pt solid #7F7F7F !important;
 }
.modal-title {
  font-size: 10pt;
  text-align: center;
  background-color: #0E1C4E !important;
}
.modal-header {
  border-bottom: 0;
  padding: 30px;
  padding-bottom: 0;
}
.modal-body {
  padding: 30px 60px;
  background: #FFFFFF;
  border: none !important;
  
}
.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-content {
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
  }
  .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;
    height: 50%;
  }
}
/* 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;
}
.block-relative {
  position: relative;
}
.padding-xs {
  padding: 5px;
}
.padding-sm {
  padding: 15px;
}
.padding-md {
  padding: 30px;
}
.padding-bottom-8px {
  padding-bottom:8px;
}

.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-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-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;
}
/* ======= 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) {
  .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 #5B9BD5;

  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-plus-sign:hover{
      color:#3D57B1;
}
a{
  color:#0563C1;
  outline: none;
}
a:hover,
a:focus,
a:active{
  outline: none;
}
/** 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 ; padding: 0px;}
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-col-left{
  text-align: left;
}
.table-col-right{
  text-align:right;
}


.modal-header {background-color:#292929; padding:0px; height:35px; border-top-left-radius:3px; border-top-right-radius:3px;}
 .modal-title {color:#D9D9D9; vertical-align:middle; line-height:35px;text-align:left;padding-left:10px;}
 .modal-header button.close {color:#FFF; vertical-align:middle;}
 .modal-body {border:4px solid #000000; padding:5px; border-radius:4px;margin: 0px 4px 4px 4px;}
 .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;max-height: 75vh; }
 .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 .table-responsive td.columnOne {width:120px;}
 .modal-body h4.sub-heading {color: #24548f;}
 .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; width:60px; text-align:center;}
div.table-responsive table.table td label.label_darkbrown {background-color:#9f6b37; color:#FFF; padding:10px; width:60px; text-align:center;}
div.table-responsive table.table td label.label_violet {background-color:#8F65A1; color:#FFF; padding:10px; width:60px; text-align:center;}
div.table-responsive table.table td label.label_lightblue {background-color:#478497; color:#FFF; padding:10px; width:60px; text-align:center;}
div.table-responsive table.table td label.label_magentha {background-color:#9D7373; color:#FFF; padding:10px; width:60px; text-align:center;}
div.table-responsive table.table td label.label_darkgreen {background-color:#77A277; color:#FFF; padding:10px; width:60px; text-align:center;}
div.table-responsive table.table td label.label_darkblue {background-color:#72729D; color:#FFF; padding:10px; width:60px; text-align:center;}
div.table-responsive table.table td label.label_maroon {background-color:#CE4E4E; color:#FFF; padding:10px; width:60px; text-align:center;}
div.table-responsive table.table td label.label_royalblue {background-color:#3366FF; color:#FFF; padding:10px; width:60px; 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 {
  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 {
}
.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;
  color: #000000;
}

.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: #0D0D0D;
    background-color: #f2f2f2;
    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 > .:not(:first-child) {
    border: 0 hidden;
    border-radius: 6px;
}

#btnGroup .btn-group>.btn:not(:first-child):not(:last-child):not(.):hover,
#btnGroup .btn-group>.btn:not(:first-child):not(:last-child):not(.).active,
#btnGroup .btn-group>.btn:not(:first-child):not(:last-child):not(.).focus,
#btnGroup .btn-primary:hover {
    background: #2A7AB8;
    color: #ffffff;
    border: 0 hidden;
    border-radius: 6px;

}

#btnGroup .btn-group>.btn:first-child:not(:last-child):not(.).active,
#btnGroup .btn-group>.btn:first-child:not(:last-child):not(.).focus {
    background: #2A7AB8;
    color: #ffffff;
    border: 0 hidden;
    border-radius: 6px;
    -webkit-box-shadow: -7px -7px 0px #92D050;
            box-shadow: -7px -7px 0px #92D050;
}

#btnGroup .btn-primary:focus,
#btnGroup .btn-primary:active,
#btnGroup .btn-primary.active,
#btnGroup .btn-primary.active:hover {
    background: #2A7AB8;
    color: #ffffff;
    border: 0 hidden;
    border-radius: 6px;
}
#btnGroup .btn-primary:hover{
	color: #0D0D0D;
    background-color: #f2f2f2;
    border: 0;
    font-weight: bold;
}

#notification_count {
  padding:1px 4px;
  background: #cc0000;
  color: #ffffff;
  font-weight: bold;
  margin-left: 10px;
  border-radius: 50%;
    -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  position: absolute;
      margin-top: -2px;
  font-size: 8px;
  z-index: 1;
  animation:2s blinker linear infinite;
  -webkit-animation:2s blinker linear infinite;
  -moz-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 28px 2px #888888;
          box-shadow: 2px 2px 28px 2px #888888;
  border-radius: 4px;
  overflow: auto;
  max-height: 70vh;
}

.notificationList{
  border-bottom: 1px solid #D4DDE6;
  border-bottom-width: thin;
}
.notificationList a:hover{
  color: #000000;
  font-weight:bold;
}
.notificationListHeader{
  text-align: center;
  font-weight:bold;
  color: #d9d9d9;
  border-bottom: 1px solid #404040;
  padding: 10px 10px;
  background: #0E1C4E !important;
}
.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),
.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),
.altPerfToDate  tbody td:nth-child(6n+1), .altPerfToDate  tbody td:nth-child(6n),
.altColorForCols tbody td:nth-child(odd)
{
     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;
}
.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;
}

.linkCursorForData{
  cursor: pointer;
}

.linkCursorForData:hover {
   color:  #FFFFFF !important;
   background-color: #00A4DE !important;

}

.linkCursorForHeader{
  cursor: pointer;
}

.linkCursorForHeader:hover {
   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 > .:not(:first-child) {
    border: 0 hidden;
    border-radius: 6px;
}

.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.):hover,
.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.).active,
.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.).focus,
.cspl-btn-switch .btn-primary:hover {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 6px;

}

.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.):hover,
.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.).active,
.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.).focus {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 6px;
    -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: 6px;
    -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: 6px;
}
.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: 60px;
    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);
    left: -1px;
    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: #EBEBE4;
}


.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 > .:not(:first-child) {
    border: 0 hidden;
    border-radius: 6px;
}

.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.):hover,
.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.).active,
.cspl-btn-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.).focus,
.cspl-btn-switch .btn-primary:hover {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 6px;

}

.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.):hover,
.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.).active,
.cspl-btn-switch .btn-group>.btn:first-child:not(:last-child):not(.).focus {
    background: #3d57b1;
    color: #fff;
    border: 0 hidden;
    border-radius: 6px;
    -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: 6px;
    -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: 6px;
}

.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: #F2F2F2;
  background: #333333;
}

.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);
    left: -1px;
    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: #EBEBE4;
}

.indent-sub-item {
	text-indent: 25px;
}
.noPaddingMargin{
	padding: 0 !important;
	margin: 0 !important;
}
#hoverTile:hover {
	background-color: #ff871e;
}

.fa-p:before {
  font-family: arial;
  font-weight: bold;
  content: 'P';
}

.fa-d:before {
  font-family: arial;
  font-weight: bold;
  content: 'D';
}

.fa-in:before {
  font-family: arial;
  font-weight: bold;
  font-size: 15px !important;
  content: 'IN';
}

.fa-out:before {
  font-family: arial;
  font-weight: bold;
  font-size: 15px !important;
  content: 'OUT';
}

.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: #FFC000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cspl-error .form-control:focus,
.cspl-error .input-group-addon:focus {
  border-color: #FFC000;
  -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;
}
.bold-text {
	font-weight: bold !important;
}
  .col-md-1-7-5 {
    width: 13.835%;
  }

.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;
}

table.dataTable.no-footer {
    border-bottom: 2px solid #000000;
}
 .modal-header-red {
 	border: 2px solid #C1272D;
 	border-radius: 4px; 
 }
.modal-footer {
	background: #ffffff;
 	border-top: none !important;
 }
.search-faq-category {
	background-color:#0D0D0D; 
	border-radius: 6px;
}
.panel-body{
	background-color:#0D0D0D;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.uib-datepicker-popup  > li > div.uib-datepicker > table .btn-default {
    border: 0;
/*     background: #000000;
    color: #D9D9D9; */
    color: #111111;
    border-radius: 25px;
    margin: 0px;
}
.uib-datepicker-popup  > li > div.uib-datepicker > table .btn-default:hover {
    border: 0;
    background: #0E1C4E;
    color: #FFFFFF;
    border-radius: 25px;
}
.uib-datepicker-popup  > li > div.uib-datepicker > table .btn-default.btn-sm.btn-info.active{
    border: 0;
    background: #008EC0;
    color: #FFFFFF;
    border-radius: 25px;
}
.uib-weeks, .uib-datepicker-popup  > li > div.uib-datepicker > table > thead > tr:nth-child(2)> th{
	color: #111111;
	font-size: 13px !important;
	font-weight: bold;
}

[uib-typeahead-popup].dropdown-menu {
	min-width:95%;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 75%;
  }
  .modal-md {
    width: 50%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .customer-onboarding .divider {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .customer-onboarding .divider span {
    background: #fff;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    top: 80px;
    margin-left: -10px;
  }
  .customer-onboarding .divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f3f3f7;
    height: 100%;
    width: 1px;
  }
  .customer-onboarding .social-btns {
    padding-left: 65px;
  }
  .customer-onboarding .social-btns .note {
    text-align: left;
  }
}


table.dataTable thead > tr > th {
	padding-left:10px;
	line-height: 1.25;
}
.btn[disabled]{
	cursor: default;	
}	
.pull-right{
	float: right !important;
}
.pull-right Button,
.pull-right.form-control{
	float:right;	
}
.alert{
	max-width:80%;
	text-align: center;
}
.alerts {
	text-align: center;
	word-wrap: break-word;
	padding-right:7%;
	padding-left: 21%;
}
.glyph {
    text-align: center;
    padding: 0.25em;
    margin: 10px 0 0	 0;
    width: 100%;
    text-shadow: none;
    height: 1px;
    color: #2277FC;
}
.glyph.disabled{
	color:#333333;
}
.customer-onboarding{
	color: #333333;
}
.glyph-text {
    text-align: center;
    padding: 0.25em;
    margin: 25px 0 0 0;
    width: 100%;
    text-shadow: none;
    height: 1px;
    color: #2277FC;
}
.glyph-text label{
	margin: 0px 15px 0px 15px;
}
.glyph span{
	margin: 0px 5px 0px 0px;
}
.help-block-error {
	color: #E86A6A;
	font-size: 12px;
	text-align: right;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
.panel-title {
	margin-bottom : 10px;
}
.accordion-content {
	overflow:auto;
	max-height: 400px;
	margin: 15px 15px 15px 15px;
}

.default-users{
	border: 1px solid #333333; 
	border-radius: 4px;
	margin: 0px 80px 0px 80px;
	padding: 0px 4px 0px 4px;
	
}

.user-section{
	border: 1px solid #A7A7A7; 
	border-radius: 5px;
	width: 80%;
	margin-top:20px;
	margin-left:10%;
	padding-bottom:10px;
}



.col-sm-12{
	padding-left:10px;
}
.section-header{
	margin-top:-12px; 
	background:#FFFFFF; 
	float: left;     
	position: relative;    
	min-height: 1px; 
	margin-left:4px;   
	padding-right: 4px;    
	padding-left: 4px;
}



.dark .section-header{
	margin-top:-12px; 
	background:#000000; 
	float: left;     
	position: relative;    
	min-height: 1px; 
	margin-left:4px;   
	padding-right: 4px;    
	padding-left: 4px;
}

.user-section .section-header{
	color: #595959;
}
.panImage{
	width:350px;
	height:350px;
	display:block;
	margin: 0 auto;
}



* Style the tab */
.tab {
    overflow: auto;
    border: 1px solid #ccc;
    background-color: #000000;
    
}



/* Style the buttons inside the tab */
.tab button {
    background-color: #000000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #6d788e;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #6d788e;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
     border-top: none;
    background-color: #000000;
    
}

/* Create two unequal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
}

.left {
  width: 20%;
  background-color: #000000;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    
}

#partitioned {
  padding-left: 15px;
  padding-bottom: 10px;
  letter-spacing: 42px;
  border: 0px;
  background-image: linear-gradient(to left, white 70%, rgba(0, 0, 0, 0) 0%);
  background-position: bottom;
  background-size: 50px 3px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  background-color:#000000;
  width: 300px;
}

#divInner{
  left: 0;
  position: sticky;
}

#divOuter{
  width:190px; 
  overflow:hidden
}


.top-bar-icon{
	height:16px;
	width: 16px;
}

.auth-section .forgot-password {
  float: right;
}

.auth-section-form-container button,
.auth-section-form-container button:active,
.auth-section-form-container button:focus{
/* 	background: #2462EC;
	color: #FFFFFF; */
}

.auth-section-form-container button:hover{
	background: #114bcd;
	color: #FFFFFF;
}

.img-circular{
	border-radius: 50%;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

.login-section .form-box-inner{
}

/* light theme color changes */
.light .modal-body,
.light .modal-footer{
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #0D0D0D;
}
.light .form-control{
	color: #0D0D0D;
}
.light .form-control[disabled]{
	color: #333333;
	background-color: #FAFAFA;
	cursor: default;
}

.light .control-label{
	color: #0D0D0D;
}
.light .modal-footer Button {
	background: #F2F2F2;
	color: #000000;
	border: 1px solid #7F7F7F;
	outline:none;
}
.light .modal-footer Button:hover{
	background: #114bcd;
	color: #FFFFFF;
	
}
.light .modal-footer Button:focus{
	background: #F2F2F2;
	color: #000000;
	border: 1px solid #7F7F7F;
}
.light #btnGroup label.btn-primary {
    color: #000000;
    background-color: #FFFFFF;
    border: 0;
    font-weight: bold;
}
.light #btnGroup .btn-group {
	border: 1px solid #C2C2C2;
}
.light #btnGroup .btn-primary:focus,
.light #btnGroup .btn-primary:active,
.light #btnGroup .btn-primary.active,
.light #btnGroup .btn-primary.active:hover {
    background: #2A7AB8;
    color: #ffffff;
    border: 0 hidden;
    border-radius: 6px;
}


/* track status page styles */
#track-status{
	height: 100%;
}
.track-status-header{
	background: #000;
    padding: 17px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.5;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 15px;
    background-clip: padding-box;
    position: relative;
}
.track-status-content{
	background: #ffffff;
	color: #0D0D0D;
	padding-bottom: 15%;
}
.track-status-content .sub-header{
	background: #ffffff;
	color: #0D0D0D;
	font-size:21px;
	padding-top:5%;
}
.track-status-content .content{
	background: #ffffff;
	color: #0D0D0D;
	font-size:16px;
	padding-top:1%;
}
.track-status-footer {
  background: #F2F2F2;
  border-top: 1px solid #f3f3f7;
  color: #0D0D0D;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50vh;
}
.track-status-footer .track-status-icon{
    text-align: center;
    padding: 0.5vh;
    margin: 50px 0 0 0;
    width: 100%;
    text-shadow: none;
    height: 1px;
}
.track-status-footer .glyph-text{
	text-align: center;
    padding: 0.25em;
    margin: 3% 0 0 0;
    width: 100%;
    text-shadow: none;
    height: 1px;
    color: #2277FC;
}
.track-status-footer .glyph-text label{
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 0%;
	font-size: 14px;
	color:#0D0D0D;
}
.track-status-footer .glyph-text label .form-label{
	padding-top: 0%;
}
.track-status-footer .status-text{
	text-align: center;
    padding: 0.25em;
    margin: 2% 0 30% 0;
    width: 100%;
    text-shadow: none;
    height: 1px;
    color: #2277FC;
	margin-bottom: 20%;
}
.track-status-footer .status-text span{
	font-size:14px;
	color: #404040;
	
}
.track-status-footer .status-text-header{
	text-align: center;
    padding: 0.25em;
    margin: 3% 0 0 0;
    width: 100%;
    text-shadow: none;
    height: 1px;
    color: #0D0D0D;
}
.track-status-footer .status-text-header span{
	font-size:14px;
	color: #404040;
	
}
.track-status-btn{
	padding-left:43%;
	margin-top:2%;
	margin-bottom:2%;
}
.track-status-btn button,
.track-status-btn button:active,
.track-status-btn button:focus{
	background: #2462EC;
	color: #FFFFFF;
	font-size: 14px;
	width:25%;
}
.track-status-btn button:hover{
	background: #114bcd;
	color: #FFFFFF;
	font-size: 14px;
	width:25%;
}
.label-profile{
	color: #000000;
	font-size: 14px;
}
.reqNo{
	color: #00B050;
}
.auth-section .alert{
	margin-left:7%;
}
.alert-success {
  color: #D9D9D9;
  background-color: #38772D;
  border-color: #38772D;
}
.alert-danger {
  color: #D9D9D9;
  background-color: #C1272D;
  border-color: #C1272D;
}
.alert-info {
  color: #D9D9D9;
  background-color: #404040;
  border-color: #404040;
}
.btn-info.active.active{
	outline: none;
}
.btn-default.active{
	outline: none;
}
img{
	outline: none;
}
[role="button"] {
  cursor: pointer;
  outline: none;
}
.content-wrapper .view-heading {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
/*   font-weight: 600; */
}

.pull-right Button{
	 float:right;
	 margin:10px 10px 10px 10px; 
}

.pull-right .pull-right{
	margin-top:10px;
	margin-bottom:10px;
}

.pull-left{
	margin:10px;
}
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.search::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #595959;
}
 .search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #595959;
}
.search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #595959;
}
.auth-section-form-container .form-control{
	color: #262626;
	background: #FFFFFF;
}
 .search:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #595959;
}
.auth-section-form-container .modal-footer{
	background: #FFFFFF;
	border-color: #FFFFFF;
	padding-right: 0px;
}
.auth-section-form-container .modal-footer{
	background: #FFFFFF;
	border-color: #FFFFFF;
	padding-right: 0px;
}
.form-box-inner .auth-section-form-container .modal-footer button,
.form-box-inner .auth-section-form-container .modal-footer button:active,
.form-box-inner .auth-section-form-container .modal-footer button:focus{
	background: #2462EC;
	color: #FFFFFF;
}

.pwd {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dadae7;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #0d0d0d;
  color: #000000;
  font-size: 13px;
  border-right:0px;
  width:225px;
}

.userProfileBgcolor{
	background-color: #ffffff !important;
}
.userProfilecolor{
	color: #000000 !important;
}

.showButton {
  background: #0D0D0D;
  border: 1px solid #dadae7;
  color: #dadae7;
  border-left:0.25px solid #0B0B0B;
  height:34px;
  margin-bottom:8px;
  margin-top:24px;
}

.img-with-text {
    text-align: justify;
    width: [width of img];
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}
.auth-section .unlock-account {
  text-align:center;
  margin-top:2%;
}
.auth-section .unlock-account a {
  text-decoration: underline;
  color: #0086CE;
}
.auth-section .unlock-account a:hover {
  text-decoration: underline;
  color: #0086CE;
}
.title-label{
	font-size:14px;
}

.alert-message{
	margin-left:50px;
}
.login-form .control-label,
.login-form .icon{
	color: #AFB3BB;
}

.table-responsive .checklist{
	margin-right:10px;
}
.left-align-label{
	padding-top:5px; text-align:right;
}
.status-text-header{
	font-size: 16px;
}
.criteria{
	background-color: #ffffff; 
	color: white;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:5px;
}
.linkDisabled{
  	cursor: not-allowed;
  	pointer-events: none;
  	color: grey;
  	opacity: 0.2;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: default;
    background-color: #333333;
    border-color: #ddd;
}

.termsHeading{
	
	font-weight:bold;
	font-size:18px;
}
.terms{
	padding-right:20px;
	padding-left:20px;
}

.input-group .fileOpen{
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bb8557;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #0d0d0d;
  color: #F2F2F2;
  font-size: 13px;
  border-right:0px;
  width:200px;
}

.fileUploadDark,
.fileUploadDark:hover,
.fileUploadDark:focus,
.fileUploadDark:active,
.fileUploadDark.active,
.fileUploadDark.hover,
.fileUploadDark.active:hover{
	background: #000000;
  	border: 1px solid #bb8557;
  
  	border-left:0.25px solid #BB8557;
 	height:34px;
  	margin-bottom:20px;
  	border-radius:0px;
  	border-color:#BB8557;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: default;
}
.field-highlighted-legend{
	 font-family : Segoe UI;
	 font-weight : 600;
	 font-size : 11px;
	 
}
.legend-white-color{
	color : #f2f2f2;
}
.legend-blue-color{
	color : #00b0f0;
}
.higlightChange{
	 border:2px solid #00b0f0;
}

.modal-open .modal{
      overflow-y: hidden;
}

.dark .accordionExpandIcon{
	float:left;
	margin-left:7.7vh;
	margin-top:1vh;
	height:26vh;
	width:0.3vh;
}

.light .accordionExpandIcon{
float:left;
margin-left:7.5vh;
height:28vh;
width:0.5vh;
}

.light .accordionExpand2{
	float:left;
	margin-left:7.5vh;
	height:28vh;
	width:0.5vh;
}

.dark .accordionExpand2{
	float:left;
	margin-left:7.7vh;
	margin-top:1vh;
	height:26vh;
	width:0.3vh;
}

.accordionExpansion{
	float:left;
	margin-left:4vh;
	margin-top:1vh;
	height:26vh;
	width:0.3vh;
}
.customer-regview-pan-upload{
	margin-left:1.5%;
	width:57%;
}
.help-block-error-pan{
	color: #E86A6A;
	font-size: 12px;
	display: block;
	text-align: left;
    padding-left: 1.5%;
}

/*  Dashboard
 */
 
 /* === 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: 3px !important;
 border: 1.75pt solid #7f7f7f;
 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
         border-radius: 5px;
 	width: 500px;
}

.dashboard-switcher-modal-content {
  padding: 0px;
}

.dashboard-switcher-modal-header {
	background-color:#0E1C4E; 
	padding:0px; 
	height:35px;
	 border-top-left-radius:3px; 
	 border-top-right-radius:3px;
	 margin: 0px !important;
	}
 .dashboard-switcher-modal-title {
 	color:#D9D9D9;
 	vertical-align:middle; 
 	line-height:35px;
 	text-align:left;
 	padding-left:10px;
 	margin-top: 0px;
 	}

.dashboard-switcher-modal-title {
  color: #fff;
}

.dashboard-switcher-modal-body{
	padding: 15px 15px 5px 15px;
}

.dashboard-switcher-modal-body input[type="text"],.dashboard-switcher-modal-body textarea,input[type="text"]{
	background-color: #FFFFFF !important;
}

.dashboard-switcher-modal-footer.modal-footer {
  border-top: 0;
  padding-right: 10px !important; 
}


.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: #ffffff;
  position: absolute;
  width: 25vw;
  height: 90vh;
  top: 40px;
  right: 0;
  z-index: 21;
}

.widget-store-container-wrapper{
	border: 1.75pt solid #404040;
}
.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: 18pt;
}

.widget-store-category {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
}

.widget-category-name {
  color: #262626;
  font-size: 10pt;	
}

.active-category-indicator {
  position: absolute;
  display: none;
  height: 4px;
  width: 30px;
  background-color: #00B0F0;
  bottom: -7px;
}

.active-category .active-category-indicator {
  display: block;
}

.divider-top {
  border-top: 1.75pt solid #D9D9D9;
  
}

.widget-store-body {
  margin-top: 15px;
  margin-bottom: 5px;
}

.widget-store-body input[type="search"]{
	background-color: #ffffff;
	border: 0.5pt solid #7f7f7f;
	font-size: 9.5pt;
	color: #595959;	
	width: 100%;
	padding-left:5px;
}

.widget-name{
	font-size: 11pt;
	color: #262626;
}

.widget-store-body .padding-left{
	padding-left: 10px;
}

.widget-store-body cspl-radio-button label.btn.btn-primary.active{
	font-size: 9pt;
	color: #ffffff;
	background-color: #2a7ab8;
}

.widget-store-body cspl-radio-button label.btn.btn-primary{
	font-size: 9pt;
	color: #0d0d0d;
	background-color: #f2f2f2;
}
.widget-layout-container {
  overflow: auto;
  margin-top: 5px !important;
}

.widget-store-grid-layout .margin-top-sm{
	margin-top: 5px !important;
}

.black-color {
  color: #000;
}

.widget-thumbnail {
  position: relative;
  border: 1.5pt solid #bfbfbf;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
	
.widget-selected .widget-thumbnail {
   border: 1.5pt solid #00b050;
  -webkit-box-shadow: 0 3px 5px 0px #000000;
     -moz-box-shadow: 0 3px 5px 0px #000000;
          box-shadow: 0 3px 5px 0px #000000;
}

.widget-store-footer {
  padding-right: 15px;
  background-color: #ffffff;
  border: none !important;
  border-top: 0.75pt solid #bfbfbf !important; 
  display: block;
}

.widget-store-footer .btn-primary{
	font-size: 9pt;
	color: #ffffff;
	background-color: #236699 !important;
}

.widget-store-footer .btn-default{
	font-size: 9pt;
	color: #000000;
	background-color: #d9d9d9 !important;
}  


.widget-description {
  color: #595959;
  font-size: 11px;
  font-family: segoe ui;
  margin-top: 2px;
}




@media (max-height: 700px) {
  .widget-layout-container {
    height: 55vh;
  }
  .widget-name{
    font-size: 10pt !important;
  }
}

@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: 38px;
}

.grid-placeholder-thumbnail {
  content: url("../images/dashboard/Dashboard_Illustration_03.png");
}

.grid-placeholder-description {
  font-size: 20px;
  color: #262626;
}

.grid-stack {
}

.ag-theme-blue .ag-header-cell:after, .ag-theme-blue .ag-header-group-cell:after{
	background: none !important;
	width: 1px;
}

.grid-stack-item-content {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
            left: 3px !important;
            right: 2px !important;
            
}

.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: 5px;
    color: #ffffff;
    background-color: #0E1C4E;
    border: 0.75pt solid #a6a6a6;
}

.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;
}

.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: inline-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/dashboard/Close-12_White.png");
}

.widget-refresh-icon {
  content: url("../images/dashboard/Refresh_white_12.png");
  transform: scale(1.2);
}

.widget-filter-icon {
  content: url("../images/dashboard/Filter_White_12.png");
  transform: scale(1.2);
}

.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 ===*/
 
/* === Multi Select & Auto Complete ===*/

 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[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 ; 
 }
 
 
 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 ;    
}

cspl-multi-select.ng-dirty.ng-invalid button.form-control,
cspl-multiline-text textarea.form-control.ng-dirty.ng-invalid,
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-multi-select[disabled] button,
cspl-multiline-text[disabled] textarea,
input[type="checkbox"][disabled]{
	cursor: default;
}

 cspl-multiple-autocomplete[disabled].ng-valid,
 cspl-multi-select[disabled].ng-valid{    
  background-color: #f3f3f3 ; 
 }
 
 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 ;
}

.has-feedback .uib-timepicker .form-control {
  padding: 6px;
}

.wrappedTextButton{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:left;
}

.rounded-btn{
	border-bottom-right-radius:5px;
	border-top-right-radius: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;
}

cspl-text 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-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-text.ng-dirty.ng-invalid input
{
	border-color:#ff0000;
	border-width:2px;
	background-color:#fff0f0;
}

 .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 ;  
}

cspl-drop-down input.form-control[disabled]:hover, cspl-drop-down[disabled] .select-dropDown{
    cursor:default;
}

.multiselect-dropdown{
	 float: right;
    margin-right: 5px;
    padding-top: 2px;
}

.container-list{
	position:absolute;
	top:35px;
	left:0px;
	width:100%;
}

.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;
}

.search-drop-down{
    padding-top: 2px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px !important;
}

.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;
   
}

.select-check-box{
        vertical-align: text-bottom;
    margin-right: 10px !Important;
    margin-left: 7px !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-selected-list{
	    width: 100%;
    position: relative;
    margin-top:0px !important;
    border-top:0px;
    max-height:150px;
    overflow-y:scroll;
}

.item-selected-span{
	    color: #7f7f7f;
    font-family: segoe ui;
    font-size: 13px;
    padding-left: 10px;
}

.error-text-span{
	text-align: center;
    font-size: 12px;
    color: #E86A6A;
    display: block;
}

.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;
}

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;
}

.multi-auto-complete-li-span{
	background:#2a7ab8;
	border:1px solid #2a7ab8 !important;
	color: #ffffff;
    font-family: segoe ui semibold;
    font-size: 13px;
}

.autocomplete-list ul li.autocomplete-active {
    background-color: #23a9e1;
}
.autocomplete-active {
    background-color: #0000cc;
    color: #FFFFFF;
}

.div-required-disabled
{
  pointer-events: none;
  opacity: 0.5;
  background-color: #f5f5f5 !important;
  border: 1px solid #00D600 !important;
}

.disabled-color {
	color: #ACADAE;
}

.blocked{
	
	cursor:not-allowed;
}

.blocked:active{
	pointer-events:none;
}

.controlWithIndex{
	z-index:3;
}

.controlWithoutIndex{
	z-index:0 !important;
}

/* === Multi Select & Auto Complete End===*/

/* Radio button */


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:0.9px solid #e6e6e6;
  border-radius: 4px;
}

cspl-radio-button .btn-group input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
 
  .cspl-icon-trash {
  background-image: url(../images/Delete-28.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
}

.cspl-icon {
  border: 0;
  vertical-align: middle;
}

.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");
} 

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.width-23 {
    width: 23px;
}

/* cspl-search */

.height-md {
  height: 30px;
}

.bg-white {
  background: #fff !important;
}

.bg-white-search {
  background: #fff !important;
}

.padding-bottom-xs {
  padding-bottom: 5px;
}

.cspl-search-form-control {
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #FCFCFC !important;
    font-family: segoe ui semibold;
    font-size: 10pt;
    color: #000000;
}

.mr-left28{
	margin-left: 28px;
}

/* market watch*/

.market-status{
	cursor: default;
	padding: 5px;
	color: #000000;
	text-transform: uppercase;
	font-size: 8.5pt; 
	font-family : segoe ui semibold;
}

.dis-inline-block{
	display:inline-block;
}
.scrip-button{
	background: #ffffff;
	 border: 1.5pt solid #ffc000;
	 border-radius: 4px;
}

.scrip-span{
	color: #000000;
	font-family: segoe ui semibold;
	font-size: 9pt
}

.btn-template {
  list-style: none;
  display: inline-block;
  float: right;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.btn-template li {
  display: inline-block;
  cursor: pointer;
}

.btn-template li a{
	text-decoration: none;
	color: #000000;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}


.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.pl-0
{
	padding-left: 0 !important;
}

.pr-0
{
	padding-right: 0 !important;
}

.text-align-right{
	text-align: right;
}

.centering-switch{
	 left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


.modal-content  {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1.5pt solid #404040; 
}

.modal-body{
	margin: 0px !important;
}

#ddMarket > div > div > span{
	top: 0px !important;
	color: #000000;
}

.grid-stack-item-header-title{
	vertical-align: middle;
}

/*Ticker*/
.main-wrapper{
  max-width: 600px;
  margin: 0 auto !important; 
}

.ticker{
  width: 34%;
  height: 23px;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
  margin-top: -12px !important;
}
.viewport{
  position: absolute;
  height: 23px;
  width: 100% !important;
  white-space: nowrap;
  vertical-align: middle;
  padding-bottom: 30px !important;
 
}
.box{
  display: inline-flex;
  justify-content: space-around;
  align-items: center; 
  width: auto;
  height: 23px; 
  text-align: center;
  vertical-align:middle;
  color: #262626;
  font-family: Calibri;
  font-size: 9pt;
}

.box-width{
	width: 135px;
} 

.box .high{
		color: #00FF00;
	}

.box .low{
		color: #FF3300;
	}

.box .ticker-indices {
    display: inline-block;
     width: 23px; 
   	vertical-align: middle;
   	height: 23px;  
}

.box .ticker-low{
	background-image: url(../images/Ticker_Low_24.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
}

.box .ticker-high{
	background-image: url(../images/Ticker_High-24.png);
  
}

.viewport .box::before {
  content: "|";
  float: left;
  top: 5px;
  width: 10px;
  height: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

 
.viewport .box:first-child::before {
  display: none;
}

.viewport.moving{
  animation: moveLeft  1s infinite;
}
 
 @keyframes moveLeft {
    0% { transform: translateX(100%) }
   
    100% { transform: translateX(-750%) }
    
}

cspl-ach input[type="text"],cspl-text input[type="text"],.modal-body{
	color: #000000 !important;
}

cspl-drop-down > div > div > span{
	top: 0px !important;
}


 /* cspl drop down */
  .drop-down-list-options{
	margin-bottom:8px;
}


.rounded-grp-ctrl[disabled], fieldset[disabled] .rounded-grp-ctrl{
	background-color: #f5f5f5;
    color: #fff;
}

.select-new:focus ~ .select-dropDown,
.select-new:focus ~ .drop-down-remove
{
	border-color : #1E90FF;
     border-width : 2px;
     background-color: #ffffde ;  
}


 .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: #fff;
 }

   input[required].ng-invalid ~ .select-dropDown,
     input[required].ng-invalid ~ .drop-down-remove
     {    
  border-color: #ed7d31 ;
  background-color: #fcfcfc ; 
 }
 
   input[required].ng-valid ~ .select-dropDown,
     input[required].ng-valid ~ .drop-down-remove
 {    
  border-color: #00D600 ;
  background-color: #fcfcfc ; 
 }
 
 .drop-down-remove{
	    border-right: 0px;
    border-left: 0px;
    height: 10px;
    width: 10px;
    padding: 0px;
    top: 23%;
    right: 25%;
}

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
{
	background-color:#0B0B0B;
}

.form-control-feedback.drop-down-remove,
.form-control-feedback.select-dropDown
{
	 pointer-events: auto;
}

.clear-select{
	color: red;
    padding-right: 3px;
    padding-left: 0px;
}

.clear-select { display: none; }
cspl-drop-down:hover .clear-select { display: block; }

.drop-down-list-select li.selected{
	background-color : #1E90FF !important;
	color:#ffffff !important;
}

.drop-down-list-select li.not-selected{
	background-color : #ffffff !important;
	color:#000000 !important;
}

.drop-down-list-select > li > a:focus{
    background: #3D57B1;
    color: #ffffff;
}

.drop-down-list-select a.selected{
    background-color : #1E90FF !important;
    color:#ffffff !important;
}

.drop-down-list-select a.not-selected{
    background-color : #000000 !important;
    color:#ffffff !important;
}
.drop-down-list-select{
	background: #000000;
    position: absolute;
    border: 1px solid #7B9DD4;
    color:#ffffff;
    list-style: none;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 0px !important;
    width: 100%;
    font-size: 13px;
    font-family: segoe ui;
    overflow: overlay;
    z-index: 999;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
}

.drop-down-list-select > li{
    padding-left: 8px;
     font-size: 14px;
     cursor: default;
}

 .drop-down-list-select > li:hover{
 	color:#ffffff !important;
} 

.cspl-error .help-block
{
  color: #f33a22;
}
 .dropdown-alert-text{
 color: #E86A6A;
    font-size: 12px;
    text-align: right;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
 }
 
 .header .user-container.dropdown .fa-caret-down {
  color: #9499a3;
}

.header .user-container:hover .fa-caret-down {
  color: #494d55;
}

.select-new  {
	border: 1px solid #BB8557;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }


/* cspl-drop-down end */

.sticky-col{
    position: sticky !important;
    right: 0;
    z-index : 1;
    background: inherit;
    height: inherit;
    text-align:left;
}

.sticky-header-col {
    text-align: right;
    position: sticky !important;
    right: 0px;
    background: inherit;
    height: inherit;
}

/* cspl-ach styles */
.custom-popup-wrapper{
	margin-top: -2.5%;
}
.customDropdown .table{
	margin-bottom: 0px;
}
.customDropdown table > thead > tr > th,
.customDropdown table > tbody > tr > td{
	margin: 0 auto;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	max-width:100px;
	text-overflow: ellipsis;
}
.customDropdown table > thead > tr > th{
	margin: 0 auto;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.customDropdown table > thead > tr > th,
.customDropdown table > tbody > tr > td{
	padding: 0 5px 0 5px;
}
.customDropdown table > tbody > tr{
	padding: 5px 0 5px 0;
}
.customDropdown table > tbody > tr
.customDropdown table > thead > tr{
	border-radius:3px;
}

.customDropdown table > tbody > tr > th,
.customDropdown table > thead > tr > td,
.customDropdown table > tbody > tr > th:hover,
.customDropdown table > thead > tr > td:hover,
.customDropdown table > tbody > tr > th:focus,
.customDropdown table > thead > tr > td:focus,
.customDropdown table > tbody > tr > th:active,
.customDropdown table > thead > tr > td:active{
	border-radius:3px;
}

.light .customDropdown {
    background: #FEFAEE;
	border: 1px solid #D9D9D9;
}

.light .customDropdown .table > tbody > tr.active > td:hover,
.light .customDropdown .table > tbody > tr.active > td:focus,
.light .customDropdown .table > tbody > tr.active > td{
	color: #fff;
    text-decoration: none;
    background-color: #4373DE;
    outline: 0;
    border-radius: 3px;
}
.light .customDropdown table > tbody > tr > td {
    border-radius:3px;
    color:#000000;
}
.light .customDropdown table > tbody > tr {
	background: #FEFAEE;
	color: #000000;
}

 .light .customDropdown table > thead > tr > th{
	background: #D9D9D9;
	color: #000;
	border: 1px solid #fff;
	border-radius: 3px;
}

.customDropdown {
    background: #0D0D0D;
	border: 1px solid #333333;
}

.customDropdown .table > tbody > tr.active > td:hover,
.customDropdown .table > tbody > tr.active > td:focus,
.customDropdown .table > tbody > tr.active > td{
    color: #333333;
    text-decoration: none;
    outline: 0;
}

.customDropdown table > tbody > tr > td {
    color:#333333;
}
.customDropdown table > tbody > tr {
	background: #0D0D0D;
	color: #F2F2F2;
}

.customDropdown table > thead > tr > th{
	background: #333333;
	color: #F2F2F2;
	border: 1px solid #0D0D0D;
}


#AuditLogReport,#SessionLogReport,#HistoryReport{
	background-color: #ffffff !important;
}

.criteria a{
	background-color: #ffffff !important;
	color: #333333 !important;
	}

cspl-dtp > button{
	background: #292929 !important;
}

cspl-dtp input[type="text"]{
	color: #000000 !important;
}

.uib-datepicker-popup{
	padding: 0px !important;
}

.uib-datepicker-popup .pull-left{
	margin: 5px;
}

#AuditLogReport cspl-dtp .input-group .input-group-btn button,#SessionLogReport cspl-dtp .input-group .input-group-btn button,#HistoryReport cspl-dtp .input-group .input-group-btn button{
	background-color: #ffffff  !important;
	color: #000000 !important;
}

.customDropdown .table-striped > tbody > tr:nth-of-type(odd) {
  background: #ffffff !important;
}
.customDropdown .table-striped > tbody > tr:nth-of-type(even) {
  background: #ffffff !important;
}

.customDropdown .table > tbody > tr > th, .table > tbody > tr > td{
	border: none;
}

.customDropdown .table-hover > tbody > tr:hover {
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ECECEC !important;
  color: #333333 !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #DEDEDE !important;
  color: #333333 !important;
}

.table-striped > tbody > tr:hover{
	background-color: #7dc2db !important;
	color: #ffffff !important;
}

cspl-table-sort a{
	color: #ffffff;
}

.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-color:  #2A7AB8;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a, .pagination > li > span{
	background-color: #7dc2db;
	border-color:  #7dc2db;
	color: #ffffff !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{
	background-color: #dddddd !important;
	border-color: #555555; 
}

.customDropdown{
	background: #ffffff;
	 position: absolute;
    z-index: 999;
    display: block;
    width: 100%;
}


/* csplAch nimbus start */

cspl-ach-n > .form-group .form-control-feedback{
	 top: -2px;
}

cspl-ach.ng-dirty.ng-invalid input{
	border-color:#ff0000;
	 border-width:1px; 
	background-color:#fff0f0;
}

cspl-ach .ach-add-btn{
    display:none;
}

cspl-ach input:focus ~ .ach-add-btn, .ach-add-btn:focus, .ach-add-btn:hover{
    display:block;
}


.wrappedText{
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.full-width{
	width:100%;
}

.multiselect-options{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

/* csplAch nimbus end */

/* cspl-mapping-entity starts */

.optional-text {
  font-style: italic; 
  color: #404040;
}

.mapper-outer-container {
  border: 1px solid #595959;
  border-radius: 5px;
}

.margin-top-xs {
  margin-top: 5px;
}

.padding-xs {
  padding: 5px;
}

.no-margin {
  margin: 0;
}

.mapper-search-container {
  background-color: #333333;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.mapper-data-container {
  height: 35vh;
  overflow-y: auto;
}

.padding-sm {
  padding: 15px;
}

button[disabled].btn.btn-primary.glow,
button[disabled].btn.btn-primary.outline,
button[disabled].btn.btn-danger.glow {
    background-color: #0B0B0B;
    color: #ffffff;
    border-color: #d9d9d9;
    border-width: 1px;
}

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:#0B0B0B;
    color: #a6a6a6;
    border-color: #d9d9d9;
    border-width: 2px;
}

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: #0B0B0B;
    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;
}

.modal-danger .btn-danger {
  background: #c1272d;
  border: 1px solid #c1272d;
  color: #fff;
}

.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[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;
}

.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-size: 13px;
  line-height: 1.5;
} 

.dropdown-pull-right {
    float: right !important;
    right: 0;
    left: auto;
    width: 101px;
}

.dropdown-pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-strikeout div,
.text-strikeout td {
  text-decoration: line-through;
}

.colourWhite {
  color: #000000 !important
}

.mappingHeadingcolour {
  color: #D9D9D9 !important;
}

/* cspl-mapping-entity ends*/


.userProfileBgcolor{
	background-color: #ffffff !important;
}
.userProfilecolor{
	color: #000000 !important;
}

#detail-view-chart canvas {
    max-width: 90%;
    max-height: 100%;
}

.uploadDropContainer{
  background : #F2F2F2;
  height:50px;
  border : 2px dashed #5B9BD5;
  border-radius:2px;
  display: table;
  width: 80%;
  text-align: center;
  font-family: Segoe UI semibold;
  font-size: 12.5px;
  color: #000;
}

.browse-link{
text-decoration :underline;
  color: #5B9BD5;
  margin-bottom: 0px;
  cursor:pointer;
}

.dropContainerContent{
display: table-cell;
  vertical-align: middle;
}

.list-element a{
    color: #2f5597;
}
.list-element{
  background: #ebf0f9;
    padding: 5px;
    border: 1px solid #deebf7;
    border-radius: 3px;
    font-family: segoe ui semibold;
    font-size: 13px;
    color: #2f5597 !important;
}

.list-element .file-name-element{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
}

.file-name-element{
	width: 50% !important;
    text-align: end !important;
}

#uploadFilesContainer{
max-height: 74px;
  overflow-y: scroll;
  padding-left: 0px;
  margin-top: 10px;
  overflow-x: hidden;
}

#dropContainer.active{
background : #d9e2f3;
-webkit-box-shadow: inset 0px 0px 5px 0px #1f4e79;
        box-shadow: inset 0px 0px 5px 0px #1f4e79;
}
.cspl-icon {
  border: 0;
  vertical-align: middle;
}
.remove-selection-icon{
  content: url("../images/RemoveSort-14.png");
  padding-bottom: 2px;
}

/* Nov 2022 | Updated Css  */
/* Start's Here ! */

/* ---- Login Password Eye Icon Container ---- */

.eyeIconContainer{
  position: relative;
}

/* Slash */
.passwordEyeSlash{
   font-size: 20px;
   position: absolute;
   top: -3.1px;
   left: 0;
   margin-left: 15px;
    color: #9d9595;
    user-select: none;
    cursor: pointer;
}

/* ---- Change Password ---- */

.fieldContainer{
  display: flex;
}

.fullWidth{
  width: 90% !important;
}

.borderTopNone{
  border-top: none !important;
}

/* Eye Btn */
.eyeBtn , .eyeBtn:hover , .eyeBtn:focus{
  background-color:transparent !important;
  border: 1px solid black !important;
  margin:0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  outline: none !important;
  padding: 0px;
}

.ChangePswdEyeIconContainer{
  position: relative;
}

.eyeIcon{
   content:url(../images/NewView-18_Black.png);
  padding: 0;
}

/* Slash */
.ChangePasswordEyeSlash{
   font-size: 19px;
   position: absolute;
   top: 0.3px;
   left: 0;
   margin-left: 17px;
    color: #000000;
    user-select: none;
    cursor: pointer;
}

/* Login */

.loginContainer{
  margin-bottom:9%;
  margin-top:8%;
}

.loginBannerSection{
 height: 100vh;
 padding: 0 !important;
}

.formSection , .formSection_Box {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: white !important;
}

.formSection_Box{
  width: 70%;
}

.formContainer{
  width: 100%;
}
 

.login-section{
  height: 100vh !important;
  padding: 0 !important;
}

.login_banner{
 width: 100%; 
 height: 100%;
 object-fit: fit !important;
}


 .logoContainer{
  width: 100% !important;
  text-align: center !important;
 }


.logo_Img{
  width: 100% !important;
  object-fit: scale-down !important;
}

.formTitle{
  margin: 0 !important;
  padding: 0 !important;
}

.margin-0{
  margin: 0 !important;
}

.loginAlertMsg{
  margin: 0 !important;
  margin-bottom: 6% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.forgot-password{
  margin-bottom: 0 !important;
}

 
.loginBtn{
  margin: 30px 0px !important;
  padding: 6px 12px !important;
  font-size: 13.6px !important;
  border: none !important;
  color: #ffffff !important;
  background: #0a6caf !important;
  outline: none !important;
}

.loginBtn:hover , .loginBtn:focus {
  background: #2A7AB8 !important;
  color: #ffffff !important; 
  outline: none !important;
}

.login-password{
  padding: 6px !important;
}

#btnLogin[disabled]{
  background-color: #7fa1cc !important;
  border: none !important;
  color: #ffffff !important;
}

.signUpInfo{
  color: #AFB3BB !important;
  font-size: 13.5px !important;
  margin-bottom: 7px !important;
  text-align: center !important;
} 

.signUpBtn , .signUpBtn:hover , .signUpBtn:focus{
  margin: 4px 0px !important;
  margin-bottom: 20px !important;
  padding: 6px 12px !important;
  font-size: 13.6px !important;
  border: 1.7px solid #0a6caf !important;
  color: #0a6caf !important;
  background: #F6F9FC !important;
  outline: none !important;
}

.loginLinkItems a{
  color: #0070c0 !important;
  font-size: 14.5px !important;
}

.flexBoxLinks{
  display: flex !important;
  justify-content: space-between !important;
  padding: 0px !important;
}

.loginFieldLabels{
   font-size: 14px !important;
} 

.error-info {
	font-size:12px !important;
	    width: 100% !important;
    display: inline-block !important;
    text-align: right !important;
        font-style:italic !important;
	}

  /* Notification */

  .notificationNoHover li a:hover{
    color: initial !important;
  }  

   .notificationBgVisited , .notificationBgVisited:hover{
    background: transparent !important;

  }

  .notificationBgPending , .notificationBgPending:hover{
    background: #EAFAFC !important;
  } 


  .notificationMsgTitle{
    color: #0E1C4E !important;
  }
  

/* Margin Top */
.marginTop-35{
	margin-top: 35px !important;
}

/* Light Mode - Btn Primary */
/* Disable */
.light_Primary_Btn[disabled] , .light_Primary_Btn[disabled]:hover , .light_Danger_Btn[disabled] , .light_Danger_Btn[disabled]:hover{
   background:#eee !important;
   color: #7f7f7f !important;
   border: 1pt solid #7F7F7F !important;
}
/* Light Primary btn */
.light_Primary_Btn , .light_Primary_Btn:focus{
  background-color:#236699 !important;
  color: #ffffff !important;
  outline: none !important;
  border: 1pt solid #236699 !important;

}

.light_Primary_Btn:hover {
  background-color: #1c537d !important;
  color: #ffffff !important;
  outline: none !important;
  border: 1pt solid #1c537d !important;
} 

/* Danger */

.light_Danger_Btn{
  background-color: #d9534f !important;
  color: #ffffff !important;
}


.light_Danger_Btn:hover{
  background-color: #e60000 !important;
  color: #ffe6e6 !important;
}

/* Alert Toaster */
.fixedB_alertToaster{
  position: fixed;
  top:65px;
  right: 563px;
  display: flex;
  justify-content: start;
  align-items: baseline;
  background-color: #f8f8f8;
  padding: 14px;
  border-radius: 8px;
  width:576px;
}

.alertToaster_Icon{
  content: url(../images/Alert\ Toast_Light_28.png);
   margin-bottom: -9px;
}

.margin-x-10{
  margin: 0px 10px 0px 5px !important;
}


.alertToaster_Content{
  color: #0e0d26;
  font-size: 12pt;
  font-family: segoe ui;
  line-height: 1.8;
  font-weight: 500 !important;
}

.alertToaster_DismissBtn{
  font-size: 10pt;
  /* background-color: #00FF00; */
  border: none;
  outline: none;
  color: white;
  border-radius: 4px;
  padding: 4px 10px;
  font-family: segoe ui semibold;
}



/* border-0 , Outline-0 */

.border-0{
  border: none !important;
}

.outline-0{
  outline: none !important;
}


/* Dashboard Widget ALign */

.widgetHeaderAlignflex{
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-left: 8px !important;
}

.widgetHeaderAlignflex-left{
  overflow: hidden !important;
}

.widgetHeaderAlignflex-right{
  overflow: hidden !important;
}

.pb-0{
  padding-bottom: 0px !important;
}

/* RefreshIcon - restriction of Bg Img */
.refreshIcon{
  background-image: none !important;
}

 
/* Only in statement Report , */
 
.refreshIconsContainer .refresh-icon::before{
  content: url(../images/Refresh_Black_16.png) !important;
} 

/* Media Query */

/* Tablet */
@media only screen and (max-width:992.98px){
  /* Banner */
  .loginBannerSection{
    display: none !important;
  }
  /* Form */
  .formSection{
  background-color: transparent !important;
  background-image: url(../images/AT-Revamp_Login-Page_Left\ Panel\ Image_ver02_1280px_768px_15Nov2022\ \(1\).jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  }

   .formSection_Box{
    height: auto;
   }
  
  .formContainer{
    background-color: white !important;
    border-radius: 10px !important;
    padding: 11px !important;
  }
}

 
/* Mobile */

@media only screen and (max-width:575.98px){
  /* Banner */
  .loginBannerSection{
    display: none !important;
  }
  /* Form */

  .formSection_Box{
    width:99%;
  }
  
  

  .fullWidth{
    width: 95% !important;
  }

}

@keyframes spinner {
	        0% {transform: translate3d(-50%, -50%, 0) rotate(0deg);}
	        100% {transform: translate3d(-50%, -50%, 0) rotate(360deg);}
}

.spin::before {
	animation: 1.5s linear infinite spinner;
	animation-play-state: inherit;
	border: solid 5px #4292f1;
	border-bottom-color: #d9d9d9;
    border-radius: 50%;
	content: "";
	height: 30px;
	width: 30px;
	position: absolute;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
}

  /* Flex */

  .d-flex{
    display: flex !important;
  }
  
  .flex-column{
    flex-direction: column !important;
  }

  .justify-content-center{
    justify-content: center !important;
  }
  
  .justify-content-between{
    justify-content: space-between !important;
  }
  
  .justify-content-start{
    justify-content: flex-start !important;
  }

  .justify-content-end{
    justify-content: flex-end !important;
  }
  
  .align-items-center{
    align-items: center !important;
  }
  
  .margin-left-20{
    margin-left: 20px;
  }
  
  .w-50{
    width: 50%;
  }

  .color-black{
    color: black !important;
  }


.w-100{
  width: 100% !important;
}

.module_Adjustment{
  margin-left: 0px !important;
  width: 100% !important;
}


/* Order activity Icons */

.orderActivity_Icon{
  content:url(../images/Order\ Activity_Black_14.png);
 padding: 0;
}

/* Fixed Layout */

/* Fixed Navbar */
.nav_fixedTop{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  padding-left: 218px !important;
  transition: padding-left 270ms linear !important;
}


.nav-toggled:not(.compact):not(.mobile) .nav_fixedTop {
  padding-left: 40px !important;
}

/* Fixed Sidebar */
.mainNavWrapper_sideBar{
   position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999 !important;
    margin-top: 0 !important;
}
 


/* Market Status Btn */

.marketStatusBtn{
  margin: 2px 4px !important;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 2px !important;
   background-color: #00FF00; 
}
.marketStatusColor{
  color: black !important;
}

/* Table Search */
.searchBorder{
   border: 1px solid black !important;
  padding-right: 27px !important;
}

/* Duplicate Icon */

.duplicateIcon{
  content: url(../images/Duplicate_White-20.png);
}

/* Profile Accordion Forms */

.margin-left-34{
  margin-left: 34px;
}

/* Order Status Hover state */

#order-status .ag-row-hover div .color-black {
  color: white !important;
}


#order-status .ag-row-hover div .orderActivity_Icon{
  content:url(../images/Order\ Activity_White_14.png);
  padding: 0;
}


/* Market Status Hover state */

#market-watch .ag-row-hover div .glyphicon-option-vertical:before {
  color: white !important;
}

.spinner-text{
	color: #000000;
}

.w-50{
  width: 50% !important;
}

.p-5{
  padding: 5px ;
}

/* Home Navigator Icon */

.home_Navigator{
  background-color: transparent !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  margin-top: 3px !important;
  margin-right: 10px !important;
}

.homeNavigator_Icon{
  content:url(../images/Home-20_White.png);
  padding: 0;
}

.mt-0{
  margin-top: 0px !important;
}

.user_DropdownMenu .user_DropdownMenuList{
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  padding: 6px 10px !important;
  height: 40px !important;
}

.notification_header{
	text-align: right;
	color: #0A6CAF;
	padding-top: 7px;
    padding-bottom: 7px;
}

.ag-cell-value{
  font-family: "segoe ui semibold" !important;
}

.vh-100{
  height: 100vh !important;
}


/* Grid Stack - overflow in y axis */
.grid-stack-item-content{
  overflow-y: hidden !important;
}


/* Modal Header - Order Entry Client */
.orderEntryClient_modalHeader{
  background-color: #0E1C4E !important;
}

/* Offmarket Tbale Header */

.offmarketTable_stickyHeader{
  position: sticky;
  z-index: 4;
  top: 0;
}

/* Login */


/* ---- Overflow-X Fix Of Table Widgets in FireFox ---- */
/* Watchlist , Intraday Trade , Order Status , Sector Statistics, */
#market-watch [ref="eBodyViewport"] [ref="eCenterColsClipper"] , #intraday-trades [ref="eBodyViewport"] [ref="eCenterColsClipper"] , #order-status [ref="eBodyViewport"] [ref="eCenterColsClipper"] , #sector-statistics [ref="eBodyViewport"] [ref="eCenterColsClipper"] , #market-statistics [ref="eBodyViewport"] [ref="eCenterColsClipper"]{
 min-height: auto !important;
}

#market-watch [ref="eBodyViewport"] [ref="eCenterColsClipper"] [ref="eCenterViewport"] , #intraday-trades [ref="eBodyViewport"] [ref="eCenterColsClipper"] [ref="eCenterViewport"] , #order-status [ref="eBodyViewport"] [ref="eCenterColsClipper"] [ref="eCenterViewport"] , #sector-statistics [ref="eBodyViewport"] [ref="eCenterColsClipper"] [ref="eCenterViewport"] , #market-statistics [ref="eBodyViewport"] [ref="eCenterColsClipper"] [ref="eCenterViewport"]{
  overflow: hidden !important;
}

#market-watch [ref="eHorizontalScrollBody"] [ref="eHorizontalRightSpacer"] , #order-status [ref="eHorizontalScrollBody"] [ref="eHorizontalRightSpacer"]{
  overflow: hidden !important;
}

/* Media Query */

/* Below Width of 1440.98 - nth */
@media only screen and (max-width: 1440.98px) and (min-width: 1024.98px){
  /* Login Form Size */
  .formSection_Box{
    width: 90%;
  }

  .loginContainer{
    margin-bottom:2%;
    margin-top: 4%;
  }

  .formTitle{
    font-size: 20px !important;
  }

  .logo_Img{
    height: 75px !important;
  }

  .loginBtn{
    margin: 15px 0px !important;
  }

  .signUpBtn {
    margin-bottom:5px;
  }

  .loginAlertMsg{
    margin: 0 !important;
    margin-bottom: 4% !important;
  }
}

/* Market Watch Price Movement Colour Change */
.decreaseColorChange{
  color: #ffffff; 
  background-color: red;
  margin-left: 7px;
  padding-right: 4px;
}

.increaseColorChange{
  color: #ffffff; 
  background-color: #34c317;
  margin-left: 7px;
  padding-right: 4px;
}

/* Privacy & Security link in login page */
.privacySecurityLink , .privacySecurityLink:hover{
  color: #0070c0 !important;
  text-decoration: underline;
}

.highlightActive {
  border: 2px solid #00B050 !important;
}

.loginName-highlightActive {
  border: 2px solid #00AAE6 !important;
}

.loginName-highlightActive:focus,
.highlightActive:focus {
  border: 2px solid #000000 !important;
}

.dashboard-switcher-modal-dialog{
  background-color: #ffffff;
}

#depositAmount > div > input {
  border-radius: 6px;
}
