﻿.available-campaign-list {
  position: absolute;
  display: none;
  color: #fff;
  background-color: #757575;
  z-index: 1000;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-shadow: 3px 4px 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 4px 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 4px 5px 1px rgba(0, 0, 0, 0.75);
  border-bottom-left-radius: 10px; }

#availableChannelCampaigns {
  list-style: none; }

#availableChannelCampaigns li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  background-color: #fff; }

.active-indicator {
  background-color: #2C2C2B !important; }

.active-indicator a {
  color: #fff !important; }

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

#channelSearch::-webkit-input-placeholder, #campaignSearch::-webkit-input-placeholder {
  color: #2C2C2B !important; }

#channelSearch:-moz-placeholder, #campaignSearch:-moz-placeholder {
  /* Firefox 18- */
  color: #2C2C2B !important; }

#channelSearch::-moz-placeholder, #campaignSearch::-moz-placeholder {
  /* Firefox 19+ */
  color: #2C2C2B !important; }

#channelSearch:-ms-input-placeholder, #campaignSearch:-ms-input-placeholder {
  color: #2C2C2B !important; }

#channelSearch, #campaignSearch {
  color: #2C2C2B !important;
  background-color: #b4b4b4 !important;
  border-color: #fff !important; }

#channelLookupButton, #campaignLookupButton {
  background-color: #2C2C2B !important;
  border-color: #fff !important; }

.introLogin {
  display: none; }

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity; }

.RequiredUnanswered, .RequiredAnswered {
  font-size: larger !important;
  margin-top: 5px !important; }

.panel-heading {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

.vertical {
  list-style: none;
  padding-left: 0; }

ul.drag li {
  cursor: pointer;
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important;
  border: 1px solid #b4b4b4 !important;
  padding: 5px;
  margin-bottom: 3px;
  border-radius: 2px; }

ul.drag li i {
  cursor: pointer; }

ul.drag li.placeholder {
  position: relative;
  /** More li styles **/ }

ul.drag li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/ }

ul.drag li.placeholder:after {
  position: absolute;
  /** Define arrowhead **/ }

#campaignMenu > li > a {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

#campaignMenu > li > a:hover {
  color: #fff !important;
  background-color: #646464 !important; }

#campaignMenu > .dropdown > .dropdown-menu {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important;
  width: inherit !important; }

#campaignMenu > .dropdown > .dropdown-menu > li > a {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

#campaignMenu > .dropdown > .dropdown-menu > li > a:hover {
  color: #fff !important;
  background-color: #646464 !important; }

#channelMenu > li > a {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

#channelMenu > li > a:hover {
  color: #fff !important;
  background-color: #646464 !important; }

#channelMenu > .dropdown > .dropdown-menu {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important;
  width: inherit !important; }

#channelMenu > .dropdown > .dropdown-menu > li > a {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

#channelMenu > .dropdown > .dropdown-menu > li > a:hover {
  color: #fff !important;
  background-color: #646464 !important; }

.navbar.navbar-inverse {
  background: #2e2c2d !important;
  border-color: #2e2c2d !important;
  color: #2e2c2d !important;
  background-color: #2e2c2d !important; }

#leadNavigationMenu > li > a {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

#leadNavigationMenu > li > a:hover {
  color: #fff !important;
  background-color: #646464 !important; }

#leadNavigationMenu > .dropdown > .dropdown-menu {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

#leadNavigationMenu > .dropdown > .dropdown-menu > li > a {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

#leadNavigationMenu > .dropdown > .dropdown-menu > li > a:hover {
  color: #fff !important;
  background-color: #646464 !important; }

.nested-sub-menu {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

.nested-sub-menu {
  display: none; }

.nested-sub-menu > li > a {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

.nested-sub-menu > li > a:hover {
  color: #fff !important;
  background-color: #646464 !important; }

.navbar-inverse, .navbar-brand {
  background-color: #2e2c2d !important; }

.progress-bar-color-black {
  background-color: #2C2C2B; }

.progress-bar-color-blue {
  background-color: #0d5d79; }

.progress-bar-color-green {
  background-color: #42834f; }

.progress-bar-color-yellow {
  background-color: #bbba75; }

.progress-bar-color-red {
  background-color: #ad1138; }

.showBreakdown {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

.showBenefitsQuote {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

.showQuoteClauses {
    color: #b4b4b4 !important;
    background-color: #2e2c2d !important;
}

.feed-icon {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

.displayFrame {
  /*border: 1px solid $main-nav-li-a-color !important;
  scrollbar-3dlight-color: $primary-color !important;*/
  scrollbar-arrow-color: #646464 !important;
  scrollbar-darkshadow-color: #757575 !important;
  scrollbar-face-color: #757575 !important;
  scrollbar-highlight-color: #646464 !important;
  scrollbar-shadow-color: #646464 !important;
  scrollbar-track-color: #757575 !important; }

.table .td-alt {
  color: #b4b4b4 !important;
  background-color: #b4b4b4 important;
  margin: 0px !important;
  padding: 0px !important; }

.table .tr-alt {
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important; }

/*.table .table-td-color {
    color: $main-nav-li-a-color !important;
    background-color: $breakdown-background-color !important;
}*/
/*.quoteContainer {
    border: 1px solid $main-nav-li-a-color !important;
}*/
/*.pull-right {
    color: $main-nav-li-a-color !important;
}*/
.cajita {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

.bigBox {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

.MessageBoxContainer {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important; }

.botTempo {
  color: #ffffff !important;
  background-color: #757575 !important;
  border-color: #686868 !important; }

body {
  color: #2e2c2d !important;
  font: 13px/1.7em "Open Sans", "trebuchet ms", arial, sans-serif;
  background-color: #2e2c2d;
  background-image: url("/Assets/themes/ip/background.jpg") !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: 100% 100% !important; }

body {
  color: #444;
  font: 13px/1.7em "Open Sans", "trebuchet ms", arial, sans-serif;
  background: #2e2c2d; }

strong {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  font-family: 'Open Sans', 'trebuchet ms', arial, sans-serif; }

ul.icons-list {
  padding: 0;
  margin: 0 0 10px;
  list-style: none; }

ul.icons-list > li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1em;
  line-height: 1.65em; }

ul.icons-list > li > .icon-li {
  position: absolute;
  top: .15em;
  left: 0;
  width: 1em;
  font-size: 1.25em;
  text-align: center; }

ul.icons-list.text-sm {
  font-size: 11px; }

ul.icons-list.text-md {
  font-size: 13px; }

ul.icons-list.text-lg {
  font-size: 18px; }

ul.icons-list.text-xl {
  font-size: 24px; }

.list-group .list-group-item i {
  color: #757575;
  width: 20px; }

.list-group .list-group-item.active {
  background-color: #757575;
  border-color: #686868; }

.list-group .list-group-item.active i {
  color: #fff; }

.list-group .list-group-item .list-group-chevron {
  float: right;
  margin-top: 5px;
  color: #bbb; }

.list-group .list-group-item .badge {
  margin-top: 2px; }

.list-group .list-group-item .list-group-chevron + .badge {
  margin-right: 10px; }

.btn-jumbo {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px; }

.btn-secondary .caret,
.btn-tertiary .caret {
  border-top-color: #fff; }

.dropup .btn-secondary .caret,
.dropup .btn-tertiary .caret {
  border-bottom-color: #fff; }

.btn-tertiary {
  color: #ffffff;
  background-color: #9E9F9E;
  border-color: #919291; }

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  color: #ffffff;
  background-color: #919291; }

.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  background-image: none; }

.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #abacab;
  border-color: #9E9F9E; }

.btn-primary {
  color: #ffffff;
  background-color: #757575;
  border-color: #686868; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #686868; }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #828282;
  border-color: #757575; }

.btn-secondary {
  color: #ffffff;
  background-color: #646464;
  border-color: #575757; }

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #575757; }

.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none; }

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #717171;
  border-color: #646464; }

.btn-info {
  color: #ffffff;
  background-color: #2a6e86;
  border-color: #245e73; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #245e73; }

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #307e99;
  border-color: #2a6e86; }

.btn-success {
  color: #ffffff;
  background-color: #0a7657;
  border-color: #085e46; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #085e46; }

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #307e99;
  border-color: #2a6e86; }

.btn-warning {
  color: #ffffff;
  background-color: #8a551c;
  border-color: #754818; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #754818; }

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #9f6220;
  border-color: #8a551c; }

.btn-danger {
  color: #ffffff;
  background-color: #9a1838;
  border-color: #841530; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #841530; }

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #b01b40;
  border-color: #9a1838; }

.text-muted {
  color: #828282; }

.text-tertiary {
  color: #919291; }

.text-primary {
  color: #686868; }

.text-secondary {
  color: #575757; }

.text-info {
  color: #245e73; }

.text-success {
  color: #085e46; }

.text-warning {
  color: #754818; }

.text-danger {
  color: #841530; }

label {
  font-weight: 600; }

.label {
  font-weight: 600; }

.label-tertiary {
  background-color: #9E9F9E; }

.label-tertiary[href]:hover,
.label-tertiary[href]:focus {
  background-color: #919291; }

.label-primary {
  background-color: #757575; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #686868; }

.label-secondary {
  background-color: #646464; }

.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color: #575757; }

.label-info {
  background-color: #2a6e86; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #245e73; }

.label-success {
  background-color: #0a7657; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #085e46; }

.label-warning {
  background-color: #8a551c; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #754818; }

.label-danger {
  background-color: #9a1838; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #841530; }

.accordion .panel-heading {
  padding: 0; }

.accordion .accordion-toggle {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer; }

.accordion .accordion-toggle:hover,
.accordion .accordion-toggle:active,
.accordion .accordion-toggle:focus {
  text-decoration: none;
  outline: none !important; }

.accordion .panel.open .accordion-toggle {
  color: #fff;
  background-color: #757575; }

.alert-default {
  color: #575757;
  background-color: #9c9c9c;
  border-color: #828282; }

.alert-default hr {
  border-top-color: #828282; }

.alert-default .alert-link {
  color: #575757; }

.alert-primary {
  color: #8f8f8f;
  background-color: #828282;
  border-color: #686868; }

.alert-primary hr {
  border-top-color: #686868; }

.alert-primary .alert-link {
  color: #8f8f8f; }

.alert-secondary {
  color: #8f8f8f;
  background-color: #717171;
  border-color: #575757; }

.alert-secondary hr {
  border-top-color: #575757; }

.alert-secondary .alert-link {
  color: #8f8f8f; }

.alert-info {
  color: #b4b4b4 !important;
  background-color: #2e2c2d !important;
  border-color: #245e73; }

.alert-info .progress-bar {
  background-image: none;
  background-color: #9E9F9E !important; }

.alert-info hr {
  border-top-color: #245e73; }

.alert-info .alert-link {
  color: #8f8f8f; }

.alert-success {
  color: #8f8f8f;
  background-color: #0c8e68;
  border-color: #085e46; }

.alert-success hr {
  border-top-color: #085e46; }

.alert-success .alert-link {
  color: #8f8f8f; }

.alert-warning {
  color: #8f8f8f;
  background-color: #9f6220;
  border-color: #754818; }

.alert-warning hr {
  border-top-color: #754818; }

.alert-warning .alert-link {
  color: #8f8f8f; }

.alert-danger {
  color: #8f8f8f;
  background-color: #b01b40;
  border-color: #841530; }

.alert-danger hr {
  border-top-color: #841530; }

.alert-danger .alert-link {
  color: #8f8f8f; }

.tab-content.stacked-content > .tab-pane {
  padding-top: 0; }

.nav-tabs,
.nav-pills {
  margin-bottom: 1.5em; }

.nav-tabs .caret,
.nav-pills .caret,
.nav-tabs a:hover .caret,
.nav-pills a:hover .caret {
  border-top-color: #444;
  border-bottom-color: #444; }

.nav-pills.nav-stacked > li {
  margin-right: 0;
  margin-bottom: .5em; }

.nav-pills.nav-stacked > li > a {
  padding: 10px 15px; }

.nav-pills > li {
  margin-right: 6px; }

.nav-pills > li > a {
  padding: 5px 12px;
  color: #444;
  background-color: #8f8f8f; }

.nav-pills > li > a:hover {
  background-color: #828282; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #757575; }

.nav-pills > li.active .caret,
.nav-pills > li.active a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #757575;
  font-weight: 600; }

.nav-tabs > li > a {
  color: #444; }

.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
  background-color: #8f8f8f;
  border-color: #e5412d; }

.nav-tabs .dropdown-menu > .active > a,
.nav-tabs .dropdown-menu > .active > a:hover,
.nav-tabs .dropdown-menu > .active > a:focus {
  color: #fff; }

.pagination > li > a,
.pagination > li > span {
  color: #222; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #757575;
  border-color: #686868;
  cursor: default; }

.pager > li > a {
  color: #222; }

.dropdown-menu > li {
  margin-right: .5em;
  margin-left: .5em; }

.dropdown-menu > li > a {
  padding: 6px 12px;
  font-size: 13px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #757575; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #757575;
  background-color: #8f8f8f; }

.progress-bar-info {
  background-color: #3498db; }

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #ff751a; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-primary {
  background-color: #e5412d; }

.progress-striped .progress-bar-primary {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-secondary {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-secondary {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-tertiary {
  background-color: #888888; }

.progress-striped .progress-bar-tertiary {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.modal-backdrop {
  background-color: #ffffff; }

.modal-backdrop.in {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6; }

.modal-styled .modal-content {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); }

.modal-styled .modal-header {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background-color: #333;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.modal-styled .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none; }

.modal-styled .modal-header .close:hover {
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7; }

.modal-styled .modal-footer {
  padding: 14px 20px 15px;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-group {
  margin-bottom: 20px; }

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  font-weight: 600; }

.fileupload-preview {
  line-height: 0 !important; }

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 12px;
  height: 31px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 29px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../js/plugins/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../js/plugins/chosen/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #ffffff url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url("chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../js/plugins/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url("../js/plugins/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../js/plugins/chosen/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url("../js/plugins/chosen/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("../js/plugins/chosen/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("../js/plugins/chosen/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("../js/plugins/chosen/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
.spark-stat {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center; }

.spark-stat .value {
  display: block;
  margin-top: .75em;
  margin-bottom: .3em;
  font-size: 16px;
  font-weight: 600; }

.spark-stat h5 {
  margin-top: 0;
  font-size: 13px; }

.progress-stat {
  margin-top: 2.25em; }

.progress-stat:first-child {
  margin-top: 0; }

.progress-stat .stat-header {
  display: table;
  width: 100%;
  margin-bottom: .5em; }

.stat-value {
  display: table-cell;
  width: 50%;
  margin-top: -1.15em;
  color: #666;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase; }

.stat-label {
  display: table-cell;
  width: 50%;
  color: #999;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase; }

.progress-stat .progress {
  margin-bottom: 0; }

.progress-stat .stat-note {
  margin-top: .65em;
  color: #888;
  font-style: italic; }

.dashboard-stat {
  position: relative;
  display: block;
  padding: 30px 20px;
  background-color: #8f8f8f;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden; }

.dashboard-stat,
.dashboard-stat:hover,
.dashboard-stat:active,
.dashboard-stat:focus {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  outline: none; }

.dashboard-stat i,
.dashboard-stat:hover i,
.dashboard-stat:active i,
.dashboard-stat:focus i {
  color: #fff; }

.dashboard-stat:hover {
  background-color: #9E9F9E; }

.dashboard-stat:hover i {
  color: #dcdcdc; }

.dashboard-stat:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.dashboard-stat.primary {
  color: #FFF;
  background-color: #757575;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

.dashboard-stat.primary:hover,
.dashboard-stat.primary:active {
  background-color: #9E9F9E; }

.dashboard-stat.primary i,
.dashboard-stat.primary:hover i,
.dashboard-stat.primary:active i {
  color: #646464; }

.dashboard-stat.primary:hover {
  background-color: #9E9F9E; }

.dashboard-stat.primary:hover i {
  color: #717171; }

.dashboard-stat.secondary,
.dashboard-stat.secondary:hover,
.dashboard-stat.secondary:active {
  color: #FFF;
  background-color: #646464;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

.dashboard-stat.secondary i,
.dashboard-stat.secondary:hover i,
.dashboard-stat.secondary:active i {
  color: #717171; }

.dashboard-stat.secondary:hover {
  background-color: #717171; }

.dashboard-stat.secondary:hover i {
  color: #ec9924; }

.dashboard-stat.tertiary,
.dashboard-stat.tertiary:hover,
.dashboard-stat.tertiary:active {
  color: #FFF;
  background-color: #9E9F9E;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

.dashboard-stat.tertiary i,
.dashboard-stat.tertiary:hover i,
.dashboard-stat.tertiary:active i {
  color: #7b7b7b; }

.dashboard-stat.tertiary:hover {
  background-color: #abacab; }

.dashboard-stat.tertiary:hover i {
  color: #717171; }

.dashboard-stat .visual {
  z-index: 10;
  float: right;
  width: 54px;
  height: 100%; }

.dashboard-stat .details {
  position: relative;
  z-index: 11;
  float: left;
  margin-top: -10px;
  text-align: left; }

.dashboard-stat .value {
  display: block;
  font-size: 28px;
  font-weight: 500; }

.dashboard-stat .content {
  display: block;
  margin-bottom: 1em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

.dashboard-stat .visual i {
  position: absolute;
  left: 0;
  left: auto;
  right: 0;
  bottom: 0;
  display: block;
  height: 72px;
  font-size: 72px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  text-shadow: none; }

.dashboard-stat .more {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25) !important;
  text-shadow: none; }

/*------------------------------------------------------------------
[ Back to Top / #back-to-top ]
*/
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1001;
  width: 45px;
  height: 45px;
  display: block;
  color: #fff !important;
  background-color: #757575 !important;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  transition: background 0.25s linear; }

#back-to-top:hover {
  text-decoration: none;
  background-color: #F90;
  background: rgba(229, 65, 45, 0.85); }

#back-to-top i {
  color: #fff; }

.table-bordered thead tr,
.table-bordered tfoot tr {
  background-color: #f0f0f0;
  /*background-image: -webkit-gradient(linear, left 0%, left 100%, from($secondary-color), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, $secondary-color, 0%, #eeeeee, 100%);
  background-image: -moz-linear-gradient(top, $secondary-color 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, $secondary-color 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffeeeeee', GradientType=0);*/ }

.table-bordered thead tr th,
.table-bordered tfoot tr th {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom-width: 1px;
  vertical-align: middle; }

.table-bordered.table-highlight {
  border-top-color: #111; }

.table-bordered.table-highlight thead tr:first-child {
  background-color: #444;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#444444));
  background-image: -webkit-linear-gradient(top, #555555, 0%, #444444, 100%);
  background-image: -moz-linear-gradient(top, #555555 0%, #444444 100%);
  background-image: linear-gradient(to bottom, #555555 0%, #444444 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff444444', GradientType=0); }

.table-bordered.table-highlight thead tr:first-child th {
  color: #fff;
  font-weight: 600;
  border: 1px solid #3a3a3a; }

.feed-item {
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 22px;
  padding-bottom: 35px;
  padding-left: 40px;
  margin-left: 20px;
  border-left: 2px solid #DDD; }

.feed-item:last-child {
  padding-bottom: 15px; }

.feed-item .feed-subject {
  margin-bottom: 1.5em; }

.feed-item .feed-subject a {
  font-weight: 600; }

.feed-item .feed-content {
  padding-left: 25px; }

.feed-item .feed-actions {
  padding: 10px 10px;
  margin-top: 2em;
  border-top: 1px dotted #ccc; }

.feed-item .feed-actions:before,
.feed-item .feed-actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.feed-item .feed-actions:after {
  clear: both; }

.feed-item .feed-actions a {
  color: #999;
  font-size: 13px; }

.feed-item .feed-actions a:hover {
  text-decoration: none;
  color: #e5412d; }

.feed-item .feed-actions .pull-left {
  margin: 0 15px 0 0; }

.feed-item .feed-actions .pull-right {
  margin: 0 0 0 15px; }

.feed-item .feed-icon {
  position: absolute;
  top: 15px;
  left: -23px;
  width: 40px;
  height: 40px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  background-color: #f0ad4e;
  border: 3px solid #FFF;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35); }

.feed-item-idea .feed-icon {
  background-color: #f0ad4e; }

.feed-item-image .feed-icon {
  background-color: #888888; }

.feed-item-file .feed-icon {
  background-color: #e5412d; }

.feed-item-bookmark .feed-icon {
  background-color: #555; }

.feed-item-question .feed-icon {
  background-color: #428bca; }

.ui-lightbox,
.ui-lightbox-gallery a {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.thumbnail-view {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.thumbnail-view img {
  max-width: 100%; }

.thumbnail-view .thumbnail-view-hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background: #111111 url(../img/gallery/zoom.png) no-repeat 50%;
  z-index: 10;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.thumbnail-view:hover .thumbnail-view-hover {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  opacity: .5;
  filter: alpha(opacity=50); }

.thumbnail-footer {
  padding: 7px 10px;
  border-top: 1px dotted #ccc; }

.thumbnail-footer:before,
.thumbnail-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.thumbnail-footer:after {
  clear: both; }

.thumbnail-footer a {
  color: #999;
  font-size: 12px; }

.thumbnail-footer a:hover {
  text-decoration: none;
  color: #e5412d; }

.thumbnail-footer .pull-left a {
  padding: 0 12px 0 0; }

.thumbnail-footer .pull-right a {
  padding: 0 0 0 12px; }

/*------------------------------------------------------------------
[ Slider / .ui-slider ]
*/
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 16px;
  background: url(../img/jquery/handle.png) no-repeat;
  border: none;
  cursor: pointer; }

.ui-slider .ui-slider-handle:hover {
  background-position: 0 -16px; }

.ui-slider .ui-slider-handle:active {
  background-position: 0 -16px; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 6px;
  font-size: .7em;
  display: block;
  border: 1px solid #FFF;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background: #ccc;
  border-color: #b3b3b3; }

.ui-slider.slider-primary .ui-slider-range {
  background: #e5412d;
  border-color: #c62b19; }

.ui-slider.slider-secondary .ui-slider-range {
  background: #f0ad4e;
  border-color: #ec971f; }

.ui-slider.slider-tertiary .ui-slider-range {
  background: #888888;
  border-color: #6f6f6f; }

.ui-slider.slider-success .ui-slider-range {
  background: #5cb85c;
  border-color: #449d44; }

.ui-slider.slider-warning .ui-slider-range {
  background: #ff751a;
  border-color: #e65c00; }

.ui-slider.slider-danger .ui-slider-range {
  background: #d9534f;
  border-color: #c9302c; }

.ui-slider.slider-info .ui-slider-range {
  background: #3498db;
  border-color: #217dbb; }

.ui-slider-horizontal {
  height: 12px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -0.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 110%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: 11px;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -3px;
  margin-left: 0;
  margin-bottom: -0.6em;
  width: 15px;
  height: 24px;
  background: url(../img/jquery/handle-vertical.png) no-repeat; }

.ui-slider-vertical .ui-slider-handle:hover {
  background-position: 0 -24px; }

.ui-slider-vertical .ui-slider-handle:active {
  background-position: 0 -24px; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 9px; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.form .row,
.form-horizontal .row {
  margin-bottom: 0 !important; }

.help-block {
  margin-bottom: 0; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0; }

/*------------------------------------------------------------------
[ Validation / .form-group ]
*/
.form-group {
  position: relative; }

.form-group .parsley-success .parsley-error-list {
  display: none !important; }

.form-group .parsley-error-list {
  position: relative;
  display: inline-block !important;
  padding: 2px 10px;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #b94a48;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box; }

.form-group .parsley-error-list::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #B94A48;
  position: absolute;
  top: -6px;
  left: 3px; }

.form-horizontal .form-group span.error {
  margin-left: 1.5em;
  margin-left: 15px; }

.table-checkable .checkbox-column {
  width: 40px;
  text-align: center;
  vertical-align: middle; }

.table-checkable .checkbox-column input[type=text] {
  display: none; }

.table-checkable tbody > tr.checked > td {
  background-color: #fdf3e4; }

.simplecolorpicker.inline {
  display: block;
  height: auto; }

.simplecolorpicker.icon {
  display: block;
  width: 100px;
  height: 25px;
  text-align: center;
  border: 3px solid #222; }

.simplecolorpicker.icon i {
  visibility: hidden;
  color: #FFF; }

.simplecolorpicker span {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #FFF;
  text-align: center;
  border: 3px solid transparent; }

.simplecolorpicker span i {
  display: table-cell;
  visibility: hidden;
  vertical-align: middle;
  width: 19px;
  height: 19px; }

.simplecolorpicker span i:active,
.simplecolorpicker span i:focus {
  outline: none; }

.simplecolorpicker span:hover {
  border-width: 3px;
  outline: none; }

.simplecolorpicker span.selected {
  border-width: 3px; }

.simplecolorpicker span.selected i {
  visibility: visible !important; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#flotTip {
  padding: 3px 6px !important;
  color: #FFF !important;
  font-size: 11px !important;
  text-align: center !important;
  text-decoration: none !important;
  background-color: #222 !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  border: 1px solid #000 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15); }

.chart-tooltip {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  font-size: 11px;
  padding: 5px 9px;
  border: 1px solid #282828;
  background: #3b3b3b;
  background: -moz-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -o-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: linear-gradient(top, #3b3b3b 0%, #222222 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset; }

.chart-tooltip:after {
  content: '';
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222222;
  position: absolute;
  bottom: -5px;
  left: 4px; }

.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block; }

.form-group .icheckbox_minimal-blue,
.form-group .iradio_minimal-blue {
  display: inline-block;
  top: 4px;
  margin-right: .5em;
  margin-left: -20px; }

.checkbox-inline,
.radio-inline {
  margin-right: 20px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0; }

.datatable-columnfilter {
  width: 100% !important; }

.datatable-hidesearch .dataTables_filter {
  display: none; }

.dataTables_wrapper .row {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.dataTables_wrapper .dt-rt > div {
  margin-bottom: 1em !important; }

.dataTables_wrapper .dt-rt > div:empty {
  margin-bottom: 0 !important; }

.dataTables_wrapper .dt-rb > div {
  margin-top: 1em !important; }

.dataTables_wrapper .dt-rb > div:empty {
  margin-top: 0 !important; }

.dataTables_wrapper .dataTable {
  margin-bottom: .5em; }

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  vertical-align: middle;
  font-size: 12px;
  height: 30px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus {
  outline: none;
  border-color: #757575;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.dataTables_wrapper .dataTables_length select {
  height: auto; }

.dataTables_info {
  padding-top: 6px; }

div.dataTables_length label {
  float: left;
  text-align: left;
  font-weight: 600; }

div.dataTables_length select {
  width: 70px;
  margin-right: .65em; }

div.dataTables_filter label {
  float: right;
  font-weight: 600; }

div.dataTables_filter label input {
  width: 215px;
  margin-left: .65em; }

div.dataTables_paginate {
  text-align: right;
  margin: 0; }

div.dataTables_paginate .pagination {
  margin-top: 0;
  margin-bottom: 0; }

.dataTable input::-ms-clear {
  display: none !important; }

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand; }

table.table thead .sorting {
  background: url("/Assets/js/plugins/datatables/images/sort_both.png") no-repeat center right; }

table.table thead .sorting_asc {
  background: url("/Assets/js/plugins/datatables/images/sort_asc.png") no-repeat center right; }

table.table thead .sorting_desc {
  background: url("/Assets/js/plugins/datatables/images/sort_desc.png") no-repeat center right; }

table.table thead .sorting_asc_disabled {
  background: url("/Assets/js/plugins/datatables/images/sort_asc_disabled.png") no-repeat center right; }

table.table thead .sorting_desc_disabled {
  background: url("/Assets/js/plugins/datatables/images/sort_desc_disabled.png") no-repeat center right; }

table.dataTable th:active {
  outline: none; }

.originalTextareaInfo {
  width: auto !important; }

.autosize-animate {
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s; }

.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-color: #757575;
  background-image: none; }

.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: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,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #757575;
  background-image: none; }

.datepicker-inline {
  border: 1px solid #c0c0c0;
  width: 215px; }

.datepicker-dropdown:before,
.datepicker-dropdown:after {
  display: none; }

.ui-datepicker .input-group-addon {
  cursor: pointer; }

.bootstrap-timepicker > .fa-clock-o {
  position: absolute;
  top: 10px;
  right: 10px; }

.bootstrap-timepicker {
  position: relative; }

.bootstrap-timepicker-widget.dropdown-menu {
  max-width: 215px; }

.bootstrap-timepicker-widget.modal {
  margin: 0;
  width: auto; }

.bootstrap-timepicker-widget.modal .modal-dialog {
  width: 280px; }

.bootstrap-timepicker-widget.modal .modal-body {
  padding: 0; }

.bootstrap-timepicker-widget.modal .modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0; }

.bootstrap-timepicker-widget .modal-content {
  padding: 0; }

.bootstrap-timepicker .input-group-addon {
  cursor: pointer; }

.bootstrap-timepicker-widget table td input {
  width: 42px; }

.select2-container {
  margin-left: 0 !important; }

.select2-container .select2-choice {
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ccc;
  background: #fff !important;
  filter: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
  top: 2px;
  right: 5px; }

.select2-container .select2-choice .select2-arrow b {
  background-position: 1px 1px; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -17px 1px; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container .select2-choice:hover {
  border-color: #c2c2c2 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.select2-results {
  padding: 0;
  margin-right: 0; }

.select2-search {
  padding-top: 4px; }

.select2-drop,
.select2-drop.select2-drop-above {
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #aaa;
  margin-top: -5px; }

.select2-drop-multi.select2-drop-above {
  margin-top: -1px !important; }

.select2-container .select2-choice abbr {
  top: 9px; }

/* .select2-search-choice-close */
.select2-container-multi .select2-choices {
  min-height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
  padding-bottom: 4px; }

.select2-container-multi .select2-choices .select2-search-choice {
  background: #f8f8f8;
  height: 22px;
  line-height: 14px;
  margin: 2px 1px 1px 2px;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  padding: 3px 22px 3px 6px;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.select2-container-multi .select2-search-choice-close {
  right: 3px;
  top: 4px;
  left: auto; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #e1e1e1; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff !important;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.select2-container .select2-choice > .select2-chosen i,
.select2-results .select2-result-label i,
.select2-container-multi .select2-choices .select2-search-choice i {
  margin: -1px 6px 0 0;
  height: 15px;
  vertical-align: -2px; }

.form-control.select2-container {
  height: auto;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* ---------------------------------- */
/* @Wrapper */
#wrapper {
  width: 100%;
  background-image: none !important; }

/* ---------------------------------- */
/* @Header */
#site-logo {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
  height: 115px;
  width: 175px;
  position: absolute;
  z-index: 21;
  background-image: url("/Assets/themes/ip/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 135px !important;
  margin: 0px !important;
  padding: 0px !important;
  top: 25px; }

#header {
  background: #2e2c2d;
  width: 100%;
  height: 77px;
  position: relative;
  z-index: 15; }

#header .navbar-toggle {
  float: right;
  padding: 5px 7px;
  margin-top: -8px;
  margin-bottom: 0;
  color: #666;
  font-size: 18px;
  line-height: 0;
  border-color: transparent;
  background: #e5412d;
  color: #FFF; }

#header .navbar-toggle:hover {
  text-decoration: none; }

#header .navbar-toggle.collapsed {
  background-color: transparent; }

#header .navbar-toggle.collapsed:hover,
#header .navbar-toggle.collapsed:focus {
  background: #222; }

#header #sidebar-toggle.collapsed {
  color: #e5412d; }

#top-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 38px;
  padding-right: 25px;
  padding-left: 180px;
  color: #FFF;
  background-color: #646464 !important; }

#top-bar .nav > li {
  float: left;
  font-size: 12px; }

#top-bar .nav > li > a {
  padding: 8px 10px;
  color: #b4b4b4; }

#top-bar .nav > li > a .caret {
  border-top-color: #b4b4b4;
  border-bottom-color: #b4b4b4; }

#top-bar .nav > li > a i {
  margin-right: .35em; }

#top-bar .nav > li > a:hover {
  background-color: #757575;
  color: #fff; }

#top-bar .nav > li > a:active,
#top-bar .nav > li > a:focus,
#top-bar .nav > li.open > a {
  background-color: #757575;
  color: #fff; }

#top-bar .nav.pull-right .dropdown-menu {
  left: auto;
  right: 0; }

#top-bar .nav.pull-right .dropdown-menu::before,
#top-bar .nav.pull-right .dropdown-menu::after {
  left: auto;
  right: 9px; }

#top-bar .nav.pull-right .dropdown-menu::after {
  left: auto;
  right: 10px; }

#top-bar .nav .dropdown-menu {
  top: 93%;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

#top-bar .nav .dropdown-menu::before,
#top-bar .nav .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }

#top-bar .nav .dropdown-menu::after {
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-bottom-color: #fff;
  top: -6px;
  left: 10px; }

/* ---------------------------------- */
/* @System Logo (iPlatform */
#system-logo {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100px 60px;
  background-color: #2e2c2d;
  height: 57px;
  width: 180px;
  width: 90%;
  position: relative;
  z-index: 15; }

/* ---------------------------------- */
/* @Sidear */
#sidebar {
  width: 180px;
  display: block;
  float: left;
  position: relative;
  position: absolute;
  z-index: 16;
  border: 0px !important;
  border-right: 1px solid #b4b4b4 !important; }

#sidebar hr {
  margin-bottom: 2em; }

#sidebar ul li {
  width: 100%;
  margin-bottom: 1px;
  /*border-top: 1px solid $sidebar-ul-color !important;*/
  border-bottom: 1px solid #b4b4b4 !important; }

/* ---------------------------------- */
/* @main-nav */
#main-nav {
  width: 180px;
  padding: 0 !important;
  margin: 0 !important;
  border-top: 1px solid #b4b4b4;
  /*border-bottom: 1px solid #858585;*/
  position: relative; }

#main-nav > li {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  /*border-top: 1px solid #858585;
  border-bottom: 1px solid #4A4A4A;*/ }

#main-nav > li > a {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #b4b4b4;
  display: inline-block;
  padding: 11px 18px 11px 18px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*text-shadow: 1px 1px 2px #fff;*/ }

#main-nav > li > a i {
  position: relative;
  color: #b4b4b4 !important;
  top: 1px;
  width: 16px;
  display: inline-block;
  text-align: center;
  margin-right: 1em;
  font-size: 16px;
  text-shadow: none; }

#main-nav > li > a:hover,
#main-nav > li.opened > a {
  background: #2e2c2d !important;
  background: rgba(0, 0, 0, 0.075); }

#main-nav > li.active {
  border-top: none; }

#main-nav > li.active > a {
  background: #066ECD;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f0f0f0, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
  border-top: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #e5412d;
  text-shadow: none;
  font-weight: 600; }

#main-nav > li.active > a i {
  color: #e5412d; }

#main-nav > li.dropdown > a {
  padding-bottom: 12px; }

#main-nav > li.dropdown > a .caret {
  width: 0;
  height: 0;
  display: inline-block;
  border-top-color: #383838;
  border-bottom-color: #383838;
  position: absolute;
  top: 19px;
  right: 20px; }

#main-nav .sub-nav {
  color: #b4b4b4;
  width: 100%;
  display: none;
  list-style-type: none;
  padding-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: none;
  position: relative;
  top: 0; }

#main-nav .sub-nav > li {
  color: #b4b4b4;
  background: none;
  list-style-type: none;
  padding: 0;
  margin: 0 1em 0 0; }

#main-nav .sub-nav > li:last-child {
  border-bottom: none !important; }

#main-nav .sub-nav > li > a {
  width: auto;
  font-size: 12px;
  display: block;
  padding: 7px 15px 7px 30px;
  color: #b4b4b4; }

#main-nav .sub-nav > li > a:hover {
  background: #b4b4b4 !important;
  color: #2e2c2d !important;
  text-decoration: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

#main-nav .sub-nav > li > a i {
  position: relative;
  top: 1px;
  margin-right: .65em;
  color: #b4b4b4 !important;
  font-size: 13px; }

#main-nav .sub-nav > li > a:hover i {
  color: #2e2c2d !important; }

/* @Footer */
#footer {
  width: 100%;
  padding: 12px;
  color: #999;
  text-align: right;
  background: #2e2c2d;
  color: #b4b4b4 !important;
  border-top: 1px solid #2e2c2d !important; }

#footer:before,
#footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

#footer:after {
  clear: both; }

#footer a {
  color: #e5412d; }

#footer .nav > li {
  display: inline-block;
  padding: 0 5px; }

#footer .nav > li > a {
  display: inline;
  padding: 0; }

#footer .nav > li > a:hover {
  text-decoration: underline;
  background: transparent; }

/* ---------------------------------- */
/* @Content */
#content {
  background: #FFF;
  width: auto;
  min-height: 800px;
  z-index: 18;
  padding-bottom: 25px;
  margin-left: 179px;
  position: relative;
  left: auto;
  top: auto;
  border-left: 1px solid #b4b4b4; }

#content-header {
  position: relative;
  top: -95px;
  width: 100%;
  height: 96px;
  margin-bottom: 2em;
  background-color: #2e2c2d;
  color: #b4b4b4 !important;
  border-bottom: 1px solid #b4b4b4;
  border-top-left-radius: 2px; }

#content-header:before,
#content-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

#content-header:after {
  clear: both; }

#content-header h1 {
  position: relative;
  left: 20px;
  margin: 0;
  color: #444;
  font-size: 32px;
  font-weight: 400;
  line-height: 96px;
  letter-spacing: -2px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5); }

#content-container {
  position: relative;
  top: -96px;
  padding: 0 20px; }

#content-container .portlet {
  margin-bottom: 2em; }

#content-container .row {
  margin-bottom: 2em; }

#content-container .row.row-marginless {
  margin-bottom: 0 !important; }

#content-container .row > div .portlet:last-child {
  margin-bottom: 0; }

.row.nomargin {
  margin-bottom: 0; }

.error-container {
  margin-top: 1em;
  text-align: center; }

.error-code {
  display: inline-block;
  vertical-align: top;
  font-size: 100px;
  font-weight: 600;
  line-height: .7em; }

.error-details {
  display: inline-block;
  vertical-align: top;
  margin-top: 4em; }

.error-details ul {
  text-align: left; }

@media (min-width: 768px) {
  .error-container {
    margin-top: 2.5em; }
  .error-details {
    width: 250px;
    margin-top: 0;
    margin-left: 25px;
    text-align: left; } }

@media (min-width: 992px) {
  .error-container {
    margin-top: 5em; }
  .error-code {
    font-size: 150px; }
  .error-details {
    width: 350px;
    margin-left: 50px; } }

.heading {
  padding-bottom: 8px;
  margin-bottom: 1.35em;
  border-bottom: 1px dotted #646464; }

.heading a a:not(.btn) {
  color: #646464 !important; }

.heading #showHideSection {
  color: #646464 !important; }

.heading-inline {
  display: inline-block; }

.col-sidebar-right {
  border-left: 1px solid #DDD;
  padding-left: 2em; }

@media (max-width: 992px) {
  .col-sidebar-right {
    border-left: none;
    padding-left: 15px; } }

.media-table > tbody > tr > td {
  vertical-align: middle; }

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

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

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

.clear {
  clear: both; }

.chart-holder {
  position: relative;
  width: 100%;
  height: 300px; }

.table > tbody > .row-subtotal > td {
  border-top: 2px solid #000; }

ul.support-list {
  margin-top: 2em; }

ul.support-list li {
  margin-left: 2.5em; }

.fontawesome-icon-list {
  text-align: center; }

.fontawesome-icon-list a {
  display: inline-block;
  margin-bottom: 3em;
  color: #666; }

.fontawesome-icon-list a:hover {
  color: #e5412d;
  text-decoration: none; }

.fontawesome-icon-list .fa {
  display: block;
  margin-bottom: .5em;
  font-size: 20px; }

@media (max-width: 768px) {
  body {
    background-image: none; }
  #search {
    width: 100%;
    min-height: 0;
    display: block; }
  #footer .nav + .nav {
    margin-top: 1em; }
  #footer .nav.pull-left,
  #footer .nav.pull-right {
    float: none !important;
    text-align: left !important; }
  #footer .nav > li {
    display: block; }
  /* ---------------------------------- */
  /* @Header */
  #header .navbar-toggle {
    margin-top: 15px; }
  #header .navbar-toggle.collapsed:hover {
    background-color: transparent; }
  #content {
    display: block;
    width: auto;
    padding: 0;
    margin: 0; }
  #content-header {
    top: 0;
    height: auto;
    line-height: auto;
    padding: 15px; }
  #content-header h1 {
    position: static;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35em;
    letter-spacing: -1px; }
  #content-container {
    position: static;
    top: 0;
    padding-bottom: 30px; }
  #top-bar {
    position: static;
    padding: 0 7px;
    margin-left: 0;
    background-color: #444;
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #111; }
  #top-bar .nav {
    float: none !important; }
  #top-bar .nav > li {
    float: none; }
  #top-bar .nav > li > a {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 13px; }
  #top-bar .nav > li > a .caret {
    margin-top: -2px; }
  #top-bar .nav .dropdown-menu {
    position: static;
    width: 100%;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #top-bar .nav .dropdown-menu::before,
  #top-bar .nav .dropdown-menu::after {
    display: none; }
  #top-bar .nav .dropdown-menu > li > a {
    padding-left: 32px;
    color: #FFF; }
  #top-bar .nav .dropdown-menu .divider {
    background-color: #555; }
  /* ---------------------------------- */
  /* @Sidar */
  #mainNav .dropdown .dropdownArrow {
    top: 15px; } }

@media (max-width: 992px) {
  #content-container .row {
    margin-bottom: 0; }
  #content-container .row > div {
    margin-bottom: 2em; } }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #sidebar-wrapper.collapse,
  #top-bar.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }

/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
#login-container {
  position: relative;
  width: 90%;
  margin: 40px auto;
  text-align: center; }

#login-container .row > div {
  margin-bottom: 1em; }

#login-container .row > div:last-child {
  margin-bottom: 0; }

#login {
  position: relative;
  padding: 20px 25px 30px 25px;
  margin-bottom: 1em;
  background-color: #FFF;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65); }

#login-container-logo {
  height: 100px;
  width: 210px;
  margin: 60px auto;
  background-image: url("/Assets/themes/ip/logo.png");
  background-repeat: no-repeat;
  margin-bottom: 50px;
  background-size: 215px !important; }

#login #login-form {
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left; }

#login #login-form label {
  display: none; }

#login #login-form .form-control {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px; }

#login #login-btn {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  background-color: #757575; }

@media (min-width: 768px) {
  #login-container {
    width: 450px; }
  #login-container .row > div {
    margin-bottom: 0; }
  #login #login-form {
    padding: 0 25px;
    text-align: left; } }

.menu3dmega.skin-ibroker {
  background-color: #757575;
  border-left: 1px solid #757575;
  border-top: 1px solid #757575;
  border-right: 1px solid #686868;
  border-bottom: none;
  border-radius: 4px; }

.menu3dmega.skin-ibroker > ul > li {
  line-height: 18px;
  border-left: 1px solid #828282;
  border-right: 1px solid #828282; }

.menu3dmega.skin-ibroker > ul > li > a {
  font-size: 14px;
  font-weight: 500; }

.menu3dmega.skin-ibroker.vertical > ul > li {
  border-top: 1px solid #C19456;
  border-bottom: 1px solid #996C2E; }

.menu3dmega.skin-ibroker > ul > li:hover, .menu3dmega.skin-ibroker > ul > li.current {
  background-color: #757575; }

.menu3dmega.skin-ibroker > ul > li.no-link:hover {
  background-color: transparent; }

.menu3dmega.skin-ibroker .dropdown-menu {
  border-bottom: 2px solid #757575; }

.menu3dmega.skin-ibroker a:hover {
  color: #757575; }

.menu3dmega.skin-ibroker .menu-search input[type="text"] {
  border: 1px solid #757575; }

.menu3dmega.skin-ibroker > ul > li.open a {
  background-color: #646464; }

#login-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center; }

#login-container .row > div {
  margin-bottom: 1em; }

#login-container .row > div:last-child {
  margin-bottom: 0; }

#login-container #logo {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 100;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  background-color: #e5412d;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px; }

#login-container #logo:hover {
  background-color: #dd301b; }

#login-container #signup-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background-color: #222222;
  border-color: #1d1d1d; }

#login-container #signup-btn:hover {
  background-color: #1d1d1d;
  border-color: #181818; }

#login {
  position: relative;
  padding: 65px 25px 50px 25px;
  margin-bottom: 1em;
  background-color: #FFF;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65); }

#login #login-form {
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left; }

#login #login-form label {
  display: none; }

#login #login-form .form-control {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px; }

#login #login-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px; }

@media (min-width: 768px) {
  #login-container {
    width: 450px; }
  #login-container .row > div {
    margin-bottom: 0; }
  #login #login-form {
    padding: 0 25px;
    text-align: left; } }

.animated-panel {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.timeline {
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 0;
  position: relative; }

.timeline::before {
  background: #e8ebf0;
  content: '';
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 4px; }

.timeline-block {
  margin: 2em 0;
  position: relative; }

.timeline-block:after {
  clear: both;
  content: "";
  display: table; }

.timeline-block:first-child {
  margin-top: 0; }

.timeline-block:last-child {
  margin-bottom: 0; }

.timeline-icon {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 50%;
  font-size: 16px;
  height: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px; }

.timeline-icon i {
  display: block;
  height: 24px;
  left: 50%;
  margin-left: -12px;
  margin-top: -9px;
  position: relative;
  top: 50%;
  width: 24px; }

.timeline-header {
  font-weight: 500;
  font-size: 1.2em; }

.timeline-content {
  background: white;
  border: 1px solid #e4e5e7;
  border-radius: 0.25em;
  margin-left: 60px;
  position: relative;
  padding: 20px; }

.timeline-content .timeline-actions {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.timeline-content:after {
  clear: both;
  content: "";
  display: table; }

.timeline-content h2 {
  font-weight: 400;
  margin: 4px; }

.timeline-content p {
  line-height: 1.6;
  margin: 1em 0 0 0; }

.timeline-content em {
  font-size: 1em;
  margin-left: 20px; }

.timeline-content:after,
.timeline-content:before {
  border: solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 20px;
  width: 0; }

.timeline-content:after {
  border-color: transparent;
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px; }

.timeline-content:before {
  border-color: transparent;
  border-right-color: #e4e5e7;
  border-width: 11px;
  margin-top: -11px; }

.typeAheadItem {
  color: #686868 !important; }

.typeahead > li:first-of-type > a:first-of-type {
  background-color: white !important; }

.typeahead > li:first-of-type > a:first-of-type:hover {
  background-color: #2e2c2d !important; }

.typeAheadItem:hover, .typeAheadItem:hover a {
  color: white !important; }

@media only screen and (min-width: 768px) {
  .timeline-content h2 {
    font-size: 18px; }
  .timeline-content p {
    font-size: 13px; } }

.howl {
  padding: 0;
  list-style: none;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5c5b5b), to(#353535));
  background-image: -webkit-linear-gradient(top, #5c5b5b, 0%, #353535, 100%);
  background-image: -moz-linear-gradient(top, #5c5b5b 0%, #353535 100%);
  background-image: linear-gradient(to bottom, #5c5b5b 0%, #353535 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c5b5b', endColorstr='#ff353535', GradientType=0);
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box; }

.howl:empty {
  display: none; }

.howl-slot {
  position: relative; }

.howl-close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px;
  color: #000;
  outline: none !important;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  text-shadow: none; }

.howl-message {
  position: relative;
  padding: 10px 30px 13px 65px;
  color: #f0f0f0;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  text-shadow: 0px 1px #111111;
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box; }

.howl-message:hover .howl-close {
  color: #fff;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.howl-message a {
  color: #f0ad4e;
  text-decoration: none; }

.howl-message a:hover {
  text-decoration: underline; }

.howl-title {
  margin-bottom: 4px;
  font-weight: 600; }

.howl-title:empty {
  display: none; }

.howl-message-inner:before {
  position: absolute;
  top: 15px;
  left: 18px;
  z-index: 20;
  display: block;
  content: " ";
  height: 13px;
  width: 13px;
  background-color: #999;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box; }

.howl-message.howl-danger .howl-message-inner:before {
  background-color: #d9534f; }

.howl-message.howl-info .howl-message-inner:before {
  background-color: #3498db; }

.howl-message.howl-success .howl-message-inner:before {
  background-color: #5cb85c; }

.howl-message.howl-warning .howl-message-inner:before {
  background-color: #ff751a; }

.howl-icon {
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 1000;
  width: 1em;
  font-size: 20px;
  text-align: center; }

.howl-has-icon .howl-message-inner:before {
  display: none !important; }

.howl-has-icon .howl-icon {
  color: #bbb; }

.howl-has-icon .howl-success .howl-icon {
  color: #5cb85c; }

.howl-has-icon .howl-warning .howl-icon {
  color: #ff751a; }

.howl-has-icon .howl-danger .howl-icon {
  color: #d9534f; }

.howl-has-icon .howl-info .howl-icon {
  color: #3498db; }

.howl {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: auto;
  left: 50%;
  z-index: 1001;
  width: 300px;
  padding: 0;
  margin: 0;
  margin-left: -150px; }

@media (min-width: 768px) {
  .howl {
    left: auto;
    right: 30px;
    width: 350px;
    margin-left: 0; } }

.override-primary-text {
  color: white !important; }

[data-notify="progressbar"] {
  bottom: 0px;
  height: 5px;
  left: 0px;
  margin-bottom: 0px;
  position: absolute;
  width: 100%;
  color: white; }

.navbar-default {
  background-color: transparent;
  border: none;
  margin-top: 24px; }

.navbar-brand {
  font-size: 18px;
  color: #b4b4b4 !important; }

.field-validation-error {
  color: #841530;
  font-size: 0.9em;
  display: block;
  text-align: right; }

.breadcrumb-item {
  font-size: 16px;
  color: #b4b4b4 !important; }

.custom-popover {
  position: absolute;
  z-index: 999;
  width: 100%;
  margin: 0 15px; }

.custom-popover .popover-content {
  background-color: #717171;
  color: #fff;
  border: 1px solid #757575;
  border-radius: 2px;
  font-size: 1.1em;
  font-weight: 600; }

.k-header.k-grid-toolbar {
  background-color: #2e2c2d !important;
  border-bottom-color: #2e2c2d !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px; }

.k-grid .k-header .k-button {
  background-color: #2e2c2d !important;
  border-color: #2e2c2d !important; }

.select2_nav {
  width: 250px; }

.nav-select2 {
  z-index: 1;
  position: relative;
  padding-top: 10px;
  float: left; }

.iplatform-nav {
  background: #2e2c2d !important;
  border-color: #2e2c2d !important;
  color: #2e2c2d !important;
  background-color: #2e2c2d !important;
  margin-bottom: 20px !important;
  border-radius: 4px;
  position: relative;
  display: block;
  min-height: 50px; }

.lead-status-created {
  background-color: #6d6e71; }

.lead-status-imported {
  background-color: #6d6e71; }

.lead-status-proposal-created {
  background-color: #4b889f; }

.lead-status-quote-requested {
  background-color: #83e0f7; }

.lead-status-quote-received {
  background-color: #0079c5; }

.lead-status-policy-binding-initiated {
  background-color: #c6768b; }

.lead-status-quote-accepted {
  background-color: #2e566d; }

.lead-status-intent-to-buy {
  background-color: #c6768b; }

.lead-status-quote-accepted {
  background-color: #2e566d; }

.lead-status-sent-for-underwriting {
  background-color: #2e566d; }

.lead-status-policy-created {
  background-color: #38bd91; }

.lead-status-delayed {
  background-color: #d6ce6d; }

.lead-status-dead {
  background-color: #d46435; }

.lead-status-loss {
  background-color: #d46435; }

.lead-status-quote-accept-failed {
    background-color: #9a1838;
}