@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/*------------------------------------------------------------------
Webarch v2.8
Theme : Default
Generated From LESS
[Table of contents]

1. Layouts
2. Icons
3. Horizontal Menu
4. Typography
5. Misc
6. Form Elements
7. Portlets
8. Message and Notification
9. Tiles
10. Buttons
11. Tabs & Accordians
12. Sliders
13. Tables
14. Datatables
15. Charts
16. User Profile
17. Vector Map
18. Error Page
19. Timeline
20. Search Results
21. RTL
22. Print
23. Slider
-------------------------------------------------------------------*/
/*!
* direction.less v0.1.0
*/
/*------------------------------------------------------------------
[1. Layouts]
*/
/* line 38, app/assets/stylesheets/application/theme.css.scss */
:-moz-placeholder {
  color: '#333843';
}

/* line 41, app/assets/stylesheets/application/theme.css.scss */
::-moz-placeholder {
  color: '#333843';
  opacity: 0.5;
}

/* line 45, app/assets/stylesheets/application/theme.css.scss */
:-ms-input-placeholder {
  color: '#333843';
}

/* line 48, app/assets/stylesheets/application/theme.css.scss */
::-webkit-input-placeholder {
  color: '#333843';
}

/* line 51, app/assets/stylesheets/application/theme.css.scss */
.placeholder {
  color: '#333843';
}

/* line 54, app/assets/stylesheets/application/theme.css.scss */
html {
  font-size: 100%;
  height: 100%;
}

/* line 58, app/assets/stylesheets/application/theme.css.scss */
body {
  direction: ltr;
  background-color: #3d424e;
  color: #1A1A1A;
  font-family: 'Arial';
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  height: 100%;
}

/* line 71, app/assets/stylesheets/application/theme.css.scss */
body.condense-menu .header-seperation {
  display: none;
}

/* line 74, app/assets/stylesheets/application/theme.css.scss */
body.condense-menu .page-content {
  margin-left: 50px;
}

/* line 77, app/assets/stylesheets/application/theme.css.scss */
body.condense-menu .footer-widget {
  display: none;
}

/* line 80, app/assets/stylesheets/application/theme.css.scss */
body.condense-menu .scrollup {
  left: 34px;
}

/* line 83, app/assets/stylesheets/application/theme.css.scss */
body.hide-top-content-header .header {
  width: auto;
}

/* line 86, app/assets/stylesheets/application/theme.css.scss */
body.hide-top-content-header .header-quick-nav {
  display: none;
}

/* line 89, app/assets/stylesheets/application/theme.css.scss */
body.hide-top-content-header .page-content .content {
  padding-top: 25px;
}

/* line 92, app/assets/stylesheets/application/theme.css.scss */
body.hide-top-content-header .page-sidebar.mini .page-sidebar-wrapper > ul {
  padding: 0;
}

/* line 95, app/assets/stylesheets/application/theme.css.scss */
body.hide-sidebar .header-seperation {
  display: none;
}

/* line 98, app/assets/stylesheets/application/theme.css.scss */
body.hide-sidebar .page-sidebar {
  display: none;
}

/* line 101, app/assets/stylesheets/application/theme.css.scss */
body.hide-sidebar .page-content {
  margin-left: 0;
}

/* line 104, app/assets/stylesheets/application/theme.css.scss */
body.hide-sidebar .scrollup {
  left: 34px;
}

/* line 107, app/assets/stylesheets/application/theme.css.scss */
body.menu-non-fixed .page-sidebar {
  position: absolute;
}

/* line 110, app/assets/stylesheets/application/theme.css.scss */
body.right-side-bar .page-content {
  margin-right: 250px;
  margin-left: 0;
}

/* line 114, app/assets/stylesheets/application/theme.css.scss */
body.right-side-bar .page-content.condensed {
  margin-left: 0;
  margin-right: 50px;
}

/* line 118, app/assets/stylesheets/application/theme.css.scss */
body.right-side-bar .page-sidebar {
  right: 0;
}

/* line 121, app/assets/stylesheets/application/theme.css.scss */
body.right-side-bar .header .header-seperation {
  float: right;
}

/* line 124, app/assets/stylesheets/application/theme.css.scss */
body.right-side-bar .footer-widget {
  right: 0;
}

/* line 127, app/assets/stylesheets/application/theme.css.scss */
body.bottom-header .header {
  bottom: 0;
}

/* line 130, app/assets/stylesheets/application/theme.css.scss */
body.bottom-header .page-content .content {
  padding-top: 25px;
  padding-bottom: 83px;
}

/* line 134, app/assets/stylesheets/application/theme.css.scss */
body.open-menu-right-desktop .page-container {
  position: relative;
  left: -260px;
}

/* line 138, app/assets/stylesheets/application/theme.css.scss */
body.open-menu-right-desktop .header {
  left: -260px;
}

/* line 141, app/assets/stylesheets/application/theme.css.scss */
body.open-menu-right-desktop .fonter-widget {
  display: none;
}

/* line 144, app/assets/stylesheets/application/theme.css.scss */
body.modal-open .page-container {
  position: inherit;
}

/* line 147, app/assets/stylesheets/application/theme.css.scss */
body.modal-open .page-content {
  position: inherit;
}

/* line 150, app/assets/stylesheets/application/theme.css.scss */
body.modal-open .chat-window-wrapper {
  display: none;
}

/* line 153, app/assets/stylesheets/application/theme.css.scss */
body.boxed-layout .footer-widget {
  display: none;
}

/* line 156, app/assets/stylesheets/application/theme.css.scss */
.navbar,
.navbar-inverse {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
}

/* line 163, app/assets/stylesheets/application/theme.css.scss */
.navbar .nav > li > .dropdown-menu::before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 174, app/assets/stylesheets/application/theme.css.scss */
.navbar .nav > li > .dropdown-menu::after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}

/* line 184, app/assets/stylesheets/application/theme.css.scss */
.navbar .notifications {
  background-color: #1B1E24;
  display: block;
  float: left;
  left: 0;
  margin: 0 10px 0 0;
  padding-top: 5px;
  position: relative;
}

/* line 193, app/assets/stylesheets/application/theme.css.scss */
.header-seperation {
  background-color: #FFFFFF;
}

/* line 196, app/assets/stylesheets/application/theme.css.scss */
.header {
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  transition: transform 0.3s ease,left  0.3s ease, right  0.3s ease;
  padding: 0 !important;
  margin: 0 !important;
  position: fixed;
  width: 100%;
  z-index: 999;
  min-height: 60px;
  left: 0;
  -webkit-backface-visibility: hidden;
}

/* line 208, app/assets/stylesheets/application/theme.css.scss */
.header .navbar-inner {
  background-image: none !important;
  background-color: #ffffff !important;
  width: 100%;
  margin: 0;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  border-radius: 0px;
}

/* line 218, app/assets/stylesheets/application/theme.css.scss */
.header .navbar-inner [class*="span"] {
  min-height: 58px !important;
}

/* line 221, app/assets/stylesheets/application/theme.css.scss */
.header .btn-navbar {
  background-color: #1f1f1f !important;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 6px;
  background-image: none;
  box-shadow: none;
  color: #ffffff;
  border: 0;
}

/* line 232, app/assets/stylesheets/application/theme.css.scss */
.header .btn-navbar:hover {
  text-decoration: none;
}

/* line 235, app/assets/stylesheets/application/theme.css.scss */
.header .nav {
  display: block;
}

/* line 238, app/assets/stylesheets/application/theme.css.scss */
.header .nav li.dropdown .dropdown-toggle i {
  color: #eff4f8 !important;
}

/* line 241, app/assets/stylesheets/application/theme.css.scss */
.header .nav li.dropdown.user .dropdown-toggle i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 16px;
  color: #808080 !important;
}

/* line 248, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li {
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  float: left;
}

/* line 255, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown .dropdown-toggle {
  margin: 0px;
}

/* line 258, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown .dropdown-toggle i {
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* line 263, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown .dropdown-toggle .badge {
  position: absolute;
  font-size: 10px !important;
  font-weight: 700;
  top: 0px;
  right: 2px;
  text-align: center;
  background-color: #ec7962;
  padding: 4px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  color: #ffffff;
}

/* line 278, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown .active {
  background-color: #182029;
}

/* line 281, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown.user .dropdown-toggle {
  padding: 8px 4px 7px 9px;
}

/* line 284, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown.user .dropdown-toggle:hover {
  text-decoration: none;
}

/* line 287, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.quicklinks i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 14px;
  color: #656565 !important;
}

/* line 294, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.quicklinks > a {
  padding: 4px 2px !important;
}

/* line 297, app/assets/stylesheets/application/theme.css.scss */
.header .nav .h-seperate {
  height: 6px;
  width: 2px;
  margin: 0px 10px 0px 10px;
  border-left: 1px solid #e1e1e1;
  display: inline;
  position: relative;
  top: 2px;
}

/* line 306, app/assets/stylesheets/application/theme.css.scss */
.header .nav .dropdown-menu {
  margin-top: 3px;
}

/* line 309, app/assets/stylesheets/application/theme.css.scss */
.header .header-seperation {
  width: 250px;
  display: block;
  float: left;
  height: 60px;
}

/* line 315, app/assets/stylesheets/application/theme.css.scss */
.header .header-seperation .notifcation-center {
  margin-right: 15px !important;
}

/* line 318, app/assets/stylesheets/application/theme.css.scss */
.header .header-quick-nav {
  padding-right: 10px;
  height: 60px;
  -webkit-transition-duration: 1;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/* line 329, app/assets/stylesheets/application/theme.css.scss */
.header .header-quick-nav input {
  height: 12px !important;
}

/* line 332, app/assets/stylesheets/application/theme.css.scss */
.header .notifcation-center {
  background-color: #182029;
  margin-top: 12px;
  margin-right: 15px !important;
  display: inline-flex;
  display: -ms-flexbox;
  direction: ltr;
}

/* line 340, app/assets/stylesheets/application/theme.css.scss */
.header .notifcation-center li {
  min-width: 30px !important;
}

/* line 343, app/assets/stylesheets/application/theme.css.scss */
.header .notifcation-center li a {
  padding: 10px !important;
  min-height: 17.5px;
}

/* line 347, app/assets/stylesheets/application/theme.css.scss */
.header .notifcation-center li a i {
  font-size: 13px !important;
}

/* line 350, app/assets/stylesheets/application/theme.css.scss */
.header a {
  text-decoration: none;
}

/* line 353, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler {
  position: relative;
  top: 10px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  min-width: 100px;
}

/* line 361, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .user-details {
  display: inline-block;
  float: left;
  line-height: 35px;
}

/* line 366, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .user-details .username a {
  color: #1b1e24;
  font-size: 15px;
}

/* line 370, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .user-details .company a {
  color: #8b8f92;
  font-weight: 400;
  text-align: right;
  font-size: 12px;
}

/* line 376, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .iconset {
  display: inline-block;
  float: left;
  margin: 15px 10px;
}

/* line 381, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .profile-pic {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  float: left;
}

/* line 389, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler a {
  color: #1b1e24;
  font-size: 15px;
  display: inline-block;
  float: left;
}

/* line 395, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler > i {
  color: #808080;
  text-align: right;
  font-size: 20px;
  position: relative;
  padding: 8px;
  top: 8px;
}

/* line 403, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .message-count {
  display: inline-block;
  float: left;
}

/* line 407, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .message-count .badge {
  position: absolute;
  float: left;
  right: 0;
  top: 0;
}

/* line 413, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview {
  border-left: 1px solid #e5e9ec;
  border-right: 1px solid #e5e9ec;
  padding: 4px 15px;
  margin-right: 12px;
}

/* line 419, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview .user-details {
  display: inline-block;
  float: left;
}

/* line 423, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview .user-details .username a {
  color: #22262e;
  font-weight: 600;
  text-align: right;
}

/* line 428, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview .profile-pic {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-left: 10px;
}

/* line 437, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview a {
  color: #6F7B8A;
}

/* line 440, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview .chat-message {
  color: #8b8f92;
  background-color: #e5e9ec;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 447, app/assets/stylesheets/application/theme.css.scss */
.header .quick-section {
  margin-left: 20px;
  margin-top: 16px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  direction: ltr;
}

/* line 455, app/assets/stylesheets/application/theme.css.scss */
.header .search-form {
  display: inline-block;
  float: left;
  margin-left: 25px !important;
  top: -4.5px;
  position: relative;
}

/* line 462, app/assets/stylesheets/application/theme.css.scss */
.header .popover-title {
  border-bottom: 0px;
  padding-top: 14px;
}

/* line 466, app/assets/stylesheets/application/theme.css.scss */
.menu-title {
  color: #808285;
  font-size: 10.5px;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* line 476, app/assets/stylesheets/application/theme.css.scss */
.menu-title a {
  color: #808285;
}

/* line 479, app/assets/stylesheets/application/theme.css.scss */
.menu-title a:hover {
  text-decoration: none;
}

/* line 482, app/assets/stylesheets/application/theme.css.scss */
.menu-title i {
  font-size: 10px;
  font-weight: normal;
}

/* line 487, app/assets/stylesheets/application/theme.css.scss */
.sidebar-color-cotia {
  background-color: #04A25F !important;
}

/* line 491, app/assets/stylesheets/application/theme.css.scss */
.sidebar-color-artrab {
  background-color: #04A25F !important;
}

/* line 495, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar {
  height: 100%;
  font-family: 'Open Sans';
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* line 503, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.full-length {
  padding-bottom: 57px;
}

/* line 506, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .outer-tab-nav-section {
  display: inline-block;
  width: 45px;
  position: absolute;
  height: 100%;
  background-color: #00cdb1 !important;
}

/* line 513, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .inner-menu {
  display: inline-block;
  width: 200px;
}

/* line 517, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .inner-menu ul {
  width: 200px;
}

/* line 520, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper {
  position: relative;
  overflow-y: auto;
}

/* line 524, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 529, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
}

/* line 535, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a {
  color: #FFF;
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 11.5px 15px 11.5px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

/* line 546, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a.open {
  background: #313131;
}

/* line 549, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a i {
  font-size: 14px;
  margin-right: 5px;
  text-shadow: none;
}

/* line 554, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 3px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
}

/* line 566, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li:last-child > a {
  border-bottom: 1px solid transparent !important;
}

/* line 569, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li a i {
  color: #FFF;
  width: 20px;
  text-align: center;
  display: inline-block;
}

/* line 575, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > a {
  border-top-color: transparent !important;
  color: #ffffff;
  border: none;
  text-shadow: none;
}

/* line 581, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > a i {
  color: #ffffff;
}

/* line 584, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active i {
  color: #ffffff;
}

/* line 587, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu {
  display: block;
}

/* line 590, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu > li ul.sub-menu {
  display: block;
}

/* line 593, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px;
  background-color: #182029;
  padding: 8px 0px 10px 0px;
}

/* line 601, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}

/* line 607, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a {
  margin-left: 0px;
  padding-left: 5px;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 53px !important;
  color: #e1eaf1;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;
  background: none;
}

/* line 621, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
  background: #3d424e !important;
}

/* line 624, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important;
}

/* line 627, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding-left: 0;
}

/* line 634, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px;
}

/* line 639, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  margin-left: 70px;
}

/* line 642, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 80px;
}

/* line 645, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .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;
}

/* line 657, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .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;
}

/* line 669, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a {
  display: block;
  padding: 5px 0px;
  color: #ccc;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;
}

/* line 678, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a > i {
  font-size: 13px;
}

/* line 681, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.start > a {
  border-top-color: transparent !important;
}

/* line 684, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini {
  width: 50px;
  overflow: visible !important;
  background-color: #04A25F !important;
  height: 100%;
  margin-top: 0;
  position: fixed;
  z-index: 90;
}

/* line 693, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul {
  width: 50px;
  padding: 60px 0 0;
}

/* line 697, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li > ul.sub-menu {
  position: absolute;
  margin-top: -46px;
  margin-left: 50px;
  width: auto;
  z-index: 110;
  min-width: 250px;
}

/* line 705, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a {
  padding: 13px;
  color: #ffffff;
}

/* line 709, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li a i {
  color: #ffffff;
}

/* line 712, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > p {
  display: none;
}

/* line 715, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > .side-bar-widgets {
  display: none;
}

/* line 718, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .user-info {
  display: none;
}

/* line 721, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .status-widget {
  display: none;
}

/* line 724, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .notification-alert {
  display: none;
}

/* line 727, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul li span.title {
  display: none;
}

/* line 730, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul li span.arrow {
  display: none;
}

/* line 733, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul li span.badge {
  display: none;
}

/* line 736, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul li ul li span.title {
  display: inline;
}

/* line 739, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul li ul li span.arrow {
  display: inline;
}

/* line 742, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul.big-items span.badge {
  display: inline-block;
}

/* line 745, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul.small-items span.badge {
  display: inline-block;
}

/* line 748, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .profile-wrapper {
  display: none;
}

/* line 751, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .footer-widget {
  display: none;
}

/* line 754, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul.folders {
  list-style: none;
  margin: 0px;
  padding: 0;
}

/* line 759, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul.folders > li {
  border: 0 none;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 765, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul.folders > li > a {
  padding: 5px 31px;
  font-size: 13px;
  color: #ffffff;
  display: block;
  position: relative;
}

/* line 772, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul.folders > li > a:hover {
  text-decoration: none;
}

/* line 775, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul.folders > li > input {
  margin: 5px 31px;
  font-size: 13px;
  width: 150px;
}

/* line 780, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul > li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 5px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}

/* line 792, app/assets/stylesheets/application/theme.css.scss */
.nav-collapse.collapse {
  height: 100%  !important;
}

/* line 795, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
  background: #3d424e;
  color: #ffffff;
}

/* line 801, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li a > .label {
  display: none;
}

/* line 804, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
  background: #0b9c8f;
}

/* line 809, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
  background: #0b9c8f;
}

/* line 813, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li.active > a i,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a i {
  color: #ffffff !important;
}

/* line 817, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper ul > li > a > .arrow:before,
.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
  color: #919091 !important;
}

/* line 821, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper ul > li.active > a .arrow:before,
.page-sidebar .page-sidebar-wrapper > ul > li.active > a .arrow.open:before {
  color: #ffffff !important;
}

/* line 825, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper ul > li.open > a i,
.page-sidebar .page-sidebar-wrapper > ul > li.open > a i {
  color: #ffffff !important;
}

/* line 829, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
  color: #ffffff !important;
}

/* line 833, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li.active > a,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a {
  color: #ffffff !important;
}

/* line 838, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow:before,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow.open:before {
  color: #919091  !important;
}

/* line 842, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a {
  font-weight: 600;
}

/* line 845, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown,
.header .nav > li.dropdown > a {
  text-align: center;
}

/* line 849, app/assets/stylesheets/application/theme.css.scss */
.header .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
}

/* line 854, app/assets/stylesheets/application/theme.css.scss */
.open {
  position: relative;
}

/* line 857, app/assets/stylesheets/application/theme.css.scss */
.navbar .pull-right > li.open > .dropdown-menu,
.navbar .nav > li.open > .dropdown-menu.pull-right {
  margin-right: -6px;
  margin-top: 7px;
}

/* line 862, app/assets/stylesheets/application/theme.css.scss */
.pace .pace-activity {
  top: 72px;
  border-top-color: #00cdb1;
  border-left-color: #00cdb1;
  right: 15px;
  left: auto;
}

/* line 869, app/assets/stylesheets/application/theme.css.scss */
.pace .pace-progress {
  background: #00cdb1;
}

/* line 872, app/assets/stylesheets/application/theme.css.scss */
.pace .pace-progress-inner {
  box-shadow: 0 0 10px #00cdb1, 0 0 5px #00cdb1;
}

/* line 875, app/assets/stylesheets/application/theme.css.scss */
.no-top .pace .pace-activity {
  top: 10px;
}

/* line 878, app/assets/stylesheets/application/theme.css.scss */
.loading-animator {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
  border-image: none;
  border-radius: 10px 10px 10px 10px;
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  display: block;
  height: 14px;
  margin-left: 40%;
  width: 14px;
  z-index: 2000;
}

/* line 900, app/assets/stylesheets/application/theme.css.scss */
.page-container {
  background-color: #c3c3c3;
  background-size: 100% 153%;
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  transition: transform 0.3s ease, left  0.3s ease, right  0.3s ease;
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 100%;
  left: 0;
  z-index: 10;
}

/* line 913, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper {
  font-family: 'Arial';
  font-size: 13px;
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  background-color: #3d424e;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* line 926, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .inner-content {
  height: 100%;
  overflow: hidden;
}

/* line 930, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .chat-header {
  height: 58px;
}

/* line 933, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget {
  margin-top: 15px;
  display: block;
}

/* line 937, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-title {
  color: #808285;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-left: 31px;
  padding-right: 31px;
  text-transform: uppercase;
}

/* line 946, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-content {
  display: block;
}

/* line 949, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-content ul.groups {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding-left: 0;
}

/* line 955, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-content ul.groups li {
  line-height: 25px;
}

/* line 958, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-content ul.groups > li > a {
  color: #ffffff;
  font-size: 13px;
  padding: 5px 31px;
}

/* line 963, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-content ul.groups > li > a:hover {
  text-decoration: none;
}

/* line 966, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper {
  display: block;
  margin: 8px;
  padding: 10px;
  border-radius: 3px;
}

/* line 972, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper .status-icon {
  margin-right: 0px;
}

/* line 975, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper.active {
  background-color: #372b32;
}

/* line 978, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper.active:hover {
  background-color: #482f36;
  cursor: pointer;
}

/* line 982, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper:hover {
  background-color: #182029;
  cursor: pointer;
}

/* line 986, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper > .user-profile {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-right: 13px;
}

/* line 995, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper > .user-details {
  display: inline-block;
  float: left;
}

/* line 999, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper > .user-details > .user-name {
  display: block;
  color: #ffffff;
}

/* line 1003, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper > .user-details > .user-more {
  display: block;
  color: #747b89;
  font-size: 11px;
  width: 120px;
}

/* line 1009, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .chat-messages {
  position: relative;
  overflow: auto;
  height: calc(100% - 155px);
}

/* line 1014, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .chat-messages .user-details-wrapper {
  padding: 6px;
}

/* line 1017, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .chat-messages .user-details-wrapper:hover {
  background-color: #22262e;
  cursor: auto;
}

/* line 1021, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-status-wrapper {
  display: inline-block;
  float: left;
  min-width: 32px;
  margin-top: 8px;
}

/* line 1027, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-count-wrapper {
  display: inline-block;
  float: left;
  margin-top: 8px;
}

/* line 1032, app/assets/stylesheets/application/theme.css.scss */
.sidr {
  background-color: #3d424e;
  box-shadow: none;
}

/* line 1036, app/assets/stylesheets/application/theme.css.scss */
.sidr ul.chat-window li {
  border: 0px;
}

/* line 1039, app/assets/stylesheets/application/theme.css.scss */
.sidr ul.chat-window li:nth-child(odd) {
  background-color: #ffffff;
}

/* line 1042, app/assets/stylesheets/application/theme.css.scss */
.sidr ul.chat-window li:nth-child(even) {
  background-color: #f5f6f8;
}

/* line 1045, app/assets/stylesheets/application/theme.css.scss */
.sidr ul.chat-window li:hover > a,
.sidr ul.chat-window li:hover > span,
.sidr ul.chat-window li.active > a,
.sidr ul.chat-window li.active > span,
.sidr ul.chat-window li.sidr-class-active > a,
.sidr ul.chat-window li.sidr-class-active > span {
  box-shadow: none;
  background-color: #fed8db;
  line-height: 16px;
}

/* line 1055, app/assets/stylesheets/application/theme.css.scss */
.scrollup {
  background: url(/../pullup.png) no-repeat;
  background-position: 0px 0px;
  width: 27px;
  height: 27px;
  position: fixed;
  bottom: 92px;
  left: 235px;
  display: none;
  text-indent: -9999px;
  z-index: 101;
}

/* line 1067, app/assets/stylesheets/application/theme.css.scss */
.scrollup:hover {
  background-position: -30px 0px;
}

/* line 1070, app/assets/stylesheets/application/theme.css.scss */
.scrollup.to-edge {
  left: 35px;
}

/* line 1073, app/assets/stylesheets/application/theme.css.scss */
.footer-widget {
  position: fixed;
  bottom: 0px;
  left: 0;
  padding: 11px 21px;
  background-color: #182029;
  width: 250px;
  clear: both;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* line 1084, app/assets/stylesheets/application/theme.css.scss */
.footer-widget .progress {
  position: relative;
  top: 15px;
  width: 70%;
}

/* line 1089, app/assets/stylesheets/application/theme.css.scss */
.footer-widget a {
  color: #b7b9bd;
}

/* line 1092, app/assets/stylesheets/application/theme.css.scss */
.footer-widget i {
  font-size: 14px;
  color: #5e646d;
}

/* line 1096, app/assets/stylesheets/application/theme.css.scss */
.footer-widget .details-status {
  background-color: #2d3139;
  border-radius: 3px 3px 3px 3px;
  color: #8B91A0;
  display: inline-block;
  font-size: 11px;
  padding: 6px;
  left: -22px;
  position: relative;
}

/* line 1106, app/assets/stylesheets/application/theme.css.scss */
.footer-widget a:hover,
.footer-widget a:hover i {
  color: #8B91A0;
  text-decoration: none;
}

/* line 1111, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper input[type="text"],
.chat-window-wrapper input[type="password"],
.chat-window-wrapper input[type="date"],
.chat-window-wrapper input[type="datetime"],
.chat-window-wrapper input[type="email"],
.chat-window-wrapper input[type="number"],
.chat-window-wrapper input[type="search"],
.chat-window-wrapper input[type="tel"],
.chat-window-wrapper input[type="time"],
.chat-window-wrapper input[type="url"],
.chat-window-wrapper textarea,
.chat-window-wrapper select {
  background-color: #0d0f12;
  height: 28px;
}

/* line 1126, app/assets/stylesheets/application/theme.css.scss */
.chat-header input[type="text"] {
  margin: 15px 0 15px 14px;
  width: 195px;
  border: transparent;
}

/* line 1131, app/assets/stylesheets/application/theme.css.scss */
.chat-header .iconset {
  margin: 20px 15px;
}

/* line 1134, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header {
  background-color: #1b1e24;
  color: #4c5264;
  padding: 8px;
  padding-left: 21px;
}

/* line 1140, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header .status {
  height: 10px;
  width: 10px;
  border-radius: 8px;
  background-color: #e5e9ec;
  display: inline-block;
  margin-right: 12px;
}

/* line 1148, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header .status.online {
  background-color: #00cdb1;
}

/* line 1151, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header .status.busy {
  background-color: #f35958;
}

/* line 1154, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header .status.away {
  background-color: #00cdb1;
}

/* line 1157, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header a > i {
  color: #4c5264;
  font-size: 10px;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

/* line 1164, app/assets/stylesheets/application/theme.css.scss */
.chat-footer {
  position: absolute;
  bottom: 0px;
  background-color: #e5e9ec;
  padding: 10px;
  padding-bottom: 0px;
  width: 92.6%;
}

/* line 1172, app/assets/stylesheets/application/theme.css.scss */
.bubble {
  position: relative;
  width: 165px;
  min-height: 40px;
  padding: 0px;
  background: #e5e9ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #22262e;
  padding: 10px;
  cursor: pointer;
}

/* line 1185, app/assets/stylesheets/application/theme.css.scss */
.bubble.old {
  background: #0d0f12;
  color: #4c5264;
}

/* line 1189, app/assets/stylesheets/application/theme.css.scss */
.bubble.old:after {
  border-color: transparent #0d0f12;
}

/* line 1192, app/assets/stylesheets/application/theme.css.scss */
.bubble.sender {
  background: #0ba195;
  color: #ffffff;
}

/* line 1196, app/assets/stylesheets/application/theme.css.scss */
.bubble.sender:after {
  border-color: transparent #0ba195;
  border-width: 9px 0 9px 7px;
  right: -7px !important;
  left: auto;
}

/* line 1202, app/assets/stylesheets/application/theme.css.scss */
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  border-color: transparent #e5e9ec;
  display: block;
  width: 0;
  z-index: 1;
  left: -7px;
  top: 12px;
}

/* line 1214, app/assets/stylesheets/application/theme.css.scss */
.chat-messages .sent_time {
  width: 100%;
  color: #4c5264;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

/* line 1221, app/assets/stylesheets/application/theme.css.scss */
.chat-messages .sent_time.off {
  display: none;
}

/* line 1224, app/assets/stylesheets/application/theme.css.scss */
.chat-input-wrapper {
  position: absolute;
  bottom: 0;
  background-color: #1b1e24;
  width: 256px;
  padding: 7px;
  z-index: 110;
}

/* line 1232, app/assets/stylesheets/application/theme.css.scss */
.chat-input-wrapper textarea {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 1238, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper {
  display: block;
  padding: 10px 15px;
}

/* line 1242, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper .profile-wrapper {
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin: 0px 10px 0 0px;
}

/* line 1251, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper .user-chat {
  display: inline-block;
  float: left;
}

/* line 1255, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper .user-chat .user-name {
  color: #22262e;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1262, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper .user-chat .user-chat-preview {
  display: block;
  float: left;
}

/* line 1266, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper .user-chat .more-details {
  display: inline-block;
  float: left;
  color: #8b8f92;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1276, app/assets/stylesheets/application/theme.css.scss */
.ie8 .page-sidebar {
  position: absolute;
  width: 225px;
}

/* line 1280, app/assets/stylesheets/application/theme.css.scss */
.ie8 .page-sidebar ul {
  width: 225px;
}

/* line 1283, app/assets/stylesheets/application/theme.css.scss */
.ie8 .page-content {
  margin-left: 225px;
  margin-top: 0px;
}

/* line 1287, app/assets/stylesheets/application/theme.css.scss */
.page-content {
  margin-top: 0px;
  padding: 0px;
  background-color: #e5e9ec;
  background-size: 100% 153%;
  overflow: auto;
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 6;
}

/* line 1300, app/assets/stylesheets/application/theme.css.scss */
.page-content.condensed {
  margin-left: 50px;
}

/* line 1303, app/assets/stylesheets/application/theme.css.scss */
.page-content.condensed .admin-bar-inner {
  margin-right: 50px !important;
}

/* line 1306, app/assets/stylesheets/application/theme.css.scss */
.page-content.condensed-layout {
  margin-left: 50px !important;
}

/* line 1309, app/assets/stylesheets/application/theme.css.scss */
.page-content .admin-bar {
  -moz-box-sizing: border-box;
  bottom: -115px;
  right: 0;
  left: 0;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1321, app/assets/stylesheets/application/theme.css.scss */
.page-content .admin-bar .admin-bar-inner {
  background: none repeat scroll 0 0 padding-box #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.08);
  padding: 30px 35px 30px 40px;
  text-align: right;
}

/* line 1328, app/assets/stylesheets/application/theme.css.scss */
.page-content .header {
  padding: 20px !important;
}

/* line 1331, app/assets/stylesheets/application/theme.css.scss */
.page-content .header h3 {
  font-size: 20px;
  display: inline;
}

/* line 1335, app/assets/stylesheets/application/theme.css.scss */
.page-content .header i {
  font-size: 18px;
}

/* line 1338, app/assets/stylesheets/application/theme.css.scss */
.page-content .breadcrumb {
  font-family: 'Open Sans';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding: 0px !important;
  border: none !important;
  margin-bottom: 0px;
}

/* line 1349, app/assets/stylesheets/application/theme.css.scss */
.page-content .breadcrumb a {
  margin-left: 10px;
}

/* line 1352, app/assets/stylesheets/application/theme.css.scss */
.page-content .breadcrumb li p {
  font-size: 12.5px !important;
  font-weight: 400;
  color: #7b7d82;
}

/* line 1357, app/assets/stylesheets/application/theme.css.scss */
.page-content .breadcrumb li .active {
  font-weight: 600;
  font-size: 14px;
}

/* line 1361, app/assets/stylesheets/application/theme.css.scss */
.page-content .content {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 83px;
}

/* line 1366, app/assets/stylesheets/application/theme.css.scss */
.inner-menu {
  display: inline-block;
  position: absolute;
  width: 200px;
  font-family: 'Open Sans';
  background-color: #3d424e;
  height: 100%;
}

/* line 1374, app/assets/stylesheets/application/theme.css.scss */
.inner-menu .inner-wrapper {
  padding: 20px 20px 0;
}

/* line 1377, app/assets/stylesheets/application/theme.css.scss */
.inner-menu .inner-wrapper .menu-title {
  padding-left: 0px;
}

/* line 1380, app/assets/stylesheets/application/theme.css.scss */
.inner-menu .inner-wrapper .menu-title i {
  padding-right: 0px;
}

/* line 1383, app/assets/stylesheets/application/theme.css.scss */
.inner-menu .inner-menu-content {
  margin-top: 50px;
}

/* line 1386, app/assets/stylesheets/application/theme.css.scss */
.inner-menu .menu-title {
  padding-right: 23px;
}

/* line 1389, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items {
  list-style: none outside none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

/* line 1395, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li {
  text-align: right;
  padding: 8px 25px;
}

/* line 1399, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li a {
  color: #8b91a0;
  font-size: 18px;
}

/* line 1403, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li a:hover {
  text-decoration: none;
  color: #e5e9ec;
}

/* line 1407, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li:hover {
  background-color: #182029;
}

/* line 1410, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li.active {
  background-color: #182029;
}

/* line 1413, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li.active a {
  background-color: #182029;
  color: #e5e9ec;
}

/* line 1417, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li .badge {
  position: relative;
  top: -2px;
}

/* line 1421, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items {
  list-style: none outside none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
}

/* line 1427, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li {
  text-align: right;
  padding: 8px 25px;
}

/* line 1431, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li a {
  color: #8b91a0;
  font-size: 14px;
}

/* line 1435, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li a:hover {
  text-decoration: none;
  color: #e5e9ec;
}

/* line 1439, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li:hover {
  background-color: #182029;
}

/* line 1442, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li.active {
  background-color: #182029;
}

/* line 1445, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li.active a {
  background-color: #182029;
  color: #e5e9ec;
}

/* line 1449, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li .badge {
  position: relative;
  top: -1px;
}

/* line 1453, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper {
  display: block;
  margin: 40px 20px 15px;
  margin-bottom: 20px;
}

/* line 1458, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .profile-wrapper {
  height: 160px;
  width: 160px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -80.5px;
}

/* line 1468, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info {
  color: #ffffff;
  display: table;
  margin: 0 auto;
  margin-top: 15px;
}

/* line 1474, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .status {
  color: #929fa5;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 2px;
  font-weight: normal;
}

/* line 1481, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .profile {
  float: right;
  display: inline;
}

/* line 1485, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .btn-set {
  margin-top: 10px;
}

/* line 1488, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .username {
  font-size: 19px;
}

/* line 1491, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .greeting {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 1.5px;
}

/* line 1497, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info a {
  color: #ffffff;
}

/* line 1500, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info a:hover {
  text-decoration: none;
}

/* line 1503, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .status-icon {
  margin: 0px 5px;
}

/* line 1506, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .collapse {
  width: 18px;
  height: 18px;
  background-color: #50545c;
  position: absolute;
  right: 15px;
  margin-top: 10px;
}

/* line 1514, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .collapse i {
  position: relative;
  margin-top: -8px;
  top: -2px;
  left: 3px;
}

/* line 1520, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .collapse:hover {
  background-color: #000000;
}

/* line 1523, app/assets/stylesheets/application/theme.css.scss */
.side-panel {
  border-width: 0;
  display: block;
  max-height: none;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 17em;
  background: linear-gradient(#f9f9f9, #eeeeee) repeat scroll 0 0 #f9f9f9;
  border: 1px solid #AAAAAA;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  float: right;
  right: 0;
  z-index: 1200;
}

/* line 1539, app/assets/stylesheets/application/theme.css.scss */
.status-widget {
  margin-bottom: 9px;
  padding: 0 31px;
  animation-duration: 0.3s !important;
}

/* line 1544, app/assets/stylesheets/application/theme.css.scss */
.status-widget .title {
  color: #ffffff;
  font-size: 13px;
}

/* line 1548, app/assets/stylesheets/application/theme.css.scss */
.status-widget .title i {
  float: right;
  font-size: 7px;
  margin-top: 6px;
  margin-right: 6px;
  color: #8b8f92;
}

/* line 1555, app/assets/stylesheets/application/theme.css.scss */
.status-widget p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  color: #808285;
}

/* line 1562, app/assets/stylesheets/application/theme.css.scss */
.status-widget .progress {
  height: 10px;
  background-color: #2a2e36;
  background-image: -moz-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a2e36), to(#2a2e36));
  background-image: -webkit-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: -o-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: linear-gradient(to bottom, #2a2e36, #2a2e36);
  background-repeat: repeat-x;
  margin-bottom: 5px;
  -webkit-transition: width 30.0s ease !important;
  -moz-transition: width 30.0s ease !important;
  -o-transition: width 30.0s ease !important;
  transition: width 30.0s ease !important;
}

/* line 1577, app/assets/stylesheets/application/theme.css.scss */
.status-widget-wrapper {
  font-size: 13px;
}

/* line 1580, app/assets/stylesheets/application/theme.css.scss */
.status-widget .title a:hover,
.status-widget .title a:active {
  text-decoration: none;
}

/* line 1584, app/assets/stylesheets/application/theme.css.scss */
.status-icon {
  background: url(/assets/icon/status-ff5d799b5db9ea97bb9bc4f39709be39672fa5db0ea68dc079fcf1c38c32fd07.png) no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 2px;
}

/* line 1591, app/assets/stylesheets/application/theme.css.scss */
.status-icon.green {
  background-position: -1px -1px;
  width: 14px;
  height: 14px;
}

/* line 1596, app/assets/stylesheets/application/theme.css.scss */
.status-icon.red {
  background-position: -17px -1px;
  width: 14px;
  height: 14px;
}

/* line 1601, app/assets/stylesheets/application/theme.css.scss */
.status-icon.blue {
  background-position: -33px -1px;
  width: 14px;
  height: 14px;
}

/* line 1606, app/assets/stylesheets/application/theme.css.scss */
.status-icon.yellow {
  background-position: -48px -1px;
  width: 15px;
  height: 14px;
}

/* line 1611, app/assets/stylesheets/application/theme.css.scss */
.status-icon.grey {
  background-position: -64px -1px;
  width: 14px;
  height: 14px;
}

/* line 1616, app/assets/stylesheets/application/theme.css.scss */
.user-info img {
  float: left;
  margin-right: 5px;
}

/* line 1620, app/assets/stylesheets/application/theme.css.scss */
.user-info .details {
  display: inline-block;
}

/* line 1623, app/assets/stylesheets/application/theme.css.scss */
.user-info .label {
  font-weight: 300;
  font-size: 11px;
}

/* line 1627, app/assets/stylesheets/application/theme.css.scss */
.mini .page-sidebar-wrapper {
  overflow: visible !important;
}

/* line 1630, app/assets/stylesheets/application/theme.css.scss */
.mini .scroll-element {
  visibility: hidden;
}

/* line 1633, app/assets/stylesheets/application/theme.css.scss */
.container {
  height: 100%;
}

/* line 1636, app/assets/stylesheets/application/theme.css.scss */
.pull-left {
  float: left !important;
}

/* line 1639, app/assets/stylesheets/application/theme.css.scss */
.pull-right {
  float: right !important;
}

/*------------------------------------------------------------------
[2. Icons]
*/
@font-face {
  font-family: 'icomoon';
  src: url(/fonts/custom-set.eot);
  src: url(/fonts/custom-set.eot?#iefix) format("embedded-opentype"), url(/fonts/custom-set.woff) format("woff"), url(/fonts/custom-set.ttf) format("truetype"), url(/fonts/custom-set.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 1653, app/assets/stylesheets/application/theme.css.scss */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-custom-"] {
*/
/* line 1669, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-refresh,
.icon-custom-up,
.icon-custom-ui,
.icon-custom-thumb,
.icon-custom-settings,
.icon-custom-right,
.icon-custom-previous,
.icon-custom-portlets,
.icon-custom-next,
.icon-custom-newpage,
.icon-custom-new,
.icon-custom-message,
.icon-custom-map,
.icon-custom-left,
.icon-custom-home,
.icon-custom-gallery,
.icon-custom-form,
.icon-custom-feedbacks,
.icon-custom-extra,
.icon-custom-downloads,
.icon-custom-down,
.icon-custom-cross,
.icon-custom-chart,
.icon-custom-alert {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 1702, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-refresh:before {
  content: "\e000";
}

/* line 1705, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-up:before {
  content: "\e001";
}

/* line 1708, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-ui:before {
  content: "\e002";
}

/* line 1711, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-thumb:before {
  content: "\e003";
}

/* line 1714, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-settings:before {
  content: "\e004";
}

/* line 1717, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-right:before {
  content: "\e005";
}

/* line 1720, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-previous:before {
  content: "\e006";
}

/* line 1723, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-portlets:before {
  content: "\e007";
}

/* line 1726, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-next:before {
  content: "\e008";
}

/* line 1729, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-newpage:before {
  content: "\e009";
}

/* line 1732, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-new:before {
  content: "\e00a";
}

/* line 1735, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-message:before {
  content: "\e00b";
}

/* line 1738, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-map:before {
  content: "\e00c";
}

/* line 1741, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-left:before {
  content: "\e00d";
}

/* line 1744, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-home:before {
  content: "\e00e";
}

/* line 1747, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-gallery:before {
  content: "\e00f";
}

/* line 1750, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-form:before {
  content: "\e010";
}

/* line 1753, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-feedbacks:before {
  content: "\e011";
}

/* line 1756, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-extra:before {
  content: "\e012";
}

/* line 1759, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-downloads:before {
  content: "\e013";
}

/* line 1762, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-down:before {
  content: "\e014";
}

/* line 1765, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-cross:before {
  content: "\e015";
}

/* line 1768, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-chart:before {
  content: "\e016";
}

/* line 1771, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-alert:before {
  content: "\e017";
}

/*------------------------------------------------------------------
[3. Horizontal Menu]
*/
/* line 1777, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .header-seperation {
  display: none;
}

/* line 1780, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar {
  width: 100%;
  background-color: #f4f5f7;
  position: fixed;
  margin-top: 56px;
  display: table;
  z-index: 50;
}

/* line 1788, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner {
  display: table-cell;
  width: 100%;
}

/* line 1792, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul {
  margin: 0;
  padding: 0;
}

/* line 1796, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li {
  display: inline-block;
  padding: 10px 15px;
  font-family: 'Open Sans';
  vertical-align: middle;
}

/* line 1802, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.classic {
  position: relative;
}

/* line 1805, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.open > a {
  opacity: 1;
}

/* line 1808, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.mega.open,
.horizontal-menu .bar-inner > ul > li.horizontal.open {
  position: inherit;
}

/* line 1812, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > a {
  color: #1b1e24;
}

/* line 1815, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > a > .arrow {
  display: inline-block;
}

/* line 1818, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > a > .arrow:before {
  float: right;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  margin-left: 8px;
  opacity: 0.5;
  position: relative;
  top: 6px;
}

/* line 1832, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li a {
  opacity: 0.7;
}

/* line 1835, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li a .description {
  opacity: 0.7;
  transition: opacity 0.1s linear 0s;
}

/* line 1839, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li a:hover {
  opacity: 1;
}

/* line 1842, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li a:hover .description {
  opacity: 1;
}

/* line 1845, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.open {
  background: #fff;
}

/* line 1848, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.open > .classic {
  max-height: 999px;
}

/* line 1851, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.open > .classic > li {
  opacity: 1;
}

/* line 1854, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.open > .mega,
.horizontal-menu .bar-inner > ul > li.open > .horizontal {
  display: block;
}

/* line 1858, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .classic {
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  left: 0;
  right: 0;
  top: 40px;
  min-width: 220px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* line 1873, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #22262e;
  opacity: 0;
  -webkit-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
}

/* line 1882, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li a {
  color: #1b1e24;
}

/* line 1885, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li a .description {
  display: block;
  font-size: 12px;
  color: #6f7b8a;
}

/* line 1890, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li:last-child {
  border-bottom: 0;
}

/* line 1893, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #e5e9ec;
}

/* line 1906, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal li {
  margin: 15px;
  color: #1b1e24;
  display: inline-block;
}

/* line 1911, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal li a {
  color: #1b1e24;
}

/* line 1914, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal li a .description {
  display: block;
  font-size: 12px;
  color: #6f7b8a;
}

/* line 1919, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e9ec;
}

/* line 1932, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #1b1e24;
}

/* line 1938, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega > li a {
  color: #1b1e24;
}

/* line 1941, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu-heading {
  font-size: 14px;
  color: #1b1e24;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* line 1947, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

/* line 1953, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li {
  padding-left: 0;
  padding-bottom: 5px;
}

/* line 1957, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a {
  color: #1b1e24;
}

@media (min-width: 980px) {
  /* line 1961, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .page-content {
    margin-left: 0;
  }
  /* line 1964, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .page-content .content {
    padding-top: 123px;
  }
}

/*------------------------------------------------------------------
[4. Typography]
*/
/* line 1971, app/assets/stylesheets/application/theme.css.scss */
.h-ribbon {
  width: 100%;
  height: 4px;
  background-color: #f35958;
}

/* line 1976, app/assets/stylesheets/application/theme.css.scss */
.h-ribbon .red {
  background-color: #f35958 !important;
}

/* line 1979, app/assets/stylesheets/application/theme.css.scss */
.notification-alert {
  width: 29px;
  height: 29px;
  background-image: url(/../notification-alert.png);
  position: absolute;
  float: right;
  right: -15px;
  z-index: 9999;
}

/* line 1988, app/assets/stylesheets/application/theme.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Open Sans';
  font-weight: 300;
  color: #1A1A1A;
}

/* line 1999, app/assets/stylesheets/application/theme.css.scss */
h1 {
  line-height: 43px;
}

/* line 2002, app/assets/stylesheets/application/theme.css.scss */
h2 {
  line-height: 35px;
}

/* line 2005, app/assets/stylesheets/application/theme.css.scss */
h3 {
  line-height: 30px;
}

/* line 2008, app/assets/stylesheets/application/theme.css.scss */
h4 {
  line-height: 22px;
}

/* line 2011, app/assets/stylesheets/application/theme.css.scss */
h3 small,
h4 small,
h5 small {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #444;
}

/* line 2018, app/assets/stylesheets/application/theme.css.scss */
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-bottom: 10px;
}

/* line 2026, app/assets/stylesheets/application/theme.css.scss */
a {
  text-shadow: none !important;
  color: #0d638f;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.1s linear 0s !important;
}

/* line 2031, app/assets/stylesheets/application/theme.css.scss */
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: .4;
}

/* line 2040, app/assets/stylesheets/application/theme.css.scss */
a,
a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/* line 2047, app/assets/stylesheets/application/theme.css.scss */
i {
  font-size: 14px;
}

/* line 2050, app/assets/stylesheets/application/theme.css.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 2054, app/assets/stylesheets/application/theme.css.scss */
label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px;
}

/* line 2060, app/assets/stylesheets/application/theme.css.scss */
label.done {
  color: #0090d9 !important;
  text-decoration: line-through;
}

/* line 2064, app/assets/stylesheets/application/theme.css.scss */
ul > li {
  padding-left: 6px;
  line-height: 20px;
}

/* line 2068, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list {
  list-style: none;
  margin: 10px 5px 23px 0;
  padding: 0;
}

/* line 2073, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list li .details-wrapper {
  display: inline-block;
  float: left;
}

/* line 2077, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list li .details-wrapper .name {
  display: block;
  color: #000;
  font-size: 13px;
}

/* line 2082, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list li .details-wrapper .description {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}

/* line 2087, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list li .details-status {
  display: inline-block;
  background-color: #e5e9ec;
  color: #5c6370;
  font-size: 11px;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 2097, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list li .progress {
  margin-top: 10px;
}

/* line 2100, app/assets/stylesheets/application/theme.css.scss */
ul.my-friends {
  margin: 0px;
  margin-top: 16px;
  padding: 0;
}

/* line 2105, app/assets/stylesheets/application/theme.css.scss */
ul.my-friends li {
  float: left;
  display: inline;
  margin-right: 5px;
  margin-bottom: 8px;
}

/* line 2111, app/assets/stylesheets/application/theme.css.scss */
ul.my-friends li .profile-pic {
  border-radius: 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
}

/* line 2119, app/assets/stylesheets/application/theme.css.scss */
address {
  margin-bottom: 0px;
}

/* line 2122, app/assets/stylesheets/application/theme.css.scss */
blockquote {
  padding: 0 0 0 18px;
  border-left: 5px solid #EEEEEE;
}

/* line 2126, app/assets/stylesheets/application/theme.css.scss */
blockquote p {
  font-size: 16px;
}

/* line 2129, app/assets/stylesheets/application/theme.css.scss */
blockquote small {
  line-height: 29px;
  color: #8b91a0;
}

/* line 2133, app/assets/stylesheets/application/theme.css.scss */
blockquote small:before {
  content: "";
}

/* line 2136, app/assets/stylesheets/application/theme.css.scss */
blockquote.pull-right small:after {
  content: "";
}

/* line 2139, app/assets/stylesheets/application/theme.css.scss */
.logo {
  margin: 10px 51px;
}

/* line 2142, app/assets/stylesheets/application/theme.css.scss */
.normal {
  font-weight: normal;
}

/* line 2145, app/assets/stylesheets/application/theme.css.scss */
.semi-bold {
  font-weight: 600;
}

/* line 2148, app/assets/stylesheets/application/theme.css.scss */
.bold {
  font-weight: bold;
}

/* line 2151, app/assets/stylesheets/application/theme.css.scss */
.all-caps {
  text-transform: uppercase;
}

/* line 2154, app/assets/stylesheets/application/theme.css.scss */
.light {
  font-weight: 300 !important;
}

/* line 2157, app/assets/stylesheets/application/theme.css.scss */
.text-extra-small {
  font-size: 10.5px !important;
}

/* line 2160, app/assets/stylesheets/application/theme.css.scss */
.small-text {
  font-size: 12px !important;
}

/* line 2163, app/assets/stylesheets/application/theme.css.scss */
.normal-text {
  font-size: 13px !important;
}

/* line 2166, app/assets/stylesheets/application/theme.css.scss */
.large-text {
  font-size: 15px !important;
}

/* line 2169, app/assets/stylesheets/application/theme.css.scss */
.center-text {
  text-align: center !important;
}

/* line 2172, app/assets/stylesheets/application/theme.css.scss */
.muted {
  color: #b6bfc5;
}

/* line 2175, app/assets/stylesheets/application/theme.css.scss */
.bg-blue {
  background-color: #61acf2 !important;
}

/* line 2178, app/assets/stylesheets/application/theme.css.scss */
.bg-red {
  background-color: #ec7962 !important;
}

/* line 2181, app/assets/stylesheets/application/theme.css.scss */
.bg-yellow {
  background-color: #fae274 !important;
}

/* line 2184, app/assets/stylesheets/application/theme.css.scss */
.bg-green {
  background-color: #00cdb1 !important;
}

/* line 2187, app/assets/stylesheets/application/theme.css.scss */
.bg-purple {
  color: #7981d8 !important;
}

/* line 2190, app/assets/stylesheets/application/theme.css.scss */
.bg-grey {
  color: #dce0e8 !important;
}

/* line 2193, app/assets/stylesheets/application/theme.css.scss */
.text-black {
  color: #1b1e24 !important;
}

/* line 2196, app/assets/stylesheets/application/theme.css.scss */
.text-purple {
  color: #7981d8 !important;
}

/* line 2199, app/assets/stylesheets/application/theme.css.scss */
.text-white {
  color: #ffffff !important;
}

/* line 2202, app/assets/stylesheets/application/theme.css.scss */
.text-grey {
  color: #dce0e8 !important;
}

/* line 2205, app/assets/stylesheets/application/theme.css.scss */
.text-success {
  color: #00cdb1 !important;
}

/* line 2208, app/assets/stylesheets/application/theme.css.scss */
.text-info {
  color: #61acf2 !important;
}

/* line 2211, app/assets/stylesheets/application/theme.css.scss */
.text-warning {
  color: #fae274 !important;
}

/* line 2214, app/assets/stylesheets/application/theme.css.scss */
.text-error {
  color: #ec7962 !important;
}

/* line 2217, app/assets/stylesheets/application/theme.css.scss */
.text-white-opacity {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 2222, app/assets/stylesheets/application/theme.css.scss */
.text-right {
  text-align: right !important;
}

/* line 2225, app/assets/stylesheets/application/theme.css.scss */
.text-left {
  text-align: left !important;
}

/* line 2228, app/assets/stylesheets/application/theme.css.scss */
.text-center {
  text-align: center !important;
}

/* line 2231, app/assets/stylesheets/application/theme.css.scss */
.color-bands {
  display: inline-block;
  width: 80px;
  height: 4px;
  margin-right: 2px;
  margin-bottom: 8px;
}

/* line 2238, app/assets/stylesheets/application/theme.css.scss */
.color-bands.green {
  background-color: #00cdb1;
}

/* line 2241, app/assets/stylesheets/application/theme.css.scss */
.color-bands.purple {
  background-color: #7981d8;
}

/* line 2244, app/assets/stylesheets/application/theme.css.scss */
.color-bands.red {
  background-color: #ec7962;
}

/* line 2247, app/assets/stylesheets/application/theme.css.scss */
.color-bands.blue {
  background-color: #61acf2;
}

/* line 2250, app/assets/stylesheets/application/theme.css.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;
}

/* line 2256, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-2x {
  font-size: 0.9em;
}

/* line 2259, app/assets/stylesheets/application/theme.css.scss */
.fa-5x {
  font-size: 5em;
}

/* line 2262, app/assets/stylesheets/application/theme.css.scss */
.fa-6x {
  font-size: 6em;
}

/* line 2265, app/assets/stylesheets/application/theme.css.scss */
.fa-7x {
  font-size: 7em;
}

/* line 2268, app/assets/stylesheets/application/theme.css.scss */
[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  background: none !important;
}

/* line 2274, app/assets/stylesheets/application/theme.css.scss */
.page-title {
  padding: 0px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0 0 10px;
  font-weight: 300;
  font-family: 'Open Sans';
}

/* line 2283, app/assets/stylesheets/application/theme.css.scss */
.page-title h3 {
  display: inline-block;
  top: -5px;
  position: relative;
  width: 83%;
}

/* line 2289, app/assets/stylesheets/application/theme.css.scss */
.page-title p {
  color: #63696d;
  letter-spacing: 0.5px;
}

/* line 2293, app/assets/stylesheets/application/theme.css.scss */
.page-title i {
  display: inline-block;
  color: #73777c;
  font-size: 30px;
  margin-right: 12px;
  position: relative;
  top: 7px;
  float: left;
}

/* line 2302, app/assets/stylesheets/application/theme.css.scss */
.page-title small {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #888;
}

/* line 2308, app/assets/stylesheets/application/theme.css.scss */
.page-title .actions {
  font-family: 'Arial';
}

/* line 2311, app/assets/stylesheets/application/theme.css.scss */
.page-content .breadcrumb a,
.page-content .breadcrumb i,
.page-content .breadcrumb span,
.page-content .breadcrumb li {
  color: #515050;
  font-weight: 300;
  text-shadow: none;
}

/* line 2319, app/assets/stylesheets/application/theme.css.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #515050;
  font-family: FontAwesome;
  content: "\f105";
}

/* line 2325, app/assets/stylesheets/application/theme.css.scss */
.well {
  background-color: #dce0e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background-image: none;
}

/* line 2336, app/assets/stylesheets/application/theme.css.scss */
.well.well-large {
  padding: 24px;
  width: auto;
}

/* line 2340, app/assets/stylesheets/application/theme.css.scss */
.well.well-small {
  padding: 13px;
  width: auto;
}

/* line 2344, app/assets/stylesheets/application/theme.css.scss */
.well.green {
  background-color: #00cdb1;
  color: #ffffff;
  border: none;
}

/*------------------------------------------------------------------
[5. Misc]
*/
/* line 2352, app/assets/stylesheets/application/theme.css.scss */
span.iconset {
  display: block;
}

/* line 2355, app/assets/stylesheets/application/theme.css.scss */
.iconset {
  background: url(/assets/icon/top-tray-f41b67bc59b3435e24ade3bd79c3b48d082cc21a41ef4cd36e242f5941a1884b.png) no-repeat;
  position: relative;
  top: 1px;
}

/* line 2360, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-home {
  background-position: -6px -7px;
  width: 16px;
  height: 14px;
  top: -1px;
}

/* line 2366, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-settings {
  background-position: -35px -6px;
  width: 16px;
  height: 16px;
  top: 1px;
}

/* line 2372, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-messages {
  background-position: -63px -8px;
  width: 16px;
  height: 12px;
  top: 1px;
}

/* line 2378, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-back {
  background-position: -92px -8px;
  width: 15px;
  height: 14px;
}

/* line 2383, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-forward {
  background-position: -121px -8px;
  width: 15px;
  height: 14px;
}

/* line 2388, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-reload {
  background-position: -147px -6px;
  width: 18px;
  height: 16px;
}

/* line 2393, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-settings-dark {
  background-position: -176px -6px;
  width: 17px;
  height: 16px;
}

/* line 2398, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-tiles {
  background-position: -206px -7px;
  width: 14px;
  height: 14px;
  top: 1.5px;
}

/* line 2404, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-down-arrow {
  background-position: -238px -12px;
  width: 7px;
  height: 5px;
}

/* line 2409, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-search {
  background-position: -261px -6px;
  width: 16px;
  height: 16px;
  top: 5px;
}

/* line 2415, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-menu-toggle-dark {
  background-position: -288px -7px;
  width: 18px;
  height: 15px;
}

/* line 2420, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-menu-toggle-white {
  background-position: -315px -7px;
  width: 18px;
  height: 15px;
}

/* line 2425, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-chat-dark {
  background-position: -341px -6px;
  width: 21px;
  height: 16px;
}

/* line 2430, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-chat-white {
  background-position: -369px -6px;
  width: 21px;
  height: 16px;
}

/* line 2435, app/assets/stylesheets/application/theme.css.scss */
.iconset .badge {
  top: -12px;
  right: -10px;
  position: relative;
  padding: 4px 6px;
  font-size: 10px;
}

/* line 2442, app/assets/stylesheets/application/theme.css.scss */
.iconplaceholder {
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #e5e9ec;
  padding: 3px;
  display: inline-block;
  margin-right: 5px;
  direction: ltr;
}

/* line 2452, app/assets/stylesheets/application/theme.css.scss */
.iconplaceholder i {
  font-size: 10px;
  color: #656c78;
  position: relative;
  left: 4px;
  top: -3px;
}

/* line 2459, app/assets/stylesheets/application/theme.css.scss */
.blog-bar {
  border-top: 1px solid #d7dbe0;
  margin-top: 18px;
  padding: 10px;
}

/* line 2464, app/assets/stylesheets/application/theme.css.scss */
.blog-bar a {
  color: #8b91a0;
  margin-right: 8px;
  text-decoration: none;
}

/* line 2469, app/assets/stylesheets/application/theme.css.scss */
.blog-bar a:hover {
  color: #d7dbe0;
}

/* line 2472, app/assets/stylesheets/application/theme.css.scss */
.no-padding {
  padding: 0px !important;
}

/* line 2475, app/assets/stylesheets/application/theme.css.scss */
.no-margin {
  margin: 0px !important;
}

/* line 2478, app/assets/stylesheets/application/theme.css.scss */
.spacing-bottom {
  margin-bottom: 30px;
}

/* line 2481, app/assets/stylesheets/application/theme.css.scss */
.inherit-size {
  width: inherit;
  height: inherit;
}

/* line 2485, app/assets/stylesheets/application/theme.css.scss */
.inherit-height {
  height: inherit;
}

/* line 2488, app/assets/stylesheets/application/theme.css.scss */
.v-align-bottom {
  vertical-align: bottom;
  display: table-cell;
}

/* line 2492, app/assets/stylesheets/application/theme.css.scss */
.v-align-top {
  vertical-align: top;
  display: table-cell;
}

/* line 2496, app/assets/stylesheets/application/theme.css.scss */
.v-align-middle {
  vertical-align: middle;
  display: table-cell;
}

/* line 2500, app/assets/stylesheets/application/theme.css.scss */
.h-align-middle {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* line 2505, app/assets/stylesheets/application/theme.css.scss */
.padding-10 {
  padding: 10px;
}

/* line 2508, app/assets/stylesheets/application/theme.css.scss */
.padding-20 {
  padding: 20px;
}

/* line 2511, app/assets/stylesheets/application/theme.css.scss */
.p-t-5 {
  padding-top: 5px;
}

/* line 2514, app/assets/stylesheets/application/theme.css.scss */
.p-r-5 {
  padding-right: 5px;
}

/* line 2517, app/assets/stylesheets/application/theme.css.scss */
.p-l-5 {
  padding-left: 5px;
}

/* line 2520, app/assets/stylesheets/application/theme.css.scss */
.p-b-5 {
  padding-bottom: 5px;
}

/* line 2523, app/assets/stylesheets/application/theme.css.scss */
.p-t-10 {
  padding-top: 10px;
}

/* line 2526, app/assets/stylesheets/application/theme.css.scss */
.p-r-10 {
  padding-right: 10px;
}

/* line 2529, app/assets/stylesheets/application/theme.css.scss */
.p-l-10 {
  padding-left: 10px;
}

/* line 2532, app/assets/stylesheets/application/theme.css.scss */
.p-b-10 {
  padding-bottom: 10px;
}

/* line 2535, app/assets/stylesheets/application/theme.css.scss */
.p-t-15 {
  padding-top: 15px;
}

/* line 2538, app/assets/stylesheets/application/theme.css.scss */
.p-r-15 {
  padding-right: 15px;
}

/* line 2541, app/assets/stylesheets/application/theme.css.scss */
.p-l-15 {
  padding-left: 15px;
}

/* line 2544, app/assets/stylesheets/application/theme.css.scss */
.p-b-15 {
  padding-bottom: 15px;
}

/* line 2547, app/assets/stylesheets/application/theme.css.scss */
.p-t-20 {
  padding-top: 20px;
}

/* line 2550, app/assets/stylesheets/application/theme.css.scss */
.p-r-20 {
  padding-right: 20px;
}

/* line 2553, app/assets/stylesheets/application/theme.css.scss */
.p-l-20 {
  padding-left: 20px;
}

/* line 2556, app/assets/stylesheets/application/theme.css.scss */
.p-b-20 {
  padding-bottom: 20px;
}

/* line 2559, app/assets/stylesheets/application/theme.css.scss */
.p-t-25 {
  padding-top: 25px;
}

/* line 2562, app/assets/stylesheets/application/theme.css.scss */
.p-r-25 {
  padding-right: 25px;
}

/* line 2565, app/assets/stylesheets/application/theme.css.scss */
.p-l-25 {
  padding-left: 25px;
}

/* line 2568, app/assets/stylesheets/application/theme.css.scss */
.p-b-25 {
  padding-bottom: 25px;
}

/* line 2571, app/assets/stylesheets/application/theme.css.scss */
.p-t-30 {
  padding-top: 30px;
}

/* line 2574, app/assets/stylesheets/application/theme.css.scss */
.p-r-30 {
  padding-right: 30px;
}

/* line 2577, app/assets/stylesheets/application/theme.css.scss */
.p-l-30 {
  padding-left: 30px;
}

/* line 2580, app/assets/stylesheets/application/theme.css.scss */
.p-b-30 {
  padding-bottom: 30px;
}

/* line 2583, app/assets/stylesheets/application/theme.css.scss */
.p-t-35 {
  padding-top: 35px;
}

/* line 2586, app/assets/stylesheets/application/theme.css.scss */
.p-r-35 {
  padding-right: 35px;
}

/* line 2589, app/assets/stylesheets/application/theme.css.scss */
.p-l-35 {
  padding-left: 35px;
}

/* line 2592, app/assets/stylesheets/application/theme.css.scss */
.p-b-35 {
  padding-bottom: 35px;
}

/* line 2595, app/assets/stylesheets/application/theme.css.scss */
.p-t-40 {
  padding-top: 40px;
}

/* line 2598, app/assets/stylesheets/application/theme.css.scss */
.p-r-40 {
  padding-right: 40px;
}

/* line 2601, app/assets/stylesheets/application/theme.css.scss */
.p-l-40 {
  padding-left: 40px;
}

/* line 2604, app/assets/stylesheets/application/theme.css.scss */
.p-b-40 {
  padding-bottom: 40px;
}

/* line 2607, app/assets/stylesheets/application/theme.css.scss */
.p-t-45 {
  padding-top: 45px;
}

/* line 2610, app/assets/stylesheets/application/theme.css.scss */
.p-r-45 {
  padding-right: 45px;
}

/* line 2613, app/assets/stylesheets/application/theme.css.scss */
.p-l-45 {
  padding-left: 45px;
}

/* line 2616, app/assets/stylesheets/application/theme.css.scss */
.p-b-45 {
  padding-bottom: 45px;
}

/* line 2619, app/assets/stylesheets/application/theme.css.scss */
.p-t-50 {
  padding-top: 50px;
}

/* line 2622, app/assets/stylesheets/application/theme.css.scss */
.p-r-50 {
  padding-right: 50px;
}

/* line 2625, app/assets/stylesheets/application/theme.css.scss */
.p-l-50 {
  padding-left: 50px;
}

/* line 2628, app/assets/stylesheets/application/theme.css.scss */
.p-b-50 {
  padding-bottom: 50px;
}

/* line 2631, app/assets/stylesheets/application/theme.css.scss */
.p-t-55 {
  padding-top: 55px;
}

/* line 2634, app/assets/stylesheets/application/theme.css.scss */
.p-r-55 {
  padding-right: 55px;
}

/* line 2637, app/assets/stylesheets/application/theme.css.scss */
.p-l-55 {
  padding-left: 55px;
}

/* line 2640, app/assets/stylesheets/application/theme.css.scss */
.p-b-55 {
  padding-bottom: 55px;
}

/* line 2643, app/assets/stylesheets/application/theme.css.scss */
.p-t-60 {
  padding-top: 60px;
}

/* line 2646, app/assets/stylesheets/application/theme.css.scss */
.p-r-60 {
  padding-right: 60px;
}

/* line 2649, app/assets/stylesheets/application/theme.css.scss */
.p-l-60 {
  padding-left: 60px;
}

/* line 2652, app/assets/stylesheets/application/theme.css.scss */
.p-b-60 {
  padding-bottom: 60px;
}

/* line 2655, app/assets/stylesheets/application/theme.css.scss */
.p-t-65 {
  padding-top: 65px;
}

/* line 2658, app/assets/stylesheets/application/theme.css.scss */
.p-r-65 {
  padding-right: 65px;
}

/* line 2661, app/assets/stylesheets/application/theme.css.scss */
.p-l-65 {
  padding-left: 65px;
}

/* line 2664, app/assets/stylesheets/application/theme.css.scss */
.p-b-65 {
  padding-bottom: 65px;
}

/* line 2667, app/assets/stylesheets/application/theme.css.scss */
.p-t-70 {
  padding-top: 70px;
}

/* line 2670, app/assets/stylesheets/application/theme.css.scss */
.p-r-70 {
  padding-right: 70px;
}

/* line 2673, app/assets/stylesheets/application/theme.css.scss */
.p-l-70 {
  padding-left: 70px;
}

/* line 2676, app/assets/stylesheets/application/theme.css.scss */
.p-b-70 {
  padding-bottom: 70px;
}

/* line 2679, app/assets/stylesheets/application/theme.css.scss */
.p-t-75 {
  padding-top: 75px;
}

/* line 2682, app/assets/stylesheets/application/theme.css.scss */
.p-r-75 {
  padding-right: 75px;
}

/* line 2685, app/assets/stylesheets/application/theme.css.scss */
.p-l-75 {
  padding-left: 75px;
}

/* line 2688, app/assets/stylesheets/application/theme.css.scss */
.p-b-75 {
  padding-bottom: 75px;
}

/* line 2691, app/assets/stylesheets/application/theme.css.scss */
.p-t-80 {
  padding-top: 80px;
}

/* line 2694, app/assets/stylesheets/application/theme.css.scss */
.p-r-80 {
  padding-right: 80px;
}

/* line 2697, app/assets/stylesheets/application/theme.css.scss */
.p-l-80 {
  padding-left: 80px;
}

/* line 2700, app/assets/stylesheets/application/theme.css.scss */
.p-b-80 {
  padding-bottom: 80px;
}

/* line 2703, app/assets/stylesheets/application/theme.css.scss */
.p-t-85 {
  padding-top: 85px;
}

/* line 2706, app/assets/stylesheets/application/theme.css.scss */
.p-r-85 {
  padding-right: 85px;
}

/* line 2709, app/assets/stylesheets/application/theme.css.scss */
.p-l-85 {
  padding-left: 85px;
}

/* line 2712, app/assets/stylesheets/application/theme.css.scss */
.p-b-85 {
  padding-bottom: 85px;
}

/* line 2715, app/assets/stylesheets/application/theme.css.scss */
.p-t-90 {
  padding-top: 90px;
}

/* line 2718, app/assets/stylesheets/application/theme.css.scss */
.p-r-90 {
  padding-right: 90px;
}

/* line 2721, app/assets/stylesheets/application/theme.css.scss */
.p-l-90 {
  padding-left: 90px;
}

/* line 2724, app/assets/stylesheets/application/theme.css.scss */
.p-b-90 {
  padding-bottom: 90px;
}

/* line 2727, app/assets/stylesheets/application/theme.css.scss */
.p-t-95 {
  padding-top: 95px;
}

/* line 2730, app/assets/stylesheets/application/theme.css.scss */
.p-r-95 {
  padding-right: 95px;
}

/* line 2733, app/assets/stylesheets/application/theme.css.scss */
.p-l-95 {
  padding-left: 95px;
}

/* line 2736, app/assets/stylesheets/application/theme.css.scss */
.p-b-95 {
  padding-bottom: 95px;
}

/* line 2739, app/assets/stylesheets/application/theme.css.scss */
.p-t-100 {
  padding-top: 100px;
}

/* line 2742, app/assets/stylesheets/application/theme.css.scss */
.p-r-100 {
  padding-right: 100px;
}

/* line 2745, app/assets/stylesheets/application/theme.css.scss */
.p-l-100 {
  padding-left: 100px;
}

/* line 2748, app/assets/stylesheets/application/theme.css.scss */
.p-b-100 {
  padding-bottom: 100px;
}

/* line 2751, app/assets/stylesheets/application/theme.css.scss */
.m-t-0 {
  margin-top: 0px !important;
}

/* line 2754, app/assets/stylesheets/application/theme.css.scss */
.m-r-0 {
  margin-right: 0px !important;
}

/* line 2757, app/assets/stylesheets/application/theme.css.scss */
.m-l-0 {
  margin-left: 0px !important;
}

/* line 2760, app/assets/stylesheets/application/theme.css.scss */
.m-b-0 {
  margin-bottom: 0px !important;
}

/* line 2763, app/assets/stylesheets/application/theme.css.scss */
.m-t-5 {
  margin-top: 5px;
}

/* line 2766, app/assets/stylesheets/application/theme.css.scss */
.m-r-5 {
  margin-right: 5px;
}

/* line 2769, app/assets/stylesheets/application/theme.css.scss */
.m-l-5 {
  margin-left: 5px;
}

/* line 2772, app/assets/stylesheets/application/theme.css.scss */
.m-b-5 {
  margin-bottom: 5px;
}

/* line 2775, app/assets/stylesheets/application/theme.css.scss */
.m-t-10 {
  margin-top: 10px;
}

/* line 2778, app/assets/stylesheets/application/theme.css.scss */
.m-r-10 {
  margin-right: 10px;
}

/* line 2781, app/assets/stylesheets/application/theme.css.scss */
.m-l-10 {
  margin-left: 10px;
}

/* line 2784, app/assets/stylesheets/application/theme.css.scss */
.m-b-10 {
  margin-bottom: 10px;
}

/* line 2787, app/assets/stylesheets/application/theme.css.scss */
.m-t-15 {
  margin-top: 15px;
}

/* line 2790, app/assets/stylesheets/application/theme.css.scss */
.m-r-15 {
  margin-right: 15px;
}

/* line 2793, app/assets/stylesheets/application/theme.css.scss */
.m-l-15 {
  margin-left: 15px;
}

/* line 2796, app/assets/stylesheets/application/theme.css.scss */
.m-b-15 {
  margin-bottom: 15px;
}

/* line 2799, app/assets/stylesheets/application/theme.css.scss */
.m-t-20 {
  margin-top: 20px;
}

/* line 2802, app/assets/stylesheets/application/theme.css.scss */
.m-r-20 {
  margin-right: 20px;
}

/* line 2805, app/assets/stylesheets/application/theme.css.scss */
.m-l-20 {
  margin-left: 20px;
}

/* line 2808, app/assets/stylesheets/application/theme.css.scss */
.m-b-20 {
  margin-bottom: 20px;
}

/* line 2811, app/assets/stylesheets/application/theme.css.scss */
.m-t-25 {
  margin-top: 25px;
}

/* line 2814, app/assets/stylesheets/application/theme.css.scss */
.m-r-25 {
  margin-right: 25px;
}

/* line 2817, app/assets/stylesheets/application/theme.css.scss */
.m-l-25 {
  margin-left: 25px;
}

/* line 2820, app/assets/stylesheets/application/theme.css.scss */
.m-b-25 {
  margin-bottom: 25px;
}

/* line 2823, app/assets/stylesheets/application/theme.css.scss */
.m-t-30 {
  margin-top: 30px;
}

/* line 2826, app/assets/stylesheets/application/theme.css.scss */
.m-r-30 {
  margin-right: 30px;
}

/* line 2829, app/assets/stylesheets/application/theme.css.scss */
.m-l-30 {
  margin-left: 30px;
}

/* line 2832, app/assets/stylesheets/application/theme.css.scss */
.m-b-30 {
  margin-bottom: 30px;
}

/* line 2835, app/assets/stylesheets/application/theme.css.scss */
.m-t-35 {
  margin-top: 35px;
}

/* line 2838, app/assets/stylesheets/application/theme.css.scss */
.m-r-35 {
  margin-right: 35px;
}

/* line 2841, app/assets/stylesheets/application/theme.css.scss */
.m-l-35 {
  margin-left: 35px;
}

/* line 2844, app/assets/stylesheets/application/theme.css.scss */
.m-b-35 {
  margin-bottom: 35px;
}

/* line 2847, app/assets/stylesheets/application/theme.css.scss */
.m-t-40 {
  margin-top: 40px;
}

/* line 2850, app/assets/stylesheets/application/theme.css.scss */
.m-r-40 {
  margin-right: 40px;
}

/* line 2853, app/assets/stylesheets/application/theme.css.scss */
.m-l-40 {
  margin-left: 40px;
}

/* line 2856, app/assets/stylesheets/application/theme.css.scss */
.m-b-40 {
  margin-bottom: 40px;
}

/* line 2859, app/assets/stylesheets/application/theme.css.scss */
.m-t-45 {
  margin-top: 45px;
}

/* line 2862, app/assets/stylesheets/application/theme.css.scss */
.m-r-45 {
  margin-right: 45px;
}

/* line 2865, app/assets/stylesheets/application/theme.css.scss */
.m-l-45 {
  margin-left: 45px;
}

/* line 2868, app/assets/stylesheets/application/theme.css.scss */
.m-b-45 {
  margin-bottom: 45px;
}

/* line 2871, app/assets/stylesheets/application/theme.css.scss */
.m-t-50 {
  margin-top: 50px;
}

/* line 2874, app/assets/stylesheets/application/theme.css.scss */
.m-r-50 {
  margin-right: 50px;
}

/* line 2877, app/assets/stylesheets/application/theme.css.scss */
.m-l-50 {
  margin-left: 50px;
}

/* line 2880, app/assets/stylesheets/application/theme.css.scss */
.m-b-50 {
  margin-bottom: 50px;
}

/* line 2883, app/assets/stylesheets/application/theme.css.scss */
.m-t-55 {
  margin-top: 55px;
}

/* line 2886, app/assets/stylesheets/application/theme.css.scss */
.m-r-55 {
  margin-right: 55px;
}

/* line 2889, app/assets/stylesheets/application/theme.css.scss */
.m-l-55 {
  margin-left: 55px;
}

/* line 2892, app/assets/stylesheets/application/theme.css.scss */
.m-b-55 {
  margin-bottom: 55px;
}

/* line 2895, app/assets/stylesheets/application/theme.css.scss */
.m-t-60 {
  margin-top: 60px;
}

/* line 2898, app/assets/stylesheets/application/theme.css.scss */
.m-r-60 {
  margin-right: 60px;
}

/* line 2901, app/assets/stylesheets/application/theme.css.scss */
.m-l-60 {
  margin-left: 60px;
}

/* line 2904, app/assets/stylesheets/application/theme.css.scss */
.m-b-60 {
  margin-bottom: 60px;
}

/* line 2907, app/assets/stylesheets/application/theme.css.scss */
.m-t-65 {
  margin-top: 65px;
}

/* line 2910, app/assets/stylesheets/application/theme.css.scss */
.m-r-65 {
  margin-right: 65px;
}

/* line 2913, app/assets/stylesheets/application/theme.css.scss */
.m-l-65 {
  margin-left: 65px;
}

/* line 2916, app/assets/stylesheets/application/theme.css.scss */
.m-b-65 {
  margin-bottom: 65px;
}

/* line 2919, app/assets/stylesheets/application/theme.css.scss */
.hide {
  display: none;
}

/* line 2922, app/assets/stylesheets/application/theme.css.scss */
.margin-top-10 {
  margin-top: 10px;
}

/* line 2925, app/assets/stylesheets/application/theme.css.scss */
.margin-top-20 {
  margin-top: 20px;
}

/* line 2928, app/assets/stylesheets/application/theme.css.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 2931, app/assets/stylesheets/application/theme.css.scss */
.margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 2934, app/assets/stylesheets/application/theme.css.scss */
.inline {
  display: inline-block !important;
}

/* line 2937, app/assets/stylesheets/application/theme.css.scss */
.b-blank {
  border-color: #000;
}

/* line 2940, app/assets/stylesheets/application/theme.css.scss */
.b-r {
  border-right: 1px solid;
}

/* line 2943, app/assets/stylesheets/application/theme.css.scss */
.b-l {
  border-left: 1px solid;
}

/* line 2946, app/assets/stylesheets/application/theme.css.scss */
.b-t {
  border-top: 1px solid;
}

/* line 2949, app/assets/stylesheets/application/theme.css.scss */
.b-b {
  border-bottom: 1px solid;
}

/* line 2952, app/assets/stylesheets/application/theme.css.scss */
.b-a {
  border-width: 1px solid;
}

/* line 2955, app/assets/stylesheets/application/theme.css.scss */
.b-transparent {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 2958, app/assets/stylesheets/application/theme.css.scss */
.b-grey {
  border-color: #e5e9ec;
}

/* line 2961, app/assets/stylesheets/application/theme.css.scss */
.visible-xlg {
  display: none;
}

/* line 2964, app/assets/stylesheets/application/theme.css.scss */
.hidden-xlg {
  display: block;
}

/* line 2967, app/assets/stylesheets/application/theme.css.scss */
.image-responsive-width {
  width: 100%;
}

/* line 2970, app/assets/stylesheets/application/theme.css.scss */
.box-250 {
  width: 250px;
  height: 250px;
}

/* line 2974, app/assets/stylesheets/application/theme.css.scss */
.overlayer {
  position: absolute;
  display: block;
  z-index: 80;
}

/* line 2979, app/assets/stylesheets/application/theme.css.scss */
.overlayer.fullwidth {
  width: 100%;
}

/* line 2982, app/assets/stylesheets/application/theme.css.scss */
.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 9999;
}

/* line 2987, app/assets/stylesheets/application/theme.css.scss */
.demo-map {
  width: 100%;
}

/* line 2990, app/assets/stylesheets/application/theme.css.scss */
.overlay-fixed {
  top: auto !important;
}

/* line 2993, app/assets/stylesheets/application/theme.css.scss */
.top-left {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2998, app/assets/stylesheets/application/theme.css.scss */
.top-right {
  position: absolute;
  top: 1px;
  right: 0;
}

/* line 3003, app/assets/stylesheets/application/theme.css.scss */
.bottom-left {
  position: absolute;
  bottom: 1px;
  left: 0;
}

/* line 3008, app/assets/stylesheets/application/theme.css.scss */
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 3013, app/assets/stylesheets/application/theme.css.scss */
.pull-down {
  vertical-align: bottom;
  display: table-cell;
}

/* line 3017, app/assets/stylesheets/application/theme.css.scss */
.pull-up {
  vertical-align: top;
  display: table-cell;
}

/* line 3021, app/assets/stylesheets/application/theme.css.scss */
.full-height {
  height: 100%;
}

/* line 3024, app/assets/stylesheets/application/theme.css.scss */
.full-width {
  width: 100%;
}

/* line 3027, app/assets/stylesheets/application/theme.css.scss */
.scroller {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

/* line 3032, app/assets/stylesheets/application/theme.css.scss */
.popover-content {
  font-size: 13px;
}

/* line 3035, app/assets/stylesheets/application/theme.css.scss */
.popover-content .scroller {
  padding-right: 0px !important;
}

/* line 3038, app/assets/stylesheets/application/theme.css.scss */
.toggle-button,
.toggle-button label {
  margin-top: 3px;
  background-image: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 1px solid #eee !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 3060, app/assets/stylesheets/application/theme.css.scss */
.toggle-button span.labelRight,
.toggle-button span.primary,
.toggle-button span.labelLeft,
.toggle-button span.info,
.toggle-button span.success,
.toggle-button span.warning,
.toggle-button span.danger {
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  background-image: none !important;
}

/* line 3083, app/assets/stylesheets/application/theme.css.scss */
.toggle-button span.labelRight {
  background-color: #eee;
}

/* line 3086, app/assets/stylesheets/application/theme.css.scss */
.dataTable {
  clear: both;
  margin-top: 5px;
}

/* line 3090, app/assets/stylesheets/application/theme.css.scss */
.dataTables_filter label {
  line-height: 32px !important;
}

/* line 3093, app/assets/stylesheets/application/theme.css.scss */
.DTTT_dropdown li {
  position: relative;
}

/* line 3096, app/assets/stylesheets/application/theme.css.scss */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: 150px;
  text-align: center;
  border: 0px;
  z-index: 999;
}

/* line 3103, app/assets/stylesheets/application/theme.css.scss */
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

/* line 3109, app/assets/stylesheets/application/theme.css.scss */
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

/* line 3113, app/assets/stylesheets/application/theme.css.scss */
.invoice-button-action-set {
  position: absolute;
}

/* line 3116, app/assets/stylesheets/application/theme.css.scss */
.login-container {
  margin-top: 13%;
  margin-bottom: 13%;
}

/* line 3120, app/assets/stylesheets/application/theme.css.scss */
.lockscreen-wrapper {
  position: relative;
  margin-top: 20%;
}

/* line 3124, app/assets/stylesheets/application/theme.css.scss */
.lockscreen-wrapper .profile-wrapper {
  border-radius: 100px;
  float: left;
  height: 87px;
  margin-right: 11px;
  margin-top: 9px;
  overflow: hidden;
  width: 87px;
  display: inline-block;
}

/* line 3134, app/assets/stylesheets/application/theme.css.scss */
.lockscreen-wrapper .user {
  text-align: left;
}

/* line 3137, app/assets/stylesheets/application/theme.css.scss */
.lockscreen-wrapper .user-form {
  margin-top: -10px;
  display: inline-block;
  float: left;
  min-width: 320px;
}

/* line 3143, app/assets/stylesheets/application/theme.css.scss */
.lockscreen-wrapper .user-form input,
.lockscreen-wrapper .user-form button {
  float: left;
  margin-right: 10px;
}

/* line 3148, app/assets/stylesheets/application/theme.css.scss */
.calender-options-wrapper {
  padding: 13px;
  padding: 20px;
}

/* line 3152, app/assets/stylesheets/application/theme.css.scss */
.calender-options-wrapper .events-wrapper {
  margin-top: 50px;
}

/* line 3155, app/assets/stylesheets/application/theme.css.scss */
.calender-options-wrapper .events-heading {
  font-size: 13px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 14px;
  margin-bottom: 20px;
}

/* line 3162, app/assets/stylesheets/application/theme.css.scss */
.calender-options-wrapper .external-event {
  font-size: 12px;
  color: #ffffff;
  background-color: #d44443;
  display: block;
  padding: 5px 8px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 8px;
  cursor: move;
}

/* line 3173, app/assets/stylesheets/application/theme.css.scss */
.fc-view {
  margin-top: 15px;
}

/* line 3176, app/assets/stylesheets/application/theme.css.scss */
.fc td,
.fc th {
  vertical-align: middle;
}

/* line 3180, app/assets/stylesheets/application/theme.css.scss */
.fc-grid th {
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* line 3184, app/assets/stylesheets/application/theme.css.scss */
.fc-grid .fc-day-number {
  padding: 25px 10px;
}

/* line 3187, app/assets/stylesheets/application/theme.css.scss */
.fc-border-separate th,
.fc-border-separate td {
  border-width: 0px;
  border-bottom: 1px solid #e5e9ec;
}

/* line 3192, app/assets/stylesheets/application/theme.css.scss */
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-right-width: 0px;
}

/* line 3196, app/assets/stylesheets/application/theme.css.scss */
.fc-border-separate td.fc-last {
  border-right-width: 0px;
}

/* line 3199, app/assets/stylesheets/application/theme.css.scss */
.fc-border-separate tr.fc-last td {
  border-bottom-width: 0px;
}

/* line 3202, app/assets/stylesheets/application/theme.css.scss */
.fc-state-highlight {
  background-color: transparent;
}

/* line 3205, app/assets/stylesheets/application/theme.css.scss */
.fc-state-highlight .fc-day-number {
  background-color: #f35958;
  border-radius: 999px;
  padding: 5px 11px;
  color: #ffffff;
}

/* line 3211, app/assets/stylesheets/application/theme.css.scss */
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  margin-top: 10px;
}

/* line 3215, app/assets/stylesheets/application/theme.css.scss */
.fc table thead tr th {
  font-size: 0.9em;
}

/* line 3218, app/assets/stylesheets/application/theme.css.scss */
.bordered-circle .owl-controls {
  text-align: left;
}

/* line 3221, app/assets/stylesheets/application/theme.css.scss */
.bordered-circle .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  border: 1px solid #333333;
  opacity: 1;
  background-color: transparent;
}

/* line 3228, app/assets/stylesheets/application/theme.css.scss */
.bordered-circle .owl-theme .owl-controls .owl-page.active span,
.bordered-circle .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #333333;
}

/* line 3232, app/assets/stylesheets/application/theme.css.scss */
.hashtags {
  display: inline-block;
  border: 2px solid #e5e9ec;
  background-color: transparent;
  color: #b9bec2;
  padding: 2px 8px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px;
}

/* line 3242, app/assets/stylesheets/application/theme.css.scss */
.hashtags:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.4);
}

/* line 3246, app/assets/stylesheets/application/theme.css.scss */
.hashtags.transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

/* line 3251, app/assets/stylesheets/application/theme.css.scss */
.hashtags.transparent:hover {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}

/** Global Profile pics **/
/* line 3257, app/assets/stylesheets/application/theme.css.scss */
.user-profile img {
  border-radius: 100px 100px 100px 100px;
}

/** Small Gutter **/
/* line 3261, app/assets/stylesheets/application/theme.css.scss */
.sm-gutter [class^="col-"],
.sm-gutter [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 3266, app/assets/stylesheets/application/theme.css.scss */
.sm-gutter .row {
  margin-right: -5px;
  margin-left: -5px;
}

/**** Notification Widget List ***/
/* line 3271, app/assets/stylesheets/application/theme.css.scss */
.overlap-left-10 {
  position: relative;
  left: -10px;
}

/* line 3275, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_graph {
  overflow: hidden;
}

/** Group List **/
/* line 3279, app/assets/stylesheets/application/theme.css.scss */
.dark .dd-handle {
  background: none repeat scroll 0 0 #dce0e8;
}

/* line 3282, app/assets/stylesheets/application/theme.css.scss */
.carousel {
  height: 100%;
  width: 100%;
}

/* line 3286, app/assets/stylesheets/application/theme.css.scss */
.demo-center-logo {
  left: 0;
  display: block;
  position: absolute;
  text-align: center;
  right: 0;
}

/*------------------------------------------------------------------
[6. Form Elements]
*/
/* line 3296, app/assets/stylesheets/application/theme.css.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 3305, app/assets/stylesheets/application/theme.css.scss */
input,
button,
select,
textarea {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 3311, app/assets/stylesheets/application/theme.css.scss */
.uneditable-input,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none !important;
  color: #282323;
  outline: 0;
  height: 16px;
  padding: 6px 11px !important;
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: top;
  background-color: #ffffff;
  min-height: 37px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

/* line 3351, app/assets/stylesheets/application/theme.css.scss */
input {
  border: 1px solid #cecece;
}

/* line 3354, app/assets/stylesheets/application/theme.css.scss */
input.no-boarder {
  border: none;
}

/* line 3357, app/assets/stylesheets/application/theme.css.scss */
input.dark {
  background-color: #e5e9ec;
  border: none;
}

/* line 3361, app/assets/stylesheets/application/theme.css.scss */
input.error {
  border: 1px solid #f35958;
}

/* line 3364, app/assets/stylesheets/application/theme.css.scss */
textarea {
  height: auto;
  padding-left: 12px !important;
  padding-top: 10px !important;
}

/* line 3369, app/assets/stylesheets/application/theme.css.scss */
.uneditable-input.focus,
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.m-uneditable-input:focus {
  border-color: #f1f1f1;
  background-color: #f4f5f7;
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 3394, app/assets/stylesheets/application/theme.css.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3404, app/assets/stylesheets/application/theme.css.scss */
select,
input[type="file"] {
  height: 34px !important;
  line-height: 30px;
}

/* line 3409, app/assets/stylesheets/application/theme.css.scss */
select {
  width: 220px;
  background-color: #ffffff;
  background-image: none !important;
  border: 1px solid #e5e5e5;
  outline: none;
  min-height: 35px;
  padding: 5px;
}

/* line 3418, app/assets/stylesheets/application/theme.css.scss */
select.xsmall {
  width: 64px !important;
}

/* line 3421, app/assets/stylesheets/application/theme.css.scss */
select.small {
  width: 134px !important;
}

/* line 3424, app/assets/stylesheets/application/theme.css.scss */
select.medium {
  width: 220px !important;
}

/* line 3427, app/assets/stylesheets/application/theme.css.scss */
select.large {
  width: 334px !important;
}

/* line 3430, app/assets/stylesheets/application/theme.css.scss */
select[multiple],
select[size] {
  height: auto !important;
}

/* line 3434, app/assets/stylesheets/application/theme.css.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 3445, app/assets/stylesheets/application/theme.css.scss */
input[class*="span"] {
  float: none;
  height: 34px !important;
  margin-left: 0;
}

/* line 3450, app/assets/stylesheets/application/theme.css.scss */
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 3455, app/assets/stylesheets/application/theme.css.scss */
.input-lg {
  border-radius: 3px !important;
  font-size: 18px !important;
  height: 45px !important;
  line-height: 1.33 !important;
}

/* line 3461, app/assets/stylesheets/application/theme.css.scss */
.input-sm {
  font-size: 13px !important;
  min-height: 29px !important;
}

/* line 3465, app/assets/stylesheets/application/theme.css.scss */
.input-prepend,
.input-append {
  border: 0;
  display: inline-block;
}

/* line 3470, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

/* line 3485, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on > .halflings-icon,
.input-prepend .add-on > i,
.input-prepend .add-on > .fa {
  margin-top: 5px;
  margin-left: 3px;
}

/* line 3491, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on > .halflings-icon .input-append .add-on > i,
.input-append .add-on > .fa {
  margin-top: 5px;
  margin-left: 0px;
}

/* line 3496, app/assets/stylesheets/application/theme.css.scss */
.input-append,
.input-append :focus {
  border-right: 0 !important;
}

/* line 3500, app/assets/stylesheets/application/theme.css.scss */
.input-append input[class*="span"],
.input-prepend input[class*="span"],
.input-append input,
.input-prepend input {
  display: inline-block !important;
  width: 100%;
  float: left;
}

/* line 3508, app/assets/stylesheets/application/theme.css.scss */
.xsmall {
  width: 50px !important;
}

/* line 3511, app/assets/stylesheets/application/theme.css.scss */
.small {
  width: 120px !important;
}

/* line 3514, app/assets/stylesheets/application/theme.css.scss */
.medium {
  width: 206px !important;
}

/* line 3517, app/assets/stylesheets/application/theme.css.scss */
.large {
  width: 320px !important;
}

/* line 3520, app/assets/stylesheets/application/theme.css.scss */
.huge {
  width: 480px !important;
  font-size: 24px !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 22px 8px !important;
}

/* line 3527, app/assets/stylesheets/application/theme.css.scss */
.radio,
.checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0px;
}

/* line 3533, app/assets/stylesheets/application/theme.css.scss */
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
}

/* line 3543, app/assets/stylesheets/application/theme.css.scss */
.radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2.5px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 99px;
}

/* line 3556, app/assets/stylesheets/application/theme.css.scss */
.radio label:after {
  font-size: 13px;
  content: "";
  text-align: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left: 0px;
  top: 1px;
  background-color: #6f7b8a;
  border: 1px solid #6f7b8a;
}

/* line 3575, app/assets/stylesheets/application/theme.css.scss */
.radio input[type=radio] {
  display: none;
}

/* line 3578, app/assets/stylesheets/application/theme.css.scss */
.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}

/* line 3581, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-success label:after {
  background-color: #61acf2;
  border: 1px solid #61acf2;
}

/* line 3585, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-success input[type=radio]:checked + label:before {
  border: 1px solid #61acf2;
}

/* line 3588, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-primary label:after {
  background-color: #00cdb1;
  border: 1px solid #00cdb1;
}

/* line 3592, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-primary input[type=radio]:checked + label:before {
  border: 1px solid #00cdb1;
}

/* line 3595, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-info label:after {
  background-color: #3b4751;
  border: 1px solid #3b4751;
}

/* line 3599, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-info label input[type=radio]:checked + :before {
  border: 1px solid #3b4751;
}

/* line 3602, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-warning label:after {
  background-color: #fae274;
  border: 1px solid #fae274;
}

/* line 3606, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-warning input[type=radio]:checked + label:before {
  border: 1px solid #fae274;
}

/* line 3609, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-danger label:after {
  background-color: #F35958;
  border: 1px solid #F35958;
}

/* line 3613, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-danger input[type=radio]:checked + label:before {
  border: 1px solid #F35958;
}

/* line 3616, app/assets/stylesheets/application/theme.css.scss */
.radio input[type=radio]:checked + label {
  color: #4d5056;
}

/* line 3619, app/assets/stylesheets/application/theme.css.scss */
.radio input[type=radio]:checked + label:after {
  -o-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  line-height: 18px;
  -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

/* line 3636, app/assets/stylesheets/application/theme.css.scss */
.radio input[type=radio]:checked + label:before {
  border: 1px solid #8e9095;
}

/* line 3639, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}

/* line 3642, app/assets/stylesheets/application/theme.css.scss */
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  margin-bottom: 10px;
  direction: ltr;
}

/* line 3655, app/assets/stylesheets/application/theme.css.scss */
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 1.4px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 3px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

/* line 3669, app/assets/stylesheets/application/theme.css.scss */
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.2px;
  top: 0px;
  font-size: 11px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

/* line 3679, app/assets/stylesheets/application/theme.css.scss */
.checkbox label:after {
  border-radius: 3px;
}

/* line 3682, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=checkbox] {
  display: none;
}

/* line 3685, app/assets/stylesheets/application/theme.css.scss */
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}

/* line 3688, app/assets/stylesheets/application/theme.css.scss */
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}

/* line 3691, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=checkbox]:checked + label {
  color: #4d5056;
}

/* line 3694, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
}

/* line 3698, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}

/* line 3701, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}

/* line 3704, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-success input[type=checkbox]:checked + label:before {
  background-color: #61acf2;
  border: 1px solid #61acf2;
}

/* line 3708, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* line 3711, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  background-color: #00cdb1;
  border: 1px solid #00cdb1;
}

/* line 3715, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-primary input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* line 3718, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-info input[type=checkbox]:checked + label:before {
  background-color: #3b4751;
  border: 1px solid #3b4751;
}

/* line 3722, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* line 3725, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  background-color: #fae274;
  border: 1px solid #fae274;
}

/* line 3729, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-warning input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* line 3732, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-danger input[type=checkbox]:checked + label:before {
  background-color: #ec7962;
  border: 1px solid #ec7962;
}

/* line 3736, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-danger input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* line 3739, app/assets/stylesheets/application/theme.css.scss */
table td .checkbox label {
  padding-left: 0px;
}

/* line 3742, app/assets/stylesheets/application/theme.css.scss */
table th .checkbox label {
  padding-left: 0px;
}

/* line 3745, app/assets/stylesheets/application/theme.css.scss */
table.fc-border-separate {
  margin-top: 20px;
}

/* line 3748, app/assets/stylesheets/application/theme.css.scss */
.star label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  margin-bottom: 10px;
}

/* line 3756, app/assets/stylesheets/application/theme.css.scss */
.star label:before {
  font-family: 'FontAwesome';
  content: "\F005";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 18px;
  color: #97a3b3;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

/* line 3768, app/assets/stylesheets/application/theme.css.scss */
.star input[type=checkbox] {
  display: none;
}

/* line 3771, app/assets/stylesheets/application/theme.css.scss */
.star input[type=checkbox]:checked + label:before {
  color: #ffd200;
}

/* line 3774, app/assets/stylesheets/application/theme.css.scss */
.wysihtml5-toolbar li {
  padding-left: 0px;
}

/* line 3777, app/assets/stylesheets/application/theme.css.scss */
.bootstrap-tagsinput {
  border: 1px solid #E5E9EC;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  transition: background 0.2s linear 0s;
}

/* line 3784, app/assets/stylesheets/application/theme.css.scss */
.bootstrap-tagsinput.active-element {
  background-color: #f4f5f7;
}

/* line 3787, app/assets/stylesheets/application/theme.css.scss */
.bootstrap-tagsinput input {
  border: none;
  margin-bottom: 0px;
  min-height: 25px;
}

/* line 3792, app/assets/stylesheets/application/theme.css.scss */
.bootstrap-tagsinput .tag {
  vertical-align: middle;
  padding: 4px 9px;
  margin-top: 3px;
  display: inline-block;
}

/* line 3798, app/assets/stylesheets/application/theme.css.scss */
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active,
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: none;
}

/* line 3802, app/assets/stylesheets/application/theme.css.scss */
form {
  margin: 0;
}

/* line 3805, app/assets/stylesheets/application/theme.css.scss */
form legend {
  margin: 15px 0px 10px 0px !important;
}

/* line 3808, app/assets/stylesheets/application/theme.css.scss */
.column-seperation > div[class*="col-"] {
  border-right: 1px solid #ddd;
}

/* line 3811, app/assets/stylesheets/application/theme.css.scss */
.column-seperation > div[class*="col-"]:last-child {
  border-right: 0px;
}

/* line 3814, app/assets/stylesheets/application/theme.css.scss */
.form-no-horizontal-spacing .row-fluid .side-label {
  border-right: 1px solid #dddddd;
}

/* line 3817, app/assets/stylesheets/application/theme.css.scss */
.form-no-horizontal-spacing .error {
  margin-bottom: 10px;
}

/* line 3820, app/assets/stylesheets/application/theme.css.scss */
input.placeholder,
textarea.placeholder {
  color: #aaa !important;
}

/* line 3824, app/assets/stylesheets/application/theme.css.scss */
.help-block {
  margin-top: 10px;
}

/* line 3827, app/assets/stylesheets/application/theme.css.scss */
.form-inline input {
  margin-bottom: 0px !important;
}

/* line 3830, app/assets/stylesheets/application/theme.css.scss */
.form-label {
  margin-top: 2px;
}

/* line 3833, app/assets/stylesheets/application/theme.css.scss */
.form-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

/* line 3838, app/assets/stylesheets/application/theme.css.scss */
.help-inline {
  margin-top: 6px;
}

/* line 3841, app/assets/stylesheets/application/theme.css.scss */
.help-small {
  font-size: 12px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 3848, app/assets/stylesheets/application/theme.css.scss */
.success .help-inline.ok:before {
  content: "\f00c";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

/* line 3856, app/assets/stylesheets/application/theme.css.scss */
form legend,
.form-view legend {
  margin-bottom: 15px !important;
}

/* line 3860, app/assets/stylesheets/application/theme.css.scss */
.controls > .radio .checker,
.controls > .checkbox .checker {
  margin-right: 2px !important;
}

/* line 3864, app/assets/stylesheets/application/theme.css.scss */
.controls > .radio,
.controls > .checkbox {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 8px !important;
  margin-right: 15px !important;
}

/* line 3872, app/assets/stylesheets/application/theme.css.scss */
.controls > .radio.line,
.controls > .checkbox.line {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 5px !important;
}

/* line 3879, app/assets/stylesheets/application/theme.css.scss */
.controls .inline {
  margin-top: 8px;
}

/* line 3882, app/assets/stylesheets/application/theme.css.scss */
.form-view .control-group {
  margin-top: 0px;
  margin-bottom: 5px;
}

/* line 3886, app/assets/stylesheets/application/theme.css.scss */
.uploader {
  margin-top: 2px !important;
}

/* line 3889, app/assets/stylesheets/application/theme.css.scss */
.hint {
  padding: 5px 0px 0px 10px;
}

/* line 3892, app/assets/stylesheets/application/theme.css.scss */
.form form {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 3896, app/assets/stylesheets/application/theme.css.scss */
.form .form-actions {
  background-color: #f6f7f8 !important;
  margin-top: 0px !important;
  margin-top: 40px;
  padding-left: 190px;
}

/* line 3902, app/assets/stylesheets/application/theme.css.scss */
.form-actions {
  background-color: #f6f7f8;
  border: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px;
}

/* line 3909, app/assets/stylesheets/application/theme.css.scss */
.form-actions:after {
  clear: both;
}

/* line 3912, app/assets/stylesheets/application/theme.css.scss */
.form-actions:before,
.form-actions:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 3918, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

/* line 3924, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}

/* line 3929, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group:first-child {
  border-bottom: 1px solid #eee !important;
}

/* line 3932, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group.last {
  border-bottom: 0;
}

/* line 3935, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group .controls {
  padding: 10px;
  position: relative;
  border-left: 1px solid #eee;
}

/* line 3940, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group .controls .chosen-container {
  min-height: 32px;
}

/* line 3943, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group .controls .chosen-container .help-block {
  clear: both;
  padding-top: 10px !important;
}

/* line 3947, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group .control-label {
  margin-top: 10px;
}

/* line 3950, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered.form-row-stripped .control-group:nth-child(even) {
  background-color: #fcfcfc;
}

/* line 3953, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered.form-row-stripped .m-wrap {
  background: #ffffff !important;
}

/* line 3956, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) {
  background-color: #fcfcfc;
}

/* line 3959, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) .controls {
  background-color: #ffffff;
}

/* line 3962, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .help-inline,
.form-horizontal.form-bordered .help-block {
  padding-left: 0;
}

/* line 3966, app/assets/stylesheets/application/theme.css.scss */
.grid.box .form .form-actions,
.grid.solid .form .form-actions {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: -10px !important;
}

/* line 3972, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps {
  display: block;
  list-style: none outside none;
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 3979, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li {
  display: block;
  float: left;
  max-width: 25%;
  min-width: 25%;
  text-align: center;
  padding-left: 0;
}

/* line 3987, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li:before {
  border-top: 6px solid #55606E;
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: 13px;
  right: 1px;
  width: 100%;
  z-index: 1;
}

/* line 3999, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li:first-child:before {
  left: 50%;
  max-width: 50%;
}

/* line 4003, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}

/* line 4007, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li.complete .step {
  background-color: #00cdb1;
  padding: 1px 6px;
  border: 4px solid #55606e;
}

/* line 4012, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li .step {
  background-color: #dce0e8;
  border-radius: 32px 32px 32px 32px;
  color: #ffffff;
  display: inline;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  padding: 4px 9px;
  position: relative;
  text-align: center;
  z-index: 2;
  transition: all 0.2s linear 0s;
}

/* line 4026, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li .step i {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -1.5px;
}

/* line 4032, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li .title {
  color: #B1BCC5;
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
  z-index: 104;
}

/* line 4045, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps a:hover,
.wizard-steps a:active,
.wizard-steps a:focus {
  text-decoration: none;
}

/* line 4050, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li.active .step,
.wizard-steps li.active.complete .step {
  background-color: #61acf2;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 15px;
  border: none;
  font-size: 16px;
}

/* line 4059, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li.complete .title,
.wizard-steps li.active .title {
  color: #2B3D53;
}

/* line 4063, app/assets/stylesheets/application/theme.css.scss */
.step-content {
  margin-left: 60px;
  margin-top: 40px;
}

/* line 4067, app/assets/stylesheets/application/theme.css.scss */
.step-content .step-pane {
  display: none;
  min-height: 267px;
}

/* line 4071, app/assets/stylesheets/application/theme.css.scss */
.step-content .active {
  display: block;
}

/* line 4074, app/assets/stylesheets/application/theme.css.scss */
.wizard-actions {
  display: block;
  list-style: none outside none;
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 4081, app/assets/stylesheets/application/theme.css.scss */
.wizard-actions li {
  display: inline;
}

/* line 4084, app/assets/stylesheets/application/theme.css.scss */
.tab-content {
  overflow: auto;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 18px;
}

/* line 4092, app/assets/stylesheets/application/theme.css.scss */
.tab-content.transparent {
  background-color: transparent;
}

/* line 4095, app/assets/stylesheets/application/theme.css.scss */
.form-group {
  margin-bottom: 20px;
}

/* line 4098, app/assets/stylesheets/application/theme.css.scss */
.form-group .form-label {
  color: #55606e;
  display: inline-block;
  margin-right: 8px;
}

/* line 4103, app/assets/stylesheets/application/theme.css.scss */
.form-group .help {
  color: #A7ABB1;
  font-size: 12px;
}

/* line 4107, app/assets/stylesheets/application/theme.css.scss */
.form-group .controls {
  margin-top: 8px;
}

/* line 4110, app/assets/stylesheets/application/theme.css.scss */
.form-control {
  border: 1px solid #E5E9EC;
  font-size: 13px;
}

/* line 4114, app/assets/stylesheets/application/theme.css.scss */
.form-row input,
.form-row select,
.form-row textarea,
.form-row select2 {
  margin-bottom: 10px;
}

/* line 4120, app/assets/stylesheets/application/theme.css.scss */
.form-row .radio {
  margin-bottom: 7px;
}

/* line 4123, app/assets/stylesheets/application/theme.css.scss */
.form-row:last-child {
  margin-bottom: 0;
}

/* line 4126, app/assets/stylesheets/application/theme.css.scss */
.slide-primary,
.slide-success {
  display: inline-block;
}

/* line 4130, app/assets/stylesheets/application/theme.css.scss */
.slide-primary .ios-switch .on-background {
  background-image: none;
  background-color: #00cdb1;
}

/* line 4134, app/assets/stylesheets/application/theme.css.scss */
.slide-success .ios-switch .on-background {
  background-image: none;
  background-color: #61acf2;
}

/* line 4138, app/assets/stylesheets/application/theme.css.scss */
.select2-container .select2-choice {
  background-image: none;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  padding: 3px 9px;
  transition: border 0.2s linear 0s;
  height: 35px;
}

/* line 4146, app/assets/stylesheets/application/theme.css.scss */
.select2-container .select2-choice .select2-arrow {
  background: transparent;
  border-left: 0px;
}

/* line 4150, app/assets/stylesheets/application/theme.css.scss */
.select2-container .select2-choice .select2-arrow b {
  background: none;
}

/* line 4153, app/assets/stylesheets/application/theme.css.scss */
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: relative;
  top: 2px;
  right: 5px;
  font-size: 12px;
}

/* line 4161, app/assets/stylesheets/application/theme.css.scss */
.select2-container.select2-drop-above .select2-choice {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 4169, app/assets/stylesheets/application/theme.css.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7;
}

/* line 4175, app/assets/stylesheets/application/theme.css.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4182, app/assets/stylesheets/application/theme.css.scss */
.select2-drop.select2-drop-above {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none;
}

/* line 4191, app/assets/stylesheets/application/theme.css.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px;
}

/* line 4197, app/assets/stylesheets/application/theme.css.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 4209, app/assets/stylesheets/application/theme.css.scss */
.select2-search {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
}

/* line 4214, app/assets/stylesheets/application/theme.css.scss */
.select2-search input {
  background: #ffffff !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid #999999;
}

/* line 4223, app/assets/stylesheets/application/theme.css.scss */
.select2-results {
  margin: 3px 10px 10px 3px;
}

/* line 4226, app/assets/stylesheets/application/theme.css.scss */
.select2-results li {
  color: #6F7B8A;
}

/* line 4229, app/assets/stylesheets/application/theme.css.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #282323;
}

/* line 4232, app/assets/stylesheets/application/theme.css.scss */
.select2-results .select2-highlighted {
  background: #61acf2;
  border-radius: 3px;
}

/* line 4236, app/assets/stylesheets/application/theme.css.scss */
.select2-results .select2-highlighted .select2-result-label {
  color: #ffffff;
}

/* line 4239, app/assets/stylesheets/application/theme.css.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none;
  color: #6F7B8A;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0px;
  position: relative;
  top: -5px;
}

/* line 4250, app/assets/stylesheets/application/theme.css.scss */
.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-top: none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
}

/* line 4262, app/assets/stylesheets/application/theme.css.scss */
.select2-container-multi .select2-choices {
  background-image: none;
  border: 1px solid #dae0e4;
  border-radius: 2px;
}

/* line 4267, app/assets/stylesheets/application/theme.css.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #e8edf1;
  background-image: none;
  border: none;
  box-shadow: none;
  color: inherit;
  border-radius: 8px;
  margin: 8px -5px 7px 10px;
  padding: 4px 8px 4px 21px;
  direction: ltr;
}

/* line 4278, app/assets/stylesheets/application/theme.css.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #dae0e4;
  box-shadow: none;
}

/* line 4282, app/assets/stylesheets/application/theme.css.scss */
.select2-container-multi.select2-container-active .select2-search-choice {
  background-color: #ffffff !important;
}

/* line 4285, app/assets/stylesheets/application/theme.css.scss */
.select2-container-multi .select2-search-choice-close {
  left: 6px;
}

/* line 4288, app/assets/stylesheets/application/theme.css.scss */
.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0;
}

/* line 4293, app/assets/stylesheets/application/theme.css.scss */
.select2-search-choice-close:hover {
  text-decoration: none;
}

/* line 4296, app/assets/stylesheets/application/theme.css.scss */
.select2-search-choice-close:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 12px;
  color: #94a1b2;
}

/* line 4302, app/assets/stylesheets/application/theme.css.scss */
.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px;
}

/* line 4307, app/assets/stylesheets/application/theme.css.scss */
.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0;
}

/* line 4312, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 2px 2px 0;
}

/* line 4317, app/assets/stylesheets/application/theme.css.scss */
.input-prepend.inside .add-on:first-child,
.input-prepend .btn:first-child {
  background-color: #ffffff;
  border: 1px solid #e5e9ec;
  position: relative;
  left: 3px;
  border-radius: 2px;
  padding-left: 8px;
  padding-right: 4px;
  padding-top: 4px;
  top: 0px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
  color: #9ea9b2;
}

/* line 4331, app/assets/stylesheets/application/theme.css.scss */
.input-prepend.inside.no-boarder .add-on:first-child,
.input-prepend.no-boarder .btn:first-child {
  border: none;
}

/* line 4335, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on,
.input-prepend .add-on {
  position: absolute;
  background-color: #dce0e8;
  color: #5E5E5E;
  text-shadow: none;
  border: #dce0e8;
  border-radius: 0 2px 2px 0;
  height: 37px;
  min-width: 34px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
}

/* line 4349, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on .arrow {
  background-color: transparent !important;
  position: absolute;
  left: -6px;
  color: #dce0e8;
  z-index: 100;
  font-size: 26px;
}

/* line 4357, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9 ";
}

/* line 4361, app/assets/stylesheets/application/theme.css.scss */
.input-append.primary .add-on .arrow {
  color: #00cdb1;
}

/* line 4364, app/assets/stylesheets/application/theme.css.scss */
.input-append.success .add-on .arrow {
  color: #61acf2;
}

/* line 4367, app/assets/stylesheets/application/theme.css.scss */
.input-append.info .add-on .arrow {
  color: #3b4751;
}

/* line 4370, app/assets/stylesheets/application/theme.css.scss */
.input-append.warning .add-on .arrow {
  color: #fae274;
}

/* line 4373, app/assets/stylesheets/application/theme.css.scss */
.input-append.danger .add-on .arrow {
  color: #ec7962;
}

/* line 4376, app/assets/stylesheets/application/theme.css.scss */
.input-append input[class*="span"] {
  padding-left: 16px;
  border-right: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 4389, app/assets/stylesheets/application/theme.css.scss */
.input-append .form-control {
  display: inline-block;
}

/* line 4392, app/assets/stylesheets/application/theme.css.scss */
.input-append.primary .add-on,
.input-prepend .add-on {
  background-color: #00cdb1;
  color: #ffffff;
}

/* line 4397, app/assets/stylesheets/application/theme.css.scss */
.input-append.success .add-on,
.input-prepend .add-on {
  background-color: #61acf2;
  color: #ffffff;
  display: inline-block;
  float: left;
}

/* line 4404, app/assets/stylesheets/application/theme.css.scss */
.input-append.info .add-on,
.input-prepend .add-on {
  background-color: #3b4751;
  color: #ffffff;
}

/* line 4409, app/assets/stylesheets/application/theme.css.scss */
.input-append.warning .add-on,
.input-prepend .add-on {
  background-color: #fae274;
  color: #ffffff;
}

/* line 4414, app/assets/stylesheets/application/theme.css.scss */
.input-append.danger .add-on,
.input-prepend .add-on {
  background-color: #ec7962;
  color: #ffffff;
}

/* line 4419, app/assets/stylesheets/application/theme.css.scss */
.input-focus {
  background-color: #f4f5f7 !important;
  color: #56646e !important;
}

/* line 4423, app/assets/stylesheets/application/theme.css.scss */
.no-boarder .input-focus {
  border: none !important;
}

/* line 4426, app/assets/stylesheets/application/theme.css.scss */
.input-prepend input[class*="span"] {
  padding-left: 16px;
  border-left: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 4439, app/assets/stylesheets/application/theme.css.scss */
.input-with-icon {
  position: relative;
}

/* line 4442, app/assets/stylesheets/application/theme.css.scss */
.input-with-icon input {
  padding-left: 32px !important;
}

/* line 4445, app/assets/stylesheets/application/theme.css.scss */
.input-with-icon i {
  color: #e5e9ec;
  display: block;
  position: absolute;
  margin: 9px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

/* line 4455, app/assets/stylesheets/application/theme.css.scss */
.input-with-icon.right input {
  padding-left: 12px !important;
  padding-right: 33px !important;
}

/* line 4459, app/assets/stylesheets/application/theme.css.scss */
.input-with-icon.right i {
  right: 8px;
  float: right;
}

/* line 4463, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon {
  border: 1px solid #E5E9EC;
  color: #9EA9B2;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}

/* line 4471, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon i {
  position: relative;
  top: 1px;
}

/* line 4475, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.primary {
  background-color: #00cdb1;
  border: 1px solid #00cdb1;
  color: #ffffff;
}

/* line 4480, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.primary .arrow {
  color: #00cdb1;
}

/* line 4483, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.success {
  background-color: #61acf2;
  color: #ffffff;
}

/* line 4487, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.success .arrow {
  color: #61acf2;
}

/* line 4490, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.info {
  background-color: #1f3853;
  color: #ffffff;
}

/* line 4494, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.info .arrow {
  color: #1f3853;
}

/* line 4497, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.warning {
  background-color: #fbb05e;
  color: #ffffff;
}

/* line 4501, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.warning .arrow {
  color: #fbb05e;
}

/* line 4504, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.danger {
  background-color: #f35958;
  color: #ffffff;
}

/* line 4508, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.danger .arrow {
  color: #f35958;
}

/* line 4511, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon .arrow {
  position: relative;
  right: -6px;
  color: #dce0e8;
  z-index: 100;
}

/* line 4517, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 23px;
  position: absolute;
  left: 17px;
  top: -2px;
}

/* line 4525, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon:last-child .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  font-size: 23px;
  position: absolute;
  left: -23px;
  top: -2px;
}

/* line 4533, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon:last-child input {
  border-left: 0px;
}

/* line 4536, app/assets/stylesheets/application/theme.css.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-left: 0;
}

/* line 4545, app/assets/stylesheets/application/theme.css.scss */
.transparent .input-group-addon {
  background-color: #ffffff;
  padding: 8px 1px 10px 9px;
}

/* line 4549, app/assets/stylesheets/application/theme.css.scss */
.transparent.input-group .form-control:first-child,
.transparent .input-group-addon:first-child,
.transparent .input-group-btn:first-child > .btn,
.transparent .input-group-btn:first-child > .dropdown-toggle,
.transparent .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0px;
  border-left: 1px solid #e5e9ec;
}

/* line 4557, app/assets/stylesheets/application/theme.css.scss */
.transparent .input-group .form-control:last-child,
.transparent .input-group-addon:last-child,
.transparent .input-group-btn:last-child > .btn,
.transparent .input-group-btn:last-child > .dropdown-toggle,
.transparent .input-group-btn:first-child > .btn:not(:first-child) {
  padding: 6px 10px;
}

/* line 4564, app/assets/stylesheets/application/theme.css.scss */
.datepicker {
  padding: 10px 16px;
  border-radius: 2px;
  font-size: 12px;
}

/* line 4569, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .datepicker-switch {
  color: #6f7b8a;
  font-size: 13px;
}

/* line 4573, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .prev {
  color: #61acf2;
  content: '';
  font-size: 0px;
}

/* line 4578, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .prev:before {
  color: #61acf2;
  font-family: 'FontAwesome';
  content: "\f053";
  font-size: 13px;
}

/* line 4584, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .next {
  color: #61acf2;
  content: '';
  font-size: 0px;
}

/* line 4589, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .next:before {
  color: #61acf2;
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 13px;
}

/* line 4595, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .dow {
  color: #61acf2;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 4600, app/assets/stylesheets/application/theme.css.scss */
.datepicker tbody tr .odd {
  color: #d0d3d8;
}

/* line 4603, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  opacity: 0.65;
}

/* line 4607, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td span {
  border-radius: 4px 4px 4px 4px;
}

/* line 4610, app/assets/stylesheets/application/theme.css.scss */
.datepicker th,
.datepicker td {
  padding: 5.5px !important;
}

/* line 4614, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #d0d3d8;
}

/* line 4618, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  text-shadow: none;
  font-weight: 600;
}

/* line 4626, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #e5e9ec;
  background-image: none;
  color: #ffffff;
}

/* line 4634, app/assets/stylesheets/application/theme.css.scss */
.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.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #61acf2;
}

/* line 4656, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-image: none;
  border: none;
  text-shadow: none;
}

/* line 4664, app/assets/stylesheets/application/theme.css.scss */
.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.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #61acf2;
}

/* line 4686, app/assets/stylesheets/application/theme.css.scss */
.datepicker-inline {
  width: auto;
}

/* line 4689, app/assets/stylesheets/application/theme.css.scss */
.error {
  font-size: 12px;
  color: #f35958;
  display: block;
}

/* line 4694, app/assets/stylesheets/application/theme.css.scss */
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #ec7962;
}

/* line 4698, app/assets/stylesheets/application/theme.css.scss */
.error-control input {
  border: 1px solid #ec7962;
}

/* line 4701, app/assets/stylesheets/application/theme.css.scss */
.error-control select {
  border: 1px solid #ec7962;
}

/* line 4704, app/assets/stylesheets/application/theme.css.scss */
.error-control textarea {
  border: 1px solid #ec7962;
}

/* line 4707, app/assets/stylesheets/application/theme.css.scss */
.error-control .select2-container .select2-choice {
  border: 1px solid #ec7962;
}

/* line 4710, app/assets/stylesheets/application/theme.css.scss */
.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before {
  content: "\f12a";
  color: #ec7962;
}

/* line 4714, app/assets/stylesheets/application/theme.css.scss */
.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 4721, app/assets/stylesheets/application/theme.css.scss */
.error-control i {
  color: #ec7962;
}

/* line 4724, app/assets/stylesheets/application/theme.css.scss */
.success-control input {
  border: 1px solid #00cdb1;
}

/* line 4727, app/assets/stylesheets/application/theme.css.scss */
.success-control select {
  border: 1px solid #00cdb1;
}

/* line 4730, app/assets/stylesheets/application/theme.css.scss */
.success-control textarea {
  border: 1px solid #00cdb1;
}

/* line 4733, app/assets/stylesheets/application/theme.css.scss */
.success-control .select2-container .select2-choice {
  border: 1px solid #00cdb1;
}

/* line 4736, app/assets/stylesheets/application/theme.css.scss */
.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before {
  content: "\f00c";
  color: #00cdb1;
}

/* line 4740, app/assets/stylesheets/application/theme.css.scss */
.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 4747, app/assets/stylesheets/application/theme.css.scss */
.success-control i {
  color: #00cdb1;
}

/* line 4750, app/assets/stylesheets/application/theme.css.scss */
.clockpicker-popover {
  z-index: 10;
}

/*------------------------------------------------------------------
[7. Portlets]
*/
/* line 4756, app/assets/stylesheets/application/theme.css.scss */
.grid {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}

/* line 4762, app/assets/stylesheets/application/theme.css.scss */
.grid.closed .grid-body {
  display: none;
  overflow: hidden;
}

/* line 4766, app/assets/stylesheets/application/theme.css.scss */
.grid.box {
  padding: 0px !important;
}

/* line 4769, app/assets/stylesheets/application/theme.css.scss */
.grid.box .form-horizontal.form-bordered .control-group {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 4773, app/assets/stylesheets/application/theme.css.scss */
.grid.box .form-horizontal.form-bordered .control-group:first-child {
  margin-top: -10px;
}

/* line 4776, app/assets/stylesheets/application/theme.css.scss */
.grid.box .grid-title {
  padding: 8px 10px 2px 10px;
  border-bottom: 1px solid #eee;
  color: #ffffff !important;
  margin-bottom: 0px;
}

/* line 4782, app/assets/stylesheets/application/theme.css.scss */
.grid.box .grid-title > .actions > .btn > i {
  color: #ffffff !important;
}

/* line 4785, app/assets/stylesheets/application/theme.css.scss */
.grid.box .grid-title .tools {
  margin-top: 3px;
}

/* line 4788, app/assets/stylesheets/application/theme.css.scss */
.grid.box .grid-title .tools a {
  background: url(/icon/portlet-tray.png) no-repeat;
  width: 23px;
  height: 23px;
}

/* line 4793, app/assets/stylesheets/application/theme.css.scss */
.grid.box .grid-body {
  background-color: #ffffff;
  padding: 10px;
}

/* line 4797, app/assets/stylesheets/application/theme.css.scss */
.grid.box.blue {
  border: 1px solid #b4cef8;
  border-top: 0;
}

/* line 4801, app/assets/stylesheets/application/theme.css.scss */
.grid.box.blue .grid-title {
  background-color: #58acf3;
}

/* line 4804, app/assets/stylesheets/application/theme.css.scss */
.grid.box.red {
  border: 1px solid #f35958;
  border-top: 0;
}

/* line 4808, app/assets/stylesheets/application/theme.css.scss */
.grid.box.red .grid-title {
  background-color: #f35958;
}

/* line 4811, app/assets/stylesheets/application/theme.css.scss */
.grid.box.yellow {
  border: 1px solid #fccb7e;
  border-top: 0;
}

/* line 4815, app/assets/stylesheets/application/theme.css.scss */
.grid.box.yellow .grid-title {
  background-color: #ffb848;
}

/* line 4818, app/assets/stylesheets/application/theme.css.scss */
.grid.box.green {
  border: 1px solid #00cdb1;
  border-top: 0;
}

/* line 4822, app/assets/stylesheets/application/theme.css.scss */
.grid.box.green .grid-title {
  background-color: #00cdb1;
}

/* line 4825, app/assets/stylesheets/application/theme.css.scss */
.grid.box.purple {
  border: 1px solid #af5cc1;
  border-top: 0;
}

/* line 4829, app/assets/stylesheets/application/theme.css.scss */
.grid.box.purple .grid-title {
  background-color: #852b99;
}

/* line 4832, app/assets/stylesheets/application/theme.css.scss */
.grid.box.grey {
  border: 1px solid #9d9c9c;
  border-top: 0;
}

/* line 4836, app/assets/stylesheets/application/theme.css.scss */
.grid.box.grey .grid-title {
  background-color: #555555;
}

/* line 4839, app/assets/stylesheets/application/theme.css.scss */
.grid.box.light-grey {
  border: 1px solid #eee;
  border-top: 0;
}

/* line 4843, app/assets/stylesheets/application/theme.css.scss */
.grid.box.light-grey .grid-title {
  background-color: #aaa;
}

/* line 4846, app/assets/stylesheets/application/theme.css.scss */
.grid .simple .form-actions {
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: -20px !important;
}

/* line 4851, app/assets/stylesheets/application/theme.css.scss */
.grid .solid .grid-title {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
}

/* line 4855, app/assets/stylesheets/application/theme.css.scss */
.grid.solid .grid-title {
  margin-bottom: 5px;
  border: 0px;
  padding: 13px 15px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}

/* line 4861, app/assets/stylesheets/application/theme.css.scss */
.grid.solid .grid-title .tools {
  margin-top: 2px;
  border: 0px;
}

/* line 4865, app/assets/stylesheets/application/theme.css.scss */
.grid.solid .grid-title h4 {
  color: #ffffff;
}

/* line 4868, app/assets/stylesheets/application/theme.css.scss */
.grid.solid .grid-body {
  color: #ffffff;
  padding: 20px;
}

/* line 4872, app/assets/stylesheets/application/theme.css.scss */
.grid.solid .grid-body h3 {
  color: #ffffff;
}

/* line 4875, app/assets/stylesheets/application/theme.css.scss */
.grid.simple {
  padding: 0px !important;
}

/* line 4878, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title {
  padding: 14px 15px 7px 15px;
  border-bottom: 1px solid #eee;
  color: #282323 !important;
  background-color: #ffffff;
  margin-bottom: 0px;
  border: 1px solid #dddddd;
  border-bottom: 0px;
}

/* line 4887, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title > .actions > .btn > i {
  color: #ffffff !important;
}

/* line 4890, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools {
  margin-top: 0px;
  position: relative;
}

/* line 4894, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title.no-border {
  border: 0px;
  border-bottom: 0px;
}

/* line 4898, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .form-actions {
  margin-right: -26px !important;
  margin-left: -26px !important;
  margin-bottom: -26px !important;
}

/* line 4903, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.transparent .grid-body {
  background-color: transparent !important;
  border: none;
}

/* line 4907, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.transparent .grid-title {
  border: none;
  border-bottom: 1px solid #D7DBE0;
  background-color: transparent;
}

/* line 4912, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body {
  background-color: #ffffff;
  padding: 26px;
  border: 1px solid #dddddd;
  color: #1A1A1A;
}

/* line 4918, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body.no-padding {
  padding: 0px;
}

/* line 4921, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body .wrap-body {
  padding: 0 26px;
  padding-top: 10px;
}

/* line 4925, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body.no-border {
  border: 0px;
  padding-top: 1px;
}

/* line 4929, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body h4 {
  color: #282323;
}

/* line 4932, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body h3 {
  color: #282323;
}

/* line 4935, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body.invoice-body {
  padding: 30px;
}

/* line 4938, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body.invoice-body .invoice-logo {
  margin-bottom: 18px;
}

/* line 4941, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.vertical.green {
  border-left: 4px solid #00cdb1;
  border-top: none !important;
}

/* line 4945, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.vertical.red {
  border-left: 4px solid #f35958;
  border-top: none !important;
}

/* line 4949, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.vertical.purple {
  border-left: 4px solid #736086;
  border-top: none !important;
}

/* line 4953, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.vertical.blue {
  border-left: 4px solid #0090d9;
  border-top: none !important;
}

/* line 4957, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.red .grid-title {
  border-top: 4px solid #f35958;
}

/* line 4960, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.yellow .grid-title {
  border-top: 4px solid #ffb848;
}

/* line 4963, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.green .grid-title {
  border-top: 4px solid #00cdb1;
}

/* line 4966, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.purple .grid-title {
  border-top: 4px solid #852b99;
}

/* line 4969, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.grey .grid-title {
  border-top: 4px solid #555555;
}

/* line 4972, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.light-grey .grid-title {
  border-top: 4px solid #aaa;
}

/* line 4975, app/assets/stylesheets/application/theme.css.scss */
.grid:after,
.grid:before {
  display: table;
}

/* line 4979, app/assets/stylesheets/application/theme.css.scss */
.grid-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/* line 4983, app/assets/stylesheets/application/theme.css.scss */
.grid-title h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 4995, app/assets/stylesheets/application/theme.css.scss */
.grid-title h4 i {
  font-size: 14px;
  margin-right: 5px;
  color: #666;
}

/* line 5000, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive {
  padding-left: 23px !important;
  padding-top: 20px !important;
}

/* line 5004, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive .actions {
  margin-right: 14px;
  margin-top: -16px;
}

/* line 5008, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive .actions a {
  color: #4c5264;
}

/* line 5011, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive .actions a:hover {
  opacity: 0.5;
}

/* line 5014, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive .actions i {
  font-size: 22px;
  margin-right: 10px;
}

/* line 5018, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive p {
  display: inline-block;
  width: 60%;
  white-space: nowrap;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7a7d82;
  font-size: 12px;
}

/* line 5028, app/assets/stylesheets/application/theme.css.scss */
.grid-title.clickable {
  cursor: pointer;
}

/* line 5031, app/assets/stylesheets/application/theme.css.scss */
.grid-title .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}

/* line 5036, app/assets/stylesheets/application/theme.css.scss */
.grid-title .tools > 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: .6;
}

/* line 5045, app/assets/stylesheets/application/theme.css.scss */
.grid-title .dropdown-menu i {
  color: #000;
}

/* line 5048, app/assets/stylesheets/application/theme.css.scss */
.grid-title .actions > .btn-group {
  margin-top: -12px;
}

/* line 5051, app/assets/stylesheets/application/theme.css.scss */
.grid-title .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}

/* line 5055, app/assets/stylesheets/application/theme.css.scss */
.grid-title .actions > .btn {
  padding: 4px 10px;
  margin-top: -13px;
}

/* line 5059, app/assets/stylesheets/application/theme.css.scss */
.grid-title .actions > .btn.mini {
  margin-top: -12px;
  padding: 4px 10px;
}

/* line 5063, app/assets/stylesheets/application/theme.css.scss */
.grid-title .pagination.pagination-small {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -2px;
}

/* line 5069, app/assets/stylesheets/application/theme.css.scss */
.grid-title .tools,
.grid-title .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}

/* line 5077, app/assets/stylesheets/application/theme.css.scss */
.grid-body {
  padding: 0;
}

/* line 5080, app/assets/stylesheets/application/theme.css.scss */
.grid-body .btn-toolbar {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 5084, app/assets/stylesheets/application/theme.css.scss */
.grid-body .slimScrollBar {
  margin-right: 0px !important;
}

/* line 5087, app/assets/stylesheets/application/theme.css.scss */
.grid-body:before {
  display: table;
  content: " ";
}

/* line 5091, app/assets/stylesheets/application/theme.css.scss */
.grid-body:after {
  clear: both;
  display: table;
  content: " ";
}

/* line 5096, app/assets/stylesheets/application/theme.css.scss */
.grid-body.light-blue,
.grid.light-blue {
  background-color: #bfd5fa  !important;
}

/* line 5100, app/assets/stylesheets/application/theme.css.scss */
.grid-body.blue,
.grid.blue {
  background-color: #58acf3 !important;
}

/* line 5104, app/assets/stylesheets/application/theme.css.scss */
.grid-body.red,
.grid.red {
  background-color: #f35958 !important;
}

/* line 5108, app/assets/stylesheets/application/theme.css.scss */
.grid-body.yellow,
.grid.yellow {
  background-color: #ffb848 !important;
}

/* line 5112, app/assets/stylesheets/application/theme.css.scss */
.grid-body.green,
.grid.green {
  background-color: #00cdb1 !important;
}

/* line 5116, app/assets/stylesheets/application/theme.css.scss */
.grid-body.purple,
.grid.purple {
  background-color: #852b99 !important;
}

/* line 5120, app/assets/stylesheets/application/theme.css.scss */
.grid-body.light-grey,
.grid.light-grey {
  background-color: #fafafa !important;
}

/* line 5124, app/assets/stylesheets/application/theme.css.scss */
.grid-body.dark-grey,
.grid.dark-grey {
  background-color: #555555 !important;
}

/* line 5128, app/assets/stylesheets/application/theme.css.scss */
.sortable .grid .grid-title {
  cursor: move;
}

/* line 5131, app/assets/stylesheets/application/theme.css.scss */
.ui-sortable {
  min-height: 25px !important;
}

/* line 5134, app/assets/stylesheets/application/theme.css.scss */
.ui-sortable-placeholder {
  border: 1px dotted black;
  visibility: visible !important;
  height: 100% !important;
}

/* line 5139, app/assets/stylesheets/application/theme.css.scss */
.ui-sortable-placeholder * {
  visibility: hidden;
}

/* line 5142, app/assets/stylesheets/application/theme.css.scss */
.sortable-box-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #DDDDDD;
  display: block;
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}

/* line 5149, app/assets/stylesheets/application/theme.css.scss */
.sortable-box-placeholder * {
  visibility: hidden;
}

/* line 5152, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools a,
.grid.solid .grid-title .tools a {
  position: relative;
  background: url(/assets/icon/portlet-tray-3f8d52beed4fff192c819e5899c51a264e43b133e78ca558a3055e14e66bd380.png) no-repeat;
  transition: all 0.1s linear 0s;
}

/* line 5158, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools > a.remove,
.grid.solid .grid-title .tools > a.remove {
  background-position: -66px -38px;
  width: 10px;
  height: 10px;
  top: -5px;
}

/* line 5165, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools > a.config,
.grid.solid .grid-title .tools > a.config {
  background-position: -3px -32px;
  width: 22px;
  height: 22px;
}

/* line 5171, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools > a.reload,
.grid.solid .grid-title .tools > a.reload {
  background-position: -37px -38px;
  width: 12px;
  height: 10px;
  top: -5px;
}

/* line 5178, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools > a.expand,
.grid.solid .grid-title .tools > a.expand {
  background-position: -123px -40px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 5185, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools > a.collapse,
.grid.solid .grid-title .tools > a.collapse {
  background-position: -95px -40px;
  width: 9px;
  height: 7px;
  top: -5px;
}

/*------------------------------------------------------------------
[8. Message and Notification]
*/
/* line 5195, app/assets/stylesheets/application/theme.css.scss */
.alert {
  color: #ce8f22;
  background-color: #fffcee;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #F0DBB4;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

/* line 5207, app/assets/stylesheets/application/theme.css.scss */
.alert .link {
  color: #ce8f22;
  font-weight: bold;
}

/* line 5211, app/assets/stylesheets/application/theme.css.scss */
.alert .alert-heading {
  color: #ce8f22 !important;
  margin-bottom: 5px;
  font-weight: 600;
}

/* line 5216, app/assets/stylesheets/application/theme.css.scss */
.alert .btn-small {
  position: relative;
  top: -3.5px;
}

/* line 5220, app/assets/stylesheets/application/theme.css.scss */
.alert .button-set .btn {
  position: relative;
  top: 8px;
}

/* line 5238, app/assets/stylesheets/application/theme.css.scss */
.alert-success {
  color: #438a85;
  background-color: #f3faf8;
  border-color: #bfd1cf;
}

/* line 5243, app/assets/stylesheets/application/theme.css.scss */
.alert-success .link {
  color: #438a85;
}

/* line 5246, app/assets/stylesheets/application/theme.css.scss */
.alert-success .alert-heading {
  color: #438a85 !important;
}

/* line 5249, app/assets/stylesheets/application/theme.css.scss */
.alert-success .close {
  background-position: -38px -10px !important;
}

/* line 5252, app/assets/stylesheets/application/theme.css.scss */
.alert-info {
  color: #246a8e;
  background-color: #ebf6fb;
  border-color: #bfd4de;
}

/* line 5257, app/assets/stylesheets/application/theme.css.scss */
.alert-info .link {
  color: #246a8e;
}

/* line 5260, app/assets/stylesheets/application/theme.css.scss */
.alert-info .alert-heading {
  color: #246a8e !important;
}

/* line 5263, app/assets/stylesheets/application/theme.css.scss */
.alert-info .close {
  background-position: -67px -10px !important;
}

/* line 5266, app/assets/stylesheets/application/theme.css.scss */
.alert-danger,
.alert-error {
  color: #e76e70;
  background-color: #fff6f4;
  border-color: #f8cdcd;
}

/* line 5272, app/assets/stylesheets/application/theme.css.scss */
.alert-danger .link,
.alert-error .link {
  color: #e76e70;
}

/* line 5276, app/assets/stylesheets/application/theme.css.scss */
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #e76e70 !important;
}

/* line 5280, app/assets/stylesheets/application/theme.css.scss */
.alert-error .close,
.alert .alert-danger .close {
  background-position: -95px -10px !important;
}

/* line 5284, app/assets/stylesheets/application/theme.css.scss */
.alert-block {
  padding: 15px 19px 15px 17px;
}

/* line 5287, app/assets/stylesheets/application/theme.css.scss */
.popover-content .notification-messages {
  padding: 15px 18px 15px;
}

/* line 5290, app/assets/stylesheets/application/theme.css.scss */
.notification-messages {
  font-family: 'Arial';
  background-color: #eef9f8;
  padding: 15px 18px 10px;
  display: block;
  color: #8b91a0;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5301, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.success {
  background-color: #eef9f8;
}

/* line 5304, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.success:hover {
  background-color: #d9edf1;
  cursor: pointer;
}

/* line 5308, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.success .iconholder i {
  color: #f35958;
}

/* line 5311, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.danger {
  background-color: #fef2f2;
}

/* line 5314, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.danger:hover {
  background-color: #fae1e1;
  cursor: pointer;
}

/* line 5318, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.danger .iconholder i {
  color: #f35958;
}

/* line 5321, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.info {
  background-color: #edf7fc;
}

/* line 5324, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.info:hover {
  background-color: #d8ebf4;
  cursor: pointer;
}

/* line 5328, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.info .iconholder i {
  color: #f35958;
}

/* line 5331, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .message-wrapper {
  display: inline-block;
  width: 70%;
  height: 43px;
  float: left;
}

/* line 5337, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .message-wrapper .heading {
  display: block;
  float: left;
  text-align: left;
  color: #1b1e24;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 100%;
  margin: 0;
  line-height: 19px;
  font-weight: 600;
}

/* line 5352, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .message-wrapper .description {
  display: block;
  float: left;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 11px;
  width: 100%;
  line-height: 19px;
}

/* line 5364, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .date {
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  opacity: 0.4;
}

/* line 5371, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .user-profile {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-right: 10px;
  margin-top: 2px;
}

/* line 5381, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .iconholder {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

/* line 5387, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .iconholder i {
  font-size: 28px;
}

/* line 5390, app/assets/stylesheets/application/theme.css.scss */
.tooltip-inner {
  padding: 6px 9px;
}

/* line 5393, app/assets/stylesheets/application/theme.css.scss */
.progress {
  height: 12px;
  background-color: #e9ecee;
  background-image: none;
  box-shadow: none;
  filter: none;
}

/* line 5400, app/assets/stylesheets/application/theme.css.scss */
.progress.no-radius {
  border-radius: 0px;
}

/* line 5403, app/assets/stylesheets/application/theme.css.scss */
.progress.no-radius .progress-bar {
  border-radius: 0px;
}

/* line 5406, app/assets/stylesheets/application/theme.css.scss */
.progress.transparent {
  background-color: rgba(0, 0, 0, 0.28);
}

/* line 5409, app/assets/stylesheets/application/theme.css.scss */
.progress.progress-small {
  height: 4px;
}

/* line 5412, app/assets/stylesheets/application/theme.css.scss */
.progress.progress-large {
  height: 20px;
}

/* line 5415, app/assets/stylesheets/application/theme.css.scss */
.progress-bar {
  box-shadow: none;
  border-radius: 3px;
  background-color: #0090D9;
  background-image: none;
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  float: left;
  filter: none;
}

/* line 5430, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-success {
  background-color: #00cdb1;
  background-image: none;
}

/* line 5434, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-info {
  background-color: #61acf2;
  background-image: none;
}

/* line 5438, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-warning {
  background-color: #fdd01c;
  background-image: none;
}

/* line 5442, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-danger {
  background-color: #ec7962;
  background-image: none;
}

/* line 5446, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-white {
  background-color: #ffffff;
  background-image: none;
}

/* line 5450, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-black {
  background-color: #1b1e24;
  background-image: none;
}

/* line 5454, app/assets/stylesheets/application/theme.css.scss */
.progress-info .bar,
.progress .bar-info {
  background-color: #3b4751;
  background-image: none;
}

/* line 5459, app/assets/stylesheets/application/theme.css.scss */
.progress-warning .bar,
.progress .bar-warning {
  background-color: #fdd01c;
  background-image: none;
}

/* line 5464, app/assets/stylesheets/application/theme.css.scss */
.progress-danger .bar,
.progress .bar-danger {
  background-color: #ec7962;
  background-image: none;
}

/* line 5469, app/assets/stylesheets/application/theme.css.scss */
.progress-white .bar,
.progress .bar-white {
  background-color: #ffffff;
  background-image: none;
}

/* line 5474, app/assets/stylesheets/application/theme.css.scss */
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #61acf2;
}

/* line 5478, app/assets/stylesheets/application/theme.css.scss */
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #3b4751;
}

/* line 5482, app/assets/stylesheets/application/theme.css.scss */
.details-status-single {
  display: inline-block;
  background-color: #e5e9ec;
  color: #5c6370;
  font-size: 11px;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5492, app/assets/stylesheets/application/theme.css.scss */
.label {
  padding: 3px 9px;
  font-size: 11px;
  text-shadow: none;
  background-color: #dce0e8;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #5E5E5E;
}

/* line 5501, app/assets/stylesheets/application/theme.css.scss */
.badge {
  text-shadow: none;
  font-family: 'Open Sans';
  font-weight: 600;
  background-color: #dce0e8;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  color: #5E5E5E;
}

/* line 5512, app/assets/stylesheets/application/theme.css.scss */
.label-primary,
.badge-primary {
  background-color: #61acf2;
  color: #ffffff;
}

/* line 5517, app/assets/stylesheets/application/theme.css.scss */
.label-success,
.badge-success {
  background-color: #449d44;
  color: #ffffff;
}

/* line 5522, app/assets/stylesheets/application/theme.css.scss */
.label-warning,
.badge-warning {
  background-color: #f0ad4e;
  color: #ffffff;
}

/* line 5527, app/assets/stylesheets/application/theme.css.scss */
.label-important,
.badge-important {
  background-color: #ec7962;
  color: #ffffff;
}

/* line 5532, app/assets/stylesheets/application/theme.css.scss */
.label-danger,
.badge-danger {
  background-color: #ec7962;
  color: #ffffff;
}

/* line 5537, app/assets/stylesheets/application/theme.css.scss */
.label-info,
.badge-info {
  background-color: #61acf2;
  color: #ffffff;
}

/* line 5542, app/assets/stylesheets/application/theme.css.scss */
.label-inverse,
.badge-inverse {
  background-color: #1f3853;
  color: #ffffff;
}

/* line 5547, app/assets/stylesheets/application/theme.css.scss */
.label-white,
.badge-white {
  background-color: #ffffff;
  color: #5E5E5E;
}

/* line 5552, app/assets/stylesheets/application/theme.css.scss */
.label-white,
.badge-disable {
  background-color: red;
  color: #fff;
}

/* line 5557, app/assets/stylesheets/application/theme.css.scss */
.popover {
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  max-width: 350px;
}

/* line 5565, app/assets/stylesheets/application/theme.css.scss */
.popover.right .arrow {
  border-right-color: rgba(0, 0, 0, 0.08);
}

/* line 5568, app/assets/stylesheets/application/theme.css.scss */
.popover.left .arrow {
  border-right-color: rgba(0, 0, 0, 0.08);
}

/* line 5571, app/assets/stylesheets/application/theme.css.scss */
.popover.top .arrow {
  border-right-color: rgba(0, 0, 0, 0.08);
}

/* line 5574, app/assets/stylesheets/application/theme.css.scss */
.popover.bottom .arrow:after {
  top: 0;
  margin-left: -11px;
}

/* line 5578, app/assets/stylesheets/application/theme.css.scss */
.popover .arrow:after {
  border-width: 11px;
}

/* line 5581, app/assets/stylesheets/application/theme.css.scss */
.popover-title {
  background-color: #ffffff;
  margin: 0 5px;
  font-weight: bold;
  color: #505458 !important;
  text-align: center;
}

/* line 5588, app/assets/stylesheets/application/theme.css.scss */
.modal {
  border-radius: 3px;
}

/* line 5591, app/assets/stylesheets/application/theme.css.scss */
.modal-header {
  text-align: center;
}

/* line 5594, app/assets/stylesheets/application/theme.css.scss */
.modal-header p {
  color: #8b91a0;
}

/* line 5597, app/assets/stylesheets/application/theme.css.scss */
.modal-body {
  background-color: #e5e9ec;
}

/* line 5600, app/assets/stylesheets/application/theme.css.scss */
.modal-content {
  border: 0;
}

/* line 5603, app/assets/stylesheets/application/theme.css.scss */
.modal-footer {
  border-top: none;
  box-shadow: none;
  background-color: #F3F5F6;
  margin-top: 0;
  text-align: right;
}

/* line 5610, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/*------------------------------------------------------------------
[9. Tiles]
*/
/* line 5617, app/assets/stylesheets/application/theme.css.scss */
.tiles-container {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 5621, app/assets/stylesheets/application/theme.css.scss */
.tiles {
  background-color: #bcbcbc;
  color: #ffffff;
  position: relative;
}

/* line 5626, app/assets/stylesheets/application/theme.css.scss */
.tiles.overflow-hidden {
  overflow: hidden;
}

/* line 5629, app/assets/stylesheets/application/theme.css.scss */
.tiles.full-height {
  height: 100%;
}

/* line 5632, app/assets/stylesheets/application/theme.css.scss */
.tiles.added-margin {
  margin-right: -10px;
}

/* line 5635, app/assets/stylesheets/application/theme.css.scss */
.tiles.no-margin {
  margin-right: 0;
}

/* line 5638, app/assets/stylesheets/application/theme.css.scss */
.tiles.margin-reset {
  margin-left: 37px;
}

/* line 5641, app/assets/stylesheets/application/theme.css.scss */
.tiles .tiles-title {
  font-size: 10.5px;
  font-family: 'Open Sans';
  letter-spacing: 0.5px;
  font-weight: 600;
}

/* line 5647, app/assets/stylesheets/application/theme.css.scss */
.tiles .tiles-body {
  padding: 19px 18px 15px 24px;
}

/* line 5650, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller {
  position: relative;
  display: inline-block;
  float: right;
}

/* line 5655, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a {
  position: relative;
  background: url(/assets/icon/portlet-tray-3f8d52beed4fff192c819e5899c51a264e43b133e78ca558a3055e14e66bd380.png) no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}

/* line 5661, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 5667, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 5672, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 5678, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 5684, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.collapse:hover {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}

/* line 5690, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.remove:hover {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 5696, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 5701, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.reload:hover {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 5707, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 5713, app/assets/stylesheets/application/theme.css.scss */
.tiles.white {
  background-color: #ffffff;
  color: #8b91a0;
}

/* line 5717, app/assets/stylesheets/application/theme.css.scss */
.tiles.white .controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6;
}

/* line 5724, app/assets/stylesheets/application/theme.css.scss */
.tiles.white .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6;
}

/* line 5730, app/assets/stylesheets/application/theme.css.scss */
.tiles.white .controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6;
}

/* line 5737, app/assets/stylesheets/application/theme.css.scss */
.tiles.white .controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
  opacity: 0.6;
}

/* line 5744, app/assets/stylesheets/application/theme.css.scss */
.tiles.white > .tile-footer {
  background-color: #eceff1;
  color: #d1d3d9;
  font-size: 13px;
  padding: 8px 15px;
}

/* line 5750, app/assets/stylesheets/application/theme.css.scss */
.tiles.white.borderall {
  border: 1px solid #e5e9ec;
}

/* line 5753, app/assets/stylesheets/application/theme.css.scss */
.tiles.white.border-left {
  border-left: 1px solid #e5e9ec;
}

/* line 5756, app/assets/stylesheets/application/theme.css.scss */
.tiles.white.border-right {
  border-right: 1px solid #e5e9ec;
}

/* line 5759, app/assets/stylesheets/application/theme.css.scss */
.tiles.white.border-top {
  border-top: 1px solid #e5e9ec;
}

/* line 5762, app/assets/stylesheets/application/theme.css.scss */
.tiles.white.border-bottom {
  border-bottom: 1px solid #e5e9ec;
}

/* line 5765, app/assets/stylesheets/application/theme.css.scss */
.tiles.white hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #f2f3f5;
}

/* line 5771, app/assets/stylesheets/application/theme.css.scss */
.tiles.white label {
  color: #9aa0ad;
}

/* line 5774, app/assets/stylesheets/application/theme.css.scss */
.tiles.white > .tiles-body > .heading {
  color: #000;
}

/* line 5777, app/assets/stylesheets/application/theme.css.scss */
.tiles.white .tiles-body > .description {
  color: #8b91a0;
}

/* line 5780, app/assets/stylesheets/application/theme.css.scss */
.tiles .settings-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 4px;
}

/* line 5786, app/assets/stylesheets/application/theme.css.scss */
.tiles .heading {
  font-size: 25px;
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 4px 0px;
}

/* line 5793, app/assets/stylesheets/application/theme.css.scss */
.tiles .heading .icon-grid {
  top: 1px;
  font-size: 31px;
  position: relative;
}

/* line 5798, app/assets/stylesheets/application/theme.css.scss */
.tiles p {
  margin: 0 0 5px;
}

/* line 5801, app/assets/stylesheets/application/theme.css.scss */
.tiles hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #2b3038;
}

/* line 5807, app/assets/stylesheets/application/theme.css.scss */
.tiles .tiles-body-overlay {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
  width: auto;
}

/* line 5813, app/assets/stylesheets/application/theme.css.scss */
.tiles .progress {
  width: 70%;
  margin-bottom: 15px;
}

/* line 5817, app/assets/stylesheets/application/theme.css.scss */
.tiles .iconplaceholder {
  background-color: rgba(0, 0, 0, 0.28);
}

/* line 5820, app/assets/stylesheets/application/theme.css.scss */
.tiles .iconplaceholder i {
  color: #ffffff;
}

/* line 5823, app/assets/stylesheets/application/theme.css.scss */
.tiles > .tiles-body > .description {
  font-size: 12px;
  display: block;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

/* line 5831, app/assets/stylesheets/application/theme.css.scss */
.tiles .description i {
  font-size: 21px;
  color: #ffffff;
}

/* line 5835, app/assets/stylesheets/application/theme.css.scss */
.tiles .description .mini-description {
  position: relative;
  top: -5px;
}

/* line 5839, app/assets/stylesheets/application/theme.css.scss */
.tiles label {
  color: #ffffff;
}

/* line 5842, app/assets/stylesheets/application/theme.css.scss */
.tiles.red {
  background-color: #ec7962;
}

/* line 5845, app/assets/stylesheets/application/theme.css.scss */
.tiles.red .button {
  background: #bf3938;
  color: #f7bebe;
}

/* line 5849, app/assets/stylesheets/application/theme.css.scss */
.tiles.purple {
  background-color: #7981d8;
}

/* line 5852, app/assets/stylesheets/application/theme.css.scss */
.tiles.purple .button {
  background: #736086;
  color: #d7d5d7;
}

/* line 5856, app/assets/stylesheets/application/theme.css.scss */
.tiles.blue {
  background-color: #61acf2;
}

/* line 5859, app/assets/stylesheets/application/theme.css.scss */
.tiles.green {
  background-color: #00cdb1;
}

/* line 5862, app/assets/stylesheets/application/theme.css.scss */
.tiles.black {
  background-color: #182029;
}

/* line 5865, app/assets/stylesheets/application/theme.css.scss */
.tiles.black .blend {
  color: #8b91a0;
}

/* line 5868, app/assets/stylesheets/application/theme.css.scss */
.tiles.black input {
  background-color: rgba(0, 0, 0, 0.35);
  border: 0;
}

/* line 5872, app/assets/stylesheets/application/theme.css.scss */
.tiles.dark-blue {
  background-color: #365d98;
}

/* line 5875, app/assets/stylesheets/application/theme.css.scss */
.tiles.light-blue {
  background-color: #00abea;
}

/* line 5878, app/assets/stylesheets/application/theme.css.scss */
.tiles.light-red {
  background-color: #f96773;
}

/* line 5881, app/assets/stylesheets/application/theme.css.scss */
.tiles.grey {
  background-color: #e9ecee;
}

/* line 5884, app/assets/stylesheets/application/theme.css.scss */
.tiles.gradient-grey {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(131, 131, 131, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
}

/* line 5892, app/assets/stylesheets/application/theme.css.scss */
.tiles.gradient-black {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

/* line 5900, app/assets/stylesheets/application/theme.css.scss */
.tiles .blend {
  color: rgba(0, 0, 0, 0.42);
}

/* line 5903, app/assets/stylesheets/application/theme.css.scss */
.tiles .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 12px;
}

/* line 5909, app/assets/stylesheets/application/theme.css.scss */
.tile-more-content {
  background-color: #ffffff;
}

/* line 5912, app/assets/stylesheets/application/theme.css.scss */
.tile-more-content .tiles-body {
  padding: 19px 18px 17px 24px;
}

/* line 5915, app/assets/stylesheets/application/theme.css.scss */
.row-fluid.side-content .tiles,
.row-fluid .tile-content {
  margin: 0;
}

/* line 5919, app/assets/stylesheets/application/theme.css.scss */
.tile-footer {
  background-color: rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 13px;
  padding: 8px 15px;
}

/* line 5925, app/assets/stylesheets/application/theme.css.scss */
.chart-wrapper {
  padding-top: 40px;
}

/* line 5928, app/assets/stylesheets/application/theme.css.scss */
.tiles.red .settings-box,
.tiles.red .button {
  background: #bf3938;
  color: #f35958;
}

/* line 5933, app/assets/stylesheets/application/theme.css.scss */
.tiles.purple .settings-box,
.tiles.red .button {
  background: #08897e;
  color: transparent;
}

/* line 5938, app/assets/stylesheets/application/theme.css.scss */
.tiles-chart {
  position: relative;
}

/* line 5941, app/assets/stylesheets/application/theme.css.scss */
.tiles-chart .tiles-body {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
}

/* line 5946, app/assets/stylesheets/application/theme.css.scss */
.tiles-chart .tiles-body .heading {
  color: #00cdb1;
}

/* line 5949, app/assets/stylesheets/application/theme.css.scss */
.tiles-chart .controller {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}

/* line 5955, app/assets/stylesheets/application/theme.css.scss */
.tiles-overlay {
  width: 100%;
  height: 100%;
}

/* line 5959, app/assets/stylesheets/application/theme.css.scss */
.tiles-overlay.auto {
  width: auto;
  height: auto;
}

/* line 5963, app/assets/stylesheets/application/theme.css.scss */
.tiles-overlay.green {
  background-color: rgba(0, 205, 177, 0.8);
}

/* line 5966, app/assets/stylesheets/application/theme.css.scss */
.tiles-overlay.blue {
  background-color: rgba(97, 172, 242, 0.8);
}

/* line 5969, app/assets/stylesheets/application/theme.css.scss */
.widget-item {
  position: relative;
}

/* line 5972, app/assets/stylesheets/application/theme.css.scss */
.widget-item.narrow-margin {
  margin-right: -10px;
}

/* line 5975, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller {
  position: absolute;
  display: block;
  z-index: 100;
}

/* line 5980, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller.right {
  right: 20px;
  top: 20px;
}

/* line 5984, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller.left {
  left: 10px;
  top: 10px;
}

/* line 5988, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a {
  position: relative;
  background: url(/assets/icon/portlet-tray-3f8d52beed4fff192c819e5899c51a264e43b133e78ca558a3055e14e66bd380.png) no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}

/* line 5994, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 6000, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 6005, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 6011, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 6017, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.collapse:hover {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}

/* line 6023, app/assets/stylesheets/application/theme.css.scss */
.widget-item.white .controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6;
}

/* line 6030, app/assets/stylesheets/application/theme.css.scss */
.widget-item.white .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6;
}

/* line 6036, app/assets/stylesheets/application/theme.css.scss */
.widget-item.white .controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6;
}

/* line 6043, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.remove:hover,
.widget-item .controller a.config:hover,
.widget-item .controller a.reload:hover,
.widget-item .controller a.expand:hover,
.widget-item .controller a.collapse:hover {
  opacity: 0.50;
}

/* line 6050, app/assets/stylesheets/application/theme.css.scss */
.widget {
  display: block;
  margin-right: -10px;
}

/* line 6054, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title {
  display: block;
  padding: 10px;
  padding-bottom: 14px;
  background-color: #ffffff;
  color: #e5e9ec;
  text-align: center;
  font-weight: bold;
}

/* line 6063, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.dark {
  background-color: #1b1e24;
  color: #ffffff;
}

/* line 6067, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.dark .controller a.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 6073, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.dark .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 6078, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.dark .controller a.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 6084, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.blue {
  background-color: #0090D9;
  color: #ffffff;
}

/* line 6088, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.red {
  background-color: #F35958;
  color: #ffffff;
}

/* line 6092, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.green {
  background-color: #00cdb1;
  color: #ffffff;
}

/* line 6096, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.purple {
  background-color: #736086;
  color: #ffffff;
}

/* line 6100, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-body {
  display: block;
  background-color: #ffffff;
  padding: 15px 25px;
}

/* line 6105, app/assets/stylesheets/application/theme.css.scss */
.widget .controller {
  position: relative;
  display: inline-block;
  float: right;
  top: 6px;
  margin-right: 8px;
}

/* line 6112, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a {
  position: relative;
  background: url(/assets/icon/portlet-tray-3f8d52beed4fff192c819e5899c51a264e43b133e78ca558a3055e14e66bd380.png) no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}

/* line 6118, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 6124, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 6129, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 6135, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 6141, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.collapse:hover {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}

/* line 6147, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.remove:hover {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 6153, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 6158, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.reload:hover {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 6164, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 6170, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.dark .controller a.reload:hover,
.widget .widget-title.dark .controller a.remove:hover {
  opacity: 0.5;
}

/* line 6174, app/assets/stylesheets/application/theme.css.scss */
.weather-widget {
  overflow: hidden;
}

/* line 6177, app/assets/stylesheets/application/theme.css.scss */
.weather-widget .big-icon {
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 23px;
  margin-bottom: 8px;
}

/* line 6184, app/assets/stylesheets/application/theme.css.scss */
.weather-widget .small-text-description {
  position: relative;
  top: -9px;
}

/* line 6188, app/assets/stylesheets/application/theme.css.scss */
.weather-widget-big-text {
  font-size: 54px !important;
}

/* line 6191, app/assets/stylesheets/application/theme.css.scss */
.widget-stats {
  padding-left: 0;
  display: inline-block;
}

/* line 6195, app/assets/stylesheets/application/theme.css.scss */
.widget-stats .wrapper {
  margin: 5px 0 5px 0;
  border-right: 1px solid #363a41;
  margin-right: 7px;
  padding-right: 7px;
}

/* line 6201, app/assets/stylesheets/application/theme.css.scss */
.widget-stats .wrapper.transparent {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 6204, app/assets/stylesheets/application/theme.css.scss */
.widget-stats .wrapper.last {
  border: 0;
}

/* line 6207, app/assets/stylesheets/application/theme.css.scss */
.widget-stats .item-title {
  font-size: 12px;
}

/* line 6210, app/assets/stylesheets/application/theme.css.scss */
.widget-stats .item-count {
  font-size: 15px;
  color: #ffffff;
  display: block;
  font-weight: bold;
}

/* line 6216, app/assets/stylesheets/application/theme.css.scss */
.market-share-widget-innerscroller {
  height: calc(100% - 110px);
}

/* line 6219, app/assets/stylesheets/application/theme.css.scss */
.sales-graph-heading {
  padding-left: 45px;
  padding-top: 35px;
}

/* Metro JS */
/* line 6224, app/assets/stylesheets/application/theme.css.scss */
.live-tile,
.list-tile,
.copy-tile {
  height: 100%;
}

/* line 6229, app/assets/stylesheets/application/theme.css.scss */
.live-tile,
.list-tile,
.copy-tile,
.tile-strip .flip-list > li {
  margin: 0;
  width: 100%;
}

/* line 6236, app/assets/stylesheets/application/theme.css.scss */
.live-tile p,
.list-tile p,
.copy-tile p {
  padding: 0;
}

/* line 6241, app/assets/stylesheets/application/theme.css.scss */
h4.custom-line-height {
  line-height: 25px;
}

/* line 6244, app/assets/stylesheets/application/theme.css.scss */
.hover-effect-img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 6248, app/assets/stylesheets/application/theme.css.scss */
.tiles:hover .hover-effect-img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: contrast(130%);
  -webkit-filter: contrast(130%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 6258, app/assets/stylesheets/application/theme.css.scss */
  .tiles.adjust-text p {
    font-size: 10px;
  }
  /* line 6261, app/assets/stylesheets/application/theme.css.scss */
  .tiles.adjust-text h3 {
    font-size: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 6266, app/assets/stylesheets/application/theme.css.scss */
  .tiles.adjust-text p {
    font-size: 14px;
  }
}

/* line 6270, app/assets/stylesheets/application/theme.css.scss */
.btn {
  display: inline-block;
  padding: 9px 12px;
  padding-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #dce0e8;
  -webkit-border-radius: 3px;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 6290, app/assets/stylesheets/application/theme.css.scss */
.btn:focus {
  outline: none !important;
}

/* line 6293, app/assets/stylesheets/application/theme.css.scss */
.btn .caret {
  margin-left: 3px;
}

/* line 6296, app/assets/stylesheets/application/theme.css.scss */
.btn .caret.single {
  margin-left: 0px;
}

/* line 6299, app/assets/stylesheets/application/theme.css.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #b9c3c8;
}

/* line 6307, app/assets/stylesheets/application/theme.css.scss */
.btn-cons {
  margin-right: 5px;
  min-width: 120px;
  margin-bottom: 8px;
}

/* line 6312, app/assets/stylesheets/application/theme.css.scss */
.btn-demo-space {
  margin-bottom: 8px;
}

/* line 6315, app/assets/stylesheets/application/theme.css.scss */
.demo-placeholder {
  width: 100%;
  height: 250px;
}

/* line 6319, app/assets/stylesheets/application/theme.css.scss */
.btn-social {
  font-size: 20px;
  margin: 10px;
}

/* line 6323, app/assets/stylesheets/application/theme.css.scss */
.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active,
.btn-social.disabled,
.btn-social[disabled] {
  color: #2d8ebf;
  text-decoration: none;
}

/* line 6332, app/assets/stylesheets/application/theme.css.scss */
.btn-primary {
  color: #ffffff;
  background-color: #00cdb1;
}

/* line 6336, app/assets/stylesheets/application/theme.css.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #00c7a7;
}

/* line 6350, app/assets/stylesheets/application/theme.css.scss */
.btn-success {
  color: #ffffff;
  background-color: #61acf2;
}

/* line 6354, app/assets/stylesheets/application/theme.css.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled],
.btn-success.active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background-color: #54a1f0;
}

/* line 6368, app/assets/stylesheets/application/theme.css.scss */
.btn-info {
  color: #ffffff;
  background-color: #3b4751;
}

/* line 6372, app/assets/stylesheets/application/theme.css.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #333e47;
}

/* line 6386, app/assets/stylesheets/application/theme.css.scss */
.btn-warning {
  color: #ffffff;
  background-color: #fae274;
}

/* line 6390, app/assets/stylesheets/application/theme.css.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning.active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  background-color: #f9de65;
}

/* line 6404, app/assets/stylesheets/application/theme.css.scss */
.btn-danger {
  color: #ffffff;
  background-color: #ec7962;
}

/* line 6408, app/assets/stylesheets/application/theme.css.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  background-color: #ea6955;
}

/* line 6422, app/assets/stylesheets/application/theme.css.scss */
.btn-danger-dark {
  color: #ffffff;
  background-color: #b94141;
}

/* line 6426, app/assets/stylesheets/application/theme.css.scss */
.btn-danger-dark:hover,
.btn-danger-dark:focus,
.btn-danger-dark:active,
.btn-danger-dark.active,
.btn-danger-dark.disabled,
.btn-danger-dark[disabled] {
  background-color: #e94847;
  color: #ffffff;
}

/* line 6435, app/assets/stylesheets/application/theme.css.scss */
.btn-dark {
  color: #ffffff;
  background-color: #1b1e24;
}

/* line 6439, app/assets/stylesheets/application/theme.css.scss */
.btn-white {
  color: #5e5e5e;
  background-color: #ffffff;
  border: 1px solid #e5e9ec;
}

/* line 6444, app/assets/stylesheets/application/theme.css.scss */
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.disabled,
.btn-white[disabled] {
  background-color: #fbfcfd;
  border: 1px solid #b4b9be;
}

/* line 6453, app/assets/stylesheets/application/theme.css.scss */
.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none;
}

/* line 6458, app/assets/stylesheets/application/theme.css.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 6465, app/assets/stylesheets/application/theme.css.scss */
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
  background-color: transparent;
}

/* line 6473, app/assets/stylesheets/application/theme.css.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 6477, app/assets/stylesheets/application/theme.css.scss */
.btn-small {
  padding: 3px 12px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6484, app/assets/stylesheets/application/theme.css.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 6488, app/assets/stylesheets/application/theme.css.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 6492, app/assets/stylesheets/application/theme.css.scss */
.btn-mini {
  padding: 2px 9px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6499, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 6502, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #00cdb1;
}

/* line 6505, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #fae274;
}

/* line 6508, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #ec7962;
}

/* line 6511, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #61acf2;
}

/* line 6514, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #3b4751;
}

/* line 6517, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

/* line 6520, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-white.dropdown-toggle {
  background-color: #fbfcfd;
}

/* line 6523, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 1px #f7f7f7 solid;
  padding-right: 10px;
  border-left: 1px solid #E5E9EC;
}

/* line 6531, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .btn.btn-mini + .dropdown-toggle {
  padding-right: 8px;
}

/* line 6534, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .dropdown-menu {
  font-size: 13px;
}

/* line 6537, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .dropdown-menu li {
  padding-left: 0px;
}

/* line 6540, app/assets/stylesheets/application/theme.css.scss */
.btn-block + .btn-block {
  margin-top: 8px;
}

/* line 6543, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  border: none;
  border-radius: 3px;
  padding: 0px;
  font-size: 13px;
}

/* line 6560, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu .divider {
  background-color: #eaedf0;
  height: 1px;
  margin: 3px 0;
  border-bottom: 0px;
}

/* line 6566, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu > li > a {
  line-height: 25px;
  color: #2a2e36;
  margin: 4px;
  border-radius: 3px;
  text-align: left;
}

/* line 6573, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu li {
  padding-left: 0px;
}

/* line 6576, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none;
}

/* line 6585, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none;
}

/* line 6593, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 6598, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}

/* line 6605, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 0;
}

/* line 6611, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .btn.btn-white:hover,
.btn-group > .btn.btn-white:focus,
.btn-group > .btn.btn-white:active,
.btn-group > .btn.btn-white.active {
  border: 1px solid #E5E9EC;
}

/* line 6617, app/assets/stylesheets/application/theme.css.scss */
code,
pre {
  border: none;
}

/* line 6621, app/assets/stylesheets/application/theme.css.scss */
code {
  background-color: #f3f6f9;
}

/* line 6624, app/assets/stylesheets/application/theme.css.scss */
code:hover {
  background-color: #e8edf3;
}

/* line 6627, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget {
  height: auto;
}

/* line 6630, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget h3 {
  font-size: 22px;
  line-height: 32.5px;
}

/* line 6634, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .heading {
  padding: 8px 15px;
  padding-bottom: 4px;
  background-color: #ffffff;
}

/* line 6639, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .heading h4 {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 6643, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper {
  padding: 15px 27px;
  padding-bottom: 20px;
}

/* line 6647, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper i {
  color: #ffffff;
}

/* line 6650, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.red {
  background-color: #f35958;
}

/* line 6653, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.red p {
  color: #832929;
}

/* line 6656, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.green {
  background-color: #00cdb1;
}

/* line 6659, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.green p {
  color: #505458;
}

/* line 6662, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.blue {
  background-color: #0090d9;
}

/* line 6665, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.blue p {
  color: #0a5174;
}

/* line 6668, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper .mini-logo {
  margin-bottom: 15px;
}

/* line 6671, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper .h3 {
  margin-bottom: 15px;
}

/* line 6674, app/assets/stylesheets/application/theme.css.scss */
.the-icons {
  padding-top: 17px;
}

/* line 6677, app/assets/stylesheets/application/theme.css.scss */
.the-icons i {
  color: #505458;
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

/* line 6685, app/assets/stylesheets/application/theme.css.scss */
.the-icons a {
  color: #505458;
  font-size: 14px;
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 32px;
}

/* line 6693, app/assets/stylesheets/application/theme.css.scss */
.the-icons a:hover {
  text-decoration: none;
}

/* line 6696, app/assets/stylesheets/application/theme.css.scss */
.the-icons [class*="span"]:first-child {
  margin-left: 2.5641%;
}

/* line 6699, app/assets/stylesheets/application/theme.css.scss */
.the-icons a:hover .fa,
.the-icons a:hover [class*="fa"] {
  font-size: 28px;
  vertical-align: -5px;
}

/*------------------------------------------------------------------
[11. Tabs and Accordians]
*/
/* line 6707, app/assets/stylesheets/application/theme.css.scss */
.tabbable:after {
  clear: both;
}

/* line 6710, app/assets/stylesheets/application/theme.css.scss */
.tabbable:before,
.tabbable:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 6716, app/assets/stylesheets/application/theme.css.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0 none;
}

/* line 6721, app/assets/stylesheets/application/theme.css.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
  padding: 15px;
}

/* line 6726, app/assets/stylesheets/application/theme.css.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
  padding: 19px;
}

/* line 6731, app/assets/stylesheets/application/theme.css.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #DDDDDD;
}

/* line 6734, app/assets/stylesheets/application/theme.css.scss */
.tabs-below > .nav-tabs > li {
  margin-bottom: 0;
  margin-top: -1px;
}

/* line 6738, app/assets/stylesheets/application/theme.css.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

/* line 6741, app/assets/stylesheets/application/theme.css.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: rgba(0, 0, 0, 0) #dddddd #dddddd;
}

/* line 6746, app/assets/stylesheets/application/theme.css.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 6750, app/assets/stylesheets/application/theme.css.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-bottom: 3px;
  margin-right: 0;
  min-width: 74px;
}

/* line 6756, app/assets/stylesheets/application/theme.css.scss */
.tabs-left > .nav-tabs {
  border-right: 1px solid #DDDDDD;
  margin-right: 19px;
  float: left;
  margin-right: 0px;
}

/* line 6762, app/assets/stylesheets/application/theme.css.scss */
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6772, app/assets/stylesheets/application/theme.css.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
}

/* line 6776, app/assets/stylesheets/application/theme.css.scss */
.tabs-right > .nav-tabs {
  border-left: 1px solid #DDDDDD;
  margin-left: 19px;
  float: right;
  margin-left: 0px;
}

/* line 6782, app/assets/stylesheets/application/theme.css.scss */
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6792, app/assets/stylesheets/application/theme.css.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
}

/* line 6796, app/assets/stylesheets/application/theme.css.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 6799, app/assets/stylesheets/application/theme.css.scss */
.nav .tools {
  float: right;
  position: relative;
  right: 10px;
  top: 10px;
}

/* line 6805, app/assets/stylesheets/application/theme.css.scss */
.nav .tools a {
  position: relative;
  background: url(/assets/icon/portlet-tray-3f8d52beed4fff192c819e5899c51a264e43b133e78ca558a3055e14e66bd380.png) no-repeat;
  transition: all 0.1s linear 0s;
}

/* line 6810, app/assets/stylesheets/application/theme.css.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  background-color: rgba(0, 0, 0, 0);
  cursor: default;
  text-decoration: none;
}

/* line 6816, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs {
  margin-bottom: 0px;
  background-color: #dce0e8;
  padding: 0;
}

/* line 6821, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs > li {
  margin-bottom: -3px;
  padding-left: 0;
}

/* line 6825, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs > li > a {
  border-radius: 0;
  border: 0px;
  padding: 15px 20px;
  color: #8e9aa2;
  min-width: 70px;
}

/* line 6832, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-width: 0px;
}

/* line 6837, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 0px;
  color: #505458;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 6852, app/assets/stylesheets/application/theme.css.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #505458;
}

/* line 6857, app/assets/stylesheets/application/theme.css.scss */
.nav .tools > a.remove,
.nav .tools > a.remove {
  background-position: -66px -38px;
  width: 10px;
  height: 10px;
}

/* line 6863, app/assets/stylesheets/application/theme.css.scss */
.nav .tools > a.config,
.nav.tools > a.config {
  background-position: -3px -32px;
  width: 22px;
  height: 22px;
}

/* line 6869, app/assets/stylesheets/application/theme.css.scss */
.nav .tools > a.reload,
.nav .tools > a.reload {
  background-position: -37px -38px;
  width: 12px;
  height: 10px;
}

/* line 6875, app/assets/stylesheets/application/theme.css.scss */
.nav .tools > a.expand,
.nav .tools > a.expand {
  background-position: -123px -40px;
  width: 10px;
  height: 6px;
}

/* line 6881, app/assets/stylesheets/application/theme.css.scss */
.nav .tools > a.collapse,
.nav.tools > a.collapse {
  background-position: -95px -40px;
  width: 9px;
  height: 7px;
}

/* line 6887, app/assets/stylesheets/application/theme.css.scss */
.nav-pills {
  margin-bottom: 10px;
}

/* line 6890, app/assets/stylesheets/application/theme.css.scss */
.nav-pills > li > a {
  padding: 8px 12px;
}

/* line 6893, app/assets/stylesheets/application/theme.css.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #61acf2;
}

/* line 6898, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  margin-right: 0px;
}

/* line 6902, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  background-color: #C1CACE;
}

/* line 6908, app/assets/stylesheets/application/theme.css.scss */
.accordion-group {
  border: 0px;
}

/* line 6911, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading {
  background-color: #dce0e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 35px;
}

/* line 6918, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading a {
  color: #505458;
}

/* line 6921, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading a.collapsed {
  color: #8E9AA2;
}

/* line 6924, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading a.collapsed:hover {
  color: #505458;
}

/* line 6927, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading .collapsed {
  background-color: #d9e0e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6933, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading .collapsed i {
  font-family: 'FontAwesome';
  float: right;
  position: relative;
  top: 4px;
}

/* line 6939, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading .collapsed i:before {
  content: "\f055";
}

/* line 6942, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading i {
  font-family: 'FontAwesome';
  float: right;
  position: relative;
  top: 4px;
}

/* line 6948, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading i:before {
  content: "\f056";
}

/* line 6951, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading .accordion-toggle {
  padding: 12px 18px;
}

/* line 6954, app/assets/stylesheets/application/theme.css.scss */
.panel {
  background-color: transparent;
  box-shadow: none;
}

/* line 6958, app/assets/stylesheets/application/theme.css.scss */
.panel-default {
  border: 0px;
}

/* line 6961, app/assets/stylesheets/application/theme.css.scss */
.panel-default > .panel-heading {
  background-image: none;
  background-color: #dce0e8;
  border-radius: 2px;
  box-shadow: none;
}

/* line 6967, app/assets/stylesheets/application/theme.css.scss */
.panel-group {
  margin-bottom: 18px;
}

/* line 6970, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading.collapsed {
  background-color: #dce0e8;
}

/* line 6973, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}

/* line 6976, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a {
  color: #505458;
  font-size: 13px;
  font-weight: normal;
  display: block;
}

/* line 6982, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a:hover {
  color: #505458 !important;
}

/* line 6985, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a:hover:after {
  color: #505458 !important;
}

/* line 6988, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a:after {
  font-family: 'FontAwesome';
  content: "\f056";
  float: right;
  color: #505458;
}

/* line 6994, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a.collapsed {
  color: #8E9AA2;
}

/* line 6997, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a.collapsed:after {
  content: "\f055";
  color: #8E9AA2;
}

/* line 7001, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel + .panel {
  margin-top: 2px;
}

/*------------------------------------------------------------------
[23. Slider]
*/
/* line 7007, app/assets/stylesheets/application/theme.css.scss */
.slider {
  margin: 5px 0px;
  direction: ltr;
}

/* line 7011, app/assets/stylesheets/application/theme.css.scss */
.slider.primary .slider-track {
  background: #00cdb1;
  background-image: none;
}

/* line 7015, app/assets/stylesheets/application/theme.css.scss */
.slider.sucess .slider-track {
  background: #61acf2;
  background-image: none;
}

/* line 7019, app/assets/stylesheets/application/theme.css.scss */
.slider.info .slider-track {
  background-color: #3b4751;
  background-image: none;
}

/* line 7023, app/assets/stylesheets/application/theme.css.scss */
.slider.warning .slider-track {
  background: #fae274;
  background-image: none;
}

/* line 7027, app/assets/stylesheets/application/theme.css.scss */
.slider.danger .slider-track {
  background: #ec7962;
  background-image: none;
}

/* line 7031, app/assets/stylesheets/application/theme.css.scss */
.slider.white .slider-track {
  background: #ffffff;
  background-image: none;
}

/* line 7035, app/assets/stylesheets/application/theme.css.scss */
.slider.slider-vertical {
  margin: 0 10px;
}

/* line 7038, app/assets/stylesheets/application/theme.css.scss */
.slider.slider-vertical .slider-handle {
  margin-left: -10px !important;
}

/* line 7041, app/assets/stylesheets/application/theme.css.scss */
.slider.slider-vertical .slider-track {
  width: 5px !important;
}

/* line 7044, app/assets/stylesheets/application/theme.css.scss */
.slider.slider-horizontal .slider-handle {
  margin-top: -10px !important;
}

/* line 7047, app/assets/stylesheets/application/theme.css.scss */
.slider.slider-horizontal .slider-track {
  height: 5px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
  box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
}

/* line 7056, app/assets/stylesheets/application/theme.css.scss */
.slider-handle.round {
  opacity: 1;
  background: #f8f9fa;
  background: -moz-linear-gradient(top, #f8f9fa 13%, #ffffff 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #f8f9fa), color-stop(97%, #ffffff));
  background: -webkit-linear-gradient(top, #f8f9fa 13%, #ffffff 97%);
  background: -o-linear-gradient(top, #f8f9fa 13%, #ffffff 97%);
  background: -ms-linear-gradient(top, #f8f9fa 13%, #ffffff 97%);
  background: linear-gradient(to bottom, #f8f9fa 13%, #ffffff 97%);
  -webkit-box-shadow: inset 0 2px 1px -1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: inset 0 2px 1px -1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.39);
  box-shadow: inset 0 2px 1px -1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.39);
  width: 26px;
  height: 26px;
}

/* line 7071, app/assets/stylesheets/application/theme.css.scss */
.slider-selection {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
}

/* line 7079, app/assets/stylesheets/application/theme.css.scss */
.blue .slider-selection {
  background-image: none !important;
  background-color: #0a6ea0 !important;
}

/* line 7083, app/assets/stylesheets/application/theme.css.scss */
.red .slider-selection {
  background-image: none !important;
  background-color: #000 !important;
}

/* line 7087, app/assets/stylesheets/application/theme.css.scss */
.green .slider-selection {
  background-image: none !important;
  background-color: #00cdb1 !important;
  cursor: point2;
}

/*------------------------------------------------------------------
[13. Tables]
*/
/* line 7095, app/assets/stylesheets/application/theme.css.scss */
.table > thead > tr > th {
  border-bottom: 0px;
}

/* line 7098, app/assets/stylesheets/application/theme.css.scss */
.table th {
  border-top: 1px solid #e8edf1;
  padding: 10px 12px;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 7104, app/assets/stylesheets/application/theme.css.scss */
.table th.medium-cell {
  width: 112px;
}

/* line 7107, app/assets/stylesheets/application/theme.css.scss */
.table th.big-cell {
  width: 200px;
}

/* line 7110, app/assets/stylesheets/application/theme.css.scss */
.table tr.row_selected td {
  background-color: #ffffcc !important;
}

/* line 7113, app/assets/stylesheets/application/theme.css.scss */
.table tr.row_selected .progress {
  background-color: #ffffff;
}

/* line 7116, app/assets/stylesheets/application/theme.css.scss */
.table td {
  border-top: 1px solid #e8edf1;
  vertical-align: top;
  padding: 10px 12px !important;
  color: #576475;
  font-size: 13px;
}

/* line 7123, app/assets/stylesheets/application/theme.css.scss */
.table td.no-border {
  border: none;
}

/* line 7126, app/assets/stylesheets/application/theme.css.scss */
.table td:first-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 7131, app/assets/stylesheets/application/theme.css.scss */
.table td:last-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 7136, app/assets/stylesheets/application/theme.css.scss */
.table td .progress {
  margin-bottom: 0px;
}

/* line 7139, app/assets/stylesheets/application/theme.css.scss */
.table td .muted {
  color: #95989a;
}

/* line 7142, app/assets/stylesheets/application/theme.css.scss */
.table td.clickable {
  cursor: pointer;
}

/* line 7145, app/assets/stylesheets/application/theme.css.scss */
.table .checkbox {
  margin-left: 3px;
}

/* line 7148, app/assets/stylesheets/application/theme.css.scss */
.table .star {
  margin-left: 3px;
}

/* line 7151, app/assets/stylesheets/application/theme.css.scss */
th {
  text-align: left;
}

/* line 7154, app/assets/stylesheets/application/theme.css.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px;
}

/* line 7162, app/assets/stylesheets/application/theme.css.scss */
.table th input[type="radio"],
input[type="checkbox"],
.table td input[type="radio"],
input[type="checkbox"] {
  margin-top: -2px;
}

/* line 7168, app/assets/stylesheets/application/theme.css.scss */
.table td.small-cell,
.table th.small-cell {
  width: 40px;
}

/* line 7172, app/assets/stylesheets/application/theme.css.scss */
.table-fixed-layout {
  table-layout: fixed;
}

/* line 7175, app/assets/stylesheets/application/theme.css.scss */
.table-fixed-layout td {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 7181, app/assets/stylesheets/application/theme.css.scss */
.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 {
  padding: 9px;
}

/* line 7189, app/assets/stylesheets/application/theme.css.scss */
.table-condensed th .checkbox {
  margin-left: 4px;
}

/* line 7192, app/assets/stylesheets/application/theme.css.scss */
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e8edf1;
}

/* line 7196, app/assets/stylesheets/application/theme.css.scss */
.table-striped tbody > tr:nth-child(2n+1) > td,
.table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #ecf0f2;
  border: none;
}

/* line 7201, app/assets/stylesheets/application/theme.css.scss */
.table-striped tbody > tr > td {
  border: 0px;
}

/* line 7204, app/assets/stylesheets/application/theme.css.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #e2e8eb;
}

/* line 7208, app/assets/stylesheets/application/theme.css.scss */
.table-hover tbody tr.row_selected:hover > td {
  background-color: #fef8ae !important;
}

/* line 7211, app/assets/stylesheets/application/theme.css.scss */
.table-hover tbody tr:hover > td .progress {
  background-color: #ffffff;
}

/* line 7214, app/assets/stylesheets/application/theme.css.scss */
.table-condensed th,
.table-condensed td {
  padding: 10px 5px;
}

/* line 7218, app/assets/stylesheets/application/theme.css.scss */
.table-tools-actions {
  margin: 0px 5px;
}

/* line 7221, app/assets/stylesheets/application/theme.css.scss */
.inner-table td {
  background-color: transparent !important;
}

/* line 7224, app/assets/stylesheets/application/theme.css.scss */
.table-bordered {
  border-color: #e8edf1 !important;
}

/* line 7227, app/assets/stylesheets/application/theme.css.scss */
.table-bordered th {
  background-color: #ecf0f2;
  border: 0 !important;
}

/* line 7231, app/assets/stylesheets/application/theme.css.scss */
.table-bordered td {
  border: 1px solid #e8edf1 !important;
}

/* line 7234, app/assets/stylesheets/application/theme.css.scss */
.table-bordered td:first-child {
  border-radius: 0px;
}

/* line 7237, app/assets/stylesheets/application/theme.css.scss */
.table-bordered td:last-child {
  border-radius: 0px;
}

/*------------------------------------------------------------------
[14. Datatables]
*/
/* line 7243, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul {
  box-shadow: none;
  font-size: 12px;
  padding: 0;
}

/* line 7248, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li {
  display: inline-block;
  padding-left: 0px;
}

/* line 7252, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li > a {
  padding: 5px 10px;
}

/* line 7255, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li.next > a:hover {
  background-color: #ffffff;
  color: #000;
}

/* line 7259, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li.next.disabled > a:hover {
  color: #C2C6CB;
  opacity: 0.65;
  background-color: #ffffff;
}

/* line 7264, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li.prev > a:hover {
  background-color: #ffffff;
  color: #000;
}

/* line 7268, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li.prev.disabled > a:hover {
  color: #C2C6CB;
  opacity: 0.65;
  background-color: #ffffff;
}

/* line 7273, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li:last-child > a,
.dataTables_wrapper .pagination ul > li:last-child > span {
  margin-left: -8px;
}

/* line 7277, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li > a,
.pagination ul > li > span {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  color: #6F7B8A;
}

/* line 7284, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #C2C6CB !important;
  opacity: 0.65 !important;
  background-color: #ffffff !important;
}

/* line 7292, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #F3F6F9;
  font-weight: 600;
}

/* line 7297, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #e8edf3;
}

/*------------------------------------------------------------------
[15. Charts]
*/
/* line 7306, app/assets/stylesheets/application/theme.css.scss */
.easy-pie-custom {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}

/* line 7313, app/assets/stylesheets/application/theme.css.scss */
.easy-pie-custom canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 7318, app/assets/stylesheets/application/theme.css.scss */
.easy-pie-percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

/* line 7323, app/assets/stylesheets/application/theme.css.scss */
.easy-pie-percent :after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/* line 7328, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper {
  display: block;
  width: 100%;
  padding: 19px 9px 0;
}

/* line 7333, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper .chart-details-wrapper {
  display: inline-block;
  margin: 8px;
}

/* line 7337, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper .chart-details-wrapper .chartname {
  display: block;
  font-size: 10.5px;
  text-transform: uppercase;
  color: #9A9A9A;
}

/* line 7343, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper .chart-details-wrapper .chart-value {
  display: block;
  font-size: 14px;
  color: #000000;
}

/* line 7348, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper .mini-chart {
  display: inline-block;
  position: relative;
  top: -10px;
}

/* line 7353, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper.donut .chart-details-wrapper {
  float: left;
  margin-top: 0;
}

/* line 7357, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper.donut .mini-chart {
  float: left;
}

/* line 7360, app/assets/stylesheets/application/theme.css.scss */
.legendColorBox > div {
  border: 0px !important;
}

/* line 7363, app/assets/stylesheets/application/theme.css.scss */
.legendLabel {
  line-height: 20px !important;
}

/* line 7366, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_legend {
  display: block;
  border-radius: 0px;
  background-color: transparent;
}

/* line 7371, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_legend .line {
  margin-bottom: 10px;
}

/* line 7374, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_legend .line .swatch {
  margin: 0 8px;
}

/* line 7377, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_legend .label {
  color: #6F7B8A;
}

/* line 7380, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_legend ul {
  margin: 15px 16px;
}

/*------------------------------------------------------------------
[16. User Profile]
*/
/* line 7386, app/assets/stylesheets/application/theme.css.scss */
i.image-upload {
  background-color: #00cdb1;
  border-radius: 50%;
  float: left;
  height: 76px;
  margin-left: -1px;
  width: 76px;
}

/* line 7395, app/assets/stylesheets/application/theme.css.scss */
.btn-file-wrapper.image-wrapper {
  left: 16px;
  opacity: 0;
  position: absolute;
  top: 5px;
}

/* line 7402, app/assets/stylesheets/application/theme.css.scss */
.btn-image-upload {
  border-radius: 50%;
  height: 168px;
  margin: 0;
  padding: 0;
  width: 168px;
}

/* line 7410, app/assets/stylesheets/application/theme.css.scss */
.profile-img-wrapper {
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

/* line 7421, app/assets/stylesheets/application/theme.css.scss */
.profile-img-wrapper.big {
  height: 68px;
  width: 68px;
}

/* line 7425, app/assets/stylesheets/application/theme.css.scss */
.profile-img-wrapper.with-left-space-custom {
  margin-left: 7px;
}

/* line 7428, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper {
  display: block;
  margin-bottom: 9px;
  padding: 0 14px;
}

/* line 7433, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .profile-wrapper {
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin: 6px 8px 0 0px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

/* line 7445, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .comment {
  display: inline-block;
  float: left;
}

/* line 7449, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .comment .user-name {
  color: #0090d9;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7456, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .comment .more-details-wrapper {
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

/* line 7462, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .comment .preview-wrapper {
  display: block;
  color: #71798a;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* line 7471, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .comment .more-details {
  display: inline-block;
  float: left;
  color: #bfbfbf;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7481, app/assets/stylesheets/application/theme.css.scss */
.user-status {
  width: 14px;
  height: 14px;
  position: relative;
  border-radius: 14px;
  background-color: #c5c8cb;
  display: inline-block;
  float: left;
  margin-right: 3px;
  top: 3px;
}

/* line 7492, app/assets/stylesheets/application/theme.css.scss */
.user-status.busy {
  background-color: #fb3c4a;
}

/* line 7495, app/assets/stylesheets/application/theme.css.scss */
.user-status.away {
  background-color: #c5c8cb;
}

/* line 7498, app/assets/stylesheets/application/theme.css.scss */
.user-status.available {
  background-color: #00cdb1;
}

/* line 7501, app/assets/stylesheets/application/theme.css.scss */
.user-status:before {
  width: 5px;
  height: 5px;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  display: inline-block;
}

/* line 7509, app/assets/stylesheets/application/theme.css.scss */
.blog-post-controls-wrapper {
  display: block;
  margin-top: 4px;
  margin-bottom: 15px;
}

/* line 7514, app/assets/stylesheets/application/theme.css.scss */
.blog-post-control {
  display: inline-block;
  float: left;
  margin-right: 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.7;
}

/* line 7523, app/assets/stylesheets/application/theme.css.scss */
.content-loading-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

/* line 7528, app/assets/stylesheets/application/theme.css.scss */
.content-loading {
  position: relative;
  left: 45%;
  top: 45%;
}

/* line 7533, app/assets/stylesheets/application/theme.css.scss */
.simple-chat-popup {
  margin-top: 3px;
  padding: 5px 0;
  left: -77.5px;
  top: 25px;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
}

/* line 7542, app/assets/stylesheets/application/theme.css.scss */
.simple-chat-popup .simple-chat-popup-arrow {
  border-bottom-color: #292b2e;
  border-width: 0 5px 5px;
  left: 74%;
  margin-left: -5px;
  top: 0;
}

/* line 7549, app/assets/stylesheets/application/theme.css.scss */
.simple-chat-popup-arrow {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 7556, app/assets/stylesheets/application/theme.css.scss */
.simple-chat-popup-inner {
  background-color: #000000;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  padding: 8px;
  text-align: right;
  text-decoration: none;
  background-color: #292b2e;
  font-size: 12px;
}

/* line 7566, app/assets/stylesheets/application/theme.css.scss */
.simple-chat-popup-inner .message {
  color: #bfc0c1;
  font-size: 11px;
  margin-top: -4px;
}

/* line 7571, app/assets/stylesheets/application/theme.css.scss */
.side-bar-widgets {
  position: relative;
  display: block;
}

/* line 7575, app/assets/stylesheets/application/theme.css.scss */
.cover-pic-wrapper {
  max-height: 250px;
  position: relative;
  overflow: hidden;
}

/* line 7580, app/assets/stylesheets/application/theme.css.scss */
.user-profile-pic {
  width: 100%;
  text-align: right;
  margin-top: -40px;
  position: relative;
  z-index: 200;
}

/* line 7587, app/assets/stylesheets/application/theme.css.scss */
.user-profile-pic img {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 68px;
  overflow: hidden;
  width: 68px;
  border: 5px solid #ffffff;
  background-color: #e5e9ec;
}

/* line 7596, app/assets/stylesheets/application/theme.css.scss */
.user-mini-description {
  margin-right: 10px;
}

/* line 7599, app/assets/stylesheets/application/theme.css.scss */
.user-mini-description h3 {
  margin: 5px 0;
  margin-bottom: 0px;
  text-align: right;
}

/* line 7604, app/assets/stylesheets/application/theme.css.scss */
.user-mini-description h5 {
  margin: 0px;
  font-size: 13px;
  color: #8B91A0;
  text-align: right;
}

/* line 7610, app/assets/stylesheets/application/theme.css.scss */
.user-description-box {
  background-color: #f2f4f6;
  margin: 10px 15px;
  padding: 20px;
}

/* line 7615, app/assets/stylesheets/application/theme.css.scss */
.user-description-box p {
  margin: 0 0 10px;
  font-size: 12px;
}

/* line 7619, app/assets/stylesheets/application/theme.css.scss */
.user-description-box p i {
  width: 25px;
  font-size: 14px;
}

/* line 7623, app/assets/stylesheets/application/theme.css.scss */
.user-description-box p:last-child {
  margin: 0px;
}

/* line 7626, app/assets/stylesheets/application/theme.css.scss */
.friend-list {
  color: #414243;
  margin: 15px 0;
}

/* line 7630, app/assets/stylesheets/application/theme.css.scss */
.friend-list .friend-details-wrapper {
  display: inline-block;
  float: left;
}

/* line 7634, app/assets/stylesheets/application/theme.css.scss */
.friend-list .friend-profile-pic {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

/* line 7639, app/assets/stylesheets/application/theme.css.scss */
.friend-list .friend-name {
  display: block;
  font-size: 13px;
}

/* line 7643, app/assets/stylesheets/application/theme.css.scss */
.friend-list .friend-description {
  display: block;
  font-size: 12px;
  color: #767e84;
}

/* line 7648, app/assets/stylesheets/application/theme.css.scss */
.friend-list .action-bar {
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
  float: left;
}

/* line 7654, app/assets/stylesheets/application/theme.css.scss */
.user-profile-pic-normal {
  border-radius: 100px 100px 100px 100px;
  height: 35px;
  overflow: hidden;
  width: 35px;
}

/* line 7660, app/assets/stylesheets/application/theme.css.scss */
.user-profile-pic-2x {
  border-radius: 100px 100px 100px 100px;
  height: 50px;
  overflow: hidden;
  width: 50px;
}

/* line 7666, app/assets/stylesheets/application/theme.css.scss */
.user-profile-pic-2x.white-border {
  border: 5px solid #ffffff;
}

/* line 7669, app/assets/stylesheets/application/theme.css.scss */
.user-status-box {
  border: none;
  border-radius: 0;
  margin: 0;
}

/* line 7674, app/assets/stylesheets/application/theme.css.scss */
.post {
  display: block;
}

/* line 7677, app/assets/stylesheets/application/theme.css.scss */
.post .info-wrapper {
  display: inline-block;
  float: left;
  width: 80%;
}

/* line 7682, app/assets/stylesheets/application/theme.css.scss */
.post .info-wrapper.small-width {
  width: 70%;
}

/* line 7685, app/assets/stylesheets/application/theme.css.scss */
.post .username {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 7690, app/assets/stylesheets/application/theme.css.scss */
.post .info {
  display: block;
}

/* line 7693, app/assets/stylesheets/application/theme.css.scss */
.post .user-profile-pic-wrapper {
  display: inline-block;
  float: left;
  margin-right: 16px;
}

/* line 7698, app/assets/stylesheets/application/theme.css.scss */
.post .more-details {
  display: block;
  float: left;
}

/* line 7702, app/assets/stylesheets/application/theme.css.scss */
.post .post-links {
  margin: 4px 0 0;
  list-style: none;
  font-size: 11px;
  padding: 0;
}

/* line 7708, app/assets/stylesheets/application/theme.css.scss */
.post .post-links li {
  display: inline;
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 8px;
}

/* line 7715, app/assets/stylesheets/application/theme.css.scss */
.post .post-links li:after {
  color: #999999;
  content: "•";
  padding-left: 8px;
}

/* line 7720, app/assets/stylesheets/application/theme.css.scss */
.post .post-links li:last-child:after {
  content: "";
}

/* line 7723, app/assets/stylesheets/application/theme.css.scss */
.post .dark-text {
  color: #2a2e36;
}

/* line 7726, app/assets/stylesheets/application/theme.css.scss */
.post .action-bar {
  display: block;
  list-style: none;
  margin: 13px 0 37px;
  font-size: 12px;
  padding: 0;
}

/* line 7733, app/assets/stylesheets/application/theme.css.scss */
.post .action-bar li {
  display: inline;
  float: left;
  position: relative;
  padding-right: 8px;
}

/* line 7739, app/assets/stylesheets/application/theme.css.scss */
.post-input {
  padding-left: 14px !important;
  padding-top: 18px !important;
  font-size: 14px;
}

/* line 7744, app/assets/stylesheets/application/theme.css.scss */
.comments-section {
  margin-top: 12px;
}

/* line 7747, app/assets/stylesheets/application/theme.css.scss */
#Parks {
  margin-bottom: 30px;
}

/* line 7750, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper {
  position: relative;
  background: #dce0e8;
  overflow: hidden;
}

/* line 7755, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  transition: opacity 150ms;
}

/* line 7766, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper.loaded img {
  opacity: 1;
}

/*------------------------------------------------------------------
[17. Vector Map]
*/
/* line 7772, app/assets/stylesheets/application/theme.css.scss */
.jvectormap-zoomin {
  bottom: 15px;
  top: auto;
}

/* line 7776, app/assets/stylesheets/application/theme.css.scss */
.jvectormap-zoomout {
  bottom: 15px;
  left: 35px;
  top: auto;
}

/* line 7781, app/assets/stylesheets/application/theme.css.scss */
.jvectormap-zoomin,
.jvectormap-zoomout {
  background-color: #0090d9;
  padding: 8px 10px;
  height: auto;
  width: auto;
}

/* line 7788, app/assets/stylesheets/application/theme.css.scss */
.craft-map-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
}

/* line 7794, app/assets/stylesheets/application/theme.css.scss */
.overlap-left-10 {
  position: relative;
  left: -10px;
}

/* line 7798, app/assets/stylesheets/application/theme.css.scss */
.mapplic-container {
  background-color: transparent;
}

/* line 7801, app/assets/stylesheets/application/theme.css.scss */
.mapplic-element.mapplic-loading {
  background-image: none;
  opacity: 0.7;
}

/* line 7805, app/assets/stylesheets/application/theme.css.scss */
.mapplic-element.mapplic-loading:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #000;
  border-left-color: #000;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

/*------------------------------------------------------------------
[18. Error Page]
*/
/* line 7827, app/assets/stylesheets/application/theme.css.scss */
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

/* line 7833, app/assets/stylesheets/application/theme.css.scss */
.error-body {
  background-color: #e5e9ec !important;
  font-family: 'Open Sans';
  height: 100%;
}

/* line 7838, app/assets/stylesheets/application/theme.css.scss */
.error-wrapper {
  min-height: 100%;
  height: auto;
  margin: 0 auto -130px;
  padding: 0 0 60px;
  height: 624px;
}

/* line 7845, app/assets/stylesheets/application/theme.css.scss */
.error-wrapper:after {
  content: "";
  display: block;
}

/* line 7849, app/assets/stylesheets/application/theme.css.scss */
.wrappers {
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: text-top;
  width: inherit;
  height: inherit;
}

/* line 7869, app/assets/stylesheets/application/theme.css.scss */
.error-container {
  font-family: 'Open Sans';
}

/* line 7872, app/assets/stylesheets/application/theme.css.scss */
.error-container .error-number {
  color: #22262e;
  font-size: 120px;
  text-align: center;
  font-weight: 600;
  line-height: 130px;
}

/* line 7879, app/assets/stylesheets/application/theme.css.scss */
.error-container .error-description {
  color: #22262e;
  font-size: 32px;
  text-align: center;
  font-weight: 300;
}

/* line 7885, app/assets/stylesheets/application/theme.css.scss */
.error-container .error-description-mini {
  color: #22262e;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}

/* line 7891, app/assets/stylesheets/application/theme.css.scss */
.error-container .input-prepend.inside .add-on {
  background-color: #ffffff;
  padding-top: 6px;
  color: #a1a1a1;
}

/* line 7896, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

/* line 7902, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links li {
  display: inline;
  border-right: 1px solid #000;
  padding: 0px 10px;
}

/* line 7907, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links li a {
  color: #22262e;
  font-size: 12px;
}

/* line 7911, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links li:last-child {
  display: inline;
  border-right: none;
  padding: 0px 10px;
}

/* line 7916, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links.small-links li {
  border-right: 1px solid #616a7b;
}

/* line 7919, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links.small-links li a {
  color: #616a7b;
  font-size: 11px;
}

/* line 7923, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links.small-links li:last-child {
  border-right: none;
}

/* line 7926, app/assets/stylesheets/application/theme.css.scss */
.error-container .copyright {
  font-size: 12px;
  text-align: center;
}

/* line 7930, app/assets/stylesheets/application/theme.css.scss */
.error-main {
  text-align: center;
  position: absolute;
  margin-top: 18%;
}

/* line 7935, app/assets/stylesheets/application/theme.css.scss */
#footer {
  height: 130px;
}

/* line 7938, app/assets/stylesheets/application/theme.css.scss */
#gmaps_context_menu {
  text-align: center;
}

/* line 7941, app/assets/stylesheets/application/theme.css.scss */
#gmaps_context_menu a {
  color: #8b91a0;
}

/* line 7944, app/assets/stylesheets/application/theme.css.scss */
#gmaps_context_menu a:hover {
  color: #1b1e24;
  text-decoration: none;
}

/*------------------------------------------------------------------
[19. Timeline]
*/
/* line 7951, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* line 7957, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline li {
  position: relative;
}

/* line 7960, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f2f4f6;
  left: 20%;
  margin-left: -10px;
}

/* line 7970, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
  font-family: 'Arial';
  text-align: right;
}

/* line 7978, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmtime .date {
  font-size: 1.2em;
  color: #505458;
  margin-bottom: 5px;
  display: block;
}

/* line 7984, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmtime .time {
  font-size: 1.5em;
  color: #505458;
  display: block;
}

/* line 7989, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #505458;
}

/* line 7992, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #ffffff;
}

/* line 7995, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #ffffff;
}

/* line 7998, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
}

/* line 8005, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 8010, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #ffffff;
  border-width: 10px;
  top: 10px;
}

/* line 8021, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 37px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #7c8694;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ffffff;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
  font-size: 1.3em;
}

/* line 8042, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon.success {
  background: #61acf2;
  box-shadow: 0 0 0 8px #2ba3df;
  color: #ffffff;
}

/* line 8047, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon.primary {
  background: #00cdb1;
  box-shadow: 0 0 0 8px #33b5aa;
  color: #ffffff;
}

/* line 8052, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon.warning {
  background: #fae274;
  box-shadow: 0 0 0 8px #fcbd79;
  color: #ffffff;
}

/* line 8057, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon.danger {
  background: #ec7962;
  box-shadow: 0 0 0 8px #455a70;
  color: #ffffff;
}

/* line 8062, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon.info {
  background: #3b4751;
  box-shadow: 0 0 0 8px #455a70;
  color: #ffffff;
}

/* line 8067, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline .action-links {
  margin: 4px 0 0;
  list-style: none;
  font-size: 13px;
  padding: 0;
  float: left;
}

/* line 8074, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline .action-links li {
  display: inline;
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 8px;
  color: #8b91a0;
}

/* line 8082, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline .action-links li:after {
  color: #999999;
  content: "•";
  padding-left: 8px;
}

/* line 8087, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline .action-links li:last-child:after {
  content: "";
}

/* Media Queries */
@media screen and (max-width: 47.2em) {
  /* line 8092, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline:before {
    display: none;
  }
  /* line 8095, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  /* line 8100, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    text-align: left;
  }
  /* line 8103, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  /* line 8109, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #fff;
    top: -20px;
  }
  /* line 8116, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #fff;
  }
  /* line 8120, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}

/*------------------------------------------------------------------
[20. Search Results]
*/
/* line 8130, app/assets/stylesheets/application/theme.css.scss */
#Parks {
  margin-bottom: 30px;
}

/* line 8133, app/assets/stylesheets/application/theme.css.scss */
#Parks ul {
  padding-left: 0px;
}

/* IMAGES */
/* line 8137, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper {
  position: relative;
  background: #d1dade;
  overflow: hidden;
  float: left;
  direction: ltr;
}

/* line 8144, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  transition: opacity 150ms;
}

/* line 8155, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper.loaded img {
  opacity: 1;
}

/* FAIL ELEMENT */
/* line 8159, app/assets/stylesheets/application/theme.css.scss */
#Parks {
  position: relative;
  margin: 0px;
}

/* line 8163, app/assets/stylesheets/application/theme.css.scss */
.fail_element {
  position: absolute;
  opacity: 0;
  top: 100px;
  text-align: center;
  width: 50%;
  left: 25%;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 300;
}

/* line 8174, app/assets/stylesheets/application/theme.css.scss */
.fail .fail_element {
  opacity: 1;
}

/* LIST VIEW STYLES */
/* line 8178, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header {
  height: 38px;
  line-height: 38px;
  background: #dce0e8;
  text-align: right;
  color: #59514c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 8188, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .meta {
  display: inline-block;
  width: 205px;
  text-align: center;
  line-height: 99px;
  border-left: 1px solid #d7dbe0;
  height: 100%;
  vertical-align: top;
}

/* line 8197, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta {
  line-height: 38px;
  border: 0 none;
  margin-top: -8px;
  vertical-align: inherit;
}

/* line 8203, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .meta.name {
  float: left;
  text-align: left;
  width: auto;
  border-left: 0 none;
}

/* line 8209, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta.name {
  padding-left: 15px;
}

/* line 8212, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 7px 0 0;
  cursor: pointer;
  top: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 8224, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  border: 5px solid transparent;
}

/* line 8231, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.asc:after {
  border-top: 7px solid #8E9AA2;
}

/* line 8234, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.desc:after {
  top: 4px;
  border-bottom: 7px solid #8e9aa2;
}

/* line 8238, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span:hover {
  background: #b8bbbe;
}

/* line 8241, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.asc:hover:after {
  border-top-color: #e5e9ec;
}

/* line 8244, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.desc:hover:after {
  border-bottom-color: #e5e9ec;
}

/* line 8247, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.active.asc:after {
  border-top-color: #505458;
}

/* line 8250, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.active.desc:after {
  border-bottom-color: #505458;
}

/* line 8253, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .mix {
  display: none;
  opacity: 0;
  padding: 18px 0 14px;
  border-bottom: 1px solid #d7dbe0;
  text-align: right;
  height: 135px;
  width: 100%;
  line-height: 99px;
  vertical-align: top;
  font-weight: 300;
}

/* line 8265, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .mix .meta * {
  line-height: 1;
}

/* line 8268, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .mix .meta p,
#Parks.list .mix .meta ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}

/* line 8274, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .mix .meta li {
  margin-bottom: 5px;
}

/* line 8277, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .img_wrapper {
  display: inline-block;
  width: 177px;
  height: 95px;
  vertical-align: top;
  margin-right: 30px;
}

/* line 8284, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .titles {
  display: inline-block;
  vertical-align: middle;
}

/* line 8288, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .titles h2 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #47a497;
  letter-spacing: 2px;
  margin-bottom: 3px;
  line-height: 1.2 !important;
}

/* line 8297, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .titles p {
  text-indent: -2px;
}

/* line 8300, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid {
  text-align: justify;
}

/* line 8303, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .list_header {
  display: none;
}

/* line 8306, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .meta {
  display: none;
}

/* line 8309, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .meta.name {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
}

/* line 8316, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .mix {
  display: none;
  opacity: 0;
  position: relative;
  width: 48.5%;
  padding-top: 26%;
  margin-bottom: 3%;
}

/* line 8324, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .img_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}

/* line 8330, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .titles {
  position: relative;
  width: 90%;
  max-width: 400px;
  height: auto;
  margin-top: 75%;
  margin: 53.5% auto 0;
  top: -80px;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

/* line 8344, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .titles h2 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #47a497;
  letter-spacing: 2px;
  margin-bottom: 3px;
}

/* line 8352, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .titles p {
  font-weight: 300;
  text-indent: -2px;
}

@media (max-width: 500px) {
  /* line 8357, app/assets/stylesheets/application/theme.css.scss */
  #Parks.grid .mix {
    width: 100%;
    padding-top: 53%;
  }
  /* line 8361, app/assets/stylesheets/application/theme.css.scss */
  .drop_down {
    display: none;
  }
}

@media (max-width: 1000px) {
  /* line 8366, app/assets/stylesheets/application/theme.css.scss */
  #Parks.list .meta {
    width: 150px;
  }
}

@media (max-width: 840px) {
  /* line 8371, app/assets/stylesheets/application/theme.css.scss */
  #Parks.list .meta.region,
#Parks.list .meta.rec {
    display: none;
  }
}

@media (max-width: 540px) {
  /* line 8377, app/assets/stylesheets/application/theme.css.scss */
  #Parks.list .meta.area {
    display: none;
  }
  /* line 8380, app/assets/stylesheets/application/theme.css.scss */
  #Parks.list .titles {
    max-width: 37%;
  }
}

/*------------------------------------------------------------------
[21. RTL]
*/
/* line 8387, app/assets/stylesheets/application/theme.css.scss */
body.rtl {
  overflow-x: hidden;
}

/* line 8390, app/assets/stylesheets/application/theme.css.scss */
body.rtl .breadcrumb > li + li:before {
  display: none;
}

/* line 8393, app/assets/stylesheets/application/theme.css.scss */
body.rtl .breadcrumb > li + li:after {
  padding: 0 5px;
  color: #515050;
  font-family: FontAwesome;
  content: "\f104";
}

/* line 8399, app/assets/stylesheets/application/theme.css.scss */
body.rtl .chat-window-wrapper {
  left: 0;
  right: auto;
}

/* line 8403, app/assets/stylesheets/application/theme.css.scss */
body.rtl #header_task_bar {
  display: none;
}

/* line 8406, app/assets/stylesheets/application/theme.css.scss */
body.rtl.open-menu-left .page-content {
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
}

/* line 8410, app/assets/stylesheets/application/theme.css.scss */
body.rtl.open-menu-left .header {
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
}

/* line 8414, app/assets/stylesheets/application/theme.css.scss */
body.rtl.open-menu-right .page-content {
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
}

/* line 8418, app/assets/stylesheets/application/theme.css.scss */
body.rtl.open-menu-right .header {
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
}

/* line 8422, app/assets/stylesheets/application/theme.css.scss */
body.rtl .header {
  right: 0;
}

/* line 8425, app/assets/stylesheets/application/theme.css.scss */
body.rtl .footer-widget {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1824px) {
  /* line 8430, app/assets/stylesheets/application/theme.css.scss */
  body {
    height: 100%;
  }
  /* line 8433, app/assets/stylesheets/application/theme.css.scss */
  .page-container {
    height: 100%;
  }
  /** Side bar widget **/
  /* line 8437, app/assets/stylesheets/application/theme.css.scss */
  .footer-widget {
    position: fixed;
  }
  /** Tables **/
  /* line 8441, app/assets/stylesheets/application/theme.css.scss */
  .table th {
    font-size: 14px;
  }
  /* line 8444, app/assets/stylesheets/application/theme.css.scss */
  .table td {
    font-size: 14px;
  }
  /* line 8447, app/assets/stylesheets/application/theme.css.scss */
  .table td.small-cell,
.table th.small-cell {
    width: 42px;
  }
  /** Controls **/
  /* line 8452, app/assets/stylesheets/application/theme.css.scss */
  .checkbox label:before {
    top: 0.5px;
  }
  /** Tiles **/
  /* line 8456, app/assets/stylesheets/application/theme.css.scss */
  .tiles.margin-reset {
    margin-left: 51px;
  }
  /** Only Demo Purpose **/
  /* line 8460, app/assets/stylesheets/application/theme.css.scss */
  .demo-map {
    min-height: 100%;
  }
  /* line 8463, app/assets/stylesheets/application/theme.css.scss */
  .error-main {
    margin-top: 40%;
  }
  /* line 8466, app/assets/stylesheets/application/theme.css.scss */
  .visible-xlg {
    display: block !important;
  }
  /* line 8469, app/assets/stylesheets/application/theme.css.scss */
  .hidden-xlg {
    display: none !important;
  }
  /* line 8472, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 24%;
  }
}

@media (min-width: 1600px) {
  /* line 8477, app/assets/stylesheets/application/theme.css.scss */
  .visible-xlg {
    display: block !important;
  }
  /* line 8480, app/assets/stylesheets/application/theme.css.scss */
  .hidden-xlg {
    display: none !important;
  }
  /* line 8483, app/assets/stylesheets/application/theme.css.scss */
  .container {
    width: 1170px;
  }
  /* line 8486, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-1,
.col-vlg-2,
.col-vlg-3,
.col-vlg-4,
.col-vlg-5,
.col-vlg-6,
.col-vlg-7,
.col-vlg-8,
.col-vlg-9,
.col-vlg-10,
.col-vlg-11 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 8503, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 8511, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-11 {
    width: 91.66666666666666%;
  }
  /* line 8514, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-10 {
    width: 83.33333333333334%;
  }
  /* line 8517, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-9 {
    width: 75%;
  }
  /* line 8520, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-8 {
    width: 66.66666666666666%;
  }
  /* line 8523, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-7 {
    width: 58.333333333333336%;
  }
  /* line 8526, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-6 {
    width: 50%;
  }
  /* line 8529, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-5 {
    width: 41.66666666666667%;
  }
  /* line 8532, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-4 {
    width: 33.33333333333333%;
  }
  /* line 8535, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-3 {
    width: 25%;
  }
  /* line 8538, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-2 {
    width: 16.666666666666664%;
  }
  /* line 8541, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-1 {
    width: 8.333333333333332%;
  }
  /* line 8544, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-12 {
    right: 100%;
  }
  /* line 8547, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 8550, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 8553, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-9 {
    right: 75%;
  }
  /* line 8556, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 8559, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 8562, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-6 {
    right: 50%;
  }
  /* line 8565, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 8568, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 8571, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-3 {
    right: 25%;
  }
  /* line 8574, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 8577, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 8580, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-0 {
    right: 0;
  }
  /* line 8583, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-12 {
    left: 100%;
  }
  /* line 8586, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-11 {
    left: 91.66666666666666%;
  }
  /* line 8589, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-10 {
    left: 83.33333333333334%;
  }
  /* line 8592, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-9 {
    left: 75%;
  }
  /* line 8595, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-8 {
    left: 66.66666666666666%;
  }
  /* line 8598, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-7 {
    left: 58.333333333333336%;
  }
  /* line 8601, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-6 {
    left: 50%;
  }
  /* line 8604, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-5 {
    left: 41.66666666666667%;
  }
  /* line 8607, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-4 {
    left: 33.33333333333333%;
  }
  /* line 8610, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-3 {
    left: 25%;
  }
  /* line 8613, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-2 {
    left: 16.666666666666664%;
  }
  /* line 8616, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-1 {
    left: 8.333333333333332%;
  }
  /* line 8619, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-0 {
    left: 0;
  }
  /* line 8622, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-12 {
    margin-left: 100%;
  }
  /* line 8625, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 8628, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 8631, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-9 {
    margin-left: 75%;
  }
  /* line 8634, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 8637, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 8640, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-6 {
    margin-left: 50%;
  }
  /* line 8643, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 8646, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 8649, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-3 {
    margin-left: 25%;
  }
  /* line 8652, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 8655, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 8658, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-0 {
    margin-left: 0;
  }
}

@media (max-width: 1400px) {
  /* line 8663, app/assets/stylesheets/application/theme.css.scss */
  .sales-graph-heading {
    padding-left: 17px;
    padding-top: 30px;
  }
}

/*** Desktops & Laptops ***/
@media (min-width: 980px) {
  /*** Page sidebar ***/
  /* line 8671, app/assets/stylesheets/application/theme.css.scss */
  body.bottom-header .page-sidebar {
    margin-top: 0;
    margin-bottom: 58px;
  }
  /* line 8675, app/assets/stylesheets/application/theme.css.scss */
  .menu-non-fixed .page-sidebar {
    margin-top: 0;
    padding-top: 58px;
  }
  /* line 8679, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    display: inline-block;
    float: left;
    position: fixed;
    width: 250px;
    margin-top: 58px;
    padding-bottom: 105px;
  }
  /* line 8687, app/assets/stylesheets/application/theme.css.scss */
  .menu-non-fixed .footer-widget {
    z-index: 100;
  }
  /* line 8690, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper {
    padding-top: 20px;
    display: inline-block;
    float: left;
    height: 100%;
    max-width: 250px;
    width: 100%;
  }
  /* line 8698, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.fixed {
    position: fixed;
  }
  /* line 8701, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar ul {
    width: 250px;
  }
  /*** Page content ***/
  /* line 8705, app/assets/stylesheets/application/theme.css.scss */
  .page-content {
    margin-left: 250px;
    min-height: 100%;
  }
  /* line 8709, app/assets/stylesheets/application/theme.css.scss */
  .page-content.no-min-height {
    min-height: auto;
  }
  /* line 8712, app/assets/stylesheets/application/theme.css.scss */
  .full-width-page .page-content {
    margin-left: 0px !important;
  }
  /* line 8715, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu {
    padding-top: 60px;
  }
  /** Const size button for medium devices **/
  /* line 8719, app/assets/stylesheets/application/theme.css.scss */
  .btn-cons-md {
    min-width: 120px;
  }
  /* line 8722, app/assets/stylesheets/application/theme.css.scss */
  .boxed-layout {
    background-color: #f6f7f8;
  }
  /* line 8725, app/assets/stylesheets/application/theme.css.scss */
  .boxed-layout .container {
    position: relative;
  }
  /* line 8728, app/assets/stylesheets/application/theme.css.scss */
  .boxed-layout .chat-window-wrapper {
    position: absolute;
  }
  /* line 8731, app/assets/stylesheets/application/theme.css.scss */
  .boxed-layout .chat-window-wrapper .inner-content .chat-window-wrapper {
    margin-right: 0;
  }
  /* line 8734, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .header-seperation {
    display: none !important;
  }
}

@media screen and (min-width: 0\0) {
  /* line 8739, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-container {
    position: relative;
    left: -260px;
  }
  /* line 8743, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .header {
    left: -260px;
  }
  /* line 8746, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .footer-widget {
    left: -260px;
  }
  /* line 8749, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .scrollup {
    display: none !important;
  }
  /* line 8752, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content .admin-bar {
    left: -260px;
  }
}

/*** General tablets and phones ***/
@media (max-width: 979px) {
  /*** Body ***/
  /* line 8759, app/assets/stylesheets/application/theme.css.scss */
  body {
    margin: 0px !important;
  }
  /* line 8762, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .page-content {
    margin-left: 0px;
  }
  /*** Page header ***/
  /* line 8766, app/assets/stylesheets/application/theme.css.scss */
  .header {
    margin: 0 !important;
  }
  /* line 8769, app/assets/stylesheets/application/theme.css.scss */
  .header .nav li.dropdown i {
    display: inline-block;
    position: relative;
    top: 1px;
    right: 0px;
  }
  /* line 8775, app/assets/stylesheets/application/theme.css.scss */
  .header .nav {
    margin-bottom: 0px !important;
  }
  /*** Page container ***/
  /* line 8779, app/assets/stylesheets/application/theme.css.scss */
  .page-container {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 8783, app/assets/stylesheets/application/theme.css.scss */
  .fixed-top .page-container {
    margin-top: 0px !important;
  }
  /*** Page content ***/
  /* line 8787, app/assets/stylesheets/application/theme.css.scss */
  .page-content {
    margin-top: 0;
  }
  /* line 8790, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper {
    -webkit-overflow-scrolling: touch;
  }
  /* line 8793, app/assets/stylesheets/application/theme.css.scss */
  .chat-messages {
    -webkit-overflow-scrolling: touch;
  }
  /* line 8796, app/assets/stylesheets/application/theme.css.scss */
  .tiles {
    margin-right: 0px;
  }
  /* line 8799, app/assets/stylesheets/application/theme.css.scss */
  .tiles.added-margin {
    margin-right: 0px;
  }
  /* line 8802, app/assets/stylesheets/application/theme.css.scss */
  .page-content .admin-bar .admin-bar-inner {
    margin-right: 0px;
  }
  /* line 8805, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    left: 235px;
  }
  /* line 8808, app/assets/stylesheets/application/theme.css.scss */
  body.condense-menu .page-content {
    margin-left: 0;
  }
}

/* Landscape view of all tablet devices */
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 8814, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .page-content {
    margin-left: 0px;
  }
  /* line 8817, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .page-content .content {
    margin-top: 26px;
  }
  /*** Body ***/
  /* line 8821, app/assets/stylesheets/application/theme.css.scss */
  body {
    background-color: #00cdb1;
    padding-top: 0px;
  }
  /* line 8825, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened {
    background-color: #1b1e24 !important;
    height: auto;
    font-family: 'Open Sans';
    width: 250px;
    margin-top: 60px;
  }
  /* line 8832, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .outer-tab-nav-section {
    display: inline-block;
    width: 45px;
    position: absolute;
    height: 100%;
    background-color: #0aa699 !important;
  }
  /* line 8839, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .inner-menu {
    display: inline-block;
    width: 200px;
  }
  /* line 8843, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > a {
    color: #8b91a0;
  }
  /* line 8846, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li:last-child > a {
    border-bottom: 1px solid transparent !important;
  }
  /* line 8849, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li a i {
    color: #8b91a0;
    width: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
  }
  /* line 8856, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.opened .page-sidebar-wrapper > ul > li:hover > a {
    background: #1b1e24;
    /* border-left:4px solid  #0aa699;*/
    padding: 11.5px 31px;
    color: #fff;
  }
  /* line 8864, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li.open > a i,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > a:hover i,
.page-sidebar.opened .page-sidebar-wrapper > ul > li:hover > a i {
    color: #fff;
  }
  /* line 8869, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li.active > a {
    border-top-color: transparent !important;
    color: #fff;
  }
  /* line 8873, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li.active i {
    color: #fff;
  }
  /* line 8876, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > a.open {
    background: #313131;
  }
  /* line 8879, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper ul > li > a > .arrow:before,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
    color: #919091 !important;
  }
  /* line 8883, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper ul > li.active > a .arrow:before,
.page-sidebar.opened .page-sidebar-wrapper > ul > li.active > a .arrow.open:before {
    color: #fff !important;
  }
  /* line 8887, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a {
    margin-left: 0px;
    padding-left: 5px;
  }
  /* line 8891, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li:first-child > a {
    border-top: 0px !important;
  }
  /* line 8894, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a {
    font-weight: 600;
  }
  /* line 8897, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
    background: #1b1e24 !important;
  }
  /* 3rd level sub menu */
  /* line 8901, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li.active > a,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a {
    color: #fff !important;
  }
  /* line 8906, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow:before,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow.open:before {
    color: #919091  !important;
  }
  /* line 8910, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened ul.folders {
    list-style: none;
    margin: 0px;
    padding: 0;
  }
  /* line 8915, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened ul.folders > li {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
  }
  /* line 8921, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened ul.folders > li > a {
    padding: 5px 31px;
    font-size: 13px;
    color: #fff;
    display: block;
    position: relative;
  }
  /* line 8928, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened ul.folders > li > a:hover {
    text-decoration: none;
  }
  /* line 8931, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened ul.folders > li > input {
    margin: 5px 31px;
    font-size: 13px;
    width: 150px;
  }
  /* line 8936, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul {
    width: 250px;
    padding-top: 0;
  }
  /* line 8940, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > a {
    padding: 10px 25px 10px 21px;
  }
  /* line 8943, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.opened .page-sidebar-wrapper > ul > li:hover > a {
    padding: 10px 25px 10px 21px;
  }
  /* line 8948, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .user-info {
    display: block;
  }
  /* line 8951, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > p {
    display: block;
  }
  /* line 8954, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > .status-widget {
    display: block;
  }
  /* line 8957, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > .notification-alert {
    display: inline-block;
  }
  /* line 8960, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul li span.title {
    display: inline-block;
  }
  /* line 8963, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul li span.arrow {
    display: inline;
  }
  /* line 8966, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul li ul li span.title {
    display: inline;
  }
  /* line 8969, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul li ul li span.arrow {
    display: inline;
  }
  /* line 8972, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul li span.badge {
    display: inline-block;
  }
  /* line 8975, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper ul li span.label {
    display: inline-block;
  }
  /* line 8978, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .profile-wrapper {
    display: block;
  }
  /* line 8981, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .slimScrollDiv {
    overflow: hidden !important;
  }
  /* line 8984, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .slimScrollDiv .page-sidebar-wrapper {
    overflow: hidden !important;
  }
  /* line 8987, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    z-index: 10;
  }
  /* line 8994, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu {
    padding-top: 60px;
  }
  /*** Page sidebar ***/
  /* line 8998, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .btn-navbar.collapsed .arrow {
    display: none;
  }
  /* line 9001, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .btn-navbar .arrow {
    position: absolute;
    right: 25px;
    width: 0;
    height: 0;
    top: 50px;
    border-bottom: 15px solid #5f646b;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  /* line 9011, app/assets/stylesheets/application/theme.css.scss */
  .header-seperation {
    display: none !important;
  }
  /* line 9014, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    position: absolute;
    width: 50px;
    margin: 0;
    overflow: visible;
    z-index: 90;
  }
  /* line 9021, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper {
    overflow: visible !important;
  }
  /* line 9024, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul {
    width: 50px;
    margin: 0;
    padding-top: 60px;
  }
  /* line 9029, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li > a {
    padding: 13px;
    color: #fff;
  }
  /* line 9033, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li a i {
    color: #fff;
  }
  /* line 9036, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .user-info {
    display: none;
  }
  /* line 9039, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > p {
    display: none;
  }
  /* line 9042, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > .status-widget {
    display: none;
  }
  /* line 9045, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > .notification-alert {
    display: none;
  }
  /* line 9048, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.title {
    display: none;
  }
  /* line 9051, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
    display: none;
  }
  /* line 9054, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li ul li span.title {
    display: inline;
  }
  /* line 9057, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li ul li span.arrow {
    display: inline;
  }
  /* line 9060, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.badge {
    display: none;
  }
  /* line 9063, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper ul li span.label {
    display: none;
  }
  /* line 9066, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .profile-wrapper {
    display: none;
  }
  /* line 9069, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    background-color: #04A25F !important;
  }
  /* line 9072, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    background: #0b9c8f;
  }
  /* line 9077, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    padding: 13px;
  }
  /* line 9082, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: absolute;
    margin-top: -46px;
    margin-left: 50px;
    width: auto;
    z-index: 100;
    min-width: 250px;
  }
  /* line 9090, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
    display: none;
  }
  /* line 9093, app/assets/stylesheets/application/theme.css.scss */
  .footer-widget {
    display: none !important;
  }
  /* line 9096, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
    display: inline-block;
    float: left;
    width: 50px;
    height: 100%;
  }
  /* line 9102, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .inner-menu {
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-left: 0;
  }
  /* line 9108, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-content {
    margin-left: 250px;
  }
  /*** Page content ***/
  /* line 9112, app/assets/stylesheets/application/theme.css.scss */
  .page-content {
    margin-left: 50px;
    margin-top: 0px;
    min-height: 100%;
  }
  /* line 9117, app/assets/stylesheets/application/theme.css.scss */
  .page-content .content {
    padding-top: 95px;
  }
  /* line 9120, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-layout .page-content {
    margin-left: 250px;
  }
  /* line 9123, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu {
    margin-left: 50px;
  }
  /* line 9126, app/assets/stylesheets/application/theme.css.scss */
  .visible-tablet {
    display: block !important;
  }
  /* line 9129, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    left: 36px;
  }
  /* line 9132, app/assets/stylesheets/application/theme.css.scss */
  .table td.small-cell,
.table th.small-cell {
    width: 40px;
  }
}

/* Portrait view of all tablet devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 9139, app/assets/stylesheets/application/theme.css.scss */
  body {
    background-color: #1b1e24;
  }
  /* line 9142, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .header {
    width: 100%;
  }
  /* line 9145, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .page-content .content {
    padding-top: 93px;
  }
  /* line 9148, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper {
    display: inline-block;
    float: left;
    width: 250px;
    height: 100%;
  }
  /* line 9154, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
    background-color: #00cdb1 !important;
  }
  /* line 9157, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .slimScrollDiv {
    overflow: visible !important;
  }
  /* line 9160, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .slimScrollDiv .page-sidebar-wrapper {
    overflow: visible !important;
  }
  /* line 9163, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul {
    width: 50px;
    margin: 0;
    padding-top: 60px;
  }
  /* line 9168, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a {
    padding: 13px !important;
    color: #fff;
  }
  /* line 9172, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li a i {
    color: #fff;
  }
  /* line 9175, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .user-info {
    display: none;
  }
  /* line 9178, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > p {
    display: none;
  }
  /* line 9181, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .status-widget {
    display: none;
  }
  /* line 9184, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .notification-alert {
    display: none;
  }
  /* line 9187, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.title {
    display: none;
  }
  /* line 9190, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
    display: none;
  }
  /* line 9193, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.title {
    display: inline;
  }
  /* line 9196, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.arrow {
    display: inline;
  }
  /* line 9199, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.badge {
    display: none;
  }
  /* line 9202, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul li span.label {
    display: none;
  }
  /* line 9205, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .profile-wrapper {
    display: none;
  }
  /* line 9208, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    background: #0b9c8f;
  }
  /* line 9212, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    padding: 13px;
  }
  /* line 9217, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: absolute;
    margin-top: -46px;
    margin-left: 50px;
    width: auto;
    z-index: 100;
    min-width: 250px;
  }
  /* line 9225, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
    display: none;
  }
  /* line 9228, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .inner-menu {
    margin-top: 15px;
  }
  /* line 9231, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-content {
    margin-left: 0;
  }
  /* line 9234, app/assets/stylesheets/application/theme.css.scss */
  .header-seperation {
    width: 100% !important;
    display: block !important;
    position: fixed;
    z-index: 999;
    text-align: center;
  }
  /* line 9241, app/assets/stylesheets/application/theme.css.scss */
  .logo {
    margin-right: auto;
    margin-left: auto;
    margin-top: 18px;
  }
  /* line 9246, app/assets/stylesheets/application/theme.css.scss */
  .header-quick-nav {
    display: none;
  }
  /* line 9249, app/assets/stylesheets/application/theme.css.scss */
  .header .notifcation-center {
    margin-left: 15px;
  }
  /* line 9252, app/assets/stylesheets/application/theme.css.scss */
  .page-content .content {
    padding-top: 95px;
  }
  /* line 9255, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    position: fixed;
    width: 260px;
    background-color: #04A25F !important;
    z-index: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    overflow-y: hidden;
  }
  /* line 9266, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .user-info {
    display: inline-block;
  }
  /* line 9269, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar > p {
    display: block;
  }
  /* line 9272, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar > .status-widget {
    display: block;
  }
  /* line 9275, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar > .notification-alert {
    display: inline-block;
  }
  /* line 9278, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.title {
    display: inline-block;
  }
  /* line 9281, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
    display: inline-block;
    float: right;
  }
  /* line 9285, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.badge {
    display: inline-block;
  }
  /* line 9288, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper ul li span.label {
    display: inline-block;
  }
  /* line 9291, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul {
    width: 260px;
    padding-top: 0px !important;
  }
  /* line 9295, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .profile-wrapper {
    display: inline-block;
  }
  /* line 9298, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
    display: block;
    width: 250px;
  }
  /* line 9302, app/assets/stylesheets/application/theme.css.scss */
  .footer-widget {
    display: block;
  }
  /* line 9305, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li > a {
    padding: 11.5px 31px 11.5px 31px;
    color: #8B91A0;
  }
  /* line 9309, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    background: #3d424e;
  }
  /* line 9314, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    padding: 11.5px 31px 11.5px 31px;
  }
  /* line 9319, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li > a i {
    color: #8B91A0;
  }
  /* line 9322, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: relative;
    margin: 0px;
  }
  /* line 9326, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.mini-mobile .side-bar-widgets {
    display: none;
  }
  /* line 9329, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    -webkit-overflow-scrolling: touch;
  }
  /* line 9332, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu {
    margin-left: 0px;
    margin-top: 60px;
  }
  /* line 9336, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-layout .page-content {
    margin-left: 200px;
  }
  /* line 9339, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    left: 244px;
  }
  /* line 9342, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    overflow-y: hidden;
  }
  /* line 9349, app/assets/stylesheets/application/theme.css.scss */
  .page-content {
    margin: 0px;
  }
  /* line 9352, app/assets/stylesheets/application/theme.css.scss */
  .page-content .content {
    padding: 25px;
    padding-top: 95px;
  }
  /* line 9356, app/assets/stylesheets/application/theme.css.scss */
  .widget {
    margin-right: 0px;
  }
  /* line 9359, app/assets/stylesheets/application/theme.css.scss */
  .column-seperation > div[class*="col-"] {
    border-right: none;
  }
  /** Profile Page **/
  /* line 9363, app/assets/stylesheets/application/theme.css.scss */
  .user-profile-pic {
    text-align: center;
  }
  /* line 9366, app/assets/stylesheets/application/theme.css.scss */
  .user-mini-description h3,
.user-mini-description h5 {
    text-align: center;
  }
  /** Login Page **/
  /* line 9371, app/assets/stylesheets/application/theme.css.scss */
  .login-container {
    padding: 0 10px;
  }
  /* line 9374, app/assets/stylesheets/application/theme.css.scss */
  .spacing-bottom-sm {
    margin-bottom: 20px;
  }
  /* line 9377, app/assets/stylesheets/application/theme.css.scss */
  .error-wrapper {
    margin-bottom: 0px;
    padding: auto;
  }
  /* line 9381, app/assets/stylesheets/application/theme.css.scss */
  .widget-item.narrow-margin {
    margin-right: auto;
  }
  /* line 9384, app/assets/stylesheets/application/theme.css.scss */
  .page-content.condensed {
    margin-left: 0px;
  }
  /* line 9387, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .header {
    width: 100%;
    padding: 0 !important;
  }
  /* line 9391, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 9399, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .header {
    width: 100%;
  }
  /* line 9402, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .page-content .content {
    padding-top: 93px;
  }
  /* line 9405, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper {
    display: inline-block;
    float: left;
    width: 260px;
    height: 100%;
  }
  /* line 9411, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
    width: 50px;
    overflow: visible;
  }
  /* line 9415, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul {
    background-color: #00cdb1;
  }
  /* line 9418, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .slimScrollDiv {
    overflow: visible !important;
  }
  /* line 9421, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .slimScrollDiv .page-sidebar-wrapper {
    overflow: visible !important;
  }
  /* line 9424, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul {
    width: 50px;
    margin: 0;
    padding-top: 17px;
    height: 100%;
  }
  /* line 9430, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a {
    padding: 13px !important;
    color: #fff;
  }
  /* line 9434, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li a i {
    color: #fff;
  }
  /* line 9437, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .user-info {
    display: none;
  }
  /* line 9440, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > p {
    display: none;
  }
  /* line 9443, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .status-widget {
    display: none;
  }
  /* line 9446, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .notification-alert {
    display: none;
  }
  /* line 9449, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.title {
    display: none;
  }
  /* line 9452, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
    display: none;
  }
  /* line 9455, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.title {
    display: inline;
  }
  /* line 9458, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.arrow {
    display: inline;
  }
  /* line 9461, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.badge {
    display: none;
  }
  /* line 9464, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul li span.label {
    display: none;
  }
  /* line 9467, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .profile-wrapper {
    display: none;
  }
  /* line 9470, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    background: #0b9c8f;
  }
  /* line 9474, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    padding: 13px;
  }
  /* line 9479, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: absolute;
    margin-top: -46px;
    margin-left: 50px;
    width: auto;
    z-index: 100;
    min-width: 250px;
  }
  /* line 9487, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
    display: none;
  }
  /* line 9490, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .inner-menu {
    display: inline-block;
    float: left;
    margin-top: 20px;
  }
  /* line 9495, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-content {
    margin-left: 0;
  }
  /* line 9498, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu {
    display: none;
  }
  /* line 9501, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.mini-mobile {
    width: 260px;
  }
  /*** Page header ***/
  /* line 9505, app/assets/stylesheets/application/theme.css.scss */
  .header .navbar-inner .container-fluid {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 9509, app/assets/stylesheets/application/theme.css.scss */
  .header .top-nav .nav {
    margin-top: 0px;
    margin-right: 5px;
  }
  /* line 9513, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.notification:after,
.header .nav > li > .dropdown-menu.notification:before {
    margin-right: 180px;
  }
  /* line 9517, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.notification {
    margin-right: -180px;
  }
  /* line 9520, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.inbox:after,
.header .nav > li > .dropdown-menu.inbox:before {
    margin-right: 140px;
  }
  /* line 9524, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.inbox {
    margin-right: -140px;
  }
  /* line 9527, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.tasks:after,
.header .nav > li > .dropdown-menu.tasks:before {
    margin-right: 90px;
  }
  /* line 9531, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.tasks {
    margin-right: -90px;
  }
  /* line 9534, app/assets/stylesheets/application/theme.css.scss */
  .header-seperation {
    width: 100% !important;
    z-index: 999;
    text-align: center;
    min-height: 60px;
    display: block !important;
  }
  /* line 9541, app/assets/stylesheets/application/theme.css.scss */
  .header .notifcation-center {
    margin-left: 15px;
  }
  /* line 9544, app/assets/stylesheets/application/theme.css.scss */
  .logo {
    margin-right: auto;
    margin-left: auto;
    margin-top: 16px;
  }
  /* line 9549, app/assets/stylesheets/application/theme.css.scss */
  .header-quick-nav {
    display: none;
  }
  /* line 9552, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    position: fixed;
    z-index: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
  }
  /*** Page content ***/
  /* line 9564, app/assets/stylesheets/application/theme.css.scss */
  .page-content .content {
    padding: 8px;
    padding-top: 95px;
  }
  /*** Page title ***/
  /* line 9569, app/assets/stylesheets/application/theme.css.scss */
  .page-title {
    margin-bottom: 20px;
  }
  /*** Portlet form action ***/
  /* line 9573, app/assets/stylesheets/application/theme.css.scss */
  .portlet-body.form .form-actions {
    padding-left: 15px;
  }
  /* line 9576, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    right: 50px;
    left: auto;
    bottom: 35px;
  }
  /* line 9581, app/assets/stylesheets/application/theme.css.scss */
  .footer-widget {
    display: none;
  }
  /* line 9584, app/assets/stylesheets/application/theme.css.scss */
  .form-horizontal .form-actions {
    padding-left: 180px;
  }
  /* line 9587, app/assets/stylesheets/application/theme.css.scss */
  .no-margin-grid .row-fluid [class*="span"] {
    width: 100% !important;
    margin: 0px;
    margin-bottom: 10px;
  }
  /* line 9592, app/assets/stylesheets/application/theme.css.scss */
  .tiles.margin-reset {
    margin-left: 0px;
  }
  /** Profile Page **/
  /* line 9596, app/assets/stylesheets/application/theme.css.scss */
  .user-profile-pic {
    text-align: center;
  }
  /* line 9599, app/assets/stylesheets/application/theme.css.scss */
  .user-mini-description h3,
.user-mini-description h5 {
    text-align: center;
  }
  /** email **/
  /* line 9604, app/assets/stylesheets/application/theme.css.scss */
  .email-body {
    padding: 8px !important;
  }
  /** Login Page **/
  /* line 9608, app/assets/stylesheets/application/theme.css.scss */
  .login-container {
    padding: 0 10px;
  }
  /* line 9611, app/assets/stylesheets/application/theme.css.scss */
  .table td.small-cell,
.table th.small-cell {
    width: 42px;
  }
  /* line 9615, app/assets/stylesheets/application/theme.css.scss */
  .error-wrapper {
    margin-bottom: 0px;
    min-height: 624px;
    height: 624px;
  }
  /* line 9620, app/assets/stylesheets/application/theme.css.scss */
  .widget-item.narrow-margin {
    margin-right: auto;
  }
  /* line 9623, app/assets/stylesheets/application/theme.css.scss */
  .page-content.condensed {
    margin-left: 0px;
  }
  /* line 9626, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    display: none;
  }
  /* line 9629, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .header {
    width: 100%;
    padding: 0 !important;
  }
  /* line 9633, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .container {
    padding: 0;
    width: 100%;
  }
  /* line 9637, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .user-info-wrapper {
    display: none;
  }
  /* line 9640, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
    height: auto;
  }
  /** Horizontal Menu **/
  /* line 9644, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar {
    display: none;
  }
  /*** Horizontal Menu **/
  /* line 9648, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar {
    background-color: #fff;
  }
  /* line 9651, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner {
    display: block;
    max-height: 400px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* line 9657, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner > ul > li {
    display: block;
  }
  /* line 9660, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner > ul > li .classic {
    position: relative;
    background-color: transparent;
    top: 0;
  }
  /* line 9665, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner > ul > li .mega,
.horizontal-menu .bar .bar-inner > ul > li.horizontal {
    position: relative;
  }
  /* line 9669, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner > ul > li > .horizontal {
    position: relative;
    top: 0;
    border-bottom: 0;
  }
  /* line 9674, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner > ul > li > .horizontal li {
    display: block;
  }
  /* line 9677, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
  }
}

/*** Phones ***/
@media (max-width: 480px) {
  /* line 9685, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .header {
    width: 100%;
  }
  /* line 9688, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .page-content .content {
    padding-top: 93px;
  }
  /* line 9691, app/assets/stylesheets/application/theme.css.scss */
  .page-title h3 {
    width: 80%;
  }
  /* line 9694, app/assets/stylesheets/application/theme.css.scss */
  .page-content .content {
    padding: 8px;
    padding-top: 93px;
    overflow-x: hidden;
  }
  /* line 9699, app/assets/stylesheets/application/theme.css.scss */
  .tiles.margin-reset {
    margin-left: 0px;
  }
  /* line 9702, app/assets/stylesheets/application/theme.css.scss */
  .column-seperation > div[class*="span"] {
    border-right: none;
  }
  /* line 9705, app/assets/stylesheets/application/theme.css.scss */
  table th.unseen,
table td.unseen {
    display: none !important;
  }
  /* line 9709, app/assets/stylesheets/application/theme.css.scss */
  .row-fluid {
    margin-bottom: 10px;
  }
  /* line 9712, app/assets/stylesheets/application/theme.css.scss */
  .small {
    width: 100px !important;
  }
  /* line 9715, app/assets/stylesheets/application/theme.css.scss */
  .medium {
    width: 150px !important;
  }
  /* line 9718, app/assets/stylesheets/application/theme.css.scss */
  .large {
    width: 200px !important;
  }
  /* line 9721, app/assets/stylesheets/application/theme.css.scss */
  .huge {
    width: 246px !important;
    font-size: 24px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 22px 8px !important;
  }
  /* line 9728, app/assets/stylesheets/application/theme.css.scss */
  select.small {
    width: 114px !important;
  }
  /* line 9731, app/assets/stylesheets/application/theme.css.scss */
  select.medium {
    width: 164px !important;
  }
  /* line 9734, app/assets/stylesheets/application/theme.css.scss */
  select.large {
    width: 214px !important;
  }
  /* line 9737, app/assets/stylesheets/application/theme.css.scss */
  .btn-cons {
    min-width: 110px;
  }
  /* line 9740, app/assets/stylesheets/application/theme.css.scss */
  .btn-large {
    padding: 9px 15px;
  }
  /* Force table to not be like tables anymore */
  /* line 9744, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables table,
.no-more-tables thead,
.no-more-tables tbody,
.no-more-tables th,
.no-more-tables td,
.no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  /* line 9753, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 9758, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables.table-bordered td {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  /* line 9762, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    white-space: normal;
    text-align: left;
  }
  /* line 9770, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
  Label the data
  */
  /* line 9785, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables td:before {
    content: attr(data-title);
  }
  /* line 9788, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables .text-right,
.no-more-tables .text-center {
    text-align: left !important;
  }
  /* line 9792, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  /* line 9800, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll * html .cf {
    zoom: 1;
  }
  /* line 9803, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll *:first-child + html .cf {
    zoom: 1;
  }
  /* line 9806, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  /* line 9811, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll th {
    width: auto !important;
    border-radius: 0px !important;
  }
  /* line 9815, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll th,
.table-flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  /* line 9820, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll th {
    text-align: left;
  }
  /* line 9823, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 9828, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll thead {
    display: block;
    float: left;
  }
  /* line 9832, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 9839, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll thead tr {
    display: block;
  }
  /* line 9842, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll th {
    display: block;
  }
  /* line 9845, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 9849, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* sort out borders */
  /* line 9855, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  /* line 9859, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0px !important;
  }
  /* line 9865, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll tbody tr {
    border-left: 1px solid #babcbf;
  }
  /** Profile Page **/
  /* line 9869, app/assets/stylesheets/application/theme.css.scss */
  .user-profile-pic {
    text-align: center;
  }
  /* line 9872, app/assets/stylesheets/application/theme.css.scss */
  .user-mini-description h3,
.user-mini-description h5 {
    text-align: center;
  }
  /** email **/
  /* line 9877, app/assets/stylesheets/application/theme.css.scss */
  .email-body {
    padding: 8px !important;
  }
  /** lockscreen **/
  /* line 9881, app/assets/stylesheets/application/theme.css.scss */
  .lockscreen-wrapper .profile-wrapper {
    margin-bottom: 8px;
  }
  /* line 9884, app/assets/stylesheets/application/theme.css.scss */
  .image-responsive-width {
    width: auto;
  }
  /* line 9887, app/assets/stylesheets/application/theme.css.scss */
  .xs-image-responsive-width {
    width: 100%;
  }
}

@media (max-width: 320px) {
  /* line 9892, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li.dropdown .dropdown-toggle {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/*** Retina Display Images **/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2) {
  /* line 9899, app/assets/stylesheets/application/theme.css.scss */
  .grid.simple .grid-title .tools a {
    background: url(/assets/icon/portlet-tray-2x-7c0d67a7361bbfbda20f45cfa8ec8ae2091e6f6bb850a11d90e7eb6b8045b7f0.png);
    background-size: 199px 57px;
  }
  /* line 9903, app/assets/stylesheets/application/theme.css.scss */
  .tiles .controller a {
    position: relative;
    background: url(/assets/icon/portlet-tray-2x-7c0d67a7361bbfbda20f45cfa8ec8ae2091e6f6bb850a11d90e7eb6b8045b7f0.png);
    background-size: 199px 57px;
  }
  /* line 9908, app/assets/stylesheets/application/theme.css.scss */
  .widget-item .controller a {
    position: relative;
    background: url(/assets/icon/portlet-tray-2x-7c0d67a7361bbfbda20f45cfa8ec8ae2091e6f6bb850a11d90e7eb6b8045b7f0.png);
    background-size: 199px 57px;
  }
  /* line 9913, app/assets/stylesheets/application/theme.css.scss */
  .iconset {
    background: url(/assets/icon/top-trayx2-b9bb51515a2c0e6b11dd7fb456ac5dab1095703cf304d7b99fc3177c0017e30c.png) no-repeat;
    background-size: 394px 29px;
  }
  /* line 9917, app/assets/stylesheets/application/theme.css.scss */
  .status-icon {
    background: url(/assets/icon/status2x-07c2ed9d162680a47f403622ad08f60dcb3055c76fdfe7cd98a251ca7b4af19c.png);
    background-size: 79px 16px;
  }
  /* line 9921, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    background: url(/../pullup2x.png);
    background-size: 57px 27px;
  }
  /* line 9925, app/assets/stylesheets/application/theme.css.scss */
  .alert .close {
    background: url(/assets/icon/noti-cross-2x-d5cfe4dc0c3a019d773a84dde210cd6c2aa7aaad5827addc889991a19357f2bc.png) no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    background-size: 114px 29px;
  }
  /* line 9934, app/assets/stylesheets/application/theme.css.scss */
  .checkbox label::after {
    top: 1.5px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* line 9939, app/assets/stylesheets/application/theme.css.scss */
  .select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: none;
    background-repeat: no-repeat !important;
    background-size: none !important;
  }
  /* line 9947, app/assets/stylesheets/application/theme.css.scss */
  .select2-search input {
    background-position: none !important;
  }
}

@media (min-width: 980px) {
  /* line 9952, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content {
    position: relative;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  /* line 9958, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .header {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  /* line 9963, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-sidebar {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  /* line 9968, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .footer-widget {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  /* line 9973, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .scrollup {
    display: none !important;
  }
  /* line 9976, app/assets/stylesheets/application/theme.css.scss */
  body.rtl.open-menu-right .page-content {
    position: relative;
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
  }
  /* line 9982, app/assets/stylesheets/application/theme.css.scss */
  body.rtl.open-menu-right .header {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
  }
  /* line 9987, app/assets/stylesheets/application/theme.css.scss */
  body.rtl.open-menu-right .page-sidebar {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
  }
  /* line 9992, app/assets/stylesheets/application/theme.css.scss */
  body.rtl.open-menu-right .footer-widget {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
  }
  /* line 9997, app/assets/stylesheets/application/theme.css.scss */
  body.rtl.open-menu-right .scrollup {
    display: none !important;
  }
}

/*** General tablets and phones ***/
@media (max-width: 979px) {
  /* line 10003, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-left .page-content {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
  /* line 10007, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-left .header {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
  /* line 10011, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }
  /* line 10015, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .header {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }
  /* line 10019, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content .admin-bar {
    display: none;
  }
}

/* Landscape view of all tablet devices */
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 10025, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    left: auto;
  }
  /* line 10030, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .header {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    left: auto;
  }
  /* line 10035, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content .admin-bar {
    display: none;
  }
  /* line 10038, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout {
    background-color: #f6f7f8;
  }
  /* line 10041, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .container {
    position: relative;
  }
  /* line 10044, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .chat-window-wrapper {
    position: absolute;
    margin-right: 15px;
  }
}

/* Portrait view of all tablet devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 10051, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper {
    display: none;
  }
  /* line 10054, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper.visible {
    display: block;
  }
  /* line 10057, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    display: none;
  }
  /* line 10060, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.visible {
    display: block;
  }
  /* line 10063, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-left .page-sidebar {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  /* line 10068, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .chat-window-wrapper {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
}

@media (max-width: 767px) {
  /* line 10075, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper {
    display: none;
  }
  /* line 10078, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper.visible {
    display: block;
  }
  /* line 10081, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    display: none;
  }
  /* line 10084, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.visible {
    display: block;
  }
  /* line 10087, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .chat-window-wrapper {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  /* line 10092, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-left .page-sidebar {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    -webkit-backface-visibility: hidden;
  }
}
