<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.0.3
Version: 1.5.5
Author: KeenThemes
Website: http://www.keenthemes.com/
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keentheme
*/
/*********************
 GENERAL RESET &amp; SETUP
*********************/
/***
Import fonts
***/
/*Load Open Sans Font from google fonts*/
/*
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
*/
/* load Open Sans Font from local */
/*@import url(../fonts/font.css);*/
/***
Reset and overrides
***/
/* general body settings */
body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
  direction: ltr;
}

/*
Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't
properly apply the media queries in Bootstrap's CSS. To address this,
you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied */
@-ms-viewport {
  width: auto !important;
}
/***
General typography
***/
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-top: 10px;
  padding-bottom: 10px;
}

a {
  text-shadow: none !important;
  color: #D81E05;
}

/***
Fix link outlines after click
***/
a, a:focus, a:hover, a:active {
  outline: 0;
}

/***
General backgrounds. Can be applied to any block or panel
***/
.bg-blue {
  background-image: none !important;
  background-color: #1B365D !important;
  border-color: #1B365D !important;
  color: #fff !important;
}

.bg-red {
  background-image: none !important;
  background-color: #D81E05 !important;
  border-color: #D81E05 !important;
  color: #fff !important;
}

.bg-yellow {
  background-image: none !important;
  background-color: #ED8B00 !important;
  border-color: #ED8B00 !important;
  color: #fff !important;
}

.bg-green {
  background-image: none !important;
  background-color: #35aa47 !important;
  border-color: #35aa47 !important;
  color: #fff !important;
}

.bg-purple {
  background-image: none !important;
  background-color: #852b99 !important;
  border-color: #852b99 !important;
  color: #fff !important;
}

.bg-dark {
  background-image: none !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
  color: #fff !important;
}

.be-grey {
  background-image: none !important;
  background-color: #A6BBC8 !important;
  border-color: #A6BBC8 !important;
}

/***
Font Awesome Icons
***/
[class^=fa-],
[class*=" fa-"] {
  display: inline-block;
  margin-top: 1px;
  font-size: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
}

/***
Make font awesome icons fixed width(latest version issue)
***/
li [class^=fa-],
li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

li [class^=fa-].icon-large,
li [class*=" fa-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: none;
  background-image: url("../img/remove-icon-small.png") !important;
}

/***
General HR
***/
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ACA39A;
  border-bottom: 1px solid #A6BBC8;
}

/***
Tools
***/
.display-none,
.display-hide {
  display: none;
}

.no-space {
  margin: 0px !important;
  padding: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

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

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

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

.fix-margin {
  margin-left: 0px !important;
}

.border {
  border: 1px solid red;
}

.inline {
  display: inline;
}

/***
ie8 &amp; ie9 modes
***/
.visible-ie8 {
  display: none;
}

.ie8 .visible-ie8 {
  display: inherit !important;
}

.visible-ie9 {
  display: none;
}

.ie9 .visible-ie9 {
  display: inherit !important;
}

.hidden-ie8 {
  display: inherit;
}

.ie8 .hidden-ie8 {
  display: none !important;
}

.hidden-ie9 {
  display: inherit;
}

.ie9 .hidden-ie9 {
  display: none !important;
}

/********************
 GENERAL LAYOUT
*********************/
/***
Header and header elements.
***/
.header {
  width: 100%;
  padding: 0 20px 0 20px;
  margin: 0;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  height: 42px;
  min-height: 42px;
}

.header.navbar-fixed-top {
  z-index: 9995 !important;
}

.header .navbar-brand {
  display: inline-block;
  margin-top: -1px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 225px;
}

.header .navbar-brand img {
  margin-left: 20px;
}

.header .navbar-brand.text-logo {
  padding-left: 20px;
  padding-top: 12px;
}

.header .navbar-toggle {
  margin: 8px 6px 4px 6px;
  padding: 0;
  padding-top: 2px;
  padding-bottom: 6px;
  background-image: none;
  filter: none;
  box-shadow: none;
  color: #fff;
  border: 0;
}

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

.header .navbar-nav {
  margin-right: 20px;
  display: block;
}

.header .navbar-nav &gt; li {
  margin: 0px;
  padding: 0px;
}

.header .navbar-nav &gt; li.dropdown,
.header .navbar-nav &gt; li.dropdown &gt; a {
  padding-left: 4px;
  padding-right: 4px;
}

.header .navbar-nav &gt; li.dropdown &gt; a:last-child {
  padding-right: 0;
}

.header .navbar-nav &gt; li.dropdown:last-child {
  padding-right: 2px;
}

.header .navbar-nav &gt; li.dropdown .dropdown-toggle {
  margin: 0px;
  padding: 15px 10px 7px 10px;
}

.header .navbar-nav &gt; li.dropdown .dropdown-toggle &gt; i {
  font-size: 18px;
}

.header .navbar-nav &gt; li.dropdown .dropdown-menu &gt; li &gt; a &gt; i {
  font-size: 14px;
}

.header .navbar-nav &gt; li.dropdown.user .dropdown-toggle {
  padding: 7px 4px 6px 9px;
}

.header .navbar-nav &gt; li.dropdown.user .dropdown-toggle:hover {
  text-decoration: none;
}

.header .navbar-nav &gt; li.dropdown.user .dropdown-toggle .username {
  color: #A6BBC8;
}

.header .navbar-nav li.dropdown.user .dropdown-toggle i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 16px;
}

.header .navbar-nav &gt; li.dropdown.user .dropdown-menu i {
  width: 15px;
  display: inline-block;
}

.header .navbar-nav &gt; li.dropdown .dropdown-toggle .badge {
  position: absolute;
  top: 8px;
  right: 20px;
}

/***
Header Search
***/
.header .search-form {
  float: left;
  display: inline-block;
  margin-top: 6px;
  margin-left: 20px;
}

.header .search-form .form-control {
  border: 0;
  padding-top: 3px;
  padding-right: 27px;
}

.header .search-form .submit {
  position: relative;
  display: block;
  float: right;
  margin-top: -21px;
  margin-right: 8px;
  width: 13px;
  height: 15px;
  box-shadow: none;
  border: 0px;
  padding: 0px;
  background-color: none;
  background-repeat: no-repeat !important;
  outline: none !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header .search-form .submit:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/***
Language Bar
***/
.header .navbar-nav &gt; li.dropdown.language {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.header .navbar-nav &gt; li.dropdown.language &gt; a {
  color: #A6BBC8;
  font-size: 13px;
  padding: 10px 1px 12px 5px;
}

.header .navbar-nav &gt; li.dropdown.language &gt; a &gt; img {
  margin-bottom: 2px;
}

.header .navbar-nav &gt; li.dropdown.language &gt; a &gt; i {
  font-size: 16px;
}

.header .navbar-nav &gt; li.dropdown.language &gt; .dropdown-menu &gt; li &gt; a &gt; img {
  margin-bottom: 2px;
}

.header .navbar-nav .dropdown-menu {
  margin-top: 3px;
}

/***
Page container
***/
.page-container {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.page-container:before,
.page-container:after {
  display: table;
  content: " ";
}

.page-container:after {
  clear: both;
}

.page-header-fixed .page-container {
  margin-top: 42px;
}

/*** IE 8 Fixes ***/
/***
Page sidebar
***/
.ie8 .page-sidebar {
  width: 225px;
  float: left;
  position: relative;
  margin-left: -100%;
}

/***
Page content
***/
.ie8 .page-content-wrapper {
  float: left;
  width: 100%;
}

.ie8 .page-content {
  margin-left: 225px;
  margin-top: 0px;
  min-height: 760px;
  padding: 25px 20px 20px 20px;
}

/*** IE 8 Fixes ***/
/***
Page sidebar
***/
.page-sidebar.navbar-collapse {
  padding: 0;
}

.page-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}

.page-sidebar-menu &gt; li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
}

.page-sidebar-menu &gt; li.start &gt; a {
  border-top-color: transparent !important;
}

.page-sidebar-menu &gt; li:last-child &gt; a,
.page-sidebar-menu &gt; li.last &gt; a {
  border-bottom-color: transparent !important;
}

.page-sidebar-menu &gt; li &gt; a {
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}

.page-sidebar-fixed .page-sidebar-menu &gt; li &gt; a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-sidebar-reversed.page-sidebar-fixed .page-sidebar-menu &gt; li &gt; a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.page-sidebar-menu &gt; li &gt; a i {
  font-size: 16px;
  margin-right: 5px;
  text-shadow: none;
}

.page-sidebar-menu &gt; li.break {
  margin-bottom: 20px;
}

.page-sidebar-menu &gt; li.active &gt; a {
  border: none;
  text-shadow: none;
}

.page-sidebar-menu &gt; li.active &gt; a .selected {
  display: block;
  width: 8px;
  height: 25px;
  background-image: url("../img/sidebar-menu-arrow.png");
  float: right;
  position: absolute;
  right: 0px;
  top: 8px;
}

.page-sidebar-reversed .page-sidebar-menu &gt; li.active &gt; a .selected {
  background-image: url("../img/sidebar-menu-arrow-reverse.png");
  right: auto;
  left: 0;
}

.page-sidebar ul &gt; li &gt; a &gt; .arrow:before {
  float: right;
  margin-top: 0px;
  margin-right: 5px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}

.page-sidebar-menu &gt; li &gt; a &gt; .arrow.open:before {
  float: right;
  margin-top: 0px;
  margin-right: 3px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
}

/* bagin: sidebar menu badges */
.page-sidebar-menu li &gt; a &gt; .badge {
  float: right;
  margin-top: 1px;
  margin-right: 13px;
}

/* end: sidebar menu badges */
.page-sidebar-menu .sub-menu {
  padding: 0;
}

.page-sidebar-menu &gt; li &gt; ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 8px 0px 8px 0px;
}

.page-sidebar-menu &gt; li.active &gt; ul.sub-menu {
  display: block;
}

.page-sidebar-menu &gt; li &gt; ul.sub-menu &gt; li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}

.page-sidebar-menu &gt; li &gt; ul.sub-menu &gt; li &gt; a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 44px !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  background: none;
}

/* 3rd level sub menu */
.page-sidebar-menu &gt; li &gt; ul.sub-menu &gt; li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
}

.page-sidebar-menu &gt; li &gt; ul.sub-menu li &gt; a &gt; .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 20px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}

.page-sidebar-menu &gt; li &gt; ul.sub-menu li &gt; a &gt; .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 18px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
}

.page-sidebar-menu &gt; li.active &gt; ul.sub-menu &gt; li.active ul.sub-menu {
  display: block;
}

.page-sidebar-menu &gt; li &gt; ul.sub-menu &gt; li ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}

.page-sidebar-menu &gt; li &gt; ul.sub-menu li &gt; ul.sub-menu &gt; li &gt; a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  background: none;
}

.page-sidebar-menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu &gt; li &gt; a {
  padding-left: 60px;
}

.page-sidebar-menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu &gt; li &gt; a {
  padding-left: 80px;
}

.page-sidebar-menu &gt; li.active &gt; ul.sub-menu &gt; li.active ul.sub-menu &gt; li.active ul.sub-menu {
  display: block;
}

.page-sidebar-menu &gt; li &gt; ul.sub-menu li &gt; ul.sub-menu &gt; li &gt; a &gt; i {
  font-size: 13px;
}

/***
Sidebar Search
***/
.page-sidebar .sidebar-search {
  padding: 0;
  margin: 0;
}

.page-sidebar .header-responsive-search {
  display: none;
}

.page-sidebar .sidebar-search .form-container {
  margin: 15px 20px 15px 20px;
  height: 35px;
  padding-top: 7px;
}

.page-sidebar .sidebar-search .form-container .submit {
  display: block;
  float: right;
  margin-top: 3px;
  width: 13px;
  height: 15px;
  background-repeat: no-repeat;
  box-shadow: none;
  border: 0px;
  padding: 0px;
  outline: none !important;
}

.page-sidebar .sidebar-search .form-container input[type=text] {
  margin: 0px;
  width: 165px;
  border: 0px;
  padding: 0 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: normal;
}

.page-sidebar .sidebar-search .form-container input[type=text]:focus {
  outline: none !important;
}

/***
Sidebar toggler(show/hide)
***/
.sidebar-toggler {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
}

.sidebar-toggler:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.page-sidebar .sidebar-toggler {
  margin-top: 15px;
  margin-left: 175px;
}

.header .sidebar-toggler {
  display: inline-block;
  margin-top: 6px;
  margin-left: -42px;
}

/***
Page content
***/
.page-content {
  margin-top: 0px;
  padding: 0px;
  background-color: #fff;
}

.ie8 .page-content {
  padding: 20px;
  margin-left: 225px;
  margin-top: 0px;
  min-height: 760px;
}

.ie8 .page-sidebar-fixed .page-content {
  min-height: 600px;
}

.ie8 .page-content.no-min-height {
  min-height: auto;
}

.page-full-width .page-content {
  margin-left: 0px !important;
}

/***
Page title
***/
.page-title {
  padding: 0px;
  font-size: 30px;
  letter-spacing: -1px;
  display: block;
  color: #404040;
  margin: 0px 0px 15px 0px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.page-title small {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #B9B2AC;
}

/***
Page breadcrumb
***/
.ie8 .row .page-breadcrumb.breadcrumb &gt; li {
  margin-right: 1px;
}

.page-content .page-breadcrumb.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding-right: 30px;
  padding-left: 8px;
  margin-top: 15px;
  margin-bottom: 25px;
  border: 0px !important;
  background-color: #A6BBC8;
}

.page-content .page-breadcrumb.breadcrumb &gt; li &gt; a,
.page-content .page-breadcrumb.breadcrumb &gt; li &gt; i,
.page-content .page-breadcrumb.breadcrumb &gt; li &gt; span {
  color: #1a1a1a;
  font-size: 14px;
  text-shadow: none;
}

.page-content .page-breadcrumb.breadcrumb &gt; li &gt; i {
  color: #404040;
}

.page-content .page-breadcrumb.breadcrumb &gt; li + li:before {
  display: none;
}

/* Dashboard breadcrumb Dropdown */
.page-content .page-breadcrumb.breadcrumb .btn-group {
  right: 15px;
  position: absolute;
  margin-top: -8px;
}

.page-content .page-breadcrumb.breadcrumb &gt; .btn-group .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Dashboard date range panel */
.page-content .page-breadcrumb.breadcrumb .dashboard-date-range {
  position: relative;
  top: -8px;
  margin-right: -30px;
  display: none;
  padding: 9px 9px 8px 9px;
  cursor: pointer;
  color: #fff;
  background-color: #D81E05;
}

/* hack for chrome and safari */
@media all and (-webkit-min-device-pixel-ratio: 0) {
  .page-content .page-breadcrumb.breadcrumb .dashboard-date-range {
    padding: 9px;
  }
}
.page-content .page-breadcrumb.breadcrumb .dashboard-date-range &gt; span {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range &gt; .fa-calendar {
  text-transform: none;
  color: #fff;
  margin-top: 0px;
  font-size: 14px;
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range &gt; .fa-angle-down {
  color: #fff;
  font-size: 16px;
}

/***
Footer
***/
.footer {
  padding: 8px 20px 5px 20px;
  font-size: 12px;
}

.footer:after,
.footer:before {
  content: "";
  display: table;
  line-height: 0;
}

.footer:after {
  clear: both;
}

.footer .footer-inner {
  float: left;
  display: inline-block;
}

.footer .footer-tools {
  float: right;
  display: inline-block;
}

.footer .footer-tools .go-top {
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  padding: 0px 6px 0px 6px;
}

.footer .footer-tools .go-top i {
  font-size: 22px;
  margin-bottom: 5px;
}

/********************
 GENERAL UI ELEMENTS
*********************/
/***
Icon stuff
***/
i.icon, a.icon {
  color: #B9B2AC;
  margin-right: 5px;
  font-weight: normal;
  font-size: 13px;
}

i.icon-black {
  color: #000 !important;
}

a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

a.icon.huge i {
  font-size: 16px !important;
}

i.big {
  font-size: 20px;
}

i.warning {
  color: #D81E05;
}

i.critical {
  color: #6E7CA0;
}

i.normal {
  color: #35aa47;
}

/***
Custom wells
***/
.well {
  background-color: #A6BBC8;
  border: 1px solid #A6BBC8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.well.mini {
  padding: 7px !important;
}

/***
Form stuff
***/
/***
Bordered form layout
***/
/***
Input icons
***/
/* input with right aligned and colored icons */
/* input with left aligned icons */
.input-icon {
  position: relative;
}

.input-icon input {
  padding-left: 33px !important;
}

.input-icon i {
  color: #A6BBC8;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon.right input {
  padding-left: 12px !important;
  padding-right: 33px !important;
}

.input-icon.right i {
  right: 8px;
  float: right;
}

.has-success .input-icon &gt; i {
  color: #35aa47;
}

.has-warning .input-icon &gt; i {
  color: #ED8B00;
}

.has-error .input-icon &gt; i {
  color: #C8102E;
}

/***
Portlets
***/
.portlet {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}

.portlet &gt; .portlet-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #A6BBC8;
}

.portlet &gt; .portlet-title:after,
.portlet &gt; .portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}

.portlet &gt; .portlet-title:after {
  clear: both;
}

.portlet &gt; .portlet-title &gt; .caption {
  float: left;
  display: inline-block;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 8px;
  color: #1B365D !important;
}

.portlet &gt; .portlet-title &gt; .head26blk {
  font-size: 26px !important;
  color: #000 !important;
}

.portlet &gt; .portlet-title &gt; .caption &gt; i {
  float: left;
  margin-top: 17px;
  font-size: 20px;
  margin-right: 10px;
  color: #404040;
  display: none;
}

.portlet.blue &gt; .portlet-title &gt; .caption,
.portlet.green &gt; .portlet-title &gt; .caption,
.portlet.yellow &gt; .portlet-title &gt; .caption,
.portlet.red &gt; .portlet-title &gt; .caption,
.portlet.purple &gt; .portlet-title &gt; .caption,
.portlet.grey &gt; .portlet-title &gt; .caption {
  color: #fff;
}

.portlet.box.blue &gt; .portlet-title &gt; .caption &gt; i,
.portlet.box.green &gt; .portlet-title &gt; .caption &gt; i,
.portlet.box.grey &gt; .portlet-title &gt; .caption &gt; i,
.portlet.box.yellow &gt; .portlet-title &gt; .caption &gt; i,
.portlet.box.red &gt; .portlet-title &gt; .caption &gt; i,
.portlet.box.purple &gt; .portlet-title &gt; .caption &gt; i,
.portlet.box.light-grey &gt; .portlet-title &gt; .caption &gt; i {
  color: #fff;
}

.sortable .portlet &gt; .portlet-title {
  cursor: move;
}

.portlet &gt; .portlet-title &gt; .tools,
.portlet &gt; .portlet-title &gt; .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}

.portlet &gt; .portlet-title &gt; .tools &gt; a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}

.portlet &gt; .portlet-title &gt; .actions &gt; .dropdown-menu i {
  color: #000 !important;
}

.portlet &gt; .portlet-title &gt; .tools &gt; a.remove {
  margin-bottom: 2px;
  background-image: url(../img/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px;
}

.portlet &gt; .portlet-title &gt; .tools &gt; a.config {
  margin-bottom: 2px;
  background-image: url(../img/portlet-config-icon.png);
  background-repeat: no-repeat;
  width: 12px;
}

.portlet &gt; .portlet-title &gt; .tools &gt; a.reload {
  margin-bottom: 2px;
  background-image: url(../img/portlet-reload-icon.png);
  width: 13px;
}

.portlet &gt; .portlet-title &gt; .tools &gt; a.expand {
  margin-bottom: 2px;
  background-image: url(../img/portlet-expand-icon.png);
  width: 14px;
}

.portlet &gt; .portlet-title &gt; .tools &gt; a.collapse {
  margin-bottom: 2px;
  background-image: url(../img/portlet-collapse-icon.png);
  width: 14px;
}

.portlet &gt; .portlet-title &gt; .tools &gt; a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.6;
  filter: "alpha(opacity=60)";
}

.portlet &gt; .portlet-title &gt; .actions &gt; .btn-group {
  margin-top: -12px;
}

.portlet &gt; .portlet-title &gt; .actions &gt; .btn {
  padding: 4px 10px;
  margin-top: -14px;
}

.portlet &gt; .portlet-title &gt; .actions &gt; .btn-group &gt; .btn {
  padding: 4px 10px;
  margin-top: -1px;
}

.portlet &gt; .portlet-title &gt; .actions &gt; .btn.btn-sm {
  padding: 3px 8px;
  margin-top: -14px;
}

.portlet &gt; .portlet-title &gt; .actions &gt; .btn-group &gt; .btn-sm {
  padding: 3px 8px;
  margin-top: -1px;
}

.portlet &gt; .portlet-title &gt; .pagination.pagination-sm {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -4px;
}

.portlet &gt; .portlet-body {
  clear: both;
  padding: 0;
}

.portlet &gt; .portlet-body.light-blue, .portlet.light-blue {
  background-color: #A6BBC8 !important;
}

.portlet &gt; .portlet-body.blue, .portlet.blue {
  background-color: #1B365D !important;
}

.portlet &gt; .portlet-body.red, .portlet.red {
  background-color: #D81E05 !important;
}

.portlet &gt; .portlet-body.yellow, .portlet.yellow {
  background-color: #ED8B00 !important;
}

.portlet &gt; .portlet-body.green, .portlet.green {
  /*background-color: $clBlueLight !important;*/
}

.portlet &gt; .portlet-body.purple, .portlet.purple {
  background-color: #852b99 !important;
}

.portlet &gt; .portlet-body.light-grey, .portlet.light-grey {
  background-color: #A6BBC8 !important;
}

.portlet &gt; .portlet-body.grey, .portlet.grey {
  background-color: #404040 !important;
}

.portlet &gt; .portlet-body.transparent, .portlet.yellow {
  background-color: transparent !important;
}

/*  draggable girds */
.ui-sortable-placeholder {
  border: 1px dotted black;
  visibility: visible !important;
  height: 100% !important;
}

.ui-sortable-placeholder * {
  visibility: hidden;
}

.sortable-box-placeholder {
  background-color: #f2f2f2;
  border: 1px dashed #A6BBC8;
  display: block;
  /* float: left;*/
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}

.sortable-box-placeholder * {
  visibility: hidden;
}

/***
Solid colored portlet
***/
.portlet.solid {
  padding: 10px;
}

.portlet.solid &gt; .portlet-title &gt; .tools {
  margin-top: 2px;
  border: 0px;
}

.portlet.solid &gt; .portlet-title {
  margin-bottom: 5px;
  border: 0px;
}

.portlet.solid.bordered &gt; .portlet-title {
  margin-bottom: 15px;
}

.portlet.solid.red &gt; .portlet-title,
.portlet.solid.red &gt; .portlet-title &gt; .caption &gt; i,
.portlet.solid.red &gt; .portlet-body,
.portlet.solid.green &gt; .portlet-title,
.portlet.solid.green &gt; .portlet-title &gt; .caption &gt; i,
.portlet.solid.green &gt; .portlet-body,
.portlet.solid.yellow &gt; .portlet-title,
.portlet.solid.yellow &gt; .portlet-title &gt; .caption &gt; i,
.portlet.solid.yellow &gt; .portlet-body,
.portlet.solid.grey &gt; .portlet-title,
.portlet.solid.grey &gt; .portlet-title &gt; .caption &gt; i,
.portlet.solid.grey &gt; .portlet-body,
.portlet.solid.purple &gt; .portlet-title,
.portlet.solid.purple &gt; .portlet-title &gt; .caption &gt; i,
.portlet.solid.purple &gt; .portlet-body,
.portlet.solid.blue &gt; .portlet-title,
.portlet.solid.blue &gt; .portlet-title &gt; .caption &gt; i,
.portlet.solid.blue &gt; .portlet-body {
  border: 0;
  color: #fff;
}

.portlet.bordered {
  border-left: 2px solid #A6BBC8;
}

/***
Box portlet
***/
.portlet.box {
  padding: 0px !important;
}

.portlet.box &gt; .portlet-title {
  /* padding:8px 10px 2px 10px;*/
  border-bottom: 1px solid #A6BBC8;
  color: #fff !important;
  margin-top: -12px;
}

.portlet.box &gt; .portlet-title &gt; .actions &gt; .btn &gt; i {
  color: #fff !important;
}

.portlet.box &gt; .portlet-title &gt; .tools {
  margin-top: 3px;
}

.portlet.box &gt; .portlet-title &gt; .tools &gt; a.remove,
.portlet.solid &gt; .portlet-title &gt; .tools &gt; a.remove {
  background-image: url(../img/portlet-remove-icon-white.png);
}

.portlet.box &gt; .portlet-title &gt; .tools &gt; a.config,
.portlet.solid &gt; .portlet-title &gt; .tools &gt; a.config {
  background-image: url(../img/portlet-config-icon-white.png);
}

.portlet.box &gt; .portlet-title &gt; .tools &gt; a.reload,
.portlet.solid &gt; .portlet-title &gt; .tools &gt; a.reload {
  background-image: url(../img/portlet-reload-icon-white.png);
}

.portlet.box &gt; .portlet-title &gt; .tools &gt; a.expand,
.portlet.solid &gt; .portlet-title &gt; .tools &gt; a.expand {
  background-image: url(../img/portlet-expand-icon-white.png);
}

.portlet.box &gt; .portlet-title &gt; .tools &gt; a.collapse,
.portlet.solid &gt; .portlet-title &gt; .tools &gt; a.collapse {
  background-image: url(../img/portlet-collapse-icon-white.png);
}

/* portlet buttons */
.portlet.box &gt; .portlet-body {
  background-color: #fff;
  padding: 10px 0px;
  box-shadow: 0 1px 0 #ACA39A;
}

.portlet.box &gt; .portlet-title {
  margin-bottom: 0px;
}

.portlet.box.blue &gt; .portlet-title {
  background-color: #1B365D;
}

.portlet.box.blue {
  border: 1px solid #A6BBC8;
  border-top: 0;
}

.portlet.box.red &gt; .portlet-title {
  background-color: #D81E05;
}

.portlet.box.red {
  border: 1px solid #e04b37;
  border-top: 0;
}

.portlet.box.yellow &gt; .portlet-title {
  background-color: #ED8B00;
}

.portlet.box.yellow {
  border: 1px solid #f1a233;
  border-top: 0;
}

.portlet.box.green &gt; .portlet-title {
  border: none !important;
}

.portlet.box.green {
  box-shadow: 0px 1px 0px #ACA39A;
}

.portlet.box.purple &gt; .portlet-title {
  background-color: #852b99;
}

.portlet.box.purple {
  border: 1px solid #9d55ad;
  border-top: 0;
}

.portlet.box.grey &gt; .portlet-title {
  background-color: #404040;
}

.portlet.box.grey {
  border: 1px solid #ACA39A;
  border-top: 0;
}

.portlet.box.light-grey &gt; .portlet-title {
  background-color: #ACA39A;
}

.portlet.box.light-grey {
  border: 1px solid #ACA39A;
  border-top: 0;
}

/***
Charts and statistics
***/
.chart, .pie, .bars {
  overflow: hidden;
  height: 300px;
}

/***
Statistic lists
***/
.item-list.table .percent {
  width: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}

/***
Chart tooltips
***/
.chart-tooltip {
  clear: both;
  z-index: 100;
  background-color: #B9B2AC !important;
  padding: 5px !important;
  color: #fff;
}

.chart-tooltip .label {
  clear: both;
  display: block;
  margin-bottom: 2px;
}

/***
Mini chart containers
***/
.bar-chart {
  display: none;
}

.line-chart {
  display: none;
}

/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 5px 5px 0 0;
  border: 1px solid #A6BBC8;
  padding: 12px 0px 0px 0px;
  background-color: #A6BBC8 !important;
  background-image: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  color: #404040 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.icon-btn i {
  font-size: 18px;
}

.ie8 .icon-btn:hover {
  filter: none !important;
}

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #B9B2AC !important;
  color: #404040 !important;
  text-shadow: 0 1px 0px rgb(255, 255, 255) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn div {
  font-family: "Open Sans", sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn .badge {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* extended dropdowns */
.dropdown-menu.extended {
  min-width: 160px !important;
  max-width: 300px !important;
  width: 233px !important;
  background-color: #fff !important;
}

.dropdown-menu.extended:before,
.dropdown-menu.extended:after {
  border-bottom-color: #A6BBC8 !important;
}

.dropdown-menu.extended li a {
  display: block;
  padding: 5px 10px !important;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  white-space: normal !important;
}

.dropdown-menu.extended li i {
  margin-right: 3px;
}

.dropdown-menu.extended li a {
  font-size: 13px;
  padding: 10px !important;
  background-color: #fff;
}

.dropdown-menu.extended li a:hover {
  background-image: none;
  background-color: #f2f2f2;
  color: #000;
  filter: none;
}

.dropdown-menu.extended li p {
  padding: 10px;
  background-color: #A6BBC8;
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.dropdown-menu.extended li a {
  padding: 7px 0 5px 0px;
  list-style: none;
  border-bottom: 1px solid #A6BBC8 !important;
  font-size: 12px;
  text-shadow: none;
}

.dropdown-menu.extended li:first-child a {
  border-top: none;
  border-bottom: 1px solid #A6BBC8 !important;
}

.dropdown-menu.extended li:last-child a {
  border-top: 1px solid white !important;
  border-bottom: 1px solid #A6BBC8 !important;
}

.dropdown-menu.extended li.external &gt; a {
  font-size: 13px;
  font-weight: 400;
}

.dropdown-menu.extended li.external &gt; a &gt; i {
  margin-top: 3px;
  float: right;
}

/* header notifications dropdowns */
.dropdown-menu .dropdown-menu-list.scroller {
  padding-right: 0 !important;
  padding-left: 0;
  list-style: none;
}

.dropdown-menu.notification li &gt; a .time {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  font-style: italic;
}

/* header inbox dropdowns */
.dropdown-menu.inbox li &gt; a .photo {
  float: left;
  padding-right: 6px;
}

.dropdown-menu.inbox li &gt; a .photo &gt; img {
  height: 40px;
  width: 40px;
}

.dropdown-menu.inbox li &gt; a .subject {
  display: block;
}

.dropdown-menu.inbox li &gt; a .subject .from {
  font-size: 14px;
  font-weight: 400;
  color: #1B365D;
}

.dropdown-menu.inbox li &gt; a .subject .time {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  float: right;
}

.dropdown-menu.inbox li &gt; a .message {
  display: block !important;
  font-size: 12px;
}

/* header tasks */
.dropdown-menu.tasks .task {
  margin-bottom: 5px;
}

.dropdown-menu.tasks .task .desc {
  font-size: 13px;
  font-weight: 300;
}

.dropdown-menu.tasks .task .percent {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  float: right;
  display: inline-block;
}

.dropdown-menu.tasks .progress {
  display: block;
  height: 11px;
  margin: 0px;
}

/***
General list for item with image
***/
.item-list li .img {
  height: 50px;
  width: 50px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.item-list {
  margin: 0px;
  list-style: none;
}

.item-list li {
  padding: 7px 0 5px 0px;
  list-style: none;
  border-top: 1px solid white;
  border-bottom: 1px solid #A6BBC8;
  font-size: 12px;
}

.item-list li:first-child {
  border-top: none;
  border-bottom: 1px solid #A6BBC8;
}

.item-list li:last-child {
  border-top: none;
  border-bottom: none;
}

.item-list li .label {
  margin-right: 5px;
}

.item-list.todo li .label {
  position: absolute;
  right: 80px;
}

.item-list.todo li .actions {
  position: absolute;
  right: 45px;
}

/***
Custom tables
***/
.table-toolbar {
  margin-bottom: 15px;
}

.table.table-full-width {
  width: 100% !important;
}

.table .m-btn {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 5px;
}

.toptable th {
  font-weight: 600;
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  border-bottom: 1px solid #A6BBC8 !important;
  vertical-align: middle !important;
}

.table.toptable form {
  float: left;
}

.toptable td {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  border-bottom: 1px solid #A6BBC8 !important;
  vertical-align: middle !important;
}

.table-advance {
  margin-bottom: 10px !important;
}

.table-advance thead {
  color: #B9B2AC;
}

.table-advance thead tr th {
  background-color: #A6BBC8;
  font-size: 14px;
  font-weight: 400;
  color: #404040;
}

.table-advance div.success,
.table-advance div.info,
.table-advance div.important,
.table-advance div.warning,
.table-advance div.danger {
  position: absolute;
  margin-top: -5px;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px !important;
}

.table-advance tr td {
  border-left-width: 0px;
}

.table-advance tr td:first-child {
  border-left-width: 1px !important;
}

.table-advance tr td.highlight:first-child a {
  margin-left: 15px;
}

.table-advance td.highlight div.success {
  border-left: 2px solid #35aa47;
}

.table-advance td.highlight div.info {
  border-left: 2px solid #6E7CA0;
}

.table-advance td.highlight div.important {
  border-left: 2px solid #C8102E;
}

.table-advance td.highlight div.warning {
  border-left: 2px solid #ED8B00;
}

.table-advance td.highlight div.danger {
  border-left: 2px solid #C8102E;
}

/***
Star rating
***/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}

.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating span.star:hover {
  cursor: pointer;
}

.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #B9B2AC;
}

.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #ED8B00;
}

/***
Item block with details shown on hover
***/
.item {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.item .details {
  width: 100%;
  display: none;
  background-color: #000;
  color: #fff !important;
  padding: 5px;
  text-align: center;
  position: relative;
  bottom: 30px;
  margin-bottom: -30px;
  overflow: hidden;
  z-index: 6;
}

.item:hover .details {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.item:hover .zoom-icon {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/***
Zoom icon overlay on images
***/
.zoom {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.zoom .zoom-icon {
  background-image: url("../img/overlay-icon.png");
  background-color: #1a1a1a;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 6;
  top: 0;
}

/***
Chats
***/
.chats {
  margin: 0;
  padding: 0;
  margin-top: -15px;
}

.chats li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}

.chats li img.avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.chats li.in img.avatar {
  float: left;
  margin-right: 10px;
}

.chats li .name {
  color: #6E7CA0;
  font-size: 13px;
  font-weight: 400;
}

.chats li .datetime {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
}

.chats li.out img.avatar {
  float: right;
  margin-left: 10px;
}

.chats li .message {
  display: block;
  padding: 5px;
  position: relative;
}

.chats li.in .message {
  text-align: left;
  border-left: 2px solid #35aa47;
  margin-left: 65px;
  background: #A6BBC8;
}

.chats li.in .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #35aa47;
}

.chats li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #D81E05;
}

.chats li.out .message {
  border-right: 2px solid #D81E05;
  margin-right: 65px;
  background: #A6BBC8;
  text-align: right;
}

.chats li.out .name,
.chats li.out .datetime {
  text-align: right;
}

.chats li .message .body {
  display: block;
}

.chat-form {
  margin-top: 15px;
  padding: 10px;
  background-color: #A6BBC8;
  overflow: hidden;
  clear: both;
}

.chat-form .input-cont {
  margin-right: 40px;
}

.chat-form .input-cont .form-control {
  width: 100% !important;
  margin-bottom: 0px;
}

.chat-form .input-cont input {
  border: 1px solid #A6BBC8;
  width: 100% !important;
  margin-top: 0;
}

.chat-form .input-cont input {
  background-color: #fff !important;
}

.chat-form .input-cont input:focus {
  border: 1px solid #1B365D !important;
}

.chat-form .btn-cont {
  margin-top: -42px;
  position: relative;
  float: right;
  width: 44px;
}

.chat-form .btn-cont .arrow {
  position: absolute;
  top: 17px;
  right: 43px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #1B365D;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chat-form .btn-cont:hover .arrow {
  border-right-color: #1B365D;
}

.chat-form .btn-cont:hover .btn {
  background-color: #1B365D;
}

.chat-form .btn-cont .btn {
  margin-top: 8px;
}

/***
System feeds
***/
.feeds {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.feeds li {
  background-color: #A6BBC8;
  margin-bottom: 7px;
}

.feeds li:before,
.feeds li:after {
  display: table;
  line-height: 0;
  content: "";
}

.feeds li:after {
  clear: both;
}

.feeds li:last-child {
  margin-bottom: 0px;
}

.feeds .col1 {
  float: left;
  width: 100%;
  clear: both;
}

.feeds .col2 {
  float: left;
  width: 75px;
  margin-left: -75px;
}

.feeds .col1 .cont {
  float: left;
  margin-right: 75px;
  overflow: hidden;
}

.feeds .col1 .cont .cont-col1 {
  float: left;
  margin-right: -100%;
}

.feeds .col1 .cont .cont-col1 .label {
  display: inline-block;
  padding: 5px 4px 6px 5px;
  vertical-align: middle;
  text-align: center;
}

.feeds .col1 .cont .cont-col1 .label &gt; i {
  text-align: center;
  font-size: 14px;
}

.feeds .col1 .cont .cont-col2 {
  float: left;
  width: 100%;
}

.feeds .col1 .cont .cont-col2 .desc {
  margin-left: 35px;
  padding-top: 4px;
  padding-bottom: 5px;
  overflow: hidden;
}

.feeds .col2 .date {
  padding: 4px 9px 5px 4px;
  text-align: right;
  font-style: italic;
  color: #404040;
}

/***
Users
***/
.user-info {
  margin-bottom: 10px !important;
}

.user-info img {
  float: left;
  margin-right: 5px;
}

.user-info .details {
  display: inline-block;
}

.user-info .label {
  font-weight: 300;
  font-size: 11px;
}

/***
Accordions
***/
.accordion-heading {
  background: #A6BBC8;
}

.accordion-heading a {
  text-decoration: none;
}

.accordion-heading a:hover {
  text-decoration: none;
}

/***
Vertical inline menu
***/
.ver-inline-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ver-inline-menu li {
  position: relative;
  margin-bottom: 1px;
}

.ver-inline-menu li i {
  width: 37px;
  height: 37px;
  display: inline-block;
  color: #A6BBC8;
  font-size: 15px;
  padding: 12px 10px 10px 8px;
  margin: 0 8px 0 0;
  text-align: center;
  background: #A6BBC8 !important;
}

.ver-inline-menu li a {
  font-size: 13px;
  color: #6E7CA0;
  display: block;
  background: #f2f2f2;
  border-left: solid 2px #A6BBC8;
}

.ver-inline-menu li:hover a,
.ver-inline-menu li:hover i {
  background: #f2f2f2;
  text-decoration: none;
}

.ver-inline-menu li:hover i {
  color: #fff;
  background: #A6BBC8 !important;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
  font-size: 13px;
}

.ver-inline-menu li.active a {
  border-left: solid 2px #0c91e5;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
  color: #fff;
  background: #0c91e5;
  text-decoration: none;
}

.ver-inline-menu li.active i {
  background: #0c91e5 !important;
}

.ver-inline-menu li.active:after {
  content: "";
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #0c91e5;
  position: absolute;
  top: 12px;
  right: -5px;
}

/***
Custom tabs
***/
.tabbable-custom {
  margin-bottom: 15px;
  padding: 0px;
  overflow: hidden;
}

.tabbable-custom &gt; .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-custom &gt; .tab-content {
  background-color: #fff;
  border: 1px solid #A6BBC8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
}

.tabbable-custom.nav-justified .tab-content {
  margin-top: -1px;
}

.tabs-below.tabbable-custom.nav-justified .tab-content {
  margin-top: 0px;
  margin-bottom: -2px;
}

.tabbable-custom.boxless &gt; .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.tabbable-custom .nav-tabs &gt; li {
  margin-right: 2px;
  border-top: 2px solid transparent;
}

.tabbable-custom .nav-tabs &gt; li &gt; a {
  margin-right: 0;
}

.tabbable-custom .nav-tabs &gt; li &gt; a:hover {
  background: none;
  border-color: transparent;
}

.tabbable-custom .nav-tabs &gt; li.active {
  border-top: 3px solid #D81E05;
  margin-top: 0;
  position: relative;
}

.tabbable-custom .nav-tabs &gt; li.active &gt; a {
  border-top: none;
  font-weight: 400;
}

.tabbable-custom .nav-tabs &gt; li.active &gt; a:hover {
  border-top: none;
  background: #fff;
  border-color: #ACA39A #ACA39A transparent;
}

.tabbable-custom .nav-tabs &gt; li {
  margin-right: 2px;
  border-top: 2px solid transparent;
}

/* below tabs */
.tabs-below.tabbable-custom .nav-tabs &gt; li &gt; a {
  border-top: none;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
}

.tabs-below.tabbable-custom .nav-tabs &gt; li.active {
  border-top: none;
  border-bottom: 3px solid #D81E05;
  margin-bottom: 0;
  position: relative;
}

.tabs-below.tabbable-custom .nav-tabs &gt; li.active &gt; a {
  border-bottom: none;
}

.tabs-below.tabbable-custom .nav-tabs &gt; li.active &gt; a:hover {
  background: #fff;
  border-color: #ACA39A #ACA39A transparent;
}

/*full width tabs with bigger titles */
.tabbable-custom.tabbable-full-width &gt; .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.tabbable-custom.tabbable-full-width .nav-tabs &gt; li &gt; a {
  color: #404040;
  font-size: 15px;
  padding: 9px 15px;
}

/***
Custom portlet tabs
***/
.portlet-tabs &gt; .nav-tabs {
  position: relative;
  top: -41px;
  margin-right: 10px;
  overflow: hidden;
}

.portlet-tabs &gt; .nav-tabs &gt; li {
  float: right;
}

.portlet-tabs &gt; .nav-tabs {
  border-bottom: none;
}

.portlet-tabs &gt; .nav-tabs &gt; li &gt; a {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 16px;
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;
  border-right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.portlet-tabs &gt; .nav-tabs &gt; li:last-child &gt; a {
  border-right: 0;
}

.portlet-tabs &gt; .nav-tabs &gt; li {
  margin-left: 1px;
}

.portlet-tabs &gt; .nav-tabs &gt; li.active {
  color: #1a1a1a;
  border-top-color: transparent;
}

.portlet-tabs &gt; .nav-tabs &gt; li.active &gt; a {
  margin-bottom: 0px;
  border-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;
  border-right: 0;
  border-top-color: transparent !important;
}

.portlet-tabs &gt; .nav-tabs &gt; li &gt; a:hover {
  color: #1a1a1a;
  margin-bottom: 0;
  border-bottom-color: transparent;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
  border-top-color: transparent;
  background-color: #fff;
}

.portlet-tabs &gt; .nav-tabs &gt; .active &gt; a {
  color: #404040;
  cursor: default;
  background-color: #fff;
}

.portlet-tabs &gt; .nav-tabs &gt; .active &gt; a:hover {
  background-color: #fff !important;
}

.portlet-tabs &gt; .tab-content {
  padding: 10px !important;
  margin: 0px;
  margin-top: -50px !important;
}

.portlet.tabbable .portlet-body {
  padding: 0px;
}

.tab-pane &gt; p:last-child {
  margin-bottom: 0px;
}

/***
Dashboard container
***/
#dashboard {
  overflow: hidden;
}

/***
Dashboard stats
***/
.dashboard-stat {
  margin-bottom: 25px;
}

.dashboard-stat:before,
.dashboard-stat:after {
  display: table;
  line-height: 0;
  content: "";
}

.dashboard-stat:after {
  clear: both;
}

.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.dashboard-stat .visual i {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .dashboard-stat .visual i {
    font-size: 28px;
    line-height: 28px;
  }
}
.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 10px;
}

.dashboard-stat .details .number {
  padding-top: 15px;
  text-align: right;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
}

.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;
}

.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat .more &gt; i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}

.dashboard-stat.blue {
  background-color: #0c91e5;
}

.dashboard-stat.blue .more {
  background-color: #0c91e5;
}

.dashboard-stat.green {
  background-color: #35aa47;
}

.dashboard-stat.green .more {
  background-color: #35aa47;
}

.dashboard-stat.red {
  background-color: #D81E05;
}

.dashboard-stat.red .more {
  background-color: #C8102E;
}

.dashboard-stat.yellow {
  background-color: #ED8B00;
}

.dashboard-stat.yellow .more {
  background-color: #ED8B00;
}

.dashboard-stat.purple {
  background-color: #852b99;
}

.dashboard-stat.purple .more {
  background-color: #852b99;
}

/***
Tiles(new in v1.1.1)
***/
.tiles {
  margin-right: -10px;
}

.tile {
  display: block;
  letter-spacing: 0.02em;
  float: left;
  height: 135px;
  width: 135px !important;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px;
  overflow: hidden;
  border: 4px solid transparent;
  margin: 0 10px 10px 0;
}

.tile:after,
.tile:before {
  content: "";
  float: left;
}

.tile.double {
  width: 280px !important;
}

.tile.double-down {
  height: 280px !important;
}

.tile:active, .tile.selected {
  border-color: #A6BBC8 !important;
}

.tile:hover {
  border-color: #ACA39A !important;
}

.tile.selected .corner:after {
  content: "";
  display: inline-block;
  border-left: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #A6BBC8;
  position: absolute;
  top: -3px;
  right: -3px;
}

.tile.selected .check:after {
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
}

.tile * {
  color: #fff;
}

.tile .tile-body {
  height: 100%;
  vertical-align: top;
  padding: 10px 10px;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  color: #fff;
  margin-bottom: 10px;
}

.tile .tile-body img {
  float: left;
  margin-right: 10px;
}

.tile .tile-body img.pull-right {
  float: right !important;
  margin-left: 10px;
  margin-right: 0px;
}

.tile .tile-body .content {
  display: inline-block;
}

.tile .tile-body &gt; i {
  margin-top: 17px;
  display: block;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
}

.tile.double-down i {
  margin-top: 95px;
}

.tile .tile-body h1,
.tile .tile-body h2,
.tile .tile-body h3,
.tile .tile-body h4,
.tile .tile-body h5,
.tile .tile-body h6,
.tile .tile-body p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}

.tile .tile-body h3,
.tile .tile-body h4 {
  margin-bottom: 5px;
}

.tile .tile-body h1:hover,
.tile .tile-body h2:hover,
.tile .tile-body h3:hover,
.tile .tile-body h4:hover,
.tile .tile-body h5:hover,
.tile .tile-body h6:hover,
.tile .tile-body p:hover {
  color: #fff;
}

.tile .tile-body p {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
}

.tile .tile-body p:hover {
  color: rgba(0, 0, 0, 0.8);
}

.tile .tile-body p:active {
  color: rgba(0, 0, 0, 0.4);
}

.tile .tile-body p:hover {
  color: #fff;
}

.tile.icon &gt; .tile-body {
  padding: 0;
}

.tile .tile-object {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: transparent;
  *zoom: 1;
}

.tile .tile-object:before,
.tile .tile-object:after {
  display: table;
  content: "";
}

.tile .tile-object:after {
  clear: both;
}

.tile .tile-object &gt; .name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.tile .tile-object &gt; .name &gt; i {
  vertical-align: middle;
  display: block;
  font-size: 24px;
  height: 18px;
  width: 24px;
}

.tile .tile-object &gt; .number {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 14px;
  margin-bottom: 8px;
  margin-right: 10px;
}

.tile.image &gt; .tile-body {
  padding: 0 !important;
}

.tile.image &gt; .tile-body &gt; img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
}

.tile.image .tile-body h3 {
  display: inline-block;
}

/***
Theme Panel
***/
.theme-panel {
  width: 400px;
  margin-top: -20px;
  margin-right: 1px;
  z-index: 999;
  float: right;
  position: relative;
}

.theme-panel &gt; .toggler {
  top: 4px;
  right: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  background: #A6BBC8 url(../img/icon-color.png) center no-repeat;
}

.theme-panel &gt; .toggler:hover {
  background-color: #404040 !important;
}

.theme-panel &gt; .toggler-close {
  display: none;
  top: 4px;
  right: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  background: #404040 url(../img/icon-color-close.png) center no-repeat !important;
}

.theme-panel &gt; .toggler-close:hover {
  background-color: #1a1a1a !important;
}

.theme-panel &gt; .theme-options {
  top: 4px;
  right: 40px;
  display: none;
  position: absolute;
  background: #404040;
}

.theme-panel &gt; .theme-options &gt; .theme-option {
  color: #A6BBC8;
  padding: 15px;
  border-top: 1px solid #404040;
  margin-top: 0px;
  margin-bottom: 0px;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors {
  border-top: 0;
}

.theme-panel &gt; .theme-options &gt; .theme-option &gt; span {
  text-transform: uppercase;
  display: inline-block;
  width: 138px;
  font-size: 14px;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; span {
  display: block;
  width: auto;
}

.theme-panel &gt; .theme-options &gt; .theme-option &gt; select.form-control {
  display: inline;
  width: 100px;
  text-transform: lowercase;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul {
  list-style: none;
  padding: 0;
  display: block;
  margin-bottom: 1px !important;
  margin-top: 10px;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul &gt; li {
  width: 37px;
  height: 37px;
  margin: 0 4px;
  cursor: pointer;
  list-style: none;
  float: left;
  border: solid 1px #B9B2AC;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul &gt; li:first-child {
  margin-left: 0;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul &gt; li:hover,
.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul &gt; li.current {
  border: solid 2px #A6BBC8;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul &gt; li.color-black {
  background: #404040;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul &gt; li.color-grey {
  background: #404040;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul &gt; li.color-blue {
  background: #1B365D;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul &gt; li.color-brown {
  background: #be6f00;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul &gt; li.color-purple {
  background: #852b99;
}

.theme-panel &gt; .theme-options &gt; .theme-option.theme-colors &gt; ul &gt; li.color-white {
  background: #fff;
}

/***
Top bar menu
***/
/* enable arrow for dropdown menu */
.header .nav &gt; li &gt; .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #A6BBC8;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.header .nav &gt; li &gt; .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

/***
Horezantal Menu(new in v1.2)
***/
.header .hor-menu {
  margin: 0;
  float: left;
}

.header .hor-menu ul.nav li a {
  font-size: 14px;
  padding: 11px 18px;
}

.header .hor-menu ul.nav li {
  position: relative;
}

.header .hor-menu ul.nav li.current .selected,
.header .hor-menu ul.nav li.active .selected {
  left: 50%;
  bottom: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #D81E05;
  display: inline-block;
  margin: 0;
  width: 0px;
  height: 0px;
  margin-left: -7px;
  margin-bottom: -6px;
}

/*drop-down*/
.header .hor-menu .dropdown-menu {
  margin-top: 0;
  border: none;
  box-shadow: none;
}

.header .hor-menu .dropdown-submenu &gt; .dropdown-menu {
  top: 0;
}

.header .hor-menu .dropdown-submenu &gt; a:after {
  top: 8px;
  margin-right: 0px;
}

.header .hor-menu .dropdown-menu li &gt; a {
  padding: 7px 18px !important;
  margin-bottom: 1px;
}

.header .hor-menu .dropdown-menu .arrow {
  display: none;
}

.header .hor-menu .dropdown-menu li &gt; a:hover,
.header .hor-menu .dropdown-menu li:hover &gt; a,
.header .hor-menu .dropdown-menu li.active &gt; a {
  filter: none !important;
}

.header .hor-menu .nav &gt; li &gt; .dropdown-menu:after,
.header .hor-menu .nav &gt; li &gt; .dropdown-menu:before {
  border-bottom: none !important;
}

/*search*/
.header .hor-menu .hor-menu-search-form-toggler {
  display: inline-block;
  padding: 12px 22px 12px 22px !important;
  cursor: pointer;
  background: url(../img/hor-menu-search.png) no-repeat center;
}

.header .hor-menu .hor-menu-search-form-toggler:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header .hor-menu a.hor-menu-search-form-toggler-close {
  display: none;
}

.header .hor-menu .search-form {
  margin: 0;
  top: 42px;
  right: 0px;
  padding: 8px;
  display: none;
  z-index: 999;
  position: absolute;
}

.header .hor-menu .search-form .btn {
  padding: 7px 20px;
  height: 32px;
  width: 10px;
  display: inline-block;
}

.header .hor-menu .search-form .btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header .hor-menu .search-form form {
  margin-bottom: 0;
}

.header .hor-menu .search-form form input {
  background: none;
  width: 200px;
  border: none;
}

/***
Top News Blocks(new in v1.2.2)
***/
.top-news {
  color: #fff;
  margin: 8px 0;
}

.top-news a,
.top-news em,
.top-news span {
  display: block;
  text-align: left;
}

.top-news a {
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

.top-news a .top-news-icon {
  right: 8px;
  bottom: 15px;
  opacity: 0.3;
  font-size: 35px;
  position: absolute;
  filter: alpha(opacity=30);
  /*For IE8*/
}

.top-news em {
  margin-bottom: 0;
  font-style: normal;
}

.top-news span {
  font-size: 18px;
  margin-bottom: 5px;
}

/***
Block Images(new in v1.2.2)
***/
.blog-images {
  margin-bottom: 0;
}

.blog-images li {
  padding: 0;
  margin: 0;
  display: inline;
}

.blog-images li a:hover {
  text-decoration: none;
}

.blog-images li img {
  width: 50px;
  height: 50px;
  opacity: 0.6;
  margin: 0 2px 8px;
}

.blog-images li img:hover {
  opacity: 1;
  box-shadow: 0 0 0 4px #35aa47;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

/*Sidebar Tags*/
ul.sidebar-tags a {
  color: #404040;
  font-size: 12px;
  padding: 3px 5px;
  background: #f7f7f7;
  margin: 0 2px 5px 0;
  display: inline-block;
}

ul.sidebar-tags a:hover,
ul.sidebar-tags a:hover i {
  background: #A6BBC8;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.sidebar-tags a i {
  color: #B9B2AC;
}

ul.sidebar-tags li {
  padding: 0;
}

/***
Social Icons(new in v1.2.2)
***/
.social-icons {
  padding: 0;
  margin: 0;
}

.social-icons:after,
.social-icons:before {
  content: "";
  display: table;
}

.social-icons:after {
  clear: both;
}

/*.social-icons li {
  float:left;
  display:inline;
  list-style:none;
  margin-right:5px;
  margin-bottom:5px;
  text-indent:-9999px;
}*/
.social-icons li a, a.social-icon {
  /*width:28px;
  height:28px;*/
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
  background-position: 0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social-icons .amazon {
  background: url(../img/social/amazon.png) no-repeat;
}

.social-icons .behance {
  background: url(../img/social/behance.png) no-repeat;
}

.social-icons .blogger {
  background: url(../img/social/blogger.png) no-repeat;
}

.social-icons .deviantart {
  background: url(../img/social/deviantart.png) no-repeat;
}

.social-icons .dribbble {
  background: url(../img/social/dribbble.png) no-repeat;
}

.social-icons .dropbox {
  background: url(../img/social/dropbox.png) no-repeat;
}

.social-icons .evernote {
  background: url(../img/social/evernote.png) no-repeat;
}

.social-icons .facebook {
  background: url(../img/social/facebook.png) no-repeat;
}

.social-icons .forrst {
  background: url(../img/social/forrst.png) no-repeat;
}

.social-icons .github {
  background: url(../img/social/github.png) no-repeat;
}

.social-icons .googleplus {
  background: url(../img/social/googleplus.png) no-repeat;
}

.social-icons .jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat;
}

.social-icons .last-fm {
  background: url(../img/social/last-fm.png) no-repeat;
}

.social-icons .linkedin {
  background: url(../img/social/linkedin.png) no-repeat;
}

.social-icons .picasa {
  background: url(../img/social/picasa.png) no-repeat;
}

.social-icons .pintrest {
  background: url(../img/social/pintrest.png) no-repeat;
}

.social-icons .rss {
  background: url(../img/social/rss.png) no-repeat;
}

.social-icons .skype {
  background: url(../img/social/skype.png) no-repeat;
}

.social-icons .spotify {
  background: url(../img/social/spotify.png) no-repeat;
}

.social-icons .stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat;
}

.social-icons .tumblr {
  background: url(../img/social/tumblr.png) no-repeat;
}

.social-icons .twitter {
  background: url(../img/social/twitter.png) no-repeat;
}

.social-icons .vimeo {
  background: url(../img/social/vimeo.png) no-repeat;
}

.social-icons .wordpress {
  background: url(../img/social/wordpress.png) no-repeat;
}

.social-icons .xing {
  background: url(../img/social/xing.png) no-repeat;
}

.social-icons .yahoo {
  background: url(../img/social/yahoo.png) no-repeat;
}

.social-icons .youtube {
  background: url(../img/social/youtube.png) no-repeat;
}

.social-icons .vk {
  background: url(../img/social/vk.png) no-repeat;
}

.social-icons .instagram {
  background: url(../img/social/instagram.png) no-repeat;
}

.social-icons .reddit {
  background: url(../img/social/reddit.png) no-repeat;
}

/***
Inline Social Icons
***/
.social-icon {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.social-icon.amazon {
  background: url(../img/social/amazon.png) no-repeat;
}

.social-icon.behance {
  background: url(../img/social/behance.png) no-repeat;
}

.social-icon.blogger {
  background: url(../img/social/blogger.png) no-repeat;
}

.social-icon.deviantart {
  background: url(../img/social/deviantart.png) no-repeat;
}

.social-icon.dribbble {
  background: url(../img/social/dribbble.png) no-repeat;
}

.social-icon.dropbox {
  background: url(../img/social/dropbox.png) no-repeat;
}

.social-icon.evernote {
  background: url(../img/social/evernote.png) no-repeat;
}

.social-icon.facebook {
  background: url(../img/social/facebook.png) no-repeat;
}

.social-icon.forrst {
  background: url(../img/social/forrst.png) no-repeat;
}

.social-icon.github {
  background: url(../img/social/github.png) no-repeat;
}

.social-icon.googleplus {
  background: url(../img/social/googleplus.png) no-repeat;
}

.social-icon.jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat;
}

.social-icon.last-fm {
  background: url(../img/social/last-fm.png) no-repeat;
}

.social-icon.linkedin {
  background: url(../img/social/linkedin.png) no-repeat;
}

.social-icon.picasa {
  background: url(../img/social/picasa.png) no-repeat;
}

.social-icon.pintrest {
  background: url(../img/social/pintrest.png) no-repeat;
}

.social-icon.rss {
  background: url(../img/social/rss.png) no-repeat;
}

.social-icon.skype {
  background: url(../img/social/skype.png) no-repeat;
}

.social-icon.spotify {
  background: url(../img/social/spotify.png) no-repeat;
}

.social-icon.stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat;
}

.social-icon.tumblr {
  background: url(../img/social/tumblr.png) no-repeat;
}

.social-icon.twitter {
  background: url(../img/social/twitter.png) no-repeat;
}

.social-icon.vimeo {
  background: url(../img/social/vimeo.png) no-repeat;
}

.social-icon.wordpress {
  background: url(../img/social/wordpress.png) no-repeat;
}

.social-icon.xing {
  background: url(../img/social/xing.png) no-repeat;
}

.social-icon.yahoo {
  background: url(../img/social/yahoo.png) no-repeat;
}

.social-icon.youtube {
  background: url(../img/social/youtube.png) no-repeat;
}

.social-icon.vk {
  background: url(../img/social/vk.png) no-repeat;
}

.social-icon.instagram {
  background: url(../img/social/instagram.png) no-repeat;
}

.social-icon.reddit {
  background: url(../img/social/reddit.png) no-repeat;
}

.social-icon:hover {
  background-position: 0 -38px;
}

.social-icon-color {
  opacity: 0.7;
  background-position: 0 -38px !important;
}

.social-icon-color:hover {
  opacity: 1;
}

/***
Notes
***/
/* Common styles for all types */
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #A6BBC8;
}

.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}

.note p:last-child {
  margin-bottom: 0;
}

.note code,
.note .highlight {
  background-color: #fff;
}

/* Variations */
.note-danger {
  background-color: #ACA39A;
  border-color: #C8102E;
}

.note-warning {
  background-color: #ACA39A;
  border-color: #ED8B00;
}

.note-info {
  background-color: #A6BBC8;
  border-color: #6E7CA0;
}

.note-success {
  background-color: #A6BBC8;
  border-color: #35aa47;
}

/***
Demo Utils
***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}

.fontawesome-demo i {
  font-size: 18px;
}

.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #A6BBC8;
}

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}

.glyphicons-demo ul li:hover {
  background-color: rgba(86, 61, 124, 0.1);
}

@media (min-width: 768px) {
  .glyphicons-demo ul li {
    width: 12.5%;
  }
}
/***
Forms
****/
input.placeholder,
textarea.placeholder {
  color: #ACA39A !important;
}

.help-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-inline input {
  margin-bottom: 0px !important;
}

.control-label {
  margin-top: 2px;
}

.form-control-static {
  font-size: 14px;
  padding-top: 7px;
}

.control-label .required {
  color: #D81E05;
  font-size: 12px;
  padding-left: 2px;
}

.switch-wrapper {
  display: inline-block;
}

.form {
  padding: 0 !important;
}

.form-body {
  padding: 30px 20px 1px;
  background-color: #A6BBC8;
  border-top: 1px solid #A6BBC8;
  border-right: 1px solid #A6BBC8;
  border-left: 1px solid #A6BBC8;
  *zoom: 1;
  margin: 0;
  box-shadow: 0 1px 0 #ACA39A !important;
}

.form-actions.nobg {
  background-color: transparent;
}

.form-actions.top {
  margin-top: 0;
  margin-bottom: 20px;
  border-top: 0;
  border-bottom: 1px solid #A6BBC8;
}

.form-actions.fluid {
  padding: 0 0 30px 0;
  background: #A6BBC8;
  border-bottom: 1px solid #A6BBC8;
  border-right: 1px solid #A6BBC8;
  border-left: 1px solid #A6BBC8;
}

.form-actions.fluid &gt; [class^=col-] {
  padding-left: 13px;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.form-section {
  margin: 30px 0px 25px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #A6BBC8;
}

.form .form-section:first-child {
  margin-top: 5px;
}

.help-inline {
  font-size: 13px;
  color: #B9B2AC;
  display: inline-block;
  padding: 5px;
}

/* left, right aligned form actions */
.form-actions.right {
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

.form-actions.left {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

/* Checkboxes */
/*.form-group .checkbox {
  padding-left: 0;
}*/
ul.usertype {
  margin: 0;
  padding: 0;
}

ul.usertype li {
  display: inline-block;
  margin-right: 20px;
}

.nationborbox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: -6px;
  position: relative;
}

.checkbox-list &gt; label {
  display: block;
}

.checkbox-list &gt; label.checkbox-inline {
  display: inline-block;
  float: left;
}

.radio-inline, .checkbox-list &gt; label.checkbox-inline {
  margin-right: 20px !important;
}

/*.checkbox-list &gt; label.checkbox-inline:first-child {
  padding-left: 0;
}*/
/* Radios */
.radio-list &gt; label {
  display: block;
}

.radio-list &gt; label.radio-inline {
  display: inline-block;
}

.radio-list &gt; label.radio-inline:first-child {
  padding-left: 0;
}

.form-horizontal .radio-list .radio {
  padding-top: 1px;
}

/* Rows seperated form layout */
.form-row-seperated .form-group {
  margin: 0;
  border-bottom: 1px solid #A6BBC8;
  padding: 10px 10px 10px 0px;
}

.form-row-seperated .form-group.last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.form-row-seperated .form-actions {
  margin-top: 0;
}

.form-row-seperated .form-body {
  padding: 0;
  margin-top: 0;
}

.form-row-seperated .help-block {
  margin-bottom: 0;
}

/* form bordered */
.form-bordered .form-body {
  margin: 0;
  padding: 0;
}

.form-bordered .form-actions {
  margin-top: 0;
}

.form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #A6BBC8;
}

.form-bordered .form-group.last {
  border-bottom: 0;
}

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

.form-bordered .control-label {
  padding-top: 16px;
}

.form-bordered .form-group &gt; div {
  padding: 10px;
  border-left: 1px solid #A6BBC8;
}

.form-bordered .form-actions.fluid &gt; .row &gt; div {
  padding-left: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
  background-color: #A6BBC8;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
  background-color: #A6BBC8;
}

.form-horizontal.form-bordered.form-row-stripped .form-control {
  background: #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) &gt; div {
  background-color: #fff;
}

/***
Bordered form layout
***/
.form-bordered .form-control {
  margin: 0;
}

/***
Disabled Menu Link
***/
.disabled-link &gt; a &gt; span.text,
.disabled-link &gt; a &gt; span.title {
  font-style: italic !important;
  color: #B9B2AC !important;
}

.disabled-link &gt; a:hover {
  cursor: not-allowed !important;
}

/***
Responsive &amp; Scrollable Tables
***/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #A6BBC8;
  margin: 10px 0 !important;
}

.table-scrollable &gt; .table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
}

.table-scrollable &gt; .table &gt; thead &gt; tr &gt; th,
.table-scrollable &gt; .table &gt; tbody &gt; tr &gt; th,
.table-scrollable &gt; .table &gt; tfoot &gt; tr &gt; th,
.table-scrollable &gt; .table &gt; thead &gt; tr &gt; td,
.table-scrollable &gt; .table &gt; tbody &gt; tr &gt; td,
.table-scrollable &gt; .table &gt; tfoot &gt; tr &gt; td {
  white-space: nowrap;
}

.table-scrollable &gt; .table-bordered {
  border: 0;
}

.table-scrollable &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.table-scrollable &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.table-scrollable &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.table-scrollable &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.table-scrollable &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.table-scrollable &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}

.table-scrollable &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.table-scrollable &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.table-scrollable &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.table-scrollable &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.table-scrollable &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.table-scrollable &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}

.table-scrollable &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; th,
.table-scrollable &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.table-scrollable &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.table-scrollable &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; td,
.table-scrollable &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.table-scrollable &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
  border-bottom: 0;
}

/***
Responsive Flip Scroll Tables
***/
.flip-scroll table {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .flip-scroll .flip-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .flip-scroll * html .flip-content {
    zoom: 1;
  }

  .flip-scroll *:first-child + html .flip-content {
    zoom: 1;
  }

  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .flip-scroll th,
.flip-scroll td {
    margin: 0;
    vertical-align: top;
  }

  .flip-scroll th {
    text-align: left;
    border: 0 !important;
    border-bottom: 1px solid #A6BBC8 !important;
    border-right: 1px solid #A6BBC8 !important;
    font-size: 13px !important;
    padding: 5px;
    width: auto !important;
  }

  .flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }

  .flip-scroll thead {
    display: block;
    float: left;
  }

  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  .flip-scroll thead tr {
    display: block;
  }

  .flip-scroll th {
    display: block;
    text-align: right;
  }

  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
  }

  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  /* sort out borders */
  .flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }

  .flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .flip-scroll tbody tr {
    border-left: 1px solid #A6BBC8;
  }

  .flip-scroll th:last-child,
.flip-scroll td:last-child {
    border-bottom: 1px solid #A6BBC8;
  }
}
/*error */
#sdob-error, #dob-error {
  /*	font-size: 14px;*/
  padding: 5px;
  color: #1a1a1a;
  background-color: #ACA39A !important;
  border: 1px solid #C8102E;
  margin: 8px 0 0;
  width: 308px;
}

#wcont h2 {
  font-size: 26px;
  font-weight: normal !important;
  margin-top: 20px;
}

#wcont th, td {
  border: none;
}

.tabbornone {
  border: none;
}

.toptable {
  border: none !important;
}

/*.announborpx{
	border:1px solid $clGreyCool;
}
*/
.announborh2 {
  margin-top: 0 !important;
}

.nationborbox {
  border: 1px solid #A6BBC8;
  background: #A6BBC8;
  box-shadow: 0px 1px 0px #ACA39A;
  display: block;
  /*padding-bottom:40px*/
}

.dasbnation {
  background: #6E7CA0 !important;
  margin: -20px 0 -17px;
  border: 1px solid #6E7CA0;
}

.dasbnation td {
  border-bottom: 1px solid #A6BBC8;
}

.nationborboxh2 {
  color: #6E7CA0;
  font-size: 33px;
  padding: 0 0 10px 0;
  margin-top: -7px;
  font-weight: normal;
}

.w30 {
  color: #6E7CA0;
  font-size: 33px;
}

.page-breadcrumb .fa-home {
  display: none;
}

/*
.portlet.box.green.form-body select, input[type="text"], input[type="password"], input[type="email"],textarea[type="text"] {
	border:1px solid $clBlueLight;
	}

*/
.form-actions.fluid.btn.green:hover, .btn.green:focus, .btn.green:active, .btn.green.active, .btn.green.disabled, .btn.green[disabled] {
  background: #C8102E !important;
}

.captionh1 {
  color: #6E7CA0;
  font-size: 33px;
}

.recoratth1 {
  font-size: 36px;
  font-weight: normal;
  color: #6E7CA0;
  margin-top: -7px;
}

.recorattbutmar {
  margin: 0px 0 0 13px !important;
}

.clr {
  clear: both;
}

.fleft {
  float: left;
}

.monthYearPicker {
  border: 1px solid #6E7CA0;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-image: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 #fff, 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  box-sizing: border-box;
  cursor: text;
  margin: 0;
  outline: medium none;
  padding: 6px 8px;
  vertical-align: middle;
  width: 100%;
}

.boxshadrecod {
  box-shadow: 0px 1px 0px #ACA39A;
  margin-top: -12px;
}

.mastertopmar {
  margin-top: -37px !important;
}

/*
.form-control textarea,select{
	border:1px solid $clBlueLight !important;
}
textarea.form-control{
	border:1px solid $clBlueLight;
}
*/
.extrabor {
  border: 1px solid #6E7CA0 !important;
}

.wpqld table {
  border: none !important;
}

.walkersubbut {
  margin-bottom: 30px !important;
}

.walkersubbuttop {
  padding-top: 30px !important;
}

.nationborbox td {
  padding: 20px 20px 0;
}

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

.manuserfor {
  margin-bottom: -12px !important;
}

.form-group label {
  text-align: left !important;
  font-family: "Avalon-Book", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #1F1E1D;
}

ul.gs li {
  padding-bottom: 10px;
}

.bdrrgt td {
  border: 1px solid #A6BBC8;
}

#hfpage_content &gt; div {
  float: left;
  margin-top: 15px;
  width: 100%;
}

table.thbld th {
  font-weight: bold;
}

.bdrbtmtbl table td {
  border-bottom: 1px solid #A6BBC8;
  border-top: 0 none !important;
}

.bdrbtmtbl th {
  border-bottom: 1px solid #A6BBC8;
  border-top: 0 none !important;
}

/*# sourceMappingURL=style-asset.css.map */
</pre></body></html>